@charset "UTF-8";
/* 网站通用样式 */
@font-face { font-family: "SYST900"; src: url("../fonts/SourceHanSerifCN-Heavy.ttf") format("truetype"); }
@font-face { font-family: "syht400"; src: url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"); }
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; background: #f6f6f6; }
#loading img { width: .48rem; animation: load-ti 2s linear infinite; }
.pb_sys_style1 .p_no_d{border: 1px solid #005197!important;
    color: #fff;
    background-color: #005197!important;}
@keyframes load-ti { 0% { transform: rotate(0); }
  100% { transform: rotate(360deg); } }
html { width: 100%; min-width: 320px; font-size: 100px; overflow-x: hidden; }
html::-webkit-scrollbar { width: .07rem; }
html::-webkit-scrollbar-thumb { background: #0068b6; }
html::-webkit-scrollbar-track { border-radius: 0; background: rgba(0, 0, 0, 0.3); }

.overflow { height: 100vh; overflow: hidden !important; }

.container { width: 1600px; max-width: 88%; margin: 0 auto; font-size: .18rem; }

.title { font-size: 0.18rem; line-height: 0.3rem; color: #323232; }

.info { font-size: 0.14rem; line-height: 0.24rem; color: #8a8a8a; text-align: justify; }

.date { font-size: 0.2rem; line-height: 0.28rem; color: #0068b6; }

.date1 { font-size: 0.12rem; line-height: 0.17rem; color: #0068b6; text-align: center; }
.date1 p:first-child { font-size: .24rem; font-weight: 700; line-height: .3rem; }

/* 网站头部 */
.header { position: fixed; top: 0; right: 0; bottom: auto; left: auto; z-index: 1000; width: 100%; padding: .18rem 0 1rem; background: linear-gradient(180deg, #23b2e8, transparent); -moz-transition: padding 0.3s ease-out 0s; transition: padding 0.3s ease-out 0s; }
.header::before { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 100%; height: 0; background: #0068b6; -moz-transition: all 0.32s ease-out 0s; transition: all 0.32s ease-out 0s; }
.header .right-wrap { width: 9rem; max-width: calc(100% - 5.6rem); }
.header.scroll { padding: .08rem 0; background: none; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.header.scroll::before { height: 100%; box-shadow: 0 0 0.12rem 0 rgba(0, 0, 0, 0.6); }
.header.scroll .nav { margin: 0; }

.logo { -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.logo img { max-height: .66rem; }

.nav-btn { display: none; position: relative; z-index: 5; width: 30px; margin: 0 0 0 .16rem; vertical-align: middle; cursor: pointer; }
.nav-btn i { display: block; height: 1px; margin: 8px 0; background: #fff; -moz-transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s; transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s; }
.nav-btn i:nth-child(2) { width: 75%; }
.nav-btn.close i:nth-child(1) { -moz-transform: translate(0px, 9px) rotate(45deg); transform: translate(0px, 9px) rotate(45deg); }
.nav-btn.close i:nth-child(2) { opacity: 0; }
.nav-btn.close i:nth-child(3) { -moz-transform: translate(0px, -9px) rotate(-45deg); transform: translate(0px, -9px) rotate(-45deg); }

.nav { position: relative; z-index: 100; width: 100%; margin: .05rem 0 0; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.nav li { position: relative; }
.nav li a { position: relative; display: block; font-family: "syht400"; font-size: 0.21rem; line-height: 0.5rem; color: #fff; text-align: center; }
.nav li > a { -moz-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.nav li > a::before { position: absolute; top: auto; right: auto; bottom: -2px; left: 50%; z-index: 1; content: ""; width: 0%; height: 2px; background: #fff; border-radius: 2px; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.nav li:hover > a::before { left: 0; width: 100%; }
.nav li:hover .sub-nav { visibility: visible; opacity: 1; -moz-transform: rotateX(0); transform: rotateX(0); }
.nav .sub-nav { position: absolute; top: 100%; right: auto; bottom: auto; left: calc(50% - .8rem); z-index: 1; width: 1.6rem; padding: .07rem 0; background: #0068b6; opacity: 0; visibility: hidden; box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2); background: white; border-radius: 4px; border-top: .03rem solid #23b2e8; -moz-transition: all 0.42s ease-out 0s; transition: all 0.42s ease-out 0s; -moz-transform: rotateX(90deg); transform: rotateX(90deg); transform-origin: 50% 0%; }
.nav .sub-nav dd { position: relative; padding: 0 .12rem; }
.nav .sub-nav dd::before { position: absolute; top: 0; right: 0.12rem; bottom: auto; left: auto; z-index: 1; width: calc(100% - .24rem); height: 100%; content: ""; background: #0068b6; opacity: 0; -moz-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; }
.nav .sub-nav dd:last-child a { border: none; }
.nav .sub-nav dd:hover::before { right: 0; width: 100%; opacity: 1; }
.nav .sub-nav dd:hover a { color: #fff; border-color: transparent; }
.nav .sub-nav a { z-index: 2; width: 100%; padding: .1rem 0; font-size: .15rem; line-height: .22rem; color: #333; border-bottom: 1px dashed #eee; -moz-transition: all 0.15s ease-out 0s; transition: all 0.15s ease-out 0s; }
.nav .sub-nav .tri { position: absolute; top: auto; right: auto; bottom: 100%; left: 0%; z-index: 1; width: 100%; height: 11px; padding: 0; overflow: hidden; }
.nav .sub-nav .tri::before { display: none; }
.nav .sub-nav .tri::after { display: block; content: ""; box-sizing: border-box; width: 14px; height: 14px; margin: 0 auto; background: #23b2e8; -moz-transform: translate(0px, 3px) rotate(45deg); transform: translate(0px, 3px) rotate(45deg); box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }

.pc-search { width: .64rem; margin: 0 0 0 .24rem; border-radius: .2rem; border: 1px solid transparent; background: transparent; overflow: hidden; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.pc-search form, .pc-search .form { display: flex !important; }
.pc-search .input { width: calc(100% - .4rem); height: .38rem; padding: 0 .1rem 0 .14rem; vertical-align: top; font-size: 0.14rem; line-height: 0.38rem; color: #fff; }
.pc-search .submit { width: .4rem; height: .38rem; background-image: url("../images/search.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.2rem; }
.pc-search:hover { width: 2.4rem; border-color: rgba(255, 255, 255, 0.8); background: rgba(255, 255, 255, 0.1); }

.mobile-box { display: none; position: fixed; top: 65px; right: auto; bottom: auto; left: -100%; z-index: 1; width: 100%; height: calc(100vh - 65px); padding: .15rem 4% .3rem; -moz-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; opacity: 0; visibility: hidden; background: #f7fbfe; }
.mobile-box .nav { width: 100%; height: calc(100% - 1.2rem); padding: 0 0 .2rem; border: none; }
.mobile-box .nav ul { display: block; max-width: 100%; height: 100%; overflow-y: auto; }
.mobile-box .nav li { position: relative; width: 100%; border-bottom: 1px solid #ddd; border-top: 1px solid #fff; }
.mobile-box .nav li:first-child { border-top: none; }
.mobile-box .nav li:last-child { border-bottom: none; }
.mobile-box .nav li a { color: #333; font-weight: 500; padding: 0 .1rem; line-height: .52rem; text-align: left; }
.mobile-box .nav li a::after { display: none; }
.mobile-box .nav li .icon { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .52rem; height: .52rem; background-image: url(../images/arrow2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 7px; cursor: pointer; -moz-transform: rotate(180deg); transform: rotate(180deg); -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.mobile-box .nav li .icon.close { -moz-transform: rotate(270deg); transform: rotate(270deg); }
.mobile-box .nav li > a { font-size: .19rem; }
.mobile-box .nav li > a::before { display: none; }
.mobile-box .nav .sub-nav { display: none; position: static; width: 100%; padding: 0 0 12px 20px; background: none; box-shadow: none; border: none; visibility: visible; transition: none !important; opacity: 1 !important; transform: none !important; }
.mobile-box .nav .sub-nav dd::before { display: none; }
.mobile-box .nav .sub-nav .tri { display: none; }
.mobile-box .nav .sub-nav a { font-size: .16rem; line-height: .34rem; color: #494949 !important; border-bottom: none; }
.mobile-box .nav .sub-nav::before { display: none; }
.mobile-box .mobile-search { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 0 0 0 1px; margin: .1rem auto .15rem; overflow: hidden; }
.mobile-box .mobile-search .form { display: flex; width: 100%; overflow: hidden; border: 1px solid #0068b6; border-radius: 3px; }
.mobile-box .mobile-search .input { width: calc(100% - .6rem); height: .46rem; padding: 0 .1rem 0 .2rem; vertical-align: top; font-size: 0.17rem; line-height: 0.46rem; color: #333; background: #fff; overflow: hidden; }
.mobile-box .mobile-search .submit { width: .6rem; height: .46rem; vertical-align: top; background-image: url("../images/search.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #0068b6; background-size: 0.17rem; }
.mobile-box .top-link { flex-wrap: wrap; justify-content: center; }
.mobile-box .top-link a { color: #0068b6; margin: 0 .1rem; }
.mobile-box .top-link span { display: none; }
.mobile-box .top-link::after { display: none; }
.mobile-box.show { left: 0px; opacity: 1; visibility: visible; }

/* 网站底部 */
.footer { padding: 1rem 0 .1rem; background-image: url("../images/foot_bg2.png"); background-repeat: no-repeat; background-position: 50% 0; background-color: transparent; background-size: cover; }

.foot-contact { font-size: 0.16rem; line-height: 0.4rem; color: #fff; }
.foot-contact p { padding: 0 0 0 .26rem; background-image: url("../images/f_icon3_1.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.foot-contact p:nth-of-type(2) { background-image: url("../images/f_icon3_2.png"); }
.foot-contact p:nth-of-type(3) { background-image: url("../images/f_icon3_3.png"); }
.foot-contact p:nth-of-type(4) { background-image: url("../images/f_icon3_4.png"); }
.foot-contact a { color: #fff; }

.foot-img img { max-height: 1.4rem; }

.ewm li { padding: 0 .3rem 0 .2rem; border-left: 1px solid rgba(255, 255, 255, 0.8); text-align: center; }
.ewm li:first-child { border: none; }
.ewm img { max-width: .94rem; }
.ewm p { margin: .18rem 0 0; font-size: 0.14rem; line-height: 0.22rem; color: #fff; text-align: center; }

.copy { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: center; width: 100%; margin: .45rem 0 0; font-size: 0.14rem; line-height: 0.3rem; color: #fff; text-align: center; }
.copy p { margin: 0 .15rem; }
.copy a { color: #fff; }

/* 首页轮播图 */
.banner { width: 100%; z-index: 1; font-size: 0; background: #0068b6; }
.banner::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 2; content: ""; width: 100%; height: 15%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), transparent); }
.banner .img { position: relative; display: block; width: 100%; height: 100vh; overflow: hidden; }
.banner .img .slide-inner { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.banner .img img { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; -moz-transform: scale(1.08); transform: scale(1.08); -moz-transition: transform 1s ease-out 0s; transition: transform 1s ease-out 0s; }
.banner .img video { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 2; width: 100%; height: 100%; object-fit: cover; }
.banner .swiper-slide-active img { -moz-transition: transform 6.4s ease-out 1s; transition: transform 6.4s ease-out 1s; -moz-transform: scale(1); transform: scale(1); }
.banner .pagination { position: absolute; top: auto; right: auto; bottom: 0.4rem; left: 0%; z-index: 3; width: 100%; text-align: center; }
.banner .pagination .swiper-pagination-bullet { position: relative; width: .3rem; height: 5px; margin: 0 .12rem; background: none; border: 1px solid #fff; border-radius: 3px; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.banner .pagination .swiper-pagination-bullet::after { position: absolute; top: -0.56rem; right: -0.14rem; bottom: auto; left: auto; z-index: 1; content: ""; width: 1.62rem; height: .55rem; background-image: url("../images/f_icon1.png"); background-repeat: no-repeat; background-position: 50% 0; background-color: transparent; background-size: 100%; opacity: 0; visibility: hidden; -moz-transform: translateX(-0.08rem) rotate(-45deg); transform: translateX(-0.08rem) rotate(-45deg); transform-origin: 80% 10%; }
.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { border-color: #23b2e8; background: #23b2e8; }
.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after { height: 1rem; visibility: visible; opacity: 1; -moz-transform: translateX(0) rotate(0); transform: translateX(0) rotate(0); -moz-transition: all 1s ease-out 0s; transition: all 1s ease-out 0s; }

/* 首页样式 */
.column { position: relative; width: calc(100% - .1rem); margin: .6rem 0 .46rem; border-bottom: 1px solid #008bd5; }
.column h3 { position: relative; z-index: 1; display: -ms-flexbox; display: flex; align-items: flex-end; }
.column .cn { font-family: "SYST900"; font-size: 0.42rem; line-height: 0.65rem; color: #333; letter-spacing: 2px; }
.column .en { margin: 0 0 0 .18rem; font-family: 'Times New Roman'; font-size: 0.16rem; font-weight: 400; line-height: 0.36rem; color: #008bd5; }
.column .dot { position: absolute; top: auto; right: auto; bottom: -0.08rem; left: 100%; z-index: 1; padding: .04rem; border: 1px solid #b0dbf2; border-radius: 50%; }
.column .dot::after { display: block; content: ""; box-sizing: border-box; width: .05rem; height: .05rem; background: #008bd5; border-radius: 50%; }

.home1 { padding: 1px 0 1.27rem; background-image: url("../images/index_bg1.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.home1 .l-box { width: 70.3125%; }
.home1 .r-box { width: 23.75%; }

.news-swiper { width: 59%; margin: 0; }
.news-swiper .img-zoom { padding: 4.5rem 0 0; }

.news-list1 { position: relative; z-index: 2; width: 39%; }
.news-list1 li { border-bottom: 1px solid #cddbe6; }
.news-list1 a { position: relative; z-index: 1; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; padding: .15rem .1rem .14rem 0; }
.news-list1 .date1 { text-align: right; color: #005197; }
.news-list1 .title { width: calc(100% - .62rem); }
.news-list1 .bg { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; width: calc(100% + .5rem); height: calc(100% + 1px); opacity: 0; background: #0068b6; -moz-transform: translateX(0.15rem); transform: translateX(0.15rem); -moz-transition: all 0.45s ease-out 0s; transition: all 0.45s ease-out 0s; }
.news-list1 .bg::after { display: block; content: ""; box-sizing: border-box; width: 100%; height: 100%; background: #0068b6; -moz-transform: skewX(-18deg); transform: skewX(-18deg); transform-origin: 0% 0%; }
.news-list1 .on .bg { background: #0068b6; opacity: 1; -moz-transform: translateX(0); transform: translateX(0); }
.news-list1 .on .title, .news-list1 .on .date1 { color: #fff; }
.news-list1 .on .title { font-weight: 700; }

.news-list2 li { border-bottom: 1px dashed #cddbe6; }
.news-list2 li:first-child a { padding-top: 0; }
.news-list2 a { position: relative; z-index: 1; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; padding: .16rem 0; }
.news-list2 .title { width: calc(100% - .7rem); }

.home2 { position: relative; z-index: 1; background-image: url("../images/index_bg2.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.home2 > .container { position: relative; z-index: 1; padding: 1.3rem 0 0; }
.home2 .bg1 { position: absolute; top: -1.18rem; right: auto; bottom: auto; left: 0; z-index: -1; width: 5.2rem; height: 4.05rem; background-image: url("../images/f_icon2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }
.home2 .bg2 { position: absolute; top: 1.2rem; right: 0; bottom: auto; left: auto; z-index: -1; width: 12.1rem; height: 5.1rem; background-image: url("../images/f_icon4.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }
.home2 .footer { background-image: url("../images/foot_bg1.png"); }

.pic-list { position: relative; height: 8.12rem; }
.pic-list li { position: absolute; z-index: 1; }
.pic-list li.l1 { top: 0; left: 28.625%; }
.pic-list li.l1 .txt { max-height: 1.5rem; display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }
.pic-list li.l2 { top: 0; left: 55%; }
.pic-list li.l2 .txt { max-height: 1.2rem; display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }
.pic-list li.l3 { top: 27.586%; right: .3rem; }
.pic-list li.l3 .txt { max-height: .9rem; display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.pic-list li.l4 { top: 51.23%; left: 41.5625%; }
.pic-list li.l4 .txt { max-height: 1.5rem; display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }
.pic-list li.l5 { bottom: 0; left: 78.125%; }
.pic-list li.l5 .txt { max-height: .9rem; display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.pic-list li.l6 { top: 27.7%; left: 1.125%; }
.pic-list li.l6 .txt { max-height: .9rem; display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.pic-list li.l7 { bottom: 0; left: 6.25%; }
.pic-list li.l7 .txt { max-height: .9rem; display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.pic-list .img { position: relative; z-index: 1; padding: .2rem; border-radius: 50%; background: rgba(255, 255, 255, 0.3); cursor: pointer; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.pic-list .img img { width: 2.11rem; height: 2.11rem; border-radius: 50%; object-fit: cover; }
.pic-list .img::after, .pic-list .img::before { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 100%; height: 100%; border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 50%; visibility: hidden; }
.pic-list .title { position: absolute; top: 50%; right: auto; bottom: auto; left: calc(100% + .08rem); z-index: 1; font-family: "楷体"; font-size: 0.3rem; line-height: 0.3rem; color: #fff; writing-mode: vertical-rl; writing-mode: tb-rl; -moz-transform: translateY(-50%); transform: translateY(-50%); white-space: nowrap; }
.pic-list .txt { position: absolute; top: 100%; right: -0.22rem; bottom: auto; left: auto; z-index: 2; width: 3.5rem; font-size: 0.14rem; line-height: 0.3rem; color: #fff; text-align: right; text-shadow: 0 0.05rem 0.1rem rgba(0, 68, 126, 0.54); opacity: 0; -moz-transform: translateY(0.2rem); transform: translateY(0.2rem); visibility: hidden; -moz-transition: all 0.42s ease-out 0s; transition: all 0.42s ease-out 0s; }

/* 内页样式 */
.decorate { position: relative; padding: 4.2rem 0 0; }
.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: 1; padding: 0 0 .4rem; }

.sidebar { position: relative; z-index: 3; width: 3rem; margin: .4rem 0 .6rem; }
.sidebar h3 { display: -ms-flexbox; display: flex; justify-content: center; align-items: center; font-family: "SYST900"; height: 1.2rem; padding: 0 .2rem; font-size: 0.3rem; line-height: 0.4rem; color: #fff; text-align: center; letter-spacing: 2px; background: #005197; border-radius: .1rem .36rem 0 0; }
.sidebar h3 .cn::after { display: block; content: ""; box-sizing: border-box; width: .24rem; height: 2px; margin: .12rem auto 0; background: #fff; }
.sidebar .sub-nav { position: relative; z-index: 2; padding: 0 .2rem .28rem; background: #fff; border-radius: 0 0 .1rem .1rem; box-shadow: 0 3px 0.35rem 0 rgba(0, 0, 0, 0.06); }
.sidebar .sub-nav li { position: relative; z-index: 1; border-bottom: 1px solid #e7e7e7; }
.sidebar .sub-nav li:last-child { border: none; }
.sidebar .sub-nav li::before { position: absolute; top: 0; right: auto; bottom: auto; left: -0.2rem; z-index: 1; content: ""; width: .04rem; height: 0; background: #23b2e8; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.sidebar .sub-nav li.cur::before { height: 100%; }
.sidebar .sub-nav li.cur > a { color: #0068b6 !important; font-weight: 700; }
.sidebar .sub-nav li.cur .lv3 { display: block; }
.sidebar .sub-nav li.cur .down { opacity: 1; color: #0068b6; }
.sidebar .sub-nav li:hover > a { color: #0068b6; font-weight: 700; }
.sidebar .sub-nav li:hover .down { opacity: 1; color: #0068b6; }
.sidebar .sub-nav a { position: relative; display: -ms-flexbox; display: flex; align-items: center; padding: .2rem .4rem .2rem 0; font-size: 0.2rem; line-height: 0.28rem; color: #333; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.sidebar .sub-nav a p { position: relative; }
.sidebar .sub-nav a p::after { position: absolute; top: auto; right: auto; bottom: -0.03rem; left: 0; z-index: 1; width: 0; max-width: .9rem; height: .15rem; border-radius: .1rem 0 .1rem 0; background: #54a4e2; content: ""; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; opacity: 0; }
.sidebar .sub-nav a span { position: relative; z-index: 2; }
.sidebar .sub-nav .down { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .3rem; font-family: cursive; font-style: initial; font-size: 0.16rem; font-weight: 700; line-height: 0.68rem; color: #595959; text-align: center; cursor: pointer; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.sidebar .sub-nav .down.has { z-index: 3; }
.sidebar .sub-nav .down.close { -moz-transform: rotate(90deg); transform: rotate(90deg); color: #0068b6; }
.sidebar .sub-nav .lv3 { display: none; margin: -.1rem 0 0; padding: 0 0 .15rem 0; }
.sidebar .sub-nav .lv3 a { height: auto; padding: .08rem 0 .08rem .2rem; font-size: .16rem; line-height: .22rem; }
.sidebar .sub-nav .lv3 a::before { display: inline-block; content: ""; width: 5px; height: 5px; margin-right: .08rem; background: #23b2e8; border-radius: 50%; }
.sidebar .sub-nav .lv3 a:hover { color: #0068b6; }
.sidebar .sub-nav .lv3 a:hover::before { background: #0068b6; }
.sidebar .sub-nav .lv3 a.cur { color: #0068b6; font-weight: 700; }
.sidebar .sub-nav .lv3 a.cur::before { background: #0068b6; }

.main { position: relative; z-index: 4; width: calc(100% - 3.7rem); min-height: 4rem; margin: .28rem 0 0; }

.position { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; padding: 0 0 5px; border-bottom: 2px solid #23b2e8; }
.position h3 { position: relative; white-space: nowrap; font-size: 0.24rem; line-height: 0.52rem; color: #333; }

.place { font-size: 0.16rem; line-height: 0.52rem; color: #777; padding: 0 0 0 .3rem; background-image: url(../images/place.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.23rem; }
.place a { position: relative; display: inline-block; color: #777; }
.place a::after { position: absolute; top: auto; right: 0; bottom: 0.1rem; left: auto; z-index: 1; content: ""; width: 0; height: 1px; background: #0068b6; -moz-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; }
.place a:last-child { color: #0068b6; }
.place a:hover { color: #0068b6; }
.place a:hover::after { right: auto; left: 0; width: 100%; }

.list1 { margin: .1rem 4% 0; }
.list1 li:last-child { margin: 0; }
.list1 a { position: relative; z-index: 1; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; padding: .4rem 0 .25rem; border-bottom: 1px solid #cddbe6; }
.list1 .date1 { text-align: right; color: #005197; }
.list1 .text { width: calc(100% - .75rem); padding: 0 0 0 .04rem; }
.list1 .info { margin: .08rem 0 0; max-height: .72rem; }

.list2 { margin: .1rem 4% 0; }
.list2 li { margin: 0 0 .15rem; }
.list2 li:last-child { margin: 0; }
.list2 a { position: relative; z-index: 1; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; padding: .25rem .25rem .25rem .35rem; border-bottom: 1px solid #cddbe6; }
.list2 .img-frame { width: 1.67rem; padding: 1.1rem 0 0; }
.list2 .date1 { text-align: left; color: #005197; }
.list2 .text { width: calc(100% - 2.62rem); padding: 0 0 0 .04rem; }
.list2 .info { margin: .08rem 0 0; max-height: .72rem; }

.list3 { margin: .2rem 0 0; }
.list3 .date { width: 1.1rem; line-height: .26rem; color: #b58023; font-size: .14rem; background: #faf7f2; border: 1px solid #e9d9bd; border-radius: .2rem; text-align: center; }
.list3 .title { width: calc(100% - 1.3rem); line-height: .7rem; border-bottom: 1px solid #e7e7e7; }

.picture3 { font-size: 0; margin: 0 -0.1rem; }
.picture3 > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.1rem; }
.picture3 .img-zoom { margin: .3rem 0 0; padding: .1rem; border-radius: .05rem; overflow: visible; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.picture3 .img-frame { padding: 65% 0 0; }
.picture3 .text { padding: .15rem 0 .05rem; }

.teach-column { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; margin: .2rem 0 0; border-bottom: 1px solid #ddd; }
.teach-column h5 { margin: 0 0 -1px; font-size: 0.22rem; font-weight: 700; line-height: 0.5rem; color: #333; border-bottom: 3px solid #0068b6; }
.teach-column .more { padding: 0; font-size: .16rem; line-height: .5rem; background: none; }

.teach-list { font-size: 0; margin: 0 -0.2rem; margin-bottom: .3rem; }
.teach-list > li { display: inline-block; vertical-align: top; width: 20%; padding: 0 0.2rem; }
.teach-list li { margin: .44rem 0 0; }
.teach-list .img-zoom { z-index: 1; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; padding: .1rem .1rem 0; border-radius: .05rem; background: #FFFFFF; box-shadow: 0px 4px 0.15rem 0px rgba(14, 65, 150, 0.1); }
.teach-list .img-zoom::before { position: absolute; top: auto; right: auto; bottom: 0; left: 0%; z-index: 1; content: ""; width: 100%; height: 2px; background: #0068b6; }
.teach-list .img-frame { background: #fff; }
.teach-list .img-frame .img { padding: 120% 0 0; background-position-y: 10%; }
.teach-list .title { line-height: .6rem; text-align: center; }

.leader-list li { width: 48%; margin: .45rem 0 0; }
.leader-list .img-zoom { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; padding: .2rem .4rem .14rem .22rem; background: #f6f6f6; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.leader-list .img-zoom::after { position: absolute; content: ""; bottom: 0; left: .11rem; z-index: 1; width: 1.97rem; height: 2.97rem; background: #23b2e8; }
.leader-list .img-zoom:hover { box-shadow: 0 0 0.22rem 0 rgba(0, 0, 0, 0.15); }
.leader-list .img-zoom:hover .text .p2 { color: #005197; }
.leader-list .img-frame { z-index: 2; width: 2.1rem; padding: 3.1rem 0 0; }
.leader-list .text { width: calc(100% - 2.6rem); padding: .1rem 0 0; font-size: 0.14rem; line-height: 0.24rem; color: #333; text-align: justify; }
.leader-list .text .p1 { position: relative; font-size: .16rem; font-weight: 500; line-height: .36rem; border-bottom: 1px solid #b5b5b5; }
.leader-list .text .p1::before { position: absolute; top: 0.11rem; right: auto; bottom: auto; left: -0.15rem; z-index: 1; content: ""; width: 3px; height: .14rem; background: #23b2e8; }
.leader-list .text .p2 { font-family: "楷体"; font-size: .24rem; line-height: .62rem; border-bottom: 1px solid #b5b5b5; }
.leader-list .text .p3 { margin: .2rem 0 .3rem; max-height: .96rem; }

.article { padding: .4rem 0 .2rem; }
.article .title { font-size: 0.28rem; font-weight: 800; line-height: 140%; color: #333; text-align: center; }
.article .sub-title1 { margin: 0 0 .08rem; font-size: 0.17rem; line-height: 0.32rem; color: #000; text-align: center; }
.article .sub-title2 { margin: .08rem 0 0; font-size: 0.17rem; line-height: 0.32rem; color: #666; text-align: center; }
.article .sub { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: center; margin: .25rem 0 .1rem; padding: .13rem 0; font-size: 0.17rem; line-height: 0.24rem; color: #666; text-align: center; background: #f8f8f8; }
.article .sub > span { margin: 0 .12rem; background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.article .sub > span span { margin: 0; }
.article .sub .time { padding: 0 0 0 .24rem; background-image: url("../images/f_icon5_1.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.17rem; }
.article .sub .view { padding: 0 0 0 .26rem; background-image: url("../images/f_icon5_2.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.21rem; }
.article .sub .laiyuan { padding: 0 0 0 .26rem; background-image: url("../images/ly20.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.21rem; }
.article .content { padding: .3rem 0 .2rem; font-size: 0.18rem; line-height: 200%; color: #333; text-align: justify; }
.article .content * { font-family: "PingFang-Regular" !important; line-height: 200% !important; }
.article .content p { text-indent: 2em; word-break: break-all; margin: 0 0 .1rem;font-size:16px!important;line-height:30px!important; }
.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: 0 auto .2rem; }
.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: 0 auto .2rem; }
.article .cont-page { position: relative; padding: .3rem 90px .28rem .1rem; border-top: 2px solid #0068b6; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 0.17rem; line-height: 0.28rem; color: #666; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.article .cont-page a span { position: relative; }
.article .cont-page a span::after { position: absolute; top: auto; right: auto; bottom: -2px; left: 0; z-index: 1; width: 0; height: 1px; background: #0068b6; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; content: ""; }
.article .cont-page a:hover { text-decoration: none; color: #0068b6; font-weight: 700; }
.article .cont-page a:hover span::after { width: 100%; }
.article .return-list { position: absolute; top: 50%; right: 0; bottom: auto; left: auto; z-index: 1; text-align: center !important; -moz-transform: translateY(-50%); transform: translateY(-50%); }
.article .return-list p { -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; font-size: 0.17rem; line-height: 200%; color: #0068b6; text-align: center; }
.article .return-list:hover p { font-weight: 700; }
.article ul a, .article a { color: #2196f3; }
.article ul a:hover, .article a:hover { text-decoration: underline; }
.article .table-box { overflow-x: auto; }

.article .share { display: flex; justify-content: flex-end; align-items: center; padding: .1rem 0 .3rem; -webkit-transition: top 0.01s linear 0s; -moz-transition: top 0.01s linear 0s; -ms-transition: top 0.01s linear 0s; -o-transition: top 0.01s linear 0s; transition: top 0.01s linear 0s; }

.article .share p { margin: 0 0 0; text-indent: 0; font-size: 0.16rem; font-weight: 500; line-height: 0.2rem; color: #999; text-align: center; }

.article .share .share-icon { display: flex; justify-content: center; }

.article .share .share-icon .s-icon { width: .45rem; height: .45rem; margin: 0 .07rem; background-repeat: no-repeat; background-position: 50% 50%; background-color: #fff; background-size: 60%; border-radius: 50%; cursor: pointer; transition: all .3s; -ms-transition: all .3s; border: 1px solid #eee; }

.article .share .share-icon .s-icon:hover { box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.15); }

.article .share .share-icon .s-icon.sina { background-image: url(); }

.article .share .share-icon .s-icon.wechat { position: relative; background-image: url(); }

.article .share .share-icon .s-icon.qq { background-image: url(); }

.article .share .share-icon .s-icon.qzone { background-image: url(); }

.article .share .qrid_zz { position: absolute; bottom: 120%; right: 0; left: 50%; z-index: 1000; display: none; width: 1.5rem; height: auto; padding: .14rem .14rem .06rem; background: #fff; border-radius: 5px; transform: translateX(-50%); -ms-transform: translateX(-50%); box-shadow: 0 0 0.14rem 0 rgba(0, 0, 0, 0.2); }

.article .share .qrid_zz #qrid { width: 100%; height: 100%; }

.article .share .qrid_zz #qrid canvas { vertical-align: top; width: 100%; height: 100%; }

.article .share .qrid_zz p { font-size: .14rem; line-height: .3rem; color: #666; text-align: center; margin: 4px 0 0; }

/* 翻页样式 */
#list-page { margin: .4rem 0 .3rem !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: 9px 11px; color: #0068b6; border: 1px solid #aaa; border-radius: 4px; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #0068b6; font-weight: bold; color: #fff; border-color: #0068b6; }
#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; }

.to-top-part { position: fixed; top: auto; right: 0.2rem; bottom: 23%; left: auto; z-index: 1; overflow: hidden; padding: .08rem; visibility: hidden; }
.to-top-part #to-top { display: block; width: .46rem; height: .46rem; border-radius: 4px; background-image: url("../images/toTop.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #4285cc; background-size: 0.24rem; cursor: pointer; box-shadow: 0 0 0.06rem 0 rgba(0, 0, 0, 0.3); -moz-transform: translateY(120%); transform: translateY(120%); -moz-transition: all 0.45s ease-out 0s; transition: all 0.45s ease-out 0s; }
.to-top-part #to-top:hover { background-color: #0068b6; }
.to-top-part.show { visibility: visible; }
.to-top-part.show #to-top { -moz-transform: translateY(0); transform: translateY(0); }

@keyframes ani-zoom { 0% { opacity: 1; -moz-transform: scale(0.7); transform: scale(0.7); }
  100% { opacity: 0; -moz-transform: scale(1.6); transform: scale(1.6); } }
@media screen and (min-width: 1025px) { .news-list2 a { position: relative; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .news-list2 a::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; content: ""; width: 0; height: 1px; background: #0068b6; -moz-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
  .news-list2 a:hover { -moz-transform: translateX(0.05rem); transform: translateX(0.05rem); }
  .news-list2 a:hover .title { color: #0068b6; font-weight: 700; }
  .news-list2 a:hover::after { width: 100%; }
  .pic-list .title { -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .pic-list .title::after { display: inline-block; content: ""; width: 1px; height: 0; margin: .2rem 0 0; background: #fff; -moz-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
  .pic-list li:hover .title { margin: 0 0 0 .14rem; font-size: .36rem; }
  .pic-list li:hover .title::after { height: 1.2rem; }
  .pic-list li:hover .img { background: #fff; }
  .pic-list li:hover .img::before { visibility: visible; animation: ani-zoom 1.8s linear infinite; }
  .pic-list li:hover .img::after { visibility: visible; animation: ani-zoom 1.8s linear .9s infinite; }
  .pic-list li:hover .txt { opacity: 1; -moz-transform: translateY(0); transform: translateY(0); visibility: visible; }
  .pic-list li.l1:hover .title, .pic-list li.l2:hover .title { font-size: .46rem; }
  .pic-list li.l1:hover .title::after, .pic-list li.l2:hover .title::after { height: 1.8rem; }
  .list1 a { position: relative; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .list1 a::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; content: ""; width: 0; height: 1px; background: #0068b6; -moz-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
  .list1 a:hover { -moz-transform: translateX(0.05rem); transform: translateX(0.05rem); }
  .list1 a:hover .title { color: #005197; font-weight: 700; }
  .list1 a:hover::after { width: 100%; }
  .list2 .img-zoom { position: relative; z-index: 1; perspective: 1000px; overflow: visible; }
  .list2 .img-zoom::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 100%; height: 100%; background: #005197; -moz-transform: rotateX(20deg); transform: rotateX(20deg); transform-style: preserve-3d; opacity: 0; -moz-transition: all 0.45s ease-out 0s; transition: all 0.45s ease-out 0s; }
  .list2 .img-zoom:hover::after { opacity: 1; -moz-transform: rotateX(0); transform: rotateX(0); }
  .list2 .img-zoom:hover .date1, .list2 .img-zoom:hover .title { color: #fff; }
  .list2 .img-zoom:hover .title { font-weight: 700; }
  .list2 .img-zoom:hover .info { color: rgba(255, 255, 255, 0.8); }
  .list3 .date { -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .list3 a { position: relative; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .list3 a::after { position: absolute; top: auto; right: auto; bottom: 0; left: 1.3rem; z-index: 1; content: ""; width: 0; height: 1px; background: #0068b6; -moz-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
  .list3 a:hover { -moz-transform: translateX(0.05rem); transform: translateX(0.05rem); }
  .list3 a:hover .title { color: #005197; font-weight: 700; }
  .list3 a:hover::after { width: calc(100% - 1.3rem); }
  .list3 a:hover .date { color: #fff; background: #005197; border-color: #005197; }
  .picture2 a:hover { background: #0068b6; border-color: #0068b6; box-shadow: 6px 6px 0 0 #eeb553; }
  .picture2 a:hover::after { bottom: 0; opacity: 1; -moz-transition: bottom 0.4s ease-out 0s; transition: bottom 0.4s ease-out 0s; }
  .picture2 a:hover .title { font-family: "SYST700"; color: #fff; }
  .picture2 a:hover .date, .picture2 a:hover .info { color: #fff; }
  .picture3 .img-zoom:hover { border-color: #0068b6; background: #0068b6; }
  .picture3 .img-zoom:hover .title { color: #fff; font-family: "SYST700"; } }
@media screen and (max-width: 1024px) { html { font-size: 90px !important; }
  .mobile-show { display: block !important; }
  .container { max-width: 94%; }
  .header { padding: 10px 0 !important; box-shadow: 0 0 0.14rem 0 rgba(0, 0, 0, 0.3); background: #0068b6 !important; transition: none !important; }
  .header::before { display: none !important; }
  .header .container { flex-wrap: nowrap; }
  .header .right-wrap { width: auto; max-width: none; }
  .header .right-wrap .t-box, .header .right-wrap .nav { display: none; }
  .header.mobile-show { box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .nav-btn { display: block; }
  .logo { width: auto; min-width: auto; height: 45px; padding: 0 .12rem 0 0; margin: 0 !important; display: flex; align-items: center; }
  .logo img { max-height: 45px !important; }
  .mobile-box { display: block; }
  .to-top-part { display: none !important; }
  .banner { margin: 65px 0 0; }
  .banner .img { height: auto; padding: 51% 0 0; }
  .banner::after { display: none; }
  .banner .pagination { bottom: .2rem; }
  .title { font-size: .2rem; }
  .column { width: 100%; margin: .2rem 0 .2rem; }
  .column .cn { font-size: .34rem; }
  .column .dot { left: auto; right: -1px; bottom: -0.07rem; padding: 3px; background: #fff; }
  .column .dot::after { width: 4px; height: 4px; }
  .home1 { padding-bottom: .4rem; }
  .home1 .l-box { width: 100%; }
  .home1 .r-box { width: 100%; }
  .home2 { overflow: hidden; }
  .home2 .bg1 { display: none; }
  .home2 .bg2 { width: 63.03vw; height: 26.5625vw; opacity: .7; }
  .home2 > .container { padding: .5rem 0 0; }
  .pic-list { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: center; height: auto; }
  .pic-list li { position: static; width: 50%; margin: 0 0 .3rem; }
  .pic-list li > .flex-middle { justify-content: center; }
  .pic-list li.l3, .pic-list li.l4, .pic-list li.l5 { width: 33.33%; }
  .pic-list .img { padding: .12rem; }
  .pic-list .img img { width: 1.6rem; height: 1.6rem; }
  .pic-list .title { width: 100%; position: static; font-size: .26rem; writing-mode: horizontal-tb; white-space: initial; transform: none; text-align: center; }
  .pic-list .txt { display: none; }
  .copy p { margin: 0 5px; }
  .decorate { margin: 65px 0 0; padding: 32% 0 0; }
  .sidebar { width: 100%; margin: .15rem 0 0; padding: 0; border-radius: 3px; overflow: hidden; }
  .sidebar h3 { display: block; position: relative; font-size: .22rem; line-height: .5rem; padding: 0; height: auto; text-align: left; text-indent: .16rem; background: #005197; border-radius: 0; }
  .sidebar h3::after { display: none; }
  .sidebar h3 .cn::after { display: none; }
  .sidebar h3 i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; 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; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .sidebar h3.down i { -moz-transform: rotate(90deg); transform: rotate(90deg); }
  .sidebar h3 .return-sup { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; display: block; 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; -moz-transform: rotate(0deg); transform: rotate(0deg); }
  .sidebar .sub-nav { display: none; padding: .1rem .2rem .2rem; }
  .sidebar .sub-nav li .lv3 { margin: 0; padding-top: 0; }
  .sidebar .sub-nav a { height: .5rem; text-align: left; font-size: .18rem; line-height: .5rem; }
  .sidebar .sub-nav .down { top: 0; height: .45rem; }
  .main { width: 100%; padding: .26rem 0 0; margin: 0; box-shadow: none; background: none; }
  .main::before { display: none; }
  .position { margin: 0; }
  .position h3 { font-size: .21rem; }
  .teach-list > li { width: 33.333%; }
  .article { padding: .3rem 0 0 !important; }
  .list2 { margin: .1rem 0 0; }
  .leader-list li { width: 100%; } }
@media screen and (max-width: 768px) { .column .cn { font-size: .3rem; line-height: .5rem; }
  .news-swiper { width: 100%; }
  .news-swiper .img-zoom { padding: 60% 0 0; }
  .news-list1 { width: 100%; }
  .news-list1 li { display: none; }
  .news-list1 li.on { display: block; }
  .news-list1 a { padding: .15rem; }
  .news-list1 .bg { width: 100%; }
  .news-list1 .bg::after { display: none; }
  .home2 > .container { padding: .4rem 0 0; }
  .pic-list li { padding: 0 .1rem; margin: 0 0 .2rem; }
  .pic-list .img img { width: 1.4rem; height: 1.4rem; }
  .pic-list .title { font-size: .22rem; }
  .ewm { width: 100%; margin: .2rem 0; justify-content: center; }
  .ewm p { margin: .1rem 0 0; }
  .copy { margin: 0; }
  .position { padding: 0 0 5px; border-bottom: 1px solid #0068b6; }
  .position h3, .position .line { display: none; }
  .place { padding-top: .06rem; padding-bottom: .06rem; line-height: .22rem; white-space: initial; background-position-y: 5px; }
  .main { padding: .18rem 0 0; }
  .article { padding: .25rem 0 0 !important; }
  .article .title { font-size: .22rem; }
  .article .content { padding: .2rem 0 .1rem; }
  .article .content p { margin: 0 0 .2rem; }
  .article .cont-page { padding: .15rem 0 .35rem; }
  .cont-page { padding-right: .1rem; }
  .cont-page .return-list { display: block; position: static; -moz-transform: translateY(0); transform: translateY(0); }
  .cont-page .return-list p { font-weight: 700; }
  .teach-list { margin: 0 -7px; }
  .teach-list > li { padding: 0 7px; margin: .2rem 0 0; }
  .picture2 a { padding: .22rem .2rem; }
  .picture2 a::after { display: none; }
  .picture2 .img-frame { width: 2.1rem; }
  .picture2 .text { width: calc(100% - 2.1rem); padding-left: .2rem; }
  .picture3 { margin: 0 -.1rem; }
  .picture3 > li { width: 50%; padding: 0 .1rem; }
  .picture3 .img-zoom { margin: .2rem 0 0; }
  #list-page { margin: .3rem 0 0rem !important; }
  #list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: 7px 9px; }
  #list-page .p_goto input { width: 36px; height: 28px; line-height: 28px; }
  .list1 { margin: 6px 0 0; }
  .list1 li { margin: 0; }
  .list1 a { padding: .15rem 0; background: none; }
  .list1 .text { width: calc(100% - .7rem); }
  .list1 .line { display: none; }
  .list1 .info { display: none; }
  .list1 .title { text-overflow: clip; white-space: initial; display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
  .list2 .img-zoom { padding: .2rem 0; }
  .list2 .info { display: none; }
  .list2 .title { text-overflow: clip; white-space: initial; display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
  .list3 { margin: .1rem 0 0; }
  .list3 li { border-bottom: 1px solid #e7e7e7; }
  .list3 a { padding: .15rem 0; }
  .list3 .title { width: 100%; margin: .14rem 0 0; border: none; line-height: .3rem; text-overflow: clip; white-space: initial; } }
@media screen and (max-width: 520px) { .header { padding: 7px 0 !important; }
  .header .container { width: 92%; }
  .header .right-wrapper { width: auto; max-width: none; }
  .logo { height: 40px !important; }
  .logo img { max-height: 40px !important; }
  .mobile-box { height: calc(100vh - 54px); top: 54px; }
  .mobile-box .top-link2 { margin: 0 .1rem; }
  .nav-btn { width: 26px; }
  .nav-btn i { margin: 7px 0; }
  .nav-btn.close i:nth-child(1) { -moz-transform: translate(0px, 8px) rotate(45deg); transform: translate(0px, 8px) rotate(45deg); }
  .nav-btn.close i:nth-child(3) { -moz-transform: translate(0px, -8px) rotate(-45deg); transform: translate(0px, -8px) rotate(-45deg); }
  .banner { margin: 54px 0 0; }
  .banner .pagination { bottom: .1rem; }
  .banner .pagination .swiper-pagination-bullet { margin: 0 4px; }
  .banner .pagination .swiper-pagination-bullet::after { width: 1.2rem; top: -0.42rem; right: -0.1rem; }
  .column .cn { font-size: .28rem; }
  .column .en { margin: 0 0 0 .12rem; }
  .home2 > .container { padding: .3rem 0; }
  .pic-list li { width: 50% !important; padding: 0 6px; margin: 0 0 .12rem; }
  .pic-list .img { padding: .08rem; }
  .pic-list .img img { width: 1.2rem; height: 1.2rem; }
  .pic-list .title { font-size: .2rem; }
  .home2 .footer { background: rgba(0, 81, 151, 0.8); }
  .footer { padding: .2rem 0 .1rem; background: #005197; }
  .foot-contact { display: none; line-height: .3rem; }
  .foot-img { width: 100%; margin: .2rem 0 0; text-align: center; }
  .decorate { margin: 54px 0 0; padding: 40% 0 0; }
  .sidebar h3 { font-size: .2rem; }
  .picture2 .img-frame { width: 100%; }
  .picture2 .img-frame .img { padding: 66.6% 0 0; }
  .picture2 .text { width: 100%; padding: .14rem 0 0; }
  .picture2 .no-img .text { padding: 0; }
  .picture3 > li { width: 100%; }
  .list2 .img-frame { width: 100%; padding: 60% 0 0; margin: 0 0 .12rem; }
  .list2 .text { width: calc(100% - .62rem); }
  .list2 .info { display: block; display: -webkit-box; }
  .leader-list .img-zoom { padding: .15rem; justify-content: center; }
  .leader-list .img-zoom::after { display: none; }
  .leader-list .img-frame { width: 2rem; border-bottom: 5px solid #23b2e8; border-left: 5px solid #23b2e8; }
  .leader-list .text { width: 100%; }
  .leader-list .text .p1 { text-align: center; }
  .leader-list .text .p1::before { position: static; display: inline-block; margin: 0 .12rem -2px 0; }
  .leader-list .text .p2 { color: #005197; text-align: center; }
  .leader-list .text .p3 { margin: .1rem 0 .18rem; } }

/*# sourceMappingURL=style.css.map */