@charset "utf-8";
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }

@keyframes fade { 0% { opacity: 1; }
  100% { opacity: 0.1; } }
html { font-size: 100px; min-width: 320px; }

.overflow { overflow: hidden; }

.container { width: 85%; max-width: 1500px; margin: 0 auto; font-size: .16rem; }

.banner { position: relative; z-index: 1; }

.banner-slick { z-index: 1; font-size: 0; }
.banner-slick .img { position: relative; display: block; width: 100%; height: 100vh; overflow: hidden; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: transform 0.4s linear 0s; -moz-transition: transform 0.4s linear 0s; -ms-transition: transform 0.4s linear 0s; -o-transition: transform 0.4s linear 0s; transition: transform 0.4s linear 0s; }
.banner-slick .img img { position: absolute; top: 50%; right: auto; bottom: auto; left: 50%; z-index: 1; width: 100%; height: 100%; object-fit: cover; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.banner-slick .slick-arrow { position: absolute; top: 50%; right: auto; bottom: auto; left: auto; z-index: 1; width: .58rem; height: .58rem; -webkit-transition: opacity 0.3s linear 0s; -moz-transition: opacity 0.3s linear 0s; -ms-transition: opacity 0.3s linear 0s; -o-transition: opacity 0.3s linear 0s; transition: opacity 0.3s linear 0s; }
.banner-slick .slick-arrow.slick-prev { left: 8%; background-image: url("../images/prev.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }
.banner-slick .slick-arrow.slick-next { right: 8%; background-image: url("../images/next.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }
.banner-slick .slick-dots { position: absolute; top: auto; right: auto; bottom: 0.25rem; left: 50%; z-index: 1; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.banner-slick .slick-dots li { display: inline-block; margin: 0 .1rem; width: .2rem; height: .43rem; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; cursor: pointer; background-image: url(../images/x_icon2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }
.banner-slick .slick-dots li.slick-active { background-image: url(../images/x_icon2_2.png); }

.header { position: fixed; top: -10vh; right: auto; bottom: auto; left: auto; z-index: 100; width: 100%; padding: .25rem 6.25%; background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), transparent); opacity: 0; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s;  }
.header > .fr { font-size: 0; text-align: right; }
.header.scroll { background: #2f5a97; padding-top: .1rem; padding-bottom: .1rem; box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.4); }
.header.scroll .logo img { height: 68px; }
.header.scroll .nav { margin: 0; }
.header.inset { position: relative; top: 0; opacity: 1; background: #2f5a97; }
.header.show { top: 0; opacity: 1; -webkit-transition: all 0.6s linear 0s; -moz-transition: all 0.6s linear 0s; -ms-transition: all 0.6s linear 0s; -o-transition: all 0.6s linear 0s; transition: all 0.6s linear 0s; }

.logo img { max-width: 100%; height: 95px; vertical-align: top; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }

.top-link { display: inline-block; vertical-align: top; font-size: 0.14rem; font-weight: 500; line-height: 0.34rem; color: #fff; text-align: left; }
.top-link a { color: #fff; }
.top-link span { margin: 0 .15rem; }
.top-link a:hover { text-decoration: underline !important; }

.search { display: inline-block; vertical-align: top; border-radius: .34rem; -webkit-transition: all 0.3s linear 2s; -moz-transition: all 0.3s linear 2s; -ms-transition: all 0.3s linear 2s; -o-transition: all 0.3s linear 2s; transition: all 0.3s linear 2s; }
.search .input { width: 0; height: .34rem; vertical-align: top; font-size: 0.14rem; font-weight: 500; line-height: 0.34rem; color: #333; text-align: left; -webkit-transition: all 0.3s linear 2s; -moz-transition: all 0.3s linear 2s; -ms-transition: all 0.3s linear 2s; -o-transition: all 0.3s linear 2s; transition: all 0.3s linear 2s; }
.search .submit { width: .34rem; height: .34rem; vertical-align: top; background-image: url("../images/x_icon1.png"); background-repeat: no-repeat; background-position: 30% 50%; background-color: transparent; background-size: auto; -webkit-transition: all 0.3s linear 2s; -moz-transition: all 0.3s linear 2s; -ms-transition: all 0.3s linear 2s; -o-transition: all 0.3s linear 2s; transition: all 0.3s linear 2s; }
.search:hover { background: #fff; -webkit-transition: all 0.2s linear 0s; -moz-transition: all 0.2s linear 0s; -ms-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; }
.search:hover .input { width: 1.8rem; padding: 0 .1rem; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.search:hover .submit { background-image: url(../images/x_icon1_2.png); -webkit-transition: all 0.1s linear 0s; -moz-transition: all 0.1s linear 0s; -ms-transition: all 0.1s linear 0s; -o-transition: all 0.1s linear 0s; transition: all 0.1s linear 0s; }

.search2 { width: 100%; max-width: 7.5rem; margin: .3rem auto; padding: .1rem; box-shadow: 0 0 14px 0 #ccc;  }
.search2 .input { width: calc(100% - .52rem); height: .45rem; padding-left: .15rem; font-size: 0.15rem; font-weight: 500; line-height: 0.43rem; color: #555; text-align: left; vertical-align: top; border: 1px solid #eee; }
.search2 .submit { width: .45rem; height: .45rem; vertical-align: top; background-image: url(../images/t_icon1_2.png); background-repeat: no-repeat; background-position: 70% 50%; background-color: transparent; background-size: auto; }
.search2 form { white-space: nowrap; font-size: 0; }

.nav { margin: .1rem 0 0; font-size: 0; text-align: right; white-space: nowrap; user-select: none; -webkit-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; -ms-transition: all 0.4s linear 0s; -o-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; }
.nav li { display: inline-block; position: relative; }
.nav li a { display: block; padding: 0 .2rem; font-size: 0.18rem; font-weight: 700; line-height: 0.35rem; color: #fff; text-align: center; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.nav li .lv2 { display: none; position: absolute; top: calc(100% + 10px); right: auto; bottom: auto; left: calc(50% - .7rem); z-index: 1; width: 1.4rem; padding: .08rem 0 .12rem; background: #fff; transform-origin: 50% 10%; -ms-transform-origin: 50% 10%; box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3); }
.nav li .lv2 a { padding: .1rem 5px; font-size: .16rem; line-height: .18rem; font-weight: 400; color: #333; }
.nav li .lv2 a:hover { color: #fff; background: #2f5a97; }
.nav li .lv2 .tri { position: absolute; top: auto; right: auto; bottom: 100%; left: 0%; z-index: 1; width: 100%; height: 12px; overflow: hidden; }
.nav li .lv2 .tri::after { display: block; content: ""; box-sizing: border-box; width: 12px; height: 12px; margin: 0 auto; background: #fff; -webkit-transform: translate(0px, 6px) rotate(45deg); -moz-transform: translate(0px, 6px) rotate(45deg); -ms-transform: translate(0px, 6px) rotate(45deg); -o-transform: translate(0px, 6px) rotate(45deg); transform: translate(0px, 6px) rotate(45deg); box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }
.nav li:hover > a .icon { background-position: 0 0; }
.nav li:hover .lv2 { display: block; animation: flipInY .8s; -ms-animation: flipInY .8s; }
.nav li:last-child > a { padding-right: 0; }

.tt1 { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.tt2 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.tt3 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.tt4 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

.tt5 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }

.img-scale { display: block; overflow: hidden; }
.img-scale img { display: block; width: 100%; height: auto; -webkit-transition: transform 0.5s linear 0s; -moz-transition: transform 0.5s linear 0s; -ms-transition: transform 0.5s linear 0s; -o-transition: transform 0.5s linear 0s; transition: transform 0.5s linear 0s; }
.img-scale .img-frame { overflow: hidden; }
.img-scale .img { /*背景图替换img*/ height: 100%; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; -webkit-transition: transform 0.5s linear 0s; -moz-transition: transform 0.5s linear 0s; -ms-transition: transform 0.5s linear 0s; -o-transition: transform 0.5s linear 0s; transition: transform 0.5s linear 0s; }
.img-scale .img img { min-height: 100%; }
.img-scale:hover img { min-height: 100%; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.img-scale:hover .img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.column { position: relative; margin: 0 0 .25rem; text-align: center; }
.column h3 { display: inline-block; padding: 0 0 0 .42rem; font-size: 0.26rem; font-weight: 700; line-height: 0.5rem; color: #000; text-align: left; background-image: url(../images/x_icon3.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.column .more { position: absolute; top: 0; right: -6px; bottom: auto; left: auto; z-index: 1; }

.more { font-size: 0.14rem; font-weight: 500; line-height: 0.5rem; color: #d2862d; text-align: left; }
.more::after { display: inline-block; content: ""; width: 0; height: 0; margin: 0 0 0 6px; border: 6px solid transparent; border-radius: 1px; border-left-color: #d2862d; }

.title { font-size: 0.16rem; font-weight: 500; line-height: 0.54rem; color: #000; text-align: left; }

.date { font-size: 0.14rem; font-weight: 500; line-height: 0.54rem; color: #999; text-align: left; }

.info { font-size: 0.14rem; font-weight: 500; line-height: 0.25rem; color: #666; text-align: justify; }

.list1 { margin: .07rem 0 0; }
.list1 li { border-bottom: 1px dashed #ddd; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.list1 li:last-child { border: none; }
.list1 li:hover { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.list1 li:hover .title { color: #2f5a97; }
.list1 .title { display: inline-block; width: calc(100% - 1.3rem); vertical-align: top; }
.list1 .title::before { display: inline-block; content: ""; width: 6px; height: 6px; margin: 0 .1rem 1px 0; background: #d2862d; border-radius: 50%; }

.list2 { font-size: 0; margin: 0 -0.22rem; }
.list2 > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.22rem; }
.list2 li { margin: 0 0 .42rem; }
.list2 li .text:hover { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); }
.list2 .text { padding: .25rem .3rem; box-shadow: 0 0 10px 1px #ccc; border-bottom: 2px solid #d2862d; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.list2 .text .date { display: inline-block; vertical-align: top; width: .6rem; padding: 4px 0 8px; font-size: .12rem; line-height: .16rem; color: #fff; text-align: center; background: #6fb2ef; }
.list2 .text .date p:first-child { font-size: .24rem; font-weight: 700; line-height: .32rem; }
.list2 .text .title { display: inline-block; vertical-align: top; width: calc(100% - .6rem); height: .6rem; line-height: .3rem; padding: 0 0 0 .14rem; }
.list2 .text .title:hover { color: #2f5a97; font-weight: 700; }
.list2 .text .info { margin: .16rem 0 0; padding: .14rem 0 0; border-top: 1px solid #e5e5e5; }

.list3 li { padding: .22rem 0; font-size: 0; border-bottom: 1px dashed #ddd; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.list3 li:hover { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.list3 li:hover .title { color: #2f5a97; }
.list3 li:hover .date { background: #2f5a97; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.list3 .date { display: inline-block; vertical-align: top; width: .6rem; padding: 4px 0 8px; font-size: .12rem; line-height: .16rem; color: #fff; text-align: center; background: #6fb2ef; }
.list3 .date p:first-child { font-size: .24rem; font-weight: 700; line-height: .32rem; }
.list3 .text { display: inline-block; vertical-align: top; width: calc(100% - .6rem); padding: 0 0 0 .14rem; }
.list3 .text .title { line-height: .35rem; }
.list3 .text .title:hover { color: #2f5a97; font-weight: 700; }
.list3 .text .info span { margin: 0 .3rem 0 0; }
.list3 .text .info span:last-child { margin: 0; }

.list4 { font-size: 0; }
.list4 li { display: inline-block;  }
.list4 li a { font-size: 16px; line-height: .46rem; color: #333; padding: 0 .5rem 0 .2rem; border: 1px solid #ddd; }

.pic-list1 { font-size: 0; margin: 0 -0.19rem; }
.pic-list1 > li { display: inline-block; vertical-align: top; width: 50%; padding: 0 0.19rem; }
.pic-list1 .img-scale { position: relative; z-index: 1; }
.pic-list1 .img-scale .img { padding: 66.666% 0 0; }
.pic-list1 .text { position: relative; z-index: 2; width: 85%; margin: -.3rem auto 0; padding: .15rem .2rem; background: #fff; border-bottom: 2px solid #458ebd; box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.25); }
.pic-list1 .date { line-height: .35rem; }
.pic-list1 .date span { font-size: .26rem; font-weight: 700; color: #d79548; vertical-align: top; }
.pic-list1 .title { margin: 3px 0 0; line-height: .3rem; height: .6rem; }
.pic-list1 .title:hover { color: #2f5a97; font-weight: 700; }

.pic-list2 { font-size: 0; margin: 0 -0.2rem; }
.pic-list2 > li { display: inline-block; vertical-align: top; width: 20%; padding: 0 0.2rem; }
.pic-list2 li { margin: .25rem 0 0; }
.pic-list2 a { display: block; padding: 0 0 5px; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.pic-list2 a:hover { box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.3); }
.pic-list2 a:hover .name { color: #d2862d; }
.pic-list2 .img { padding: 120% 0 0; }
.pic-list2 .name { font-size: 0.16rem; font-weight: 700; line-height: 0.4rem; color: #494949; text-align: center; }

.toutiao { display: flex; justify-content: space-between; align-items: center; min-height: 1rem; padding: .12rem 0; margin: 0 0 .4rem; background: rgba(255, 255, 255, .8); border-radius: .12rem; }
.toutiao .img { position: relative; display: flex; justify-content: center; align-items: center; width: 1.3rem; height: 100%; }
.toutiao .img::after{ position: absolute; top: 50%; right: 0; width: 2px; height: .44rem; background-color: #ced6d9; content: ""; transform: translateY(-50%); }
.toutiao .img img { width: .56rem; }
.tt-slick { width: calc(100% - 3.4rem); }
.tt-slick a { display: flex; justify-content: space-between; align-items: center; }
.tt-slick .title { width: calc(100% - 110px); font-size: .2rem; font-weight: 700; color: #333; }
.tt-slick .date { font-size: .16rem; font-family:Arial, Helvetica, sans-serif; }
.tt-slick .date span { font-size: .28rem;  font-weight: 700;  color: #d79548;  vertical-align: top; }
.tt-slick-arrow { display: flex; justify-content: center; align-items: center; width: 1.5rem; }
.tt-slick-arrow div { width: .46rem; height: .46rem; background: url("../images/x_icon6.png") no-repeat 50% 50%; background-size: .44rem; cursor: pointer; }
.tt-slick-arrow .slick-next { transform: rotate(180deg); }
@media screen and (max-width: 768px) {
.toutiao { margin: 0 0 .28rem; }
    .toutiao .img { width: .8rem; }
    .tt-slick { width: calc(100% - 1.8rem); }
    .tt-slick a { flex-wrap: wrap;  }
    .tt-slick .title { width: 100%; height: .48rem; text-overflow: clip; white-space: initial; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: .19rem; line-height: .24rem; }
    .tt-slick .date { line-height: .35rem; font-size: .15rem; }
    .tt-slick .date span { font-size: .24rem; }
    .tt-slick-arrow { width: .7rem; }
    .tt-slick-arrow div { width: .36rem; height: .36rem; background-size: 100%;  }
}

.index-news { padding: .4rem 0 .45rem; background: #ebf2f6; }

.news-slick { width: 48.666%; font-size: 0; }
.news-slick .img-scale { position: relative; background: #fff; }
.news-slick .img-scale .img { padding: 56.25% 0 0; }
.news-slick .text { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; width: 100%; background: rgba(0, 0, 0, 0.6); }
.news-slick .date { display: inline-block; width: 1.3rem; color: #fff; line-height: .5rem; text-align: center; background: #d2862d; }
.news-slick .date span { display: inline-block; vertical-align: top; font-size: .26rem; font-weight: 700; line-height: .5rem; }
.news-slick .title { display: inline-block; vertical-align: top; width: calc(100% - 2.3rem); padding: 0 0 0 4%; font-size: .18rem; line-height: .5rem; font-weight: 700; color: #fff; }
.news-slick .slick-dots { position: absolute; top: auto; right: 0.15rem; bottom: 0.2rem; left: auto; z-index: 1; }
.news-slick .slick-dots li { display: inline-block; margin: 0 3.5px; width: 10px; height: 10px; border: 1px solid #fff; border-radius: 50%; cursor: pointer; }
.news-slick .slick-dots li.slick-active { background: #fff; }

.news-list { width: 48.666%; }

.index-notice { padding: .4rem 0 .45rem; }

.notice-slick { width: calc(100% - .65rem); margin: 0 -.13rem 0 0; font-size: 0; }
.notice-slick .slick-slide { padding: 0 .15rem; }
.notice-slick .slick-slide a { position: relative; display: block; padding: .24rem .2rem; border: 1px solid #e5e5e5; }
.notice-slick .slick-slide a::before { display: block; content: ""; box-sizing: border-box; position: absolute; top: 0; right: auto; bottom: auto; left: 0.21rem; z-index: 1; width: 1rem; height: 2px; background: #d2862d; }
.notice-slick .slick-slide a::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 50%; right: 0; bottom: auto; left: auto; z-index: -1; width: 100%; height: 0%; background: #2f5a97; }
.notice-slick .slick-slide a:hover::after { top: 0; height: 100%; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.notice-slick .slick-slide a:hover .title, .notice-slick .slick-slide a:hover .date { color: #fff; }
.notice-slick .title { margin: 0 0 .15rem; line-height: .3rem; height: .6rem; }
.notice-slick .date { line-height: .25rem; }
.notice-slick .slick-arrow { position: absolute; top: 0.36rem; right: calc(100% + .33rem); bottom: auto; left: auto; z-index: 1; width: .44rem; height: .51rem; background-image: url(../images/x_icon4.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }
.notice-slick .slick-arrow.slick-next { top: .97rem; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.notice-slick-dots { width: .65rem; margin: -.1rem 0 0; }
.notice-slick-dots .slick-slide { font-size: 0.14rem; font-weight: 500; line-height: 0.26rem; color: #999; text-align: left; }
.notice-slick-dots .slick-slide span { font-size: .24rem; color: #2f5a97; font-weight: 700; vertical-align: top; }

.index-research { padding: .55rem 0; background-image: url(../images/t_bg1.jpg); background-repeat: no-repeat; background-position: 50% 0; background-color: transparent; background-size: cover; }
.index-research .column h3 { color: #fff; background-image: url(../images/x_icon3_2.png); }

.research-slick { font-size: 0; margin: 0 -.22rem; }
.research-slick .slick-slide { padding: 0 .22rem; }
.research-slick .slick-slide:nth-child(2n) .text { border-color: #048adf; }
.research-slick .slick-slide:nth-child(3n) .text { border-color: #d79548; }
.research-slick .img-scale { position: relative; z-index: 1; }
.research-slick .img-scale .img { padding: 56.17% 0 0; background: #fff; }
.research-slick .text { position: relative; z-index: 2; margin: -.44rem 0 0 7.7%; padding: .1rem .18rem .15rem; background: #fff; border-left: 3px solid #45bdbc; }
.research-slick .text .date { line-height: .35rem; }
.research-slick .text .date span { font-size: .24rem; color: #d79548; font-weight: 700; vertical-align: top; }
.research-slick .text .title { line-height: .42rem; }
.research-slick .text .title:hover { color: #2f5a97; font-weight: 700; }
.research-slick .slick-arrow { position: absolute; top: 45%; right: auto; bottom: auto; left: auto; z-index: 1; width: .44rem; height: .51rem; background-image: url(../images/x_icon4_2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }
.research-slick .slick-arrow.slick-prev { left: -.68rem; }
.research-slick .slick-arrow.slick-next { right: -.68rem; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.research-slick .slick-dots { margin: .4rem 0 0; text-align: center; }
.research-slick .slick-dots li { display: inline-block; vertical-align: top; width: .14rem; height: 6px; margin: 0 4px; border-radius: 6px; background: #97adca; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.research-slick .slick-dots li.slick-active { width: .3rem; background: #d79548; }

.index-lectures { padding: .45rem 0 0; }
.index-subject { margin-top: .34rem; }
.subject-slick { font-size: 0; margin: 0 -.22rem; }
.subject-slick .slick-slide { padding: 0 .22rem; }
.subject-slick .slick-list { padding: 6px 0 0; }
.subject-slick .img-scale { position: relative; z-index: 1; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.subject-slick .img-scale .img { padding: 37.68% 0 0; }
.subject-slick .img-scale p { position: absolute; top: 50%; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; padding: 0 .1rem; font-size: 0.22rem; font-weight: 700; line-height: 0.35rem; color: #fff; text-align: center; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); text-shadow: 0 0 3px rgba(0, 0, 0, 0.6); }
.subject-slick .img-scale:hover { -webkit-transform: translateY(-6px); -moz-transform: translateY(-6px); -ms-transform: translateY(-6px); -o-transform: translateY(-6px); transform: translateY(-6px); box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5); }
.subject-slick .slick-arrow, .index-links ul .slick-arrow { position: absolute; top: 25%; right: auto; bottom: auto; left: auto; z-index: 1; width: .44rem; height: .51rem; background-image: url(../images/x_icon4.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }
.subject-slick .slick-arrow.slick-prev, .index-links ul .slick-arrow.slick-prev { left: -.48rem; }
.subject-slick .slick-arrow.slick-next, .index-links ul .slick-arrow.slick-next { right: -.48rem; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.subject-slick .slick-dots { margin: .4rem 0 0; text-align: center; }
.subject-slick .slick-dots li { display: inline-block; vertical-align: top; width: .14rem; height: 6px; margin: 0 4px; border-radius: 6px; background: #97adca; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.subject-slick .slick-dots li.slick-active { width: .3rem; background: #d79548; }

.index-links { padding: .35rem 0 .4rem; }
.index-links ul { font-size: 0; margin: 0 0; text-align: center; }
.index-links ul > li { display: inline-block; vertical-align: top; width: 14.285%; padding: 0 0; }
.index-links ul a { display: block; font-size: 0.16rem; font-weight: 500; line-height: 0.45rem; color: #000; text-align: center; }
.index-links ul a:hover { color: #2f5a97; font-weight: 700; }
.index-links ul a:hover i { -webkit-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; -ms-transition: all 0.4s linear 0s; -o-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; -webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); -ms-transform: rotateY(360deg); -o-transform: rotateY(360deg); transform: rotateY(360deg); }
.index-links ul a:hover i::after { -webkit-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; -ms-transition: all 0.4s linear 0s; -o-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }
.index-links ul i { position: relative; display: block; width: 1.14rem; height: 1.32rem; margin: 0 auto; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.index-links ul i::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-image: url(../images/x_bg2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }

.footer { padding: .22rem 0; background: #2f5a97; }

.foot-logo img { max-width: 100%; vertical-align: top; }

.copy { margin: .15rem 0 0; font-size: 0.14rem; font-weight: 500; line-height: 0.32rem; color: #fff; text-align: right; }

.pad-btn { display: none; align-items: center; }
.pad-btn .search-btn { display: inline-block; width: 34px; height: 32px; background-image: url(../images/x_icon1_2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: #fff; background-size: auto; vertical-align: top; cursor: pointer; border-radius: 4px; box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2); }
.pad-btn .nav-btn { display: inline-block; width: 34px; height: 32px; font-size: 0; padding: 7px 0 0; margin: 0 0 0 .15rem; border-radius: 4px; text-align: center; vertical-align: top; cursor: pointer; background: #fff; box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2); }
.pad-btn .nav-btn i { display: inline-block; width: 22px; height: 2px; margin: 6px 0 0; background: #2f5a97; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.pad-btn .nav-btn i:nth-child(1) { margin-top: 0; }
.pad-btn .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0, 8px) rotate(45deg); -moz-transform: translate(0, 8px) rotate(45deg); -ms-transform: translate(0, 8px) rotate(45deg); -o-transform: translate(0, 8px) rotate(45deg); transform: translate(0, 8px) rotate(45deg); }
.pad-btn .nav-btn.close i:nth-child(2) { opacity: 0; }
.pad-btn .nav-btn.close i:nth-child(3) { -webkit-transform: translate(0, -8px) rotate(-45deg); -moz-transform: translate(0, -8px) rotate(-45deg); -ms-transform: translate(0, -8px) rotate(-45deg); -o-transform: translate(0, -8px) rotate(-45deg); transform: translate(0, -8px) rotate(-45deg); }

.mask { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 101; background: rgba(0, 0, 0, 0.8); }
.mask.show .search { top: 38%; opacity: 1; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.mask .close { position: absolute; top: calc(68px + 4vh); right: 12%; bottom: auto; left: auto; z-index: 1; cursor: pointer; width: 60px; height: 60px; }
.mask .close i { display: block; width: 100%; height: 2px; background: #fff; }
.mask .close i:nth-child(1) { -webkit-transform: translate(0, 41px) rotate(45deg); -moz-transform: translate(0, 41px) rotate(45deg); -ms-transform: translate(0, 41px) rotate(45deg); -o-transform: translate(0, 41px) rotate(45deg); transform: translate(0, 41px) rotate(45deg); }
.mask .close i:nth-child(2) { -webkit-transform: translate(0, 39px) rotate(-45deg); -moz-transform: translate(0, 39px) rotate(-45deg); -ms-transform: translate(0, 39px) rotate(-45deg); -o-transform: translate(0, 39px) rotate(-45deg); transform: translate(0, 39px) rotate(-45deg); }

.decoration { position: relative; z-index: 1; max-height: 3.8rem; overflow: hidden; }
.decoration img { width: 100%; vertical-align: top; }

.section { position: relative; z-index: 2; }

.sidebar { width: 2.4rem; margin: -.7rem 0 0; }
.sidebar h3 { font-size: 0.28rem; font-weight: 700; line-height: 0.7rem; color: #fff; text-align: center; background: #2f5a97; opacity: .9; }
lv2-nav { margin: 0 0 .4rem; }
.lv2-nav li { position: relative; border-bottom: 1px solid #2f5a97; }
.lv2-nav li a { position: relative; display: block; font-size: 0.18rem; font-weight: 500; line-height: 0.6rem; color: #000; text-align: center; border-left: 6px solid transparent; }
.lv2-nav li a:hover { color: #2f5a97; font-weight: 700; }
.lv2-nav li.cur { border-left: 6px solid #edc236; }
.lv2-nav li.cur > a { color: #fff; font-weight: 700; border: none; background: #436aa1; }
.lv2-nav .down { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .5rem; height: .6rem; background-image: url(../images/h_icon3_2.png); background-repeat: no-repeat; background-position: 10% 50%; background-color: transparent; background-size: auto; cursor: pointer; }
.lv2-nav .lv3 { padding: 0 0 .1rem .5rem; }
.lv2-nav .lv3 a { padding: 0; border: none; font-size: .14rem; line-height: .38rem; }

.main { width: calc(100% - 2.85rem); margin: .22rem 0 .4rem; min-height: 4rem; }
.main .list1 .title, .main .list1 .date { line-height: .65rem; }
.main .list2 { margin-top: .25rem; }
.main .list2 > li { width: 50%; }

.position { margin: 0 0 .05rem; border-bottom: 1px solid #ddd; }
.position h3 { display: inline-block; margin: 0 0 -1px; font-size: 0.24rem; font-weight: 700; line-height: 0.43rem; color: #000; text-align: left; border-bottom: 2px solid #458ebd; }
.position .place { padding: 0 0 0 .27rem; font-size: 0.14rem; font-weight: 500; line-height: 0.45rem; color: #999; text-align: left; background-image: url(../images/h_icon9.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.position .place a { color: #999; }
.position .place a:hover { font-weight: 700; color: #2f5a97; }

.article { margin: -.05rem 0 0; padding: .35rem 0; background: #fff; }
.article .title { font-size: 0.25rem; font-weight: 500; line-height: 0.32rem; color: #2f5a97; text-align: center; }
.article .sub { margin: .3rem 0; padding: .13rem 0; font-size: 0.14rem; font-weight: 500; line-height: 0.26rem; color: #666; text-align: center; border-top: 1px dashed #dedede; border-bottom: 1px dashed #dedede; }
.article .content { padding: 0 0 .3rem; font-size: 0.16rem; font-weight: 500; line-height: 0.32rem; color: #333; text-align: justify; }
.article .content p { text-indent: 2em; }
.article .content img, .article .content video { display: block; max-width: 100%; height: auto !important; margin: .2rem auto; }
.article .content table { max-width: 100%; margin: .25rem auto; }
.article .content table p { text-indent: 0; }
.article .content table img, .article .content table video, .article .content table iframe { margin-top: 0; margin-bottom: 0; }
.article .content iframe { display: block; max-width: 100%; margin: .25rem auto; }
.article .cont-page { padding: .25rem 0 0; border-top: 1px dashed #aaa; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 0.16rem; font-weight: 500; line-height: 0.28rem; color: #333; text-align: left; }
.article .cont-page a:hover { color: #2f5a97; text-decoration: underline !important; }

#browser-modal { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: 10000; width: 100%; height: 100%; color: #303233; text-align: center; }
#browser-modal .browser-modal-cover { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: -1; height: 100%; width: 100%; background-color: #111; }
#browser-modal .browser-content { width: 700px; margin: 120px auto 0; padding: 50px 0 80px; background-color: #fff; border-radius: 5px; }
#browser-modal .browser-content .browser-dpc-logo img { height: 42px; margin: 45px auto 40px; }
#browser-modal .browser-content .browser-text-title { font-size: 24px; text-transform: uppercase; }
#browser-modal .browser-content .browser-text-desc { margin: 30px 0 20px; font-size: 14px; }
#browser-modal .browser-content .browser-list { width: 600px; height: 130px; margin: 20px auto; }
#browser-modal .browser-content .browser-item { float: left; width: 150px; margin: 0 auto; padding: 20px 0; }
#browser-modal .browser-content .browser-item .iconfont { width: 100px; height: 100px; margin: 0 auto 10px; font-size: 80px; line-height: 80px; }
#browser-modal .browser-content .browser-item .iconchrome { background: url(../images/bro.png) no-repeat 0 0; }
#browser-modal .browser-content .browser-item .iconfirefox { background: url(../images/bro.png) no-repeat 0 -100px; }
#browser-modal .browser-content .browser-item .iconopera { background: url(../images/bro.png) no-repeat 0 -200px; }
#browser-modal .browser-content .browser-item .iconEdge { background: url(../images/bro.png) no-repeat 0 -300px; }
#browser-modal .browser-content .browser-item a { display: block; cursor: pointer; }
#browser-modal .browser-content .browser-item a:hover { text-decoration: underline !important; }
#browser-modal .browser-content .browser-item a img { display: block; max-width: 100px; width: 100px; height: 100px; margin: 0 auto; }
#browser-modal .browser-content .browser-item a h4 { margin-top: 20px; text-align: center; font-size: 18px; font-weight: 700; }

.column2 { position: relative; margin: .25rem 0 0; }
.column2::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 49%; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; height: 1px; background: #ddd; }
.column2 h3 { display: inline-block; position: relative; z-index: 2; padding: 0 .12rem; border-left: 3px solid #edc236; font-size: 0.2rem; font-weight: 700; line-height: 0.26rem; color: #2f5a97; text-align: left; background: #fff; }
.column2.or { margin: .6rem 0 0; }

.contact-list { font-size: 0; margin: 0 -0.22rem; display: flex; flex-wrap: wrap; }
.contact-list > li { display: inline-block; vertical-align: top; width:50%; padding: 0 0.22rem; }
.contact-list li { margin: .8rem 0 0; }
.contact-list .text { height: 100%; position: relative; padding: .85rem .18rem .2rem; box-shadow: 0 0 8px 1px #bbb; }
.contact-list .img-scale { position: absolute; top: -0.55rem; right: auto; bottom: auto; left: calc(50% - .7rem); z-index: 1; width: 1.4rem; margin: 0 auto; border-radius: 50%; }
.contact-list .img-scale .img { padding: 100% 0 0; background-position: 50% 10%; }
.contact-list .name { display: block; font-size: 0.22rem; font-weight: 700; line-height: 0.48rem; color: #000; text-align: center; }
.contact-list .info { color: #000; }
.contact-list .info span { display: inline-block; vertical-align: top; width: 44px; text-align: justify; }
.contact-list .info p { display: inline-block; vertical-align: top; width: calc(100% - 45px); text-align: left; color: #666; }
.contact-list .info:nth-last-child(3) { margin: .15rem 0 0; }
.contact-list .info.or span { width: 73px; }
.contact-list .info.or p { width: calc(100% - 74px); }

.leader-list { font-size: 0; margin: 0 -0.22rem; }
.leader-list > li { display: inline-block; vertical-align: top; width: 50%; padding: 0 0.22rem; }
.leader-list li { margin: .3rem 0 0; }
.leader-list .content { border: 1px solid #ddd; }
.leader-list .img-scale { display: inline-block; vertical-align: top; width: 1.6rem; }
.leader-list .img-scale .img { padding: 137.5% 0 0; }
.leader-list .text { display: inline-block; vertical-align: top; width: calc(100% - 1.6rem); padding: 5px .2rem .1rem .3rem; }
.leader-list .text .name { display: block; font-size: 0.22rem; font-weight: 700; line-height: 0.48rem; color: #000; text-align: left; }
.leader-list .text .info.jj { height: .75rem; }
.leader-list .text .info span { color: #000; }

.teach-list li { float: left; width: 50%; margin: .4rem 0 0; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.teach-list li:nth-child(odd) { padding: 0 2% 0 0; }

.teach-list li:nth-child(even) { padding: 0 0 0 2%; }

.teach-list li:hover { -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -o-transform: translateX(6px); -ms-transform: translateX(6px); transform: translateX(6px); }

.teach-list li:hover .dzyj::after { width: 100%; }

.teach-list li:hover .title { font-weight: 700; }

.teach-list li:hover .img-scale { box-shadow: -8px -8px 0 0 #edc236; }
.teach-list li:hover .more { color: #2f5a97; }
.teach-list li .img-scale { width: 1.7rem; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.teach-list li .img-scale .img { padding-top: 125%; }

.teach-list li .text { width: -webkit-calc(100% - 1.95rem); width: -moz-calc(100% - 1.95rem); width: calc(100% - 1.95rem); }

.teach-list li .title { display: inline-block; *display: inline; *zoom: 1; margin: 0 0 5px; color: #274480; font-size: .2rem; font-weight: 700; }

.teach-list li .info { font-size: .16rem; line-height: .3rem; color: #000; word-break: break-all; }
.teach-list li .info span { font-weight: 700; }
.teach-list li .zc { padding: 0 0 .1rem; margin: 0 0 .14rem; border-bottom: 1px solid #ddd; height: .9rem; position: relative; display: -webkit-box; *display: block; -webkit-box-orient: vertical; -moz-box-orient: vertical; box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.teach-list li .dzyj::after { display: block; content: ""; -moz-box-sizing: border-box; box-sizing: border-box; position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; width: 0%; height: 3px; background: #2f5a97; -webkit-transition: all 0.45s ease 0s; -moz-transition: all 0.45s ease 0s; -o-transition: all 0.45s ease 0s; transition: all 0.45s ease 0s; }

.teach-list li .more { float: right; font-size: 0.14rem; font-weight: 700; line-height: 0.14rem; color: #d79548; text-align: left; }
.teach-list li .more::after { display: none; }

@media screen and (max-width: 1650px) { .header { padding: .15rem 4%; }
.logo img { height: 85px; }
  .nav { margin: .1rem 0 0; }
  .nav li a { padding: 0 .15rem;  }
  .header.scroll .logo img { height: 68px; } }

@media screen and (max-width: 1450px) { html { font-size: 95px; }
  .list2 { margin: 0 -.12rem; }
  .list2 > li { padding: 0 .12rem; margin: 0 0 .2rem; }
  .pic-list1 { margin: 0 -.12rem; }
  .pic-list1 > li { padding: 0 .12rem; }
  .notice-slick .slick-slide { padding: 0 .1rem; }
  .research-slick, .subject-slick { margin: 0 -.1rem; }
  .research-slick .slick-slide, .subject-slick .slick-slide { padding: 0 .1rem; }
  .foot-logo img { height: 80px; vertical-align: top; }
  .contact-list, .leader-list { margin: 0 -.12rem; }
  .contact-list > li, .leader-list > li { padding: 0 .12rem; }
  .leader-list > li { width: 100%; } }
@media screen and (max-width: 1380px) { html { font-size: 90px; }
  .header { padding: .12rem 3%; }
  .header.scroll .logo img { height: 60px; }
  .logo img { height: 75px; }
  .nav { margin: 0; }
  .nav li a { padding: 0 .1rem; } }
@media screen and (max-width: 1200px) { 
.header { padding: .1rem 3%; }
.logo img { height: 60px; }
  .nav { margin: .1rem 0 0; }
  .nav li a { padding: 0 .05rem; }
  .header.scroll .logo img { height: 55px; }
  .pic-list1 .text { padding: .1rem; }
  .list2 > li { width: 50%; } 
  .contact-list > li { width: 50%; } }
@media screen and (max-width: 992px) { .header { position: relative; z-index: 102; display: flex; justify-content: space-between; align-items: center; padding-top: 9px; padding-bottom: 9px; background: #2f5a97; }
  .header::before, .header::after { display: none; }
  .header > .fr { display: flex; align-items: center; float: none; margin: 0; }
  .logo img { height: 50px; }
  .banner-slick .slick-arrow { top: 45%; width: .5rem; }
  .banner-slick .img { height: 0; padding: 42.7% 0 0; }
  .banner-slick .slick-dots { bottom: .15rem; }
  .banner-slick .slick-dots li { margin: 0 5px; width: .16rem; height: .35rem; }
  .nav { position: fixed; top: 68px; right: 0; bottom: 0; left: 100%; z-index: 8; width: auto; height: calc(100vh - 68px); margin: 0; padding: .2rem 5%; overflow-x: hidden; background: #ebf2f6; visibility: hidden; }
  .nav li { display: block; width: 100%; max-width: 100%; border-top: 1px dashed #fff; border-bottom: 1px dashed #b1c0d3; }
  .nav li:first-child { border-top: none; }
  .nav li:last-child:after { display: block; content: ""; box-sizing: border-box; position: absolute; top: auto; right: auto; bottom: -2px; left: 0; z-index: 1; width: 100%; height: 1px; background: #fff; }
  .nav li a { padding: 0 8px; font-size: 17px; line-height: .6rem; text-align: left; color: #494949; background: transparent !important; }
  .nav li a .icon { display: none !important; }
  .nav li .tri { display: none !important; }
  .nav li .down-icon { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .6rem; height: .6rem; background-image: url("../images/x_icon4_3.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 17%; cursor: pointer; -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
  .nav li .down-icon.close { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); }
  .nav li .lv2 { display: none; position: static; visibility: visible; opacity: 1; padding-left: 40px; padding-top: 0; border: none; background: none; }
  .nav li .lv2 a { color: #333 !important; }
  .nav li .lv2 .tri { display: none; }
  .nav li:hover .lv2 { display: none; animation: none; box-shadow: none; }
  .nav li::after { display: none; }
  .nav.show { visibility: visible; left: 0; }
  .pad-btn { display: block; }
  .search { visibility: hidden; opacity: 0; position: fixed; top: calc(128px + 15vh); right: auto; bottom: auto; left: 20%; z-index: 200; width: 60%; padding: 12px !important; background: #fff; -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -ms-transform: scale(0.7); -o-transform: scale(0.7); transform: scale(0.7); transition: all .3s !important; }
  .search .input { width: calc(100% - 45px) !important; height: 45px; padding: 0 8px !important; line-height: 45px; color: #333; border: 1px solid #eee; transition: none !important; }
  .search .input::placeholder { color: #888; }
  .search .submit { width: 45px; height: 45px; background-image: url(../images/t_icon1_2.png); background-position: 70% 50%; transition: none !important; }
  .search.show { border: none; border-radius: 0; visibility: visible; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
  .search .pc-search-icon { display: none !important; }
  .column { margin: 0 0 .15rem; }
  .index-news, .index-notice, .index-lectures, .index-links { padding: .25rem 0 .2rem; }
  .news-slick { width: 100%; margin: 0 0 .2rem; }
  .news-list { width: 100%; }
  .index-research { padding: .3rem 0; }
  .research-slick .slick-arrow.slick-prev { left: -.4rem; }
  .research-slick .slick-arrow.slick-next { right: -.4rem; }
  .research-slick .slick-dots { margin: .2rem 0 0; }
  .subject-slick .slick-dots { margin: .2rem 0 0; }
  .index-links ul > li { width: 20%; }
  .sidebar { width: 100%; min-width: 100%; margin: .22rem 0 0; }
  .sidebar h3 { position: relative; padding: 0 .2rem; height: auto; line-height: .58rem; font-size: .24rem; text-align: left; }
  .sidebar h3 i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .58rem; height: .58rem; background-image: url(../images/down2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
  .sidebar h3 i.down { -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); }
  .sidebar .lv2-nav { display: none; padding: .12rem 0 .12rem .12rem; background: #ebf2f6; margin: 0; }
  .sidebar .lv2-nav li { border-bottom: none; }
  .sidebar .lv2-nav a { text-align: left; line-height: .5rem; text-indent: 2em; }
  .sidebar .lv2-nav .down { height: .5rem; }
  .main { width: 100% !important; max-width: 100%; margin: .15rem 0 0; }
  .position h3 { font-size: .2rem; } }
@media screen and (max-width: 768px) { html { font-size: 85px; }
  .column h3 { font-size: .22rem; }
  .container { width: 90%; }
  .notice-slick .slick-slide a { padding: .12rem .1rem; }
  .notice-slick .slick-arrow { width: .35rem; height: .41rem; }
  .notice-slick .slick-arrow.slick-next { top: .8rem; }
  .research-slick, .subject-slick { margin: 0 .3rem; }
  .research-slick .slick-arrow, .subject-slick .slick-arrow, .index-links ul .slick-arrow { width: .35rem; height: .41rem; }
  .research-slick .slick-arrow.slick-prev, .subject-slick .slick-arrow.slick-prev, .index-links ul .slick-arrow.slick-prev { left: -.3rem; }
  .research-slick .slick-arrow.slick-next, .subject-slick .slick-arrow.slick-next, .index-links ul .slick-arrow.slick-next { right: -.3rem; }
  .index-links ul > li { width: 25%; }
.teach-list li { width: 100%; padding: 0 !important; }
  .foot-logo, .copy { float: none; text-align: center; }
  .list2 .text { padding: .12rem .15rem; }
  .list3 .title { line-height: .25rem !important; overflow: visible; text-overflow: clip; white-space: initial; }
  .list3 .info { line-height: .2rem !important; }
  .index-links ul i { width: .9rem; height: 1.04rem; background-size: 50%; }
  .search { left: 10%; width: 80%; }
  .position { text-align: center; }
  .position h3 { display: block; border: none; color: #2f5a97; font-weight: 700; text-align: center; }
  .position .place { float: none; display: inline-block; line-height: .3rem; text-align: center; }
  .main .list1 li { padding: .12rem 0; }
.index-subject { margin-top: .2rem; }
  .main .list1 .title { width: 100%; margin: 0 0 5px; line-height: .25rem; overflow: visible; text-overflow: clip; white-space: initial; }
  .main .list1 .date { float: none; padding: 0 0 0 25px; line-height: .26rem; color: #2f5a97; background-image: url(../images/j_icon4_3.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
  .article .title { font-size: .21rem; }
  .article .sub { margin: .2rem 0; } }
@media screen and (max-width: 520px) { .banner-slick .slick-arrow, .top-link { display: none; }
  .pic-list1, .list2 { margin-left: 0; margin-right: 0; }
  .pic-list1 > li, .list2 > li { width: 100%; padding: 0; margin: 0 0 .15rem; }
  .index-links ul > li { width: 50%; }
  .contact-list > li { width: 100%; }
  .leader-list .img-scale { width: 1.2rem; }
  .leader-list .text { width: calc(100% - 1.2rem); padding-left: .15rem; } }

/*# sourceMappingURL=style.css.map */
#list-page {font-family: Arial; text-align: center; margin: 25px 0 30px !important; }
#list-page .p_pages a { transition: all .3s; -ms-transition: all .3s; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a {font-size: 14px; width: auto; height: auto; margin-top: 5px; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a {padding: 8px 10px; border: 1px solid #aaa; border-radius: 3px; color: #428bca;}
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a {background: #0167af; font-weight: bold; color: #fff; border-color: #0167af;}
#list-page .p_t{ padding: 0 2px 0 0; color: #777;}
#list-page .p_first, #list-page .p_first_d, #list-page .p_last, #list-page .p_last_d{display: inline-block;}
#list-page .p_pages span{color: #aaa;}
#list-page .p_goto input { font-family: 'Arial'; color: #333; border-radius: 2px; width: 40px; height: 30px; line-height: 30px; vertical-align: bottom; }