@charset "utf-8";
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }

html { width: 100%; min-width: 320px; font-size: 100px; overflow-x: hidden; }

.overflow { height: 100vh; overflow: hidden !important; }

.container { width: 1500px; max-width: 85%; margin: 0 auto; font-size: .16rem; }

.header { position: fixed; top: 0; left: 0; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: flex-end; width: 100%; height: 1.2rem; padding: 0 2.6%; z-index: 100; background: #f2f2f2; box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.3); }

.logo { display: -ms-flexbox; display: flex; align-items: center; width: 5.2rem; height: 100%; }
.logo a { display: block; }
.logo img { max-height: .8rem; }

.mobile-box { width: calc(100% - 6.15rem); }

.top-link { margin: 0 .3rem 0 0; }
.top-link a { display: inline-block; font-size: 0.15rem; font-weight: 500; line-height: 0.34rem; color: #666; text-align: left; }
.top-link a:hover { color: #3261a8; text-decoration: underline; }

.search { width: 2.8rem; border-radius: .3rem; border: 1px solid #d2d2d2; background: #eee; }
.search .form { position: relative; display: -ms-flexbox; display: flex; }
.search .input { width: calc(100% - .6rem); height: .32rem; padding: 0 .15rem 0 .2rem; font-size: 0.15rem; font-weight: 500; line-height: 0.32rem; color: #333; text-align: left; }
.search .submit { position: absolute; top: -1px; right: -1px; bottom: auto; left: auto; z-index: 1; width: .6rem; height: .34rem; background-image: url("../images/search.png"); background-repeat: no-repeat; background-position: 50% 45%; background-color: #3261a8; background-size: auto; border-radius: .3rem; overflow: hidden; }

.nav { position: relative; z-index: 2; }
.nav ul { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; }
.nav li { position: relative; }
.nav li.line { width: 1px; height: .24rem; background: #d3d3d3; }
.nav li a { position: relative; display: block; font-size: 0.24rem; font-weight: 500; line-height: 0.7rem; color: #222; text-align: center; }
.nav li a span { position: relative; z-index: 2; }
.nav li > a::after { position: absolute; top: auto; right: auto; bottom: 0; left: 50%; z-index: 1; width: 0%; height: 5px; border-radius: 5px; background: #3261a8; content: ""; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.nav li:hover > a { color: #3261a8; }
.nav li:hover > a::after { left: 0; width: 100%; }
.nav li:hover .lv2 { visibility: visible; top: calc(100% + 8px); opacity: 1; }
.nav .lv2 { position: absolute; top: 135%; right: auto; bottom: auto; left: calc(50% - .9rem); z-index: 1; width: 1.8rem; padding: .1rem 0; background: #fff; box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2); -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; opacity: 0; border-radius: 4px; visibility: hidden; }
.nav .lv2 dd { padding: 0 .15rem; -webkit-transition: all 0.15s ease-out 0s; -moz-transition: all 0.15s ease-out 0s; -ms-transition: all 0.15s ease-out 0s; -o-transition: all 0.15s ease-out 0s; transition: all 0.15s ease-out 0s; }
.nav .lv2 dd:last-child a { border: none; }
.nav .lv2 dd:hover { padding: 0; }
.nav .lv2 dd:hover a { color: #fff; background: #3261a8; border-color: #3261a8; }
.nav .lv2 a { width: 100%; padding: .12rem 5px; font-size: .16rem; font-weight: 500; line-height: .24rem; color: #333; border-bottom: 1px dashed #ddd; -webkit-transition: background 0.15s ease-out 0s; -moz-transition: background 0.15s ease-out 0s; -ms-transition: background 0.15s ease-out 0s; -o-transition: background 0.15s ease-out 0s; transition: background 0.15s ease-out 0s; }
.nav .lv2 .tri { position: absolute; top: auto; right: auto; bottom: 100%; left: 0%; z-index: 1; width: 100%; height: 10px; overflow: hidden; border: none; }
.nav .lv2 .tri::after { display: block; content: ""; box-sizing: border-box; width: 14px; height: 14px; 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); }

.pad-btn { display: none; align-items: center; }
.pad-btn .nav-btn { display: inline-block; width: 36px; height: 35px; font-size: 0; border-radius: 2px; text-align: right; }
.pad-btn .nav-btn i { display: inline-block; width: 25px; height: 2px; margin: 6px 0 0; background: #3261a8; -webkit-transition: all 0.3s cubic-bezier(1, -0.01, 0, 1) 0s; -moz-transition: all 0.3s cubic-bezier(1, -0.01, 0, 1) 0s; -ms-transition: all 0.3s cubic-bezier(1, -0.01, 0, 1) 0s; -o-transition: all 0.3s cubic-bezier(1, -0.01, 0, 1) 0s; transition: all 0.3s cubic-bezier(1, -0.01, 0, 1) 0s; }
.pad-btn .nav-btn i:nth-child(2) { width: 20px; }
.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); }

.banner { font-size: 0; width: 100%; margin: 1.2rem 0 0; }
.banner::before { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 2; width: 100%; height: 50%; content: ""; background-image: linear-gradient(0deg, transparent, rgba(0, 91, 172, 0.5)); }
.banner::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 3; width: 100%; height: 1rem; content: ""; background-image: url("../images/banner_bg.png"); background-repeat: no-repeat; background-position: 50% 100%; background-color: transparent; background-size: cover; }
.banner .img { position: relative; display: block; width: 100%; padding: calc(100vh - 1rem) 0 0; overflow: hidden; }
.banner .img img { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover;}
.banner .banner-txt { position: absolute; top: 23%; right: 0; bottom: auto; left: auto; z-index: 5; width: 100%; text-align: center; }
.banner .banner-txt img { max-height: 1.85rem; }

.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; }

.flex-l { display: -ms-flexbox; display: flex; justify-content: flex-start; }

.flex-c { display: -ms-flexbox; display: flex; justify-content: center; }

.flex-r { display: -ms-flexbox; display: flex; justify-content: flex-end; }

.flex-s { display: -ms-flexbox; display: flex; justify-content: space-between; }

.img-scale { position: relative; display: block; overflow: hidden; }
.img-scale img { display: none; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; -webkit-transition: transform 0.5s ease-out 0s; -moz-transition: transform 0.5s ease-out 0s; -ms-transition: transform 0.5s ease-out 0s; -o-transition: transform 0.5s ease-out 0s; transition: transform 0.5s ease-out 0s; }
.img-scale .img-frame { position: relative; 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 ease-out 0s; -moz-transition: transform 0.5s ease-out 0s; -ms-transition: transform 0.5s ease-out 0s; -o-transition: transform 0.5s ease-out 0s; transition: transform 0.5s ease-out 0s; }
.img-scale .img img { display: none; 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; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; width: 100%; margin: .7rem 0 .4rem; }
.column h3 { display: inline-block; padding: 0 0 0 .15rem; font-size: 0.36rem; font-weight: 700; line-height: 0.36rem; color: 333; text-align: left; border-left: 4px solid #3261a8; }

.more { display: -ms-flexbox; display: flex; align-items: center; position: relative; font-size: 0.18rem; font-weight: 500; line-height: 0.36rem; color: #666; text-align: left; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.more i { display: block; width: 23px; height: 23px; margin: 0 0 0 .1rem; background-image: url("../images/d_icon1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.more:hover { color: #3261a8; -webkit-transform: translateX(-4px); -moz-transform: translateX(-4px); -ms-transform: translateX(-4px); -o-transform: translateX(-4px); transform: translateX(-4px); }
.more:hover i { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }

.title { font-size: 0.2rem; font-weight: 500; line-height: 0.3rem; color: #323232; text-align: left; }

.info { font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #666; text-align: justify; }

.date { font-family: Myriad Pro; font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #666; text-align: left; }

.date1 { display: inline-block; vertical-align: top; width: 60px; font-size: 0.14rem; font-weight: 500; line-height: 0.18rem; color: #666; text-align: center; }
.date1 p:first-child { font-size: .4rem; font-weight: 700; line-height: .42rem; color: #333; }

.index-layer1 { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; padding: 1px 0 0; background-image: url("../images/index_bg1.jpg"); background-repeat: no-repeat; background-position: 100% -1.2rem; background-color: transparent; background-size: cover; overflow: hidden; }
.index-layer1 .container { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; }
.index-layer1 .group1 { width: 58.5%; }
.index-layer1 .group2 { width: 37.5%; }
.index-layer1 .group3 { width: 100%; }
.index-layer1 .group4 { width: 56.5%; padding: 1px 0.4rem 0.7rem calc(50% - 750px); background-image: url("../images/index_bg2.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.index-layer1 .group4 .column h3 { color: #fff; border-color: #fff; }
.index-layer1 .group4 .column .more { color: #fff; }
.index-layer1 .group5 { width: 43.5%; padding: 0 calc(50% - 750px) 0 0.65rem; }
.index-layer1 .group5 .column { margin-top: 0; }

.index-layer2 { padding: 1px 0 1.15rem; background-image: url("../images/index_bg3.jpg"); background-repeat: no-repeat; background-position: 50% 0; background-color: transparent; background-size: cover; overflow: hidden; }
.index-layer2 .container { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; }
.index-layer2 .group6 { width: 58.5%; padding: 0 0 0; }
.index-layer2 .group7 { width: 37.3%; padding: 0 0 0; }

.group3.swiper-container { margin: .5rem 0 .65rem; }
.group3.swiper-container .img { padding: 10.6666% 0 0; }
.group3.swiper-container .pagination { position: absolute; top: auto; right: auto; bottom: 0.2rem; left: 0; z-index: 1; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; width: 100%; }
.group3.swiper-container .pagination span { display: block; width: .3rem; height: 3px; background: #fff; opacity: .5; border-radius: 0; }
.group3.swiper-container .pagination span.swiper-pagination-bullet-active { opacity: 1; }

.first-news { display: -ms-flexbox; display: flex; flex-wrap: wrap; }
.first-news .img-frame { width: 2.57rem; }
.first-news .img-frame .img { padding: 62.25% 0 0; }
.first-news .text { width: calc(100% - 2.57rem); padding: 0 0 0 .3rem; }
.first-news .date { font-size: .14rem; color: #fff; -webkit-transition: color 0.3s ease-out 0s; -moz-transition: color 0.3s ease-out 0s; -ms-transition: color 0.3s ease-out 0s; -o-transition: color 0.3s ease-out 0s; transition: color 0.3s ease-out 0s; }
.first-news .date span { font-size: .4rem; font-weight: 700; }
.first-news .title { margin: .1rem 0; color: #fff; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.first-news .info { color: rgba(255, 255, 255, 0.6); -webkit-transition: color 0.3s ease-out 0s; -moz-transition: color 0.3s ease-out 0s; -ms-transition: color 0.3s ease-out 0s; -o-transition: color 0.3s ease-out 0s; transition: color 0.3s ease-out 0s; }
.first-news:hover .date { color: #fe9930; }
.first-news:hover .title { color: #fe9930; }
.first-news:hover .info { color: #fff; }

.list1 { margin: .15rem 0 0; }
.list1 li { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.list1 .title { width: calc(100% - 120px); line-height: .48rem; }
.list1 .title::before { display: inline-block; content: ""; width: 5px; height: 5px; margin: 0 .13rem 4px 0; background: #333; border-radius: 50%; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.list1 .date { line-height: .48rem; }

.list2 { border-top: 2px solid #3261a8; background: rgba(255, 255, 255, 0.5); }
.list2 li { border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
.list2 li:last-child { border: none; }
.list2 a { position: relative; z-index: 1; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; padding: .2rem .3rem; background-image: url("../images/d_icon2.png"); background-repeat: no-repeat; background-position: 0.38rem 100%; background-color: transparent; background-size: auto; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.list2 a::after { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: -1; width: 0; height: 100%; background: #fe9930; content: ""; -webkit-transition: all 0.42s ease-out 0s; -moz-transition: all 0.42s ease-out 0s; -ms-transition: all 0.42s ease-out 0s; -o-transition: all 0.42s ease-out 0s; transition: all 0.42s ease-out 0s; }
.list2 .date1 p { -webkit-transition: color 0.42s ease-out 0s; -moz-transition: color 0.42s ease-out 0s; -ms-transition: color 0.42s ease-out 0s; -o-transition: color 0.42s ease-out 0s; transition: color 0.42s ease-out 0s; }
.list2 .title { width: calc(100% - 60px - .2rem); height: .6rem; padding: 0 0 0 .2rem; border-left: 1px solid rgba(0, 0, 0, 0.12); -webkit-transition: color 0.42s ease-out 0s; -moz-transition: color 0.42s ease-out 0s; -ms-transition: color 0.42s ease-out 0s; -o-transition: color 0.42s ease-out 0s; transition: color 0.42s ease-out 0s; }
.list2 .title span { color: #3261a8; -webkit-transition: color 0.42s ease-out 0s; -moz-transition: color 0.42s ease-out 0s; -ms-transition: color 0.42s ease-out 0s; -o-transition: color 0.42s ease-out 0s; transition: color 0.42s ease-out 0s; }

.list3 { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; margin: .4rem 0 0; }
.list3 li { width: 45%; border-left: 1px dashed #5779ac; }
.list3 li:nth-child(3) .title, .list3 li:nth-child(4) .title { margin-bottom: .15rem; }
.list3 a { display: block; }
.list3 .date { position: relative; display: inline-block; margin: 0 0 0 -1px; padding: 0 .24rem; color: #3261a8; line-height: .36rem; background: #fff; border-radius: 0 .18rem .18rem 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.list3 .date::before { position: absolute; top: 0.03rem; right: auto; bottom: auto; left: -0.15rem; z-index: 1; width: .22rem; height: .22rem; border: 0.04rem solid #1e52a0; border-radius: 50%; background-image: url("../images/date2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #fff; background-size: auto; content: ""; }
.list3 .title { color: #fff; margin: .15rem 0 .35rem; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }

.list4 .img-scale { display: -ms-flexbox; display: flex; flex-wrap: wrap; margin: 0 0 .16rem; }
.list4 .date { width: 100%; margin: 0 0 .04rem; font-weight: 700; color: #999; }
.list4 .date span { margin: 0 .1rem 0 0; font-size: .28rem; color: #333; }
.list4 .title { margin: 0 0 4px; padding: 0 0 .12rem; border-bottom: 1px solid #dfe0e1; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.list4 .info { height: .6rem; }
.list4 .first { position: relative; z-index: 1; }
.list4 .first::after { position: absolute; top: 0; right: -0.15rem; bottom: auto; left: auto; z-index: -1; width: calc(100% + .3rem); height: 100%; background: rgba(255, 255, 255, 0.3); content: ""; }
.list4 .first .img-scale { padding: .15rem 0; }
.list4 .first .img-frame { width: 1.78rem; }
.list4 .first .img-frame .img { padding: 61.8% 0 0; }
.list4 .first .text { width: calc(100% - 1.78rem); padding: 0 0 0 .15rem; }

.list5 { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; }
.list5 li { width: 48%; margin: 0 0 .26rem; }
.list5 a { display: block; padding: .19rem .25rem; background-image: url("../images/d_icon3.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; border: .08rem solid #d1dee6; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.list5 .title { position: relative; height: .6rem; padding: 0 0 0 .2rem; }
.list5 .title::before { position: absolute; top: 0.1rem; right: auto; bottom: auto; left: 0; z-index: 1; width: .09rem; height: .09rem; background: #bbb; border-radius: 50%; content: ""; }
.list5 .date { margin: .15rem 0 0 .2rem; color: #666; }

.list6 a { position: relative; display: -ms-flexbox; display: flex; justify-content: flex-end; margin: 0 0 .2rem; }
.list6 .date1 { position: absolute; top: calc(50% - 40px); right: auto; bottom: auto; left: 0; z-index: 2; width: 80px; padding: 10px 0; background: #1e52a0; color: #fff; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.list6 .date1 p:first-child { color: #fff; }
.list6 .title { position: relative; z-index: 1; display: -ms-flexbox; display: flex; align-items: center; width: calc(100% - 50px); height: 1.2rem; padding: 0 .28rem 0 .58rem; font-size: .24rem; line-height: 180%; color: #000; background: #fff; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.list6 .title::before { position: absolute; top: 0; right: 100%; bottom: auto; left: auto; z-index: 1; content: ""; width: 0; height: 0; border-top: 1.2rem solid transparent; border-right: 30px solid #fff; border-bottom: 0 solid #fff; border-left: 0 solid transparent; -webkit-transition: all 0.26s ease-out 0s; -moz-transition: all 0.26s ease-out 0s; -ms-transition: all 0.26s ease-out 0s; -o-transition: all 0.26s ease-out 0s; transition: all 0.26s ease-out 0s; }
.list6 .title::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; width: 100%; height: 100%; content: ""; background-image: url("../images/n_bg2.png"); background-repeat: no-repeat; background-position: 150% 100%; background-color: #1e52a0; background-size: auto; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; opacity: 0; }

.pic-list1 { font-size: 0; margin: 0 -0.17rem; }
.pic-list1 > li { display: inline-block; vertical-align: top; width: 50%; padding: 0 0.17rem; }
.pic-list1 .img-scale { background: #fff; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.pic-list1 .img { padding: 2.4rem 0 0; }
.pic-list1 .text { padding: .1rem .2rem .15rem; }
.pic-list1 .date { margin: 4px 0 0; }

.pic-list2 li { margin: .5rem 0 0; }
.pic-list2 .img-scale { overflow: visible; }
.pic-list2 .img-frame { position: absolute; top: -0.2rem; right: auto; bottom: auto; left: 0; z-index: 2; width: 3.7rem; }
.pic-list2 .img-frame .img { padding: 62% 0 0; }
.pic-list2 .text { position: relative; z-index: 1; height: 2.3rem; margin: 0 0 0 .85rem; padding: .22rem .5rem 0 3.2rem; border-right: 4px solid #1e52a0; overflow: hidden; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.pic-list2 .text::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; width: 100%; height: 100%; content: ""; -webkit-transform: skew(-20deg); -moz-transform: skew(-20deg); -ms-transform: skew(-20deg); -o-transform: skew(-20deg); transform: skew(-20deg); transform-origin: 0 100%; background-color: #fff; background-repeat: no-repeat; background-position: 100% 100%; -webkit-transition: background 0.3s ease-out 0s; -moz-transition: background 0.3s ease-out 0s; -ms-transition: background 0.3s ease-out 0s; -o-transition: background 0.3s ease-out 0s; transition: background 0.3s ease-out 0s; }
.pic-list2 .title { font-size: .22rem; line-height: 150%; color: #000; max-height: .66rem; }
.pic-list2 .info { max-height: .52rem; margin: .15rem 0 .1rem; font-size: .16rem; line-height: 160%; }
.pic-list2 .date { color: #666; }

.picture1 { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; }
.picture1 li { width: 47.3%; margin: 0 0 .3rem; }
.picture1 li:first-child { width: 100%; }
.picture1 li:first-child .img { padding: 3.2rem 0 0; }
.picture1 li:first-child .title { font-size: .2rem; line-height: .65rem; }
.picture1 li:first-child .img-scale::after { width: .84rem; height: .84rem; }
.picture1 .img-scale { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.picture1 .img-scale::after { position: absolute; top: 50%; right: auto; bottom: auto; left: 50%; z-index: 1; content: ""; width: .46rem; height: .46rem; background-image: url("../images/d_icon4.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.picture1 .img-scale:hover { -webkit-transform: translateY(-6px); -moz-transform: translateY(-6px); -ms-transform: translateY(-6px); -o-transform: translateY(-6px); transform: translateY(-6px); }
.picture1 .img { padding: 1.8rem 0 0; }
.picture1 .text { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent); width: 100%; }
.picture1 .text .title { font-size: .16rem; line-height: .4rem; color: #fff; text-align: center; }

.footer { position: relative; z-index: 3; padding: .52rem 0 .65rem; background-image: url("../images/foot_bg2.jpg"); background-repeat: no-repeat; background-position: 50% 0; background-color: transparent; background-size: cover; }
.footer::before { position: absolute; top: auto; right: auto; bottom: 100%; left: 0; z-index: 1; width: 100%; padding: 5.5729% 0 0; content: ""; background-image: url("../images/foot_bg1.png"); background-repeat: no-repeat; background-position: 50% 0; background-color: transparent; background-size: cover; }
.footer .container { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; }

.copy { display: -ms-flexbox; display: flex; flex-wrap: wrap; font-size: 0.16rem; font-weight: 500; line-height: 0.24rem; color: #fff; text-align: left; }
.copy a { color: #fff; }
.copy p { width: 50%; padding: .09rem 0; }
.copy p::before { display: inline-block; content: ""; width: .1rem; height: .1rem; margin: .07rem .1rem 0 0; background: #fff; border-radius: 50%; }

.foot-img img { max-height: .9rem; }

.decorate { position: relative; z-index: 1; width: 100%; height: 4.8rem; margin: 1.2rem 0 0; overflow: hidden; }
.decorate::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 3; width: 100%; height: 1rem; content: ""; background-image: url("../images/banner_bg2.png"); background-repeat: no-repeat; background-position: 50% 100%; background-color: transparent; background-size: cover; }
.decorate img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }

.main-box { position: relative; z-index: 2; padding: 1px 0 1.6rem; background: #f5fafe; }
.main-box .container { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; }
.main-box.show .aside, .main-box.show .section { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }

.aside { width: 2.6rem; margin: -2.4rem 0 0; }

.aside-title { position: relative; z-index: 1; margin: 0 0 .82rem; padding: 0 0 0 .44rem; font-size: 0.4rem; font-weight: 500; line-height: 0.55rem; color: #fff; text-align: left; background-image: url("../images/n_icon2.png"); background-repeat: no-repeat; background-position: 0 70%; background-color: transparent; background-size: auto; }
.aside-title .en { position: absolute; top: -0.2rem; right: auto; bottom: auto; left: 0; z-index: -1; font-family: Arial, Helvetica, sans-serif; font-size: .6rem; font-weight: 700; white-space: nowrap; color: rgba(255, 255, 255, 0.3); }
.aside-title .return-btn, .aside-title i { display: none; }

.aside-nav { position: relative; padding: .12rem .15rem .2rem .24rem; border-radius: .3rem 0 .3rem 0; box-shadow: 5px 5px 5px 0 rgba(0, 46, 115, 0.1); background: #fff; overflow: hidden; }
.aside-nav::after { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: .09rem; height: 100%; content: ""; background: #1e52a0; }
.aside-nav li { border-bottom: 1px solid #e9e9e9; }
.aside-nav li:last-child { border: none; }
.aside-nav li.cur > a { font-size: .24rem; font-weight: 700; color: #1e52a0; background-image: url("../images/n_icon1.png"); background-repeat: no-repeat; background-position: calc(100% - .38rem + 20px  ) 50%; background-color: transparent; background-size: auto; }
.aside-nav a { display: -ms-flexbox; display: flex; align-items: center; min-height: .76rem; padding: .1rem .4rem .1rem .15rem; font-size: 0.2rem; font-weight: 500; line-height: 0.26rem; color: #333; text-align: left; }
.aside-nav a span { display: block; }
.aside-nav a:hover { color: #1e52a0; }
.aside-nav .sub-nav { margin: -.1rem 0 0; padding: 0 0 0 .3rem; }
.aside-nav .sub-nav a { position: relative; min-height: auto; padding: .07rem 0 .07rem 14px; font-size: .16rem; line-height: .21rem; }
.aside-nav .sub-nav a::before { position: absolute; top: 0.14rem; right: auto; bottom: auto; left: 0; z-index: 1; content: ""; width: 3px; height: 3px; margin: 0 8px 0 0; border: 2px solid #bc9c59; border-radius: 50%; }
.aside-nav .sub-nav a.cur { color: #1e52a0; }
.aside-nav .sub-nav a.cur::before { border-color: #1e52a0; }
.aside-nav .sub-nav a:hover::before { border-color: #1e52a0; }

.section { width: calc(100% - 3.4rem); }
.section .a-bg { padding: .3rem .95rem .4rem; border-top: 3px solid #1e52a0; background-image: linear-gradient(180deg, #fff 78%, transparent); }

.place { display: -ms-flexbox; display: flex; justify-content: flex-end; align-items: center; margin: 0 0 .45rem; font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #666; text-align: left; }
.place a { color: #666; }
.place a:hover { color: #3261a8; }
.place img { margin: 0 .1rem 1px 0; }

.history-wrapper { position: relative; z-index: 1; font-size: 0.18rem; font-weight: 500; line-height: 200%; color: #000; text-align: justify; }
.history-wrapper::after { position: absolute; top: auto; right: 0.7rem; bottom: 0; left: auto; z-index: -1; content: ""; width: 2.62rem; height: 3.98rem; background-image: url("../images/xiaoxun.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }
.history-wrapper p { margin: 0 0 .25rem; line-height: 200%; text-indent: 2em; }
.history-wrapper .title1 { margin: 0 0 .2rem; font-size: .36rem; line-height: 160%; color: #fe9930; text-indent: 0; }
.history-wrapper .title2 { margin: 0 0 .15rem; text-indent: 2em; font-size: .22rem; color: #fe9930; }
.history-wrapper .history-head { margin: .3rem 0 0; }
.history-wrapper .history-head .left { width: 1.8rem; }
.history-wrapper .history-head .right { width: calc(100% - 2.4rem); }
.history-wrapper .part p { margin: 0; }
.history-wrapper .part p::before { display: inline-block; content: ""; width: 7px; height: 7px; margin: 0 .12rem 2px 0; border-radius: 50%; background: #1e52a0; }

.history-slide .title2 { display: none; margin: 0; }
.history-slide .title2 p { margin: 0 0 .1rem; }
.history-slide .slide-tag { display: -ms-flexbox; display: flex; justify-content: space-between; margin: 0 0 .4rem; }
.history-slide .slide-tag li { position: relative; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; width: 19.6%; height: .66rem; padding: 0 .1rem; font-size: 0.18rem; font-weight: 500; line-height: 0.21rem; color: #003366; text-align: center; background: #e4ebf5; cursor: pointer; -webkit-transition: background 0.3s ease-out 0s; -moz-transition: background 0.3s ease-out 0s; -ms-transition: background 0.3s ease-out 0s; -o-transition: background 0.3s ease-out 0s; transition: background 0.3s ease-out 0s; }
.history-slide .slide-tag li::after { position: absolute; top: 100%; right: auto; bottom: auto; left: calc(50% - 7px); z-index: 1; content: ""; width: 0; height: 0; border: 7px solid transparent; border-top-color: #1e52a0; opacity: 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.history-slide .slide-tag li.on { color: #fff; background: #1e52a0; }
.history-slide .slide-tag li.on::after { opacity: 1; }
.history-slide .slide-item { display: none; }
.history-slide .slide-item.on { display: block; }
.history-slide .slide-head .left { width: 3.95rem; padding: .1rem 0 0; }
.history-slide .slide-head .right { width: calc(100% - 4.5rem); }

.jgsz-list { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; }
.jgsz-list li { width: 47.5%; margin: 0 0 .3rem; border: 1px solid #dcdcdc; border-radius: 0 .3rem 0 .3rem; background: #fff; }
.jgsz-list a { display: block; padding: .1rem .3rem .3rem; font-size: 0.22rem; font-weight: 500; line-height: 0.6rem; color: #333; text-align: left; }
.jgsz-list a::after { display: block; content: ""; box-sizing: border-box; height: 10px; background-image: url("../images/n_icon4_1.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }

.jgsz-article .title1 { margin: 0 0 .35rem; font-size: 0.3rem; font-weight: 500; line-height: 200%; color: #1e52a0; text-align: center; }
.jgsz-article .title2 { margin: 0 0 .2rem; padding: 0 .28rem; font-size: 0.24rem; font-weight: 500; line-height: 100%; color: #1e52a0; text-align: left; border-left: 3px solid #1e52a0; }
.jgsz-article .art-item1 { display: -ms-flexbox; display: flex; margin: 0 0 .2rem; background: #f5fafe; font-size: 0.24rem; font-weight: 500; line-height: 0.6rem; color: #fff; text-align: center; }
.jgsz-article .art-item1 .p1 { width: 1.7rem; background: #1e52a0; }
.jgsz-article .art-item1 .p2 { width: calc(100% - 1.7rem); padding: 0 .2rem 0 .3rem; font-size: .2rem; text-align: left; color: #000; }
.jgsz-article .art-item2 { margin: 0 0 .2rem; padding: .2rem 0 .6rem; background: #f5fafe; }
.jgsz-article .art-item2 table{margin:0 auto;}
.jgsz-article .art-item2 table td{padding:5px 10px;}
.jgsz-article .content { padding: 0 .28rem; font-size: 0.18rem; font-weight: 500; line-height: 180%; color: #333; text-align: justify; }
.jgsz-article .content p { text-indent: 2em; }

.xzjg-box { margin: 0 0 .2rem; padding: .2rem 0; background: #fff; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.xzjg-box .xzjg-head { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; padding: 0 .65rem; font-size: 0.32rem; font-weight: 700; line-height: 0.75rem; color: #333; text-align: left; border-left: 3px solid #1e52a0; cursor: pointer; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.xzjg-box .xzjg-head img { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.xzjg-box.active { padding: .42rem 0 .1rem; }
.xzjg-box.active .xzjg-head img { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }

.xzjg-item { display: none; padding: .2rem .65rem 0 .68rem; }
.xzjg-item ul { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; }
.xzjg-item li { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; width: 47.5%; }
.xzjg-item li:hover .left { box-shadow: 2px 2px 8px 0 rgba(0, 46, 115, 0.1); }
.xzjg-item li:hover .right .title { color: #1e52a0; }
.xzjg-item .title { position: relative; z-index: 2; font-size: .28rem; line-height: .45rem; font-weight: 700; -webkit-transition: color 0.3s ease-out 0s; -moz-transition: color 0.3s ease-out 0s; -ms-transition: color 0.3s ease-out 0s; -o-transition: color 0.3s ease-out 0s; transition: color 0.3s ease-out 0s; }
.xzjg-item .title + .info { font-size: .18rem; }
.xzjg-item .info { position: relative; z-index: 2; padding: .07rem 0; line-height: .22rem; color: #333; text-align: left; word-break: break-all; }
.xzjg-item .left { position: relative; z-index: 2; width: 1.65rem; margin: .1rem 0 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.xzjg-item .left .img { height: 2.2rem; background-color: #d3d3d3;}
.xzjg-item .right { width: calc(100% - 1.4rem); height: 2.4rem; margin: 0 0 0 -.25rem; padding: .24rem .2rem .2rem .6rem; border: 1px solid #f6f6f6; position: relative; }
.xzjg-item .right::before { display: block; content: ""; box-sizing: border-box; position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: 0; height: 0; }
.xzjg-item .right::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: auto; right: 0; bottom: 0; left: auto; z-index: 1; width: 0; height: 0; }
.xzjg-item .right:hover::before { width: 100%; height: 100%; border-top: 1px solid #1e52a0; border-right: 1px solid #1e52a0; -webkit-transition: width 0.25s ease-in, height 0.25s ease-in 0.25s; -moz-transition: width 0.25s ease-in, height 0.25s ease-in 0.25s; -ms-transition: width 0.25s ease-in, height 0.25s ease-in 0.25s; -o-transition: width 0.25s ease-in, height 0.25s ease-in 0.25s; transition: width 0.25s ease-in, height 0.25s ease-in 0.25s; }
.xzjg-item .right:hover::after { width: 100%; height: 100%; border-bottom: 1px solid #1e52a0; border-left: 1px solid #1e52a0; -webkit-transition: width 0.25s ease-in 0.5s, height 0.25s ease-in 0.75s; -moz-transition: width 0.25s ease-in 0.5s, height 0.25s ease-in 0.75s; -ms-transition: width 0.25s ease-in 0.5s, height 0.25s ease-in 0.75s; -o-transition: width 0.25s ease-in 0.5s, height 0.25s ease-in 0.75s; transition: width 0.25s ease-in 0.5s, height 0.25s ease-in 0.75s; }
.xzjg-item .right .title:hover { color: #1e52a0; }
.xzjg-item .bottom { width: 100%; margin: .24rem 0 0; }
.xzjg-item .bottom .title { display: -ms-flexbox; display: flex; font-size: .18rem; line-height: .38rem; color: #999; border-bottom: 1px solid #dfdfdf; }
.xzjg-item .bottom .p1 { margin: 0 .48rem -1px .36rem; color: #1e52a0; border-bottom: 3px solid #1e52a0; }
.xzjg-item .bottom .info { margin: .25rem 0 .7rem; line-height: .28rem; color: #666; text-indent: 2em; }
.xzjg-item .content { margin: 0 0 .5rem; padding: .32rem .48rem .1rem; border: 1px solid #ececec; font-size: 0.24rem; font-weight: 500; line-height: 150%; color: #333; text-align: left; }
.xzjg-item .content p { margin: 0 0 .24rem; }

.teach-nav { display: -ms-flexbox; display: flex; flex-wrap: wrap; }
.teach-nav a { display: block; min-width: 1.4rem; margin: 0 .1rem 0 0; padding: 0 .16rem; font-size: 0.2rem; font-weight: 500; line-height: 0.5rem; color: #000; text-align: center; background: #e9e9e9; border-radius: 0 .1rem 0 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.teach-nav a.on { background: #fe9930; color: #fff; }
.teach-nav a:hover { color: #fe9930; }

.teach-wrapper { padding: .2rem 0 .6rem; background: #fff; }
.teach-wrapper .teach-title { margin: .15rem 0 .24rem; padding: 0 .32rem; font-size: 0.28rem; font-weight: 500; line-height: 100%; color: #1e52a0; text-align: left; border-left: 4px solid #1e52a0; }

.teach-list { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0 .35rem; }
.teach-list li { width: 47.5%; margin: 0 0 .3rem; }
.teach-list .img-scale { display: -ms-flexbox; display: flex; justify-content: space-between; padding: .25rem; border: 1px solid #ececec; background-image: url("../images/n_bg3.png"); background-repeat: no-repeat; background-position: 120% 150%; background-color: #fff; background-size: auto; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.teach-list .img-scale::after { position: absolute; top: auto; right: auto; bottom: 0.2rem; left: 0.2rem; z-index: 1; width: 0; height: 0; content: ""; border: 0.5rem solid transparent; border-left-color: #1e52a0; border-bottom-color: #1e52a0; }
.teach-list .img-frame { z-index: 2; width: 1.65rem; }
.teach-list .img-frame .img { padding: 133% 0 0; background-position-y: 10%; }
.teach-list .text { width: calc(100% - 2rem); padding: 0 0 0; }
.teach-list .text p { font-size: 0.18rem; font-weight: 500; line-height: 140%; color: #333; text-align: left; padding: 0.05rem 0; }
.teach-list .text .name { margin: 0 0 .1rem; font-size: .28rem; font-weight: 700; }

.teach-article { margin: 0 0 0 .4rem; padding: .52rem .6rem .4rem 0 !important; display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; }
.teach-article .left { width: 3.35rem; margin: 0 0 0 -.4rem; }
.teach-article .right { width: calc(100% - 3.6rem); }
.teach-article .img { position: relative; z-index: 1; }
.teach-article .img img { width: 100%; }
.teach-article .img::after { position: absolute; top: auto; right: -0.1rem; bottom: -0.1rem; left: auto; z-index: -1; width: 1.3rem; height: 1.4rem; content: ""; background: #1e52a0; }
.teach-article .txt { margin: .4rem 0 0 1rem; padding: 0 0 0 .18rem; border-left: 2px solid #1e52a0; }
.teach-article .txt .name { margin: 0 0 .17rem; font-size: .36rem; line-height: 1; color: #1e52a0; }
.teach-article .txt .info { font-size: .24rem; line-height: 1; color: #333; }
.teach-article .title { margin: 0 0 .3rem; padding: 0 0 0 .16rem; font-size: .24rem; color: #1e52a0; line-height: 1; border-left: 2px solid #1e52a0; }
.teach-article .content { font-size: 0.18rem; font-weight: 500; line-height: 170%; color: #666; text-align: justify; }
.teach-article .content p { margin: 0 0 .3rem; text-indent: 2em; }

.article { padding: .4rem 0 0 !important; }
.article .title { padding: 0 .5rem; font-size: 0.3rem; font-weight: 500; line-height: 140%; color: #222; text-align: center; }
.article .sub-title1 { margin: 0 0 .08rem; font-size: 0.17rem; font-weight: 500; line-height: 0.32rem; color: #000; text-align: center; }
.article .sub-title2 { margin: .08rem 0 0; font-size: 0.17rem; font-weight: 500; line-height: 0.32rem; color: #666; text-align: center; }
.article .sub { margin: .3rem .5rem 0; padding: 0 0 .35rem; font-size: 0.16rem; font-weight: 500; line-height: 0.22rem; color: #707070; text-align: center; border-bottom: 2px solid #cad5e7; }
.article .content { padding: .35rem .5rem .2rem; font-size: 0.18rem; font-weight: 500; line-height: 180%; color: #333; text-align: justify; }
.article .content p { text-indent: 2em; word-break: break-all; margin: 0 0 .3rem; }
.article .content img, .article .content video { max-width: 100%; height: auto !important; }
.article .content video { display: block; margin: 0 auto; }
.article .content table { max-width: 100%; margin: .2rem auto !important; }
.article .content table td { word-break: break-all; }
.article .content table p { text-indent: 0; margin: 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 ul a, .article a { color: #2196f3; }
.article ul a:hover, .article a:hover { text-decoration: underline; }
.article .table-box { overflow-x: auto; }

.cont-page { position: relative; padding: .3rem 90px .28rem .1rem; border-top: 1px solid #3261a8; background: #f5fafe; }
.cont-page a { display: block; padding: 7px 0; font-size: 0.2rem; font-weight: 500; line-height: 0.28rem; color: #333; text-align: left; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.cont-page a span { position: relative; }
.cont-page a span::after { position: absolute; top: auto; right: auto; bottom: -2px; left: 0; z-index: 1; width: 0; height: 1px; background: #3261a8; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; content: ""; }
.cont-page a:hover { text-decoration: none; color: #3261a8; }
.cont-page a:hover span::after { width: 100%; }
.cont-page .return-list { position: absolute; top: 50%; right: 0; bottom: auto; left: auto; z-index: 1; text-align: center; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.cont-page .return-list p { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; font-size: 0.18rem; font-weight: 500; line-height: 200%; color: #1e52a0; text-align: center; }
.cont-page .return-list:hover p { font-weight: 700; }

.about .img { position: relative; z-index: 1; float: right; width: 45%; margin: 0 0 .2rem .8rem; }
.about .img::after { position: absolute; top: auto; right: -5px; bottom: -5px; left: auto; z-index: -1; width: 2.3rem; height: 1rem; content: ""; background: #1e52a0; }
.about .title1 { font-size: 0.36rem; font-weight: 700; line-height: 150%; color: #1e52a0; text-align: left; }
.about .title2 { display: -ms-flexbox; display: flex; align-items: center; margin: .15rem 0; font-size: 0.24rem; font-weight: 500; line-height: 150%; color: #333; text-align: left; }
.about .title2::before { display: block; content: ""; box-sizing: border-box; width: 1.1rem; height: 1px; margin: 0 .18rem 0 0; background: #1e52a0; }
.about .content { padding: .1rem 0 .2rem; font-size: 0.18rem; font-weight: 500; line-height: 180%; color: #333; text-align: justify; }
.about .content p { text-indent: 2em; word-break: break-all; margin: 0 0 .3rem;font-size: 0.18rem !important; line-height: 180% !important; }
.about .content img, .about .content video { max-width: 100%; height: auto !important; }
.about .content video { display: block; margin: 0 auto; }
.about .content table { max-width: 100%; margin: .2rem auto; }
.about .content table td { word-break: break-all; }
.about .content table p { text-indent: 0; margin: 0; }
.about .content table img, .about .content table video, .about .content table iframe { margin-top: 0; margin-bottom: 0; }
.about .content iframe { display: block; max-width: 100%; margin: .2rem auto; }

.leader-list li { display: -ms-flexbox; display: flex; margin: 0 0 .3rem; padding: .25rem; background: #fff; background-image: url("../images/n_bg3.png"); background-repeat: no-repeat; background-position: 100% 110%; background-color: #fff; background-size: auto; }
.leader-list .left { width: 1.65rem; }
.leader-list .left .img { padding: 133% 0 0; background-position-y: 10%; }
.leader-list .center { width: 4rem; padding: 0 .35rem 0; border-right: 1px solid #eee; }
.leader-list .center p { padding: .1rem 0; margin: .1rem 0 0; font-size: 0.16rem; font-weight: 700; line-height: 140%; color: #333; text-align: left; }
.leader-list .center .name { display: block; padding: 0; margin: 0 0 .15rem; font-size: .28rem; line-height: 140%; color: #333; font-weight: 700; }
.leader-list .center .name span { margin: 0 0 0 .15rem; font-size: .18rem; }
.leader-list .center .phone { padding-left: 40px; background-image: url("../images/n_icon7_1.png"); background-repeat: no-repeat; background-position: 0 0.08rem; background-color: transparent; background-size: auto; }
.leader-list .center .office { padding-left: 40px; background-image: url("../images/n_icon7_2.png"); background-repeat: no-repeat; background-position: 0 0.08rem; background-color: transparent; background-size: auto; }
.leader-list .center .email { padding-left: 40px; background-image: url("../images/n_icon7_3.png"); background-repeat: no-repeat; background-position: 0 0.12rem; background-color: transparent; background-size: auto; }
.leader-list .right { width: calc(100% - 5.65rem); padding: 0 0 0 .6rem; }
.leader-list .right h6 { display: inline-block; padding: 0 .22rem; font-size: 0.17rem; font-weight: 700; line-height: 220%; color: #fff; text-align: left; background: #1e52a0; border-radius: 0 .15rem 0 .15rem; }
.leader-list .right p { margin: .3rem 0 0; font-size: 0.18rem; font-weight: 700; line-height: 160%; color: #666; text-align: left; text-indent: 2em; }

#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: .4rem 0 .1rem !important; font-family: Arial; text-align: center; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a { font-family: Arial; font-size: .15rem; 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: 10px 12px; color: #428bca; border: 1px solid #aaa; border-radius: 4px; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #1e52a0; font-weight: bold; color: #fff; border-color: #1e52a0; }
#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; font-size: .15rem; border-radius: 4px; width: 40px; height: 34px; line-height: 34px; vertical-align: bottom; }

@media screen and (min-width: 1025px) { .list1 li:hover { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
  .list1 li:hover .title, .list1 li:hover .date { color: #3261a8; }
  .list1 li:hover .title::before { background: #3261a8; }
  .list2 a:hover { background-image: url("../images/d_icon2_2.png"); }
  .list2 a:hover::after { width: 100%; }
  .list2 a:hover .date1 { color: #fff; }
  .list2 a:hover .date1 p:first-child { color: #fff; }
  .list2 a:hover .title { color: #fff; border-color: #fcb165; }
  .list2 a:hover .title span { color: #fff; }
  .list3 a:hover .date { color: #fff; background: #fe9930; }
  .list3 a:hover .date::before { background-image: url("../images/date1.png"); }
  .list3 a:hover .title { color: #fe9930; }
  .list4 .img-scale:hover .title { color: #fe9930; font-weight: 700; }
  .list5 a:hover { background-image: url("../images/d_icon3_2.png"); border-color: #ebcfb1; -webkit-transform: translateY(-6px); -moz-transform: translateY(-6px); -ms-transform: translateY(-6px); -o-transform: translateY(-6px); transform: translateY(-6px); }
  .list5 a:hover .title { color: #fff; }
  .list5 a:hover .title::before { background: #fff; }
  .list5 a:hover .date { color: #fff; }
  .list6 a { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .list6 a:hover { -webkit-transform: translateY(-4px); -moz-transform: translateY(-4px); -ms-transform: translateY(-4px); -o-transform: translateY(-4px); transform: translateY(-4px); }
  .list6 a:hover .title { color: #fff; background-color: #1e52a0; }
  .list6 a:hover .title::before { -webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -ms-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; border-right-color: #1e52a0; border-bottom-color: #1e52a0; }
  .list6 a:hover .title::after { opacity: 1; background-position-x: 100%; }
  .list6 a:hover .date1 { background: #fe9930; }
  .pic-list1 .img-scale:hover { background: #3261a8; box-shadow: 0 4px 0.15rem 0 rgba(0, 0, 0, 0.3); }
  .pic-list1 .img-scale:hover .title, .pic-list1 .img-scale:hover .date { color: #fff; }
  .pic-list2 .img-scale { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .pic-list2 .img-scale:hover { -webkit-transform: translateY(-3px); -moz-transform: translateY(-3px); -ms-transform: translateY(-3px); -o-transform: translateY(-3px); transform: translateY(-3px); }
  .pic-list2 .img-scale:hover .title, .pic-list2 .img-scale:hover .info, .pic-list2 .img-scale:hover .date { color: #fff; }
  .pic-list2 .img-scale:hover .text { border-color: #fe9930; }
  .pic-list2 .img-scale:hover .text::after { background-image: url("../images/n_bg3.png"); background-color: #1e52a0; }
  .jgsz-list li { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .jgsz-list li:hover { -webkit-transform: translateY(-6px); -moz-transform: translateY(-6px); -ms-transform: translateY(-6px); -o-transform: translateY(-6px); transform: translateY(-6px); box-shadow: 0 0 0.12rem 0 rgba(0, 0, 0, 0.2); background: url("../images/n_bg1.png") no-repeat 100% 0% #fe9930; border-color: #fe9930; }
  .jgsz-list li:hover a { color: #fff; }
  .jgsz-list li:hover a::after { background-image: url("../images/n_icon4_2.png"); }
  .teach-list .img-scale:hover { border-color: #fe9930; background-image: url("../images/n_bg4.png"); background-color: #fe9930; }
  .teach-list .img-scale:hover .text p { color: #fff; }
  .leader-list li { position: relative; z-index: 1; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .leader-list li::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; width: 100%; height: 100%; content: ""; background-image: url("../images/n_bg5.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #fe9930; background-size: auto; opacity: 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .leader-list li:hover { -webkit-transform: translateY(-3px); -moz-transform: translateY(-3px); -ms-transform: translateY(-3px); -o-transform: translateY(-3px); transform: translateY(-3px); box-shadow: 4px 4px 0.14rem 0 rgba(0, 0, 0, 0.2); }
  .leader-list li:hover::after { opacity: 1; }
  .leader-list li:hover .center { border-color: rgba(255, 255, 255, 0.3); }
  .leader-list li:hover .center p { color: #fff; }
  .leader-list li:hover .center .name { color: #fff; }
  .leader-list li:hover .center .phone { background-image: url("../images/n_icon7_1_h.png"); }
  .leader-list li:hover .center .office { background-image: url("../images/n_icon7_2_h.png"); }
  .leader-list li:hover .center .email { background-image: url("../images/n_icon7_3_h.png"); }
  .leader-list li:hover .right h6 { color: #333; background: #fff; }
  .leader-list li:hover .right p { color: #fff; } }
@media screen and (max-width: 1764px) { .index-layer1 .group4 { padding-left: 7.5%; }
  .index-layer1 .group5 { padding-right: 7.5%; }
.nav li a { font-size: .2rem; }
  .section .a-bg { padding: .3rem .5rem .3rem; } }
@media screen and (max-width: 1024px) { 
.container { max-width: 92%; }
  html { font-size: 90px; }
  .header { position: fixed; top: 0; left: 0; width: 100%; height: auto; padding: 9px 4%; }
  .logo { max-width: calc(100% - 48px); }
  .logo a { height: 42px; }
  .logo img { max-height: 100%; }
  .logo p { margin: 0 0 0 .1rem; font-size: .21rem; line-height: .22rem; }
  .pad-btn { display: block; }
  .mobile-box { position: fixed; top: 60px; right: -100%; bottom: auto; left: auto; z-index: 1; width: 100%; height: calc(100vh - 60px); padding: .3rem 5% .3rem; opacity: .6; visibility: hidden; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; background: #fff; }
  .mobile-box .flex-r { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
  .mobile-box.show { right: 0; opacity: 1; visibility: visible; }
  .search { width: 100%; background: #f2f2f2; }
  .search .input { width: calc(100% - .6rem); height: .45rem; font-size: .17rem; padding: 0 .2rem; line-height: .45rem; }
  .search .submit { width: .7rem; height: .47rem; background-position: 50% 50%; background-size: 20px; }
  .top-link { width: 100%; text-align: center; margin: 0 0 .16rem; }
  .top-link a { color: #666; }
  .nav { margin: .1rem 0 0; height: calc(100% - 1.1rem); overflow-y: auto; background: none; box-shadow: none; }
  .nav ul { max-width: 100%; padding: 0; align-items: flex-start; flex-wrap: wrap; }
  .nav li { width: 100%; background: none !important; border-left: none; border-bottom: 1px solid #e5e5e5; }
  .nav li.line { display: none; }
  .nav li a { position: static; text-align: left; padding: 0 .1rem; line-height: .6rem; font-size: .2rem; color: #333 !important; }
  .nav li a::after { display: none; }
  .nav li.show { background: #fff !important; }
  .nav li.show > a { font-weight: 700; }
  .nav li.show .down { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  .nav .lv2 { display: none; width: 100%; position: static; opacity: 1; visibility: visible; transition: none; box-shadow: none; padding: 0 0 .1rem .3rem; }
  .nav .lv2 dd { padding: 0; }
  .nav .lv2 a { font-size: .17rem; height: auto !important; opacity: 1; visibility: visible; justify-content: flex-start; background: none !important; }
  .nav .lv2 .tri { display: none; }
  .nav .down { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .6rem; height: .6rem; background-image: url(../images/icon12_2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 7px; cursor: pointer; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .banner { margin: 60px 0 0; }
  .banner::after { height: 5vw; bottom: -2px; }
  .banner .img { height: auto; padding: 42% 0 0; }
  .banner .banner-txt img { max-width: 55vw; }
  .column { margin: .4rem 0 .25rem !important; }
  .column h3 { font-size: .32rem; }
  .index-layer1 { background-position: 50% 0%; }
  .index-layer1 .group1 { width: 100%; }
  .index-layer1 .group2 { width: 100%; }
  .index-layer1 .group4 { width: 100%; padding-left: 4%; padding-right: 4%; }
  .index-layer1 .group5 { width: 100%; padding-left: 4%; padding-right: 4%; }
  .index-layer2 { padding-bottom: .7rem; }
  .index-layer2 .group6 { width: 100%; }
  .index-layer2 .group7 { width: 100%; }
  .group3.swiper-container .pagination { bottom: .1rem; }
  .pic-list1 .img-scale { box-shadow: 0 4px 0.1rem 0 rgba(0, 0, 0, 0.1); }
  .pic-list1 .img-frame .img { padding: 66% 0 0; }
  .pic-list2 .img-frame { width: 3rem; top: 0; }
  .pic-list2 .img-frame .img { padding: 66% 0 0; }
  .pic-list2 .text { height: 2.2rem; padding: .15rem .3rem 0 2.5rem; }
  .pic-list2 .info { margin: .1rem 0; }
  .list2 { box-shadow: 0 4px 0.1rem 0 rgba(0, 0, 0, 0.1); }
  .list6 { padding: .15rem 0 0; }
  .picture1 .img { padding: 66% 0 0; }
  .picture1 li:first-child .img { padding: 66% 0 0; }
  .footer { padding: .3rem 0; }
  .footer .container { flex-direction: column-reverse; }
  .copy { width: 100%; }
  .foot-img { width: 100%; margin: 0 0 .2rem; text-align: center; }
  .foot-img img { max-width: 60%; }
  .decorate { margin: 60px 0 0; height: auto; padding: 30% 0 0; }
  .decorate::after { display: none; }
  .main-box { padding: 0 0 .7rem;     min-height: calc(100vh - 450px);}
  .main-box .container { max-width: 100%; }
  .aside { position: relative; z-index: 1; width: 100%; margin: 0; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
  .aside-title { position: relative; font-size: .22rem; line-height: .5rem; text-align: center; padding: 0 .5rem; margin: 0; background: #1e52a0; }
  .aside-title i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; display: block !important; width: .5rem; height: .5rem; background-image: url(../images/daohang.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.24rem; cursor: pointer; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .aside-title .return-btn { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; display: block !important; width: .5rem; height: .5rem; background-image: url("../images/fanhui.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.24rem; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  .aside-title .en { display: none; }
  .aside-nav { display: none; min-height: auto; margin: 0 -4vw; padding: .1rem 4vw; font-size: 0; background: #fff; border-radius: 0 0 2px 2px; }
  .aside-nav::after { display: none; }
  .aside-nav li.cur > a { font-size: .21rem; }
  .aside-nav a { padding: 0 .1rem; height: auto; min-height: auto; text-align: left; font-size: .18rem; line-height: .55rem; }
  .aside-nav .sub-nav { margin: 0; }
  .aside-nav .sub-nav a { line-height: .24rem; }
  .section { width: 100%; padding: .2rem 4vw 0; }
  .section .a-bg { padding: .2rem; }
  .place { justify-content: center; margin: 0 0 .1rem; }
  .history-wrapper { padding: 0; }
  .history-wrapper .history-head { margin: .1rem 0 0; }
  .history-wrapper .history-head .left { width: 1.2rem; }
  .history-wrapper .history-head .right { width: calc(100% - 1.5rem); }
  .history-slide .slide-head .left { width: 2.8rem; }
  .history-slide .slide-head .right { width: calc(100% - 3rem); }
  .jgsz-list { margin: .3rem 0 0; }
  .jgsz-list a { padding: .1rem .2rem .3rem; }
  .xzjg-box .xzjg-head { padding: 0 .3rem; line-height: .62rem; }
  .xzjg-box.active { padding: .3rem 0 .1rem; }
  .xzjg-item { padding: .2rem .3rem 0; }
  .xzjg-item li { width: 100%; }
  .xzjg-item .bottom .p1 { margin: 0 .25rem -1px 0; }
  .xzjg-item .bottom .info { margin: .15rem 0 .4rem; }
  .teach-list li { width: 48.5%; }
  .teach-list .img-scale { padding: .18rem; }
  .teach-list .img-scale::after { bottom: .12rem; left: .12rem; }
  .teach-list .text { width: calc(100% - 1.8rem); }
  .article { padding: .3rem 0 0 !important; }
  .article .title { padding: 0 .2rem; }
  .article .sub { margin: .2rem .2rem 0; padding: 0 0 .18rem; }
  .article .content { padding: .2rem; }
  .about { padding: .2rem 0 0; }
  .about .title1 { font-size: .3rem; }
  .about .title2 { margin: 7px 0; }
  .about .title2::before { width: 5vw; margin-right: 8px; }
  .about .img { margin: 0 0 .1rem .4rem; }
  .leader-list li { padding: .15rem; }
  .leader-list .center { width: 3.4rem; padding: 0 .2rem; }
  .leader-list .right { width: calc(100% - 5.05rem); padding: 0 0 0 .2rem; } 
.table-box{overflow-x:scroll;}
}
@media screen and (max-width: 768px) { .group3.swiper-container { margin: .3rem 0 .4rem; }
  .pic-list1 { margin: 0 -.1rem; }
  .pic-list1 > li { padding: 0 .1rem; }
  .list2 a { padding: .2rem; }
  .list5 li { width: 100%; margin: 0 0 .2rem; }
  .list3 li { width: 48%; }
  .list6 .date1 { top: calc(50% - 34px); width: 70px; padding: 7px 0; }
  .list6 .title { height: 1rem; padding: 0 .15rem 0 .4rem; font-size: .2rem; line-height: 150%; }
  .list6 .title .tt1 { overflow: visible; white-space: initial; text-overflow: clip; display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
  .copy p { width: 100%; }
  .section .a-bg { padding: .15rem; }
  .history-wrapper p { margin: 0 0 .15rem; }
  .history-wrapper .title1 { font-size: .3rem; }
  .history-wrapper .title2 { text-indent: 0; }
  .history-slide .slide-tag { display: none; }
  .history-slide .slide-head { flex-wrap: wrap; }
  .history-slide .slide-head .left { width: 100%; margin: 0 0 .2rem; text-align: center; }
  .history-slide .slide-head .right { width: 100%; }
  .history-slide .title2 { display: block; }
  .history-slide .title2 p { text-indent: 0; }
  .history-slide .slide-item { display: block !important; }
  .jgsz-list li { width: 100%; }
  .jgsz-list li a { margin: .1rem 0 0; line-height: .25rem; }
  .jgsz-list li a::after { margin: .1rem 0 0; }
  .jgsz-article .title1 { margin: 0 0 .15rem; font-size: .26rem; }
  .jgsz-article .title2 { padding: 0 .15rem; font-size: .21rem; }
  .jgsz-article .art-item1 .p1 { width: 1.2rem; font-size: .21rem; }
  .jgsz-article .art-item1 .p2 { width: calc(100% - 1.2rem); padding: 0 .1rem 0 .2rem; }
  .jgsz-article .content { padding: 0 .15rem; }
  .teach-list li { width: 100%; }
  .teach-article { margin: 0; padding: .3rem .2rem .3rem !important; justify-content: center; }
  .teach-article .left { width: 2.3rem; margin: 0 0 .3rem; }
  .teach-article .right { width: 100%; }
  .teach-article .txt { margin: .3rem 0 0 .2rem; }
  .teach-article .txt .name { font-size: .26rem; }
  .teach-article .txt .info { font-size: .2rem; }
  .pic-list2 li { margin: .25rem 0 0; }
  .pic-list2 .img-frame { position: static; width: 100%; }
  .pic-list2 .img-frame .img { padding: 62% 0 0; }
  .pic-list2 .text { height: auto; padding: .15rem .15rem .14rem; margin: 0; background: #fff; border: 1px solid #1e52a0; border-top: none; }
  .pic-list2 .text::after { display: none; }
  .article { padding: .25rem 0 0 !important; }
  .article .title { padding: 0 .15rem; font-size: .24rem; }
  .article .sub { margin: .2rem .15rem 0; }
  .article .content { padding: .15rem; }
  .article .content p { margin: 0 0 .2rem; }
  .cont-page { padding-right: .1rem; }
  .cont-page .return-list { display: block; position: static; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
  .cont-page .return-list p { font-weight: 700; }
  .about .img { float: none; width: 100%; margin: 0 0 .15rem; text-align: center; }
  .about .img::after { display: none; }
  .about .title1 { text-align: center; }
  .about .title2 { justify-content: center; }
  .leader-list li { flex-wrap: wrap; padding: .15rem; }
  .leader-list .center { width: calc(100% - 1.65rem); padding: 0 0 0 .3rem; border: none; }
  .leader-list .right { width: 100%; padding: .2rem 0 0; margin: .2rem 0 .2rem; border-top: 1px solid #eee; }
  .leader-list .right p { margin: .15rem 0 0; } }
@media screen and (max-width: 520px) { .index-layer1 .group4 { padding-bottom: .3rem; }
  .column { margin: .2rem 0 !important; }
  .column h3 { font-size: .28rem; }
  .index-layer2 { padding-bottom: .4rem; }
  .first-news .img-frame { width: 100%; }
  .first-news .text { width: 100%; margin: .2rem 0 0; padding: 0; }
  .pic-list1 { margin: 0; }
  .pic-list1 > li { width: 100%; padding: 0; margin: 0 0 .2rem; }
  .list1 { width: 100%; margin: 0; }
  .list1 li { padding: .15rem 0 .1rem; border-bottom: 1px dashed #ddd; }
  .list1 .title { width: 100%; line-height: .3rem; overflow: visible; text-overflow: clip; white-space: initial; }
  .list1 .date { width: 100%; line-height: .4rem; }
  .list2 .title { width: calc(100% - 60px - .1rem); padding-left: .1rem; }
  .list3 li { width: 100%; }
  .list3 .title { margin: .15rem 0 .3rem !important; }
  .list4 .first .img-frame { width: 100%; }
  .list4 .first .text { width: 100%; padding: .14rem 0 0; }
  .list5 a { padding: .12rem .16rem; border-width: 4px; }
  .picture1 li { width: 100%; }
  .picture1 .img-scale::after { width: .46rem !important; height: .46rem !important; }
  .picture1 .text .title { font-size: .18rem !important; line-height: .5rem !important; }
  .foot-img img { max-width: 100%; }
  .history-wrapper .title1 { font-size: .26rem; }
  .history-wrapper .history-head { flex-wrap: wrap; }
  .history-wrapper .history-head .left { width: 100%; text-align: center; }
  .history-wrapper .history-head .left img { max-width: 1rem; }
  .history-wrapper .history-head .right { width: 100%; }
  .xzjg-box .xzjg-head { padding: 0 .15rem; line-height: 120%; font-size: .22rem; }
  .xzjg-box.active { padding: .2rem 0 .1rem; }
  .xzjg-item { padding: .1rem .15rem 0; }
  .xzjg-item li { width: 100%; align-items: center; }
  .xzjg-item .title { font-size: .24rem; }
  .xzjg-item .info { padding: .04rem 0; }
  .xzjg-item .left { width: 1.2rem; }
  .xzjg-item .left .img { height: auto; padding: 133% 0 0; }
  .xzjg-item .right { width: calc(100% - 1.1rem); height: auto; min-height: 2rem; margin: 0 0 0 -.1rem; padding: .1rem .1rem .15rem .2rem; }
  .xzjg-item .bottom { margin: .1rem 0 0; }
  .xzjg-item .bottom .p1 { margin: 0 .15rem -1px 0; }
  .xzjg-item .bottom .info { margin: .1rem 0 .3rem; }
  .xzjg-item .content { margin: .1rem 0 .2rem; padding: .2rem .15rem .1rem; font-size: .2rem; }
  .xzjg-item .content p { margin: 0 0 .15rem; }
  .teach-nav a { min-width: auto; padding: 0 .1rem; font-size: .18rem; line-height: .4rem; border-radius: 0; }
  .teach-wrapper { padding: .1rem 0 .3rem; }
  .teach-wrapper .teach-title { margin: .1rem 0 .18rem; padding: 0 .15rem; font-size: .22rem; }
  .teach-list { padding: 0 .15rem; }
  .teach-list li { margin: 0 0 .2rem; }
  .teach-list .img-frame { width: 1.4rem; }
  .teach-list .text { width: calc(100% - 1.5rem); }
  .teach-list .text p { padding: 0; font-size: .16rem; }
  .teach-article { padding: .3rem .15rem .3rem !important; }
  .teach-article .left { margin: 0 0 .3rem; }
  .teach-article .txt { margin: .2rem 0 0 0; padding: 0; border: none; text-align: center; }
  .teach-article .txt .info { text-align: center; }
  .teach-article .title { margin: 0 0 .2rem; }
  .about { padding: .2rem 0 0; }
  .about .title1 { font-size: .24rem; }
  .about .title2 { font-size: .21rem; }
  .leader-list li { justify-content: center; }
  .leader-list .center { width: 100%; margin: .15rem 0 0; padding: 0; }
  .leader-list .center p { margin: 0; }
  .leader-list .center .name { text-align: center; margin: 0; }
  .leader-list .right { width: 100%; } 
}

/*# sourceMappingURL=style.css.map */