@charset "utf-8";

/* index-css */

.body_home {
    background-color: #ffffff;
    height: 500px;
}


/* index-banner */

.body_home .banner {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.body_home .banner .slick-list {
    height: 100%;
}

.body_home .banner .slick-track {
    height: 100%;
}

.body_home .banner .slick-slide>div {
    height: 100%;
}

.body_home .banner .frame {
    height: 100%;
}

.body_home .banner .child {
    background-size: cover;
    color: #fff;
    background-position: center center;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.body_home .banner .navg {
    position: absolute;
    right: 100px;
    bottom: 100px;
    color: #fff;
    text-align: center;
    line-height: 1;
}

.body_home .banner .navg li {
    margin: 0 10px;
    font-family: Arial;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
}

.body_home .banner .navg li.slick-active {
    font-size: 22px;
}

.body_home .banner .navg li:after {
    content: "";
    border-top: 1px solid #fff;
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    margin-left: 5px;
    transition: all 0.5s ease-out 0s;
}

.body_home .banner .navg li.slick-active:after {
    width: 60px;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 220px;
    z-index: 9999;
    width: 66px;
    height: 66px;
    background: rgba(0, 0, 0, .5);
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s;
}

.slick-prev:hover,
.slick-next:hover {
    background: rgba(0, 0, 0, .8);
}

.slick-prev {
    left: 60px;
}

.slick-next {
    right: 60px;
}

.slick-arrow:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 1px solid #ffffff;
    transform: rotate(-45deg);
    margin-top: 24px;
    border-left: 1px solid #ffffff;
    margin-left: 26px;
    opacity: .8;
}

.slick-next.slick-arrow {
    transform: rotate(180deg);
}

.slick-next.slick-arrow:before {
    margin-top: 20px;
}


/* index-mian */

.index-main {
    background: url(../images/body-bg.png) no-repeat;
    background-size: 100% 100%;
    min-height: 1200px;
    position: relative;
}


/* ͷ������-news-hot */

.hot-news {
    margin: 0 auto;
    background-color: #e9f6ff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-69px);
}


/* ��ЭҪ��-news */

.news {
    width: 100%;
    height: 386px;
    margin-bottom: 54px;
    display: -webkit-flex;
    display: -ms-flexbox;
    /* ��ϰ汾�﷨: IE 10 */
}

.news .item {
    z-index: 10;
    padding: 24px;
    background-color: #ffffff;
    border: 1px solid #e3e4e6;
    min-height: 326px;
    cursor: pointer;
    width: 25%;
    height: 376px;
    margin-top: 0px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s
}

.news .item .list li:last-child {
    display: none;
}

.news .item:first-child {
    border-top-left-radius: 20px;
}

.news .item:last-child {
    border-top-right-radius: 20px;
}

.news .item .title {
    height: 68px;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 24px;
    color: #333333;
    transition: all .3s;
}

.news .item .title .icon {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background-color: #e9f6ff;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 14px;
    text-align: center;
    overflow: hidden;
}

.news .item .title .more {
    float: right;
    font-size: 14px;
    font-weight: normal;
    height: 68px;
    line-height: 48px;
}

.news .item .title .more a {
    color: #999999;
}

.news .item .title .more a:hover {
    color: #0d2e8b;
}

.news .item.active {
    width: 640px;
    height: 426px;
    z-index: 100;
    border: 1px solid #0d2e8b;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    margin-top: -20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.news .item.active .title {
    color: #0d2e8b;
}

.news .active .list li:last-child {
    display: block;
}


/* �б� */

.news .list {
    overflow: hidden;
    padding-bottom: 24px;
}

.news .list li {
    position: relative;
    padding-bottom: 12px;
    padding-left: 24px;
}

.news .list li h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 200%;
    width: 515px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.news .list li p {
    font-size: 16px;
    color: #999;
    padding-top: 12px;
}

.news .list li .icon-circle {
    display: block;
    position: absolute;
    left: 2px;
    top: 15px;
    z-index: 10;
    width: 7px;
    height: 7px;
    background-color: #cccccc;
    border-radius: 100%;
}

.news .list li:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 15px;
    z-index: 0;
    width: 1px;
    height: 100%;
    background-color: #cccccc;
}

.news .list li:last-child:before {
    height: 40%;
}

.news .list li a:hover {
    color: #0d2e8b;
    transform: translateX(4px);
}


/* ��ݲ˵� */

.menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    /* ��ϰ汾�﷨: IE 10 */
    flex-direction: row;
    margin-left: -23px;
    margin-right: -23px;
    justify-content: space-between;
    /* ��ϰ汾�﷨: IE 10 */
    -ms-flex-pack: justify;
}

.menu .item {
    width: 160px;
    height: 218px;
    position: relative;
}

.menu .item .img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 121px;
    height: 134px;
    line-height: 134px;
    text-align: center;
    transition: all .3s;
    cursor: pointer;
    z-index: 9999;
}

.menu .item .text {
    margin-top: 128px;
}

.menu .item .list {
    width: 80%;
    margin: 0 auto;
    border-radius: 6px;
    background: rgba(255, 255, 255, .3);
    text-align: center;
    padding-bottom: 12px;
    margin-top: 34px;
    padding-top: 38px;
    display: none;
    border: 1px solid rgba(13, 46, 139, .1);
}

.menu .item .list p {
    line-height: 36px;
}

.menu .item .list p a:hover {
    color: #0d2e8b;
}


/*  ��ݲ˵�ͼ�� */

.menu .item:nth-child(1) .img {
    background: url(../images/icon-kexie.png) no-repeat;
}

.menu .item:nth-child(1):hover .img {
    background: url(../images/icon-hover-kexie.png) no-repeat;
}

.menu .item:nth-child(2) .img {
    background: url(../images/icon-news.png) no-repeat;
}

.menu .item:nth-child(2):hover .img {
    background: url(../images/icon-hover-news.png) no-repeat;
}

.menu .item:nth-child(3) .img {
    background: url(../images/icon-kepu.png) no-repeat;
}

.menu .item:nth-child(3):hover .img {
    background: url(../images/icon-hover-kepu.png) no-repeat;
}

.menu .item:nth-child(4) .img {
    background: url(../images/icon-xueshu.png) no-repeat;
}

.menu .item:nth-child(4):hover .img {
    background: url(../images/icon-hover-xueshu.png) no-repeat;
}

.menu .item:nth-child(5) .img {
    background: url(../images/icon-xinxi.png) no-repeat;
}

.menu .item:nth-child(5):hover .img {
    background: url(../images/icon-hover-xinxi.png) no-repeat;
}

.menu .item:nth-child(6) .img {
    background: url(../images/icon-dangjian.png) no-repeat;
}

.menu .item:nth-child(6):hover .img {
    background: url(../images/icon-hover-dangjian.png) no-repeat;
}

.menu .item:nth-child(7) .img {
    background: url(../images/icon-fuwu.png) no-repeat;
}

.menu .item:nth-child(7):hover .img {
    background: url(../images/icon-hover-fuwu.png) no-repeat;
}

.menu .item:nth-child(8) .img {
    background: url(../images/icon-zhuanti.png) no-repeat;
}

.menu .item:nth-child(8):hover .img {
    background: url(../images/icon-hover-zhuanti.png) no-repeat;
}

.menu .item:hover>.text {
    display: none;
}

.menu .item:hover>.list {
    display: block;
    animation: hui-up .3s both;
}

.menu .item:hover .img {
    width: 60px;
    height: 67px;
}

.menu .item img {
    vertical-align: middle;
    transition: all .3s;
}

.menu .item .text {
    font-size: 20px;
    padding-top: 20px;
    text-align: center;
}


/* �����ָ��� */

.bg-line {
    width: 100%;
    height: 28px;
    margin-bottom: 25px;
    background: url(../images/line-bg.png) repeat-x;
}


/* ��ҳר�� */

.special-list-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    /* ��ϰ汾�﷨: IE 10 */
    justify-content: space-between;
    /* ��ϰ汾�﷨: IE 10 */
    -ms-flex-pack: justify;
    padding-bottom: 50px;
}

.special-list-group .item {
    width: 188px;
    height: 310px;
}

.special-list-group .item img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.special-list-group img:hover {
    transform: translateY(-24px);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.special-list-group .item:hover img {
    opacity: .85;
}


/* �ײ����� */

.footer-link {
    width: 100%;
    height: 90px;
    background-color: #e5edf5;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-link .ul-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    /* ��ϰ汾�﷨: IE 10 */
    justify-content: space-between;
    -ms-flex-pack: justify;
}

.footer-link .ul-list>li {
    width: 188px;
    height: 50px;
    line-height: 50px;
    border: solid 1px #d2dff3;
    background: url(../images/yqljbj1.png) center center no-repeat;
    transition: all .3s;
}

.footer-link .ul-list>li:hover {
    opacity: 0.8;
}

.footer-link .ul-list>li a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
}


/* index-adv */

.adv-topbanner {
    width: 100%;
    height: 100px;
}

.adv-topbanner img {
    width: 100%;
    height: 100%;
}

.adv-topbanner2 {
    width: 1280px;
    height: 100px;
    margin: -39px auto 39px;
}

.adv-topbanner2 img {
    width: 100%;
    height: 100%;
}