@media (max-width: 1024px) {
    .w_96 {width: 92%;}
}
.root-w-1000 .auto{max-width: 1000px;}

/* 引入字体影响网站加载速度
@font-face{font-family:'HarmonyOS_Sans_SC_Regular';src: url('../fonts/HarmonyOS_Sans_SC_Regular.ttf');}
@font-face{font-family:'HarmonyOS_Sans_SC_Medium';src: url('../fonts/HarmonyOS_Sans_SC_Medium.ttf');}
@font-face{font-family:'HarmonyOS_Sans_SC_Black';src: url('../fonts/HarmonyOS_Sans_SC_Black.ttf');}
@font-face{font-weight:400;font-family:'Oswald';src: url('../fonts/Oswald-Regular.ttf');}
@font-face{font-weight:700;font-family:'Oswald';src: url('../fonts/Oswald-Bold.ttf');}
@font-face{font-family:'QingkeHuangyou';src: url('../fonts/QingkeHuangyou.woff');}
*/

body{font-family:'HarmonyOS_Sans_SC_Regular';}
a:hover {color: #0d4292;}
.pr{position: relative;}
.ab{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}


/*Top002262*/
.Top002262 {position:fixed; z-index: 100; width: 100%; left: 0; top: 0; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.1);}
.Top002262 .top-nav{border-bottom: 1px solid #eee;}
.Top002262 .top-nav aside{overflow: hidden; }
.Top002262 .top-column{ border-left: 1px solid #eee; padding: 0 2vw; line-height:calc(54 / 16 * 1em);}
.Top002262 .top-column b{font-size: calc(22 / 16 * 1em); padding: 0 5px; line-height: 1; background-clip: text; color: #0d4292;line-height:calc(50 / 22 * 1em); }

.Top002262 .top-yd a{color: #f08618;float: left; padding: 0 2vw;line-height:calc(54 / 16 * 1em); border-left: 1px solid #eee; font-weight: bold;}
.Top002262 .top-yd span{ padding-left: calc(30 / 16 * 1em); position: relative;}
.Top002262 .top-yd i{display: block; position: absolute; left: 0; top: 0; background-repeat: no-repeat; background-position:center; background-size:contain; width: calc(20 / 16 * 1em); height:calc(18 / 16 * 1em);}
.Top002262 .top-yd i.on{display:none;}
.Top002262 .top-yd a:hover{color:#fff; background: #0d4292;}
.Top002262 .top-yd a:hover i{display: none;}
.Top002262 .top-yd a:hover i.on{display:block;}

.Top002262 .header-left{ float: left; width: 30%; display:table;  height: calc(84 / 16 * 1em);max-width:200px;}
.Top002262 .logo{ display:table-cell; vertical-align:middle;}
.Top002262 .header-mids,
.Top002262 .header-right{ float:right;}
.Top002262 .header-right dd{ float:left;padding: calc(26 / 16 * 1em) 0;}
.Top002262 .search{ position:relative; z-index:99;}
.Top002262 .open-search{ background:url(../images/Top002262-search.svg) no-repeat center center; width:calc(32 / 16 * 1em); height:calc(32 / 16 * 1em);display:block; background-size:auto calc(20 / 16 * 1em);}
.Top002262 .open-search.on:before ,
.Top002262 .open-search.on:after { background: #0d4292;}
.Top002262 .top-search{ position:absolute; top:100%; right:0; z-index:100; border:1px solid #b4b4b4; background:rgba(0,0,0,0.2); }
.Top002262 .top-search .text{width:calc(254 / 16 * 1em);line-height:calc(46 / 16 * 1em);height:calc(46 / 16 * 1em); color:#fff; padding:0 50px 0 10px; background: none}
.Top002262 .top-search .btn{ position:absolute; right:0; top:0; line-height:calc(46 / 16 * 1em); width:calc(46 / 16 * 1em); text-align:center; color:#fff; font-weight:bold; font-size:1em; }
.Top002262 .top-search .btn::before{position: absolute; content: '';border: 8px solid transparent; border-bottom-color:#b4b4b4;top: -16px;right: 4px;}
.search-show .Top002262 .top-search{display: block;}

.Top002262 .top-language{ position:relative; margin-right:1.5vw;}
.Top002262 .top-language a{ display:block; line-height:calc(30 / 14 * 1em); width:calc(32 / 14 * 1em); cursor:pointer; text-align: center; color: #0461b2; border:1px solid #0461b2; border-radius: 50%; font-size: calc(14 / 16 * 1em); }
.Top002262 .top-language a:hover{color:#fff; background:#0461b2; }


.Top002262 .header-right .open-menu{ position: relative;}
.Top002262 .header-mids li {position: relative;}
.Top002262 .header-mids li .sub{display: none;}
.Top002262 .header-mids li span,
.Top002262 .header-mids li a{display:block;}

@media(min-width:1025px){
.Top002262 .header-mids{margin-right:2vw;} 
.Top002262 .header-right dd:last-child{display: none;}
.Top002262 .header-mids li{ margin-right:0.5vw;float: left; }
.Top002262 .header-mids li span{ padding:0 20px;position:relative; }
.Top002262 .header-mids li span a{ line-height:calc(84 / 22 * 1em); position:relative; color:#333; font-size: calc(22 / 16 * 1em);}
.Top002262 .header-mids li span a::before{ position:absolute; content:''; left:50%; bottom:0;  height:10px; width:0; transition:ease-in-out 0.3s; transform:translateX(-50%);
border-radius:4px 4px 0 0;}
.Top002262 .header-mids li span a:hover::before,
.Top002262 .header-mids li.aon span a::before{width:100%; background:#0d4292;}
.Top002262 .header-mids li span a:hover,
.Top002262 .header-mids li.aon span a{color:#0d4292; }
}

@media (min-width:1025px) {
    .Top002262 .header-mids li .sub{width: 200px;left:50%;transform: translateX(-50%);}
}
@media (max-width:1024px) {
    .Top002262 .top-nav {display: flex;justify-content: space-between;}
    .Top002262 .top-nav:after {display: none;}
    .Top002262 .open-menu i{margin-top: 0;background-color: #0d4292;}
    .Top002262 .header-left{height: calc(60 / 16 * 1em);}
    .Top002262 .header-right dd{padding: calc(15 / 16 * 1em) 0;}
    .Top002262 .open-menu{margin:calc(8 / 16 * 1em) 0; margin-left:calc(25 / 16 * 1em) ;width:calc(40 / 16 * 1em) ;height:calc(40 / 16 * 1em) ;z-index: 101;}
    .Top002262 .header-mids{position: fixed; right: -100%;opacity: 0; top:calc(60 / 16 * 1em) ;bottom: 0;padding-top: 14vw;overflow: auto; z-index: 99; width: 65%;box-shadow: 0 10px 10px rgba(0,0,0,0.1);transition: 0.5s; background:rgba(255,255,255,0.95);}
    .menu-show .Top002262 .header-mids{right:-1px;opacity: 1; }
    .Top002262 .open-menu:not(.on) i:nth-child(1){margin-top:calc(-10 / 16 * 1em);}
    .Top002262 .open-menu:not(.on) i:nth-child(3){margin-top:calc(10 / 16 * 1em);}
    .Top002262 .logo img { max-height: calc(40 / 16 * 1em);}
    .Top002262 .header-mids li{border-bottom: 1px solid #eaeaea;}
    .Top002262 .header-mids li span{line-height:calc(50 / 16 * 1em) ;padding:0 4em 0 2em;font-size:4vw ;}
    .Top002262 .header-mids li .sub dt {padding: 0 2em;text-align: left;}
    .Top002262 .has-multi aside .op-multi:before,
    .Top002262 .has-multi aside .op-multi:after,
    .Top002262 .has-sub span .op:before,
    .Top002262 .has-sub span .op:after{ transform: translate(0,0); width: 7px;}
    .Top002262 .has-multi aside .op-multi:after,
    .Top002262 .has-sub span .op:after{height: 7px; width: 2px;}
    .Top002262 .has-multi aside .op-multi,
    .Top002262 .has-sub span .op{right: 2%;transform: rotate(135deg);}
    .Top002262 .has-sub span .op:before,
    .Top002262 .has-sub span .op:after{background-color: #0d4292;}
    .Top002262 .has-sub span .op.click{ transform: rotate(225deg);}
    .Top002262_fixed .open-menu i{background: #666;}
}





/*Banner003077 */
.Banner003077{position: relative;}
.Banner003077 .Banner{background: #000; position: relative; z-index: 2;}
.Banner003077 .dots{position: absolute;left:2vw; top:42%; transform: translateY(-50%); z-index: 20;}
.Banner003077 .dots li{list-style: none;position: relative;width: 68px; height: 18px;}
.Banner003077 .dots li button{position: absolute;left: 0; top: 0; content: ''; background: none;color: #fff;font-family:Arial; border: 0;padding: 0; font-weight: bold;line-height: 1; opacity: 0; transition: 0.3s; width:1em; font-size: 18px;}
.Banner003077 .dots li.slick-active button{opacity: 1;}
.Banner003077 .dots li:not(:last-child){margin-bottom: 40px;}
.Banner003077 .dots li:before,
.Banner003077 .dots li:after{position: absolute; content:'';transition: 0.3s;}
.Banner003077 .dots li:after{width: 8px; top: 50%;left: 4px; margin-top: -4px; border-radius: 50%; height: 8px;border: solid 1px #ffffff;}
.Banner003077 .dots li.slick-active:after{opacity: 0;}
.Banner003077 .dots li:before{width: 0;height: 3px;background-color:#fff;top: 50%;right: 0; margin-top: -1.5px; }
.Banner003077 .dots li.slick-active:before{width: 25px;}

.Banner003077 .number{padding:0 1.5vw; background: #fff; border-radius:calc(60 / 16 * 1em); box-shadow:0 0 10px rgba(0,0,0,0.1); display: flex;} 
.Banner003077 .number dl{position: relative;  padding:calc(40 / 16 * 1em)  2vw; display: flex; justify-content: center;align-items: center;  line-height: 1;}
.Banner003077 .number dl .icon img{max-height:calc(40 / 16 * 1em);}
.Banner003077 .number dt{ font-size:2.864586vw; color:#0d4292; padding:0 16px; font-weight: bold; font-family:'Oswald';}
.Banner003077 .number dd .t-1{font-size:calc(30 / 16 * 1em);color:#0d4292;}
.Banner003077 .number dd .t-2{color: #777; }
.Banner003077 .number dl:nth-child(2n) dt,
.Banner003077 .number dl:nth-child(2n) dd .t-1{color:#49c5d9;}
.Banner003077 .number dl:nth-child(3n) dt,
.Banner003077 .number dl:nth-child(3n) dd .t-1{color:#f08618;}

@media(min-width:1025px){
.Banner003077 .wap{display: none;}
.Banner003077 .Ispic{display:block; width: 100%; height:580px;}
.Banner003077 .ban-bot{margin-top:calc(-70 / 16 * 1em); position: relative; z-index: 3;}
.Banner003077 .number .auto{display:flex;}
.Banner003077 .number dl{ width:calc(100% / 3);}
.Banner003077 .number dl:not(:last-child){ border-right: 1px solid #e3e4eb;}
}
@media(max-width:1024px){
    .Banner003077 .number {margin-top: 6vw;border-radius: 14px;}
    .Banner003077 .number dl {flex-wrap: wrap;}
    .Banner003077 .number dt {font-size: 6vw;margin: 3vw 0 0;}
    .Banner003077 .number dd {text-align: center;}
    .Banner003077 .number dl .icon {flex-shrink: 0;width: 100%;text-align: center;}
    .Banner003077 .number dl .icon img {display:inline-block;width: auto}
.Banner003077 .Ispic{display: none;}
}

@media(max-width:640px){
.Banner003077 .dots li{width: 40px;}
.Banner003077 .dots li.slick-active:before{width: 15px;}
.Banner003077 .dots li:not(:last-child){margin-bottom: 20px;}
}


/*首页标题 */
.Hometit{padding-bottom:calc(44 / 1920 * 100vw);text-align: center;}
.Hometit .t1{font-size: calc(42 / 16 * 1em);color:#0d4292;  display: inline-block;font-family:'HarmonyOS_Sans_SC_Black'; line-height: 1; letter-spacing:6px; text-indent:6px;}
.Hometits .t1{background-image:none; color:#fff;}
.Hometit .t2{font-size: calc(20 / 16 * 1em);color:#0068c3; margin-bottom:18px; font-family:'HarmonyOS_Sans_SC_Medium';}

@media (max-width: 1024px) {
    .Hometit {padding-bottom: 5vw;}
    .Hometit .t1 {font-size: 6vw;}
}


/*更多 */
.index-more{text-align: center;}
.index-more a{display: inline-block;border: solid 2px #f08618; line-height: calc(45 / 16 * 1em); border-radius: calc(10 / 16 * 1em); padding: 0 calc(50 / 16 * 1em) 0 calc(20 / 16  * 1em); background: url(../images/more.svg) no-repeat right calc(20 / 16 * 1em) center; background-size: calc(12 / 16 * 1em) auto; transition: 0.3s; color:#f08618; }
.index-more a:hover{background-color:#f08618; background-image: url(../images/more-on.svg); border-color:#f08618; color: #fff; }



/*Floor003065 */
.Floor003065{padding:calc(70 / 1920 * 100vw) 0 calc(100 / 1920 * 100vw);}
.Floor003065 .tit{font-size: calc(26 / 16 * 1em); color:#333; line-height:1.5; font-family:'HarmonyOS_Sans_SC_Medium';}
.Floor003065 .txt{color:#777; line-height:1.75;margin:1vw 0 3vw; text-align:justify;}
.Floor003065 .pic{position: relative;}
.Floor003065 .video{border-radius: 20px; overflow: hidden; position: relative;}
.Floor003065 .video .my-video{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: none;
	z-index: 4;
}
.Floor003065 .year{padding:10px 30px; color: #fff;background:#0d4292; border-radius:10px; display: inline-block; position: absolute; z-index: 5;;left:-3vw; bottom:80px;}
.Floor003065 .year b{font-size:2.25vw; margin-left: 10px; font-family:'Oswald';}
.Floor003065 .play{position: absolute; left: 0; top: 0; width: 100%; height: 100%; cursor: pointer; z-index: 3; }
.Floor003065 .play:before,
.Floor003065 .play:after,
.Floor003065 .play i{position: absolute;border-radius: 50%; left: 50%; top: 50%;transform: translate(-50%,-50%);}
.Floor003065 .play i{ width:calc(80 / 16 * 1em);height:calc(80 / 16 * 1em); z-index: 4; background:url("../images/icon-play.svg") no-repeat center center #fff; background-size:calc(20 / 16 * 1em) auto;}
.Floor003065 .play:before,
.Floor003065 .play:after{content: '';background-color: #fff;opacity: 0.11; transform-origin: 0 0;}
.Floor003065 .play:before{width:calc(120 / 16 * 1em);height:calc(120 / 16 * 1em);animation:infinite scale 2s;}
.Floor003065 .play:after{width:calc(150 / 16 * 1em);height:calc(150 / 16 * 1em);animation:infinite scale2 2s;}
.Floor003065 .index-more{text-align:left;}
@keyframes scale{
0%{ transform: scale(1) translate(-50%,-50%); opacity:.3}
100%{ transform: scale(1.3) translate(-50%,-50%); opacity: 0;}
}
@keyframes scale2{
0%{ transform: scale(1) translate(-50%,-50%);opacity:.3;}
100%{ transform: scale(1.6) translate(-50%,-50%);opacity:0;}
}
@media(min-width:1025px){
.Floor003065 .con{width:44%; padding-right:3.5vw;  }
}
@media(max-width:1024px){
    .Floor003065 {padding: 12vw 0;}
    .Floor003065 .ytable,
    .Floor003065 .ytable-cell {display: block;}
    .Floor003065 .con {margin-bottom: 4%;}
    .Floor003065 .tit {font-size: 4.5vw;}
    .Floor003065 .play:before {width: calc(90 / 16 * 1em);height: calc(90 / 16 * 1em);}
    .Floor003065 .play:after {width: calc(110 / 16 * 1em);height: calc(110 / 16 * 1em);}
}





/*Floor003096 */
.Floor003096{position: relative; z-index: 1;}
.Floor003096 .Ispic{display: block; height:800px;}
.Floor003096 .txt{font-size: calc(20 / 16 * 1em); opacity: 0.9;}
.Floor003096 .ul{display: flex; margin:3vw auto 5vw;}
.Floor003096 li{padding:2vw 1vw; background: rgba(255,255,255,0.5); width:calc((100% - calc(120 / 16 * 1em)) / 4); border-radius: 20px; }
.Floor003096 li:not(:last-child){margin-right: calc(40 / 16 * 1em);}
.Floor003096 li b{ display: block; font-size: calc(66 / 16 * 1em); line-height: 0.75; font-family:'Oswald'; letter-spacing: 5px; text-indent:5px;}
.Floor003096 li p{margin:14px 0 0; line-height: 1; font-size: calc(20 / 16 * 1em);}
.Floor003096 .index-more a:not(:hover){border-color:#0d4292; background-color: #0d4292; background-image: url(../images/more-on.svg); color:#fff; }

@media(min-width:1025px){
  .Floor003096 .txt-area{position: absolute; left: 0; top: 0; width: 100%; height: 100%;z-index: 2; color: #fff;}
  .Floor003096 .auto{height: 100%;}
  .Floor003096 .ytable{width: 100%; height: 100%; text-align: center;}
}



/*Floor003097 */
.Floor003097{position: relative; z-index: 1;}
.Floor003097 .Ispic{display: block; height:800px;}
.Floor003097 .txt{font-size: calc(20 / 16 * 1em); opacity: 0.9;}
.Floor003097 .txt-area{position: absolute; left: 0; top: 0; width: 100%; height: 100%;z-index: 2; color: #fff;}
.Floor003097 .auto{height: 100%;}
.Floor003097 .ytable{width: 100%; height: 100%; text-align: center;}
.Floor003097 .ul{display: flex; margin:3vw auto 5vw;}
.Floor003097 li{ display: flex;justify-content: center;align-items: flex-end;padding: calc(53 / 16 * 1em) 0;  width:calc(240 / 16 * 1em);  border-radius:14px;box-shadow: inset 0 0 41px 11px rgba(255, 255, 255, 0.6);position: relative;background: rgba(33, 112, 149, 0.8);}
.Floor003097 li:not(:last-child){margin-right: calc(12 / 16 * 1em);}
.Floor003097 li b{ display: block; font-size: calc(90 / 16 * 1em); line-height: calc(68 / 90 * 1em); font-family: 'QingkeHuangyou';}
.Floor003097 li p{margin:18px 0 0; line-height: 1; font-size: calc(20 / 16 * 1em);}

.Floor003097 li i{ position:absolute; left:0; width:100%;}
.Floor003097 li i::before,
.Floor003097 li i::after{ width:15px; height:15px; position:absolute; content:''; top:-3px;border-top:3px solid #f08618; }
.Floor003097 li i::before{ left:-3px;border-left:3px solid #f08618;}
.Floor003097 li i::after{ right:-3px;border-right:3px solid #f08618;}
.Floor003097 li i.up{ top:0;}
.Floor003097 li i.down{ bottom:0; transform:rotate(180deg); -ms-transform:rotate(180deg); -webkit-transform:rotate(180deg);}

.Floor003097 .index-more a:not(:hover){border-color:#f08618; background-color: #f08618; background-image: url(../images/more-on.svg); color:#fff; }
.Floor003097 .index-more a:hover {border-color:#0d4292; background-color: #0d4292; background-image: url(../images/more-on.svg); color:#fff; }

@media(min-width:1025px){

}
@media(max-width:1024px){
    .Floor003097 li {width: 24%;}
    .Floor003097 li b {font-size: 8vw;}
    .Floor003097 .txt {font-size: 4vw;}
    .Floor003097 .Ispic {height: 400px;}
}



/*Floor003098 */
.Floor003098{position: relative; z-index: 1;}
.Floor003098 .Ispic{display: block; height:800px;}
.Floor003098 .txt{font-size: calc(20 / 16 * 1em); opacity: 0.9;}
.Floor003098 .ul{display: flex; margin:3vw auto 5vw; background:rgba(13, 66, 146, 0.7); border-radius:0 20px; position: relative;}
.Floor003098 .ul:before,
.Floor003098 .ul:after{position: absolute; content: ''; border: 2px solid #f08618; width: 30px; height: 30px;}
.Floor003098 .ul:before{left:-2px; top:-2px; border-right: 0;border-bottom: 0;}
.Floor003098 .ul:after{right:-2px; bottom:-2px; border-top: 0;border-left: 0;}
.Floor003098 li{ width:25%;  position: relative; text-align: left; padding:2vw 0;}
.Floor003098 li:not(:last-child){border-right: 1px solid rgba(0, 0, 0, 0.15);}
.Floor003098 li b{ display:inline-block; font-size: calc(66 / 16 * 1em); line-height:1; font-family:'Oswald'; position: relative; color: #f08618; }
.Floor003098 li p{margin:0 0 18px; line-height: 1; font-size: calc(20 / 16 * 1em); }
.Floor003098 li b,
.Floor003098 li p{padding:0 2vw;}
.Floor003098 .index-more a:not(:hover){border-color:#fff; background-color: #fff; background-image: url(../images/more4.svg); color:#0d4292; }

@media(min-width:1025px){
  .Floor003098 .txt-area{position: absolute; left: 0; top: 0; width: 100%; height: 100%;z-index: 2; color: #fff;}
  .Floor003098 .auto{height: 100%;}
  .Floor003098 .ytable{width: 100%; height: 100%; text-align: center;}
}





/* Floor003196 */
.Floor003197{padding:calc(100 / 1920 * 100vw) 0;}
.Floor003197 .ul{margin-bottom:3vw;}
.Floor003197 .pic{overflow: hidden; border-radius:20px;}
.Floor003197 .Ispic{padding-bottom:63.637%; transition: 0.3s ease-out; }
.Floor003197 li:hover .Ispic{transform: scale(1.1);}
.Floor003197 time{line-height:calc(36 / 16 * 1em); color: #999; padding-left:calc(28 / 16 * 1em); background: url(../images/time.svg) no-repeat center left; background-size: auto calc(18 / 16 * 1em); display: block;} 
.Floor003197 li .txt{padding: 0 0.5vw 2vw; border-bottom:2px solid #eaeaea;} 
.Floor003197 li .tit{font-size:calc(19 / 16 * 1em); margin: 1.5vw 0; color: #555; font-family:'HarmonyOS_Sans_SC_Medium'; } 
.Floor003197 li time{float: right;} 
.Floor003197 .more i{display: inline-block; padding:0 calc(50 / 15 * 1em) 0 calc(24 / 15 * 1em); line-height: calc(40 / 15 * 1em); border: solid 1px #0d4292; border-radius: calc(36 / 15 * 1em); color:#0d4292; background: url(../images/bm.svg) no-repeat right calc(24 / 15 * 1em) center; transition: 0.3s; background-size: auto calc(16 / 15 * 1em); font-size: calc(15 / 16 * 1em); font-style: normal;}

.Floor003197 li:hover .tit{color:#0d4292; } 
.Floor003197 li:hover .more i{background-color:#0d4292; border-color:#0d4292;color:#fff; background-position: left calc(26 / 15 * 1em) center; padding: 0 calc(30 / 15 * 1em) 0 calc(57 / 15 * 1em);background-image: url(../images/bm-on.svg)}

@media (min-width:1025px) {
  .Floor003197 li{float: left; width:calc((100% - calc(60 / 16 * 1em)) / 3 );}
  .Floor003197 li:not(:nth-of-type(3n)){margin-right:calc(30 / 16 * 1em);}
  .Floor003197 li:nth-of-type(3n) ~ li{margin-top:calc(30 / 16 * 1em);}
}
@media (max-width:1024px) {
    .Floor003197 {padding: 12vw 0;}
    .Floor003197 li {margin-bottom: 4vw;}
    .Floor003197 li .txt {padding-bottom: 4vw;}
    .Floor003197 li .tit {margin: 3.5vw 0;}
}









/*Floor003066*/
.Floor003066{position: relative; z-index: 1; padding:calc(100 / 1920 * 100vw) 0; background:url(../images/Floor003066-bg.jpg) no-repeat center; background-size:cover;}
.Floor003066 .ul{display: flex;}
.Floor003066 li{padding:2vw 1vw 4.5vw; background:#fff; text-align: center; border-radius: 10px; position: relative; overflow: hidden;}
.Floor003066 li .icon{display: block; width: calc(60 / 16 * 1em); height: calc(60 / 16 * 1em); border-radius: 50%;background:#0d4292; margin: 0 auto 1vw; position: relative;transition: .3s;}
.Floor003066 li .icon img{position: absolute; left: 50%; top: 50%; max-width:calc(24 / 16 * 1em); max-height: calc(24 / 16 * 1em); transform: translate(-50% , -50%);}
.Floor003066 li:hover .icon {transform: rotateY(180deg);}
.Floor003066 li .tit{font-size: calc(20 / 16 * 1em);}
.Floor003066 li .num{font-size:7vw; position: absolute; bottom:-10%; left: 0; line-height: 0.7; font-family: Arial; font-weight: bold; color:#0d4292;opacity:0.06;width: 100%;}
@media (min-width:1025px) {
  .Floor003066 li{width:calc((100% - calc(120 / 16 * 1em)) / 5 );}
  .Floor003066 li:not(:nth-of-type(5n)){margin-right:calc(30 / 16 * 1em);}
}
@media (max-width:1024px) {
    .Floor003066 {padding: 12vw 0;}
    .Floor003066 .ul {flex-wrap:wrap;justify-content: center;}
    .Floor003066 li {width: 31%;margin: 1%;}
    .Floor003066 li .tit {font-size: 4vw;}
}


/*Floor003083 */
.Floor003083{padding:calc(100 / 1920 * 100vw) 0; }
.Floor003083 .auto{position: relative; z-index: 2;}
.Floor003083 .slick-dots{position: relative; text-align: center; margin-top: 23px;}
.Floor003083 .slick-dots li{display: inline-block;position: relative;width: 28px; height: 28px; list-style: none; margin: 0 5px;}
.Floor003083 .slick-dots li button{ padding: 0; width:28.572%;height: 28.572%;background: #0d4292; border-radius: 50%; position: absolute; left: 50%; top: 50%;transform: translate(-50%,-50%);font-size: 0; border: 0;}
.Floor003083 .slick-dots li.slick-active button{background:#0d4292; width: 50%; height: 50%;}
.Floor003083 .slick-dots li.slick-active:before{position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; border: 2px solid #0d4292; border-radius: 50%;clip:rect(0 28px 7px 0);animation:zhuan 2s infinite linear;}
@keyframes zhuan{
0%{transform: rotate(-360deg);}
100%{transform: rotate(0);}
}

.Floor003083  .slick-arrow{position: absolute;top: 50%;cursor: pointer;padding: 0;background: none; border-left: 3px solid #ccc;border-top: 3px solid #ccc;}
.Floor003083  .slick-arrow:hover{ border-left-color: #0d4292;border-top-color:#0d4292;}
.Floor003083  .slick-prev{ transform: rotate(-45deg);}
.Floor003083  .slick-next{transform: rotate(135deg);}

.Floor003083 .slider{margin: 0 -25px;}
.Floor003083 .slick-slide{overflow: hidden;  padding:15px;}
.Floor003083 .slick-slide > div{float: left;padding:10px;}
.Floor003083 .slick-slide a{position: relative; z-index: 3; display: block;padding:10px; background: #fff; border-radius: 10px; box-shadow: 0 0 5px rgba(0,0,0,0.1);}
.Floor003083 .slick-slide .url:hover a{ box-shadow:none;}
.Floor003083 .slick-slide .Ispic{height:80px;background-size: contain;}
.Floor003083 .slick-slide .url{position: relative;}
.Floor003083 .slick-slide .url:before{position: absolute; left: -7px; top: -7px; right: -7px; bottom: -7px; content: '';background: #fff;box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); opacity: 0;transition: 0.3s; border-radius: 10px;}
.Floor003083 .slick-slide .url:hover:before{opacity: 1;}
.Floor003083 .slick-slide .url:hover{z-index: 4;}
@media(min-width:1281px){
.Floor003083 .slick-arrow{width: 30px;height: 30px;margin-top: -15px;}
.Floor003083 .slick-prev{left: -40px;}
.Floor003083 .slick-next{right: -40px;}
}
@media(max-width:1280px){
.Floor003083 .slider{padding: 0 4vw;}
.Floor003083 .slick-arrow{width: 3vw;height: 3vw;margin-top: -1.5vw;}
.Floor003083 .slick-prev{left: 0;}
.Floor003083 .slick-next{right: 0;}
}
@media(min-width:1025px){
.Floor003083 .slick-slide > div{width:calc(100% / 5);}
}
@media(min-width:641px) and (max-width:1025px){
.Floor003083 .slick-slide > div{width:calc(100% / 3);}
}
@media(max-width:640px){
.Floor003083 {padding: 12vw 0;}
.Floor003083 .slider {margin: 0;}
.Floor003083 .slick-slide > div{width: 50%;}
.Floor003083 .slick-slide .Ispic{height: 28vw;}
}



/*Floor003196 */
.Floor003196{background:#f5f5f5;background-size: cover; padding:calc(100 / 1920 * 100vw) 0;}
@media (max-width:1024px) {
.Floor003196 .box-new-company{ margin-bottom: calc(30 / 16 * 1em);}
}
.Floor003196 .ytable-cell{ vertical-align: top;}
.Floor003196 [class*=box-new-] a:hover{color:#0d4292;}
.Floor003196 [class*=box-new-] h4.tit{margin: 0; font-weight: normal;}
.Floor003196 .box-new-industry{background-color:#fff; padding:0 calc(34 / 16 * 1em); border-radius: 10px;}
.Floor003196 a.inner{display: block; }
.Floor003196 a.inner .txt{border-right: 1px solid  rgba(0,0, 0, 0.1);border-left: 1px solid rgba(0,0, 0, 0.1); padding-left: calc(24 / 16 * 1em); padding-right: calc(34 / 16 * 1em);}
.Floor003196 .label{display:block;width: calc(100 / 16 * 1em);text-align: center;color:#fff;line-height: calc(30 / 13 * 1em);border-radius:10px; font-size: calc(13 / 16 * 1em);}
.Floor003196 .label.l1{background:#0d4292;}
.Floor003196 .label.l2{background:#49c5d9;}
.Floor003196 a.inner h4.tit{margin:1em 0;font-size: calc(18 / 16 * 1em); line-height: calc(30 / 18 * 1em);height: calc((32 / 18 * 1em) * 2);font-family:'HarmonyOS_Sans_SC_Medium';}
.Floor003196 a.inner p{ color: #666; line-height: calc(30 / 16 * 1em); margin-bottom: calc(50 / 16 * 1em); height: calc((30 / 16 * 1em) * 2);}
.Floor003196 .box-new-company .pic{overflow: hidden;margin-bottom: calc(40 / 16 * 1em); border-radius: 10px;}
.Floor003196 .box-new-company .Ispic{padding-bottom:61.25%; transition: 0.3s;}
.Floor003196 a.inner:hover .Ispic{transform: scale(1.12);}

.Floor003196 a.inner .more{color:#999;display: inline-block; padding-right: calc(30 / 16 * 1em); background: url(../images/more3.svg) no-repeat right center; background-size:1em auto;transition: 0.3s;}
.Floor003196 a.inner:hover .more{padding-right:calc(50 / 16 * 1em);  background-image: url(../images/more.svg); color:#f08618;}

.Floor003196 .list li{display: table;width: 100%; height: calc(166 / 16 * 1em);}
.Floor003196 .list li+li{border-top: 1px solid #eaeaea;}
.Floor003196 .list li a{display: table-cell; vertical-align: middle;}
.Floor003196 .list li .label{display:inline-block; margin-right: 10px;}

.Floor003196 .list h4.tit{line-height:calc(30 / 16 * 1em); margin: calc(14 / 16 * 1em) 0; font-family:'HarmonyOS_Sans_SC_Medium';}
.Floor003196 .list li time{line-height:calc(28 / 16 * 1em); color: #999; padding-left:calc(28 / 16 * 1em); background: url(../images/time.svg) no-repeat center left; background-size: auto calc(18 / 16 * 1em); display: block;} 


@media (min-width:1025px) {
  .Floor003196 .box-new-company{width: calc(490 / 1400 * 100%);}
  .Floor003196 a.inner{margin-right:calc(30 / 16 * 1em);}
}
@media (max-width:1024px) {
    .Floor003196 {padding: 12vw 0;}
    .Floor003196 a.inner .txt {border:0;}
}



/*Bottom002695*/
.Bottom002695{background:url(../images/Bottom002695-bg.jpg) no-repeat center;}
.Bottom002695 .ul{display: flex;}
.Bottom002695 li{width: calc(100% / 3);padding:3vw ; border-right: 1px solid rgba(255,255,255,0.25);}
.Bottom002695 li:first-child{border-left: 1px solid rgba(255,255,255,0.25);}
.Bottom002695 .tit{font-size: calc(20 / 16 * 1em); color:#fff; border-left: 3px solid #fff; line-height: 1; padding-left: 14px; margin-bottom: 20px; font-weight: bold;}
.Bottom002695 dd{line-height: calc(30 / 16 * 1em); padding:15px 0; color: rgba(255,255,255,0.8);}
.Bottom002695 dd:not(:last-child){padding-left: calc(34 / 16 * 1em); background-position:left calc(20 / 16 * 1em); background-repeat: no-repeat; background-size:auto calc(18 / 16 * 1em);}
.Bottom002695 dd+dd{border-top: 1px dashed rgba(255,255,255,0.25);}
.Bottom002695 dd:nth-child(1){background-image: url(../images/Bottom002695-icon1.svg);}
.Bottom002695 dd:nth-child(2){background-image: url(../images/Bottom002695-icon2.svg);}
.Bottom002695 dd:nth-child(3){background-image: url(../images/Bottom002695-icon3.svg);}
.Bottom002695 dd:last-child img{display: block; max-width: 110px; margin-top:20px; border-radius:6px;}

.Bottom002695 .copyright{color: rgba(255,255,255,0.95);line-height:calc(30 / 16 * 1em); padding:1.5vw 0; border-top: 1px solid rgba(255,255,255,0.2); text-align: center;}
.Bottom002695 .copyright a{ color: #fff;}
.Bottom002695 a:hover{color:#0d4292;}

@media (max-width: 1024px) {
    .Bottom002695 .ul{display: none;}
}




/*Other002539 */
.Other002539{ position:fixed; z-index:200; right:2vw;}
.Other002539  li{ position:relative;}
.Other002539  li+li{ margin-top: 10px;}
.Other002539 li figure{ position:absolute;top:0;right:calc(95 / 16  * 1em);background:#0d4292;color:#fff;display:none;padding:12px; width:150px;text-align: center;border-radius: 10px;} 
.Other002539 li figure img{ display:block; width:100%; border-radius: 10px; } 
.Other002539 li figure p{margin-top:5px; font-size:calc(14 / 16 * 1em); } 
.Other002539 a{ display:block; width:calc(85 / 13 * 1em); background-color:#0d4292; border-radius: 10px; font-size: calc(13 / 16 * 1em); color: #fff; text-align: center; padding:calc(20 / 13 * 1em) 0;}
.Other002539 .icon{ display:block; width:100%; height:20px;  background-repeat: no-repeat; background-position: center; background-size:contain; margin-bottom:8px;}
.Other002539 li:hover a{ background-color:#49c5d9; color: #fff;}
.Other002539 li.top .icon{ background-image: url(../images/Other002539-icon4.svg);}
@media(min-width:1025px){
.Other002539{ top:50%; transform:translateY(-50%);}
.Other002539 ul{ display:block !important;}
}
@media(max-width:1024px){
.Other002539{ display:none;}
}







/*Banner002730 */
.Banner002730{ position:relative;}
@media(min-width:1025px){
.Banner002730 figure{ height:500px;}
.Banner002730 img{ display:none;}
}
@media(max-width:1024px){
.Banner002730 figure{ display:none;}
.Banner002730 img{ width:100%; display:block;}
}




.listtit{margin-bottom: 2vw; font-size:calc(32 / 16 * 1em);color: #0d4292;font-family:'HarmonyOS_Sans_SC_Black'; line-height:1.25; padding-left: 4px;}
.listtit i{display: inline-block; position: relative; z-index: 4; display: inline-block; font-style: normal;}
.listtit i::after{position:absolute;left:0; bottom: 0; content: " "; display:block; width:120%; height:12px; transform: skewX(-20deg); z-index:-1;
  background: -moz-linear-gradient(left, rgba(13,66,146,0.3) 0%, rgba(13,66,146,.01) 100%);
  background: -webkit-linear-gradient(left,rgba(13,66,146,0.3) 0%, rgba(13,66,146,.01) 100%);
  background: linear-gradient(to right, rgba(13,66,146,0.3) 0%, rgba(13,66,146,.01) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d4292', endColorstr='#49c5d9', GradientType=1);}




.listsubtit{ padding-bottom: calc(50 / 28 * 1em);font-size: calc(28 / 16 * 1em); text-align: center;color:#333; }
.listsubtit span {position: relative;font-size: calc(32 / 28 * 1em);font-family:'HarmonyOS_Sans_SC_Medium';font-weight:bold;color: #0d4292;}
.listsubtit span:after{content:'';position: absolute;left: -8px;bottom:0;width: calc(293 / 32 * 1em);height: calc(13 / 32 * 1em);margin: 0 auto;background: url("../images/txt_head_bg2.png") no-repeat center/contain;z-index: -1;}

@media (max-width: 1024px) {
    .listtit {margin-bottom: 5vw;font-size: 5.5vw;}
    .listtit i::after {max-width: 100%;}
    .listsubtit {padding-bottom: 8vw;font-size: 5.5vw;}
}







/*RighInfo002814*/
.RighInfo002814{padding:calc(100 / 1920 * 100vw) 0 calc(50 / 1920 * 100vw) ;}
.RighInfo002814 .listtit aside{margin-left: auto; margin-right: auto;}
.RighInfo002814 .main{border-top:none; line-height: 2;}
.RighInfo002814 .tit{font-size: calc(22 / 16 * 1em); color: #0d4292; margin-bottom:22px; border-left: 3px solid #0d4292; line-height: 1; padding-left:14px;}
.RighInfo002814 p{margin: 0; color: #333; line-height:1.75;}
.RighInfo002814 p+p{margin-top:1vw;}






/*PicList002950*/
.PicList002950{ padding: calc(50 / 1920 * 100vw) 0;}
.PicList002950 .list2{padding-top:0.3vw;}
.PicList002950 .t1{font-size: calc(25 / 16 * 1em); color:#0d4292; text-align: center; margin-bottom: 2vw; }
.PicList002950 .txt{padding:2vw 3vw; position: relative; overflow: hidden; background:#fff; }
.PicList002950 .num{font-size:20vw; position: absolute; left: 0; right: 0; top:50%; text-align: center; font-family: Arial; font-weight: bold; line-height:1;color: #0d4292; opacity: 0.02; transform: translateY(-50%);}
.PicList002950 .tit{font-size: calc(22 / 16 * 1em); color:#0d4292; margin-bottom:1vw; padding-left: 20px; position: relative;z-index: 1; line-height: 1.5; }
.PicList002950 .tit:after{display: block;content: '';background:#0d4292; width:5px; height:calc(100% - 10px); position: absolute; left: 0; top:5px; }
.PicList002950 .word{color: #777; line-height:2;}

.PicList002950 .list2 .box{ display: flex; flex-wrap: wrap;}
.PicList002950 .list2 dl{ width:100%; display:table;background: #f1f8ff; margin-bottom:1%; overflow: hidden;}
.PicList002950 .list2 dl > *{ display:table-cell; vertical-align:middle;}
.PicList002950 .list2 dt{ width:calc(110 / 16 * 1em);}
.PicList002950 .list2 dt b{display: block;width:calc(60 / 22 * 1em);  height:calc(60 / 22 * 1em); border-radius: 50%; background: #49c5d9; color: #fff; font-size:calc(22 / 16 * 1em); position: relative;overflow: hidden; line-height:calc(60 / 22 * 1em); text-align: center; margin: 0 auto; font-family:'Oswald';}
.PicList002950 .list2 dd p{ padding:30px; padding-left: 0; color:#333; margin:0;}
@media(min-width:1025px){
.PicList002950 .pic,
.PicList002950 .txt{width:50%; }
}
@media(min-width:769px){
.PicList002950 .list2 dl{width:32.6%;margin-right:1%;}
.PicList002950 .list2 dl:nth-child(3n){ margin-right:0;}
}
@media(max-width:768px) and (min-width:481px){
.PicList002950 .list2 dl{ width:48%;}
}




/*Floor002958*/
.Floor002958{ padding: calc(100 / 1920 * 100vw) 0;}
.Floor002958 li{float: left; position: relative;padding-top: 68px; z-index: 1;}
.Floor002958 li .pic{overflow: hidden;border-radius: 10px;}
.Floor002958 li .Ispic{padding-bottom:105%; transition: 0.3s; }
.Floor002958 li a:hover .Ispic{transform: scale(1.2);-webkit-transform: scale(1.2);-ms-transform: scale(1.2);}
.Floor002958 li .txt{position: absolute; width: 136px; height: 136px; text-align: center; border-radius: 50%;top:0; left: 50%; background: #0d4292; margin-left: -68px;z-index: 20;color: #fff;transition: 0.3s;}
.Floor002958 li:nth-child(2n) .txt{background: #49c5d9;}
.Floor002958 li a:hover .txt{background:#fff;  color:#0d4292; box-shadow: 0 0 5px rgba(0,0,0,0.15);}
.Floor002958 li:nth-child(2n) a:hover .txt{color:#49c5d9;}
.Floor002958 li .txt aside{line-height:1;}
.Floor002958 li .txt aside b{font-size:calc(28 / 16 * 1em);display: block; font-family: Arial; margin-bottom: 10px;}
.Floor002958 li .txt .ytable{height: 100%;}
@media(min-width:641px) {
.Floor002958 li{width: 23.833%;}
.Floor002958 li:not(:nth-child(4n)){margin-right: 1.556%;}
.Floor002958 li:nth-child(4n) ~ li{margin-top:1.556%;}
}
@media(min-width:641px) and (max-width:1024px){
.Floor002958 li{padding-top: 7vw; }
.Floor002958 li .txt{width: 14vw; height:14vw;margin-left: -7vw;}
}
@media(max-width:640px){
.Floor002958 li{width: 48%;}
.Floor002958 li:not(:nth-child(2n)){margin-right: 4%;}
.Floor002958 li:nth-child(2n) ~ li{margin-top: 4%;}
}
@media(max-width:480px){
.Floor002958 li{padding-top: 14vw; }
.Floor002958 li .txt{width: 28vw; height:28vw;margin-left: -14vw;}
}



/*Floor002959*/
.Floor002959{ padding: calc(50/ 1920 * 100vw) 0; }
.Floor002959-1{ padding: calc(100/ 1920 * 100vw) 0; }
.Floor002959 li{background:#f1f8ff;padding: 1.5vw 0 0; border-radius: 10px;border: 1px solid #ced9ff;}
.Floor002959 dl{padding:0.5vw 1vw 2vw;}
.Floor002959 .tit{display: inline-block; padding: 8px 1.2vw; background: #0d4292;color: #fff; font-size: calc(17 / 16 * 1em);border-radius: 0 10px 10px 0;font-weight: normal;}
.Floor002959 dd{border-bottom: 1px dashed #d0dfef; line-height: 1.5; padding:10px 0; color: #333; padding-left:18px; position: relative;}
.Floor002959 dd:before{display:block;content: '';width: 10px;height: 1px ;background:#ccc;position:absolute; left:0;top:22px;}
@media(min-width:1025px) {
 .Floor002959 .ul{ display: flex;flex-wrap: wrap;}
 .Floor002959 .w4 li{width:calc((100% - 9%) / 4);}
 .Floor002959 .w3 li{width:calc((100% - 6%) / 3);}
 .Floor002959 .w2 li{width:calc((100% - 3%) / 2);}
 .Floor002959 .w4 li:not(:nth-child(4n)),
 .Floor002959 .w3 li:not(:nth-child(3n)),
 .Floor002959 .w2 li:not(:nth-child(2n)){ margin-right: 3%;}
 .Floor002959 .w4 li:nth-child(4n) ~ li,
 .Floor002959 .w3 li:nth-child(3n) ~ li,
 .Floor002959 .w2 li:nth-child(2n) ~ li{ margin-top: 3%;}

}
@media(max-width:1024px) {
    .Floor002959 li {margin-bottom: 4vw;}
}





/*Floor0029596*/
.Floor0029596{ padding: calc(100 / 1920 * 100vw) 0; }
.Floor0029596 li{background: #f9f9f9; border-radius: 10px;}
.Floor0029596 dl{padding:0.5vw 2vw 2vw;}
.Floor0029596 .tit{display: inline-block;  padding: 8px 1.2vw; background: #0d4292; color: #fff;font-size: calc(17 / 16 * 1em);border-radius: 0 10px 10px 0; font-weight: normal;}
.Floor0029596 dd{ line-height: 1.8;}
@media(min-width:641px) {
 .Floor0029596 .ul,
 .Floor0029596 dl{ display: flex;flex-wrap: wrap;}
 .Floor0029596 li{width:22.7%;}
 .Floor0029596 li h1{font-size: 20px; color: #333; text-align: center;margin-bottom: 5px;}
 .Floor0029596 dd{width:100%;color: #333;    text-align: center;}
 .Floor0029596 li:not(:nth-child(4n)){ margin-right: 3%;}
 .Floor0029596 dd:not(:nth-child(4n)){ margin-right: 5%;}
}




/*Floor002645 */
.Floor002645{ padding:calc(50 / 1920 * 100vw) 0 calc(100 / 1920 * 100vw);}

/*swiper*/
.Floor002645 .swiper-container,
.Floor002645 .swiper-wrapper,
.Floor002645 .swiper-slide {position: relative;width: 100%;}
.Floor002645 .swiper-container,
.Floor002645 .swiper-wrapper{z-index: 1;}
.Floor002645 .swiper-container {overflow: hidden;}
.Floor002645 .swiper-container-multirow>.swiper-wrapper {-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.Floor002645 .swiper-container-android .swiper-slide, 
.Floor002645 .swiper-wrapper {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
.Floor002645 .swiper-wrapper{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-transition-property: -webkit-transform;transition-property: -webkit-transform;-o-transition-property: transform;transition-property: transform;transition-property: transform,-webkit-transform;}
.Floor002645 .swiper-wrapper {-webkit-box-sizing: content-box;box-sizing: content-box;}
.Floor002645 .swiper-slide {-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;-webkit-flex-shrink: 0;-ms-flex-negative: 0;flex-shrink: 0;}
/*swiper end*/
.Floor002645 li{ background:#f1f8ff; border-radius:20px; overflow: hidden;}
.Floor002645 li .pic{overflow:hidden;}
.Floor002645 li .pic img{ display:block; width:100%;}
.Floor002645 li .txt{padding:20px; text-align: center;}
.Floor002645 li .txt > *{ margin:0; font-weight:normal;}
.Floor002645 li .txt h3{ font-size:calc(20 / 16 * 1em); margin-bottom:10px;}
.Floor002645 li:hover .txt h3 a{ color:#0d4292; font-weight:bold;}
.Floor002645 li .txt p{ line-height:calc(26 / 16 * 1em);}

.Floor002645 .box{position: relative; z-index: 1;}
.Floor002645 .swiper-button-next,
.Floor002645 .swiper-button-prev{position: absolute;top:50%;cursor: pointer;padding: 0;background: none; border-left: 3px solid #ccc;border-top: 3px solid #ccc; z-index: 10;}
.Floor002645 .swiper-button-next:hover,
.Floor002645 .swiper-button-prev:hover{ border-left-color: #0d4292;border-top-color:#0d4292;}
.Floor002645 .swiper-button-next{transform: rotate(135deg);}
.Floor002645 .swiper-button-prev{ transform: rotate(-45deg);}

.Floor002645 .pagers{ padding-top:5%; text-align:center;}
.Floor002645 .pagers span{ display:inline-block; width:12px; height:12px; border:2px solid #eaeaea; border-radius:50%; cursor:pointer; margin:0 5px;}
.Floor002645 .pagers span.swiper-pagination-bullet-active{ background:#0d4292; border-color:#0d4292;}
@media(max-width:1400px){
.Floor002645{ padding-left:2%; padding-right:2%;}
}

@media(min-width:1281px){
  .Floor002645 .swiper-button-next,
  .Floor002645 .swiper-button-prev{width: 30px;height: 30px;margin-top: -15px;}
  .Floor002645 .swiper-button-prev{left: -40px;}
  .Floor002645 .swiper-button-next{right: -40px;}
}
@media(max-width:1280px){
  .Floor002645 .box{padding: 0 5vw;}
  .Floor002645 .swiper-button-next,
  .Floor002645 .swiper-button-prev{width: 3vw;height: 3vw;margin-top: -1.5vw;}
  .Floor002645 .swiper-button-prev{left: 0;}
  .Floor002645 .swiper-button-next{right:0;}

}


.RighInfo002815{padding: calc(50 / 1920 * 100vw) 0;}  
.RighInfo002815 li{background: #f1f8ff; padding:50px 30px; text-align: center; position: relative; border-radius:10px;}  
.RighInfo002815 li .num{font-size:12vw; text-align: center; position: absolute; left:50%; top: 50%; transform: translate(-50%,-50%); opacity: 0.03; color: #0d4292; font-weight: bold; line-height: 1;}  
.RighInfo002815 li .icon{display: block; width: calc(80 / 16 * 1em); height: calc(80 / 16 * 1em); border-radius: 50%; background:#0d4292; position: relative; margin:0 auto;}  
.RighInfo002815 li .icon img{display: block; max-width: calc(32 / 16 * 1em); max-height: calc(32 / 16 * 1em); position: absolute;left: 50%; top: 50%; transform: translate(-50%,-50%);}  
.RighInfo002815 li .tit{font-size:calc(22 / 16 * 1em);margin: 1em 0; color: #333; font-family:'HarmonyOS_Sans_SC_Medium';}  
.RighInfo002815 li .txt{line-height: 1.75; color: #666;}  
@media(min-width:1025px){
.RighInfo002815 .ul{display: flex; flex-wrap: wrap;}
.RighInfo002815 li{width:48.5%;}
.RighInfo002815 li:not(:nth-child(2n)){margin-right:3%;}
.RighInfo002815 li:nth-child(2n) ~ li{margin-top:3%;}
}
@media(max-width:1024px){
    .RighInfo002815 li {margin-bottom: 4vw;}
}


.RighInfo002816{padding: calc(50 / 1920 * 100vw) 0;}  
.RighInfo002816 li{text-align: center; position: relative; border-radius:10px; overflow: hidden;cursor: pointer; }  
.RighInfo002816 .Ispic{display: block; width: 100%; padding-bottom:53.199%;}  
.RighInfo002816 .txt{text-align: center;  color: #333; margin-top: 2vw;}  
.RighInfo002816 .t1{font-size: calc(30 / 16 * 1em);  font-family:'HarmonyOS_Sans_SC_Medium';}  
.RighInfo002816 .t2{font-size: calc(22 / 16 * 1em); opacity: 0.85; margin-top:5px;}  
@media(min-width:1025px){
.RighInfo002816 .ul{display: flex; flex-wrap: wrap;}
.RighInfo002816 li{width:48.5%; background: #000;}
.RighInfo002816 .Ispic{opacity: 0.6;}
.RighInfo002816 li:not(:nth-child(2n)){margin-right:3%;}
.RighInfo002816 li:nth-child(2n) ~ li{margin-top:3%;}
.RighInfo002816 .txt{position: absolute; left: 15%; width: 70%; top: 50%; transform: translateY(-50%); color: #fff; margin: 0;}
}
@media(max-width:1024px){
    .RighInfo002816 ul {display: flex;flex-wrap: wrap;justify-content: space-between;}
    .RighInfo002816 li {width: 48.5%;margin-bottom: 3%;}
    .RighInfo002816 .t1 {font-size: 4vw;}
    .RighInfo002816 .t2 {font-size: 3.5vw;}
}




/*Floor003183 */
.Floor003183{overflow: hidden; padding:calc(100 / 1920 * 100vw) 0; }
.Floor003183 .box{display: block;position: relative;  overflow: hidden; }
.Floor003183 .pic{position: relative; overflow: hidden; border-radius: 10px;}
.Floor003183 .Ispic{padding-bottom:58.873%;transition: 0.3s ease-out;}
.Floor003183 .txt{padding: calc(20 / 16 * 1em) 0; font-size: calc(22 / 16 * 1em);transition: 0.5s; border-bottom:3px solid #eaeaea;}
.Floor003183 .txt time{display: block; font-size: calc(15 / 22 * 1em); color: #999;}
.Floor003183 .tit{margin-top: calc(10 / 22 * 1em); color: #333;}
.Floor003183 .box:hover .Ispic{transform: scale(1.15);}
.Floor003183 .pic a{ width:100%; height:100%; position:absolute; left:0; top:0; background-color:rgba(0,0,0,0.5); }
.Floor003183 .pic a::before,
.Floor003183 .pic a::after{position: absolute; content:'';z-index: 5;top: 50%;left: 50%;}
.Floor003183 .pic a::before{width: 70px;height: 70px;border: 3px solid #fff;margin-left: -35px;margin-top: -35px;border-radius: 50%;}
.Floor003183 .pic a::after{width: 0;height: 0;border-top: 15px solid transparent;border-bottom: 15px solid transparent;border-left: 20px solid #fff;margin-left: -6px;margin-top: -15px;}
.Floor003183 .video_files{position:absolute; left:0; top:0; width:100%; height:100%; z-index:10;}
.Floor003183 .video_files video{width:100%; height:100%; background-color:#000;}
.Floor003183 .video_files .close{position: absolute;right: 3%;top: 3%;z-index: 10;width: 30px;height: 30px;border-radius: 50%;background-color: #0d4292;cursor: pointer;}
.Floor003183 .video_files .close::before,
.Floor003183 .video_files .close::after{ position:absolute; content:''; width:3px; height:70%; border-radius:3px; background-color:#fff; left:13px; top:5px;}
.Floor003183 .video_files .close::before{ transform:rotate(45deg);}
.Floor003183 .video_files .close::after{ transform:rotate(-45deg);}

@media(min-width:1025px){
  .Floor003183 .ul{display: flex; flex-wrap: wrap;} 
  .Floor003183 li{width: 48%;} 
  .Floor003183 li:not(:nth-child(2n)){margin-right: 4%;} 
  .Floor003183 li:nth-child(2n) ~ li{margin-top:5%;} 
}

/*Form002319*/
.Form002319{padding:0 0 calc(100 / 16 * 1em) 0 ;}
.Form002319 .box{ margin-top:calc(30 / 16 * 1em);padding: calc(40 / 16 * 1em) 0 calc(60 / 16 * 1em);box-shadow: 0 0 10px 0 rgba(5, 49, 158, 0.22); background: #fff; border-radius: 14px;}
.Form002319 .box+.box{margin-top:calc(30 / 1920 * 100vw);}
.Form002319 .word{ line-height: 2;margin:0 auto 3vw; display: block;padding-right:5%;padding-left:5%;background: url(../images/yinhao-r.svg) no-repeat right top;background-size:2% auto; position: relative; width:90%; max-width: 1200px;  text-align: center; font-size: calc(17 / 16 * 1em); padding-top:0.5vw; }
.Form002319 .word:before{position: absolute; content: ''; left: 0; top: 0;width:2%;height: 100%;background: url(../images/yinhao-l.svg) no-repeat left top;background-size: contain;}
.Form002319 .subtit{ font-size: calc(24 / 16 * 1em); color:#0d4292; line-height: calc(60 / 24 * 1em); margin-bottom:calc(40 / 1920 * 100vw);background-color: #f1f4f9;}
.Form002319 .subtit span { display:inline-block;padding-left:calc(22 / 16 * 1em); border-left: 5px solid #0d4292;line-height: calc(24 / 24 * 1em);}
.Form002319 .form { padding: 0 calc(40 / 16 * 1em)}

.Form002319 .row dl{ width: 100%; position: relative;  margin-bottom:calc(5 / 16 * 1em); line-height: calc(38 / 16 * 1em);  }
.Form002319 .row dl dt {color:#333;}
.Form002319 .row dl dd { border: 1px solid #dfdfdf;border-radius: 6px;line-height:calc(48 / 16 * 1em);  }
.Form002319 input.text{  border: 0;background: none; display: block; width: 100%;padding: 0 calc(20 / 16 * 1em); line-height:3;  color: #333;font-size: 1em;border-radius: 6px;}
.Form002319 select {margin-left:calc(20 / 16 * 1em);border:0;font-size: 1em;}
.Form002319 .select1 dl dd {padding: 0 calc(20 / 16 * 1em);}
.Form002319 .select1 dl dd select {width:100%;margin: 0;color: rgba(51, 51, 51, 0.22);}
.Form002319 .select3 dl dd select {width:calc(100 / 16 * 1em); }
.Form002319 .textarea{  border: 0;background: none; display: block; width: 100%;height: calc(100 / 16 * 1em);padding: calc(10 / 16 * 1em) calc(20 / 16 * 1em); line-height:1.5;  color: #333;font-size: 1em;border-radius: 6px;resize: none; }
.Form002319 .textarea200{ height: calc(200 / 16 * 1em);}
.Form002319 input::placeholder,
.Form002319 textarea::placeholder{ color: rgba(51, 51, 51, 0.22);}

.Form002319 .ul{display: flex;  flex-wrap: wrap;padding: 0 calc(40 / 16 * 1em)}
.Form002319 .ul li{display: inline-flex;align-items: center;justify-content: center;cursor: pointer; padding:calc(15 / 16 * 1em) calc(40 / 16 * 1em); text-align: center; color: #333; background: #f2f5fa; border-radius:5px; line-height:calc(24 / 16 * 1em);}
.Form002319 .ul li.other{width: 100%; padding: 0;background: none;}
.Form002319 .ul li.other aside {flex-shrink: 0;line-height:calc(48 / 16 * 1em);margin-right:calc(12 / 16 * 1em);}
.Form002319 .ul li.other input {border: 1px solid #dfdfdf;border-radius: 6px;line-height:calc(48 / 16 * 1em);}
.Form002319 .ul li.on{background: #0d4292; color: #fff;}

.Form002319 .huakuai{display: block; width: 70%; max-width:420px; margin:3vw auto; position: relative; text-align: center;}
.Form002319 .huakuai .con{width: 100%; line-height: calc(50 / 15 * 1em); color: #aaa; background: #f9f9f9; font-size: calc(15 / 16 * 1em);}
.Form002319 .huakuai span{display: block; width: calc(80 / 16 * 1em); height: 100%; position: absolute; left: 0; top: 0; background:url(../images/more3.svg) no-repeat center #fff; border:1px solid #eaeaea; background-size: auto calc(14 / 16 * 1em); border-radius: 5px;}
.Form002319 .btn{text-align: center;padding-top: calc(60 / 16 * 1em);}
.Form002319 .btn input{ background:#0d4292; cursor:pointer; padding:0; border:none; width:calc(180 / 16 * 1em); height:calc(50 / 16 * 1em); line-height: calc(50 / 16 * 1em); font-size: 1em; color:#fff; border-radius:10px;transition: .3s;}
.Form002319 .btn input:hover{ background-color: #49c5d9;}

@media(min-width:1025px){
.Form002319 .row2 dl{ float: left; width:48.5%;}
.Form002319 .row3 dl{ float: left; width:31.3%;}
.Form002319 .row2 dl:last-child{ float: right;}
.Form002319 .row3 dl:not(:last-child){ margin-right:3%;}
.Form002319 .select3 dl dd select:not(:last-child) {margin-right: calc(60 / 16 * 1em); }
.Form002319 li{margin-right: 2%;}
.Form002319 .w4 li{width: calc((100% - 6%) / 4);}
.Form002319 .w3 li{width: calc((100% - 4%) / 3);}
.Form002319 .w2 li{width: calc((100% - 2%) / 2);}
.Form002319 li:last-child,
.Form002319 .w4 li:nth-child(4n),
.Form002319 .w3 li:nth-child(3n),
.Form002319 .w2 li:nth-child(2n){margin-right: 0;}
.Form002319 .w4 li:nth-child(4n) ~ li,
.Form002319 .w3 li:nth-child(3n) ~ li,
.Form002319 .w2 li:nth-child(2n) ~ li{margin-top:2%;}
}
@media(max-width:1024px){
    .Form002319 .subtit {font-size: 5vw;margin-bottom: 4vw;}
    .Form002319 .select3 dl dd {width: 100%;padding: 0 calc(20 / 16 * 1em);}
    .Form002319 .select3 dl dd select {width: 32%;margin-left: 0;}
    .Form002319 .ul {justify-content: space-between;}
    .Form002319 .ul li {width: 48.5%;margin-bottom: 4vw;padding: 2vw;}
}



/*RighInfo003148*/
.RighInfo003148{padding:calc(100 / 1920 * 100vw) 0;}

.RighInfo003148 .info{line-height: 1.75; color: #333;}
.RighInfo003148 .info p{margin: 0;}
.RighInfo003148 .info p+p{margin-top:calc(40 / 16 * 1em);}
.RighInfo003148 .info .img{display: flex; margin: 2vw 0;}
.RighInfo003148 .info .img li{border-radius: 10px; overflow: hidden;}
.RighInfo003148 .info .img li:not(:last-child){margin-right: calc(20 / 16 * 1em);}
.RighInfo003148 .list{ margin-top:calc(100 / 1920 * 100vw);}
.RighInfo003148 .list .con{ position:relative;padding:calc(40 / 16 * 1em); border-radius: 15px; box-shadow: 0 0 10px 0 rgba(5, 49, 158, 0.22);overflow: hidden;}
.RighInfo003148 .list .con:before {content:'';position:absolute;width: 100%;height: 4px;top:0;left:0;background: #0d4292;transition: .3s;opacity: 0;}
.RighInfo003148 .list .con:hover:before {opacity: 1;}
.RighInfo003148 .list .con+.con{ margin-top: calc(30 / 16 * 1em);}
.RighInfo003148 .list .title{ line-height:calc(30 / 20 * 1em); font-size:calc(20 / 16 * 1em); cursor:pointer; position:relative;  color: #333;font-family: 'HarmonyOS_Sans_SC_Medium';}
.RighInfo003148 .list .title img {width:calc(43 / 20 * 1em);margin-right: 10px;}
.RighInfo003148 .list .title i{ position:absolute; width:22px; height:22px; background:#0d4292; border-radius:50%; right:0; top:50%; margin-top:-11px;}
.RighInfo003148 .list .title i::before,
.RighInfo003148 .list .title i::after{ position:absolute; content:''; background:#fff;}
.RighInfo003148 .list .title i::before{ left:20%; width:60%; height:2px; top:50%; margin-top:-1px;}
.RighInfo003148 .list .title i::after{ left:50%; margin-left:-1px; width:2px; top:20%; height:60%;}
.RighInfo003148 .list .title.select i::after{ display:none;}
.RighInfo003148 .list .title.select{ color:#0d4292;}
.RighInfo003148 .list .main{ padding-top:calc(16 / 16 * 1em) ; line-height: 2;}




/*RighInfo003149*/
.RighInfo003149{padding:calc(100 / 1920 * 100vw) 0;}
.RighInfo003149 .line {width: 100%;margin: calc(30 / 16 * 1em) 0 calc(60 / 16 * 1em);padding-top: 2px;border-top: 4px solid #f08618;border-bottom: 1px solid #f7c28b;}
.RighInfo003149 .dow li{position: relative; }
.RighInfo003149 .dow li+li{margin-top: 20px; }
.RighInfo003149 .dow a{display: inline-block; font-size: calc(24 / 16 * 1em); color: #0d4292; position: relative; line-height: calc(34 / 24 * 1em); padding-left:calc(20 / 24 * 1em);text-decoration: underline;}
.RighInfo003149 .dow li::before{ position:absolute; content:''; background:#0d4292; width:calc(8 / 16 * 1em); height:calc(8 / 16 * 1em); border-radius:50%; left: 0; top: calc(12 / 16 * 1em);}
.RighInfo003149 .dow a:hover{text-decoration: none;}
.RighInfo003149 p{margin: 0; line-height: 1.75; color: #333;}
.RighInfo003149 p+p{margin-top:15px;}
.RighInfo003149 .yx{display: flex;flex-wrap: wrap;justify-content: space-between; margin: 2vw 0 3vw;}
.RighInfo003149 .yx li{position:relative;width: 32%; border-radius: 15px;box-shadow: 0 0 10px 3px rgba(5, 49, 158, 0.07);}
.RighInfo003149 .yx li:not(:last-child){margin-right: 1.5% ;  }
.RighInfo003149 .yx li:not(:first-child):before {content:'';position: absolute;top:50%;right:100%;width:calc(43 / 16 * 1em);height: calc(7 / 16 * 1em);margin-top: calc(-3.5 / 16 * 1em);background: url("../images/icon_line.png") no-repeat center/contain;z-index: 10;}
.RighInfo003149 .yx li aside {display: flex;justify-content: center;align-items: center;width: 28.125%;height:100%;font-size: calc(40 / 16 * 1em);color:#fff;text-align:center;border-radius: 15px 0 0 15px; background: #4ac4d9;}
.RighInfo003149 .yx li span {padding: calc(28 / 20 * 1em) calc(20 / 20 * 1em) ;line-height:1.6;font-size: calc(20 / 16 * 1em);color: #0d4292;}

.RighInfo003149 .t1{font-size: calc(28 / 16 * 1em); color:#333; margin-bottom:1.5vw; font-family:'HarmonyOS_Sans_SC_Medium';}
.RighInfo003149 .dl{display: flex;flex-wrap: wrap; border-radius: 15px;  align-items: center;box-shadow: 0 0 10px 3px rgba(5, 49, 158, 0.07);}
.RighInfo003149 .dl dd{display:flex;flex-direction: column;width:33.33%; text-align: center; padding:1vw;}
.RighInfo003149 .dl dd:not(:last-child){border-right: 1px dashed #eaeaea;}
.RighInfo003149 .dl dd span{display: block; color:#666; padding-top:calc(28 / 16 * 1em);padding-bottom:calc(8 / 16 * 1em); }
.RighInfo003149 .dl dd img{display: block; max-width: 120px; margin: 0 auto;}
.RighInfo003149 .dl dd b{ color: #0d4292; font-size: calc(24 / 16 * 1em);}
.RighInfo003149 .dl dd.code img {border: 1px solid #d0dbea;}
.RighInfo003149 .dl dd.code span {padding-top: calc(10 / 16 * 1em);}

@media (max-width: 1024px) {
    .RighInfo003149 .yx {padding-top: 4%;}
    .RighInfo003149 .yx li {width: 100%;margin-bottom: 4%;}
    .RighInfo003149 .yx li:not(:last-child){margin-right: 0 ;  }
    .RighInfo003149 .yx li:not(:first-child):before {display: none;}
    .RighInfo003149 .yx li br {display: none;}
    .RighInfo003149 .yx li aside {flex-shrink: 0;}
    .RighInfo003149 .t1 {margin-bottom: 5%;font-size: 5vw;}
    .RighInfo003149 .dl dd{width: 100%;margin-bottom: 4%;padding: 8%;}
    .RighInfo003149 .dl dd:not(:last-child){border-right: 0;border-bottom: 1px dashed #eaeaea;}
    .RighInfo003149 .dow a {font-size: 4.5vw;}
}
  





/*PicList002951*/
.PicList002951{ padding: calc(40 / 1920 * 100vw) 0;}

.PicList002951 .box{display:flex; flex-wrap: wrap;}
.PicList002951 dl{ width:100%; display:table;background: #f1f8ff; margin-bottom:1%; overflow: hidden; border-radius:10px;}
.PicList002951 dl > *{ display:table-cell; vertical-align:middle;}
.PicList002951 dt{ width:70px;}
.PicList002951 dt b{display: block;  width: 32px;  height: 32px;border-radius: 50%; background: linear-gradient(to bottom, #0d4292 0%, #49c5d9 100%); color: #fff; font-size: 16px; position: relative;overflow: hidden; line-height: 31px; text-align: center;  margin:25px 0 25px 25px;}
.PicList002951 dd p{ padding:6% 5% 6% 0; color:#333; margin:0;font-size: 18px;}
@media(min-width:769px){
.PicList002951 dl{width:32.6%;margin-right:1%;}
.PicList002951 dl:nth-child(3n){ margin-right:0;}
.PicList002951 dl:nth-child(3n+1){ clear:left;}
}
@media(max-width:768px) and (min-width:481px){
.PicList002951 dl{ width:48%; margin-right:4%;}
.PicList002951 dl:nth-child(2n){ margin-right:0;}
.PicList002951 dl:nth-child(2n+1){ clear:left;}

}



/*RighInfo002554*/
.bgf1f4f9 {background: #f1f4f9;}
.RighInfo002554{ padding: calc(100 / 1920 * 100vw) 0;}
.RighInfo002554 .table_1{ border:1px solid #0d4292; border-radius: 6px; overflow: hidden;}
.RighInfo002554 .table_1 th a { color:#fff;}
.RighInfo002554 .table_1 th,
.RighInfo002554 .table_1 td{ text-align:center;  line-height:1.75; padding:18px;}
.RighInfo002554 .table_1 th:not(:last-child){border-right:1px solid #fff;}
.RighInfo002554 .table_1 td:not(:last-child){border-right:1px solid #0d4292;}
.RighInfo002554 .table_1 th{ font-size:calc(24 / 16 * 1em);font-weight: normal; color: #fff; background: #0d4292;}
.RighInfo002554 .table_1 td{ font-size:1em;color:#333;}
.RighInfo002554 .table_1 tr+tr{ border-top: 1px solid #0d4292;}

.RighInfo002554 .table_2_tit {margin: 0 0 calc(24 / 24 * 1em);font-size:calc(24 / 16 * 1em);color:#333;text-align: center;}
.RighInfo002554 .table_2{ border:1px solid #dfdfdf; border-radius: 6px 6px 0 0; overflow: hidden;}
.RighInfo002554 .table_2:not(:last-child){margin-bottom: calc(60 / 16 * 1em);}
.RighInfo002554 .table_2 th a { color:#fff;}
.RighInfo002554 .table_2 th,
.RighInfo002554 .table_2 td{ text-align:center;  line-height:1.75; padding:18px;}
.RighInfo002554 .table_2 th:not(:last-child){border-right:1px solid #fff;}
.RighInfo002554 .table_2 td:not(:last-child){border-right:1px solid #dfdfdf;}
.RighInfo002554 .table_2 th{ font-size:calc(20 / 16 * 1em);font-weight: normal; color: #fff; background: #0d4292;}
.RighInfo002554 .table_2 td{width: 33.333%;font-size:1em;color:#333;font-weight: bold;}
.RighInfo002554 .table_2 tr+tr{ border-top: 1px solid #dfdfdf;}
@media(max-width:1024px){
    .RighInfo002554 .table_1{ overflow:auto;}
    .RighInfo002554 .table_1 table{ width:180%;}
    .RighInfo002554 .table_1 th {font-size: 5vw;}
    .RighInfo002554 .table_2{ overflow:auto;}
    .RighInfo002554 .table_2 table{ width:180%;}
}


/*RighInfo002555*/
.RighInfo002555{ padding: calc(100 / 1920 * 100vw) 0;}
.RighInfo002555 p{ line-height: 1.75;}





/*RighInfo003149*/
.RighInfo002556{padding:calc(40 / 1920 * 100vw) 0 calc(80 / 1920 * 100vw);}
.RighInfo002556 .dow{padding:30px 35px; background:#f1f8ff; border-radius:15px;}
.RighInfo002556 .dow a{display: block; font-size: calc(20 / 16 * 1em); color: #333; position: relative; line-height: calc(34 / 20 * 1em); padding-left:calc(15 / 20 * 1em); padding-right: calc(70 / 20 * 1em); background: url(../images/dow.svg) no-repeat right center; background-size: auto 1em;}
.RighInfo002556 .dow a::after{ position:absolute; content:''; background:#0d4292; width:4px; height:1em; border-radius:2px; left: 0; top: calc(8 / 20 * 1em);}








/*PicList002952*/
.PicList002952{ padding: calc(100 / 1920 * 100vw) 0;}
.PicList002952 .title{ font-size: calc(24 / 16 * 1em); color:#0d4292; border-left: 4px solid #0d4292; padding-left: 15px; line-height: 1; margin-bottom: 2vw;font-family:'HarmonyOS_Sans_SC_Medium';}
.PicList002952 .list{margin-bottom:3vw;}
.PicList002952 .txt{ position: relative; overflow: hidden; }
.PicList002952 .num{font-size:2.5vw;font-family:'Oswald'; font-weight: bold; line-height:1; color: #0d4292; text-align: center; }
.PicList002952 .tit{font-size: calc(22 / 16 * 1em); color: #0d4292; margin:1.5vw 0; position: relative; z-index: 1; }
.PicList002952 .info,
.PicList002952 .word{color: #666; line-height:1.75; text-align:justify;}
.PicList002952 p{margin: 0;}
.PicList002952 p+p{margin-top:15px;}
.PicList002952 .info{margin-bottom:3vw; color:#333;}
.PicList002952 .item{background:#fff; border-radius: 10px; overflow: hidden; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); padding:2vw;} 
.PicList002952 .dow{padding:20px 35px;  background: #f1f8ff; border-radius:15px;}
.PicList002952 .dow a{display: block; font-size: calc(20 / 16 * 1em); color: #333; position: relative; line-height: calc(34 / 20 * 1em);padding-right: calc(70 / 20 * 1em); background: url(../images/dow.svg) no-repeat right center; background-size: auto 1em;}

@media(min-width:1025px){
  .PicList002952 .list{display: flex;}
  .PicList002952 .item:not(:last-child){margin-right:3%;} 
}
  


/*.Floor002491*/
.Floor002491{padding:calc(100 / 1920 * 100vw) 0;}
.Floor002491 .dl{display:flex; padding:2vw 20px; background:#f1f8ff; border-radius: 15px; margin:0 auto 2vw;}
.Floor002491 dd{width: 50%; text-align: center;}
.Floor002491 dd+dd{border-left:1px dashed #ccc;}
.Floor002491 dd .icon img{height: 40px; margin: 0 auto;}
.Floor002491 dd .t1{font-size: calc(15 / 16 * 1em); color: #666; margin: 12px 0;}
.Floor002491 dd .t2{font-size: calc(20 / 16 * 1em); color: #333;}


.Floor002491 ul * { -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.Floor002491 ul li{ width:50%;float: left; height:auto; background:#000; position: relative; overflow: hidden; padding-bottom:40%; border-radius: 15px; } 
.Floor002491 ul li .Ispic{position: absolute; width: 100%; height: 100%; z-index:1;} 
.Floor002491 ul li .Ispic:after{position: absolute;content: ''; left: 0;bottom: 0;width: 100%;height:60%; opacity: 0.6;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.Floor002491 ul li a{display: block; color: #fff;position: absolute; width: 100%;height: 100%;left: 0;bottom: 0; z-index: 10;}
.Floor002491 ul li:not(.on) .liBox .liCon .txt{display: none;}
.Floor002491 ul li a .txtBox .h3{text-align: center;  font-size:calc(18 / 16 * 1em); margin:14px 0; font-weight:normal;} 
.Floor002491 ul li a .icon{max-width: 50%; text-align: center; margin: 0 auto;}
.Floor002491 ul li .liBox .liCon .icon img{max-width:calc(40 / 16 * 1em);}
.Floor002491 ul li .liBox{ position: relative; width: 100%;height: 100%;overflow: hidden; z-index: 2; }
.Floor002491 ul li .liBox:after{content:''; position:absolute; left:0; width:100%; height:44%; bottom:0; z-index:-1;}
.Floor002491 ul li .liBox .liCon{position: absolute; width: 100%;bottom:16px;}
@media screen and (min-width:768px ){
.Floor002491 ul li{ width:50%;float: left; height:370px; padding-bottom: 0;}
.Floor002491 ul li.on a .txtBox .h3{font-size:calc(22 / 16 * 1em); line-height: 1;}
}
@media screen and (min-width:1000px ){
.Floor002491 ul li{height:370px; width:19%; margin-right:0.5%;}
.Floor002491 ul li:nth-of-type(4){ margin-right:0;}
.Floor002491 ul li .liBox .liCon .icon img{max-width:calc(36 / 16 * 1em);}
.Floor002491 ul li.on .liBox .liCon .icon img{max-width:calc(48 / 16 * 1em); position: absolute; max-height:calc(48 / 16 * 1em); left: 50%; top: 50%; transform:translate(-50%,-50%);}
.Floor002491 ul li.on{width:41.5%; }
.Floor002491 ul li.on .Ispic{ opacity:1;} 
.Floor002491 ul li.on .liBox:after{display: none;}
.Floor002491 ul li.on a{ width:100%; height:calc(130 / 16 * 1em); overflow: hidden;}
.Floor002491 ul li.on .liBox .liCon{position:relative; height: 100%; padding-left:calc(125 / 16 * 1em); padding-right:calc(120 / 16 * 1em); bottom:0;}
.Floor002491 ul li.on .liBox .liCon .icon{position: absolute; left:calc(35 / 16 * 1em);top: 50%; width:calc(60 / 16 * 1em); height:calc(60 / 16 * 1em);margin-top:calc(-30 / 16 * 1em); }
.Floor002491 ul li.on .liBox .liCon::before{content:''; position:absolute; width: calc(50 / 16 * 1em); height:calc(50 / 16 * 1em); background: url(../images/more-on.svg) no-repeat center #0d4292; background-size:auto calc(15 / 16 * 1em); right:calc(35 / 16 * 1em); top:50%; transform: translateY(-50%);  border-radius:50%;}
.Floor002491 ul li.on a .txtBox .h3{text-align: left; margin-top:0; }
.Floor002491 ul li.on a .txtBox{position: relative; top: 50%;-webkit-transform: translateY(-50%);  -ms-transform: translateY(-50%);-o-transform: translateY(-50%); transform: translateY(-50%);}
}






/*.hotel*/
.hotel{padding:calc(100 / 1920 * 100vw) 0; overflow: hidden;}
.hotel li {padding-bottom: calc(30 / 16 * 1em);margin-bottom: calc(30 / 16 * 1em);border-bottom: 1px solid #efefef;}
.hotel li .pic{width: 100%;overflow: hidden;position: relative;}
.hotel li .pic .Ispic{padding-bottom:66.07%; transition: 0.5s;}
.hotel li a:hover .Ispic{transform: scale(1.2);}

.hotel li dt{font-size: calc(24 / 16 * 1em); color: #333;font-weight: bold; margin-bottom:calc(18 / 24 * 1em);}
.hotel li dd{ line-height: 1.5; color: #333; padding-left:calc(30 / 16 * 1em); background-repeat: no-repeat;background-position: left calc(2 / 16 * 1em);}
.hotel li dd:not(:last-child) {margin-bottom: calc(15 / 16 * 1em)}
.hotel li dd.add {background-image: url("../images/hotel_icon1.png")}
.hotel li dd.price {background-image: url("../images/hotel_icon2.png")}
.hotel li dd.price i {margin: 0 5px;font-style: normal;color: #d6d6d6;}
.hotel li dd.phone {background-image: url("../images/hotel_icon3.png")}
.hotel li dd span{color: #666;}
.hotel li:hover dt {color: #0d4292;}

@media(min-width:1025px){
    .hotel li .pic {width: 33.6%;}
    .hotel li .txt {width: 63%;}
}

@media(max-width:1024px){
    .hotel li .txt {padding-top: 5%;}
}







/*Floor002960*/
.Floor002960{ padding:calc(100/ 1920 * 100vw) 0 ; border-top: 1px solid #eaeaea; }
.Floor002960 .top_cont {text-align: center;}
.Floor002960 .top_cont img {max-width: calc(250 / 16 * 1em);margin: 0 auto;padding: calc(16 / 16 * 1em);border-radius: 10px; border: 1px solid #eaeaea;}
.Floor002960 .top_cont aside {padding: calc(30 / 24 * 1em) 0 calc(50 / 24 * 1em);font-size: calc(24 / 16 * 1em);color:#333;font-weight: bold;}
.Floor002960 li{padding: 1.5vw 0 0; border-radius: 10px;box-shadow: 0 0 10px 0 rgba(5, 49, 158, 0.07);transition: .3s;}
.Floor002960 li:hover {box-shadow: 0 0 10px 0 rgba(5, 49, 158, 0.2);transform: translateY(-10px)}
.Floor002960 .tit{ padding: 8px 1.2vw; font-size: calc(24 / 16 * 1em);color:#0d4292;text-align: center;}
.Floor002960 img{width: 90%; max-width: calc(158 / 16 * 1em); margin:calc(14 / 16 * 1em) auto; border-radius: 10px; border: 1px solid #eaeaea;}
.Floor002960 dl{padding:0 24px 2vw;}
.Floor002960 dd{line-height: 1.5; padding:calc(5 / 16 * 1em) 0; color: #333; position: relative;}
.Floor002960 dd span{ color: #888;}

@media(min-width:1025px) {
 .Floor002960 .ul{ display: flex;flex-wrap: wrap;}
 .Floor002960 li{width:30%;}
 .Floor002960 li:not(:nth-child(3n)){margin-right:5%;}
 .Floor002960 li:nth-child(3n) ~ li{ margin-top:5%;}
}

@media(max-width:1024px) {
    .Floor002960 li{margin-bottom: 8%;}
    .Floor002960 .top_cont aside {font-size: 4vw;}
}


/*
 .Menu002252
 */
 .Menu002252{padding:calc(30 / 1920 * 100vw ) 0; text-align:center; overflow:hidden; background: #f1f8ff;}
 .Menu002252 a{display:inline-block; line-height:calc(42 / 17 * 1em); padding:0 18px; min-width:130px; border-radius:30px; overflow:hidden; margin:0.5vw; background: #fff; font-size: calc(17 / 16 * 1em); color: #333; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
 .Menu002252 a.aon,
 .Menu002252 a:hover{ color:#fff; background-color:#0d4292;}



 
 /*.PicList002953*/
.PicList002953{padding:calc(100 / 1920 * 100vw) 0;}
.PicList002953 .ul{display: flex; flex-wrap: wrap;}
.PicList002953 li{border-radius:6px; box-shadow: 0 0 10px 0 rgba(5, 49, 158, 0.08);border:1px solid transparent; padding: calc(30 / 16 * 1em) calc(10 / 16 * 1em); text-align: center;transition: .3s;}
.PicList002953 li .icon{border-radius:50%; width:calc(60 / 16 * 1em);  height:calc(60 / 16 * 1em); margin: 0 auto 2vw; position: relative;background: #f1f4f9;transition: .3s;}
.PicList002953 li .icon img{position: absolute;max-width:calc(40 / 16 * 1em);max-height:calc(40 / 16 * 1em); left: 50%; top: 50%; transform: translate(-50%,-50%);} 
.PicList002953 li .tit{color: #333; line-height: 1.5;}
.PicList002953 li:hover {border-color: #0d4292; }
.PicList002953 li:hover .icon {background-color: #0d4292; }
.PicList002953 li:hover .icon img {filter: brightness(100)}
.PicList002953 li:hover .tit {color: #0d4292; }
@media(min-width:1025px) {
  .PicList002953 li{width:24%; }
  .PicList002953 li:not(:nth-child(4n)){margin-right:1.33%;}
  .PicList002953 li:nth-child(4n) ~ li{ margin-top:1.33%;}
}
@media(max-width:1024px) {
    .PicList002953 li{width: 48.5%;}
    .PicList002953 li:not(:nth-child(2n)){margin-right:3%;}
    .PicList002953 li:nth-child(2) ~ li{ margin-top:3%;}
}
 
 
.d_flex {display: flex;}
.f_wrap {flex-wrap: wrap;}
.j_center {justify-content: center;}
.j_start {justify-content: flex-start;}
.j_sb {justify-content: space-between;}
.j_end {justify-content: flex-end;}
.a_start {align-items: flex-start}
.a_center {align-items: center;}
.a_end {align-items: flex-end}

.entry_info {position: relative;padding-bottom: calc(50 / 16 * 1em);margin-top: calc(-185 / 16 * 1em);border-radius: 0.875em;box-shadow: 0 0 10px 0 rgba(5, 49, 158, 0.22);background: rgba(255, 255, 255, 0.6);}
.entry_info h3 {position:relative;top:calc(-4 / 28 * 1em);margin: 0;padding: calc(8 / 28 * 1em) 0 calc(20 / 28 * 1em);font-size: calc(28 / 16 * 1em);color:#fff;font-weight: normal; text-align: center;background: url("../images/txt_head_bg.png") no-repeat center/contain;}
.entry_info article {width: 92%;margin: 0 auto;padding-top: calc(20 / 16 * 1em);padding-bottom: calc(40 / 16 * 1em);line-height: 2;color: #333;}
.entry_info .entry_step .item {position:relative;text-align: center;}
.entry_info .entry_step .item:not(:first-child) {margin-left: calc(80 / 16 * 1em);padding-left: calc(80 / 16 * 1em);}
.entry_info .entry_step .item:not(:first-child):before {content:'';position:absolute;left:calc(-2.5 / 16 * 1em);bottom:calc(8 / 16 * 1em);width:calc(5 / 16 * 1em);height:calc(5 / 16 * 1em);text-align: center;border-radius: 50%;background: #0d4292;z-index: 5;}
.entry_info .entry_step .item:not(:first-child):after {content:'';position:absolute;left:calc(-80 / 16 * 1em);bottom:calc(9 / 16 * 1em);width:calc(160 / 16 * 1em);border: 1px dashed #e6ecf4;}
.entry_info .entry_step .num {font-size: calc(48 / 16 * 1em); text-shadow: 0 1px #0d4292, 1px 0 #0d4292, -1px 0 #0d4292, 0 -1px #0d4292;;color:#fff;}

@media (max-width: 1024px) {
    .entry_info {margin-top: 5vw;}
    .entry_info h3 {font-size: 5vw;}
    .entry_info .entry_step {justify-content: space-around;}
    .entry_info .entry_step .item:not(:first-child) {padding-left: 0;margin-left: 0;}
    .entry_info .entry_step .item:not(:first-child):before,
    .entry_info .entry_step .item:not(:first-child):after {display: none;}
}

/*参观日程*/
.visit_info {padding: calc(100 / 1920 * 100vw) 0;}
.visit_info .item {box-shadow: 0 0 10px 0 rgba(5, 49, 158, 0.22);border-radius: 14px;}
.visit_info .item .pic {border-radius: 14px 14px 0 0;overflow: hidden;}
.visit_info .item .txt {padding: calc(50 / 16 * 1em);line-height: 2;}
.visit_info .item .txt aside {margin-bottom: 3%;font-size: calc(20 / 16 * 1em);color: #333;line-height: 1.5;}

.visit_title{ font-size: calc(20 / 16 * 1em); color:#0d4292; line-height: calc(60 / 20 * 1em);background-color: #f1f4f9;}
.visit_title span { display:inline-block;padding-left:calc(45 / 20 * 1em); border-left: 5px solid #0d4292;line-height: calc(24 / 20 * 1em);}

.visit_intro { margin-top: calc(20 / 16 * 1em);padding-top: calc(27 / 16 * 1em);box-shadow: 0 0 10px 0 rgba(5, 49, 158, 0.22);border-radius: 14px;}
.visit_intro .txt {padding: calc(30 / 16 * 1em) calc(50 / 16 * 1em);line-height: 2;}
.visit_intro .txt p {margin: 0;}

/*展馆交通*/
.transport {padding: calc(100 / 1920 * 100vw) 0}
.transport_info {padding-bottom: calc(30 / 16 * 1em);}
.transport_info article {font-size: calc(24 / 16 * 1em);color:#333;line-height: 2;}
.transport .line {width: 100%;padding-top: 2px;border-top: 4px solid #f08618;border-bottom: 1px solid #f7c28b;}

.transport_list {padding-top: calc(60 / 18 * 1em);}
.transport_list h3 {margin-top: 0;font-size: calc(28 / 16 * 1em);color: #0d4292;font-weight: normal;}
.transport_list .tit {margin-bottom: calc(34 / 16 * 1em);}
.transport_list .tit .num {margin-right: calc(12 / 48 * 1em);font-size: calc(48 / 16 * 1em); text-shadow: 0 1px #0d4292, 1px 0 #0d4292, -1px 0 #0d4292, 0 -1px #0d4292;color:#fff;}
.transport_list .item {margin-bottom: calc(100 / 1920 * 100vw);background-repeat: no-repeat;background-position: right top;}
.transport_list .table table {width: 100%;max-width: 780px;text-align: center;border-radius: 6px 6px 0 0;overflow: hidden;}
.transport_list .table th {line-height: calc(70 / 22 * 1em);font-size: calc(22 / 16 * 1em);color:#fff;font-weight: normal;;background: #0d4292;}
.transport_list .table th:not(:last-child){border-right:1px solid #fff;}
.transport_list .table td {padding: calc(11 / 16 * 1em) 0;font-size: 1em;color:#333;border-bottom:1px solid #cfd9e9}
.transport_list .table tr td:not(:last-child) {border-right:1px solid #cfd9e9;}
.transport_list .table .tit1 {padding: calc(16 / 16 * 1em) 0;font-size: calc(18 / 16 * 1em);color: #0d4292;font-weight: bold;background: #f1f4f9;}
.transport_list .table_1 th {width: 33.33%;}
.transport_list .table_2 tr th:first-child {width: 60.25%;}
.transport_list .table_2 tr td:first-child {width: 12.8%;}
.transport_list .table_2 tr td:nth-child(2) {padding-left: calc(26 / 16 * 1em);padding-right: calc(26 / 16 * 1em);}
.transport_list .table_2 tr td:nth-child(3),
.transport_list .table_2 tr td:nth-child(4) {width: 20%;}
.transport_list .item .info {color:#333;}
.transport_list .item .info h4 {margin: 0 0 calc(12 / 16 * 1em);}
.transport_list .item .info p {margin:0;}

@media (max-width: 1024px) {
    .transport_info article {font-size: 4vw;}
    .transport_list .table th {font-size: 4vw;}
    .transport_list .table_2 {overflow-x: auto;}
    .transport_list .table_2 table {width: 180%;}
    .transport_list .tit {margin-bottom: 3vw;}
    .transport_list .item {margin-bottom: 5vw;background: none!important;}
}

.bottom_apply {height:calc(140 / 16 * 1em);background: url("../images/bottom_apply.jpg") no-repeat center/cover;}
.bottom_apply a {display: block;width: calc(180 / 16 * 1em);line-height: calc(50 / 16 * 1em);color:#f08618;text-align:center;border-radius:25px;background: #fff;transition: .3s;}
.bottom_apply a:hover {color:#fff;background: #f08618;}

/*优质展商及产品推荐*/
.pro_recommend {padding: calc(100 / 1920 * 100vw) 0}
.pro_recommend li {border-radius: 6px;box-shadow: 0 0 10px 0 rgba(5, 49, 158, 0.2);}
.pro_recommend li .pic {overflow: hidden;}
.pro_recommend li figure {padding-bottom: 99.06%;transition: .3s;}
.pro_recommend li .txt {padding: calc(20 / 16 * 1em) calc(25 / 16 * 1em);border-top:1px solid #eaeaea;color: #333;line-height: 1.6;}
.pro_recommend li:hover figure {transform: scale(1.1)}
@media(min-width:1025px) {
    .pro_recommend li {width: 32%;margin-bottom: 2%;}
    .pro_recommend li:not(:nth-child(3n)) {margin-right: 2%;}
}
@media(max-width:1024px) {
    .pro_recommend li {width: 48.5%;margin-bottom: 3%;}
    .pro_recommend li:not(:nth-child(2n)) {margin-right: 3%;}
}


/*同期会议*/
.Meeting {padding: calc(100 / 1920 * 100vw) 0}
.Meeting .item:not(:last-child) {margin-bottom: calc(50 / 16 * 1em);}
.Meeting .item .top {padding-left:calc(38 / 16 * 1em);}
.Meeting .item .top .tit {position:relative;width: calc(156 / 16 * 1em);height: calc(126 / 16 * 1em);color:#fff;font-weight: bold;background-repeat:no-repeat;background-position: left top;background-size:calc(156 / 16 * 1em);overflow: hidden;}
.Meeting .item .top .tit span {position:absolute;max-width: 90%;top: 50%;left: 20%;transform: translateY(-70%);}
.Meeting .item:nth-child(1) .top .tit {background-image: url("../images/meeting_tit_bg1.png")}
.Meeting .item:nth-child(2) .top .tit {background-image: url("../images/meeting_tit_bg2.png")}
.Meeting .item:nth-child(3) .top .tit {background-image: url("../images/meeting_tit_bg3.png")}
.Meeting .item:nth-child(4) .top .tit {background-image: url("../images/meeting_tit_bg4.png")}
.Meeting .item .top .name {font-size: calc(44 / 16 * 1em);color: #0d4292;font-weight: bold;}
.Meeting .item:nth-child(2) .top .name {color: #e83930;}
.Meeting .item:nth-child(3) .top .name {color: #48c5d9;}
.Meeting .item:nth-child(4) .top .name {color: #f08618;}
.Meeting .item  li {padding:calc(40 / 16 * 1em);box-shadow: 0 0 10px 3px rgba(5, 49, 158, 0.08);border-radius: 14px;}
.Meeting .item  li aside {margin-bottom: calc(20 / 20 * 1em);font-size: calc(20 / 16 * 1em);color:#333;font-weight: bold;}
.Meeting .item  li dl dd {padding-left: calc(30 / 16 * 1em);color:#666;font-weight:lighter;background-repeat: no-repeat;background-position: left center;}
.Meeting .item  li dl dd.date {margin-right: calc(40 / 16 * 1em);background-image: url("../images/icon_date.png")}
.Meeting .item  li dl dd.add {background-image: url("../images/icon_add.png")}
.Meeting .item  li .bottom {position:relative;margin-top: calc(30 / 16 * 1em);padding-top: calc(20 / 16 * 1em);}
.Meeting .item  li .bottom:before {content:'';position:absolute;top:0;left:-10%;width: 120%;height:1px;background: linear-gradient(to right, rgba(241, 241, 241, 0.18),#f1f1f1,rgba(241, 241, 241, 0.18))}
.Meeting .item  li .bottom .icon i {width: calc(45 / 16 * 1em);}
.Meeting .item  li .bottom .icon i:not(:last-child) {margin-right: calc(20 / 16 * 1em);}
.Meeting .item  li .bottom .btn a{display:block;width: calc(138 / 16 * 1em);line-height: calc(42 / 16 * 1em);text-align: center;color:#0d4292;border:1px solid #0d4292;border-radius: 25px;transition: .3s;}
.Meeting .item  li .bottom .btn a:hover {color:#fff;background:#0d4292;transition: .3s;}
@media(min-width:1025px) {
    .Meeting .item  li {width: 48%;margin-bottom: 4%;}
    .Meeting .item  li:not(:nth-child(2n)) {margin-right: 4%;}
}
@media(max-width:1024px) {
    .Meeting .item:not(:last-child) {margin-bottom: 6%;}
    .Meeting .item  li {width: 100%;margin-bottom: 4%;}
}

.p100 {padding: calc(100 / 1920 * 100vw) 0}
@media(max-width:1024px) {
    .p100 {padding: 12vw 0}
}

/*观众报名*/
.Audience_apply .content {box-shadow: 0 0 10px 3px rgba(5, 49, 158, 0.08);}
.Audience_apply h4 {margin: 0;padding:calc(60 / 20 * 1em) 0 calc(40 / 20 * 1em);text-align: center;font-size: calc(20 / 16 * 1em);color:#333;}

/*特色活动*/
.Special_events .tab{
	position: sticky;
	top: 130px;
	background: #fff;
	z-index: 5;
	padding-top: 10px;
}
.Special_events .tab li{flex-shrink: 0;border-radius: 10px;border:1px solid #e8ecf3;background: #f9fbfd;overflow: hidden;}
.Special_events .tab li a {display: flex;justify-content: center;align-items: center;color: #0d4292;font-size: calc(18 / 16 * 1em);line-height: 2.7;transition: .3s;}
.Special_events .tab li a img {max-width: calc(23 / 18 * 1em);margin-right: calc(10 / 18 * 1em);transition: .1s;}
.Special_events .tab li.on a ,
.Special_events .tab li a:hover {color:#fff;background: #0d4292;}
.Special_events .tab li.on a img ,
.Special_events .tab li a:hover img {filter: brightness(100)}
.Special_events .tab_list .item {margin-bottom: calc(80 / 18 * 1em);}
.Special_events .tab_list h4 {font-size: calc(24 / 16 * 1em);color: #333;}
.Special_events .tab_list article {margin-bottom: calc(24 / 16 * 1em);line-height: 2;font-weight: lighter;}
.Special_events .item_wrapper .txtpic {position:relative;padding: calc(30 / 18 * 1em) 0 calc(30 / 18 * 1em) calc(50 / 18 * 1em);}
.Special_events .item_wrapper .txtpic:not(:last-child) {margin-bottom: calc(35 / 16 * 1em);}
.Special_events .item_wrapper .txtpic:before {content:'';position: absolute;width: 100%;height: 100%;top:0;left:0;box-shadow: 0 0 10px 3px rgba(5, 49, 158, 0.08);border-radius: 14px;z-index: -1;}
.Special_events .tab_list .txtpic .txt aside {margin-bottom: calc(14 / 20 * 1em);font-size: calc(20 / 16 * 1em);color:#333;}
.Special_events .item_wrapper .txtpic .txt aside {line-height: 2;font-weight:lighter;}
.Special_events .item_wrapper .txtpic .txt .desc {line-height: 2;font-weight:lighter;}
.Special_events .item_wrapper .txtpic .pic {flex-shrink: 0;overflow: hidden;}
.Special_events .item_wrapper .txtpic .pic img {transition: .3s;}
.Special_events .item_wrapper .txtpic .pic.br {border-radius: 14px;}
.Special_events .item_wrapper .txtpic .pic.br img {border-radius: 14px;}
.Special_events .datetxt li {padding: calc(38 / 16 * 1em);box-shadow: 0 0 10px 3px rgba(5, 49, 158, 0.08);border-radius: 14px;transition: .3s;}
.Special_events .datetxt li .year {display:inline-block;color:#333;margin-bottom: calc(10 / 16 * 1em);padding-bottom: calc(15 / 16 * 1em);border-bottom: 1px solid #999999;}
.Special_events .datetxt li .month {font-size: calc(40 / 16 * 1em);color:#999;font-family: "Oswald";font-weight: bold;}
.Special_events .datetxt li .hour {color:#333;font-weight: lighter;}
.Special_events .datetxt li aside {margin-top: calc(40 / 20 * 1em);font-size:calc(20 / 16 * 1em);color:#333;font-weight: lighter;}
.Special_events .datetxt li:hover {box-shadow: 0 0 10px 3px rgba(5, 49, 158, 0.2);transform: translateY(-10px)}
.Special_events .datetxt li:hover aside {color: #0d4292}
.Special_events .txtpic:hover .pic img {transform: scale(1.1);}

.History_read li:not(:last-child) {margin-bottom: calc(50 / 16 * 1em);}
.History_read .pic {position:relative;border-radius: 14px;overflow: hidden;}
.History_read .pic figure {padding-bottom: 61.42%;transition: .3s;}
.History_read .pic .time {position: absolute;bottom:0;right:0;width: calc(80 / 16 * 1em);height: calc(34 / 16 * 1em);line-height: calc(34 / 16 * 1em);font-weight: bold;color:#0d4292;text-align:center;border-radius: 14px 0 0 0;background: #f1f4f9;}
.History_read .pic .time1{width: calc(110 / 16 * 1em);}
.History_read .txt aside {margin-bottom: calc(14 / 20 * 1em);font-size: calc(20 / 16 * 1em);font-weight: bold;color:#333;}
.History_read .txt .desc {line-height: 1.875;color: #666;font-weight: lighter;}
.History_read .more {display:flex;align-items:center;margin-top: calc(30 / 20 * 1em);color: #999;font-weight: lighter;transition: .3s;}
.History_read .more:after {content:'';display: inline-block;width:calc(14 / 16 * 1em);height:calc(9 / 16 * 1em);margin-left:calc(10 / 16 * 1em) ;background: url("../images/icon_arr.png") no-repeat center/contain;transition: .3s;}
.History_read li:hover .pic figure {transform: scale(1.1);}
.History_read li:hover .txt aside,
.History_read li:hover .more {color: #0d4292;}
.History_read li:hover .more:after {transform: translateX(10px)}
@media(min-width:1025px) {
    .Special_events .tab li {width: 15.5%;margin-bottom: 1.4%;}
    .Special_events .tab li:not(:nth-child(6n)) {margin-right: 1.4%;}
    .Special_events .item_wrapper .txtpic .txt {max-width: calc(530 / 16 * 1em)}
    .Special_events .item_wrapper .txtpic .pic {width: calc(330 / 16 * 1em);text-align: center;}
    .Special_events .item_wrapper .txtpic.w86 {padding-right: 0;}
    .Special_events .item_wrapper .txtpic.w86:nth-child(2n) {padding-left: 0;padding-right: calc(80 / 18 * 1em);}
    .Special_events .item_wrapper .txtpic.w86:before {width: 86%;}
    .Special_events .item_wrapper .txtpic.w86:nth-child(2n):before {left:auto;right:0;}
    .Special_events .datetxt li {width: 32%;margin-bottom: 2%;}
    .Special_events .datetxt li:not(:nth-child(3n)) {margin-right: 2%;}
    .History_read .pic {width: 28%;flex-shrink: 0;}
    .History_read .txt {width: 68%;flex-shrink: 0;}
}
@media(max-width:1024px) {
    .Special_events .tab li {width: 32%;
        margin-bottom: 2%;}
    .Special_events .tab li:not(:nth-child(3n)) {margin-right: 2%;}
    .Special_events .item_wrapper .txtpic {flex-wrap: wrap;padding: 6%;}
    .Special_events .item_wrapper .txtpic .txt,
    .Special_events .item_wrapper .txtpic .pic {width: 100%;}
    .Special_events .item_wrapper .txtpic .pic {text-align: center;}
    .Special_events .item_wrapper .txtpic .txt {margin-bottom: 5%;}
    .Special_events .datetxt li {width: 48.5%;margin-right: 3%;margin-bottom: 3%;}
    .Special_events .datetxt li:nth-child(2n) {margin-right: 0;}
    .History_read li:not(:last-child) {margin-bottom: 6%;}
    .History_read .pic,
    .History_read .txt {width: 100%;}
    .History_read .txt {padding: 5%;}
}


/*往届回顾*/
.Review .slick-dots {display: none!important;}

.reviewData {margin-bottom: calc(80 / 16 * 1em);}
.reviewData article {margin-bottom: calc(56 / 16 * 1em);line-height: 2;color: #333;}
.reviewData li {position:relative;padding-top: calc(56 / 16 * 1em);text-align: center;}
.reviewData li .year {position:absolute;top:0;left:50%;width: calc(70 / 20 * 1em);height: calc(70 / 20 * 1em);line-height: calc(70 / 20 * 1em);margin-left:calc(-35 / 20 * 1em);border-radius: 50%;font-size: calc(20 / 16 * 1em);font-weight: bold;color:#fff;text-align: center;z-index: 1;transition: .3s;}
.reviewData li:hover .year {transform: translateY(-10px);}
.reviewData li .year:after {content:'';position:absolute;top: 84%;left: 50%;transform: translateX(-50%); border: calc(20 / 20 * 1em) solid transparent;}
.reviewData li:nth-child(1) .year {background-color: #e83930;}
.reviewData li:nth-child(1) .year:after {border-top: calc(40 / 20 * 1em) solid #e83930;}
.reviewData li:nth-child(2) .year {background-color: #0d4292;}
.reviewData li:nth-child(2) .year:after {border-top: calc(40 / 20 * 1em) solid #0d4292;}
.reviewData li:nth-child(3) .year {background-color: #48c5d9;}
.reviewData li:nth-child(3) .year:after {border-top: calc(40 / 20 * 1em) solid #48c5d9;}
.reviewData li:nth-child(4) .year {background-color: #f08618;}
.reviewData li:nth-child(4) .year:after {border-top: calc(40 / 20 * 1em) solid #f08618;}
.reviewData li:nth-child(5) .year {background-color: #e83930;}
.reviewData li:nth-child(5) .year:after {border-top: calc(40 / 20 * 1em) solid #e83930;}
.reviewData li .txt {position:relative;padding: calc(45 / 16 * 1em) 0 calc(24 / 16 * 1em);box-shadow: 0 0 10px 3px rgba(5, 49, 158, 0.08);background: rgba(255, 255, 255, 0.5);backdrop-filter: blur(10px);z-index: 5;transition: .3s;}
.reviewData li:hover .txt {box-shadow: 0 0 10px 3px rgba(5, 49, 158, 0.2)}
.reviewData li .txt aside {padding: calc(10 / 16 * 1em) 0 0;}
.reviewData li .txt .num {font-size:calc(20 / 16 * 1em);font-weight: bold;color: #333;}
@media(min-width:1025px) {
    .reviewData li {width: 16%;}
    .reviewData li .txt {position:relative;}
    .reviewData li:not(:last-child) .txt:after {content:'';position: absolute;top:50%;right:calc(-35 / 16 * 1em);transform:translateY(-50%);border: calc(7 / 16 * 1em) solid transparent;border-left-color: #0d4292;}
}
@media(max-width:1024px) {
    .reviewData {margin-bottom: 6vw;}
    .reviewData ul {flex-wrap: wrap;}
    .reviewData li {width: 48.5%;margin-bottom: 4%;}
}

.reviewVideo {margin-bottom: calc(60 / 16 * 1em);}
.reviewVideo li {width: 49%;margin-bottom: 2%;border-radius: 14px;overflow: hidden;}
.reviewVideo li:not(:nth-child(2n)) {margin-right: 2%;}
.reviewVideo li .pic {position: relative;overflow: hidden;}
.reviewVideo li .pic .video{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	object-fit: cover;
	display: none;
}
.reviewVideo li .pic:after {content:'';position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0, 0, 0, 0.2);z-index: 1;}
.reviewVideo li .pic .btn {position: absolute;width: calc(45 / 16 * 1em);height: calc(45 / 16 * 1em);top: 50%;left: 50%;transform: translate(-50%,-50%);background: url("../images/review_play.png") no-repeat center/calc(45 / 16 * 1em);z-index: 2;}
.reviewVideo li figure {padding-bottom: 61.42%;transition: .3s;}
.reviewVideo li:hover figure {transform: scale(1.1)}
.reviewVideo li .txt {line-height: calc(80 / 20 * 1em);font-size: calc(18 / 16 * 1em);text-align:center;color:#333;background: #f1f4f9;}
@media(max-width:1025px) {
    .reviewVideo li {width: 100%;margin-bottom: 5%;}
    .reviewVideo li:not(:nth-child(2n)) {margin-right: 0;}
}
@media(max-width:1024px) {
    .reviewVideo {margin-bottom: 6vw;}
}

.reviewSay {margin-top: calc(80 / 16 * 1em);}
.reviewSay .slider {margin: 0 -10px;}
.reviewSay .slick-list {padding: 10px 0;}
.reviewSay li {display:flex;box-shadow: 0 0 10px 3px rgba(5, 49, 158, 0.08);margin: 0 10px;border-radius: 14px;overflow: hidden;}
.reviewSay li .pic {overflow: hidden;}
.reviewSay li .pic figure {padding-bottom: 111.11%;transition: .3s;}
.reviewSay li:hover .pic figure {transform: scale(1.1);}
.reviewSay li .txt {position: relative;}
.reviewSay li .txt:after {content:'“';position: absolute;right:calc(40 / 300 * 1em);top:0;line-height: 1;font-size: calc(300 / 16 * 1em);color: rgba(13, 66, 146, 0.13);transform: rotateY(180deg)}
.reviewSay li .txt .desc {margin-top: calc(40 / 16 * 1em);line-height: 2;color:#333;}
.reviewSay li .txt .tips {display:flex;align-items: center;margin-top: calc(40 / 16 * 1em);line-height: 2;color:#333;white-space: nowrap;}
.reviewSay li .txt .tips:before {content:'';width: 98%;height:1px;margin-right: 14px;background: #e5e5e5;}
.Review .slick-arrow {position: absolute;width:calc(50 / 16 * 1em);height:calc(50 / 16 * 1em);top:50%;transform:translateY(-50%);border-radius: 50%;border: 1px solid #0d4292;text-indent: 1000em;font-size: 1em;overflow: hidden;transition: .3s;}
.Review .slick-arrow.slick-prev {left:calc(-70 / 16 * 1em)}
.Review .slick-arrow.slick-next {right:calc(-70 / 16 * 1em)}
.Review .slick-arrow:after {content:'';position:absolute;width: calc(10 / 16 * 1em);height: calc(10 / 16 * 1em);top:50%;left:50%;margin-top: calc(-5 / 16 * 1em);border-top:1px solid #0d4292;border-right:1px solid #0d4292;transition: .3s;}
.Review .slick-arrow.slick-prev:after {margin-left: calc(-2 / 16 * 1em);transform: rotate(-135deg)}
.Review .slick-arrow.slick-next:after {margin-left: calc(-7 / 16 * 1em);transform: rotate(45deg)}
.Review .slick-arrow:hover {background: #0d4292;}
.Review .slick-arrow:hover:after {border-color: #fff;}
@media(min-width:1025px) {
    .reviewSay li .pic {width: 45%;}
    .reviewSay li .txt {width: 55%;padding: calc(60 / 16 * 1em);}
}
@media(max-width:1024px) {
    .reviewSay li .pic {width: 100%;margin-bottom: 4%;}
    .reviewSay li .pic figure {padding-bottom: 70%;}
    .reviewSay li .txt {padding: 5%;}
}

.exhibitionData {position: relative;background:linear-gradient(to bottom, transparent,#f1f4f9);overflow: hidden;}
.exhibitionData #wave {position: absolute;width: 100%;bottom:-400px;left:0;z-index: -1;}
.exhibitionData h3 {margin: 0;padding: calc(10 / 24 * 1em) 0 calc(60 / 24 * 1em);font-size: calc(24 / 16 * 1em);color:#333;text-align:center;}
.exhibitionData li {flex-shrink:0;text-align:center;padding-bottom: calc(70 / 16 * 1em);background: url("../images/exhibitionData_bg.png") no-repeat center bottom;}
.exhibitionData li .icon {height: calc(49 / 16 * 1em);}
.exhibitionData li .icon img{transition: .3s;}
.exhibitionData li:hover .icon img{transform: rotateY(180deg)}
.exhibitionData li .num {padding: calc(20 / 16 * 1em) 0 0;font-weight: bold;color: #0d4292}
.exhibitionData li .num span {font-size: calc(36 / 16 * 1em);font-weight: bold;color: #0d4292}
.exhibitionData li .num sup {font-weight: bold;color: #0d4292}
@media(min-width:1025px) {
    .exhibitionData li {width: 23.8%;margin-bottom: 8%;}
    .exhibitionData li:not(:nth-child(3n)) {margin-right: 14.3%;}
}
@media(max-width:1024px) {
    .exhibitionData li {width: 30.5%;margin-bottom: 5%;background-size: contain;}
    .exhibitionData li .num {padding-top: 4vw;}
    .exhibitionData li .num span {font-size: 5vw;}
    .exhibitionData li .icon {display: flex;align-items: center;justify-content: center;}
    .exhibitionData li .icon img {width: 28.5%;}
}

.forumReview .table {padding: calc(30 / 16 * 1em);box-shadow: 0 0 10px 3px rgba(5, 49, 158, 0.08);border-radius: 14px;}
.forumReview .table .table_wrapper {border-radius:6px 0 0 6px;}
.forumReview .table .table_wrapper:not(:last-child) {margin-bottom: calc(20 / 16 * 1em);}
.forumReview .table table {width: 100%;text-align: center;}
.forumReview .table table th {width: 13.8%;line-height:1.8;font-size: calc(18 / 16 * 1em);color:#fff;border-radius:6px 0 0 6px;background: #0d4292;}
.forumReview .table table td {width: 43.1%;padding: calc(12 / 16 * 1em);line-height:1.6;font-size: 1em;color:#333;border-bottom: 1px solid #fff;background: #f1f4f9;}
.forumReview .table table tr td:not(:last-child) {border-right: 1px solid #fff;}
@media (max-width: 1024px) {
    .forumReview .table_wrapper {overflow-x: auto;}
    .forumReview .table table {width: 230%;}
}

.forumPartner {padding-top: calc(50 / 16 * 1em);padding-bottom: calc(60 / 16 * 1em);margin-left: 13px;border-radius: 14px;box-shadow: 0 0 10px 3px rgba(5, 49, 158, 0.08);background: url("../images/reviewpartner_bg.jpg") no-repeat center top;}
.forumPartner .item:not(:last-child) {margin-bottom: calc(50 / 16 * 1em);}
.forumPartner .item aside {position:relative;width:calc(200 / 20 * 1em);height:calc(50 / 20 * 1em);line-height:calc(50 / 20 * 1em);margin-bottom: calc(30 / 20 * 1em);margin-left:-13px;font-size:calc(20 / 16 * 1em);color:#fff;text-align: center;border-radius:10px 10px 10px 0;background: #0d4292;}
.forumPartner .item aside:after {content:'';position:absolute;top:calc(100% - 10px);left:4px;border: 10px solid transparent;border-left-color: #0d2447;transform: rotate(-45deg)}
.forumPartner .item ul {padding: 0 calc(50 / 16 * 1em);}
.forumPartner .item li {width: 31.567%;border-radius: 6px;background: #fff;overflow: hidden;}
.forumPartner .item.gray li {background: #f2f5f9;}
.forumPartner .item li figure {padding-bottom: 35.714%;transition: .3s;}
.forumPartner .item li:hover figure {transform: scale(1.1)}

@media (min-width: 1025px) {
    .forumPartner .item li:not(:nth-child(3n)) {margin-right: 2.65%;}
    .forumPartner .item li:nth-child(3) ~ li {margin-top: 2.65%;}
}
@media (max-width: 1024px) {
    .forumPartner .item ul {padding: 0 6%;}
    .forumPartner .item li {width: 48.5%;}
    .forumPartner .item li:not(:nth-child(2n)) {margin-right: 3%;}
    .forumPartner .item li:nth-child(2) ~ li {margin-top: 3%;}
}

.reviewFunction {padding-bottom: 0;}
	.reviewFunction h3 {
		margin-top: 0;
		margin-bottom: 20px;
		font-size: calc(24 / 16 * 1em);
		color: #333;
	}
.reviewFunction li {border-radius: 14px;overflow: hidden;}
.reviewFunction li .pic {overflow: hidden;}
.reviewFunction li .pic figure {padding-bottom: 61.22%;transition: .3s;}
.reviewFunction li aside {font-size:calc(18 / 16 * 1em);text-align: center;background: #f1f4f9;}
.reviewFunction .one {margin-bottom: calc(60 / 16 * 1em);}
.reviewFunction .one li {width: 49%;}
.reviewFunction .one li aside {line-height: calc(80 / 18 * 1em)}
.reviewFunction .two {margin-bottom: calc(60 / 16 * 1em);}
.reviewFunction .two .slider {margin: 0 calc(-10 / 16 * 1em);}
.reviewFunction .two .slick-slide > div {padding: calc(10 / 16 * 1em);}
.reviewFunction .two li aside,
.reviewFunction .three li aside {line-height: calc(60 / 18 * 1em)}
.reviewFunction li:hover .pic figure {transform: scale(1.1)}
.reviewFunction li:hover aside {color: #0d4292;}
@media(min-width:1025px) {
    .reviewFunction .three li {width: 32%;margin-bottom: 2%;}
    .reviewFunction .three li:not(:nth-child(3n)) {margin-right: 2%;}
}
@media(max-width:1024px) {
    .reviewFunction .three li {width: 48.5%;margin-bottom: 3%;}
    .reviewFunction .three li:not(:nth-child(2n)) {margin-right: 3%;}
    .reviewFunction .two .slider {margin: 0 calc(-7 / 16 * 1em);}
    .reviewFunction .two .slick-slide > div {padding: calc(7 / 16 * 1em);}
    .Review .slick-arrow {display: none!important;}
    .Review .slick-dots {display: block!important;padding-top: 5%;text-align: center;}
    .Review .slick-dots li {display: inline-block;width: 12px;height: 12px;margin: 0 6px;border-radius: 50%;border:1px solid #0d4292}
    .Review .slick-dots li.slick-active {background:#0d4292;}
    .Review .slick-dots button {display: none;}
}
.popupContent{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0,0,0,.7);
	box-sizing: border-box;
	/* padding-top: 2.5%; */
	display: none;
	justify-content: center;
	align-items: center;
}
.popupContent.active{
	display: flex;
}
.popupContent .pBody{
	background: #fff;
	box-sizing: border-box;
	width: 95%;
	margin: 0 auto;
	max-height: 95%;
	padding: 2%;
	display: flex;
	justify-content: space-between;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.popupContent .pBody .close{
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: #f1f1f1 url(../images/close.svg) no-repeat center/50%;
	z-index: 3;
	cursor: pointer;
}
.popupContent .pBody figure{
	    width: 70%;
	    overflow: auto;
}
.popupContent .pBody figure img{
	min-width: 100%;
}
.popupContent .pBody .txt{
	    width: 27%;
}
.popupContent .pBody h3{
	margin: 0;
	    font-size: 25px;
}
.popupContent .pBody h4{
	margin: 10px 0 20px;
}
.popupContent .pBody .desc{
	font-size: 14px;
	    line-height: 1.5;
}


/* 新闻详情 */
.newDetail{
	padding: 60px 50px;
}
.newDetail>h3{
	font-size: 32px;
	text-align: center;
	color: #333;
	margin: 0;
}
.newDetail .date{
	display: flex;
	justify-content: center;
	margin: 20px 0 30px;
}
.newDetail .date span{
	font-size: 16px;
	display: flex;
	align-items: center;
}
.newDetail .date span img{
	margin-right: 5px;
}
.newDetail .date span:nth-of-type(1) {
	margin-right: 40px;
}
.newDetail .intro{
	color: #333;
	padding: 30px 0;
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
}
.newDetail .intro,
 .newDetail .intro *{
	line-height: 1.8;
}
.newDetail .intro p{
	margin: 0;
}
.newDetail .pageNo{
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
	align-items: center;
}
.newDetail .pageNo .leftTxt{
	width: calc(100% - 200px);
}
.newDetail .pageNo .leftTxt a{
	display: block;
	margin-bottom: 15px;
}
.newDetail .pageNo .leftTxt a span{
	color: #0d4292;
}
.newDetail .pageNo .back a{
	display: block;
	width: 130px;
	height: 45px;
	border: solid 2px #0d4292;
	color: #0d4292;
	text-align: center;
	line-height: 41px;
	border-radius: 45px;
}
.newDetail .pageNo .back a:hover{
	background: #0d4292;
	color: #fff;
}
.download ul li{
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	padding: 0 30px;
	height: 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	transition: all .5s;
}
.download ul li:hover{
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	transform: scale(1.05);
}
.download ul li .leftTxt{
	display: flex;
	align-items: center;
	width: calc(100% - 150px);
}
.download ul li .leftTxt figure{
	margin-right: 20px;
}
.download ul li .leftTxt figure img{
	width: 50px;
}
.download ul li .leftTxt h3{
	font-weight: 400;
	font-size: 20px;
	margin: 0;
}
.download ul li .leftTxt p{
	color: #999;
	margin: 10px 0 0 0;
}
.follow{
	height: 210px;
	background: url(../images/followBg.jpg) no-repeat center/cover;
	
}
.follow .w_96{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.follow .leftTxt{
	display: flex;
	align-items: center;
}
.follow .leftTxt img{
	margin-top: -41px;
	margin-right: 40px;
	width: 250px;
}
.follow .leftTxt p{
	color: #fff;
	font-size: 20px;
	margin: 0;
	line-height: 1.8;
	font-weight: 700;
}
.follow .leftTxt .baoming{
	display: none;
	margin: 20px auto 0;
}
.baoming{
	display: block;
	width: 180px;
	height: 50px;
	border-radius: 50px;
	background: #fff;
	text-align: center;
	color: #f08618;
	line-height: 50px;
	letter-spacing: 1px;
  font-size: 16px;
}


@media (max-width: 900px) {
	.baoming{
		display: none;
	}
	.follow .leftTxt .baoming{
		display: block;
	}
}

@media (max-width: 640px) {
	.popupContent .pBody{
		flex-direction: column;
	}
	.popupContent .pBody figure{
		width: 100%;
		margin-top: 40px;
	}
	.popupContent .pBody .txt{
		width: 100%;
		margin-top: 20px;
	}
	.newDetail .date span{
		font-size: 12px;
	}
	.newDetail {
	    padding: 5%;
	}
	.newDetail>h3{
		font-size: 22px;
	}
	.newDetail .date span:nth-of-type(1) {
	    margin-right: 20px;
	}
	.newDetail .pageNo .back a{
		margin: 20px auto 0;
	}
	.newDetail .pageNo{
		display: block;
		padding-top: 30px;
	}
	.newDetail .pageNo .leftTxt,
	.download ul li .leftTxt{
		width: 100%;
	}
	.download ul li{
		display: block;
		height: auto;
		padding: 15px;
	}
	.download ul li>a{
		text-align: right;
		display: block;
		margin-top: 10px;
	}
	.download ul li .leftTxt h3{
		font-size: 18px;
	}
	.follow{
		height: auto;
	}
	.follow .leftTxt{
		display: block;
		text-align: center;
		width: 100%;
		padding-bottom: 30px;
	}
	.follow .leftTxt img{
		width: 220px;
		margin-right: 0;
		margin-bottom: 20px;
	}
}








/*Page002737 */
.Page002737{padding:calc(60 / 1920 * 100vw) 0 calc(100 / 1920 * 100vw); }
.Page002737 .Pages{ text-align: center;}
.Page002737 .Pages > span{display: inline-block; vertical-align: middle;}
.Page002737 .Pages .a_first,
.Page002737 .Pages .a_end,
.Page002737 .Pages .p_cur,
.Page002737 .Pages .p_count,
.Page002737 .Pages .p_jump,
.Page002737 .Pages .p_total{display: none;}
.Page002737 .Pages .p_jump,
.Page002737 .Pages .p_page{overflow: hidden; }
.Page002737 .Pages .p_page em{font-style: normal;}
.Page002737 .Pages .p_page a{float: left; line-height:40px; border: 1px solid #eaeaea; border-radius: 4px; padding: 0 14px; margin: 0 5px; font-size:16px; font-family:Arial," sans-serif"; color: #aaa; background: #fff;}
.Page002737 .Pages .p_page a:hover,
.Page002737 .Pages .p_page a.a_cur{background-color:#0d4292; border-color:#0d4292; color: #fff;}
.Page002737 .Pages .p_page a.a_next,
.Page002737 .Pages .p_page a.a_prev{font-size: 0; height:42px; width: 54px; padding: 0; margin: 0 6px; background-position: center center; background-repeat: no-repeat; background-size: auto 12px;}
.Page002737 .Pages .p_page a.a_prev,
.Page002737 .Pages .p_page a.a_next{background-image: url(../images/more3.svg);}
.Page002737 .Pages .p_page a.a_prev{transform: rotate(180deg);-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);}
.Page002737 .Pages .p_page a.a_prev:hover,
.Page002737 .Pages .p_page a.a_next:hover{background-image: url(../images/more-on.svg);}
.Page002737 .Pages  .p_page a.pagedot{ border-color: transparent; padding: 0; margin-right: -5px; line-height: 34px; height: 44px;}
.Page002737 .Pages .p_jump > *{float: left;}
.Page002737 .Pages .p_jump b{ font-weight: normal; color: #aaa; margin: 0 4px; line-height: 46px;}
.Page002737 .Pages .p_jump b.f0{margin-right: 6px;}
.Page002737 .Pages .p_jump input{height: 46px; border-radius: 4px;}
.Page002737 .Pages .i_text{ line-height: 44px; border: 1px solid #eaeaea;   width: 46px; text-align: center; color: #333; font-size:16px;}
.Page002737 .Pages .i_button{background: #ebebeb; width: 70px;  padding: 0; cursor: pointer; border: none; margin-left: 10px; color: #888;}
@media(max-width:768px){
.Page002737 .Pages .p_page em,
.Page002737 .Pages .p_jump{display: none;}
}