@charset "utf-8";
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }

html { min-width: 320px; font-size: 100px; overflow-x: auto; }

.container { width: 1460px; max-width: 85%; margin: 0 auto; font-size: .16rem; }

body.overflow { height: 100vh; }

.overflow { overflow: hidden; }
.visible { visibility: visible !important; }

.banner { z-index: 1; font-size: 0; }
.banner .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.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; }
.banner .img img { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.banner .swiper-slide-active .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); -webkit-transition: transform 6.5s linear; -moz-transition: transform 6.5s linear; -ms-transition: transform 6.5s linear; -o-transition: transform 6.5s linear; transition: transform 6.5s linear; }
.banner .arrow { position: absolute; top: 46%; right: auto; bottom: auto; left: auto; z-index: 1; width: .7rem; height: .7rem; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; background-image: url("../images/n_icon1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: rgba(255, 255, 255, 0.2); background-size: auto; border-radius: 50%; cursor: pointer; opacity: 0; }
.banner .arrow.swiper-prev { left: 1%; }
.banner .arrow.swiper-next { right: 1%; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.banner .swiper-pagination { bottom: .52rem; text-align: right; padding: 0 5.7%; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.banner .swiper-pagination .swiper-pagination-bullet { width: 35px; height: 10px; border-radius: 10px; margin: 0 6px; border: 1px solid #fff; transition: all .3s; }
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #fff; }
.banner:hover .arrow { opacity: 1; }
.banner:hover .arrow.swiper-prev { left: 4%; }
.banner:hover .arrow.swiper-next { right: 4%; }
.banner .img::after { position: absolute; bottom: 0; left: 0; width: 100%; height: 15vh; z-index: 2; content:""; background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .4)) }
.banner .title { position: absolute; bottom: .5rem; left: 0; z-index: 3; font-size: .3rem; padding: 0 4rem 0 .4rem; line-height: 1.1; color: #fff !important; }
.banner .swiper-slide-active .title { animation: toTop .5s; }

.logo img { height: 85px; transition: all .3s; -ms-transition: all .3s; }

@keyframes toTop {
    0% { transform: translate(0, 200%); visibility: hidden; }
100% { transform: translate(0, 0); visibility: visible; }
}

.header { position: fixed; top: 0; right: auto; bottom: auto; left: auto; z-index: 100; width: 100%; padding: .16rem 5.7%; transition: all .3s; -ms-transition: all .3s; }
.header .container { display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 10; width: 100%; max-width: 100%; }
.header::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 0; right: 0; bottom: auto; left: 0; z-index: 1; width: 100%; height: 100%; background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent); -webkit-transition: all 0.26s linear 0s; -moz-transition: all 0.26s linear 0s; -ms-transition: all 0.26s linear 0s; -o-transition: all 0.26s linear 0s; transition: all 0.26s linear 0s; }
@media screen and (min-width: 1461px) {
.header.down .logo img { height: 72px; }
}
@media screen and (min-width: 1025px) {
.header.down { padding-top: .1rem; paddinb-bottom: .1rem; box-shadow: 0 0 6px 0 rgba(0, 0, 0, .6); }
.header.down::after { background: #1a4083 }
}
.header .right-box { display: flex; align-items: center; justify-content: space-between; width: 9.8rem; max-width: calc(100% - 5.8rem); }
.header .right-box .other { display: flex; align-items: center; }

.nav { display: flex; justify-content: space-between; font-size: 0; text-align: right; white-space: nowrap; user-select: none; width: calc(100% - .52rem); -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; text-align: center; }
.nav li a { display: inline-block; vertical-align: top; padding: 0 .04rem; font-size: 0.18rem; font-weight: 700; line-height: 0.5rem; color: #fff; text-align: center; -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; }
.nav li .down-icon { display: none; }
.nav li:hover > a { font-weight: 700; }
.nav li:hover .lv2 { top: calc(100% + 12px); opacity: 1; visibility: visible; }
.nav .lv2 { position: absolute; top: calc(150% + 12px); right: auto; bottom: auto; left: calc(50% - .8rem); z-index: 1; width: 1.6rem; padding: .08rem 0 .12rem; background: url("../images/lv2bg.png") no-repeat 0 100% #fff; background-size: 100% auto; transform-origin: 50% 10%; -ms-transform-origin: 50% 10%; box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3); border-radius: 4px; opacity: 0; visibility: hidden; -webkit-transition: all 0.25s linear 0s; -moz-transition: all 0.25s linear 0s; -ms-transition: all 0.25s linear 0s; -o-transition: all 0.25s linear 0s; transition: all 0.25s linear 0s; }
.nav .lv2 a { display: block;  padding: .1rem 5px; font-size: .16rem; line-height: .2rem; font-weight: 400; color: #333; white-space: initial; }
.nav .lv2 a:hover { color: #fff; background: #20428c; }
.nav .lv2 .tri { position: absolute; top: auto; right: auto; bottom: 100%; left: 0%; z-index: 1; width: 100%; height: 14px; overflow: hidden; background-image: url(../images/n_icon9.png); background-repeat: no-repeat; background-position: 50% 0; background-color: transparent; background-size: auto; }

.pad-btn { display: flex; align-items: center; font-size: 0; }
.pad-btn .search-btn { position: relative; z-index: 5; display: inline-block; width: 34px; height: 34px; background-image: url(../images/search.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; border: 1px solid #fff; border-radius: 50%; cursor: pointer; }
.pad-btn .nav-btn { position: relative; z-index: 5; display: none; width: 36px; margin: 0 .25rem 0 .56rem; vertical-align: middle; cursor: pointer; }
.pad-btn .nav-btn i { display: block; height: 2px; margin: 9px 0; background: #fff; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.pad-btn .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0px, 11px) rotate(45deg); -moz-transform: translate(0px, 11px) rotate(45deg); -ms-transform: translate(0px, 11px) rotate(45deg); -o-transform: translate(0px, 11px) rotate(45deg); transform: translate(0px, 11px) 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(0px, -11px) rotate(-45deg); -moz-transform: translate(0px, -11px) rotate(-45deg); -ms-transform: translate(0px, -11px) rotate(-45deg); -o-transform: translate(0px, -11px) rotate(-45deg); transform: translate(0px, -11px) rotate(-45deg); }

#mask { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 10000; background: rgba(0, 0, 0, 0.65); }
#mask .close { width: .7rem; height: .7rem; position: absolute; top: 1rem; right: 10%; bottom: auto; left: auto; z-index: 1; cursor: pointer; }
#mask .close i { display: block; width: 100%; height: 3px; background: #fff; }
#mask .close i:nth-child(1) { -webkit-transform: translate(0, 33px) rotate(45deg); -moz-transform: translate(0, 33px) rotate(45deg); -ms-transform: translate(0, 33px) rotate(45deg); -o-transform: translate(0, 33px) rotate(45deg); transform: translate(0, 33px) rotate(45deg); }
#mask .close i:nth-child(2) { -webkit-transform: translate(0, 31px) rotate(-45deg); -moz-transform: translate(0, 31px) rotate(-45deg); -ms-transform: translate(0, 31px) rotate(-45deg); -o-transform: translate(0, 31px) rotate(-45deg); transform: translate(0, 31px) rotate(-45deg); }

.search-box { position: absolute; top: 40%; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; padding: .2rem 0; overflow: hidden; }
.search-box .form { background: #fff; white-space: nowrap; padding: .15rem .1rem .15rem .15rem; width: 80%; max-width: 6.5rem; margin: 0 auto; opacity: 0; -webkit-transition: all 0.42s linear 0s; -moz-transition: all 0.42s linear 0s; -ms-transition: all 0.42s linear 0s; -o-transition: all 0.42s linear 0s; transition: all 0.42s linear 0s; box-shadow: 0 0 2px 0 #ccc; border-radius: 2px; -webkit-transform: translateY(150%); -moz-transform: translateY(150%); -ms-transform: translateY(150%); -o-transform: translateY(150%); transform: translateY(150%); }
.search-box .input { width: calc(100% - .55rem); height: .5rem; padding: 0 .1rem 0 .15rem; vertical-align: top; font-size: 0.14rem; font-weight: 500; line-height: 0.5rem; color: #333; text-align: left; border: 1px solid #eee; }
.search-box .submit { width: .5rem; height: .5rem; vertical-align: top; background-image: url("../images/search2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.search-box.show .form { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); transition-delay: .2s; -ms-transition-delay: .2s; }

.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 { position: relative; display: block; overflow: hidden; }
.img-scale img { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: 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-frame { overflow: hidden; }
.img-scale .img { /*背景图替换img*/ height: 100%; 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.07); -moz-transform: scale(1.07); -ms-transform: scale(1.07); -o-transform: scale(1.07); transform: scale(1.07); }
.img-scale:hover .img { -webkit-transform: scale(1.07); -moz-transform: scale(1.07); -ms-transform: scale(1.07); -o-transform: scale(1.07); transform: scale(1.07); }

.column { position: relative; width: 100%; margin: .35rem 0 .25rem; text-align: center; overflow: hidden; }
.column .more { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; }
.column h3 { display: inline-block; vertical-align: top; font-size: 0.36rem; font-weight: 500; line-height: 0.58rem; color: #20428c; text-align: left; }
.column h3 span { display: inline-block; }
.column h3 .line { position: relative; display: inline-block; vertical-align: middle; width: 1.25rem; height: 1px; background: #becce5; }
.column h3 .line::after { position: absolute; top: -4px; z-index: 1; content: ""; width: 9px; height: 9px; background: #1a4083; border-radius: 50%; }
.column h3 .line.left { margin: 0 .16rem 0 0; }
.column h3 .line.left::after { right: 0; }
.column h3 .line.right { margin: 0 0 0 .16rem; }
.column h3 .line.right::after { left: 0; }

.more { width: 76px; margin: .14rem 0 0; font-size: 14px; line-height: 30px; text-align: center; color: #fff; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; background-image: url(../images/n_icon2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; border-radius: 2px; overflow: hidden; }
.more:hover { box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.4); }

.title { font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #000; text-align: left; }
.title:hover { color: #20428c; }

.info { font-size: 0.14rem; font-weight: 500; line-height: 0.24rem; color: #666; text-align: justify; }

.date { display: inline-block; vertical-align: top; font-family: Arial, Helvetica, sans-serif; font-size: 0.14rem; font-weight: 500; line-height: 0.24rem; color: #000; text-align: center; background-image: url(../images/n_icon3.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.date p:first-child { font-size: .3rem; font-weight: 700; line-height: .32rem; }

.date2 { font-family: Arial, Helvetica, sans-serif; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #999; text-align: left; }

.index-news { padding: 1px 0 .64rem; background-image: url(../images/n_bg1.jpg); background-repeat: no-repeat; background-position: 50% 100%; background-color: #e5eef3; background-size: cover; }
.index-news .wrapper { position: relative; display: flex; flex-wrap: wrap; box-shadow: 0 0 8px 0 #ccc; background: #fff; }

.index-notice { position: relative; padding: 1px 0 0; background-image: url(../images/n_bg2.jpg); background-repeat: no-repeat; background-position: 50% 100%; background-color: #f3f3f3; background-size: cover; }
.index-notice .container { display: flex; justify-content: space-between; }
.index-notice .column { text-align: left; }
.index-notice .notice { width: 45.54%; padding: 0 0 .5rem; }
.index-notice .achievement { width: 46.9%; }
.index-notice .achievement .column h3 { color: #fff; }
.index-notice .achievement .column h3 .line { background: #405e9e; }
.index-notice .achievement .column h3 .line::after { background: #e4992e; }
.index-notice .news-swiper2 { width: 48.17%; }
.index-notice .list2 { width: 45.25%; }

.index-party { position: relative; z-index: 1; padding: 1px 0 .35rem; background-image: url(../images/n_bg4.jpg); background-repeat: no-repeat; background-position: 100% 100%; background-color: #e6eaed; background-size: cover; }
.index-party .container { display: flex; justify-content: space-between; }
.index-party .column { text-align: left; }
.index-party .party { width: 49.4%; }
.index-party .party .more { position: relative; z-index: 11; display: block; margin: -.25rem 0 0 auto; }
.index-party .students { width: 46.575%; }

.index-project { padding: 1px 0 .5rem; background-image: url(../images/n_icon3_2.png); background-repeat: no-repeat; background-position: 0 100%; background-color: #e2ecf3; background-size: auto; }

.index-campus { padding: 1px 0 .7rem; background: #182137; }
.index-campus .column h3 { color: #fff; }
.index-campus .column h3 .line { background: #39435a; }
.index-campus .column h3 .line::after { background: #e4992e; }

.index-links { padding: 1px 0 .45rem; background-image: url(../images/n_icon3_2.png); background-repeat: no-repeat; background-position: 101% 120%; background-color: #e2ecf3; background-size: auto; }
.index-links .links { display: flex; justify-content: space-between; }
.index-links .links i { display: block; width: 1rem; height: 1rem; margin: 0 auto; background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.index-links .links i.i1 { background-image: url(../images/n_icon7_1.png); }
.index-links .links i.i2 { background-image: url(../images/n_icon7_2.png); }
.index-links .links i.i3 { background-image: url(../images/n_icon7_3.png); }
.index-links .links i.i4 { background-image: url(../images/n_icon7_4.png); }
.index-links .links i.i5 { background-image: url(../images/n_icon7_5.png); }
.index-links .links i.i6 { background-image: url(../images/n_icon7_6.png); }
.index-links .links i.i7 { background-image: url(../images/n_icon7_7.png); }
.index-links .links i.i8 { background-image: url(../images/n_icon7_8.png); }
.index-links .links i.i9 { background-image: url(../images/n_icon7_9.png); }
.index-links .links a { font-size: 0.2rem; font-weight: 500; line-height: 0.45rem; color: #000; text-align: center; }
.index-links .links a:hover { color: #20428c; }
.index-links .links a:hover i { animation: jello 1s; }

.campus-box { display: flex; }
.campus-box .item1 { width: 50%; }
.campus-box .item1 .img-scale { height: 0; padding: 76.1% 0 0; }
.campus-box .item1 .txt { top: .7rem; bottom: auto; text-align: left; text-indent: 1rem; }
.campus-box .item1 .text { width: 3.65rem; max-width: 100%; background: #276da3; }
.campus-box .item2 .text i { background-image: url(../images/n_icon6_1.png); }
.campus-box .item2 { width: 25%; }
.campus-box .item2 .text { background: #20818c; }
.campus-box .item1 .text i { background-image: url(../images/n_icon6_2.png); }
.campus-box .item3 { width: 25%; }
.campus-box .item3 .text { background: #655252; }
.campus-box .item3 .text i { background-image: url(../images/n_icon6_3.png); }
.campus-box .img-scale { height: calc(100% - 3rem); }
.campus-box .img-scale a { display: block; height: 100%; }
.campus-box .txt { position: absolute; top: auto; right: auto; bottom: 0.43rem; left: 0; z-index: 1; width: 100%; font-size: 0.32rem; font-weight: 500; line-height: 0.42rem; color: #fff; text-align: center; letter-spacing: 2px; }
.campus-box .text { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 3rem; margin: 0 auto; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.campus-box .text i { display: block; width: .9rem; height: .9rem; background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.campus-box .text p { font-size: 0.24rem; font-weight: 500; line-height: 0.42rem; color: #fff; text-align: center; letter-spacing: 2px; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.campus-box .text:hover i { animation: rubberBand 1s; }

.party-column { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: -1; display: flex; width: 18%; max-width: 3rem; height: 100%; padding: .5rem 0 0; background-image: url(../images/n_bg3.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.party-column h3 { padding: 0 0 0 20%; font-size: 0.36rem; font-weight: 500; line-height: 0.58rem; color: #fff; text-align: left; writing-mode: vertical-lr; writing-mode: tb-lr; letter-spacing: 2px; }
.party-column .line { height: 1.95rem; margin: .22rem 0 0 .08rem; border-left: 1px solid rgba(255, 255, 255, 0.2); }
.party-column .line i { display: inline-block; width: 9px; height: 9px; margin: 0px 0 10px -5px; background: #e4992e; border-radius: 50%; }

.news-swiper1 { width: 73%; }
.news-swiper1 .img-frame { position: relative; height: 0; padding: 57.2727% 0 0; }
.news-swiper1 .text { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 2; width: 100%; display: flex; }
.news-swiper1 .text .date { position: relative; z-index: 2; width: .82rem; padding: .14rem 0 .12rem; color: #fff; background-color: #e4a62e; }
.news-swiper1 .text > div { position: relative; z-index: 2; width: calc(100% - .82rem); padding: 0 .4rem; }
.news-swiper1 .text .title { font-size: .18rem; line-height: .42rem; font-weight: 700; color: #fff; text-align: center; }
.news-swiper1 .text .info { display: none; }
.news-swiper1 .text::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; content: ""; width: 100%; height: 200%; background-image: linear-gradient(0deg, rgba(26, 64, 131, 0.8), transparent); }
.news-swiper1 .swiper-pagination { padding-left: .82rem; bottom: .18rem; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.news-swiper1 .swiper-pagination .swiper-pagination-bullet { width: 12px; height: 12px; margin: 0 4px; background: #d8b86c; }
.news-swiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #fff; }

.news-swiper-text { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; display: flex; flex-direction: column; align-items: end; width:27%; height: 100%; }
.news-swiper-text li { display: flex; flex-wrap: wrap; width: calc(100% - .44rem); align-items: center; margin: 0 .22rem; height: 20%; border-bottom: 1px solid #e5e5e5; }
.news-swiper-text li.active { width: 110%; margin: 0; padding: 0 .22rem; background: #e4992e; border: none; -webkit-transition: all 0.45s linear 0s; -moz-transition: all 0.45s linear 0s; -ms-transition: all 0.45s linear 0s; -o-transition: all 0.45s linear 0s; transition: all 0.45s linear 0s; }
.news-swiper-text li.active .title { font-weight: 700; }
.news-swiper-text li.active .title, .news-swiper-text li.active .date2 { color: #fff; }
.news-swiper-text li:last-child { border: none; }
.news-swiper-text .text { width: 100%; }
.news-swiper-text .title {  }
.news-swiper-text .date2 { font-size: .15rem; }

.news-swiper2 .img-scale { padding: 66.666% 0 0; }
.news-swiper2 .title { margin: .22rem 0 .26rem; color: #fff; }
.news-swiper2 .title span { background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)); background-repeat: no-repeat; background-size: 0 1px; background-position: 0 100%; }
.news-swiper2 .title:hover span { background-size: 100% 1px; -webkit-transition: background-size 0.8s linear 0s; -moz-transition: background-size 0.8s linear 0s; -ms-transition: background-size 0.8s linear 0s; -o-transition: background-size 0.8s linear 0s; transition: background-size 0.8s linear 0s; }
.news-swiper2 .date2 { padding: 0 0 0 .25rem; color: #7d97ce; background-image: url(../images/n_icon4.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.news-swiper2 .swiper-pagination { text-align: right; bottom: 5px; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.news-swiper2 .swiper-pagination .swiper-pagination-bullet { width: .2rem; height: 4px; margin: 0 0 0 7px; border-radius: 0; background: #fff; }
.news-swiper2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #e4992e; }

.news-swiper3 { margin: 1.08rem 0 0; }
.news-swiper3 .swiper-slide { padding: .2rem .2rem .25rem; background: #fff; }
.news-swiper3 .date { width: .85rem; padding: .17rem 0 .12rem; background-image: url(../images/n_icon3_1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.news-swiper3 .date p:first-child { color: #20428c; }
.news-swiper3 .more2 { position: absolute; top: 0.4rem; right: 0.2rem; bottom: auto; left: auto; z-index: 1; width: .4rem; height: .4rem; background-image: url(../images/n_icon5.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.news-swiper3 .img-scale { margin: .08rem 0 .2rem; padding: 66.44% 0 0; }
.news-swiper3 .swiper-pagination { position: static; margin: .5rem 0 0; }
.news-swiper3 .swiper-pagination .swiper-pagination-bullet { width: .2rem; height: 4px; margin: 0 0 0 7px; border-radius: 0; background: #fff; }
.news-swiper3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #e4992e; }

.list1 li { display: flex; margin: 0 0 .24rem; background: #fff; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.list1 li:last-child { margin: 0; }
.list1 li:hover { box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2); }
.list1 li:hover .date { color: #fff; background-color: #20428c; }
.list1 .date { width: .9rem; padding: .17rem 0 .13rem; background-color: #e5e5e5; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.list1 .text { width: calc(100% - .9rem); display: flex; flex-direction: column; justify-content: center; padding: 0 .3rem; }
.list1 .text .title, .list1 .text .info { width: 100%; }

.list2 li { padding: .16rem 0 .18rem; border-top: 1px dashed #3f5d9c; }
.list2 li:first-child { padding-top: 0; border: none; }
.list2 .title { color: #fff; }
.list2 .title span { background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)); background-repeat: no-repeat; background-size: 0 1px; background-position: 0 100%; }
.list2 .title:hover span { background-size: 100% 1px; -webkit-transition: background-size 0.8s linear 0s; -moz-transition: background-size 0.8s linear 0s; -ms-transition: background-size 0.8s linear 0s; -o-transition: background-size 0.8s linear 0s; transition: background-size 0.8s linear 0s; }
.list2 .date2 { margin: .1rem 0 0; padding: 0 0 0 .25rem; color: #7d97ce; background-image: url(../images/n_icon4.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }

.list3 { font-size: 0; margin: 0 -0.15rem; }
.list3 > li { display: inline-block; vertical-align: top; width: 50%; padding: 0 0.15rem; }
.list3 li { margin: .28rem 0 0; }
.list3 li:nth-child(1), .list3 li:nth-child(2) { margin-top: 0; }
.list3 .box { display: flex; padding: .3rem .12rem; background: #fff; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.list3 .box:hover { box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.3); }
.list3 .box .date p:first-child { color: #20428c; }
.list3 .date { width: .64rem; padding: 3px 0 0; }
.list3 .text { display: flex; align-items: center; width: calc(100% - .64rem); padding: 0 0 0 .12rem; }

.list4 { margin: -.17rem 0 0; }
.list4 li { padding: .16rem 0; border-bottom: 1px dashed #d3d3d3; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.list4 li:hover { -webkit-transform: translate3d(5px, 0, 0); -moz-transform: translate3d(5px, 0, 0); -ms-transform: translate3d(5px, 0, 0); -o-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0); }
.list4 li:hover .title { color: #20428c; }
.list4 li:hover .title::before { background: #20428c; }
.list4 li:hover .date { background-image: url(../images/n_icon4_2.png); }
.list4 .date { padding: 0 0 0 23px; font-size: .15rem; background-image: url(../images/n_icon4_1.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.list4 .title { display: inline-block; vertical-align: top; width: calc(100% - 1.2rem); }
.list4 .title::before { display: inline-block; content: ""; width: 8px; height: 8px; margin: 0 .12rem 1px 0; background: #e4a62e; border-radius: 50%; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }

.project-list { font-size: 0; margin: 0 -0.19rem; }
.project-list > li { display: inline-block; vertical-align: top; width: 16.5%; padding: 0 0.1rem; }
.project-list a { position: relative; display: block; height: 4.7rem; padding: .2rem .32rem 1rem; background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.project-list a:hover { -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); transform: translateY(-8px); box-shadow: 0 8px 0.2rem 0 rgba(0, 0, 0, 0.45); }
.project-list a:hover .more2::after { height: .3rem; }
.project-list li:nth-child(1) a { background-image: url(../images/n_img5_1.jpg); }
.project-list li:nth-child(2) a { background-image: url(../images/n_img5_2.jpg); }
.project-list li:nth-child(3) a { background-image: url(../images/n_img5_3.jpg); }
.project-list li:nth-child(4) a { background-image: url(../images/n_img5_4.jpg); }
.project-list li:nth-child(5) a { background-image: url(../images/n_img5_5.jpg); }
.project-list li:nth-child(6) a { background-image: url(../images/n_img5_6.png); }
.project-list li:nth-child(7) a { background-image: url(../images/n_img5_5.jpg); }
.project-list li:nth-child(8) a { background-image: url(../images/n_img5_1.jpg); }
.project-list li:nth-child(9) a { background-image: url(../images/n_img5_2.jpg); }
.project-list li:nth-child(10) a { background-image: url(../images/n_img5_4.jpg); }
.project-list li:nth-child(11) a { background-image: url(../images/n_img5_5.jpg); }
.project-list li:nth-child(12) a { background-image: url(../images/n_img5_4.jpg); }
.project-list li:nth-child(13) a { background-image: url(../images/n_img5_3.jpg); }
.project-list li:nth-child(14) a { background-image: url(../images/n_img5_2.jpg); }
.project-list li:nth-child(15) a { background-image: url(../images/n_img5_1.jpg); }
.project-list li:nth-child(16) a { background-image: url(../images/n_img5_4.jpg); }
.project-list .title { font-size: .2rem; font-weight: 700; color: #fff; writing-mode: vertical-lr; writing-mode: tb-lr; letter-spacing: 3px; }
.project-list .more2 { position: absolute; top: auto; right: 0.26rem; bottom: 0; left: auto; z-index: 1; font-size: 14px; font-weight: 500; line-height: 0.25rem; color: #fff; text-align: left; writing-mode: vertical-lr; writing-mode: tb-lr; letter-spacing: 2px; }
.project-list .more2::after { display: inline-block; content: ""; width: 2px; height: .15rem; background: rgba(255, 255, 255, 0.8); -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }

.footer { background: #20428c; }

.foot-links { padding: .25rem 0 .15rem; border-bottom: 2px solid #355497; }
.foot-links h5 { display: inline-block; font-size: 0.16rem; font-weight: 500; line-height: 0.45rem; color: #fff; text-align: left; }
.foot-links h5 + a { margin: 0; }
.foot-links a { margin: 0 0 0 .25rem; font-size: 0.15rem; font-weight: 500; line-height: 0.4rem; color: #b9c3db; text-align: left; white-space: nowrap; }
.foot-links a:hover { color: #fff; text-decoration: underline; }

.foot-box { padding: .4rem 0; }
.foot-box .fl { display: flex; }

.foot-logo img { max-width: 100%; }

.copy { margin: 0 0 0 .5rem; font-size: 0.14rem; font-weight: 500; line-height: 0.32rem; color: #fff; text-align: left; }

.QR-code li { position: relative; display: inline-block; margin: 0 0 0 .5rem; width: .6rem; height: .6rem; background-image: url(../images/n_icon8.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: rgba(255, 255, 255, 0.1); background-size: auto; border-radius: 50%; cursor: pointer; -webkit-transition: opacity 0.36s linear 0s; -moz-transition: opacity 0.36s linear 0s; -ms-transition: opacity 0.36s linear 0s; -o-transition: opacity 0.36s linear 0s; transition: opacity 0.36s linear 0s; }
.QR-code li .img { visibility: hidden; opacity: 0; padding: .12rem .12rem 3px; background: #fff; border-radius: 3px; box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.2); position: absolute; top: auto; right: auto; bottom: calc(100% + .3rem); left: 50%; z-index: 1; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.QR-code li .img img { width: 1.08rem; height: 1.08rem; }
.QR-code li .img p { font-size: 0.14rem; font-weight: 500; line-height: 0.22rem; color: #666; text-align: center; }
.QR-code li .img::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 100%; right: auto; bottom: auto; left: calc(50% - 12px); z-index: 1; width: 0; border: 12px solid transparent; border-top-color: #fff; }
.QR-code li:hover .img { display: block; visibility: visible; opacity: 1; bottom: calc(100% + .15rem); }

.decoration { position: relative; z-index: 3; max-height: 6.8rem; }
.decoration img { width: 100%; max-height: 100%; object-fit: cover; }
.decoration::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; width: 100%; height: 30%; content: ""; background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent); }

.lv1-column { position: absolute; top: auto; right: auto; bottom: 0.5rem; left: 0; z-index: 2; width: 100%; }
.lv1-column h3 { font-size: 0.36rem; font-weight: 500; line-height: 0.7rem; color: #fff; text-align: left; }

.position { position: absolute; top: auto; right: auto; bottom: -0.3rem; left: 0; z-index: 2; min-width: 7.8rem; max-width: 90%; padding: 0 .3rem 0 calc(50% - 730px); font-size: 0; background: #20428c; white-space: nowrap; opacity: 1 !important; }
.position .place { display: inline-block; vertical-align: top; padding-left: .3rem; font-size: 0.14rem; font-weight: 500; line-height: 60px; color: #fff; text-align: left; background-image: url(../images/position.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.position .place a { color: #fff; }
.position .place a:hover { text-decoration: underline; }
.position::after { content: ""; position: absolute; top: 0; right: auto; bottom: auto; left: 100%; z-index: 1; width: 0; height: 0; border-top: 30px solid transparent; border-right: 10px solid transparent; border-bottom: 30px solid #20428c; border-left: 10px solid #20428c; }

.section { position: relative; z-index: 2; padding: .7rem 0 0; }

.sidebar { width: 2.4rem; margin: 0 0 .3rem; }
.sidebar li { position: relative; border-bottom: 1px solid #ddd; }
.sidebar li a { position: relative; display: block; padding: .17rem 17% .17rem 13%; font-size: 0.18rem; font-weight: 500; line-height: 0.26rem; color: #333; text-align: left; }
.sidebar li a:hover { color: #20428c; }
.sidebar li a::after { position: absolute; top: calc(50% - .15rem); right: 10%; bottom: auto; left: auto; z-index: 1; content: ">"; font-family: "宋体"; font-size: .16rem; font-weight: 700; line-height: .3rem; }
.sidebar li.cur { border-bottom: none; border-left: 4px solid #20428c; background-image: url(../images/n_icon3.png); background-repeat: no-repeat; background-position: 0 0; background-color: #20428c; background-size: 1rem; }
.sidebar li.cur > a { color: #fff; border: none; }

.pad-sidebar { display: none; position: relative; padding: 0 .2rem; background-image: url(../images/n_icon10.png); background-repeat: no-repeat; background-position: 0 0; background-color: #e6e6e6; border-radius: 3px; }
.pad-sidebar h3 { font-size: .22rem; line-height: .55rem; color: #333; font-weight: 700; }
.pad-sidebar h3 i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .6rem; height: .55rem; text-align: center; background: url(../images/down2.png) no-repeat 50% 50%; background-size: 14px auto; cursor: pointer; transform: rotate(-90deg); -ms-transform: rotate(-90deg); transition: all .3s; -ms-transition: all .3s; }
.pad-sidebar h3 i.close { transform: rotate(0deg); -ms-transform: rotate(0deg); }
.pad-lv2-nav { display: none; padding: 0 0 .12rem; }
.pad-lv2-nav a { display: block; padding: 0 .1rem; font-size: .17rem; line-height: .45rem; color: #000; border-bottom: 1px dashed #ccc; }
.pad-lv2-nav li:last-child a { border: none; }

.main { position: relative; width: calc(100% - 2.95rem); min-height: 3rem; margin: 0 0 .4rem; }
.main .list1 li { margin-bottom: .3rem; }
.main .list1 .text { border: 1px solid #e5e5e5; border-left: none; }
.main .list1 .text .title { margin: 0 0 5px; }

.current-column { margin: 0 0 .3rem; padding: 0 0 .18rem; border-bottom: 1px solid #ddd; }
.current-column h3 { padding: 0 0 0 .22rem; font-size: 0.22rem; font-weight: 700; line-height: 0.3rem; color: #20428c; text-align: left; border-left: 1px solid #20428c; }

.pic-list1 li { position: relative; display: flex; margin: 0 0 .3rem; padding: 0 0 .3rem .3rem; border-bottom: 1px dashed #ddd; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.pic-list1 li:hover { box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, .2) }
.pic-list1 li:hover .date { background-color: #20428c; }
.pic-list1 li:hover .title { color: #20428c; }
.pic-list1 .img-scale { width: 3rem; }
.pic-list1 .img-scale .img { padding: 60% 0 0; background-position: 50% 10%; }
.pic-list1 .text { width: calc(100% - 3rem); padding: .12rem .22rem 0; }
.pic-list1 .title { font-size: .18rem; font-weight: 700; color: #222; }
.pic-list1 .info { margin: .2rem 0 .1rem; line-height: .28rem; }
.pic-list1 .more2 { display: block; width: .8rem; margin-left: auto; font-size: 0.14rem; font-weight: 500; line-height: 0.25rem; color: #20428c; text-align: right; }
.pic-list1 .more2:hover { color: #20428c; }
.pic-list1 .date { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: .82rem; padding: 10px 0 7px; color: #fff; background-color: #e4a62e; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }

.pic-list3 { font-size: 0; margin: 0 -.2rem; }
.pic-list3 li { display: inline-block; padding: 0 .2rem; width: 33.33%; margin: .35rem 0 0; }
.pic-list3 .img-frame { position: relative; padding-top: 75%; }
.pic-list3 .img-scale { border-radius: 2px; }
.pic-list3 .title { position: absolute; bottom: -.5rem; left: 0; z-index: 1; width: 100%; height: .5rem; font-size: .18rem; line-height:.5rem; color: #fff; background: rgba(0, 0, 0, .65); transition: all .5s; -ms-transition: all .5s; opacity: 0; text-align: center; }
.pic-list3 .img-scale:hover { box-shadow: 0 0 .15rem 0 rgba(0, 0, 0, .35); }
.pic-list3 .img-scale:hover .title { bottom: 0; opacity: 1; } 

.links-list { font-size: 0; margin: 0 -0.25rem; }
.links-list > li { display: inline-block; vertical-align: top; width: 25%; padding: 0 0.25rem; }
.links-list li { margin: 0 0 .3rem; }
.links-list a { display: block; padding: .15rem .05rem; font-size: 0.16rem; font-weight: 500; line-height: 0.2rem; color: #000; text-align: center; border-radius: 3px; background-image: url(../images/n_icon10.png); background-repeat: no-repeat; background-position: 110% 100%; background-color: #e6e6e6; background-size: auto; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.links-list a[href]:hover { color: #fff; background-color: #20428c; }

.leader-list { font-size: 0; margin: 0 -0.28rem; }
.leader-list > li { display: inline-block; vertical-align: top; width: 50%; padding: 0 0.28rem; }
.leader-list li { margin: 0 0 .5rem; }
.leader-list .box { display: flex; justify-content: space-between; padding: .15rem 0; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }
.leader-list h3 { height: .4rem; padding: 0 0 0 .25rem; font-size: 0.2rem; font-weight: 700; line-height: 0.4rem; color: #20428c; text-align: left; border-left: 1px solid #20428c; }
.leader-list .name { min-width: 1.4rem; }
.leader-list .name a { display: block; font-size: 0.18rem; font-weight: 500; line-height: 0.4rem; color: #000; text-align: left; }
.leader-list .name a[href]:hover { color: #20428c; font-weight: 700; }

.article { padding: 0 1.2rem 0 0; background: #fff; }
.article .title { font-size: 0.28rem; font-weight: 500; line-height: 150%; color: #20428c; text-align: center; }
.article .sub { margin: .3rem 0; padding: .18rem 0; font-size: 0.15rem; font-weight: 500; line-height: 0.26rem; color: #666; text-align: center; background: #f3f3f3; }
.article .sub span { white-space: nowrap; }
.article .sub .view { display: none; }
.article .content { padding: 0 0 .3rem; font-size: 0.17rem; font-weight: 500; line-height: 220%; color: #000; text-align: justify; }
.article .content p { text-indent: 2em; }
.article .content a { color: #1a4083; text-decoration: none; }
.article .content a:hover { color: #e4a62e; text-decoration: underline; }
.article .content img, .article .content video { display: block; max-width: 100%; height: auto !important; margin: .15rem auto .15rem; }
.article .content table { max-width: 100%; margin: .2rem 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: .2rem auto; }
.article .cont-page { padding: .25rem 0 0; border-top: 1px dashed #aaa; }
.article .cont-page span { font-family: "SBold"; font-weight: 700; color: #20428c; }
.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; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.article .cont-page a:hover { color: #20428c; -webkit-transform: translate3d(5px, 0, 0); -moz-transform: translate3d(5px, 0, 0); -ms-transform: translate3d(5px, 0, 0); -o-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0); }
.article.about { padding-left: 0; padding-right: 0; padding-bottom: 0; background: none; }
.article.about .title { margin: 0 0 .3rem; font-size: .32rem; }

.share-box { position: absolute; top: 120px; right: 0; width: 60px; padding: .2rem 0 .22rem; box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.1); background: #fff; border-top-left-radius: 30px; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; }
.share-box .like { padding: .4rem 0 0; background-image: url(../images/view.png); background-repeat: no-repeat; background-position: 50% 0; background-color: transparent; background-size: auto; font-size: 0.14rem; font-weight: 500; line-height: 0.2rem; color: #666; text-align: center; }
.share-box .share { position: relative; width: 100%; height: 32px; margin: .25rem auto 0; background-image: url(../images/share0.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; }
.share-box .share .share-icon { padding: 0 0 0 10px; position: absolute; top: -50px; right: auto; bottom: auto; left: 80%; z-index: 1; visibility: hidden; opacity: 0; -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; }
.share-box .share .share-icon .s-icon { width: 45px; height: 45px; margin: 0 0 10px; background-repeat: no-repeat; background-position: 50% 50%; background-color: #f5f5f5; background-size: auto; border-radius: 50%; }
.share-box .share .share-icon .s-icon:hover { background-color: #eee; }
.share-box .share .share-icon .s-icon.sina { background-image: url(../images/share1.png); }
.share-box .share .share-icon .s-icon.wechat { background-image: url(../images/share2.png); }
.share-box .share .share-icon .s-icon.qq { background-image: url(../images/share3.png); }
.share-box .share .share-icon .s-icon.qzone { background-image: url(../images/share4.png); }
.share-box .share:hover .share-icon { left: 100%; opacity: 1; visibility: visible; }
.share-box .share .qrid_zz { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1000; display: none; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); }
.share-box .share .qrid_zz #qrid { position: absolute; top: 50%; right: auto; bottom: auto; left: 50%; z-index: 10; padding: 10px; background: #fff; border-radius: 5px; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.share-box .share .qrid_zz #qrid canvas { vertical-align: top; }

#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; }

#list-page { margin: 25px 0 30px !important; font-family: Arial; text-align: center; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a { font-size: 14px; width: auto; height: auto; margin-top: 5px;  transition: all .3s; -ms-transition: all .3s;}
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: 10px 12px; color: #428bca; border: 1px solid #aaa; border-radius: 30px; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #20428c; font-weight: bold; color: #fff; border-color: #20428c; }
#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: 30px; width: 40px; height: 36px; line-height: 36px; vertical-align: bottom; }

#to-top { position: fixed; top: auto; right: -1rem; bottom: 30%; left: auto; z-index: 20; width: .55rem; height: .55rem; border-radius: .15rem; background-image: url(../images/toTop.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: #e4a62e; background-size: auto; cursor: pointer; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5); -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; }
#to-top:hover { background-color: #20428c; }

@media screen and (max-width: 1750px) { .header { padding: .15rem 3%; }
  .party-column h3 { padding: 0 0 0 10%; }
  .project-list a { height: 4rem; }
  .position { padding-left: 7.5%; } }
@media screen and (max-width: 1460px) { .header .right-box { max-width: calc(100% - 4.8rem); }
  .logo img { height: 70px; }
  .nav li a { font-size: .16rem; font-weight: 400; }
.links-list { margin: 0 -.14rem; }
.links-list > li { padding: 0 .14rem; }
.news-swiper1 .img-frame { padding: 62.2727% 0 0; }
  .column h3, .party-column h3 { font-size: .3rem; } }
@media screen and (max-width: 1260px) { html { font-size: 90px; }
  .header .right-box { max-width: calc(100% - 4rem); }
  .logo img { height: 55px; }
  .news-swiper-text .title { line-height: .22rem; }
  .news-swiper-text .date2 { margin: 0; }
  .party-column h3 { padding: 0 0 0 5%; }
  .project-list a { height: 3.4rem; padding: .2rem .2rem 1rem; }
  .project-list .title { font-size: .18rem; }
  .project-list br { display: none; }
  .campus-box .img-scale { height: calc(100% - 2.4rem); }
  .campus-box .txt { font-size: .26rem; }
  .campus-box .text { height: 2.4rem; }
  .campus-box .text p { font-size: .22rem; }
  .copy { margin: 0 0 0 .25rem; }
.pic-list3 { margin: 0 -.12rem; }
.pic-list3 li { padding: 0 .12rem; }
  .pic-list1 .img-scale { width: 2.4rem; }
  .pic-list1 .text { width: calc(100% - 2.4rem); }
  .links-list > li { width: 25%; } }
@media screen and (max-width: 1024px) { .header { position: relative; z-index: 102; background: #20428c; padding: 9px .2rem; border: none; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4); }
  .header::after { display: none; }
  .header > .fr { display: flex; align-items: center; float: none; margin: 0; }
  .header .right-box { justify-content: right; }
.banner .title { bottom: .2rem; font-size: .22rem; line-height: 1; }
  .logo img { height: 50px !important; }
  .top-link { display: none; }
  .top-link span:first-child { display: none; }
  .pad-btn { position: absolute; top: -9px; right: -0.2rem; bottom: 0; left: auto; z-index: 1; display: flex; align-items: center; padding: 9px 0 0; }
  .pad-btn .search-btn { width: 42px; height: 42px; background-color: rgba(255, 255, 255, 0.3); border-radius: 50%; }
  .pad-btn .nav-btn { display: inline-block; }
  .pad-btn::after { position: absolute; top: 0; right: 0; bottom: 0; left: auto; z-index: 1; content: ""; border-top: 68px solid #e4a62e; border-bottom: 0px solid transparent; border-right: 75px solid #e4a62e; border-left: 12px solid transparent; }
  .banner .arrow { display: none; }
  .banner .img { height: 0; padding: 42% 0 0; transform: none !important; }
  .banner .swiper-pagination { bottom: .15rem; }
  .banner .swiper-pagination .swiper-pagination-bullet { width: 10px; height: 10px; }
  .nav { position: fixed; top: 68px; right: 0; bottom: 0; left: 0; z-index: 8; display: block; width: auto; height: calc(100vh - 68px); margin: 0; padding: .2rem 5%; overflow-x: hidden; background-image: url(../images/n_bg4.jpg); background-repeat: no-repeat; background-position: 50% 100%; background-color: #e6eaed; background-size: cover; visibility: hidden; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); }
  .nav li { display: block; width: 100%; max-width: 100%; border-top: 1px dashed #fff; border-bottom: 1px dashed #ccc; }
  .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 { display: block; padding: 0 8px; font-size: 17px; font-weight: 700; 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 { display: block; position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .6rem; height: .6rem; background-image: url("../images/down1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s 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; width: 100%; padding-left: 40px; padding-top: 0; border: none; background: none; box-shadow: none; transition: 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; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
  .column { margin: .2rem 0 .15rem; text-align: left; }
.column h3 .line.left { display: none; }
  .news-swiper1 { width: 100%; }
  .news-swiper1 .text { position: static; flex-wrap: wrap; background: #fff; }
  .news-swiper1 .text > div { padding: 0 .3rem; }
  .news-swiper1 .text .date { display: flex; flex-direction: column; justify-content: center; }
  .news-swiper1 .text .title { color: #000; height: .42rem; margin: .1rem 0 0; text-align: left; }
  .news-swiper1 .text .info { display: -webkit-box; margin: 0 0 .15rem; }
  .news-swiper1 .text::after { display: none; }
  .news-swiper1 .swiper-pagination { bottom: 1.4rem; padding-left: 0; }
  .news-swiper-text { display: none; }
  .index-news { padding-bottom: .4rem; }
  .index-notice { background-image: none; }
  .index-notice .container { flex-wrap: wrap; max-width: 100%; }
  .index-notice .notice { width: 100%; margin: 0 auto; padding: 0 7.5% .36rem; }
  .index-notice .achievement { width: 100%; padding: 0 7.5% .36rem; background: #20428c; }
  .index-party .container { display: block; max-width: 100%; }
  .index-party .party { display: flex; justify-content: space-between; width: 100%; margin: 0 auto; padding: 0; background: #fff; }
  .index-party .party .more { display: none; }
  .index-party .students { width: 100%; padding: 0 7.5% 0; }
  .party-column { width: 1.5rem; height: auto; position: static; z-index: 1; padding: 0; justify-content: center; align-items: center; }
  .party-column h3 { padding: 0; }
  .news-swiper3 { width: calc(100% - 2.1rem); margin: .3rem .3rem 0 0; padding: 0 0 .45rem; }
  .news-swiper3 .swiper-slide { background: #e6eaed; }
  .news-swiper3 .swiper-pagination { position: static; margin: 0.1rem 0 0; }
  .news-swiper3 .swiper-pagination .swiper-pagination-bullet { background: #20428c; }
  .article .sub .view { display: inline; }
 .share-box { display: none; }
  .project-list { margin: 0 -.06rem; }
  .project-list > li { padding: 0 .06rem; }
  .project-list a { height: 3rem; }
  .foot-box { padding: .2rem 0; }
  .foot-box .fl { width: 100%; justify-content: center; }
.links-list > li { width: 33.3333%; }
  .QR-code { width: 100%; margin: 0 0 0.15rem; text-align: center; }
  .QR-code li { width: auto; height: auto; margin: 0 6px !important; background: none; }
  .QR-code li .img { position: static; width: auto; visibility: visible !important; opacity: 1 !important; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
  .QR-code li .img::after { display: none; }
  .QR-code li .img img { height: auto; }
  .section { padding: .6rem 0 0; }
  .sidebar { display: flex; width: 100%; margin: 0 -.12rem 0; flex-wrap: wrap; justify-content: space-between; }
  .sidebar li { margin: 0 .12rem .1rem; border-bottom: none; border-radius: 4px; overflow: hidden; }
  .sidebar li a { padding: 0 .4rem 0 .2rem; white-space: nowrap; line-height: .4rem; border: 1px solid #ddd; border-radius: 4px; }
.sidebar { display: none !important; }
  .pad-sidebar { display: block; margin: 0 0 .15rem; }
  .main { width: 100%; max-width: 100%; margin-top: .15rem; }
  .current-column { display: none; }
  .position h3 { font-size: .2rem; }
  .lv1-column h3 { font-size: .3rem; }
  .leader-list .name { min-width: 1rem; }
    .article { padding-right: 0; }
  .article .title, .article.about .title { font-size: .24rem; } }
@media screen and (max-width: 768px) { html { font-size: 85px; }
  .container { max-width: 92%; }
  .column h3, .party-column h3 { font-size: .26rem; }
  .index-notice .news-swiper2 { width: 100%; }
  .index-notice .news-swiper2 .title { margin: .14rem 0; }
  .index-notice .list2 { width: 100%; margin: .3rem 0 0; }
  .index-notice .notice, .index-notice .achievement, .index-party .students { padding-left: 4%; padding-right: 4%; }
  .list3 > li { width: 100%; margin: .18rem 0 0; }
  .list3 > li:nth-child(2) { margin: .18rem 0 0; }
  .list3 .box { padding: .18rem .1rem; }
  .party-column { width: 1.1rem; }
  .party-column .line { display: none; }
.main { width: 100% !important; }
  .news-swiper3 { width: calc(100% - 1.5rem); margin: 0.2rem 0.2rem 0 0; }
  .project-list > li { width: 100%; margin: .18rem 0 0; }
  .project-list > li:first-child { margin: 0; }
  .project-list a { padding: .3rem .2rem; height: auto; }
  .project-list .title { writing-mode: horizontal-tb; letter-spacing: 0; }
  .project-list .more2 { position: static; margin: .15rem -.2rem 0 0; writing-mode: horizontal-tb; text-align: right; }
  .project-list .more2::after { width: .3rem; height: 2px !important; vertical-align: middle; }
  .campus-box { flex-wrap: wrap; }
  .campus-box .item1 { width: 100%; }
  .campus-box .item1 .text { width: 100%; }
  .campus-box .item2, .campus-box .item3 { width: 50%; }
  .campus-box .item2 .img-scale, .campus-box .item3 .img-scale { height: auto; padding: 159% 0 0; }
  .index-links .links i { width: .7rem; height: .7rem; background-size: 100%; }
  .foot-box .fl { flex-direction: column; }
  .foot-logo { text-align: center; margin: 0 0 .12rem; }
  .copy { text-align: center; }
  .decoration { z-index: 3; }
  .section { padding: .8rem 0 0; }
  .position { bottom: auto; top: 100%; width: 100%; max-width: 100%; padding: 0 4%; }
  .position .place { padding-top: 11px; padding-bottom: 11px; line-height: 24px; }
  .position::after { display: none; }
  .lv1-column { bottom: 0; }
  .list1 .text { padding: 0 .15rem; }
  .main .list1 .text .title { margin: 0; line-height: .24rem; overflow: visible; text-overflow: clip; white-space: initial; text-align: justify; }
  .main .list1 .text .info { display: none; }
  .links-list > li { width: 33.33%; }
  .leader-list { margin: 0; }
  .leader-list > li { padding: 0; width: 100%; margin: 0 0 .2rem; }
  .leader-list .name { width: 1.4rem; }
  .list4 .title { width: 100%; line-height: .24rem; }
  .list4 .date { float: none; margin: .12rem 0 0; }
  .list4 .tt1 { white-space: initial; text-overflow: clip; overflow: auto; }
  .article .sub { margin: .2rem 0; }
.column h3 .line { width: .84rem; }
.column h3 .line::after { width: 7px; height: 7px; top: -3px; }
.pic-list3 li { width: 50%; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a { font-size: 12px; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: 7px 9px; }
#list-page .p_goto input { height: 30px; line-height: 30px; }
 }
@media screen and (max-width: 520px) { .logo { display: flex; align-items: center; width: calc(100% - 1.3rem); height: 44px !important; }
.banner .swiper-pagination { display: none; }
.banner .title { padding: 0 4%; text-align: center; font-size: .2rem; }
  .logo img { max-width: 100%; height: auto !important; max-height: 100%; }
  .pad-btn::after { border-top-width: 62px; border-right-width: 55px; }
  .pad-btn .search-btn { width: 34px; height: 34px; }
  .pad-btn .nav-btn { width: 32px; margin: 0 14px 0 32px; }
  .pad-btn .nav-btn i { margin: 7px 0; }
  .pad-btn .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0px, 9px) rotate(45deg); -moz-transform: translate(0px, 9px) rotate(45deg); -ms-transform: translate(0px, 9px) rotate(45deg); -o-transform: translate(0px, 9px) rotate(45deg); transform: translate(0px, 9px) rotate(45deg); }
  .pad-btn .nav-btn.close i:nth-child(3) { -webkit-transform: translate(0px, -9px) rotate(-45deg); -moz-transform: translate(0px, -9px) rotate(-45deg); -ms-transform: translate(0px, -9px) rotate(-45deg); -o-transform: translate(0px, -9px) rotate(-45deg); transform: translate(0px, -9px) rotate(-45deg); }
  .nav { top: 62px; height: calc(100vh - 62px); }
#to-top {     opacity: .8;
    width: 0.43rem;
    height: 0.43rem;
    background-size: 25px; bottom: 20%; }
  .index-links .links { flex-wrap: wrap; }
  .index-links .links li { width: 33.33%; margin: .12rem 0 0; }
  .index-links .links i { width: .54rem; height: .54rem; }
  .pic-list1 li { flex-wrap: wrap; padding: 0; }
  .pic-list1 .img-scale { width: 100%; }
  .pic-list1 .text { width: 100%; padding: .12rem 0 .2rem; }
  .pic-list1 .title { overflow: visible; text-overflow: clip; white-space: initial; text-align: justify; }
  .pic-list1 .info { margin: .1rem 0; }
  .links-list > li { width: 50%; } }
@media screen and (max-width: 400px) { .links-list > li, .pic-list3 li { width: 100%; } }