@charset "UTF-8";
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }

html { width: 100%; min-width: 320px; font-size: 100px; overflow-x: hidden; }

.overflow { height: 100vh; overflow: hidden !important; }

.container { width: 1600px; max-width: 90%; margin: 0 auto; font-size: .16rem; }

.header { position: fixed; top: 0; right: 0; bottom: auto; left: auto; z-index: 1000; width: 100%; padding: .23rem 0; border-top: 3px solid #0158C4; border-bottom: 1px solid rgba(255, 255, 255, 0.3); -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.header::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 100%; height: 135%; content: ""; background: linear-gradient(180deg, #000E20 0%, rgba(0, 30, 68, 0) 100%); }
.header .container { position: relative; width: 1700px; max-width: 94%; z-index: 2; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; }
.header .right-wrapper { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; width: calc(100% - 6rem); max-width: 11rem; }
.header.scroll { padding: 7px 0; background: #0158C4; border: none; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3); }
.header.scroll::after { display: none; }
.header.scroll .nav { margin: -5px 0 0; }
.header.scroll .nav li > a { line-height: .5rem; font-size: .22rem; }
.header.scroll .logo img { max-height: .7rem; }

.logo { -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.logo img { max-height: .9rem; }

.top-link { margin: 0 .15rem 0 0; font-size: 0; }
.top-link a { position: relative; display: inline-block; margin: 0 .25rem; font-size: 0.16rem; font-weight: 500; line-height: 0.2rem; color: rgba(255, 255, 255, 0.8); text-align: left; }
.top-link a::after { position: absolute; top: 2px; right: -0.25rem; bottom: auto; left: auto; z-index: 1; width: 1px; height: 16px; background: #fff; content: ""; }
.top-link a:hover { color: #fff; text-decoration: underline; }

.nav { width: 100%; }
.nav ul { display: flex; justify-content: space-between; }
.nav li { position: relative; }
.nav li a { position: relative; display: block; font-size: 0.22rem; font-weight: 500; line-height: 0.56rem; color: #fff; text-align: center; }
.nav li > a { -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 .sub-nav { visibility: visible; top: calc(100% + 5px); opacity: 1; }
.nav .sub-nav { position: absolute; top: 140%; right: auto; bottom: auto; left: calc(50% - .8rem); z-index: 1; width: 1.6rem; background: #0158C4; opacity: 0; visibility: hidden; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); background: white; border-radius: 4px; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.nav .sub-nav::before { display: block; content: ""; box-sizing: border-box; width: 100%; height: 3px; background: #0670F4; }
.nav .sub-nav a { padding: .14rem 5px; font-size: .16rem; font-weight: 400; line-height: .24rem; 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 .sub-nav a:hover { color: #fff; background: #0670F4; }
.nav .sub-nav .tri { position: absolute; top: auto; right: auto; bottom: 100%; left: 0%; z-index: 1; width: 100%; height: 12px; overflow: hidden; }
.nav .sub-nav .tri::after { display: block; content: ""; box-sizing: border-box; width: 14px; height: 14px; margin: 0 auto; background: #0670F4; -webkit-transform: translate(0px, 6px) rotate(45deg); -moz-transform: translate(0px, 6px) rotate(45deg); -ms-transform: translate(0px, 6px) rotate(45deg); -o-transform: translate(0px, 6px) rotate(45deg); transform: translate(0px, 6px) rotate(45deg); box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }

.banner { font-size: 0; width: 100%; height: 100%; }
.banner::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; width: 100%; height: 20%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(84, 103, 97, 0) 100%, rgba(255, 255, 255, 0) 100%); content: ""; }
.banner .img { position: relative; display: block; width: 100%; padding: 42.8125% 0 0; overflow: hidden; }
.banner .img img { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); -webkit-transition: transform 0.6s linear 0s; -moz-transition: transform 0.6s linear 0s; -ms-transition: transform 0.6s linear 0s; -o-transition: transform 0.6s linear 0s; transition: transform 0.6s linear 0s; }
.banner .swiper-slide-active img { -webkit-transition: transform 6s linear 1s; -moz-transition: transform 6s linear 1s; -ms-transition: transform 6s linear 1s; -o-transition: transform 6s linear 1s; transition: transform 6s linear 1s; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.banner .pagination { position: absolute; top: auto; right: auto; bottom: 0.25rem; left: 0%; z-index: 2; width: 100%; text-align: center; }
.banner .pagination .swiper-pagination-bullet { display: inline-block; width: 12px; height: 12px; margin: 0 .09rem; border-radius: 2px; background: rgba(255, 255, 255, 0.5); cursor: pointer; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: .64rem; border-radius: 12px; background: #EBAD14; }

@keyframes yuan-ani1 { 0% { -webkit-transform: scale(0.3); -moz-transform: scale(0.3); -ms-transform: scale(0.3); -o-transform: scale(0.3); transform: scale(0.3); opacity: .2; }
  100% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; } }
.pad-btn { display: flex; align-items: center; font-size: 0; }
.pad-btn .search-btn { position: relative; z-index: 5; display: inline-block; width: 36px; height: 36px; background-image: url(../images/search1.png); background-repeat: no-repeat; background-position: 50% 45%; background-color: transparent; background-size: auto; border-radius: 50%; cursor: pointer; }
.pad-btn .nav-btn { display: none; position: relative; z-index: 5; width: 31px; margin: 0 0 0 .2rem; 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 { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 100; background: rgba(0, 0, 0, 0.25); opacity: 0; visibility: hidden; -webkit-transition: all 0.3s linear 0.4s; -moz-transition: all 0.3s linear 0.4s; -ms-transition: all 0.3s linear 0.4s; -o-transition: all 0.3s linear 0.4s; transition: all 0.3s linear 0.4s; }
#mask::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 100%; height: 30%; opacity: 0; background: rgba(0, 0, 0, 0.45); content: ""; -webkit-transition: all 0.3s linear 0.2s; -moz-transition: all 0.3s linear 0.2s; -ms-transition: all 0.3s linear 0.2s; -o-transition: all 0.3s linear 0.2s; transition: all 0.3s linear 0.2s; }
#mask .search-box { position: absolute; top: 40%; right: auto; bottom: auto; left: 0; z-index: 10; width: 100%; padding: .2rem 0; overflow: hidden; }
#mask .search-box .form { position: relative; background: #fff; white-space: nowrap; padding: .15rem .18rem .15rem .18rem; width: 80%; max-width: 7.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: 4px; -webkit-transform: translateY(150%); -moz-transform: translateY(150%); -ms-transform: translateY(150%); -o-transform: translateY(150%); transform: translateY(150%); }
#mask .search-box .input { width: calc(100% - .55rem); height: .55rem; padding: 0 .1rem 0 .2rem; vertical-align: top; font-size: 0.16rem; font-weight: 500; line-height: 0.55rem; color: #333; text-align: left; border: 1px solid #d7e4f7; border-radius: .5rem; }
#mask .search-box .submit { width: .5rem; height: .55rem; vertical-align: top; background-image: url("../images/search2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
#mask .search-box .close { width: .55rem; height: .55rem; position: absolute; top: 50%; right: auto; bottom: auto; left: calc(100% + .3rem); z-index: 1; cursor: pointer; -webkit-transform: translateY(-50%) rotate(90deg); -moz-transform: translateY(-50%) rotate(90deg); -ms-transform: translateY(-50%) rotate(90deg); -o-transform: translateY(-50%) rotate(90deg); transform: translateY(-50%) rotate(90deg); }
#mask .search-box .close .line { display: block; width: 100%; height: 2px; }
#mask .search-box .close .line i { display: block; width: 100%; height: 2px; background: #fff; }
#mask .search-box .close .line.l1 { -webkit-transform: translate(0, 25px) rotate(45deg); -moz-transform: translate(0, 25px) rotate(45deg); -ms-transform: translate(0, 25px) rotate(45deg); -o-transform: translate(0, 25px) rotate(45deg); transform: translate(0, 25px) rotate(45deg); }
#mask .search-box .close .line.l2 { -webkit-transform: translate(0, 23px) rotate(-45deg); -moz-transform: translate(0, 23px) rotate(-45deg); -ms-transform: translate(0, 23px) rotate(-45deg); -o-transform: translate(0, 23px) rotate(-45deg); transform: translate(0, 23px) rotate(-45deg); }
#mask .search-box .close:hover .line.l1 i { animation: line-ani1 .5s ease-in-out .3s; }
#mask .search-box .close:hover .line.l2 i { animation: line-ani1 ease-in-out .5s; }
#mask.show { opacity: 1; visibility: visible; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
#mask.show::after { opacity: 1; height: 100%; -webkit-transition: all 0.45s linear 0s; -moz-transition: all 0.45s linear 0s; -ms-transition: all 0.45s linear 0s; -o-transition: all 0.45s linear 0s; transition: all 0.45s linear 0s; }
#mask.show .search-box .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; }

@keyframes line-ani1 { 0% { width: 0%; }
  100% { width: 100%; } }
.mobile-box { display: none; position: fixed; top: 73px; right: auto; bottom: auto; left: 100%; z-index: 1; width: 100%; height: calc(100vh - 73px); padding: .15rem 4% .4rem; background-image: url("../images/index_bg5.png"); background-repeat: no-repeat; background-position: 100% 100%; background-color: #fff; background-size: auto; -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; opacity: 0; visibility: hidden; }
.mobile-box::before { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; content: ""; width: 100%; height: .35rem; background-image: url("../images/index_bg1.png"); background-repeat: repeat-x; background-position: 0 0; background-color: transparent; background-size: auto; }
.mobile-box .nav { height: calc(100% - 1.2rem); padding: 0 0 .2rem; }
.mobile-box .nav ul { display: block; height: 100%; overflow-y: auto; }
.mobile-box .nav li { position: relative; width: 100%; border-bottom: 1px solid #ddd; border-top: 1px solid #f5f5f5; }
.mobile-box .nav li:first-child { border-top: none; }
.mobile-box .nav li:last-child { border-bottom: none; }
.mobile-box .nav li a { color: #323232; font-weight: 500; padding: 0 .1rem; text-align: left; }
.mobile-box .nav li .icon { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .56rem; height: .56rem; background-image: url(../images/arrow3_1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 8px; cursor: pointer; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.mobile-box .nav li .icon.close { -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); }
.mobile-box .nav li > a { font-size: .2rem; }
.mobile-box .nav .sub-nav { display: none; position: static; opacity: 1; width: 100%; padding: 0 0 12px 30px; background: none; box-shadow: none; transition: none; border: none; visibility: visible; }
.mobile-box .nav .sub-nav .tri { display: none; }
.mobile-box .nav .sub-nav a { line-height: .4rem; }
.mobile-box .nav .sub-nav::before { display: none; }
.mobile-box .mobile-search { width: 100%; max-width: 7rem; margin: .15rem auto; }
.mobile-box .mobile-search .form { display: flex; }
.mobile-box .mobile-search .input { width: calc(100% - .5rem); height: .5rem; margin: 0 .1rem 0 0; padding: 0 .1rem 0 .2rem; vertical-align: top; font-size: 0.15rem; font-weight: 500; line-height: 0.4rem; color: #333; text-align: left; background: #fff; border-radius: .5rem; border: 1px solid #d7e4f7; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15); }
.mobile-box .mobile-search .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; }
.mobile-box .top-box { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: center; }
.mobile-box .top-box a { font-size: 0.18rem; font-weight: 500; line-height: 0.3rem; color: #0158C4; text-align: left; margin: 0 .2rem; white-space: nowrap; }
.mobile-box.show { left: 0px; opacity: 1; visibility: visible; }

.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 { display: none; min-height: 100%; }
.img-scale:hover img { min-height: 100%; -webkit-transform: scale(1.07); -moz-transform: scale(1.07); -ms-transform: scale(1.07); -o-transform: scale(1.07); transform: scale(1.07); }
.img-scale:hover .img { -webkit-transform: scale(1.07); -moz-transform: scale(1.07); -ms-transform: scale(1.07); -o-transform: scale(1.07); transform: scale(1.07); }

.column { position: relative; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; width: 100%; margin: .55rem 0 .45rem; }
.column .more { padding: 0 .55rem 0 0; background-image: url("../images/icon4.png"); background-repeat: no-repeat; background-position: 100% 50%; background-color: transparent; background-size: auto 100%; -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; }
.column .more:hover { padding-right: .65rem; font-weight: 700; }
.column h3 { position: relative; display: inline-block; padding: 0 0 0 .23rem; font-size: 0.35rem; font-weight: 700; line-height: 0.36rem; color: #414141; text-align: left; }
.column h3::before { position: absolute; top: 2px; right: auto; bottom: auto; left: 0; z-index: 1; width: 6px; height: 100%; background: #0158C4; content: ""; }
.column h3 .cn { color: #0158C4; }
.column h3 .en { margin: 0 0 4px; font-size: .24rem; font-weight: 400; line-height: .2rem; color: #B0B0B0; text-transform: uppercase; }

.column2 { position: relative; z-index: 2; border-bottom: 1px solid rgba(1, 88, 196, 0.1); }
.column2::after { display: block; content: ""; box-sizing: border-box; width: .38rem; height: 3px; margin: 0 0 -2px; background: #0158C4; }
.column2 h3 { position: relative; z-index: 2; font-size: 0.24rem; font-weight: 700; line-height: 0.6rem; color: #393939; text-align: left; }
.column2 h3 a { color: #393939; }
.column2 .en { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; font-size: 0.2rem; font-weight: 700; line-height: 0.28rem; color: #fff; text-align: left; text-transform: uppercase; text-shadow: 3px 2px 0px rgba(1, 88, 196, 0.2); opacity: .5; }

.more { font-size: 0.18rem; font-weight: 500; line-height: 0.35rem; color: #0158C4; text-align: left; }

.more2 { display: inline-block; padding: 0 0 0 .17rem; font-size: 0.16rem; font-weight: 500; line-height: 0.36rem; color: #fff; text-align: left; background: #0158C4; border-radius: .36rem; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.more2 i { display: inline-block; vertical-align: top; width: .36rem; height: .36rem; margin: 0 0 0 .11rem; border-radius: 50%; background-image: url("../images/icon6.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #EBAD14; background-size: auto; }
.more2:hover { background: #EBAD14; }

.title { font-size: 0.2rem; font-weight: 500; line-height: 0.26rem; color: #464646; text-align: left; -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; }

.info { font-size: 0.18rem; font-weight: 500; line-height: 0.26rem; color: #9E9E9E; text-align: justify; -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; }

.date { padding: 0 0 0 22px; font-size: 0.14rem; font-weight: 500; line-height: 0.26rem; color: #0158C4; text-align: left; background-image: url("../images/icon2.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }

.date1 { display: inline-block; vertical-align: top; width: 68px; font-size: 0.14rem; font-weight: 500; line-height: 0.26rem; color: #89A2F1; text-align: center; }
.date1 p:first-child { font-size: .3rem; font-weight: 700; color: #0158C4; }

.index-layer1 { position: relative; padding: 0 0 .45rem; background-image: url("../images/index_bg1.png"); background-repeat: no-repeat; background-position: 100% 100%; background-color: transparent; background-size: auto; }
.index-layer1::before { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; width: calc(50% - 800px); height: 2.05rem; content: ""; background: #F0F7FF; }
.index-layer1 .container { position: relative; z-index: 2; display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; }
.index-layer1 .column h3 .en { color: #0158C4; }
.index-layer1 .left-box { width: 68%; display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
.index-layer1 .left-box .news-swiper1 { width: 59.55%; }
.index-layer1 .left-box .picture1 { width: 37.5%; }
.index-layer1 .right-box { width: 28.25%; }

.index-layer2 { padding: 0 0 .28rem; background-image: url("../images/index_bg3.jpg"); background-repeat: no-repeat; background-position: 50% 100%; background-color: transparent; background-size: 100%; }
.index-layer2 .container { position: relative; z-index: 2; }
.index-layer2 .top-box { position: relative; padding: 1px 0 0; }
.index-layer2 .top-box::after { position: absolute; top: 0; right: 0; bottom: 0; left: calc(50% - 800px); z-index: 1; content: ""; background-image: url("../images/index_bg2.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.index-layer2 .top-box .column h3 { color: #fff; }
.index-layer2 .top-box .column h3::before { background: #EBAD14; }
.index-layer2 .top-box .column h3 .cn { color: #EBAD14; }
.index-layer2 .top-box .column h3 .en { color: #D3D3D3; opacity: .7; }
.index-layer2 .top-box .column .more { color: #fff; background-image: url("../images/icon4_2.png"); }
.index-layer2 .bottom-box .column { margin-top: .22rem; }

.index-layer3 { padding: 1px 0 0; background-image: url("../images/index_bg4.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.index-layer3 .column { margin-bottom: .34rem; }
.index-layer3 .column h3 { color: #fff; }
.index-layer3 .column h3::before { background: #EBAD14; }
.index-layer3 .column h3 .cn { color: #EBAD14; }
.index-layer3 .column h3 .en { color: #D3D3D3; opacity: .7; }
.index-layer3 .column .more { color: #fff; background-image: url("../images/icon4_2.png"); }

.index-layer4 { position: relative; z-index: 1; padding: 0 0 .6rem; }

.news-swiper1 { border-bottom: 1px solid #0158C4; background: #fff; }
.news-swiper1 .img-scale:hover .title { color: #0158C4; }
.news-swiper1 .img-frame::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 2; width: 100%; height: 23%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(84, 103, 97, 0) 100%, rgba(255, 255, 255, 0) 100%); content: ""; }
.news-swiper1 .img-frame .img { padding: 3.87rem 0 0; }
.news-swiper1 .text { position: relative; z-index: 2; padding: .42rem 0 .22rem .38rem; }
.news-swiper1 .text .date1 { position: absolute; top: -0.5rem; right: auto; bottom: auto; left: 0.38rem; z-index: 1; width: 79px; padding: 14px 0 11px; color: #fff; background-image: url("../images/icon1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100% 100%; }
.news-swiper1 .text .date1 p:first-child { color: #fff; }
.news-swiper1 .text .title { margin: .05rem 0 .12rem; font-weight: 700; }
.news-swiper1 .text .info { font-size: .16rem; color: #464646; }
.news-swiper1 .pagination { position: absolute; top: auto; right: 0.34rem; bottom: 1.8rem; left: auto; z-index: 2; width: auto; }
.news-swiper1 .pagination .swiper-pagination-bullet { display: inline-block; width: 8px; height: 8px; margin: 0 .05rem; border-radius: 2px; background: rgba(255, 255, 255, 0.5); cursor: pointer; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.news-swiper1 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: .4rem; border-radius: 12px; background: #fff; }

.news-swiper2 { padding: 0 .44rem 0 0; background: #fff; }
.news-swiper2 .swiper-container { margin: 0 -.22rem; }
.news-swiper2 .img-scale { padding: .32rem .22rem .22rem; }
.news-swiper2 .img-scale:hover .title { color: #0158C4; }
.news-swiper2 .img-scale:hover .info { color: #0158C4; }
.news-swiper2 .img-scale:hover .img-frame { box-shadow: 0px 0 0.22rem 0px rgba(0, 0, 0, 0.5); }
.news-swiper2 .title { margin: .08rem 0 .1rem; color: #3b3b3b; font-weight: 700; }
.news-swiper2 .img-frame { margin: .25rem 0 0; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.news-swiper2 .img-frame .img { padding: 62% 0 0; }
.news-swiper2 .swiper-container > .swiper-scrollbar { position: static; width: auto; height: 1px; margin: .23rem .22rem .45rem; background: #D8D8D8; }
.news-swiper2 .swiper-container > .swiper-scrollbar .swiper-scrollbar-drag { top: -1px; height: 3px; background: #0158C4; border-radius: 0; }
.news-swiper2 .arrow { position: absolute; top: auto; right: auto; bottom: 0.33rem; left: auto; z-index: 1; width: .3rem; height: .25rem; background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; }
.news-swiper2 .arrow.swiper-prev { left: .22rem; background-image: url("../images/arrow1_1.png"); }
.news-swiper2 .arrow.swiper-next { right: .22rem; background-image: url("../images/arrow1_2.png"); }

.news-swiper3 .img-scale .img { padding: 50.69% 0 0; }
.news-swiper3 .pagination { margin: .18rem 0 0; text-align: center; }
.news-swiper3 .pagination .swiper-pagination-bullet { width: auto; height: auto; padding: 7px; margin: 0 3px; border: 1px solid transparent; border-radius: 50%; background: none; }
.news-swiper3 .pagination .swiper-pagination-bullet::after { display: block; content: ""; box-sizing: border-box; width: 6px; height: 6px; background: #0158C4; border-radius: 50%; opacity: .5; }
.news-swiper3 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { border-color: #0158C4; }
.news-swiper3 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after { opacity: 1; }

.news-swiper4 { position: relative; background: #fff; }
.news-swiper4::after { position: absolute; top: 0; right: auto; bottom: auto; left: 100%; z-index: 1; content: ""; width: calc(50vw - 800px); height: 100%; background: #fff; }
.news-swiper4 .gallery-thumbs { margin: 0 .25rem -1px .5rem; }
.news-swiper4 .gallery-thumbs::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 2; width: 2px; height: 100%; background: #fff; content: ""; }
.news-swiper4 .gallery-thumbs .swiper-slide { padding: .12rem 0 0; cursor: pointer; text-align: center; }
.news-swiper4 .gallery-thumbs .swiper-slide a { display: block; }
.news-swiper4 .gallery-thumbs .swiper-slide::after { position: absolute; top: calc(50% - .18rem); right: auto; bottom: auto; left: -1px; z-index: 1; width: 1px; height: .36rem; background: #D8D8D8; content: ""; }
.news-swiper4 .gallery-thumbs .swiper-slide.active .title { border-color: #0158C4; }
.news-swiper4 .gallery-thumbs .swiper-slide.active .title::after { height: 2.2rem; opacity: .4; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.news-swiper4 .gallery-thumbs .swiper-slide.active .title span { color: #0158C4; font-weight: 700; background-image: url("../images/icon10.png"); }
.news-swiper4 .gallery-thumbs .swiper-slide:first-child::after { display: none; }
.news-swiper4 .gallery-thumbs .img { display: -ms-flexbox; display: flex; justify-content: center; align-items: center; width: 1rem; height: 1rem; margin: 0 auto; }
.news-swiper4 .gallery-thumbs .img img { max-width: 100%; max-height: 100%; vertical-align: top; }
.news-swiper4 .gallery-thumbs .title { position: relative; display: inline-block; margin: 4px 0 0; font-size: .22rem; text-align: center; border-bottom: 3px solid transparent; perspective: 800px; }
.news-swiper4 .gallery-thumbs .title span { position: relative; z-index: 2; display: block; line-height: .24rem; height: .48rem; background-repeat: no-repeat; background-position: 50% 100%; background-color: transparent; background-size: auto; }
.news-swiper4 .gallery-thumbs .title::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: -1; width: 100%; height: 0; content: ""; background: linear-gradient(0deg, #61D1FF 0%, transparent 100%); opacity: 0; -webkit-transform: rotateX(-75deg); -moz-transform: rotateX(-75deg); -ms-transform: rotateX(-75deg); -o-transform: rotateX(-75deg); transform: rotateX(-75deg); transform-origin: center bottom 0; -ms-transform-origin: center bottom 0; }
.news-swiper4 .gallery-bottom { border-top: 1px solid rgba(1, 88, 196, 0.2); }
.news-swiper4 .gallery-bottom .swiper-slide { display: -ms-flexbox; display: flex; opacity: 0 !important; transition-duration: .8s !important; }
.news-swiper4 .gallery-bottom .swiper-slide.active { opacity: 1 !important; }
.news-swiper4 .gallery-bottom .text { position: relative; width: 51%; padding: .25rem .48rem 0; background-image: url("../images/index_bg5.png"); background-repeat: no-repeat; background-position: 100% 100%; background-color: #fff; background-size: auto; }
.news-swiper4 .gallery-bottom .text::before { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; height: 100%; content: ""; background: linear-gradient(126deg, #61D1FF 0%, transparent 40%); opacity: .2; }
.news-swiper4 .gallery-bottom .text::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 100%; height: 100%; content: ""; background: linear-gradient(306deg, #0158C4 0%, transparent 23%); opacity: .2; }
.news-swiper4 .gallery-bottom .content { position: relative; z-index: 2; max-height: 1.8rem; margin: .25rem 0 .35rem; font-size: 0.18rem; font-weight: 500; line-height: 0.36rem; color: #686868; text-align: left; }
.news-swiper4 .gallery-bottom .more2 { position: relative; z-index: 2; }
.news-swiper4 .gallery-bottom .img-scale { width: 49%; }
.news-swiper4 .gallery-bottom .img-scale .img { padding: 4.33rem 0 0; }
.news-swiper4 .arrow { position: absolute; top: 0.71rem; right: auto; bottom: auto; left: auto; z-index: 1; width: .25rem; height: .25rem; border-radius: 50%; background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; }
.news-swiper4 .arrow.swiper-prev { left: .24rem; background-color: rgba(1, 88, 196, 0.1); background-image: url("../images/arrow2_1.png"); }
.news-swiper4 .arrow.swiper-next { right: 0; background-color: #EBAD14; background-image: url("../images/arrow2_2.png"); }

.news-swiper5 { position: relative; }
.news-swiper5 .img-scale:hover .text { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.news-swiper5 .img { padding: 70.2% 0 0; }
.news-swiper5 .text { position: absolute; top: 0; right: 0; bottom: 0; left: auto; z-index: 1; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; background-image: url("../images/index_bg7.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: rgba(0, 0, 0, 0.35); background-size: auto; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; opacity: 0; -webkit-transform: scale(1.25); -moz-transform: scale(1.25); -ms-transform: scale(1.25); -o-transform: scale(1.25); transform: scale(1.25); }
.news-swiper5 .text p { font-size: 0.24rem; font-weight: 700; line-height: 0.3rem; color: #fff; text-align: center; letter-spacing: 3px;     padding: 0 30px;}
.news-swiper5 .arrow { position: absolute; top: calc(50% - .25rem); right: auto; bottom: auto; left: auto; z-index: 1; width: .5rem; height: .5rem; border-radius: 50%; background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3); }
.news-swiper5 .arrow.swiper-prev { left: -.24rem; background-color: #fff; background-image: url("../images/arrow3_1.png"); }
.news-swiper5 .arrow.swiper-next { right: -.24rem; background-color: #EBAD14; background-image: url("../images/arrow3_2.png"); }

.footer { position: relative; z-index: 2; background-image: url("../images/index_bg6.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.footer .foot-layer1 { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; padding: .3rem 0; }
.footer .foot-layer1 .right-box { display: -ms-flexbox; display: flex; }
.footer .foot-layer2 { display: -ms-flexbox; display: flex; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, 0.2); border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.foot-logo img { max-height: .9rem; vertical-align: top; }

.QR-code li { position: relative; display: inline-block; margin: 0 0 0 .3rem; width: .44rem; height: .44rem; background-image: url(../images/icon8_1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; border-radius: 50%; border: 1px solid #fff; cursor: pointer; -webkit-transition: opacity 0.3s linear 0s; -moz-transition: opacity 0.3s linear 0s; -ms-transition: opacity 0.3s linear 0s; -o-transition: opacity 0.3s linear 0s; transition: opacity 0.3s linear 0s; }
.QR-code li:nth-child(1) { margin: 0; }
.QR-code li:nth-child(2) { background-image: url(../images/icon8_2.png); }
.QR-code li:nth-child(3) { background-image: url(../images/icon8_3.png); }
.QR-code li .img { visibility: hidden; opacity: 0; background: #fff; border-radius: 5px; box-shadow: 0 4px 0.14rem 0 rgba(0, 0, 0, 0.23); position: absolute; top: auto; right: auto; bottom: calc(100% + .3rem); left: 50%; z-index: 1; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.QR-code li .img img { width: 1.2rem; max-width: none; height: 1.2rem; }
.QR-code li .img p { font-size: 0.14rem; font-weight: 500; line-height: 0.22rem; color: #666; text-align: center; }
.QR-code li .img::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 100%; right: auto; bottom: auto; left: calc(50% - 12px); z-index: 1; width: 0; border: 12px solid transparent; border-top-color: #fff; }
.QR-code li:hover .img { display: block; visibility: visible; opacity: 1; bottom: calc(100% + .15rem); }

.foot-link { position: relative; width: 2.6rem; margin: 0 1.5rem 0 0; cursor: pointer; }
.foot-link p { padding: 0 .3rem; font-size: 0.16rem; font-weight: 500; line-height: 0.46rem; color: #fff; text-align: left; border: 1px solid #fff; border-radius: .4rem; background-image: url("../images/icon7.png"); background-repeat: no-repeat; background-position: calc(100% - .3rem) 50%; background-color: transparent; background-size: auto; }
.foot-link ul { display: none; position: absolute; top: 0.48rem; right: auto; bottom: auto; left: 0.2rem; z-index: 1; width: calc(100% - .4rem); max-height: 2.1rem; border-radius: 4px; background: #fff; box-shadow: 0 0 0.12rem 0 rgba(0, 0, 0, 0.2); overflow-y: auto; }
.foot-link ul::-webkit-scrollbar { width: 6px; }
.foot-link ul::-webkit-scrollbar-thumb { border-radius: 5px; background: rgba(0, 0, 0, 0.25); }
.foot-link ul::-webkit-scrollbar-track { border-radius: 0; background: rgba(0, 0, 0, 0.1); }
.foot-link ul a { display: block; padding: .1rem .2rem; font-size: 0.16rem; font-weight: 500; line-height: 0.22rem; color: #393939; text-align: left; border-bottom: 1px solid #e3e3e3; }
.foot-link ul a:hover { color: #0158C4; }

.foot-contact { padding: .28rem 0; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: flex-start; }
.foot-contact p { font-size: 0.16rem; font-weight: 500; line-height: 0.36rem; color: #fff; text-align: left; }
.foot-contact p::before { display: inline-block; vertical-align: top; width: .36rem; height: .36rem; margin: 0 .14rem 0 0; border-radius: 50%; border: 1px dashed rgba(255, 255, 255, 0.2); content: ""; background-image: url("../images/icon9_1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.foot-contact p:nth-last-child(2)::before { background-image: url("../images/icon9_2.png"); }
.foot-contact p:nth-last-child(1)::before { background-image: url("../images/icon9_3.png"); }

.copy { display: -ms-flexbox; display: flex; justify-content: center; padding: .12rem 0; font-size: 0.16rem; font-weight: 500; line-height: 0.36rem; color: #fff; text-align: center; }
.copy a { color: #fff; }
.copy a:hover { text-decoration: underline; }
.copy p { margin: 0 3vw; }

.picture1 .img-scale:hover .title { color: #0158C4; }
.picture1 .img-frame .img { padding: 2.64rem 0 0; }
.picture1 .text { padding: .32rem; border: 1px solid #f3f3f3; }
.picture1 .text .title { font-weight: 700; margin: 0 0 .25rem; }
.picture1 .text .info { color: #3c3c3c; opacity: .8; }
.picture1 .date-box { padding: .17rem 0 .17rem .32rem; background-image: url("../images/icon3.png"); background-repeat: no-repeat; background-position: calc(100% - .32rem) 50%; background-color: #f3f3f3; background-size: auto; }

.picture2 { margin: 0 -.52rem; }
.picture2 .img-scale { display: -ms-flexbox; display: flex; flex-wrap: wrap; padding: .24rem .52rem; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.picture2 .img-scale:hover { background-image: url("../images/index_bg9.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #0158C4; background-size: auto; }
.picture2 .img-scale:hover .title { color: #fff; font-weight: 700; }
.picture2 .img-scale:hover .date { color: #fff; }
.picture2 .img-scale:hover .info { color: #fff; }
.picture2 .img-scale:hover .icon { background-image: url("../images/icon14_2.png"); }
.picture2 .img-scale:hover .date { background-image: url("../images/icon15_2.png"); }
.picture2 .img-frame { width: 2.85rem; padding: 1.98rem 0 0; }
.picture2 .text { width: calc(100% - 2.85rem); padding: .15rem 0 0 .34rem; }
.picture2 .date { background-image: url("../images/icon15_1.png"); }
.picture2 .title { margin: 0 0 .1rem; color: #000; }
.picture2 .info { font-size: .16rem; margin: .12rem 0 .18rem; color: #888; }
.picture2 .icon { width: 23px; height: 17px; background-image: url("../images/icon14_1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }

.picture3 { font-size: 0; margin: 0 -0.2rem; }
.picture3 > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.2rem; }
.picture3 li { margin: 0 0 .45rem; }
.picture3 .img-scale { border: 1px solid #B9B9B9; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.picture3 .img-scale:hover { border-color: #0158C4; box-shadow: 0px 4px 10px 0px rgba(14, 65, 150, 0.2); }
.picture3 .img-scale:hover .title { color: #0158C4; font-weight: 700; }
.picture3 .img-frame .img { padding: 62.3% 0 0; }
.picture3 .title { padding: 0 .1rem; line-height: .6rem; text-align: center; }

.list1 li:last-child { border-bottom: 1px solid rgba(1, 88, 196, 0.1); }
.list1 a { position: relative; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; padding: .28rem .25rem; border-top: 1px solid rgba(1, 88, 196, 0.1); }
.list1 a::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; content: ""; width: 100%; height: 100%; background-image: url("../images/icon1_2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100% 100%; opacity: 0; -webkit-transition: all 0.2s linear 0s; -moz-transition: all 0.2s linear 0s; -ms-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; }
.list1 a:hover::after { opacity: 1; }
.list1 a:hover .date1::after { opacity: 0; }
.list1 a:hover .date1 p:first-child { color: #fff; }
.list1 a:hover .title { color: #fff; font-weight: 700; }
.list1 .date1 { position: relative; z-index: 2; width: 72px; padding: 0 16px 0 0; }
.list1 .date1::after { position: absolute; top: calc(50% - .18rem); right: 0; bottom: auto; left: auto; z-index: 1; content: ""; width: 1px; height: .36rem; background: #D8D8D8; -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; }
.list1 .date1 p:first-child { -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; }
.list1 .title { position: relative; z-index: 2; width: calc(100% - 72px); padding: 0 0 0 .2rem; }

.list2 li { display: -ms-flexbox; display: flex; justify-content: space-between; border-bottom: 1px dashed #CBCBCB; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.list2 li:hover { border-color: #0158C4; -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.list2 li:hover .title { color: #0158C4; font-weight: 700; }
.list2 .title { width: calc(100% - 145px); line-height: .72rem; }
.list2 .title::before { display: inline-block; content: ""; width: 9px; height: 9px; margin: 0 .15rem 2px 0; background: #0C63C8; border-radius: 50%; }
.list2 .date { line-height: .72rem; }

.decorate { position: relative; width: 100%; margin: 0 auto; padding: 36.875% 0 0; }
.decorate img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }

.section { position: relative; z-index: 2; padding: 0 0 .6rem; }
.section .container { display: -ms-flexbox; display: flex; flex-wrap: wrap; }

.sidebar { position: relative; z-index: 3; width: 2.7rem; margin: -1.65rem 0; }
.sidebar h3 { position: relative; font-size: 0.36rem; font-weight: 700; line-height: 1.65rem; color: #fff; text-align: center; background-image: url("../images/icon11.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #0C63C8; background-size: auto; }
.sidebar h3::after { position: absolute; top: 0; right: auto; bottom: auto; left: 100%; z-index: 1; width: 1.2rem; height: 100%; background: #0C63C8; content: ""; }
.sidebar .sub-nav { position: relative; padding: .14rem 0 .22rem 0; background: linear-gradient(121deg, rgba(14, 65, 150, 0.2) 0%, rgba(216, 216, 216, 0) 1.5rem); border-left: 1px solid #0158C4; }
.sidebar .sub-nav::after { position: absolute; top: 100%; right: auto; bottom: auto; left: -3.5px; z-index: 1; width: 0; height: 0; content: ""; border-top: 5px solid #0158C4; border-right: 3px solid transparent; border-bottom: 5px solid transparent; border-left: 3px solid transparent; }
.sidebar .sub-nav li { position: relative; padding: 0 .32rem 0 .4rem; }
.sidebar .sub-nav li.cur > a { color: #0158C4; font-weight: 700; background-image: url("../images/icon12_2.png"); }
.sidebar .sub-nav li:hover a { color: #0158C4; background-image: url("../images/icon12_2.png"); }
.sidebar .sub-nav a { display: block; border-bottom: 1px dashed rgba(14, 65, 150, 0.1); font-size: 0.24rem; font-weight: 500; line-height: 0.7rem; color: #000; text-align: left; background-image: url("../images/icon12_1.png"); background-repeat: no-repeat; background-position: 100% 50%; background-color: transparent; background-size: auto; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }

.main { position: relative; z-index: 4; width: calc(100% - 2.7rem); min-height: 5rem; margin: -1.2rem 0 0; padding: .36rem .52rem .55rem; background-image: url("../images/index_bg8.png"); background-repeat: no-repeat; background-position: 50% 100%; background-color: #fff; background-size: 105%; box-shadow: 0px 4px 10px 0px rgba(14, 65, 150, 0.3); overflow: hidden; }
.main::before { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: 1.3rem; height: 1.3rem; background: #EBAD14; border: .2rem solid #0C63C8; content: ""; -webkit-transform: translate(-50%, -50%) rotate(45deg); -moz-transform: translate(-50%, -50%) rotate(45deg); -ms-transform: translate(-50%, -50%) rotate(45deg); -o-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); }
.main .pic-list1 { margin: 0 -.15rem; }
.main .pic-list1 > li { padding: 0 .15rem; }
.main .pic-list1 .img-scale { padding: .2rem; }
.main .pic-list1 .text { padding: 0 0 0 .2rem; }
.main .pic-list1 .info { font-size: .14rem; }

.position { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; margin: 0 0 .1rem .52rem; }
.position h3 { white-space: nowrap; font-size: 0.24rem; font-weight: 700; line-height: 0.56rem; color: #0158C4; text-align: left; }
.position .line { position: relative; width: 100%; height: 1px; margin: 0 .2rem 0 .17rem; background-image: linear-gradient(270deg, #0C63C8 0%, rgba(14, 65, 150, 0) 100%); }
.position .line::after { position: absolute; top: -3px; right: auto; bottom: auto; left: 100%; z-index: 1; width: 0; height: 0; content: ""; border-top: 3px solid transparent; border-right: 5px solid transparent; border-bottom: 3px solid transparent; border-left: 5px solid #0158C4; }

.place { font-size: 0.16rem; font-weight: 500; line-height: 0.56rem; color: #414141; text-align: left; padding: 0 0 0 26px; white-space: nowrap; background-image: url(../images/icon13.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.place a { color: #414141; }
.place a:hover { color: #0158C4; }
.place a:last-child { color: #0158C4; }

.article { padding: .2rem 0 0; }
.article .title { font-size: 0.24rem; font-weight: 700; line-height: 0.35rem; color: #323232; text-align: center; }
.article .sub-title1 { margin: 0 0 .08rem; font-size: 0.17rem; font-weight: 500; line-height: 0.32rem; color: #000; text-align: center; }
.article .sub-title2 { margin: .08rem 0 0; font-size: 0.17rem; font-weight: 500; line-height: 0.32rem; color: #666; text-align: center; }
.article .sub { margin: .16rem 0 .4rem; padding: .14rem 0; font-size: 0.16rem; font-weight: 500; line-height: 0.22rem; color: #666; text-align: center; background: #f3f3f3; }
.article .sub span { padding: 0 0 0 19px; background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.article .content { padding: 0 0 .2rem; font-size: 0.18rem; font-weight: 500; line-height: 210%; color: #414141; text-align: justify; }
.article .content p { text-indent: 2em; word-break: break-all; word-break: break-word; margin: 0 0 .15rem; padding: 0 .12rem;}
.article .content img, .article .content video { display: block; max-width: 100%; margin: .2rem auto; height: auto !important; }
.article .content video { display: block; margin: 0 auto; }
.article .content table { max-width: 100%; margin: .2rem auto; }
.article .content table td { word-break: break-all; border:1px solid #979797;}
.article .content table p { text-indent: 0; margin: 0; }
.article .content table img, .article .content table video, .article .content table iframe { margin-top: 0; margin-bottom: 0; }
.article .content iframe { display: block; max-width: 100%; margin: .2rem auto; }
.article .cont-page { padding: .35rem 0 0; border-top: 1px dashed #ccc; }
.article .cont-page span { color: #0158C4; }
.article .cont-page a { display: block; padding: 6px 0; font-size: 0.16rem; font-weight: 500; line-height: 0.28rem; color: #333; text-align: left; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.article .cont-page a:hover { color: #0158C4; -webkit-transform: translate3d(5px, 0, 0); -moz-transform: translate3d(5px, 0, 0); -ms-transform: translate3d(5px, 0, 0); -o-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0); text-decoration: none; }
.article.about .title { margin: 0 0 .3rem; }
.article ul a, .article a { color: #2196f3; }
.article ul a:hover, .article a:hover { text-decoration: underline; }

.dept-box .dept-item { margin: 0 0 .35rem; }
.dept-box .title { margin: 0 0 .18rem; padding: 0 0 0 3px; border-left: 8px solid #DAB96A; }
.dept-box .title p { padding: 0 0 0 .18rem; font-size: 0.24rem; font-weight: 700; line-height: 0.56rem; color: #0158C4; text-align: left; background: linear-gradient(90deg, rgba(12, 99, 200, 0.2), rgba(255, 255, 255, 0.2) 80%); }

@keyframes ani2 { 0% { right: 100%; }
  100% { right: -4px; } }
.dept-link { font-size: 0; margin: 0 -0.6rem; }
.dept-link > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.6rem; }
.dept-link li { margin: 0 0 .28rem; }
.dept-link a { position: relative; display: -ms-flexbox; display: flex; align-items: center; height: .7rem; font-size: 0.2rem; font-weight: 500; line-height: 0.3rem; color: #323232; text-align: left; border-bottom: 1px dashed rgba(12, 99, 200, 0.2); -webkit-transition: all 0.28s linear 0s; -moz-transition: all 0.28s linear 0s; -ms-transition: all 0.28s linear 0s; -o-transition: all 0.28s linear 0s; transition: all 0.28s linear 0s; }
.dept-link a::before { display: inline-block; content: ""; width: 5px; height: 5px; margin: 0 .2rem 0 0; border: 1px solid #0158C4; border-radius: 50%; -webkit-transition: all 0.28s linear 0s; -moz-transition: all 0.28s linear 0s; -ms-transition: all 0.28s linear 0s; -o-transition: all 0.28s linear 0s; transition: all 0.28s linear 0s; }
.dept-link a::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; content: ""; width: 0%; height: 1px; background: #0158C4; }
.dept-link a i { position: absolute; top: auto; right: -4px; bottom: -4px; left: auto; z-index: 1; width: 4px; height: 7px; background-image: url("../images/icon16.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.dept-link a:hover { color: #0158C4; font-weight: 700; }
.dept-link a:hover::before { background: #0158C4; }
.dept-link a:hover::after { width: 100%; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; }
.dept-link a:hover i { background: none; border-top: 3px solid transparent; border-right: 5px solid transparent; border-bottom: 3px solid transparent; border-left: 5px solid #0158C4; animation: ani2 .5s ease; }

@font-face {
    font-family: "Bebas";
    src: url("../font/BebasNeue-1.otf");
}
.zhy-tit { position: absolute; bottom: 25%; z-index: 2; left: calc(50% - 800px); display: flex; align-items: center; width: 5.12rem; height: 1.58rem; padding: .3rem .2rem .3rem .85rem; background: linear-gradient(129deg, #0F58B1 28%, rgba(15, 88, 177, 0) 100%); }
.zhy-tit::after { position: absolute; top: 0; left: 0; z-index: 1; width: 0; height: 0; border: .5rem solid transparent; border-top-color: #DAB96A; border-left-color: #DAB96A;  content: ""; }
.zhy-tit h3 { position: relative; z-index: 2; padding: 0 0 0 .2rem; border-left: 3px solid #E5AD4F; font-size: .36rem; line-height: .4rem; color: #fff; }

.zhy-section { padding: 0 0 .9rem; background: url("../images/index_bg3.jpg") no-repeat 50% 100%; background-color: #fff; }
.zhy-section .container { justify-content: space-between; }
.zhy-section .zhy-box { width: 49%; margin: 0 0 0; }
.zhy-section .zhy-box:nth-child(1), .zhy-section .zhy-box:nth-child(2) { margin: 0 0 .3rem; }
.zhy-box ul { padding: .15rem .3rem .2rem;  border: 1px solid #E2E2E2; }

.zhy-box .list2 li { flex-wrap: wrap; }
.zhy-box .list2 li:last-child { border: none; }
.zhy-box .list2 li:first-child { padding: .2rem 0; }
.zhy-box .list2 li:first-child .title { color: #005BAC; font-weight: 700; line-height: .3rem; }
.zhy-box .list2 li:first-child .date { line-height: .3rem; }
.zhy-box .list2 .title { font-size: .18rem; }
.zhy-box .list2 .title::before { width: 6px; height: 6px; line-height: .77rem; }
.zhy-box .list2 .date { line-height: .76rem; background-image: url("../images/icon15_3.png"); color: #999; }
.zhy-box .list2 .info { width: 100%; margin: .08rem 0 0; padding: 0 0 0 calc(6px + .15rem); font-size: .16rem;  color: #005BAC; opacity: .8; }
.zhy-box .list2 li:hover .date { color: #005BAC; background-image: url("../images/icon15_1.png"); background-size: 16px; }

.list3 li:first-child a { padding-top: 0; }
.list3 li:last-child a { padding-bottom: 0; border-bottom: none; }
.list3 a { position: relative; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; padding: .18rem 0; border-bottom: 1px dashed #CBCBCB; }
.list3 .title { font-size: .18rem; line-height: .32rem; }
.list3 a:hover .title { color: #005BAC; font-weight: 700; }
.list3 .date1 { position: relative; z-index: 2; width: 86px; font-family: "Bebas"; font-size: .16rem; line-height: .5rem; background: url("../images/date_bg1.png") no-repeat 50% 50%; background-size: 100% 100%; }
.list3 .date1 p:first-child { height: .5rem; line-height: .56rem; }
.list3 .date1 p:last-child { font-size: .16rem; height: .32rem; line-height: .35rem; color: #fff; background: #0158C4; }
.list3 .title { position: relative; z-index: 2; width: calc(100% - 86px); padding: 0 0 0 .24rem; }
.list3 li { -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.list3 li:hover { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.list3 li:hover a { border-color: #0158C4; }

#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 .1rem !important; font-family: Arial; text-align: center; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a { font-size: .15rem; width: auto; height: auto; margin-top: 5px; -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; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: 10px 12px; color: #6a6a6a; border: 1px solid #DCDCDC; border-radius: 3px; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #0158C4; font-weight: bold; color: #fff; border-color: #0158C4; }
#list-page .p_t { padding: 0 .1rem 0 0; color: #6a6a6a; }
#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 (min-width: 1025px)  {
    .zhy-box .list2, .zhy-box .list3 { transition: all .2s; -ms-transition: all .2s; }
    .zhy-box .list2:hover, .zhy-box .list3:hover { box-shadow: 0 4px .2rem 0 rgba(0, 30, 68, .1); background: #fff; }
}

@media screen and (max-width: 1778px) { .index-layer1::before, .news-swiper4::after { width: 5vw; }
  .index-layer2 .top-box::after, .zhy-tit { left: 5%; }
  .header .right-wrapper { width: calc(100% - 5.5rem); } }
  @media screen and (max-width: 1778px) {
    .nav li a { font-size: .2rem; }
  }
@media screen and (max-width: 1024px) { .header { padding: 10px 0 !important; transition: all .2s; }
  .header .right-wrapper { padding: 0; }
  .header .right-wrapper .top-link, .header .right-wrapper .nav, .header .right-wrapper .search-btn { display: none; }
  .header.mobile-show { background: #0158C4; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .header.mobile-show::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 !important; }
  .pad-btn .nav-btn { display: block; }
  .mobile-box { display: block; }
  .banner .img { height: auto; padding: 42% 0 0; }
  .index-layer1 .left-box { width: 100%; }
  .index-layer1 .left-box .news-swiper1 { width: 100%; }
  .index-layer1 .left-box .picture1 { width: 100%; }
  .index-layer1 .right-box { width: 100%; }
  .news-swiper1 { margin: 0 0 .15rem; border: none; }
  .news-swiper1 .text { padding-left: 0; }
  .news-swiper1 .img-frame .img { padding: 60% 0 0; }
  .picture1 .img-frame .img { padding: 60% 0 0; }
  .column { margin: .35rem 0 .3rem; }
  .column h3 { font-size: .3rem; }
  .column2 .en { display: none; }
  #to-top { display: none !important; }
  .footer .foot-layer1 { flex-wrap: wrap; padding: .2rem 0; }
  .footer .foot-layer1 .right-box { width: 100%; justify-content: space-between; }
  .footer .foot-layer2 { flex-direction: column; }
  .foot-logo { width: 100%; margin: 0 0 .2rem; text-align: center; }
  .foot-logo img { max-height: .65rem; }
  .foot-link { margin: 0; }
  .foot-contact { padding: .2rem 0; }
  .foot-contact p { margin: 0 0 .1rem; }
  .sidebar { width: 100%; margin: .15rem 0 0; padding: 0; border-radius: 3px; overflow: hidden; }
  .sidebar h3 { display: -ms-flexbox; display: flex; justify-content: space-between; position: relative; font-size: .21rem; line-height: .5rem; font-weight: 700; background: #0158C4; border-width: 2px; text-indent: 0; }
  .sidebar h3::after { display: none; }
  .sidebar h3 i { width: .5rem; height: .5rem; background-image: url(../images/subNav.svg); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.24rem; cursor: pointer; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
  .sidebar h3.down i { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  .sidebar h3 .return-sup { display: block; width: .5rem; height: .5rem; background-image: url("../images/down2.svg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.3rem; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  .sidebar .sub-nav { display: none; min-height: auto; margin: 0; padding: 0; font-size: 0; background: #fff; border: 1px solid #0158C4; border-radius: 0 0 4px 4px; }
  .sidebar .sub-nav li { padding: 0 4%; }
  .sidebar .sub-nav li .lv3 { padding-top: 0; }
  .sidebar .sub-nav a { text-align: left; font-size: .18rem; line-height: .6rem; }
  .sidebar .sub-nav .down { height: .45rem; }
  .main { width: 100%; padding: .2rem 0 0; margin: 0; box-shadow: none; background: none; }
  .main::before { display: none; }
  .position { padding: 0 0 .1rem; margin: 0; }
  .zhy-tit { bottom: 15%; height: auto; padding-top: .2rem; padding-bottom: .2rem; overflow: hidden; }
  .zhy-tit::after { border-width: .3rem; }
  .zhy-tit h3 { font-size: .3rem; }
  .zhy-section .zhy-box { width: 100%; margin: 0 !important; }
  .dept-link { margin: 0 -.3rem; }
  .dept-link > li { padding: 0 .3rem; } }
@media screen and (max-width: 768px) { .container { max-width: 92%; }
  .index-layer1::before, .news-swiper4::after { width: 4vw; }
  .index-layer2 .top-box::after { left: 4%; }
  .banner .pagination { bottom: .16rem; }
  .column h3 { font-size: .26rem; }
  .column h3 .en { font-size: .16rem; }
  .picture1 .text { padding: .2rem; }
  .picture1 .text .title { margin: 0 0 .12rem; }
  .list1 a { padding: .2rem .15rem; }
  .news-swiper2 { padding: 0 .22rem 0 0; }
  .news-swiper2 .swiper-container { margin: 0 -.12rem; background: #fff; }
  .news-swiper2 .img-scale { padding: .2rem .12rem; }
  .news-swiper4 .gallery-thumbs { margin: 0 .12rem -1px .42rem; }
  .news-swiper4 .gallery-bottom .swiper-slide { flex-direction: column-reverse; }
  .news-swiper4 .gallery-bottom .text { width: 100%; padding: .12rem .22rem .25rem; }
  .news-swiper4 .gallery-bottom .content { margin: .12rem 0 .15rem; }
  .news-swiper4 .gallery-bottom .img-scale { width: 100%; }
  .news-swiper4 .gallery-bottom .img-scale .img { padding: 40% 0 0; }
  .news-swiper4 .arrow.swiper-prev { left: .12rem; }
  .news-swiper5 .arrow { top: calc(50% - .16rem); width: .32rem; height: .32rem; background-size: .1rem; }
  .news-swiper5 .arrow.swiper-prev { left: 0; }
  .news-swiper5 .arrow.swiper-next { right: 0; }
  .index-layer4 { padding: 0 0 .35rem; }
  .position { padding: 0; }
  .position h3, .position .line { display: none; }
  .place { padding-top: .06rem; padding-bottom: .06rem; line-height: .22rem; white-space: initial; }
  .main { padding: .1rem 0 0; }
  .decorate { padding: 40% 0 0; }
  .picture2 { margin: 0; }
  .picture2 .img-scale { padding-left: 0; padding-right: 0; }
  .picture2 .img-frame { width: 2.2rem; padding: 1.5rem 0 0; }
  .picture2 .text { width: calc(100% - 2.2rem); padding-left: .2rem; padding-top: 0; }
  .picture2 .info { margin: 6px 0 10px; }
  .picture3 { margin: .2rem -.12rem 0; }
  .picture3 > li { width: 50%; padding: 0 .12rem; }
  #list-page .p_pages a, #list-page span, #list-page .p_goto a { font-size: .14rem; margin: 0 0 5px; }
  #list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: 8px 10px; }
  #list-page .p_goto input { display: none; }
  .zhy-tit { display: none; }
  .zhy-box ul { padding: .1rem .15rem .1rem; }
  .dept-box .dept-item { margin: 0 0 .25rem; }
  .dept-box .title { margin: .1rem 0 0; }
  .dept-link { margin: 0 -.2rem; }
  .dept-link > li { width: 50%; padding: 0 .2rem; margin: 0 0 .1rem; } }
@media screen and (max-width: 520px) { .header { padding: 7px 0 !important; }
  .logo { height: 40px !important; }
  .logo img { max-height: 40px !important; }
  .mobile-box { top: 54px; height: calc(100vh - 54px); }
  .mobile-box .nav { height: calc(100% - 1.6rem); }
  .mobile-box .top-link a { margin: 0 .1rem; }
  .pad-btn .nav-btn { width: 30px; }
  .pad-btn .nav-btn i { margin: 8px 0; }
  .pad-btn .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0px, 10px) rotate(45deg); -moz-transform: translate(0px, 10px) rotate(45deg); -ms-transform: translate(0px, 10px) rotate(45deg); -o-transform: translate(0px, 10px) rotate(45deg); transform: translate(0px, 10px) rotate(45deg); }
  .pad-btn .nav-btn.close i:nth-child(3) { -webkit-transform: translate(0px, -10px) rotate(-45deg); -moz-transform: translate(0px, -10px) rotate(-45deg); -ms-transform: translate(0px, -10px) rotate(-45deg); -o-transform: translate(0px, -10px) rotate(-45deg); transform: translate(0px, -10px) rotate(-45deg); }
  .banner .img { padding: 55% 0 0; }
  .banner .pagination { bottom: .12rem; }
  .banner .pagination .swiper-pagination-bullet { margin: 0 3px; }
  .decorate { padding: 45% 0 0; }
  .footer .foot-layer1 .right-box { flex-direction: column; align-items: center; }
  .foot-link { margin: 0 0 .2rem; }
  .copy { flex-direction: column; }
  .list2 li { padding: .14rem 0; flex-direction: column; }
  .list2 .title { width: 100%; margin: 0 0 5px; overflow: visible; text-overflow: clip; white-space: initial; line-height: .26rem; }
  .list2 .title::before { width: 6px; height: 6px; }
  .list2 .date { line-height: .35rem; }
  .zhy-box .list2 .info { padding: 0; }
  .zhy-box .list2 .date { line-height: .34rem; }
  .list3 .date1 { width: 70px; }
  .zhy-section { padding: 0 0 .4rem; }
  .column { margin: .25rem 0 .2rem; }
  .list3 .title { width: calc(100% - 70px); padding: 0 0 0 .15rem; }
  .zhy-box .list2 .info { text-overflow: clip; white-space: initial; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;  }
  .zhy-box .list2 li:first-child { padding-top: 0; }
  .zhy-box .list2 li:last-child { padding-bottom: 0; }
  .picture2 .img-scale { flex-wrap: wrap; border-bottom: 1px dashed #c8c8c8; }
  .picture2 .img-frame { width: 100%; padding: 66% 0 0; }
  .picture2 .text { width: 100%; padding-top: .2rem; padding-left: 0 !important; }
  .picture3 { margin: .2rem 0 0; }
  .picture3 > li { width: 100%; margin: 0 0 .3rem; padding: 0 0; }
  .dept-link { margin: 0; }
  .dept-link > li { width: 100%; padding: 0; } }
@media screen and (max-width: 380px) { .column h3 .en { display: none; } }


@media screen and (max-width: 1024px) {
    html { font-size: 90px; }
    .title, .list2 li { transition: none; -ms-transition: none; }
}