@charset "UTF-8";
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }

html { font-size: 100px; min-width: 320px; }

.overflow { overflow: hidden; }

.container { width: 85%; max-width: 1400px; margin: 0 auto; font-size: .16rem; }

.header { position: fixed; top: -40%; left: 0; width: 100%; z-index: 200; display: flex; justify-content: space-between; align-items: center; padding: .24rem 2.08%; -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; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
.header::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 100%; height: 150%; background-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)); }
.header .right-box { display: flex; justify-content: space-between; align-items: center; min-width: calc(100% - 6.1rem); max-width: calc(100% - 4.4rem); text-align: right; }
.header.scroll { padding-top: .12rem; padding-bottom: .12rem; border: none; background: #025baa; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4); }
.header.scroll::after { opacity: 0; }

.logo { width: 20%; min-width: 4rem; }
.logo img { max-width: 100%; -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 { width: calc(100% - .98rem); -webkit-transition: margin 0.2s linear 0s; -moz-transition: margin 0.2s linear 0s; -ms-transition: margin 0.2s linear 0s; -o-transition: margin 0.2s linear 0s; transition: margin 0.2s linear 0s; }
.nav ul { display: flex; justify-content: space-between; }
.nav li { position: relative; margin: 0 4px; }
.nav li a { position: relative; display: block; font-size: 0.18rem; font-weight: 500; line-height: 0.5rem; color: #fff; text-align: center; }
.nav li > a { white-space: nowrap; position: relative; -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:hover .lv2 { visibility: visible; top: 100%; opacity: 1; -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:last-child { margin-right: 0; }
.nav li:first-child { margin-left: 0; }
.nav .lv2 { position: absolute; top: 120%; right: auto; bottom: auto; left: calc(50% - 70px); z-index: 1; width: 140px; background: #025baa; opacity: 0; visibility: hidden; border-top: 3px solid #f88b20; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); background: white; border-radius: 2px; }
.nav .lv2 a { padding: 10px 5px; font-size: 15px; font-weight: 400; line-height: 20px; color: #333; -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 .lv2 a:hover { color: #fff; background: #025baa; }

.pad-btn { display: flex; align-items: center; font-size: 0; margin-left: .2rem; }
.pad-btn .line { margin-right: .21rem; font-size: 0.18rem; font-weight: 500; line-height: 0.5rem; color: #fff; text-align: left; }
.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-radius: 50%; cursor: pointer; }
.pad-btn .nav-btn { display: none; position: relative; z-index: 5; width: 33px; margin: 0 .2rem 0 .48rem; vertical-align: middle; cursor: pointer; }
.pad-btn .nav-btn i { display: block; height: 2px; margin: 9px 0; background: #fff; -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; }
.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.85); }
#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; }

.search2 { width: 100%; max-width: 7rem; margin: .3rem auto; padding: .1rem; box-shadow: 0 0 14px 0 #ccc;  }
.search2 .input { width: calc(100% - .52rem); height: .45rem; padding-left: .15rem; font-size: 0.15rem; font-weight: 500; line-height: 0.43rem; color: #555; text-align: left; vertical-align: top; border: 1px solid #eee; }
.search2 .submit { width: .45rem; height: .45rem; vertical-align: top; background-image: url(../images/search2.png); background-repeat: no-repeat; background-position: 70% 50%; background-color: transparent; background-size: auto; }
.search2 form { white-space: nowrap; font-size: 0; }

.banner { 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); }
.banner .img 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; }
.banner .img::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; content: ""; width: 100%; height: 18%; background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6)); }
.banner .img .text { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 3; width: 100%; }
.banner .img .text h3 { padding: 0 0 0 10%; font-size: 0.36rem; font-weight: 500; line-height: 1.4rem; color: #fff; text-align: left; opacity: 0; -webkit-transform: translateX(-1.5rem); -moz-transform: translateX(-1.5rem); -ms-transform: translateX(-1.5rem); -o-transform: translateX(-1.5rem); transform: translateX(-1.5rem); }
.banner .swiper-slide-active img { -webkit-transition: transform 6.4s linear 0s; -moz-transition: transform 6.4s linear 0s; -ms-transition: transform 6.4s linear 0s; -o-transition: transform 6.4s linear 0s; transition: transform 6.4s linear 0s; -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.banner .swiper-slide-active .text h3 { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); -webkit-transition: all 0.6s linear 0s; -moz-transition: all 0.6s linear 0s; -ms-transition: all 0.6s linear 0s; -o-transition: all 0.6s linear 0s; transition: all 0.6s linear 0s; }
.banner .pagination { position: absolute; top: auto; right: auto; bottom: 0.6rem; left: 0%; z-index: 2; text-align: right; padding: 0 10% 0 0; }
.banner .pagination .swiper-pagination-bullet { display: inline-block; margin: 0 6px; width: 12px; height: 12px; cursor: pointer; border-radius: 12px; 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; }
.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: .35rem; background: #f88b20; }

.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: 0; bottom: 0; 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 { 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 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; margin: .32rem 0 .3rem; text-align: center; }
.column .more { position: absolute; top: 0.16rem; right: 0; bottom: auto; left: auto; z-index: 1; }
.column > .more { display: block; }
.column h3 { display: inline-block; letter-spacing: 1px; font-size: 0.36rem; font-weight: 700; line-height: 0.62rem; color: #222; text-align: left; }
.column h3::after { display: block; content: ""; box-sizing: border-box; width: .5rem; height: 4px; background: #025baa; }

.more { display: none; padding: 0 .15rem; font-size: 0.14rem; font-weight: 500; line-height: 0.34rem; color: #6b98bf; text-align: center; border: 1px solid #cfdbe5; border-radius: .15rem; overflow: hidden; -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; }
.more span { position: relative; z-index: 2; display: block; padding: 0 0 0 .3rem; background-image: url("../images/s_icon1_1.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; -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; }
.more::after { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; content: ""; width: 0; height: 0; opacity: 0; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border-radius: 50%; background: #025baa; -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; }
.more:hover { color: #fff; border-color: #025baa; }
.more:hover span { background-image: url("../images/s_icon1_3.png"); }
.more:hover::after { width: 260px; height: 260px; opacity: 1; }

.more2 { font-size: 0.14rem; font-weight: 500; line-height: 0.28rem; color: #025baa; text-align: right; }

.title { font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #000; text-align: left; }
.title:hover { color: #025baa; }

.info { font-size: 0.14rem; font-weight: 500; line-height: 0.24rem; color: #666; text-align: justify; }

.date { display: inline-block; vertical-align: top; width: .8rem; padding: .08rem 0 .1rem; font-family: Arial, Helvetica, sans-serif; font-size: 0.15rem; font-weight: 500; line-height: 0.22rem; color: #999; text-align: center; background: #e3eaf1; -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; }
.date p:first-child { color: #025baa; font-size: .27rem; font-weight: 700; line-height: .4rem; }

.date1 { padding: 0 0 0 .2rem; background-image: url("../images/time1.png"); background-repeat: no-repeat; background-position: 0 48%; background-color: transparent; background-size: auto; font-family: Arial, Helvetica, sans-serif; font-size: 0.15rem; font-weight: 500; line-height: 0.3rem; color: #999; text-align: left; }

.list1 li { display: flex; justify-content: space-between; padding: .16rem 0; 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; }
.list1 li:first-child { padding-top: 0; }
.list1 li:last-child { padding-bottom: 0; border: none; }
.list1 li:hover { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.list1 li:hover .title { color: #025baa; }
.list1 li:hover .date { background: #df7407; }
.list1 .date { color: #fff; background: #296ab0; -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 .date p:first-child { font-size: .19rem; color: #fff; line-height: .34rem; }
.list1 .text { width: calc(100% - .94rem); }
.list1 .info, .list2 .info { height: .48rem; }

.list2 { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
.list2 li { width: 48.5%; padding: .2rem 0; display: flex; justify-content: space-between; align-items: flex-start; 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; }
.list2 li:hover { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.list2 li:hover .date { color: #fff; background: #025baa; }
.list2 li:hover .date p:first-child { color: #fff; }
.list2 .text { width: calc(100% - .94rem); }

.pic-list1 { font-size: 0; margin: 0 -0.2rem; }
.pic-list1 > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.2rem; }
.pic-list1 li { margin: .4rem 0 0; }
.pic-list1 .img-scale { 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; }
.pic-list1 .img-scale:hover { background: #025baa; box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.25); }
.pic-list1 .img-scale:hover .title { color: #fff; }
.pic-list1 .img-frame { padding: 66.5625% 0 0; background: #f6f6f6; }
.pic-list1 .img-frame img { object-fit: contain; }
.pic-list1 .title { padding: 0 5px; text-align: center; line-height: .6rem; }

.pic-list2 { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
.pic-list2 li { width: 48.5%; padding: .2rem 0; display: flex; justify-content: space-between; border-bottom: 1px dashed #ddd; }
.pic-list2 .img-frame { display: block; width: 2.1rem; height: 1.4rem; }
.pic-list2 .text { width: calc(100% - 2.35rem); }
.pic-list2 .text .title { font-weight: 700; }
.pic-list2 .text .info { margin: .1rem 0 .12rem; }

.news-swiper1 { width: 55.7%; }
.news-swiper1 .img-scale { height: 5.21rem; }
.news-swiper1 .text { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; width: 100%; padding: .3rem .1rem .14rem; background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent); }
.news-swiper1 .text .title { font-size: .18rem; color: #fff; text-align: center; }
.news-swiper1 .pagination { position: absolute; top: auto; right: 0%; bottom: 0.5rem; left: auto; z-index: 2; text-align: center; }
.news-swiper1 .pagination .swiper-pagination-bullet { display: inline-block; margin: 0 3px; width: 10px; height: 10px; cursor: pointer; border-radius: 10px; 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; }
.news-swiper1 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #f88b20; }
.news-swiper1 .arrow { position: absolute; top: calc(50% - .2rem); right: auto; bottom: auto; left: 0; z-index: 1; width: .3rem; height: .4rem; background-image: url("../images/arrow2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: rgba(0, 0, 0, 0.4); background-size: auto; cursor: pointer; }
.news-swiper1 .arrow.swiper-next { left: auto; right: 0; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.news-swiper2 { padding: 5px 0 0; }
.news-swiper2 .swiper-slide { display: flex; justify-content: space-between; align-items: flex-start; padding: .22rem .2rem .12rem; background: #fff; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4); border-bottom: 2px solid #f88b20; -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-slide:hover { margin: -5px 0 5px; box-shadow: 0 4px 0 8px 0 rgba(0, 0, 0, 0.4); }
.news-swiper2 .swiper-slide:hover .date { color: #fff; background: #025baa; }
.news-swiper2 .swiper-slide:hover .date p:first-child { color: #fff; }
.news-swiper2 .text { width: calc(100% - 1.05rem); }
.news-swiper2 .text .title { height: .6rem; }
.news-swiper2 .text .info { margin: .1rem 0 .13rem; height: .48rem; }
.news-swiper2 .text .more2 { display: block; text-align: right; }
.news-swiper2 .pagination { margin: .22rem 0 0; text-align: center; }
.news-swiper2 .pagination .swiper-pagination-bullet { display: inline-block; margin: 0 3px; width: 10px; height: 10px; cursor: pointer; border-radius: 10px; 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; }
.news-swiper2 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #f88b20; }

.news-swiper3 .img-scale { background: #fff; }
.news-swiper3 .img-scale:hover { background: #025baa; }
.news-swiper3 .img-scale:hover .title { color: #fff; }
.news-swiper3.picture-swiper1 .img-scale:hover .title, .news-swiper3.picture-swiper2 .img-scale:hover .title { background: rgba(2, 91, 170, .6); }
.news-swiper3 .img-frame .img { padding: 70% 0 0; background-position-y: 20%; }
.news-swiper3.picture-swiper1 .img-frame .img, .news-swiper3.picture-swiper3 .img-frame .img { padding: 116.666% 0 0; }
.news-swiper3 .title { padding: 0 5px; text-align: center; line-height: .67rem; }
.news-swiper3.picture-swiper1 .title, .news-swiper3.picture-swiper3 .title { position: absolute; bottom: 0; left:0; width: 100%; line-height: .46rem; background: rgba(0, 0, 0, .7); color: #fff; font-weight: 700; }
.news-swiper3 .pagination { margin: .22rem 0 0; text-align: center; }
.news-swiper3 .pagination .swiper-pagination-bullet { display: inline-block; margin: 0 3px; width: 10px; height: 10px; cursor: pointer; border-radius: 10px; background: #bcc6d0; -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-swiper3 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #025baa; }
.news-swiper3.picture-swiper2, .news-swiper3.picture-swiper3 { visibility: hidden; }
.news-swiper3.picture-swiper2.show, .news-swiper3.picture-swiper3.show { visibility: visible; transition: all 0s .6s; }

.index-news { background-image: url("../images/s_bg1.jpg"); background-repeat: no-repeat; background-position: 100% 50%; background-color: transparent; background-size: auto; }
.index-news .container { overflow: hidden; }
.index-news .column { text-align: left; }
.index-news .list1 { width: 41%; }

.index-notice { margin: .48rem 0 0; padding: 1px 0 .45rem; background-image: url("../images/s_bg2.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; overflow: hidden; }
.index-notice .container { position: relative; }
.index-notice .column h3 { color: #fff; }
.index-notice .column h3::after { margin: 0 auto; background: #f88b20; }
.index-notice .column .more { color: #fff; border: 1px solid rgba(255, 255, 255, 0.3); }
.index-notice .column .more span { background-image: url("../images/s_icon1_2.png"); }
.index-notice .column .more::after { background: #fff; }
.index-notice .column .more:hover { color: #025baa; }
.index-notice .arrow { position: absolute; top: calc(57% - .2rem); right: auto; bottom: auto; left: -0.6rem; z-index: 1; width: .3rem; height: .4rem; background-image: url("../images/arrow2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; }
.index-notice .arrow.swiper-next { left: auto; right: -.6rem; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.index-study { overflow: hidden; }
.index-study .column { height: .65rem; border-bottom: 1px solid #dfdfdf; }
.index-study .column .slide-menu > span { margin: 0 .2rem; font-size: 0.26rem; font-weight: 500; line-height: 0.62rem; color: #bbb; text-align: left; }
.index-study .column h3 { font-size: .26rem; font-weight: 400; color: #666; letter-spacing: 0; cursor: pointer; -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; }
.index-study .column h3::after { width: 1px; margin: 0 auto -3px; background: transparent; -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; }
.index-study .column h3.active { color: #222; font-size: .3rem; font-weight: 700; }
.index-study .column h3.active::after { width: 100%; background: #f88b20; }

.index-picture { margin: .45rem 0 0; padding: 1px 0 .42rem; background-image: url("../images/s_bg3.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; overflow: hidden; }
.index-picture .column { margin-bottom: 0; }
.index-picture .column .more { display: block !important; background: #fff; }
.index-picture .column h3::after { margin: 0 auto; }
.index-picture .slide-menu { margin: 0 0 .1rem; font-size: 0.18rem; font-weight: 500; line-height: 0.6rem; color: #666; text-align: center; }
.index-picture .slide-menu h3 { display: inline-block; margin: 0 .12rem; cursor: pointer; }
.index-picture .slide-menu h3.active { font-weight: 700; color: #f88b20; }
.index-picture .container { position: relative; max-height: 4.62rem; }
.index-picture .arrow { position: absolute; top: calc(56%); right: auto; bottom: auto; left: -0.6rem; z-index: 1; width: .3rem; height: .4rem; background-image: url("../images/arrow1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; }
.index-picture .arrow.swiper-next { left: auto; right: -.6rem; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.index-link { padding: .45rem 0; }
.index-link .links { font-size: 0; margin: 0 -0.14rem; }
.index-link .links > li { display: inline-block; vertical-align: top; width: 16.6666666667%; padding: 0 0.14rem; }
.index-link .links li { margin: 0 0 .2rem; }
.index-link .links li:nth-child(1) a:hover .icon { background-image: url("../images/s_icon2_2.png"); }
.index-link .links li:nth-child(2) a:hover .icon { background-image: url("../images/s_icon3_2.png"); }
.index-link .links li:nth-child(3) a:hover .icon { background-image: url("../images/s_icon4_2.png"); }
.index-link .links li:nth-child(4) a:hover .icon { background-image: url("../images/s_icon5_2.png"); }
.index-link .links li:nth-child(5) a:hover .icon { background-image: url("../images/s_icon6_2.png"); }
.index-link .links li:nth-child(6) a:hover .icon { background-image: url("../images/s_icon7_2.png"); }
.index-link .links a { display: flex; justify-content: center; align-items: center; height: 1rem; padding: 0 0; border: 1px dashed #025baa; -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; position: relative; }
.index-link .links a::before { display: block; content: ""; box-sizing: border-box; position: absolute; top: auto; right: auto; bottom: -12px; left: 0; z-index: 1; width: 100%; height: 10px; background-image: radial-gradient(ellipse closest-side at 50% 50%, rgba(0, 0, 0, 0.28), transparent); opacity: 0; visibility: hidden; -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; }
.index-link .links a:hover::before { bottom: -17px; opacity: 1; visibility: visible; }
.index-link .links a:hover { border: 1px solid #025baa; background: #025baa; -webkit-transform: translateY(-4px); -moz-transform: translateY(-4px); -ms-transform: translateY(-4px); -o-transform: translateY(-4px); transform: translateY(-4px); }
.index-link .links a:hover p { color: #fff; }
.index-link .links p { width: 1.1rem; margin: 0 0 0 .1rem; font-size: 0.16rem; font-weight: 500; line-height: 0.24rem; color: #000; text-align: left; }
.index-link .links .icon { display: block; width: 70px; height: 70px; background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.index-link .links .icon.i1 { background-image: url("../images/s_icon2_1.png"); }
.index-link .links .icon.i2 { background-image: url("../images/s_icon3_1.png"); }
.index-link .links .icon.i3 { background-image: url("../images/s_icon4_1.png"); }
.index-link .links .icon.i4 { background-image: url("../images/s_icon5_1.png"); }
.index-link .links .icon.i5 { background-image: url("../images/s_icon6_1.png"); }
.index-link .links .icon.i6 { background-image: url("../images/s_icon7_1.png"); }

.slide-menu .more.active { display: block; }

.slide-wrapper .slide-item { display: none; }
.slide-wrapper .slide-item.active { display: block; }

.footer { background: #004d92; }
.footer .container { display: flex; justify-content: space-between; align-items: center; padding: .21rem 0; }

.foot-link { width: 3.1rem; font-size: 0; }
.foot-link h3 { margin: 0 0 .1rem; font-size: 0.18rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: left; }
.foot-link a { display: inline-block; width: 50%; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #b8c5d8; text-align: left; }
.foot-link a:hover { color: #fff; text-decoration: underline; }

.copy { font-size: 0.14rem; font-weight: 500; line-height: 0.26rem; color: #fff; text-align: left; }

.QR-code { margin-left: .15rem; }
.QR-code img { max-width: 1rem; height: auto; }

.decoration { position: relative; height: 4.6rem; overflow: hidden; }
.decoration img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }

.index-main { border-top: .7rem solid #f4f6f9; }
.index-main .inset .position { position: relative; z-index: 5; margin: 0; background: #f4f6f9; }
.index-main .inset .article { padding: .35rem .35rem .2rem; box-shadow: 0 0 8px 0 #ccc; background: #fff; }

.sidebar { position: relative; z-index: 3; width: 18%; min-width: 2.2rem; margin: -.7rem 0 0; overflow: hidden; }
.sidebar h3 { font-size: 0.3rem; font-weight: 500; line-height: 0.7rem; color: #fff; text-align: center; background: #025baa; }
.sidebar h3 i { display: block; margin: 0 auto; }
.sidebar h3 i.close { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
.sidebar .lv2-nav { margin: 0 0 .4rem; padding: 0 0 .2rem; background: #efefef; border-left: 6px solid #025baa; }
.sidebar .lv2-nav li { position: relative; padding: .08rem 0; }
.sidebar .lv2-nav li.cur { background: #fff; }
.sidebar .lv2-nav li.cur > a { color: #025baa; }
.sidebar .lv2-nav li.cur .lv3 { display: block; }
.sidebar .lv2-nav li:hover > a { color: #025baa; }
.sidebar .lv2-nav a { display: block; padding: .12rem .1rem .12rem 18%; font-size: 0.18rem; font-weight: 500; line-height: 0.24rem; color: #666; text-align: left; }
.sidebar .lv2-nav a::before { display: inline-block; content: ""; width: 16px; height: 16px; margin: 0 .15rem 0 0; background-image: url("../images/x_icon6.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.sidebar .lv2-nav .lv3 { display: none; padding: 0 0 .1rem .12rem; }
.sidebar .lv2-nav .lv3 a { padding: .1rem .12rem .1rem 3px; font-size: 0.15rem; font-weight: 500; line-height: 0.22rem; color: #000; text-align: left; border-bottom: 1px solid #eee; }
.sidebar .lv2-nav .lv3 a:last-child { border: none; }
.sidebar .lv2-nav .lv3 a:hover { color: #025baa; }
.sidebar .lv2-nav .lv3 a.cur { color: #025baa; font-weight: 700; }

.main { width: 77.85%; max-width: calc(100% - 2.85rem); min-height: 4rem; margin: -.7rem 0 1px; }
.main .list2 li { width: 100%; }
.main .pic-list2 li { width: 100%; flex-direction: row-reverse; -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; }
.main .pic-list2 li:hover { padding-left: .2rem; padding-right: .2rem; box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.25); border-color: transparent; }
.main .pic-list2 li:hover .title { color: #025baa; }
.main .pic-list2 .title { color: #333; font-size: .17rem; }

.position { margin: 0 0 .15rem; }
.position h3 { display: inline-block; font-size: 0.24rem; font-weight: 700; line-height: 0.7rem; color: #025baa; text-align: left; }
.position h3.other { width: 18%; min-width: 2.2rem; font-size: 0.3rem; font-weight: 500; color: #fff; text-align: center; background: #025baa; }

.place { font-size: 0.14rem; font-weight: 500; line-height: 0.7rem; color: #808080; text-align: left; padding: 0 0 0 .22rem; background-image: url(../images/weizhi.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.place a { color: #808080; }
.place a:hover { color: #025baa; }
.place a:last-child { color: #025baa; font-weight: 700; }

.teach-list { font-size: 0; margin: 0 -0.24rem; }
.teach-list > li { display: inline-block; vertical-align: top; width: 50%; padding: 0 0.24rem; }
.teach-list li { position: relative; margin: .5rem 0 0; -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; }
.teach-list li:hover .img-scale { box-shadow: -5px 5px 0px 0 #025baa; }
.teach-list li:hover .line::before { width: 100%; -webkit-transition: all 0.5s linear 0s; -moz-transition: all 0.5s linear 0s; -ms-transition: all 0.5s linear 0s; -o-transition: all 0.5s linear 0s; transition: all 0.5s linear 0s; }
.teach-list li .img-scale { display: inline-block; vertical-align: top; width: 1.6rem; -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; }
.teach-list li .img-scale .img { padding-top: 130%; background-position: 10%; }
.teach-list li .text { display: inline-block; vertical-align: top; width: calc(100% - 1.7rem); padding: 0 0 0 .25rem; }
.teach-list li .title { display: inline-block; color: #000; font-size: .2rem; }
.teach-list li .title span { margin: 0 0 0 .15rem; font-size: .16rem; color: #666; font-weight: 400; }
.teach-list li .title:hover { color: #89101f; }
.teach-list li .info { font-size: .15rem; line-height: .2rem; padding: .05rem 0; color: #666; word-break: break-all; }
.teach-list li .info span { color: #000; }
.teach-list li .info.xb { margin: .12rem 0 .06rem; }
.teach-list li .line { position: relative; margin: .14rem 0 0; padding: .14rem 0 0; border-top: 1px solid #ddd; text-align: right; }
.teach-list li .line .more { padding: 0 .17rem; line-height: .27rem; }
.teach-list li .line::before { position: absolute; top: -2px; right: auto; bottom: auto; left: 0; z-index: 1; content: ""; width: 0; height: 3px; background: #025baa; }

.article { padding: .2rem 0 .45rem; }
.article .title { margin: 0 0 .1rem; font-size: 0.28rem; font-weight: 500; line-height: 0.32rem; color: #000; text-align: center; }
.article .sub { margin: .3rem 0; padding: .12rem 0; font-size: 0.14rem; font-weight: 500; line-height: 0.22rem; color: #777; text-align: center; background: #f2f2f2; }
.article .content { padding: 0 3% .3rem; font-size: 0.17rem; font-weight: 500; line-height: 240%; color: #000; text-align: justify; }
.article .content p { text-indent: 2em; word-break: break-word; }
.article .content img, .article .content video { display: block; max-width: 100% !important; height: auto !important; margin: .15rem auto .08rem; }
.article .content table { max-width: 100%; margin: .18rem auto; }
.article .content table p { text-indent: 0; line-height: 150%; }
.article .content table img, .article .content table video { margin-top: 0; margin-bottom: 0; }
.article .content iframe { max-width: 100%; margin: .18rem auto; }
.article .cont-page { padding: .25rem 0 0; border-top: 1px dashed #ccc; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 0.15rem; font-weight: 500; line-height: 0.27rem; color: #494949; 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 span { color: #025baa; font-weight: 700; }
.article .cont-page a:hover { color: #025baa; -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -ms-transform: translateX(6px); -o-transform: translateX(6px); transform: translateX(6px); }
.article.about .title { padding: 0 0 .15rem; font-size: .3rem; }
.article.about .content { padding-left: 0; padding-right: 0; padding-bottom: 0; }

#to-top { position: fixed; top: auto; right: -1rem; bottom: 28vh; left: auto; z-index: 20; width: 0.55rem; height: 0.55rem; border-radius: 50%; background-image: url("../images/toTop.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #f88b20; background-size: 38px; cursor: pointer; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4); -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; }
#to-top:hover { background-color: #025baa; }

#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: .35rem 0 .45rem !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; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: 8px 10px; 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: #025baa; font-weight: bold; color: #fff; border-color: #025baa; }
#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: 4px; width: 40px; height: 32px; line-height: 32px; vertical-align: bottom; }

@media screen and (max-width: 1300px) { .pad-btn .line { display: none; }
  .more span { background-size: 18px; } }
@media screen and (max-width: 1024px) { .container { width: 90%; }
  .header { position: relative; z-index: 102; display: flex; justify-content: space-between; align-items: center; background: #025baa; padding-top: 10px; padding-bottom: 10px; padding-right: 0; }
  .header .right-box { display: flex; align-items: center; margin: 0; min-width: auto; max-width: none; width: auto; }
  .header::after { display: none; }
  .logo { width: auto; min-width: auto; height: 50px; padding: 0 .12rem 0 0; margin: 0 !important; display: flex; align-items: center; }
  .logo img { max-height: 50px; }
  .banner { margin: 0 !important; }
  .banner .img { height: 0; padding: 40% 0 0; }
  .banner .img .text h3 { padding: 0 4%; font-size: .24rem; line-height: 1rem; text-align: center; }
  .banner .pagination { display: none; }
  .nav { visibility: hidden; position: fixed; top: 70px; right: 100%; bottom: 0; left: auto; z-index: 100; width: 100%; height: calc(100vh - 70px); margin: 0; padding: .28rem 0; background-image: url(../images/s_bg3.jpg); background-repeat: no-repeat; background-position: 50% 100%; 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; }
  .nav ul { flex-direction: column; justify-content: flex-start; width: 90%; height: 100%; margin: 0 auto; padding: .1rem .22rem; background: #fff; overflow-x: hidden; border-radius: 10px; box-sizing: border-box; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1); }
.title { font-size: .18rem; }
  .nav li { width: 100%; margin: 0 !important; border-top: 1px dashed #fff; border-bottom: 1px dashed #c6d3e4; }
  .nav li:first-child { border-top: none; }
  .nav li:last-child { border: none; }
  .nav li a { font-size: 17px; line-height: .55rem; padding: 0 .1rem !important; text-align: left; font-weight: 400; color: #333; background: none !important; }
  .nav li a::after, .nav li a::before { display: none; }
  .nav li .lv2 { display: none; position: static; visibility: visible; opacity: 1; width: 100%; padding: 0 0 12px 30px; border: none; background: none; box-shadow: none; }
  .nav li .lv2 a { color: #333 !important; line-height: .4rem; }
  .nav li .lv2 .tri { display: none; }
  .nav li:hover .lv2 { display: none; animation: none; box-shadow: none; transition: none; }
  .nav .down-icon { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .55rem; height: .55rem; background-image: url(../images/down1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; -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 .down-icon.close { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  .nav.show { visibility: visible; right: 0; }
  .pad-btn { display: flex; align-items: center; margin-left: 7px; }
  .pad-btn .search-btn { width: 40px; height: 40px; background-color: rgba(255, 255, 255, 0.15); border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.6); }
  .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: 69px solid #df7407; border-bottom: 0px solid transparent; border-right: 67px solid #df7407; border-left: 12px solid transparent; }
  .search { visibility: hidden; opacity: 0; position: fixed; top: 40%; right: auto; bottom: auto; left: 20%; z-index: 200; width: 60%; padding: 15px !important; margin: 0; border-radius: 2px; background: #fff; -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -ms-transform: scale(0.7); -o-transform: scale(0.7); transform: scale(0.7); -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; }
  .search form { font-size: 0; white-space: nowrap; }
  .search .input { width: calc(100% - 45px) !important; height: 45px; padding: 0 8px !important; line-height: 45px; color: #333; border: 1px solid #eee; }
  .search .input::placeholder { color: #888; }
  .search .submit { width: 45px; height: 45px; background-image: url(../images/search2.png); background-position: 60% 50%; }
  .search.show { border: none; border-radius: 0; visibility: visible; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
  .column { margin: .2rem 0; }
  .column h3 { font-size: .3rem; }
.index-picture .container { max-height: none; }
  .news-swiper1 { width: 100%; margin: 0 0 .2rem; }
  .news-swiper1 .img-scale { height: 0; padding: 66.66% 0 0; }
  .news-swiper2, .news-swiper3 { width: 90%; margin: 0 auto; }
  .index-news .list1 { width: 100%; }
  .index-study .column h3 { font-size: .22rem; }
  .index-study .column h3.active { font-size: .26rem; }
  .index-study .column .more { display: none !important; }
  .index-study .column .slide-menu > span { margin: 0; }
  .index-study .slide-menu { display: flex; justify-content: space-between; }
  .index-study .slide-item .more { display: block; width: 1.6rem; margin: .2rem auto 0; line-height: .4rem; color: #fff; background: #025baa; border-radius: 4px; }
  .index-study .slide-item .more span { padding: 0; text-align: center; }
  .index-notice .arrow.swiper-prev, .index-picture .arrow.swiper-prev { left: -.1rem; }
  .index-notice .arrow.swiper-next, .index-picture .arrow.swiper-next { right: -.1rem; }
  .index-link { padding: .3rem 0 .1rem; }
  .index-link .links > li { width: 33.33%; }
  .footer .container { flex-wrap: wrap; }
  .foot-link { width: 100%; margin: 0 0 .14rem; }
  .foot-link a { width: auto; margin: 0 .16rem 0 0; }
  #to-top { display: none !important; }
  .pic-list2 .title { margin-top: 0; }
  .pic-list2 .info { margin-bottom: .1rem; }
  .decoration { height: 0; padding: 30% 0 0; }
  .index-main { border: none; }
  .index-main .inset { padding: 0; box-shadow: none; }
  .sidebar { width: 100%; min-width: 100%; margin: .22rem 0 0; border-radius: 4px; overflow: hidden; box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2); }
  .sidebar h3 { display: block; position: relative; padding: 0 .2rem; font-size: .21rem; line-height: .5rem; text-align: left; background: #025baa; border-width: 2px; }
  .sidebar h3 i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .5rem; height: .5rem; background-image: url(../images/down2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transition: all 0.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; }
  .sidebar h3.down i { -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); }
  .sidebar .lv2-nav { display: none; padding-bottom: .1rem; }
  .sidebar .lv2-nav li .lv3 { padding-top: 0; }
  .sidebar .lv2-nav li:last-child a { border: none; }
  .sidebar .lv2-nav a { text-align: left; font-size: .18rem; padding: 0 .4rem 0 .2rem; line-height: .45rem; }
  .sidebar .lv2-nav .down { height: .5rem; }
.sidebar .lv2-nav .lv3 { padding-left: 0 !important; }
  .main { width: 100%; max-width: 100%; margin-top: 0; } .index-main .inset .position { background: none; }
  .position { margin: 0 0 .08rem; border-bottom: 1px solid #eee; }
  .position h3 { font-size: .22rem; }
.teach-list  { margin-left: 0; margin-right: 0; } .sidebar .lv2-nav .lv3 a { padding-left: .5rem; }
.teach-list li { width: 100%; padding: 0; }
.article .title { font-size: .25rem !important; }
  .article .content { padding-left: 0; padding-right: 0; } }
@media screen and (max-width: 768px) { .column { text-align: left; }
  .column h3 { font-size: .22rem; }
  .column h3::after { margin: 0 !important; } .index-main .inset .article { padding: .25rem 0 .2rem; box-shadow: none; }
  .search { left: 10%; width: 80%; }
  .top-link { display: none; }
  .footer { padding: .15rem 0; }
  .footer .container { padding: .1rem 0 0; }
  .footer .copy { width: 100%; text-align: center; }
  .foot-link { text-align: center; }
  .foot-link h3 { text-align: center; }
  .QR-code { width: 100%; text-align: center; margin: .1rem 0 0; }
  .pic-list1 { margin: .3rem -.1rem 0; }
  .pic-list1 > li { width: 50%; padding: 0 .1rem; margin: 0 0 .3rem; }
  .pic-list2 li, .list2 li { width: 100%; }
  .index-study .column h3 { font-size: .18rem; }
  .index-study .column h3.active { font-size: .22rem; }
  .index-picture .slide-menu { text-align: left; }
  .position h3 { display: none; }
  .place { float: none; } }
@media screen and (max-width: 520px) { .logo { display: flex; align-items: center; height: 32px !important; }
  .logo img { max-width: 100%; height: auto !important; max-height: 42px; }
  .pad-btn::after { border-top-width: 58px; border-right-width: 52px; }
  .pad-btn .search-btn { width: 38px; height: 38px; }
  .pad-btn .nav-btn { width: 30px; 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: 58px; height: calc(100vh - 58px); }
.article .title { font-size: .21rem !important; }
  .column h3 { font-size: .22rem; }
  .index-study .column { height: auto; }
  .index-study .column h3 { width: 33.33%; text-align: center; font-size: .16rem; line-height: .5rem; }
  .index-study .column h3.active { font-size: .18rem; }
  .index-study .column h3::after { width: 50%; }
  .index-study .slide-menu { flex-wrap: wrap; }
 .column { margin: .1rem 0; }
  .index-study .slide-menu span { display: none !important; }
  .pic-list1 { margin: .2rem 0 0; }
  .pic-list1 > li { width: 100%; padding: 0; margin: 0 0 .25rem; }
  .pic-list2 li { flex-wrap: wrap; }
  .pic-list2 .img-frame { width: 100%; height: 0; padding: 66% 0 0; }
  .pic-list2 .text { width: 100%; max-width: 100%; margin: .16rem 0 0; }
  .index-link .links > li { width: 50%; }
  .index-link .links .icon { background-size: 68%; }
.teach-list li { margin: .3rem 0 0; text-align: center; }
.teach-list li .info.xb { text-align: center; }
.teach-list li .text { width: 100%; margin-top: .12rem; padding-left: 0; }
  .index-notice .arrow, .index-picture .arrow { background-size: 14px; } }