@charset "utf-8";* {
    padding: 0;
    margin: 0;
    border: 0
}

body {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #595c5b;
    background: #fff;
    overflow-x: hidden;
}

ul li {
    list-style: none
}

a {
    text-decoration: none;
    color: #828282
}

a:hover,a:visited {
    text-decoration: none
}

a:hover {
    color: #006ec7
}

p,ul {
    margin: 0
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    zoom:1}

.col-md-3,.col-sm-3,.col-xs-12,.col-md-4,.col-md-6,.col-md-12,.col-sm-6,.col-xs-12,.col-sm-12 {
    padding: 0
}

.container {
    padding: 0;
    margin: 0 auto
}

.header.on {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1)
}

.header.on .logo {
    margin-top: 10px
}

.header.on .nav>ul>li,.header.on .nav>ul>li>a {
    height: 70px;
    line-height: 70px
}

.header.on .nav>ul>li>a::after {
    top: 66px
}

.header.on .nav>ul>li .nav_item {
    top: 70px
}

.header.on .header-top .search_anliu {
    top: 25px
}

.header.on .header-top .change {
    height: 70px;
    line-height: 70px
}

.search {
    height: 0px;
    width: 100%;
    background: #454545;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.search.show {
    height: 85px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.search1 {
    width: 51%;
    height: 45px;
    margin: 20px auto;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0);
    -moz-box-shadow: 0 1px 2px rgb(0,0,0);
    -ms-box-shadow: 0 1px 2px rgb(0,0,0);
    box-shadow: 0 1px 2px rgb(0 0 0)
}

.search_kuang {
    width: 74%;
    padding-left: 2%;
    height: 45px;
    background: #fff;
    font-size: 14px;
    outline: none
}

.searchbox .search_kang::-webkit-input-placeholder {
    color: #fff;
    font-size: 36px
}

.searchbox .search_kang:-moz-placeholder {
    color: #fff;
    font-size: 36px
}

.searchbox .search_kang::-moz-placeholder {
    color: #fff;
    font-size: 36px
}

.searchbox .search_kang:-ms-input-placeholder {
    color: #fff;
    font-size: 36px
}

.search_submit {
    width: 26%;
    height: 45px;
    background: #3066af;
    vertical-align: bottom;
    color: #fff;
    font-size: 16px;
    outline: none
}

.search1 a.close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
    right: -40px;
    background: url(../images/close.png) -86px 0 no-repeat;
    opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s
}

.search1 a.close:hover {
    opacity: 1;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s
}

.header-top {
    background: #fff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 25%)
}

.header-container {
    width: 96%;
    margin-left: 4%;
    z-index: 22;
    position: relative
}

.top-link {
    width: 12%;
    z-index: 40;
    position: absolute;
    right: 0;
    top: 45px
}

.top-link ul li {
    float: right;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    font-family: "华文中宋";
    color: #000
}

.top-link ul li a {
    font-size: 14px;
    font-family: "华文中宋";
    padding: 2px 8px;
    border-radius: 5px;
    color: #000
}

.top-link ul li:hover a {
    background: #56068b;
    color: #fff
}

.top-link ul li:first-child:hover a {
    background: none
}

.top-link ul li a img {
    margin-bottom: 5px
}

.logo {
    display: block;
    width: 38%;
    float: left;
    margin-top: 16px;
    transition: .5s
}

.navbar-toggle {
    display: none;
    position: relative;
    float: right;
    width: 20px;
    margin-top: 18px;
    padding: 0;
    margin-right: 15px;
    margin-bottom: 8px;
    border: none;
    border-radius: 0px;
    z-index: 20000
}

.navbar-toggle .icon-bar {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #888;
    width: 100%;
    height: 2px;
    border-radius: 0;
    margin-top: 10px
}

.header-top .search_anliu {
    position: absolute;
    right: 70px;
    top: 0;
    cursor: pointer;
    transition: .5s;
    right: 100px;
    right: 228px;
    top: 30px
}

.header-top .change {
    font-size: 18px;
    color: #8d8d8d;
    font-family: "Times New Roman";
    width: 70px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    transition: .5s;
    border-left: 1px solid #e6e6e6
}


.qzsysa {
    position: absolute;
    right: 70px;
    top: 0;
    cursor: pointer;
    transition: .5s;
    right: 96px;
    top: 15px;
}

.nav {
    width: 62%;
    float: left;
    padding-right: 270px
}

.nav ul li {
    float: left;
    width: 14.2%;
    margin-left: 0%;
    height: 84px;
    line-height: 84px;
    position: relative;
    text-align: center;
    transition: .5s
}

.nav ul li a {
    display: block;
    font-size: 19px;
    color: #333;
    height: 84px;
    display: block;
    font-weight: bold;
    position: relative
}

.nav ul li a::after {
    content: "";
    position: absolute;
    top: 79px;
    height: 5px;
    width: 0;
    background-color: #3066af;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    left: 50%;
    transform: translateX(-50%)
}

.nav ul li:hover a::after {
    width: 32%;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s
}

.nav ul li.active a::after {
    width: 32%;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s
}

.nav ul li .nav_item {
    display: none;
    position: absolute;
    top: 84px;
    left: -15%;
    background: #3066af;
    width: 130%;
    z-index: 24;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25)
}

.nav ul li:hover .nav_item {
}

.nav ul li .nav_item li {
    float: none;
    width: 100%;
    height: auto;
    line-height: normal;
    text-align: center;
    border-bottom: none;
    background: none;
    margin-left: 0;
    border-top: solid 1px #255699
}

.nav ul li .nav_item li a {
    font-size: 16px;
    color: #fff;
    height: auto;
    line-height: 20px;
    padding: 11px 0;
    font-weight: normal
}

.nav ul li:hover .nav_item a {
}

.nav ul li:hover .nav_item a::after {
    width: 0
}

.nav ul li .nav_item li:hover a {
    background: #255699;
    color: #fff
}

.nav ul li .nav_item li.active a {
    background: #3066af;
    color: #fff
}

.nav-mobile {
    display: none
}

.index-banner {
    position: relative;
    text-align: center
}

.banner {
    position: relative;
    text-align: center;
    height: 350px
}

.banner img {
    text-align: center
}

.zzc {
    position: absolute;
    left: 0;
    bottom: 0;
    left: 0;
    height: 175px;
    width: 100%
}

#full-width-slider {
    width: 100%;
    min-height: 120px;
    color: #000
}

#full-width-slider .rsGCaption {
    font-size: 24px;
    color: #fff;
    width: 70px;
    position: absolute;
    left: 8%;
    bottom: 20px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    z-index: 15
}

#full-width-slider .rsGCaption span {
    font-size: 44px
}

#full-width-slider .rsArrow {
    display: none;
    background: #003f97;
    width: 2.3%;
    z-index: 32
}

.rsMinW .rsBullets {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 15;
    height: auto;
    text-align: center;
    overflow: hidden;
    transform: translateX(-50%)
}

.rsMinW .rsBullet {
    height: 4px;
    display: inline-block;
    *display: inline;
    *zoom:1;box-sizing: content-box;
    padding: 0 5px
}

.rsMinW .rsBullet span {
    display: block;
    width: 36px;
    height: 4px;
    border-radius: 15px;
    background: #fff;
    opacity: 0.38
}

.rsMinW .rsBullet.rsNavSelected span {
    opacity: 1
}

.index-title {
    margin-bottom: 35px;
    position: relative
}

.index-title h3 {
    color: #333;
    font-size: 30px;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    margin: 0
}

.index-title h3 img {
    margin-bottom: 3px;
    margin-right: 12px
}

.index-title h3 span {
    font-size: 18px;
    color: #8d8d8d;
    font-weight: normal;
    margin-left: 18px
}

.index-title .more {
    position: absolute;
    right: 0;
    bottom: 11px;
    width: 31px;
    height: 7px;
    background: url(../images/index-more.png) left center no-repeat;
    overflow: hidden;
    transition: all 0.5s
}

.index-title .more:hover {
    background: url(../images/index-more.png) -31px center no-repeat
}

.first-content {
    background: url(../images/research-bj.png) center no-repeat;
    background-size: cover
}

.index-research {
    padding: 60px 0 55px
}

.index-research .swiper-wrapper {
    padding-bottom: 10px
}

.index-research .swiper-wrapper .swiper-slide {
    box-shadow: 1px 1px 10px #ddd;
    padding-bottom: 24px;
    background: #fff
}

.index-research .swiper-wrapper .swiper-slide .index-research-img {
    width: 100%;
    height: 210px;
    overflow: hidden;
    background-color: #fff
}

.index-research .swiper-wrapper .swiper-slide .index-research-img img {
    width: 100%;
    min-height: 100%;
    -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out
}

.index-research .swiper-wrapper .swiper-slide:hover .index-research-img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.index-research .swiper-wrapper .swiper-slide a h3 {
    font-size: 16px;
    color: #444;
    font-weight: bold;
    padding: 20px 70px 0 24px;
    margin: 0;
    line-height: 24px;
    height: 66px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.index-research .swiper-wrapper .swiper-slide:hover {
    background: #fff url(../images/research-title.png) no-repeat;
    background-position: right bottom;
    background-size: contain
}

.index-research .swiper-wrapper .swiper-slide:hover a h3 {
    color: #fff
}

.index-research .swiper-wrapper .swiper-slide .time {
    position: absolute;
    right: 16px;
    bottom: 20px
}

.index-research .swiper-wrapper .swiper-slide .time h5 {
    font-size: 24px;
    color: #333;
    font-family: "Tahoma";
    margin: 0
}

.index-research .swiper-wrapper .swiper-slide:hover .time h5 {
    color: #fff
}

.index-research .swiper-wrapper .swiper-slide .time .month {
    font-size: 16px;
    font-family: "Tahoma";
    color: #333
}

.index-research .swiper-wrapper .swiper-slide:hover .time .month {
    color: #fff
}

.index-research .swiper-button-prev,.index-research .swiper-button-next {
    width: 30px;
    height: 51px;
    top: 260px
}

.index-research .swiper-button-prev {
    background: url(../images/research-left.png) no-repeat center center;
    left: -54px
}

.index-research .swiper-button-next {
    background: url(../images/research-right.png) no-repeat center center;
    right: -54px
}

.second-content {
    background: #f5f9fb;
    padding: 55px 0 35px
}

.index-team {
    padding-right: 30px
}

.index-team-list {
    height: 514px;
    overflow: hidden;
    border: 1px solid #dee0e2
}

.index-team ul {
    background: #fff;
    overflow: hidden;
    padding: 17px 0
}

.index-team ul li {
    width: 48%;
    margin-left: 2%;
    float: left
}

.index-team ul li+li+li {
    margin-top: 23px
}

.index-team ul li:hover {
    background: url(../images/index-teacher-active.png) right bottom no-repeat;
    box-shadow: rgb(221 221 221) 3px 3px 13px
}

.index-team ul li .index-team-img {
    width: 101px;
    height: 144px;
    overflow: hidden;
    float: left;
    margin-right: 11px
}

.index-team ul li .index-team-img img {
    width: 100%;
    min-height: 100%;
    -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out
}

.index-team ul li:hover .index-team-img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.index-team ul li .index-team-text {
    padding-left: 112px;
    padding-right: 15px
}

.index-team ul li .index-team-text h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin: 15px 0 10px
}

.index-team ul li .index-team-text .abstracts {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 72px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-decoration: none;
    overflow: hidden
}

.index-academic {
    padding-left: 30px
}

.index-academic ul {
    background: #fff;
    border: 1px solid #dee0e2;
    overflow: hidden
}

.index-academic ul li {
    border-bottom: 1px dashed #e0e0e0;
    padding: 22px 13px 26px;
    box-shadow: 0px 15px 32px -13px rgb(0 0 0 / 0%);
    transition: transform 0.5s
}

.index-academic ul li:hover {
    background: url(../images/academic-title-active.png) 95% bottom no-repeat;
    box-shadow: 0px 15px 32px -13px rgb(0 0 0 / 40%);
    transform: scale(1.01)
}

.index-academic ul li .index-academic-date {
    width: 57px;
    border: 1px solid #9eb7d9;
    text-align: center;
    border-radius: 5px;
    float: left;
    margin-right: 30px;
    padding: 16px 0
}

.index-academic ul li:hover .index-academic-date {
    background: #3066af
}

.index-academic ul li .index-academic-date h4 {
    font-size: 24px;
    color: #3066af;
    font-family: "Tahoma";
    margin: 0 0 9px
}

.index-academic ul li:hover .index-academic-date h4 {
    color: #fff
}

.index-academic ul li .index-academic-date .year {
    font-size: 12px;
    color: #666;
    font-family: "Tahoma"
}

.index-academic ul li:hover .index-academic-date .year {
    color: #fff
}

.index-academic ul li .index-academic-text {
    padding-left: 87px
}

.index-academic ul li .index-academic-text h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 12px
}

.index-academic ul li .index-academic-text .abstracts {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    height: 48px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}


.index-seminars {
    /* padding: 60px 0 55px */
}

.index-seminars .swiper-wrapper {
    padding-bottom: 10px
}

.index-seminars .swiper-wrapper .swiper-slide {
    box-shadow: 1px 1px 10px #ddd;
    background: #fff
}
.index-seminars .swiper-wrapper .swiper-slide a{
    text-transform: none;
}

.index-seminars .swiper-wrapper .swiper-slide a:hover{
     text-transform: none;
}

.index-seminars .swiper-wrapper .swiper-slide .index-xuesu {
    width: 100%;
    height: 386px;
    overflow: hidden;
    background-color: #fff
}

.index-seminars .swiper-wrapper .swiper-slide .index-xuesu img {
    width: 100%;
    min-height: 100%;
    -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out
}

.index-seminars .swiper-wrapper .swiper-slide:hover .index-xuesu img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}




.index-seminars .swiper-wrapper .swiper-slide .xuesu-text {
    background-color: #fff;
    background-image: url(../images/xuesu-text.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 20px 25px 25px 22px;
}

.index-seminars .swiper-wrapper .swiper-slide:hover .xuesu-text {
    background: #024198;
    background-image: none;
    
}


.index-seminars .swiper-wrapper .swiper-slide .xuesu-text .time {
    position: relative;
    font-size: 18px;
    color: #024198;
    text-align: left;
    font-weight: bold;
    height: 21px;
    padding-left: 21px;
    margin-bottom: 5px;
    
}

.index-seminars .swiper-wrapper .swiper-slide .xuesu-text .time span {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    background: url(../images/xuesu-time.png);
    background-position: 0 center;
    background-size: 200% auto;
    background-repeat: no-repeat;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.index-seminars .swiper-wrapper .swiper-slide:hover .xuesu-text .time {
    color: #fff; 
}

.index-seminars .swiper-wrapper .swiper-slide:hover .xuesu-text .time span {
    background-position: -17px center;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}
.index-seminars .swiper-wrapper .swiper-slide a h3 {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    text-align: left;
    font-style: normal;
    margin: 0;
    line-height: 27px;
    height: 54px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.index-seminars .swiper-wrapper .swiper-slide:hover a  .xuesu-text h3 {
    color: #fff
}

.index-seminars .swiper-button-prev,
.index-seminars .swiper-button-next {
    width: 72px;
    height: 72px;
    top: 59%;
    transform: translateY(-50%);
}

.index-seminars .swiper-button-prev {
    background: url(../images/xuesu-left.png) no-repeat center center;
    left: -97px
}

.index-seminars .swiper-button-next {
    background: url(../images/xuesu-right.png) no-repeat center center;
    right: -97px
}

.guanggao img {
    width: 100%
}

.fourth-content {
    padding: 40px 0;
    background-image: url(../images/fourth-bj.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover
}

.index-news {
    padding-right: 30px
}

.index-news ul li {
    margin-bottom: 25px
}

.index-news ul li .index-news-img {
    width: 208px;
    height: 142px;
    float: left;
    overflow: hidden;
    margin-right: 18px
}

.index-news ul li .index-news-img a img {
    width: 100%;
    min-height: 100%;
    -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out
}

.index-news ul li:hover a img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.index-news ul li .index-news-text a h3 {
    font-size: 19px;
    color: #333;
    line-height: 24px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 19px;
    text-decoration: none
}

.index-news ul li:hover .index-news-text a h3 {
    color: #3066af
}

.index-news ul li .index-news-text a:hover h3,.index-news ul li .index-news-text a:hover .abstracts {
    text-decoration: none
}

.index-news ul li .index-news-text a .abstracts {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    height: 72px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-decoration: none;
    overflow: hidden
}

.index-news ul li .index-news-text a .date {
    font-family: "Tahoma";
    font-size: 18px;
    color: #808080;
    margin-top: 3px
}

.index-recruit {
    padding-left: 30px
}

.index-recruit ul {
    background: url(../images/recruit-line.png) 15px top repeat-y;
    margin-bottom: -10px
}

.index-recruit ul li {
    padding-left: 55px;
    background-image: url(../images/recruit-title.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 6.5px;
    margin-top: 53px
}

.index-recruit ul li:first-child {
    margin-top: 0
}

.index-recruit ul li a {
    display: block;
    overflow: hidden
}

.index-recruit ul li a h3 {
    font-size: 18px;
    color: #333;
    width: 80%;
    float: left;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0
}

.index-recruit ul li:hover a h3 {
    color: #3066af
}

.index-recruit ul li a .date {
    font-size: 18px;
    color: #808080;
    font-family: "Tahoma";
    width: 20%;
    float: left;
    text-align: right
}

.link-img {
    margin: 65px 0 20px
}

.link-img ul {
    margin-left: -1.5%;
    overflow: hidden
}

.link-img ul li {
    width: 23.5%;
    margin-left: 1.5%;
    float: left;
    margin-bottom: 20px;
    height: 143px;
    transition: .5s;
    background-size: contain!important
}

.link-img ul li.li1 {
    background: url(../images/link-img01.jpg) no-repeat
}

.link-img ul li.li2 {
    background: url(../images/link-img02.jpg) no-repeat
}

.link-img ul li.li3 {
    background: url(../images/link-img03.jpg) no-repeat
}

.link-img ul li.li4 {
    background: url(../images/link-img04.jpg) no-repeat
}

.link-img ul li.li1:hover {
    background: url(../images/link-img01-hover.jpg) no-repeat
}

.link-img ul li.li2:hover {
    background: url(../images/link-img02-hover.jpg) no-repeat
}

.link-img ul li.li3:hover {
    background: url(../images/link-img03-hover.jpg) no-repeat
}

.link-img ul li.li4:hover {
    background: url(../images/link-img04-hover.jpg) no-repeat
}

.link-img ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    transition: 1s
}

.link-img ul li a img {
    width: 100%;
    min-height: 100%;
    -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out
}

.link-img ul li:hover a img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.left-box {
    padding-right: 26px
}

.left-box h3 {
    font-size: 36px;
    color: #f0f4f7;
    background: url(../images/current.jpg) center;
    background-size: 100% 100%;
    padding: 40px 0 54px 30px;
    margin: -60px 0 0;
    position: relative
}

.left-box h3::after {
    content: "";
    background: #f5f9fb;
    width: 55px;
    height: 4px;
    position: absolute;
    left: 35px;
    bottom: 38px
}

.left-nav {
    background-color: #e9f3fc;
    background-image: url(../images/left-nav.png);
    background-position: 108% bottom;
    background-repeat: no-repeat;
    padding: 20px 0 200px 10px;
    margin-bottom: 100px
}

.left-nav ul li a {
    display: block;
    font-size: 20px;
    color: #333;
    padding: 12px 0 12px 30px;
    border-bottom: 1px solid #e2e7eb
}

.left-nav ul li:hover a,.left-nav ul li.active a {
    color: #1c5192;
    font-weight: bold
}

.left-nav ul li ul {
    padding: 5px 0;
}


.left-nav ul li ul li a {
    font-weight: 500;
    font-size: 18px;
    color: #666666;
    padding: 7.5px 0 7.5px 65px;
    border-bottom: none;
    background: url(../images/daohangx.png);
    background-size: 5%;
    background-position: 85% center;
    background-repeat: no-repeat;
}

.left-nav ul li:hover ul li a,
.left-nav ul li.active ul li a {
    color: #666666;
    font-weight: 500;
}

.left-nav ul li ul li:hover a,
.left-nav ul li ul li.active a {
    color: #1c5192;
    background: url(../images/daohangxs.png);
    background-size: 5%;
    background-position: 85% center;
    background-repeat: no-repeat;
}

.right-box {
    padding-left: 5px;
    padding-top: 19px
}

.right-current {
    position: relative;
    margin-bottom: 40px
}

.location {
    position: absolute;
    right: 0;
    top: 38px;
    z-index: 3
}

.location,.location a {
    font-size: 14px;
    color: #333
}

.location span {
    font-size: 14px;
    color: #333
}

.columntitle {
    line-height: 38px;
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    margin: 0
}

.columntitle span {
    display: block;
    font-size: 30px;
    color: #145686;
    font-weight: normal
}

.team ul.team-list {
    margin-left: -2%;
    overflow: hidden
}

.team ul.team-list li {
    width: 31.33%;
    float: left;
    margin-left: 2%;
    background: #f9f9f9;
    margin-bottom: 20px;
    /* height: 195px; */
}

.team ul.team-list li:hover {
    box-shadow: 1px 1px 10px #ddd
}

.team ul.team-list li .team-img {
    width: 113px;
    height: 161px;
    margin: 0 20px 0 0;
    float: left;
    overflow: hidden
}

.team ul.team-list li .team-img img {
    width: 100%;
    min-height: 100%;
    -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    background-size: cover!important;
}

.team ul.team-list li:hover .team-img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.team ul.team-list li .team-text {
    padding: 0 25px 0 134px
}

.team ul.team-list li .team-text h3 {
    font-size: 19px;
    color: #333;
    font-weight: bold;
    margin: 24px 0 8px
}

.team ul.team-list li .team-text .abstracts {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    max-height: 72px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-decoration: none;
    overflow: hidden;
}

.team ul.team-list li .team-text .zcheng {
    font-size: 14px!important;
    color: #666;
    margin-bottom: 6px;
    /* height: 60px; */
}

.namescreen {
    margin: 20px 0 35px
}

.namescreen ul {
    overflow: hidden
}

.namescreen ul li {
    float: left;
    width: 39px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    font-weight: bold;
    color: #d2d2d2;
    text-align: center;
    cursor: pointer
}

.namescreen ul li a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #d2d2d2
}

.namescreen ul li.has_szm a {
    color: #145686
}

.namescreen ul li.all_button {
    width: 86px;
    margin-right: 15px
}

.namescreen ul li.all_button a {
    color: #1c5192
}

.namescreen ul li.all_button.has_szm a {
    color: #fff;
    background: #1c5192
}

.progres .progres-list li {
    border-bottom: 1px dashed #9ba9c5;
    padding: 14.5px 13px 14.5px 15px;
    position: relative;
    cursor: pointer
}

.progres .progres-list li a {
    display: block;
    overflow: hidden
}

.progres .progres-list li a h3 {
    font-size: 16px;
    color: #333;
    padding-left: 25px;
    position: relative;
    margin: 0;
    width: 80%;
    height: 26px;
    line-height: 26px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 2
}

.progres .progres-list li:hover a h3 {
    font-weight: bold;
    color: #1c5192
}

.progres .progres-list li a h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    background: #bfd3e7;
    border-radius: 50%;
    z-index: 3
}

.progres .progres-list li:hover h3::before {
    background: #437bb6
}

.progres .progres-list li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 55px;
    width: 0;
    height: 1px;
    transition: .8s ease-out all;
    background: #1c5192
}

.progres .progres-list li:hover::after {
    width: 100%
}

.progres .progres-list li a .time {
    width: 20%;
    float: left;
    color: #808080;
    font-size: 18px;
    font-family: "Tahoma";
    text-align: right;
    height: 26px;
    line-height: 26px
}

.teacher {
    padding: 20px 110px
}

.teacher table,.teacher table tr,.teacher table tr td {
    border: none !important
}

.teacher table:first-child tr:first-child {
    display: block
}

.teacher table:first-child tr td {
    width: auto !important;
    padding: 0 66px 0 0 !important
}

.teacher table:first-child tr td+td {
    padding: 0 !important
}

.teacher table:first-child tr td img {
    border: 5px solid #eee;
    border-radius: 3px
}

.teacher table:first-child tr td+td h2 {
    font-size: 30px;
    color: #000;
    margin-bottom: 30px;
    margin-top: 45px
}

.teacher table:first-child tr td+td p {
    font-size: 16px;
    color: #666;
    line-height: 36px
}

.teacher table tr:first-child {
    display: none
}

.teacher table tr td h4 {
    font-size: 20px;
    color: #125c90;
    font-weight: bold;
    position: relative;
    padding-left: 18px;
    margin: 55px 0 7px
}

.teacher table tr td h4::before {
    content: "";
    width: 6px;
    height: 20px;
    background: #9dbcd1;
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 8px
}

.teacher table tr td p {
    font-size: 16px;
    color: #333;
    line-height: 38px
}

.teacher .teacher-ul {
    overflow: hidden
}

.teacher .teacher-ul li {
    width: 22%;
    float: left;
    margin-right: 2px;
    text-align: center
}

.teacher .teacher-ul li h3 {
    font-size: 18px;
    color: #fff;
    background: #145686;
    padding: 24px 0
}

.teacher .teacher-ul li.active h3 {
    background: #46aba1
}

table.teacher-content {
    min-height: 300px
}

.thesis {
    padding: 80px 10px
}

.thesis p {
    font-size: 16px;
    margin-bottom: 12px
}

.thesis img {
    margin-bottom: 10px
}

.thesis ul {
    margin-left: -3%;
    overflow: hidden;
    margin-top: 30px
}

.thesis ul li {
    width: 22%;
    margin-left: 3%;
    float: left;
    background: #f2f2f2;
    text-align: center;
    margin-bottom: 8px
}

.thesis ul li a {
    display: block;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    padding: 21px 0
}

.thesis ul li:hover a {
    color: #145686
}

.academic {
    margin-top: 35px
}

.academic ul li {
    border-bottom: 1px dashed #e0e0e0;
    padding: 22px 0 26px;
    transition: transform 0.5s
}

.academic ul li:hover {
    background: url(../images/academic-title-active.png) 95% bottom no-repeat
}

.academic ul li .academic-date {
    width: 57px;
    border: 1px solid #9eb7d9;
    text-align: center;
    border-radius: 5px;
    float: left;
    margin-right: 30px;
    padding: 12px 0 16px
}

.academic ul li:hover .academic-date {
    background: #3066af
}

.academic ul li .academic-date h4 {
    font-size: 24px;
    color: #3066af;
    font-family: "Tahoma";
    margin: 0 0 4px
}

.academic ul li:hover .academic-date h4 {
    color: #fff
}

.academic ul li .academic-date .year {
    font-size: 12px;
    color: #666;
    font-family: "Tahoma"
}

.academic ul li:hover .academic-date .year {
    color: #fff
}

.academic ul li .academic-text {
    padding-left: 87px
}

.academic ul li .academic-text h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 12px
}

.academic ul li .academic-text .abstracts {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    height: 48px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.notice ul li {
    padding: 16px 20px 18px;
    border-bottom: 1px solid #dcdcdc
}

.notice ul li .notice-date {
    width: 60px;
    float: left;
    text-align: center;
    margin-right: 50px
}

.notice ul li .notice-date h4 {
    font-size: 24px;
    color: #333;
    margin: 0 0 5px
}

.notice ul li .notice-date .year {
    font-size: 14px;
    color: #666
}

.notice ul li .notice-text {
    height: 51px;
    line-height: 51px;
    overflow: hidden
}

.notice ul li .notice-text p {
    display: inline-block;
    vertical-align: middle;
    line-height: 25.5px;
    color: #333;
    font-size: 16px
}

.notice ul li:hover .notice-text p {
    font-weight: bold;
    color: #1c5192
}

.download {
    margin-bottom: 80px
}

.download ul {
    margin-left: -3.17%;
    overflow: hidden;
    padding-top: 10px
}

.download ul li {
    width: 46.83%;
    height: 107px;
    border: 1px solid #e7e7e7;
    padding: 0 77px 0 27px;
    float: left;
    margin-left: 3.17%;
    position: relative;
    margin-bottom: 35px;
    transition: all .35s
}

.download ul li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 18px
}

.download ul li .date {
    font-size: 18px;
    color: #666
}

.download_search.download_search,.download_download {
    position: absolute;
    width: 52px;
    height: 52px;
    top: 0;
    right: 0;
    background-color: #dadada;
    background-position: center;
    background-repeat: no-repeat
}

.download_search {
    background-image: url(../images/icon_search.png)
}

.download_download {
    top: auto;
    bottom: 0;
    background-image: url(../images/icon_download.png)
}

.download li:hover {
    box-shadow: 0 0 10px rgba(1,42,92,.2);
    border: none;
    transition: all .35s
}

.download li .download_search:hover {
    background-color: #1863a5;
    transition: all .35s
}

.download li .download_download:hover {
    background-color: #2da195;
    transition: all .35s
}

.item {
    border-bottom: 1px solid #ddd
}

.item ul {
    overflow: hidden
}

.item ul li {
    float: left
}

.item ul li a {
    display: block;
    font-size: 18px;
    color: #333;
    padding: 7px 25px;
    position: relative
}

.item ul li a::after {
    content: "";
    width: 0;
    height: 2px;
    background: #115e93;
    position: absolute;
    left: 0;
    bottom: -1px
}

.item ul li.active a::after {
    width: 100%
}

.training {
    margin: 20px 0 40px
}

.training ul {
    margin-left: -3.5%;
    overflow: hidden
}

.training ul li {
    width: 46.5%;
    float: left;
    margin-left: 3.5%;
    border: 1px solid #f2f2f2;
    padding: 42px 40px 30px 32px;
    margin-bottom: 25px
}

.training ul li:hover {
    background: #37a499
}

.training ul li h3 {
    font-size: 24px;
    color: #333;
    padding-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    margin: 0 0 40px
}

.training ul li:hover h3 {
    color: #fff
}

.training ul li h3::after {
    content: "";
    background: #49aea3;
    width: 18%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0
}

.training ul li:hover h3::after {
    background: #fff
}

.training ul li .abstract {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    height: 52px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.training ul li:hover .abstract {
    color: #fff
}

.training ul li .more {
    font-size: 14px;
    color: #333;
    text-align: right;
    display: block;
    padding-right: 30px;
    background: url(../images/training-more.png) right center no-repeat;
    margin-top: 30px
}

.training ul li:hover .more {
    color: #fff;
    background: url(../images/training-more-active.png) right center no-repeat
}

.direction {
    margin: 20px 0 50px
}

.direction ul {
    margin-left: -3%;
    overflow: hidden
}

.direction ul li {
    position: relative;
    width: 47%;
    float: left;
    margin-left: 3%;
    height: 265px;
    overflow: hidden;
    margin-bottom: 25px
}

.direction ul li .direction-img {
    width: 280px;
    height: 100%;
    background: #115e93
}

.direction ul li .direction-img span {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    background-size: cover!important
}

.direction ul li:hover .direction-img span {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.direction ul li .direction-text {
    background: #eaf3fc;
    width: 65%;
    position: absolute;
    left: 35%;
    bottom: 0;
    border-top: 2px solid #37a499;
    padding: 30px 35px 35px 30px
}

.direction ul li .direction-text h3 {
    font-size: 20px;
    color: #115e93;
    font-weight: bold;
    margin: 0 0 10px 0;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.direction ul li .direction-text .abstract {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    height: 72px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px
}

.direction ul li .direction-text .more {
    font-size: 14px;
    color: #115e93;
    margin-left: 15px
}

.yanjiu ul {
    margin-left: -2.76%;
    overflow: hidden
}

.yanjiu ul li {
    position: relative;
    width: 30.57%;
    float: left;
    margin-left: 2.76%;
    margin-bottom: 25px
}

.yanjiu ul li .yanjiu-img {
    width: 100%;
    height: 313px;
    overflow: hidden;
}

.yanjiu ul li .yanjiu-img a {
    display: block;
}

.yanjiu ul li .yanjiu-img img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    background-size: cover !important
}

.yanjiu ul li:hover .yanjiu-img img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.yanjiu ul li .yanjiu-text {
    background: url(../images/yanjiu.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    padding: 25px 30px 25px 20px;
    position: relative;
    margin-top: -61px;
}

.yanjiu ul li .yanjiu-text h3 {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-size: 26px;
    color: #135788;
}

.yanjiu ul li .yanjiu-text p {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 16px;
    color: #BCBCBC;
    text-align: left;
    text-transform: none;
}

.yanjiu ul li .yanjiu-text .more {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: url(../images/yanjiu-arrow.png);
    background-position: 0 center;
    background-size: 200% auto;
    background-repeat: no-repeat;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out

}

.yanjiu ul li .yanjiu-text .more:hover{
    background-position: -40px center;
 -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.article {
    padding-top: 20px;
    margin-bottom: 40px;
    position: relative;
}

.article h1.intro {
    text-align: center;
    font-size: 18px;
    color: #595c5b;
    font-family: "微软雅黑";
    line-height: 1.5;
    margin: 0
}

.article h2.title {
    text-align: center;
    font-size: 24px;
    color: #333;
    font-family: "微软雅黑";
    line-height: 30px;
    margin: 0 0 15px
}

.article h3.subtitle {
    font-size: 18px;
    color: #393939;
    line-height: 1.5;
    text-align: center;
    margin: 0
}

.article h4.information {
    margin: 0;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #999;
    font-weight: normal;
    margin: 10px 0 20px;
    position: relative;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    /* position: relative; */
}

.article p {
    font-size: 16px;
    line-height: 2em!important;
}

.pagebar,.search_pagebar {
    text-align: center;
    margin: 30px auto 65px
}

.p_first_d,.p_last_d {
    display: none
}

.p_first,.p_last {
    display: none
}

.p_prev_d,.p_prev {
    font-size: 14px;
    color: #333;
    padding: 6px 12px;
    border: 1px solid #e8e8e8;
    margin: 4px
}

.p_no {
    padding: 6px 12px;
    border: 1px solid #e8e8e8;
    margin: 4px;
    font-size: 14px;
    color: #333
}

.p_no_d {
    font-size: 14px;
    background: #1c327e;
    color: #fff;
    padding: 6px 12px;
    border: 1px solid #e8e8e8;
    margin: 4px
}

.p_next,.p_next_d {
    font-size: 14px;
    color: #333;
    padding: 6px 12px;
    margin-left: 4px;
    border: 1px solid #e8e8e8
}

.list .headStyle14x1iekwp4 a,#fen a,.list .PrevDisabled,.list .this-page,.list .NextDisabled {
    height: 20px !important
}

.footer {
    background-image: url(../images/bottom.jpg);
    background-size: 100% 100%;
    padding: 50px 0 0
}

.bottom-logo {
    width: 38.2%;
    float: left
}

.footer-right {
    margin-left: 38.2%
}

.footer-right select {
    width: 24%;
    margin-left: 1.33%;
    margin-bottom: 19px;
    color: #fff;
    font-size: 16px;
    height: 47px;
    background-color: #1e427c;
    background-image: url(../images/select-dian.png);
    background-position: 93% center;
    background-repeat: no-repeat;
    padding: 0 15px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none
}

.footer-right select:first-child {
    margin-left: 0
}

.footer-adress {
    padding-top: 14px;
    border-top: 1px solid #627cae
}

.footer-adress p {
    font-size: 14px;
    color: #fff;
    opacity: 0.6;
    line-height: 30px
}

.footer-copyright {
    text-align: left;
    padding: 19px 0;
    margin-top: 16px
}

.footer-copyright p {
    opacity: 0.48;
    color: #eef7ff
}

.teacher-inf .phone {
    float: left;
    width: 190px;
    height: 264px;
    overflow: hidden
}

.teacher-inf .phone img {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.teacher-inf .inf {
    float: left;
    margin: 0 0 0 68px
}

.teacher-inf .inf .name {
    color: #333;
    font-size: 30px;
    margin: 30px 0
}

.teacher-inf .inf p {
    font-size: 16px;
    color: #666;
    margin: 10px 0
}

.teacher-tab {
    position: relative
}

.teacher-tab ul {
    margin: 20px 0 25px -0.5%
}

.teacher-tab li {
    float: left;
    width: 24.5%;
    margin-left: 0.5%
}

.teacher-tab li a {
    display: block;
    padding: 10px 0;
    background-color: #145686;
    color: #fff;
    font-size: 15px;
    text-align: center;
    white-space: nowrap
}

.teacher-tab li a:hover {
    background-color: #46aba1
}

.teacher-tab .jiao {
}

.teacher-tab li.on a {
    background-color: #46aba1
}

.teacher-cont {
    margin-bottom: 28px;
}

.teacher-cont h3 {
    color: #125c90;
    font-size: 20px;
    font-weight: bold;
    padding-left: 22px;
    position: relative;
    padding-bottom: 5px;
}

.teacher-cont h3::before {
    content: "";
    width: 6px;
    height: 20px;
    background: #9dbcd1;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 8px
}

.teacher-cont p {
    font-size: 16px;
    color: #333;
    line-height: 30px
}

.pt-list {
    margin-left: -3%;
    margin-bottom: 40px
}

.pt-list li {
    width: 47%;
    height: 276px;
    float: left;
    margin-left: 3%;
    position: relative;
    overflow: hidden;
    margin-bottom: 3%
}

.pt-list li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pt-list li::after {
    opacity: 0.7;
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 6px;
    bottom: 0;
    background: rgba(121,207,247,.74);
    z-index: 9;
    transition: all ease-in-out 0.4s
}

.pt-list li .line {
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(121,207,247,1)
}

.pt-list li:hover::after {
    transform: translateY(100%)
}

.pt-list li .title {
    width: 80%;
    padding: 18px;
    font-weight: bold;
    font-size: 18px;
    color: #1862a1;
    position: absolute;
    left: 11%;
    bottom: 15px;
    background: #fff;
    transition: all 0.4s ease-in-out;
    text-align: center;
    left: 50%;
    transform: translateX(-50%)
}

.pt-list li .title span {
    width: 100%;
    height: 24px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.pt-list li .title::before {
    content: ' ';
    display: block;
    width: 0%;
    height: 0.03rem;
    position: absolute;
    left: 0;
    top: -3px;
    transition: all ease-in-out 0.6s
}

.pt-list li .title::after {
    content: ' ';
    display: block;
    width: 0.03rem;
    height: 0%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all ease-in-out 0.6s
}

.pt-list li:hover .title::before {
    content: ' ';
    top: -3px;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #279e91;
    position: absolute
}

.pt-list li:hover .title::after {
    content: ' ';
    display: block;
    width: 3px;
    height: 100%;
    background-color: #279e91;
    position: absolute;
    right: -3px;
    top: 0;
    transition: all ease-in-out 0.6s
}

.pt-list li img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    transition: all 0.4s ease-in-out
}

.pt-list li:hover img {
    transform: scale(1.2)
}

.return-top {
    width: 180px;
    height: 180px;
    position: fixed;
    right: 20px;
    bottom: 40px;
    background: url(../images/totop.jpg) no-repeat;
    z-index: 13;
    background-size: 55%
}

.return-top:hover {
    opacity: .9
}

.jianjie p {
    font-size: 16px!important;
    line-height: 30px!important
}

.Professional h3 {
    position: relative;
    font-family: DIN, DIN;
    font-weight: bold;
    font-size: 24px;
    color: #135788;
    line-height: 42px;
    padding: 7px 23px;
    border-left: 7px solid #135788;
}


.Professional h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 366px;
    height: 100%;
    background-image: url(../images/Professionaldh.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
}

.Professional h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    background-image: url(../images/Professionaldb.png);
    background-size: 100% 100%;
    z-index: -2;
}

.Professional ul li {
    margin-top: 25px;
    overflow: hidden;
}



.Professional ul li .Professional-imgbox {
    float: left;
    position: relative;
    overflow: hidden;
    margin-right: 40px;
}

.Professional ul li .Professional-imgbox::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background-color: #E9F3FC;
}

.Professional ul li .Professional-imgbox::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
    background-color: #E9F3FC;
}

.Professional ul li .Professional-img {
    width: 169px;
    height: 224px;
    overflow: hidden;
    margin: 0 8px 8px 0;
}

.Professional ul li .Professional-img img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    background-size: cover !important;
}

.Professional ul li:hover .Professional-img img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.Professional ul li .Professional-text {
    padding: 43px 0 35px;
}


.Professional ul li .Professional-text h2 {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 32px;
    color: #024198;
    line-height: 48px;
    position: relative;
    margin-bottom: 42px;
}

.Professional ul li .Professional-text h2::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 85%;
    bottom: -26px;
    background-color: #D8D8D8;
}

.Professional ul li .Professional-text h2::after {
    content: "";
    display: block;
    width: 65%;
    height: 2px;
    position: absolute;
    left: 217px;
    bottom: -22px;
    background-color: #D5D5D5;
}

.Professional ul li .Professional-text p {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    line-height: 32px;
}

.Professional ul li .Professional-text p:first{
    margin-top: 20px;
}

.lead-list{  margin: 0 0 90px;}
.lead-list-box {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
}

.lead-list-box:before {
    content: "";
    display: block;
    width: 15px;
    height: 76%;
    background: #E9F3FC;
    position: absolute;
    top: 24%;
    right: 0;
    /* z-index: 2;*/
}
.lead-list-box:after {
    content: "";
    display: block;
    width: 89%;
    height: 10px;
    background: #E9F3FC;
    position: absolute;
    left: 11%;
    bottom: 0;
    /* z-index: 2;*/
}
.lead-list .lead-list-img{
    float: left;
    width: 260px;
    height: 343px;
    overflow: hidden;
    margin-bottom: 30px;
    margin-right: 72px;
}
.lead-list .lead-list-img img{
    width: 100% !important;
    height: auto !important;
    min-height: 100%;
    overflow: hidden;
}
.lead-list .lead-list-txt {
    /* float: left; */
    color: #333;
    /* margin-left: 72px; */
    margin-top: 96px;
    background-color: #FAFAFA;
    background-image: url(../images/lead-list-txt.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 277px;
    /* margin-left: 120px; */
    margin-right: 15px;
}
.lead-list .lead-list-txt .name {
    width: 100%;
    font-size: 38px;
    font-weight: bold;
    padding: 16.7px 0;
    margin-bottom: 25px;
    color: #024198;
    position: relative;
}

.lead-list .lead-list-txt .name:before {
    content: "";
    display: block;
    width: 155px;
    height: 3px;
    background: #024198;
    position: absolute;
    bottom: 0;
    left: 332px;
    z-index: 2;
}

.lead-list .lead-list-txt .name:after {
    content: "";
    display: block;
    width: 550px;
    height: 1px;
    background: #DCDCDC;
    position: absolute;
    bottom: 1px;
    left: 332px;
    z-index: 1;
}
.lead-list .lead-list-txt .zc, .lead-list .lead-list-txt .zz {
    font-size: 24px;
    line-height: 42px;
}
.arc-info{
    position: absolute;
    right: 0;
    top: 0;
}
.arc-info .resize a{position: relative;vertical-align: bottom;}
.arc-info a.large-size {font-size: 20px;margin: 0 8px;color: #333;}
.arc-info a.large-size:after{content: '+';font-size: 20px;position: absolute;top: -2px;right: -13px;}
.arc-info a.normal-size {font-size: 18px;margin: 0 8px;color: #333;}
.arc-info a.small-size {font-size: 16px;margin: 0 8px;color: #333;}
.arc-info a.small-size:after {content: '-';font-size: 14px;position: absolute;top: -3px;right: -8px;}
.arc-con img{max-width:100%;/* width: auto!important; */height: auto!important;}
.social-share{
    text-align: right;
    border-bottom: solid 1px #e9e9e9;
    padding: 0 0 20px 0;
    margin: 20px 0;
}
.previous{
    margin: 15px 0;
}
.next{}
.social-share span{vertical-align: 5px;}
.returnList{
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
    padding: 10px 34px;
    