@font-face {
  font-family:'Oswald-Regular';
  src: url("../Fonts/Oswald-Regular.ttf");
  font-display:swap;
}

@font-face {
	font-family: '思源黑体';
	src:url('../fonts/Regular.woff') format('woff');
    font-display:swap;
}

@font-face {
	font-family: 'Montserrat-Bold';
	src:url('../fonts/Montserrat-Bold.woff') format('woff');
    font-display:swap;
}


body{font-family: '思源黑体';}
#fp-nav{display: none;}
.fpnav{position: fixed; top:calc(50% + calc(10 / 16 * 1em)); transform: translateY(-50%);left:1vw; z-index: 200; width: 62px;}
.fpnav li{ text-align: center; min-width:50px;}
.fpnav li a{color:#0f4be9; position: relative; display: block; padding-top: 10px;}
.fpnav li a::after{ content: ''; display: block; width:8px; height:8px; position:absolute; background:#ccc; border-radius:4px;left:50%; top: 0; margin-left:-4px }
.fpnav li span{font-size: 0; text-transform: uppercase;}
.fpnav li+li{ position: relative; margin-top:30px; }
.fpnav li.active a{padding-top:24px;}
.fpnav li.active a::after{ background: url(../images/aon.svg) no-repeat center; width:62px;height:16px;margin-left:-31px; background-size: contain;}
.fpnav li.active span{font-size:12px;}
.fp-viewing-footer .fpnav{ opacity: 0;}

.fpnav.white li a{color:#fff;}
.fpnav.white li:not(.active) a::after{ background:rgba(255,255,255,0.7); }
.fpnav.white li.active a::after{ background-image:url(../images/aon1.svg); background-color:transparent;}


.Other002373 #fullPage{height: 100%; position: relative; transform: translate3d(0px, 0px, 0px);transition: all 700ms ease;}
.Other002373 .section{ background-position: center; background-repeat: no-repeat; background-size: cover;}


/* .Other002373*/
.Other002373{ background:#f1f1f1;}






/*Top003062 */
.Top003062{position:fixed; left: 0; top: 0; width: 100%; z-index: 1000;}
.Top003062 .auto{position: relative; z-index: 100;}
.Top003062 .logo{display: table; height:4.167vw !important;position: relative; z-index: 1; max-width: 310px;}
.Top003062 .logo a{display: table-cell; vertical-align: middle;position: relative; z-index: 3;}
.Top003062 .logo img{max-height:3.746vw;}
.Top003062 .logo img.on,
.Top003062.on .logo img{display: none;}
.Top003062.on .logo img.on{display:block;}
.Top003062 menu li span{display: block;}
.Top003062 menu li span a{display: block; border-bottom: 2px solid transparent;line-height:calc(30 / 18 * 1em); transition: 0.3s; color: #333; font-size: calc(18 / 16 * 1em);}
.Top003062 menu li span a:hover,
.Top003062 menu li.aon span a{border-bottom-color:#0f4be9;  color:#0f4be9;}
.Top003062.on menu li span a{color: #fff;}
.Top003062.on menu li span a:hover,
.Top003062.on menu li.aon span a{border-bottom-color:#fff; color:#fff;}


.Top0030629 menu li span a:hover, 
.Top0030629 menu li.aon span a{
    border-bottom-color:#0f4be9;color: #0f4be9;
}

.Top003062 menu li .drop-down.null dl{border: 0;padding: 0;}




.Top003062 menu>dl > *{float: left;}
.Top003062 menu>dl dt{margin-right:1.5vw;}
.Top003062 menu>dl a{display: block;}
.Top003062 menu>dl dt a{ background: #0f4be9; border-radius: 30px;font-family:Arial; line-height:calc(30 / 15 * 1em);padding: 0 22px;color: #fff; transition: 0.3s; font-size: calc(15 / 16 * 1em);}
.Top003062 menu>dl dt a:hover{background:#0f4be9;}
.Top003062 .open-search{height:calc(30 / 16 * 1em);background: url("../images/search-on.svg") no-repeat center center;width:calc(30 / 16 * 1em); background-size:auto calc(20 / 16 * 1em);}
.Top003062 .open-search:before,
.Top003062 .open-search:after{background: #fff;}

.Top003062.on .open-search{background-image: url("../images/search.svg");}
.Top003062.on .open-search:before,
.Top003062.on .open-search:after{background: #0f4be9;}

.Top003062 .top-search{background: #fff;}
.Top003062 .top-search .btn{background-color:#0f4be9;background-image: url("../images/search.svg"); background-size: auto calc(20 / 16 * 1em);}
.Top003062 menu li{position: relative;}
.Top003062 menu li .drop-down{display: none;}
.Top003062 menu li:hover .drop-down{display: block;}
.Top003062 menu li .drop-down dl{border-top: 2px solid #0f4be9;padding: 10px;background-color: #fff;}
.Top003062 menu li .drop-down dl dd{margin-bottom: 15px;float: none;text-align: center;}
.Top003062 menu li .drop-down dl dd:last-child{margin-bottom: 0;}
.Top003062 menu li .drop-down dl dd a{font-size: 16px;color: #333;}
.Top003062 menu li .drop-down dl dd:hover a{color: #0f4be9;}
.Top003062 menu{padding-top: 0 !important;}
@media(min-width:1025px){
.Top003062 menu li .drop-down{position: absolute;left: 50%;top: 100%;width: max-content;z-index: 3;transform: translateX(-50%);padding-top: 1.3vw;}
.Top003062 menu{padding-top:0 !important;height: 4.167vw; display: flex; justify-content: center; align-items: center;}
.Top003062 menu li{float: left; margin-right:2.7vw;}
.Top003062 menu li span{display:block;line-height: 4.167vw;}
}
@media(min-width:1025px) and (max-width:1280px){
.Top003062 menu li{ margin-right: 2vw;}
}

@media(max-width:1024px){
.Top003062 menu>dl{position: absolute;right: 0; top: 50%; transform: translateY(-50%);display: flex;align-items: center;}
.Top003062 #menu{position: absolute; top: 50%; right: 100%; transform: translateX(-100%);background: #fff; width: 220px; padding: 20px; border-radius: 0 0 10px 10px;box-shadow: 0 5px 5px rgba(0,0,0,0.2); opacity: 0; transition:opacity 0.5s 0.3s,top 0.5s 0.3s;}
.menu-show .Top003062 #menu{top: 100%;right: 0; opacity: 1; transform: translateX(0);}
.Top003062 #menu li span a{line-height: 50px;font-size: 18px;font-weight: bold;}
.Top003062 .open-menu{margin-left: 22px;margin-top: -6px;}
.Top003062 .open-menu i{background: #0f4be9;}
.Top003062 .top-search{max-width: none;}
.Top003062 .logo img{max-height: 100%;}
.Top003062 menu>dl dt a{font-size: calc(8 / 16 * 1em);}
.Top003062 .open-search{height: calc(15 / 16 * 1em);width: calc(15 / 16 * 1em);background-size: auto calc(15 / 16 * 1em);}
}
@media(max-width:768px){
.Top003062 .logo{height: 12vw; min-height:50px;}
.Top003062 .logo img{width: 15vw;max-height: auto;}
.Top003062 .logo:before{width: 32vw; height: 32vw; min-width: 160px; min-height: 160px;}
.fpnav{display: none;}
.Top003062 menu>dl dt a{font-size: calc(12 / 16 * 1em);}
.Top003062 .open-search{height: calc(18 / 16 * 1em);width: calc(18 / 16 * 1em);background-size: auto calc(18 / 16 * 1em);}
}


.Top0030629{position:relative; left: 0; top: 0; width: 100%; z-index: 1000;background: #fff;}



/*Banner003077 */
.Banner003077{position: relative; z-index: 1; background: #000;}
.Banner003077 .top-prompt{padding: 5px;position: absolute;left: 0;top: 80px;width: 100%;text-align: center;background-color: #0f4be9;z-index: 200;}
.Banner003077 .top-prompt a{line-height: 1.5;color: #fff;}
.Banner003077 .slick-slide{position:relative;}
.Banner003077 .alink{position: absolute;left: 50%;bottom: 10%;z-index: 10;display: block;background: #b1adae;color: #fff;padding: 10px;border-radius: 10px;font-size: calc(22 / 16* 1em);transform: translateX(-50%)}
.Banner003077 .alink:hover{background: #0f4be9;}
@media(min-width:1025px){
.Banner003077 .pc{height:100vh;}
.Banner003077 .wap{display: none;}
}
@media(max-width:1024px){
.Banner003077 .top-prompt{top: 50px;}
.Banner003077 .pc{display: none;}
}
.Banner003077 .dots{position: absolute;left: 50%; bottom: 4%; transform: translateX(-50%); z-index: 20;}
.Banner003077 .dots ul{display: flex;align-items: center;}
.Banner003077 .dots li{list-style: none;position: relative;/* width:calc(68 / 16 * 1em);height:1em; */}
.Banner003077 .dots li button{width: 15px;height: 15px;border: 1px solid #fff;border-radius: 20px;background-color: transparent;font-size: 0;}
.Banner003077 .dots li.slick-active button{background-color: rgba(255, 255, 255, .7)}
.Banner003077 .dots li:not(:last-child){margin-right: 20px;}
/* .Banner003077 .dots li:before,
.Banner003077 .dots li:after{position: absolute; content:'';transition: 0.3s;}
.Banner003077 .dots li:after{width: 8px; top: 50%;right: 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%;left: 0; margin-top: -1.5px; }
.Banner003077 .dots li.slick-active:before{width: 25px;}
@media(max-width:640px){
/* .Banner003077 .dots li{width: 40px;} */
/* .Banner003077 .dots li.slick-active:before{width: 15px;} */
.Banner003077 .dots li:not(:last-child){margin-right: 15px;}
}




.Hometitle{line-height:1; position: relative; padding-top: 1.979vw; z-index:10;}
.Hometitle:after{display: block; content: ''; margin:1.354vw 0 2.604vw;width: 40px; height: 4px; background:#0f4be9;}
.Hometitle .cn{font-size:2.396vw; color: #333;}
.Hometitle .en{font-size:4.167vw; font-weight: bold; text-transform: uppercase; position: absolute; left: 0; top: 0;z-index: -1; -webkit-text-stroke:1px #333; color: transparent; opacity: 0.18; font-family: 'Montserrat-Bold'; letter-spacing: 3px;  }


.index-more{text-align: center;}
.index-more a{display: inline-block;color: #fff; line-height: calc(50 / 16 * 1em); border-radius: calc(60 / 16 * 1em); padding: 0 calc(75 / 16 * 1em) 0 calc(35 / 16  * 1em); background: url(../images/more.svg) no-repeat right calc(30 / 16 * 1em) center #0f4be9 ; background-size: calc(12 / 16 * 1em) auto; transition: 0.3s; position: relative;z-index: 10; }
.index-more a:hover{background-color:#0f4be9;color: #fff; padding: 0 calc(35 / 16 * 1em) 0 calc(75 / 16  * 1em); background-position:left calc(30 / 16 * 1em) center ;}

@media(max-width:640px){
  .Hometitle .cn{font-size:calc(28 / 16 * 1em);}
  .Hometitle .en{font-size:calc(32 / 16 * 1em);}
}




/*Floor003080 */
.Floor003080{overflow: hidden; padding-top:calc(100 / 1920 * 100vw);}
.Floor003080 .auto{position: relative; z-index: 2;}
.Floor003080 .ytable{table-layout: fixed;}
.Floor003080 .category .item{ padding:calc(40 / 1920 * 100vw);padding-right:calc(60 / 1920 * 100vw); transition: 0.3s; cursor: pointer;position: relative; background: rgba(255,255,255,0.5);  box-shadow: 0 6px 20px   rgba(0, 0, 0, 0.1); border-color:#fff; display: flex; align-items: center;}
.Floor003080 .category .active{ background:url(../images/Floor003080-bg.png) no-repeat center #0f4be9;}
.Floor003080 .category .active:before{position: absolute; content: ''; top: 50%; margin-top: -16px; border:16px solid  transparent;right:-30px;border-left-color:#1652e2;}
.Floor003080 .category .icon{width:calc(70 / 16 * 1em); height:calc(70 / 16 * 1em); position: relative; }
.Floor003080 .category .icon img{position: absolute; left: 50%; top: 50%; max-width:calc(70 / 16 * 1em); max-height:calc(70 / 16 * 1em); transform: translate(-50%,-50%); }
.Floor003080 .category .icon img.on{opacity: 0; }
.Floor003080 .category .con{width:calc(100% - calc(70 / 16 * 1em)); padding-left:34px;}
.Floor003080 .category .tit{font-size:1.458vw;color: #333; line-height: 1;}
.Floor003080 .category p{margin: 15px 0 0 0;color: #666;}
.Floor003080 .category .active .icon img{opacity:0; }
.Floor003080 .category .active .icon img.on{opacity:1; }
.Floor003080 .category .active .tit{color: #fff;}
.Floor003080 .category .active  p{color:rgba(255, 255, 255, 0.8);}
.Floor003080 .dots li{width: 8px; height: 8px; margin: 10px 0;position: relative;list-style: none;}
.Floor003080 .dots li button{font-size: 0; width: 4px; height: 4px; background: rgba(0,0,0,0.2);border: 0;padding: 0; position: absolute;  border-radius: 50%;}
.Floor003080 .dots li:not(.slick-active) button{left: 50%; top: 50%; margin: -2px 0 0 -2px;}
.Floor003080 .dots li.slick-active button{width: 100%; height: 100%; left: 0; top: 0;background: #0f4be9;}
.Floor003080 .slider{position: relative;}
.Floor003080 .slider a{color: #fff;  display: block;position: relative;}
.Floor003080 .slider .txt{position: absolute; left: 0; bottom: 0;width:100%; padding:2vw; z-index: 10;}
.Floor003080 .slider .txt aside{line-height: 1;font-size:calc(22 / 16 * 1em);}
.Floor003080 .slider .txt p{margin: 15px 0 0 0;}
.Floor003080 .slider li{transition: 0.3s;}
.Floor003080 .slider li:not(.slick-active){opacity: 0.2;}
.Floor003080 .slider .pic .Ispic{width: 100%; padding-bottom:82.645%;}
.Floor003080 .slider .pic{position: relative; z-index: 1; overflow: hidden;}
.Floor003080 .slider .pic:after{transition:0.3s; position:absolute; left:0; bottom:0; height:100%; right:0; z-index:3; content:'';
  background: -moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */}

.Floor003080 .pages{position: absolute; z-index: 10; left:2vw; top:2vw;color: #fff; font-size:calc(60 / 16 * 1em);}
.Floor003080 .pages span{line-height: 1;display: inline-block;vertical-align: text-bottom; font-family: 'Montserrat-Bold';}
.Floor003080 .pages span.cur{font-size:calc(48 / 60 * 1em);position: relative; padding-right:14px; padding-bottom: 5px;}
.Floor003080 .pages span.cur:after{position: absolute; content: ''; width: 1px; height: 50px;transform: skewX(-30deg); left: 100%; top: 20%; background: #fff;}
.Floor003080 .pages span.total{font-size:calc(16 / 60 * 1em); padding-left: 10px;}
@media(max-width:1560px){
.Floor003080 .slider{width: 106%;}
.Floor003080 .dots{right: 1%;left: auto; }
}
@media(min-width:1025px){
.Floor003080 .right{width:42%;}
.Floor003080 .category{ max-width:768px; width: 98%;}
.Floor003080 .category .item:not(:last-child){margin-bottom: 30px;}
.Floor003080 .slider{overflow: hidden;width:calc(100% + 12.5vw); padding-right:12.5vw;}
.Floor003080 .slider .ul{margin:0 calc(-50 / 1920 * 100vw); }
.Floor003080 .slider a{margin:0 calc(50 / 1920 * 100vw);}
.Floor003080 .slider .slick-list{overflow: inherit;}
.Floor003080 .dots{position: absolute; left: 100%; width:calc(100 / 1920 * 100vw);top: 0; height: 100%;z-index: 20;}
.Floor003080 .dots .slick-dots{position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%;}
}
@media(max-width:1024px){
.Floor003080 .ytable,
.Floor003080 .ytable-cell{display: block;}
.Floor003080 .dots{padding-top: 4vw;}
.Floor003080 .dots .slick-dots{display: table; margin: 0 auto;}
.Floor003080 .dots .slick-dots li{float: left; margin: 0 5px;}
.Floor003080 .category{display: flex;justify-content: space-between; align-items: center; flex-wrap: wrap;}
.Floor003080 .category .item{width: 95%; margin-bottom: 38px; padding: 3vw 3vw 30px 3vw;flex-wrap: wrap;justify-content: center}
.Floor003080 .category .con{width: 100%;padding-left: 0;}
.Floor003080 .category .icon{margin-bottom: 10px;}
.Floor003080 .category .icon:after{transform: rotate(135deg);}
.Floor003080 .category .tit{font-size: calc(22 / 16 * 1em);}
.Floor003080{padding: 3vw 0;}
}







/*Floor003078 */
.Floor003078{ overflow: hidden; padding-top:calc(100 / 1920 * 100vw);}
.Floor003078 .auto{ table-layout: fixed;}
.Floor003078 .info{ margin:2vw 0 5vw;color: #888;line-height: 2;}
.Floor003078 .info-num li aside{display: inline-block;position: relative; color:#0f4be9; line-height: 1;}
.Floor003078 .info-num li aside b{font-family: 'Montserrat-Bold'; font-size:calc(60 / 16 * 1em);display: block;}
.Floor003078 .info-num li aside sub{position: absolute; left: 100%; word-break: keep-all; top: 0; font-size:calc(24 / 16 * 1em); margin-left: 10px; font-weight: bold;}
.Floor003078 .info-num li p{font-size:1em;color: #666; margin-bottom: 0;margin-top: 12px;}
.Floor003078 .index-more{text-align:left;}
@media(min-width:1025px){
.Floor003078 .right{width: 50%; vertical-align: bottom;}
.Floor003078 .info{ max-width: 550px; width: 90%; text-align:justify; }
.Floor003078 .right .pic{clear: both; width: 50vw;}
}
@media(min-width:641px){
  .Floor003078 .info-num ul{width: 100%; display: flex;}
  .Floor003078 .info-num li{width:100%;}
  .Floor003078 .info-num li+li{margin-left:4vw;}
}
@media(max-width:1024px){
  .Floor003078 .ytable,
  .Floor003078 .ytable-cell{display: block;}
  .Floor003078 .right ul{padding: 5vw 0;}
  .Floor003078 .right li{width: 33.333%;}
  .Floor003078 .right li .inner{display: table; margin: 0 auto;}
  .Floor003078 .right .pic{margin: 0 -3.5%;}
  .Floor003078{padding: 3vw 0;}
  .Floor003078 .info-num ul{display: flex;justify-content: space-between}
  .Floor003078 .info-num li aside b{font-size: calc(28 / 16 * 1em);}
}





/*Floor003069 */
.Floor003069 .Hometitle{text-align: center;}
.Floor003069 .Hometitle:after{margin-left: auto; margin-right: auto; margin-bottom: 26px;}
.Floor003069 .Hometitle .en{width: 100%;}
.Floor003069 .con{text-align: center;margin:0 auto 2vw;}
.Floor003069 .con .t-1{display: inline-block;padding-right:7%;padding-left:7%;position: relative;background: url(../images/yinhao-r.svg) no-repeat right top;background-size:4% auto; font-size: 1.667vw;color:#0f4be9; letter-spacing: 5px; font-weight: bold; }
.Floor003069 .con .t-1:before{position: absolute; content: ''; left: 0; top: 0;width:4%;height: 100%;background: url(../images/yinhao-l.svg) no-repeat left top;background-size: contain;}
.Floor003069 .img-block{margin-top:2vw;}

@media(min-width:1025px){
.Floor003069 .con{width: 70%;max-width:900px;}
}
@media(max-width:1024px){
  .Floor003069{padding: 3vw 0;}
  .Floor003069 .con .t-1{font-size: calc(26 / 16 * 1em);}
}



/*Floor003196 */
.Floor003196{padding-top:calc(50 / 1920 * 100vw);}
.Floor003196 .Hometitle{text-align: center;}
.Floor003196 .Hometitle:after{margin-left: auto; margin-right: auto;}
.Floor003196 .Hometitle .en{width: 100%; }
@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:#0f4be9;}
.Floor003196 [class*=box-new-] h4.tit{margin: 0; font-weight: normal;}
.Floor003196 .box-new-industry,
.Floor003196 a.inner{display: block; background:rgba(255, 255, 255, 0.9);  padding:1.25vw;}
.Floor003196 .box-new-industry{ padding-right:calc(18 / 16 * 1em);min-height: 28.177vw;}
.Floor003196 a.inner h4.tit{margin:0 0 1em;font-size: 1.042vw; line-height: calc(32 / 20 * 1em);min-height: 3.333vw;}
.Floor003196 a.inner p{ color: #666; line-height: calc(30 / 16 * 1em); margin-bottom: 1.604vw; min-height: 3.125vw;}
.Floor003196 .box-new-company .pic{overflow: hidden;margin-bottom: 2.083vw; }
.Floor003196 .box-new-company .Ispic{padding-bottom: 12.5vw; transition: 0.3s;}
.Floor003196 a.inner:hover .Ispic{transform: scale(1.12);}
.Floor003196 a.inner .more{color:#666;display: inline-block; padding-right:calc(30 / 16 * 1em); background: url(../images/more2.svg) no-repeat right center; background-size:auto calc(14 / 16 * 1em);transition: 0.3s;}
.Floor003196 a.inner:hover .more{padding-right:calc(50 / 16 * 1em);  background-image: url(../images/more-on.svg); color:#0f4be9;}
.Floor003196 .list li{padding:calc(20 / 16 * 1em) 0;}
.Floor003196 .list li a{display: flex; align-items: center;}
.Floor003196 .list li+li{border-top: 1px solid rgba(0, 0, 0, 0.1);}
.Floor003196 .list h4.tit{font-size: calc(18 / 16 * 1em); line-height:calc(28 / 18 * 1em); margin:0;  }
.Floor003196 .list li time{line-height:1; color: #666; width: calc(60 / 14 * 1em); text-align: center; font-size: calc(14 / 16 * 1em); } 
.Floor003196 .list li time span{display: block; font-size: calc(30 / 14 * 1em);color:#0f4be9; font-weight: bold; margin-bottom: 5px; } 
.Floor003196 .list li .box{padding-left: 20px;width: calc(100% - calc(60 / 18 * 1em));display: block;}
.Floor003196 .list li .box .time{margin-top: 10px;}
.Floor003196 .box-new-industry .ul{height:25.6778vw; overflow-y: auto; padding-right:16px;}
.Floor003196 .box-new-industry .ul::-webkit-scrollbar{width:3px;  height:100%;}
.Floor003196 .box-new-industry .ul::-webkit-scrollbar-track{ background: #ccc; border-radius:3px;}
.Floor003196 .box-new-industry .ul::-webkit-scrollbar-thumb{ background: #0f4be9; border-radius:10px;}
.Floor003196 .box-new-industry .ul::-webkit-scrollbar-thumb:hover{background: #0f4be9;}
.Floor003196 .box-new-industry .ul::-webkit-scrollbar-corner{background: #0f4be9;}

@media (min-width:1025px) {
  .Floor003196 .box-new-company{width: calc(490 / 1440 * 100%);}  
  .Floor003196 a.inner{margin-left:calc(30 / 16 * 1em);min-height: 28.177vw;}

}
@media(max-width:1440px){
  .Floor003196 .box-new-industry{min-height: 28.7vw;}
  .Floor003196 a.inner p{margin-bottom: 1vw;}
}
@media (max-width:1024px){
  .Floor003196{padding: 3vw 0;}
}


/*Bottom002705 */
.Bottom002705{ padding:calc(80 / 1920 * 100vw) 0; background:url(../images/Bottom002705_bg.jpg) no-repeat center; background-size:cover; color:#333;}
.Bottom002705 .bottom-mid,
.Bottom002705 .bottom-left{ float:left;}
.Bottom002705 .bottom-left{ width:26.25%;}
.Bottom002705 .bottom-right{ float:right; width:33.75%;}
.Bottom002705 .bottom-mid{ width:40%; overflow:hidden;}
.Bottom002705 .bottom-mid dl{ float:left; width:50%;}

.Bottom002705 .logo img{ display:block; width:80%; max-width:310px;}
.Bottom002705 .hotline{ margin-top:15%; color:#666; padding-bottom:3%;}
.Bottom002705 .hotline b{ display:block; font-size:calc(40 / 16 * 1em); letter-spacing:2px; color:#0f4be9;font-family: 'Montserrat-Bold';}

.Bottom002705 .bottom-mid dt{color:#333; font-size:calc(20 / 16 * 1em);}
.Bottom002705 .bottom-mid dt::after{ display:block; content:''; width:60px; height:1px; background:#0f4be9; opacity:0.2; margin:30px 0;}
.Bottom002705 .link dd{line-height:2; padding: 3px 0;}
.Bottom002705 .link dd a{ color:#666; }
.Bottom002705 .link dd a:hover{color:#0f4be9;}
.Bottom002705 .bshare-custom{ overflow:hidden;}
.Bottom002705 .bshare-custom a{ display:block; float:left; padding:0; width:40px; height:40px; border-radius:50%; border:1px solid #0f4be9; background-position: 0 0; background-repeat:no-repeat; opacity:0.8; background-position: center;}
.Bottom002705 .bshare-custom a:hover{ opacity:1;}
.Bottom002705 .bshare-custom a:not(:last-child){ margin-right:10px;}
.Bottom002705 .bshare-custom a.bshare-qqim{ background-image:url(../images/Bottom002705_share_qq.png);}
.Bottom002705 .bshare-custom a.bshare-weixin{ background-image:url(../images/Bottom002705_share_wx.png);}
.Bottom002705 .bshare-custom a.bshare-sinaminiblog{ background-image:url(../images/Bottom002705_share_sina.png);}
.Bottom002705 .bshare-custom a.gettop{background-position: -2px 0; background-image:url(../images/Bottom002705_share_gtop.png);}
.Bottom002705 .code{ padding-top:30px;}
.Bottom002705 .code img{ display:block; max-width:148px; width:100%;}

.Bottom002705 .bottom-right{ text-align:right;}
.Bottom002705 .word{ overflow:hidden;}
.Bottom002705 .word::before{ display:block; content:''; width:80%; max-width:180px; height:1px; background:#0f4be9; opacity:0.2; float:right; margin-bottom:30px;}
.Bottom002705 .word p.cn{ margin-top:0; font-size:calc(24 / 16 * 1em);max-width:520px; float:right; line-height: 1.75; font-weight: bold; color: #0f4be9;}
.Bottom002705 .copyright{ padding-top:8%;}
.Bottom002705 .copyright nav a{ color:#333; }
.Bottom002705 .copyright nav a:hover{color: #0f4be9;}
.Bottom002705 .copyright nav a:not(:last-child)::after{ display:inline-block; content:''; vertical-align:middle; width:1px; height:8px; background:#333; opacity:0.3; margin:0 12px;}
.Bottom002705 .copyright p,
.Bottom002705 .copyright p a,
.Bottom002705 .designer{color:#555; line-height: 1.75;}
.Bottom002705 .designer a{color:#333; text-decoration:underline;}
@media(max-width:1024px){
.Bottom002705 .bottom-mid,
.Bottom002705 .bottom-left,
.Bottom002705 .bottom-right,
.Bottom002705 .bottom-mid dl{ text-align:center; float:none; width:auto;}
.Bottom002705 .code img,
.Bottom002705 .logo img{ margin:0 auto;}
.Bottom002705 .hotline{ margin-top:3%;}
.Bottom002705 .bottom-mid dt::after{ margin:20px auto;}
.Bottom002705 .bshare-custom{ display:inline-block;}
.Bottom002705 .word{ padding-top:30px;}
.Bottom002705 .word::before,
.Bottom002705 .word p.cn{ float:none; width:auto; max-width:none;}
.Bottom002705 .copyright{ padding:0;}
.Bottom002705 .bottom-mid{display: none;}
.Bottom002705 .hotline b{font-size: calc(32 / 16 * 1em);}
}

/*Banner003144 */
.Banner003144{position: relative;}
.Banner003144 .pc{background-position: center center; background-repeat: no-repeat; height:30em; background-size: cover;}
@media (min-width:1025px) {
.Banner003144 .wap{display: none;}   
}
@media (max-width:1024px) {
.Banner003144 .pc{display: none;}      
}
.Banner003144 .text{
    color: #fff;font-size: calc(46 / 16 * 1em);}
.Banner003144 p{font-size: calc(26 / 16 * 1em);color: #fff;}
.Banner003144 .box{position: absolute;
    top:40%;
    z-index: 15;}
.Banner003144 .text::after{display: block;
    content: "";
    width: 40px;
    height: 4px;
    margin: 26px 0px 50px;
    background: rgb(230, 0, 18);}
@media (max-width:1024px) {
  .Banner003144 .box{top: 35%;}
  .Banner003144 .text{font-size: calc(32 / 16 * 1em);}
  .Banner003144 .wap{height: 30vh;object-fit: cover;}
  .Banner003144 p{font-size: calc(22 / 16 * 1em);}
}


/*Menu003135 */
.Menu003135{box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.04);}
.Menu003135 .current{ font-size: 0.875em; padding-left: 1.21428em;background: url(../images/Menu003135-icon.svg) no-repeat left center;background-size: 1em auto; line-height: 5.7142;}
.Menu003135 .current,
.Menu003135 .current a:not(:hover){color: #999;}
.Menu003135 .current span{color: #333;}
.Menu003135 .nav-menu li{float: left;font-size: 1.125em;line-height: 4.44444;}
.Menu003135 .nav-menu li:not(:last-child){margin-right:2.222em;}
.Menu003135 .nav-menu li a{display: block;position: relative;}
.Menu003135 .nav-menu li a:hover,
.Menu003135 .nav-menu li.aon a{color: #0f4be9;}
.Menu003135 .nav-menu li.aon a:before{position: absolute;content: ''; left: 0; bottom: 0;width: 100%; height: 2px;background-color: #0f4be9;}
@media (max-width:1650px){
  .Menu003135 .nav-menu li:not(:last-child){margin-right:1.222em;}
}
@media (max-width:1024px) {
.Menu003135 .current{display: none;}   
.Menu003135 .nav-menu li{line-height:3;}
.Menu003135 .nav-menu li:not(:last-child){margin-right: 1.5em;}
}


/*TextList000286 */
.TextList000287{ padding:calc(100 / 1920 * 100vw) 0 0;
}
.TextList000287 nav { margin-bottom: 3%; text-align: center; }
.TextList000287 nav ul li { padding: 0 10px; display: inline-block; *zoom:1;
*display:inline;
}
.TextList000287 nav ul li a { display: block; min-width: 160px; height: 50px; line-height: 50px; color: #333; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; border-radius: 50px; background: #f8f8f8; }
.TextList000287 nav ul li.on a, 
.TextList000287 nav ul li a:hover { color: #fff; background: #0f4be9; }

@media(max-width:1000px) {
.TextList000287 nav ul li a { min-width: 90px; font-size: 14px; height: 35px; line-height: 35px; padding: 0 3%; }
}

@media(max-width:640px) {
.TextList000287 nav ul li { width: 100%; margin: 0 0 1px; display: block; }
.TextList000287 nav ul li a { border-radius: 0; }
}
.TextList000287 .list li { position: relative;float: left;
    width: 22%;
    margin-right: 4%;
    text-align: center;
    margin-bottom: 5%;}
.TextList000287 .list li:nth-child(4n) { margin-right: 0; }
.TextList000287 .list li figure {box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1); }
.TextList000287 .list li figure em { display: block; background-repeat: no-repeat; background-position: center center; background-size: cover; padding-bottom:135%; }
.TextList000287 .list li p { color: #333; font-size: 18px; margin: 30px 0 20px 0; }
.TextList000287 .list li span { cursor: pointer;
    color: #0f4be9;
    border: 1px solid #0f4be9;
    border-radius: 50px;
    font-size: 18px;
    padding: 0 55px;
    display: inline-block;
    line-height: 3.5;
    background: url(../images/download.svg) no-repeat left 40px center #fff;
    background-size: auto 20px;
    padding-left: 70px;}
.TextList000287 .list li a:hover p { color: #0f4be9; }
.TextList000287 .list li a:hover span { color: #fff; background-color: #0f4be9; background-image: url(../images/download-on.svg) }
.TextList000287 .list li .m-video{position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;width: 50px;height: 50px;background-image: url('../images/play.png');background-size: 100%;cursor: pointer;}
@media(max-width:640px) {
.TextList000287 .list li { width: 32%; }
.TextList000287 .list li:nth-child(4n) { margin-right: 2%; }
.TextList000287 .list li:nth-child(3n) { margin-right: 0; }
.TextList000287 .list li span{padding: 0 20px;display: block;}
}

@media(max-width:480px) {
.TextList000287 .list li { width: 48%; }
.TextList000287 .list li:nth-child(3n) { margin-right: 2%; }
.TextList000287 .list li:nth-child(2n) { margin-right: 0; }

}


/*Page003143 */
.Page003143 .Pages{padding: 1% 0 5% 0;text-align: center;}
.Page003143 .Pages .p_page a.a_first,
.Page003143 .Pages .p_page a.a_end,
.Page003143 .Pages > span:not(.p_page){display: none;}
.Page003143 .Pages .p_page{display: table; margin: 0 auto;}
.Page003143 .Pages .p_page *{float: left;}
.Page003143 .Pages .p_page a{border: solid 1px #ebebeb;line-height: 36px;transition: 0.3s;}
.Page003143 .Pages .p_page > a{padding: 0 15px;}
.Page003143 .Pages .p_page em{font-style: normal; margin: 0 30px;}
.Page003143 .Pages .p_page em a{width: 36px;border-radius: 50%; margin: 0 5px;}
.Page003143 .Pages .p_page a:hover,
.Page003143 .Pages .p_page a.a_cur{color: #fff;background-color: #0f4be9;border-color: #0f4be9;}
@media (max-width:1024px) {
.Page003143 .Pages{padding: 0 0 2em 0;}
.Page003143 .Pages .p_page em{display: none;}
.Page003143 .Pages .p_page > a{margin: 0 10px;}
}



/*PicList002856 */
.PicList002856{overflow:hidden;position:relative;padding:6vw 0 3vw 0;}
.PicList002856 .top-new .slick-list{overflow:inherit;}
.PicList002856 .top-new .slick-slide{opacity:0;}
.PicList002856 .top-new .slick-current{opacity:1;}
.PicList002856 .top-new .slick-slide{background: #f1f6ff;}
.PicList002856 .top-new .slick-slide .img img{display:block;width:100%;}
.PicList002856 .top-new .slick-slide .img{overflow: hidden;}
.PicList002856 .top-new .slick-slide .img .Ispic{padding-bottom: 67.5%;transition: 0.3s;}
.PicList002856 .top-new .slick-slide a:hover .Ispic{transform: scale(1.1);}
.PicList002856 .top-new .slick-slide time{border-left:1px solid #c6c6c6;padding-left:1.62vw;display:block;margin-bottom:2.61vw;color:#0f4be9;font-size:18px;}
.PicList002856 .top-new .slick-slide time span{display:block;font-size:42px; font-weight: bold;}
.PicList002856 .top-new .slick-slide time b{display:block;line-height:60px;color:#0f4be9;font-size:42px;}
.PicList002856 .top-new .slick-slide .txt aside{font-size:24px;line-height:1.5;font-weight: bold; margin:2vw 0 1vw 0;}
.PicList002856 .top-new .slick-slide a:hover {color:#0f4be9;}
.PicList002856 .top-new .slick-slide .txt p{margin:0;color:#666;font-size:16px;line-height:2;}
.PicList002856 .top-new .slick-arrow{width:60px;height:60px;border-radius:50%;background:#fff;box-shadow:0 0 10px rgb(180 189 221 / 8%),0 6px 14px hsl(0deg 0% 100% / 30%),0 12px 20px rgb(180 189 221 / 20%);z-index:2;position:absolute;top:calc(50%);transform:translateY(-50%);}
.PicList002856 .top-new .slick-arrow:before{position:absolute;content:'';width:20%;height:20%;border-left:2px solid #666;border-top:2px solid #666;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);left:40%;top:40%;}
.PicList002856 .top-new .slick-next:before{transform:rotate(135deg);-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);}
.PicList002856 .top-new .slick-prev{left:-6.25%;}
.PicList002856 .top-new .slick-next:before{transform:rotate(135deg);-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);}
.PicList002856 .top-new .slick-next{right:-6.25%;}
.PicList002856 .top-new .slick-dots{ text-align: center;padding-top: 1.72vw;}
.PicList002856 .top-new .slick-dots li{display: inline-block; width: 10px; height:10px;border-radius: 50px; margin: 0 5px;background-color: #999999;}
.PicList002856 .top-new .slick-dots li button{display: none;}
.PicList002856 .top-new .slick-dots li.slick-active{background:#0f4be9; width: 40px;}
.PicList002856 .list ul li .inner{position:relative;}
.PicList002856 .list ul li .pic{overflow: hidden;}
.PicList002856 .list ul li .Ispic{padding-bottom: 50% !important;transition: 0.3s;}
.PicList002856 .list ul li a:hover .Ispic{transform: scale(1.1);}
.PicList002856 .list .right h3{color:#333;font-size:22px;font-weight:normal;margin:10px 0;}
.PicList002856 .list .right p{color:#999;line-height:2; font-size: 16px;margin-bottom: 0;}
/* .PicList002856 .list ul li{padding-bottom:40px;border-bottom:1px solid #e9e9e9;} */
.PicList002856 .list ul li:not(:last-child){margin-bottom:40px;}
.PicList002856 .list ul li a:hover h3{color:#0f4be9;}
.PicList002856 .list .right{padding: 20px 30px;background-color: rgba(245,245,245,1);}
@media(min-width:1025px){
.PicList002856 .list .left{float:left;width:25%;}
.PicList002856 .list .right{float:right;width:75%;}
}
@media screen and (min-width:1024px ){
.PicList002856 .list ul li:hover .left img{box-shadow:0 3px 29px rgb(192 196 204 / 71%);}
.PicList002856 .list ul li time{border-left:1px dashed #ddd;width:140px;height:160px;position:absolute;top:50%;right:0;cursor:pointer;transform:translateY(-50%);color:#666;background:url(../images/PicList002482-time.png) no-repeat top center;text-align:center;    font-size: 15px;}
.PicList002856 .list ul li time span{font-size:45px;font-weight:bold;color:#666;padding-top:30px;padding-bottom:5px;display:block;}
/* .PicList002856 .list{padding-top:100px;} */
}
@media(min-width:1025px){
.PicList002856 .list .inner{display: flex;}
.PicList002856 .list .left{float:left;/* margin-right:5%; */}
.PicList002856 .list .right{float:left;/* max-width:600px; */padding-right: 150px;}
.PicList002856 .list .right .h3{margin:0;}
}
@media(min-width:1025px){
.PicList002856 .top-new li .img{width:40%;}
.PicList002856 .top-new li .txt{padding:3vw;;}
}
@media(max-width:1024px){
.PicList002856 .top-new li .ytable,
.PicList002856 .top-new li .ytable-cell{display:block;}
.PicList002856 .top-new li .txt{padding:20px;}
}
@media(max-width:640px){
.PicList002856 .list .right{padding: 20px;}
.PicList002856 .top-new li .txt aside{font-size:20px;}
.PicList002856 .top-new .slick-slide .txt aside{font-size: 22px;}
.PicList002856 .list .right h3{font-size: 22px;}
}





/*RighInfo002973 */
.RighInfo002973{ color: #333;font-size: 16px;}
.RighInfo002973 > .auto{max-width: 1400px;}
.RighInfo002973 .news-details{max-width: 1600px;padding: 6% 0;}
.RighInfo002973 .news-details .title{text-align: center;
    border-bottom: 1px solid #e8f1f7;
    padding-bottom: 30px;}
.RighInfo002973 .news-details .title h1{font-size:30px; margin: 0 0 20px 0;}
.RighInfo002973 .news-details .title aside span{display: inline-block; vertical-align: middle; margin: 0 15px 5px;line-height: 16px;font-size: 16px;}
.RighInfo002973 .news-details .title .bshare-custom{display: inline-block;}
.RighInfo002973 .bshare-custom a{background-position: center center; margin: 0 0 0 14px;}
.RighInfo002973 .bshare-custom a.bshare-weixin{background-image: url("../images/RighInfo002973_share_wx.png");}
.RighInfo002973 .bshare-custom a.bshare-sinaminiblog{background-image: url("../images/RighInfo002973_share_sina.png");}
.RighInfo002973 .bshare-custom a.bshare-qzone{background-image: url("../images/RighInfo002973_share_qz.png");}
.RighInfo002973 .news-details .edit-info{line-height: 38px;
    color: #666;
    border-bottom: 1px solid #e8f1f7;
    padding: 1% 0 2% 0;
    margin-bottom: 2%;
    font-size: 17px;}
.RighInfo002973 .news-details .edit-info .text{background: #f1f6ff;
    padding: 25px 30px;
    color: #333;
    border-radius: 10px;}
.RighInfo002973 .news-details .edit-info .img{margin:40px 0;}
.RighInfo002973 .news-details .edit-info .img img{margin: 0 auto;display: flex;
justify-content: center;}
.RighInfo002973 .pn-page aside{padding: 10px 0;}
.RighInfo002973 .pn-page aside a{color: #666;font-size: 16px;}
.RighInfo002973 .pn-page aside a b{color: #333;}
.RighInfo002973  .operating a:hover,
.RighInfo002973 .pn-page aside a:hover{color: #205393;}
.RighInfo002973  .operating{overflow: hidden;line-height: 24px;}
.RighInfo002973  .operating a{padding-left: 25px;background-repeat: no-repeat;background-position: left center;}
.RighInfo002973  .operating a:not(:last-child){margin-right: 45px;}

@media(min-width:1025px){
.RighInfo002973 .pn-page{min-height: 24px; position: relative;padding-right: 230px;}
.RighInfo002973 .pn-page .operating{position: absolute;right: 0; top: 50%; transform: translateY(-50%);}
.RighInfo002973  .operating a{float: left;    color: #0f4be9;
    text-decoration: underline;    font-size: 18px;}
}
@media(max-width:1024px){
.RighInfo002973  .operating{text-align: right; padding-bottom: 20px;}
.RighInfo002973  .operating a{display: inline-block;}
}
@media(max-width:640px){
.RighInfo002973 .news-details .title h1{font-size:5vw;}
.RighInfo002973{ font-size: 14px;}
}


/*TextList002739 */
.TextList002739{padding:5% 0 2% 0;}

.TextList002739 .column-name{ text-align: center; padding: 35px 0; font-size: 28px;}
.TextList002739 .column-name .cn{color: #0f4be9; letter-spacing: 5px;line-height: 48px;  position: relative; z-index: 10; text-indent: 5px;}
.TextList002739 .column-name .en{text-transform: uppercase; color: #f1f1fa; margin-top: -18px;line-height: 24px;font-family: "DINPro-Bold"; }
@media(max-width:480px){
.TextList002739 .column-name{ font-size: 24px;}
.TextList002739 .column-name .cn{line-height: 40px;}
}


.TextList002739 .list-group .tit{cursor: pointer;
    line-height: 69px;
    font-size: 18px;
    color: #333; }
.TextList002739 .list-group .tit:before{background: #0f4be9; width: 4px; height: 4px; display: inline-block; content: '';vertical-align: middle; margin-right: 27px; }


.TextList002739 .title{padding: 0 40px;line-height: 60px;background: #0f4be9; font-size: 18px;color: #fff;border-bottom: 1px solid #ededed; margin-top: 20px;}
.TextList002739 .title time,
.TextList002739 .tit time{float: right; }
.TextList002739 .tit time{color: #888;}
.TextList002739 .list{border-bottom: 1px solid #ededed;}
.TextList002739 .tit{padding: 0 40px; background: #fafafa; font-weight: normal; margin: 0;}
.TextList002739 .tit.active{background: #fff; margin: 0 40px; padding: 0; border-bottom: 2px solid #0f4be9; color: #0f4be9;}
.TextList002739 .tit.active time{color: #0f4be9;}
.TextList002739 .info{padding: 10px 40px 20px 70px;}
.TextList002739 .info .singlePage{font-size: 16px; line-height: 32px; color: #333;}
@media(min-width:769px){
.TextList002739 .title time{ margin-right: 78px;}
.TextList002739 .tit time{padding-right: 63px;}
}
@media(max-width:768px){
.TextList002739 .title{ padding:0 20px; line-height: 50px;}
.TextList002739 .tit{padding: 0 20px;}
.TextList002739 .tit.active{margin: 0 20px;}
.TextList002739 .title time{ margin-right: 12px;}
.TextList002739 .list-group .tit:before{ margin-right: 10px;}
.TextList002739 .info{padding: 10px 20px 10px 34px;}
}
@media(max-width:480px){
.TextList002739 .tit time{margin-right: 0;}
.TextList002739 .tit time{ font-size: 12px;}
}



/*RighInfo003141 */
.RighInfo003141{padding:6em 0 5em;}
.RighInfo003141 .intro .title{font-size:calc(33 / 16 * 1em);color: #0f4be9; font-weight: bold; font-style: italic;}
.RighInfo003141 .intro .en{font-size: calc(80 / 16 * 1em); font-weight: bold; text-transform: uppercase; z-index: -1; -webkit-text-stroke: 1px #333;color: transparent;opacity: 0.18;font-family: Arial;letter-spacing: 3px; margin-bottom:1.5vw;}
.RighInfo003141 .intro p{margin: 1.8em 0 0; color: #333; line-height: 2; text-align: justify;}

.RighInfo003141 .number-count{margin: 4.5625em 0;box-shadow: 0px 0.625em 4.375em rgba(0, 0, 0, 0.05); border: solid 1px #f3f3f3; padding: 3.6875em 0;}
.RighInfo003141 .number-count li{color: #333333;font-size: 18px;}
.RighInfo003141 .number-count li span{display: inline-block;
    position: relative;
    font-size: 2.4em;
    font-family: 'Bebas';
    color: #0f4be9;
    margin: 0 5px;
    font-weight: bold;}
.RighInfo003141 .number-count li span i{font-style: normal;}
.RighInfo003141 .number-count li span i.ani{position: absolute; left: 0;top: 0;}
.RighInfo003141 .number-count li span i.opa{opacity: 0;}
.RighInfo003141 .number-count li sup{display: inline-block;vertical-align: top;color: #0f4be9;font-size:1em;}

.RighInfo003141 .plate dd{margin-bottom: 2.8565%;}
.RighInfo003141 .plate dd .txt{box-shadow: 0px 0.625em 4.375em rgba(0, 0, 0, 0.05); padding:2.375em 1.875em;}
.RighInfo003141 .plate dd ol{width: 5.25em;margin: 0 auto;}
.RighInfo003141 .plate dd ol img{width: 85.295%;}
.RighInfo003141 .plate dd li{width:100%;text-align: center;}
.RighInfo003141 .plate dd li aside{font-size: 22px; color: #333; margin: 20px 0 30px;}
.RighInfo003141 .plate dd li p{margin: 0; font-size: 16px;color: #666;}
@media (min-width:1025px) {
.RighInfo003141 .intro .img{width: 47.215%; margin-left:3vw;}
.RighInfo003141 .number-count ul{display: table; margin: 0 auto;}
.RighInfo003141 .number-count li{float: left;}
.RighInfo003141 .number-count li:not(:last-child){margin-right:4.5em;}
.RighInfo003141 .plate dd{float: left;width:48.429%;}
.RighInfo003141 .plate dd:not(:last-child){ margin-right: 2.8565%;}
}
.RighInfo003141 .plate dd img{border-radius: 10px 10px 0 0;}
@media (max-width:1550px){
  .RighInfo003141 .number-count li:not(:last-child){margin-right: 1.5em;}
}
@media (max-width:1024px) {
.RighInfo003141 .number-count li{text-align: center;padding: 1em 0} 
.RighInfo003141 .number-count{margin: 2em 0; padding: 2em 0;}  
.RighInfo003141 .intro .title{font-size: calc(28 / 16 * 1em)}
.RighInfo003141 .intro .en{font-size: calc(32 / 16 * 1em);}
.RighInfo003141 .number-count li span{font-size: 1em;}
}



/*RighInfo003544 */
.RighInfo003544{padding-top: 4em;}
.RighInfo003544 .auto{padding-bottom:1em;}
.RighInfo003544 .intro{/* padding-top:6em; */margin-bottom: 4.5625em;}
.RighInfo003544 .intro .title{font-size: 2.4em;color: #0f4be9;margin-bottom: 0.6em;font-weight: bold;font-style: italic;text-align: center;}
.RighInfo003544 .intro .en {font-size: calc(80 / 16 * 1em); font-weight: bold;text-transform: uppercase; z-index: -1;-webkit-text-stroke: 1px #333;color: transparent;opacity: 0.18; font-family: Arial; letter-spacing: 3px;margin-top: -6%;}
.RighInfo003544 .intr{background: #f6f6f6;border-radius: 72px;line-height: 30px;padding: 1% 4%;}
.RighInfo003544 .intr dd{display: inline-block;width: 9%;padding: 1% 1% 0 0;margin-right: 0%;    max-width: 90px;float: left}
.RighInfo003544 .intr dt{display: inline-block;width: 91%;float: right;}
.RighInfo003544 .intro .info{font-size: 0.875em;line-height: 2;padding-top: 3%;}
.RighInfo003544 .intro .info p{margin: 1.8em 0;font-size: 18px;color: #333;position: relative;padding-left: 28px;}
.RighInfo003544 .intro .info p::after{content: '';/* display: block; */background: #0f4be9;width: 8px;height: 8px;/* margin: 20px 0; */position: absolute;left: 0;top: 37%;}
.RighInfo003544 .intro .info p .bul{ color: #0f4be9}
.RighInfo003544 .word h1{margin-top:0;color: #0f4be9;font-size: 28px;}
.RighInfo003544  .word p{margin: 1.8em 0;font-size: 18px;color: #333;position: relative;padding-left: 28px;}
.RighInfo003544   .word p::after{content: '';/* display: block; */background: #0f4be9;width: 8px;height: 8px;/* margin: 20px 0; */position: absolute;left: 0;top: 37%;}
.RighInfo003544    .word p .bul{ color: #0f4be9}
.RighInfo003544 .table_1{ margin-bottom:5%}
.RighInfo003544 .table_1 th,
.RighInfo003544 .table_1 td{text-align:center;border:1px solid #eee;border-collapse:collapse;line-height: 30px;padding:15px;font-size: 17px;}
.RighInfo003544 .table_1 th{font-size: 18px;/* font-weight:normal; */color: #222;background: #ecf3fc;}
.RighInfo003544 .table_1 th.bai{ background:#fff}
.RighInfo003544 .table_1 .th_2{background: #0f4be9;}
.RighInfo003544 .table_1 .th_3{background: #2465be;}
.RighInfo003544 .table_1 .th_4{ background:#685046;}
.RighInfo003544 .table_1 .th_2,
.RighInfo003544 .table_1 .th_3,
.RighInfo003544 .table_1 .th_4{ color:#fff;}
.RighInfo003544 .table_1 .th_1{ color:#000;}
@media(max-width:480px){
.RighInfo003544 .table_1{ overflow:auto;}
.RighInfo003544 .table_1 table{ width:180%;}
}
.RighInfo003544 .number-count{margin: 4.5625em 0;box-shadow: 0px 0.625em 4.375em rgba(0, 0, 0, 0.05); border: solid 1px #f3f3f3; padding: 3.6875em 0;border-radius: 10px;}
.RighInfo003544 .number-count li{color: #333333;font-size: 18px;}
.RighInfo003544 .number-count li span{display: inline-block; position: relative; font-size: 2.4em;font-family: 'Bebas';color: #0f4be9;margin: 0 5px;font-weight: bold;}
.RighInfo003544 .number-count li span i{font-style: normal;}
.RighInfo003544 .number-count li span i.ani{position: absolute; left: 0;top: 0;}
.RighInfo003544 .number-count li span i.opa{opacity: 0;}
.RighInfo003544 .number-count li sup{display: inline-block;vertical-align: top;color: #0f4be9;font-size:1em;}

.RighInfo003544 .plate dd{margin-bottom: 2.8565%;}
.RighInfo003544 .plate dd .txt{box-shadow: 0 0 10px rgb(180 189 221 / 8%), 0 6px 14px hsl(0deg 0% 100% / 30%), 0 12px 20px rgb(180 189 221 / 20%);padding: 1.375em 1.875em;}
.RighInfo003544 .plate dd ol{float: left;width: 4.25em;}
.RighInfo003544 .plate dd .pic{ overflow:hidden}
.RighInfo003544 .plate dd .pc{padding-bottom: 65%;background-size: cover;transition: all 0.6s; overflow: hidden}
.RighInfo003544 .plate dd a:hover .pc{transform: scale(1.1);}
.RighInfo003544 .plate dd ol img{width: 85.295%;}
.RighInfo003544 .plate dd li aside{ font-size: 18px;color: #333;margin-bottom: 8px; }
.RighInfo003544 .plate dd a:hover li aside{color: #0f4be9}
.RighInfo003544 .plate dd li p{margin: 0; font-size: 16px;color: #666;display: none;  }
@media (min-width:1025px) {
.RighInfo003544 .intro .info{width: 57.929%;}
.RighInfo003544 .intro .title{line-height: 1;}
.RighInfo003544 .intro .img{width: 41.515%;}
.RighInfo003544 .number-count ul{display: table; margin: 0 auto;}
.RighInfo003544 .number-count li{float: left;}
.RighInfo003544 .number-count li:not(:last-child){margin-right:4.5em;}
.RighInfo003544 .plate dd{float: left;width: 31.429%;}
.RighInfo003544 .plate dd:not(:nth-child(3n)){ margin-right: 2.8565%;}
}
.RighInfo003544 .plate dd img{border-radius: 10px 10px 0 0;}
@media (max-width:1024px) {
.RighInfo003544 .number-count li{text-align: center;padding: 1em 0} 
.RighInfo003544 .number-count{margin: 2em 0; padding: 2em 0;}  
.RighInfo003544 .intro{padding-top: 2em; margin-bottom: 2em;}
}









/*高管团队*/
.Galary002512{margin: 0 auto;}
.Galary002512 .auto{position: relative;margin-bottom: 3%;
    padding-bottom: 3%;
    border-bottom: 1px solid #e7e7e7;}
.Galary002512 .pic{width:40%;margin-bottom: 15px;background: #f5f5f5;}
.Galary002512 .right-box{width: 56%;}
.Galary002512 .Ispic{ display: block;padding-bottom:92%;background-size: cover;background-position: center center;}
.Galary002512 .item{margin-bottom: 1.823vw;padding-bottom: 1.823vw;border-bottom: 1px dotted #ddd;}
.Galary002512 .txt{margin: 0;
    color: #666;
    width: 100%;
    background: #fff;display: flex;justify-content: space-between;flex-wrap: wrap;align-items: flex-start;} 
.Galary002512 .txt h1{margin:0;margin-bottom:30px;font-size:26px;line-height: 30px}
.Galary002512 .txt h1::after{content: '';display: block;background: #0f4be9;width: 50px;height: 3px;margin: 20px 0}
.Galary002512 .txt h1 a{color:#333;display: inline-block} 
.Galary002512 .txt h1 span{font-weight: normal;font-size: 18px;padding-left: 20px} 
.Galary002512 .txt h2{font-size: 18px;color: #0f4be9; /*font-weight:normal*/}
.Galary002512 .txt p{margin:0;font-size:16px;line-height: 36px;color: #666}
.Galary002512 .txt .more { display:block; margin-top:20px; background: #fff; color: #3caa91; padding: 0 15px; line-height: 35px; max-width: 120px;display: none}
.Galary002512 .txt .text{font-size: 16px; line-height: 29px;width: 57%;}

.Galary002512 .item:nth-child(even) .txt{flex-direction: row-reverse;}

.Galary002512 .slider-nav li .Ispic{  background-color:#fff; padding-bottom:120.5%; border: 2px solid transparent;}
.Galary002512 .slider-nav li.slick-current .Ispic{border-color:#0f4be9;}
.Galary002512 .slider-nav li p{background: #fff;text-align: center;margin:0;font-size:15px;line-height: 35px;} 
.Galary002512 .slider-nav li.slick-current p{color:#3caa91;}
.Galary002512 .slider-nav{ margin-bottom:30px;}
/* Slider */
.Galary002512 .slick-slider{margin:0 auto; position: relative;display: block;-webkit-touch-callout: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.Galary002512 .slider-nav{position: absolute;width: 57%;bottom: 0;right:0%;padding: 0 5%}
.Galary002512 .slider-nav li{padding:0 11px;}
.Galary002512 .slick-list{position: relative;overflow: hidden;margin:0 auto;}
.Galary002512 .slick-slider .slick-track,
.Galary002512 .slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.Galary002512 .slick-track{position: relative;top: 0;left: 0;}
.Galary002512 .slick-loading .slick-track{visibility: hidden;}
.Galary002512 .slick-slide{display: none;float: left;min-height: 1px;}
.Galary002512 .slick-initialized .slick-slide{display: block;}
.Galary002512 .slick-loading .slick-slide{visibility: hidden;}
.Galary002512 .slick-loading .slick-list{background: url(../images/ajax-loader.gif) center center no-repeat;}
.Galary002512 .slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
.Galary002512 .slick-arrow.slick-hidden {display: none;}
.Galary002512 .auto_1200:after {position: absolute;content: "";width: 110%;height: 65%;bottom: -5%;left: -5%;background: #f6f6f6;z-index: -1;}



/* Arrows */
.Galary002512 .slick-arrow{font-size: 0;line-height: 0;position: absolute;top: 50%; width: 45px;height: 45px;padding: 0;cursor: pointer;border: none; z-index:10; margin-top:-20px; border-radius:0%;background: none}
.Galary002512 .slick-arrow::before{ position:absolute; content:''; left:50%; top:50%; margin-left:-4px; margin-top:-8px; width:16px; height:16px;  transform:rotate(-45deg);}
.Galary002512 .slick-prev{left: 27px;}
.Galary002512 .slick-next{right: 27px; background-position: right top;}
.Galary002512 .slick-prev::before{ border-left:2px solid #999;border-top:2px solid #999;}
.Galary002512 .slick-next::before{ border-right:2px solid #999;border-bottom:2px solid #999;margin-left:-12px;}



/* Dots */
.Galary002512 .slick-dots{display: none; list-style: none;text-align: center; position:absolute; left:0; bottom:-30px; width:100%;}
.Galary002512 .slick-dots li{display: inline-block;margin: 0 5px;}
.Galary002512 .slick-dots li button{font-size: 0;line-height: 0;display: block;width: 10px;height: 10px;cursor: pointer;border: 0;background: rgba(0, 0, 0, 0.3); border-radius:50%; padding:0;}
.Galary002512 .slick-dots li.slick-active button{opacity: .75;background: rgba(253, 141, 43, 0.5);}
@media(max-width:1200px){
.Galary002512 .slider-for{ margin-bottom:50px;}
.Galary002512 .slick-prev,
.Galary002512 .slick-next{ right:auto; left:50%; margin-top:0; top:-45px;}
.Galary002512 .slick-prev{ margin-left:-50px;}
.Galary002512 .slick-next{ margin-right:-50px;}
.Galary002512 .slider-for li .pic{width:100%;margin-top: 20px;}
.Galary002512 .slider-for li .txt{width:100%;position: relative;transform: translateY(0%);}
.Galary002512 .auto_1200:after{width:100%;}
}
@media(max-width:768px){
  .Galary002512 .pic{width: 100%;}
  .Galary002512 .txt .text{width: 100%;}
}
@media(max-width:640px){
.Galary002512 .slick-prev,
.Galary002512 .slick-next{ display:none !important;}
.Galary002512 .slider-for{ margin-bottom:3%;}
.Galary002512 .txt h1{font-size: 28px;}
}

.floor0023{margin-top: 5%;}
@media(max-width:640px){
  .Galary002512 .item{display: block;width: 100%;}
  .Galary002512 .txt{margin-top: 20px;}
  .Galary002512 .pic{width: 100%;}
  .Galary002512 .txt{width: 100%;}
  .Galary002512 .flex{display: block;}
}



/*PicList002433 */
/*slick Basic*/
.PicList002433 .slick-slider { position:relative;display: block;-webkit-touch-callout: none;-ms-touch-action: pan-y; touch-action: pan-y;-webkit-tap-highlight-color: transparent}
.PicList002433 .slick-list { position: relative; z-index: 1;display: block; overflow: hidden;}
.PicList002433 .slick-list:focus {outline: none}
.PicList002433 .slick-list.dragging {cursor: pointer;cursor: hand;}
.PicList002433 .slick-slider .slick-track, 
.PicList002433 .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)}
.PicList002433 .slick-track {position: relative; top: 0; left: 0; display: block;}
.PicList002433 .slick-track:before, 
.PicList002433 .slick-track:after{display: table; content: '';}
.PicList002433 .slick-track:after{ clear: both;}
.PicList002433 .slick-loading .slick-track { visibility: hidden;}
.PicList002433 .slick-slide{ display: none; float: left;min-height: 1px;}
[dir = 'rtl'] .slick-slide {float: right;}
.PicList002433 .slick-slide .slick-loading img { display: none;}
.PicList002433 .slick-slide .dragging img { pointer-events: none;}
.PicList002433 .slick-initialized .slick-slide { display: block;}
.PicList002433 .slick-loading .slick-slide { visibility: hidden;}
.PicList002433 .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent;}
.PicList002433 .slick-arrow .slick-hidden { display: none;}
/*slick Basic End*/

.PicList002433{}
.PicList002433 .main{ padding:8% 0 0% 0;}

.PicList002433  .list ul{ padding:0 50px;}
.PicList002433  .list li{ float:left; position:relative;  text-align:center; margin-bottom:6%;}
.PicList002433  .list li:first-child:before,
.PicList002433  .list li:last-child:after{ position:absolute; content:''; bottom:0px; height:90px; width:50px;}
.PicList002433  .list li:first-child:before{ left:-50px; background:url(../images/PicList002433_ul_l.png) no-repeat 0 0;}
.PicList002433  .list li:last-child:after{right:-50px; background:url(../images/PicList002433_ul_r.png) no-repeat 0 0;}
.PicList002433  .list li aside{ padding-top:35px;height:90px; background:url(../images/PicList002433_libg.png) repeat-x left top;}
.PicList002433  .list li .ytable{ height:245px;}
.PicList002433  .list li .ytable-cell{ vertical-align:bottom;}
.PicList002433  .list li figure{ position:relative; display:inline-block;max-width: 80%;}
.PicList002433  .list li figure:after{ position:absolute; right:-24px; background:url(../images/PicList002433_ying.png) no-repeat left bottom; width:24px; height:100%; background-size:contain; content:'';}
.PicList002433  .list li figure img{ max-height:245px;padding: 8px;padding-top: 12px;background: url(../images/PicList002433_kuang.png) no-repeat ;background-size:100% 100%;}
.PicList002433  .list li p{ margin:0 auto;font-size: 18px;line-height:20px; max-height:40px; color:#333;}
.PicList002433  .list .ul-3 li{width:33.33333333%;}
.PicList002433  .list .ul-3 li:nth-child(3):after{ position:absolute; content:''; bottom:0px; height:90px; width:50px; right:-50px; background:url(../images/PicList002433_ul_r.png) no-repeat 0 0;}
.PicList002433  .list .ul-2 li{width:50%;}
.PicList002433  .list .ul-2 li:nth-child(2):after{ position:absolute; content:''; bottom:0px; height:90px; width:50px; right:-50px; background:url(../images/PicList002433_ul_r.png) no-repeat 0 0;}
.PicList002433  .list .ul-2 li:nth-child(1) > *{ padding-left:30%;}
.PicList002433  .list .ul-2 li:nth-child(2) > *{ padding-right:30%;}
.PicList002433  .list .ul-1 li{width:100%;}
@media(max-width:640px){
.PicList002433  .auto,
.PicList002433  .list ul{ padding:0;}
.PicList002433  .list li p{ font-size:12px;}
.PicList002433  .list li .ytable{ height:150px;}
.PicList002433  .list li figure img{ max-height:150px; padding:3px}
.PicList002433  .list .ul-2 li:nth-child(1) > *{ padding-left:30%;}
.PicList002433  .list .ul-2 li:nth-child(2) > *{ padding-right:30%;}
.PicList002433  .list .ul-3 li:nth-child(3):after,
.PicList002433  .list li:first-child:before{ display:none;}
.Galary002512 .txt{position: initial;width: 100%}
}
@media(max-width:480px){
.PicList002433  .list li .ytable{ height:100px;}
.PicList002433  .list li figure img{ max-height:100px;}
}




/*Floor003153 */
.Floor003153{ background: url(../images/Floor003153-bg.jpg) no-repeat  center; background-size: cover}
.Floor003153 .auto{padding-top: 7em;padding-bottom: 7em;}
.Floor003153 .title{position: relative;margin-bottom: 3em;}
.Floor003153 .title .name{font-size: 2.2em;
    color: #333;
    line-height: 1;}
.Floor003153 .title .name:after{display: block;
    content: '';
    width: 40px;
    height: 4px;
    background-color: #0f4be9;
    margin-top: 1.23076em;}
.Floor003153 .intro .info{line-height: 2.1428;    margin-top: 2%;}
@media (min-width:1025px) {
.Floor003153 .intro .info{color: #333; }  
}
@media (max-width:1024px) {
.Floor003153 .auto{padding: 2em 0;}
.Floor003153 .intro .img{margin-bottom: 2em;}
}
.Floor003153 .text1{line-height: 2.1428;
    color: #333;
    margin: 0;
    margin-top: 4%;
    background: #f1f6ff;
    border-radius: 10px;
    padding: 2.2%;}  
    
    
    
    
    /*
 .Menu001724 ä¸ºdemoç¼–å·
 */
.Menu001724{ border-bottom:5px solid #f4f4f4; padding:32px 0; text-align:center; overflow:hidden;}
.Menu001724 a{display:inline-block;font-size:16px;overflow:hidden;margin: 10px 7px 1px;line-height: 70px;}
.Menu001724 a.aon,
.Menu001724 a:hover{ color:#0f4be9;  background: url(../images/Menu001417-aon.png) no-repeat center center;font-weight: bold;background-size: contain;}
@media(max-width:1024px){
.Menu001724{ padding:10px 0;}
}
@media(max-width:640px){
.Menu001724 a{ float:left; margin-right:2%; padding:0; margin-bottom:2%; min-width:inherit;}
.Menu001724 a:nth-child(3n){ margin-right:0;}
}


.yfjd ul{display: flex;flex-wrap: wrap;}
.yfjd ul li{width: 23.5%;margin-right: 2%;background: #0f4be9;overflow: hidden;}
.yfjd ul li:nth-child(4n){margin-right: 0;}
.yfjd ul li figure{width: 100%;padding-bottom: 83%;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.yfjd ul li p{font-size: 16px;color: #fff;text-align: center;line-height:40px;margin: 0;}




/*PicList003142 */
.PicList003142 .auto{ margin-top: 0em; margin-bottom: 5em; }
.PicList003142 .auto h1{margin: 0;color: #0f4be9;text-align: center;font-size: 28px;}
.PicList003142 .auto h1:after{display: block;content: ''; width: 60px;height: 5px; margin: 30px auto;border-radius: 20px;background-color: #0f4be9;margin-top: 0.53076em;opacity: 0.3;}
.PicList003142 ul{display: flex; flex-wrap:wrap; justify-content: center;}
.PicList003142 li{margin-bottom: 2.5em;box-shadow: 0 0 10px rgb(180 189 221 / 8%), 0 6px 14px hsl(0deg 0% 100% / 30%), 0 12px 20px rgb(180 189 221 / 20%);
overflow: hidden;}
.PicList003142 li .txt{background: #0f4be9;box-shadow: 0px 0.625em 4.375em rgba(0, 0, 0, 0.05);padding: 0.875em 1.875em;}
.PicList003142 li .tit{font-size: 1.125em;line-height: 1.6666;/* min-height: 3.3332em; */color: #fff;text-align: center;}
.PicList003142 li p{font-size: 0.875em; line-height: 1.78571; min-height: 3.57142em;color: #999999;}
.PicList003142 li .pic{overflow: hidden;padding: 5%; background: #fff;}
.PicList003142 li .Ispic{padding-bottom: 80.223%;transition: 0.3s;}
.PicList003142 li a:hover .Ispic{transform: scale(1.1);}
.PicList003142 li a:hover{color: #e60012;}
.PicList003142 li time{color: #999999;display: block; }
.PicList003142 li a:hover time{background-image: url(../images/PicList003142-icon-red.svg);}
@media (min-width:1025px) {
.PicList003142 li{width: 23.5%;}
.PicList003142 li:not(:nth-child(4n)){margin-right: 2%;}
.PicList003142 li:nth-child(4n+1){clear: left;}    
}
@media (max-width:1024px) {
.PicList003142 .auto{margin-top: 2em;}   
.PicList003142 li{width: 48%;}
.PicList003142 li:not(:nth-child(2n)){margin-right: 4%;}
.PicList003142 li:nth-child(2n+1){clear: left;} 
.PicList003142 li .txt{padding: 1em;}
}
@media (max-width:640px) {
  .yfjd ul li{width: 48%;margin: 1%;}
  .Floor003153 .title .name{font-size: 1.5em;}
  .RighInfo003148 .title{font-size: 1.5em;}
}



.listtit {
  position: relative;
  text-align: center;
  margin:0;
  margin-bottom: 2vw;
  font-size: 34px;
  color: #000;
  position: relative;
  font-weight: bold;
  z-index: 3;
}

.listtit:after {display: block;content: '';margin: 18px auto 0;width: 40px;height: 4px;background: linear-gradient(30deg, #43bcfb 3%, #0f4be9);}

@media(max-width:1024px){
.listtit {margin : 2vw 0;font-size: 24px;}
}


.ourServe_wb {position: relative;}
.ourServe_wb .pic {padding-top: 1.125em;text-align: center}
.ourServe_wb li {position: relative;padding: 1.25em 1.375em;background-color: #fff;box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);}
.ourServe_wb li aside {margin-bottom: 0.5vw;font-size: 1em;/*font-weight: bold;*/line-height: 2;color: #333;display: flex;align-items: center}
.ourServe_wb li .icon {width: 3.5em;height: 3.5em;}
.ourServe_wb li .icon img{animation: picImg 1s linear infinite alternate;}
.ourServe_wb li p {line-height: 1.5;color: #666;}

@media(min-width:1025px){
.ourServe_wb li {position: absolute;max-width: 47.625em;width: 30%;}
.ourServe_wb .pic img {max-width: 40.1875em;}
.ourServe_wb li.li1,
.ourServe_wb li.li2,
.ourServe_wb li.li3 {text-align: right;}
.ourServe_wb li.li1 {top: 3.0625em;right: calc(50% + 17.5625em);}
.ourServe_wb li.li2 {top: 15.75em;right: calc(50% + 20.625em);}
.ourServe_wb li.li3 {top: 29.4375em;right: calc(50% + 17.5625em);}
.ourServe_wb li.li4 {top: 3.0625em;left: calc(50% + 17.5625em);}
.ourServe_wb li.li5 {top: 15.75em;left: calc(50% + 21.625em);}
.ourServe_wb li.li6 {top: 29.4375em;left: calc(50% + 17.5625em);}
.ourServe_wb li.li1 aside,
.ourServe_wb li.li2 aside,
.ourServe_wb li.li3 aside {flex-direction:row-reverse;}
.ourServe_wb li.li1 aside .icon ,
.ourServe_wb li.li2 aside .icon ,
.ourServe_wb li.li3 aside .icon {margin-left: 6%;}
.ourServe_wb li.li4 aside .icon ,
.ourServe_wb li.li5 aside .icon ,
.ourServe_wb li.li6 aside .icon {margin-right: 7%;}

}

@media(max-width:1024px) {
.ourServe_wb .pic {padding-top: 0%;}
.ourServe_wb li {margin-top: 6%;}
.ourServe_wb li aside {margin-bottom: 3%;font-size: 4vw;}
.ourServe_wb li aside .icon {margin-right: 3%;}
}






/*RighInfo003148 */
.RighInfo003148 .auto{padding-top: 4.5rem;padding-bottom: 4.5em;}
.RighInfo003148 .title{color: #333333;margin-bottom: 1.2em;}
.RighInfo003148 .title{font-size: 2.2em;color: #333;line-height: 1;font-weight: bold;}
.RighInfo003148 .title:after{display: block;content: '';width: 40px;height: 4px; background-color: #0f4be9;margin-top: 1.23076em;}
.RighInfo003148 .items-group{margin-bottom:2%;}
.RighInfo003148 .items-group .items p{color: #555;font-size: 1em;line-height: 2;text-align: justify;}
.RighInfo003148 .items-group .items p + .title{margin-top: 2em;}
.RighInfo003148 .pic{margin: 3% 0 5%;}
.RighInfo003148 .box-rows{margin-top: 5.875em;}
.RighInfo003148 .box-rows .title{margin-bottom: 3.95833em;}
.RighInfo003148 .box-rows dd{border: solid 1px #f3f3f3;text-align: center;box-shadow: 0 0 10px rgb(180 189 221 / 8%), 0 6px 14px hsl(0deg 0% 100% / 30%), 0 12px 20px rgb(180 189 221 / 20%);}
.RighInfo003148 .box-rows dd span img{max-height: 60px;}
.RighInfo003148 .box-rows dd span{display: block;margin-top: 20px;}

.RighInfo003148 .box-rows dd .heart{font-size: 1.375em;width: 5.0909em;height: 4.5454em;display: block;margin: -2.16363em auto 0;line-height: 4.5;background: url(../images/RighInfo003148-icon.svg) no-repeat center;background-size: contain;text-align: center;color: #fff;font-weight: bold;}
.RighInfo003148 .box-rows dd aside{color: #0f4be9;font-size: 1.25em;margin: 1em 0 1em 0;line-height: 1;font-weight: bold;}
.RighInfo003148 .box-rows dd p{color: #666;width:73%;margin: auto;line-height: 28px;}
@media (min-width:1025px) {
.RighInfo003148 .items-group .items:nth-of-type(odd) .flex{flex-flow: row-reverse;}
.RighInfo003148 .items-group .flex{display: flex;justify-content: space-between;align-items: center}
.RighInfo003148 .items-group .img{width: 50%;overflow: hidden;}
.RighInfo003148 .items-group .txt{width: calc(50% - 3.5em)} 
.RighInfo003148 .box-rows dd{float: left;min-height: 18.625em;width: 18.4%;}  
.RighInfo003148 .box-rows dd:not(:nth-child(5n)){margin-right: 2%;}
.RighInfo003148 .box-rows_1 dd{width: 23.5%;} 
.RighInfo003148 .box-rows_1 dd:last-child{margin-right: 0%;}
}
@media (max-width:1024px) {
.RighInfo003148 .items-group .txt{padding: 2em 0;}   
.RighInfo003148 .box-rows dd{padding-bottom: 3em; margin-bottom: 4em;}
.RighInfo003148 .box-rows dd p{ width:90%;}
}


.RighInfo003148 .table_1{margin: 3% 0 5%;}
.RighInfo003148 .table_1 th,
.RighInfo003148 .table_1 td{text-align:center;border:1px solid #eee;border-collapse:collapse;line-height: 30px;padding:15px;font-size: 17px;}
.RighInfo003148 .table_1 th{font-size: 18px;/* font-weight:normal; */color: #222;background: #ecf3fc;}
.RighInfo003148 .table_1 th.bai{ background:#fff}
.RighInfo003148 .table_1 .th_2{background: #0f4be9;}
.RighInfo003148 .table_1 .th_3{background: #2465be;}
.RighInfo003148 .table_1 .th_4{ background:#685046;}
.RighInfo003148 .table_1 .th_2,
.RighInfo003148 .table_1 .th_3,
.RighInfo003148 .table_1 .th_4{ color:#fff;}
.RighInfo003148 .table_1 .th_1{ color:#000;}
@media(max-width:480px){
.RighInfo003148 .table_1{ overflow:auto;}
.RighInfo003148 .table_1 table{ width:180%;}
.RighInfo003148 .title{font-size: 1.5em;}
}











/*TextList000286 */
.TextList000286{padding: 4.79vw 0 1vw 0;}
.TextList000286 li .inner{border: solid 1px #eee;border-left: 4px solid #e60012;padding: 25px 20px 25px;box-shadow: 0 0 10px rgb(180 189 221 / 8%), 0 6px 14px hsl(0deg 0% 100% / 30%), 0 12px 20px rgb(180 189 221 / 20%);}
.TextList000286 li .title{color: #bbb;}
.TextList000286 li .tit > *{float: left;}
.TextList000286 li .tit b{font-size: 18px;color: #000; }
.TextList000286 li .tit span{max-width: 25%;margin-left: 3%; line-height: 18px;padding-top: 6px;}
.TextList000286 li p{margin-bottom: 0;position: relative;line-height: 30px;padding-right: 100px;}
.TextList000286 li p span.price{color: #666;font-size: 16px;}
.TextList000286 li p a{position: absolute;right: 0;width: 95px;text-align: center;color: #fff;border-radius: 30px;background: #ccc;transition: 0.3s;font-size: 14px;}
.TextList000286 li p a:hover{background: #0f4be9;}
.TextList000286 .text{margin-bottom: 5%;color: #555;
    font-size: 1em;
    line-height: 2;}
.TextList000286.TextList0002862 a{position: initial;display: block;}
@media(min-width:641px){
.TextList000286 li .title{position: relative; padding-right: 120px;}
.TextList000286 li .title time{position: absolute; right: 0; top: 0; line-height: 18px;padding-top: 6px;}
.TextList000286 li p span{float: left;}
.TextList000286 li p a{ top: 0;}
.TextList000286 li p span.price{margin-right: 3%;}
.TextList000286 li p span.other{max-width: 70%}
}
@media(min-width:1025px){
.TextList000286 li{float: left;width: 49%;margin-right: 2%;margin-bottom: 1.61vw;}
.TextList000286 li:nth-of-type(2n){margin-right: 0;}
}
@media(max-width:1024px){
.TextList000286 li{margin-bottom: 3vw;}
}
@media(max-width:640px){
.TextList000286 li p a{ bottom: 0;}
 .TextList000286 li .title time{margin-top: 5px;display: block;clear: both;}
.TextList000286 li p span.other{ white-space: initial;text-overflow: initial; line-height: 20px;}
}





/*RighInfo002522 */
.RighInfo002522{padding: 4% 0 6%}
.RighInfo002522 .title{font-size: 2.2em;color: #333;line-height: 1;font-weight: bold;margin-bottom: 3%;}
.RighInfo002522 .title:after{display: block;content: '';width: 40px;height: 4px; background-color: #0f4be9;margin-top: 1.23076em;}
.RighInfo002522 .pic{overflow:hidden}
.RighInfo002522 .list dl{float:left;width:100%;display:table;border: 1px solid #eee;margin-bottom:3.5%;box-shadow: 0 0 10px rgb(180 189 221 / 8%), 0 6px 14px hsl(0deg 0% 100% / 30%), 0 12px 20px rgb(180 189 221 / 20%);}
.RighInfo002522 .list dl > *{ display:table-cell; vertical-align:middle;}
.RighInfo002522 .list dt{ width:95px;}
.RighInfo002522 .list dt b{display:block;width:45px;height:45px;border-radius:50%;background: #e60012;color:#fff;font-size:24px;position:relative;overflow:hidden;line-height:45px;text-align:center;margin:25px auto;}
.RighInfo002522 .list dt b::after{ position:absolute; content:''; width:20px; height:7px; background:#dd1115; bottom:0; right:0;}
.RighInfo002522 .list dd p{padding: 7% 5% 7% 0;color:#333;margin:0;line-height: 30px;}
@media(max-width:1024px){
.RighInfo002522 .title{ font-size:24px;}
}
@media(min-width:769px){
.RighInfo002522 .list dl{width:31%;margin-right:3.5%;}
.RighInfo002522 .list dl:nth-child(3n){ margin-right:0;}
.RighInfo002522 .list dl:nth-child(3n+1){ clear:left;}
}
@media(max-width:768px) and (min-width:481px){
.RighInfo002522 .list dl{ width:48%;}
.RighInfo002522 .list dl:nth-child(2n){ float:right;}
.RighInfo002522 .list dl:nth-child(2n+1){ clear:left;}
}

.mrt{padding: 4% 0;}
.cell_h{
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
ul,li{list-style: none;}
.mr_mid{
	margin:0 auto; max-width:1440px;}
	.mr_mid_img{
	position:relative}
	.mr_mid_img img{
	width:100%;}
	.mr_mid_img ul{
	position:absolute; left:0; top:0; width:100%; height:100%; z-index:10;}
	.mr_mid_img ul li{
	position:absolute; left:0; top:0; height:100%;}
	.mr_mid_img ul li:nth-child(1){
	width:18.5%;}
	.mr_mid_img_bg{
	position:relative}
	.mr_mid_img_bg_mask{ z-index:10;
	position:absolute; left:0; top:0; width:100%; height:100%;}
	.mr_mid_img_bg_title{ color:#fff;
	position:absolute; left:0; top:0; width:100%; height:100%; text-align:center; z-index:100;}
	.mr_mid_img_bg_title div{
	width:100%;}
	.mr_mid_img_bg_title div span{ font-size:1.125em; margin:0 auto;
	display:block; position:relative; padding:.5em 0; width:6.333333333333333em;}
	.mr_mid_img_bg_title div span label{
	position:relative; z-index:100;}
	.mr_mid_img_bg_title div span:after{
	content:''; position:absolute; bottom:0; left:50%;-webkit-transform:translate(-50%, -0%);-ms-transform:translate(-50%, -0%);transform:translate(-50%, -0%); height:1px; background-color:#fff; width:1em; z-index:10;}
	.mr_mid_img_bg_title div span:before{ opacity:0;transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; border-radius:100%; background-color:#0f4be9;  
	content:''; position:absolute; left:50%; top:50%;width:6.333333333333333em;height:6.333333333333333em;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);pointer-events: none }
	.mr_mid_img ul li:nth-child(1) .mr_mid_img_bg_title div span{
	margin-left:8%;}
	.mr_mid_img ul li:last-child .mr_mid_img_bg_title div span{
	margin-right:7%;}
	.mr_mid_img ul li:hover .mr_mid_img_bg_title div span:before{
	opacity:.65;}
	.mr_mid_img ul li:hover .mr_mid_img_bg_mask{
	opacity:.34;}
	.mr_mid_img ul li:nth-child(2){
	left:6.66666666666667%; width:30.41666666666667%;}
	.mr_mid_img ul li:nth-child(3){
	left:25.5%; width:30.41666666666667%;}
	.mr_mid_img ul li:nth-child(4){
	left:44.16666666666667%; width:30.58333333333333%;}
	.mr_mid_img ul li:nth-child(5){
	left:63.08333333333333%; width:30.58333333333333%;}
	.mr_mid_img ul li:nth-child(6){
	left:auto; right:0; width:18.25%;}
	.mr_mid_top{
	margin-top:6.875em; margin-bottom:2em;}
	.mr_mid_footer_right{
	float:right; width:48.58333333333333%;}
	.mr_mid_footer_left{
	float:left; width:47.16666666666667%;}
	.mr_mid_footer_left_1 dl dd{ margin-top:1.125em; line-height:1.6;
	font-size:.875em; position:relative; padding-left:1.6em;}
	.mr_mid_footer_left_1 dl dd:after{
	content:''; position:absolute; left:0; top:.4em; width:0.9285714285714286em; height:0.9285714285714286em; background-position:center; background-repeat:no-repeat; background-size:cover;  background-image:url(/Myapp/Common//images/mr/img2.png);}
	.mr_mid_footer_left_2{
	margin-top:2.5em;}
	.mr_mid_footer_left_2 a{
	display:block; width:149px; height:32px; text-align:center; line-height:32px; color:#fff; font-size:14px; background-color:#014099}
	.mr_mid_footer{
	margin-top:4.25em; margin-bottom:4.25em;}
    @media screen and (min-width:1024px){
    .mr_mid{margin:0 auto; max-width:100%;padding: 0 12vw;}
  }
	@media screen and (max-width:1200px) {
		.mr_mid_top{
		margin-top:2em;}
		.mr_mid_img_bg_title div span{
		font-size:.875em;}
	}
	.mr_mid_mo{
	display:none}
	@media screen and (max-width:750px) {
	.mr_mid_img{
	display:none}
	.mr_mid_mo{
	display:block}
	.mr_mid_footer{
	margin-top:2em; margin-bottom:2em; }
	.mr_mid_footer_left{
	width:100%;}
	.mr_mid_footer_right{
	width:100%; margin-top:1.5em;}
	.mr_mid_footer_right img{
	width:100%;}
	}
	@media screen and (max-width:480px) {
	.mr_mid_footer_left_2 a{
	width:100%;}
	}


.mrt_title{color: #333333;margin-bottom: 1.2em;}
.mrt_title{font-size: 2.2em;color: #333;line-height: 1;font-weight: bold;}
.mrt_title:after{display: block;content: '';width: 40px;height: 4px; background-color: #0f4be9;margin-top: 1.23076em;}

.mrt_top p{font-size: 16px;line-height: 30px;}
.mrt_top{margin-bottom: 40px;}
.mrt_bot{margin-top: 30px;}


/*RighInfo002554 */
.RighInfo002554{ padding:3% 0;}
.RighInfo002554 .table_1 th,
.RighInfo002554 .table_1 td{ text-align:center; border:1px solid #eee; border-collapse:collapse; line-height:24px; padding:15px;}
.RighInfo002554 .table_1 .text2{    background: #f5f5f5;}
.RighInfo002554 .table_1 th{ font-size:20px; font-weight:normal;}
.RighInfo002554 .table_1 .th_2{ background:#e61b28;}
.RighInfo002554 .table_1 .th_3{ background:#0f4be9;}
.RighInfo002554 .table_1 .th_4{ background:#0745e8;}
.RighInfo002554 .table_1 .th_2,
.RighInfo002554 .table_1 .th_3,
.RighInfo002554 .table_1 .th_4{ color:#fff;}
.RighInfo002554 .table_1 .th_1{ color:#000;}
@media(max-width:1024px){
  .mrt{padding: 0 2%}
  .mrt_title{font-size: 1.5em;}
  .RighInfo003544 .intro .title{font-size: 2em;}
}
@media(max-width:480px){
.RighInfo002554 .table_1{ overflow:auto;}
.RighInfo002554 .table_1 table{ width:180%;}

}

.catalogue .por-text{padding: 3.5em 0em;}
.catalogue .por-text .text{font-size: 0.875em;line-height: 1.5;}
.catalogue .prosearch{background-color: #e6e6e6;padding: 1.75em 0;}
.catalogue .prosearch .box{display: flex;align-items: center;max-width: 43.75em;width: 100%;margin: 0 auto;}
.catalogue .prosearch .box .text{font-size: 0.875em;padding: 0 2%;width: 80%;border: none;background-color: #fff;height: 4.375em;box-sizing: border-box;}
.catalogue .prosearch .box .btn{width: 20%;border: none;color: #fff;text-align: center;background-color: #014099;font-size: 1.125em;height: 3.375em;}
.catalogue .por-list{margin: 3.5em 0;}
.catalogue .por-list ul li{padding: 1em;border: 1px #d9d9d9 solid;border-bottom: none;}
.catalogue .por-list ul li:last-child{border-bottom: 1px #d9d9d9 solid;}
.catalogue .por-list ul li .name{font-size: 1.375em;color: #097ccc;}
.catalogue .por-list ul li .intel{padding: 0.5em 0 1em 0;}
.catalogue .por-list ul li .intel dl{display: flex;flex-wrap: wrap}
.catalogue .por-list ul li .intel dl dd{}
.catalogue .por-list ul li .intel dl dd{font-size: 0.875em;width: 31.3333%;padding-right: 2%;padding-top: 0.45em;padding-bottom: 0.45em;}
@media(max-width:640px){
  .catalogue .prosearch .box{padding: 0 2%;}
  .catalogue .por-list ul li .intel dl dd{width: 49%;margin-right: 2%;}
  .catalogue .por-list ul li .intel dl dd:nth-of-type(2n){margin-right: 0;}
  .catalogue .por-list ul li .intel dl dd a{line-height: 1.5;}
}
.catalogue .por-list2{margin: 3.5em 0;}
.catalogue .por-list2 .location{ font-size: 0.875em; padding-left: 1.21428em;background: url(../images/Menu003135-icon.svg) no-repeat left center;background-size: 1em auto; line-height: 5.7142;}
.catalogue .por-list2 .location,
.catalogue .por-list2 .location a:not(:hover){color: #999;}
.catalogue .por-list2 .location span{color: #333;}
.catalogue .por-list2 .columnname{padding: 0 1em;background-color: #f2f2f2;line-height: 2.5em;font-size: 1.25em;color: #014099;}
.catalogue .por-list2 .list ul li{border-bottom: 1px #d9d9d9 dashed;padding: 1.25em 1em;}
.catalogue .por-list2 .list ul li span{display: inline-block;}
.catalogue .por-list2 .list ul li span:nth-of-type(1){width: 16%}
.catalogue .por-list2 .list ul li span:nth-of-type(2),
.catalogue .por-list2 .list ul li span:nth-of-type(3){font-size: 0.875em;width: 40%;padding-right: 1%;}

.catalogue .por-list2 .listsearch ul li span:nth-of-type(2),
.catalogue .por-list2 .listsearch ul li span:nth-of-type(3){width: 25%;}
.catalogue .por-list2 .listsearch ul li span:nth-of-type(4){width: 30%;white-space: nowrap; /* 确保文本在一行内显示 */
  overflow: hidden; /* 超出部分隐藏 */
  text-overflow: ellipsis; /* 使用省略号表示文本被截断 */}
@media(max-width:640px){
  .catalogue .por-list2 .list ul li span{display: block;width: 100% !important;line-height: 1.6;}
}
.catalogue .info{margin: 3.5em 0;}
.catalogue .info .title{font-size: 1.375em;color: #014099;}
.catalogue .text{font-size: 0.875em;padding: 1em 0;border-bottom: 1px #d9d9d9 solid;line-height: 1.8em;padding-bottom: 1.5em;}
.catalogue .text2{position: relative;font-size: 0.875em;line-height: 3em;padding: 1em 0; border-bottom: 1px #d9d9d9 solid;}
.catalogue .return{margin-top: 2.5em;}
.catalogue .return a{font-size: 0.875em;background-color: #e6e6e6;line-height: 2.975em;padding: 0 4.5em;display: inline-block;}

.popup{display: none;position: fixed;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .28);z-index: 333;}
.popup .popup-box{position: absolute;left: 50%;top: 50%;max-width: 600px;width: 100%;padding: 30px;border-radius: 10px;background-color: #fff;transform: translate(-50%, -50%);z-index: 33;}
.popup .popup-box .title{margin-bottom: 40px;font-size: 28px;color: #333;text-align: center;}
.popup .popup-box .list ul li{margin-bottom: 15px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.popup .popup-box .list ul li:last-child{margin-bottom: 0;}
.popup .popup-box .list ul li .item{width: 48%;}
.popup .popup-box .list ul li .text{width: 100%;height: 40px;padding: 0 20px;border: 1px solid #ddd;background-color: #fff;box-sizing: border-box;}
.popup .popup-box .list ul li .name{margin-bottom: 10px;font-size: 18px;color: #333;}
.popup .popup-box .list ul li textarea{width: 100%;height: 120px;padding: 0 20px;border: 1px solid #ddd;background-color: #fff;box-sizing: border-box;}
.popup .popup-box .list ul li .submit{width: 160px;height: 40px;font-size: 18px;color: #fff;background-color: #0f4be9;border: 0;cursor:pointer}
.popup .popup-box .close{position: absolute;right: 10px;top: 10px;width: 30px;height: 30px;background-image: url('../images/close.png');background-size: 100%;cursor:pointer}
@media(max-width:640px){
  .popup .popup-box{max-width: 92%;}
  .popup .popup-box{padding: 20px;}
  .popup .popup-box .list ul li textarea{height: 80px;}
  .popup .popup-box .title{font-size: 24px;}
}




.Talent{padding:calc(100 / 1920 * 100vw) 0;}

.Talent .column-name{font-size: calc(36 / 16 * 1em);color: #333;line-height: 1; margin-bottom: calc(50 / 36 * 1em);}
.Talent .column-name:after{display: block;content: '';width: 40px;height: 4px;background-color: #0f4be9;margin-top: 1.23076em;}

.Talent .box .bg{overflow: hidden;position: relative}
.Talent .box .bg .info{position: absolute;width: 90%;height: 100%;left:5%;text-align: center;color: #fff;}
.Talent .box .bg .info .ytable{height: 100%}
.Talent .box .bg .info h3{font-size: calc(30 / 16 * 1em);}
.Talent .box .bg .info p{font-size: calc(16 / 16 * 1em); line-height: 2;}


@media(max-width:1024px){
.Talent .column-name{font-size:calc(24 / 16 * 1em);}
.Talent .box .bg img{height: 320px;object-fit: cover;}
.Talent .box .bg .info h3{font-size: calc(24 / 16 * 1em);}
}
.Benefit{padding:calc(50 / 1920 * 100vw) 0;}
.Benefit ul{ display: flex; flex-wrap:wrap;}
.Benefit li{ float: left; margin: 0 2% 5% 0 ;position: relative;background-color: #fff;box-shadow: 0px 0.625em 3.75em rgba(0, 0, 0, 0.05);border: solid 1px #f3f3f3;text-align: center; }

.Benefit li .inner{}
.Benefit li .num {width: calc(70 / 32 * 1em);height: calc(70 / 32 * 1em);line-height:calc(70 / 32 * 1em);background: #0f4be9; border-radius: 50%; text-align: center;color: #fff; font-weight: bold;font-size: calc(32 / 16 * 1em);margin: calc(-35 / 32 * 1em) auto 0;}
.Benefit li .info{font-size: calc(16 / 16 * 1em);line-height: 2;color: #333;padding: calc(25 / 16 * 1em);}

@media(min-width:1025px){
.Benefit li{width: 32%;}	
.Benefit li:nth-child(3n){ margin-right: 0;}
}
@media(max-width:1024px){
.Benefit li{width: 100%; margin-bottom: 4em; margin-right: 0;}
.Benefit li:first-child{ margin-top: 2em;}
}





.Concept{}
.Concept .info {font-size: calc(16 / 16 * 1em); line-height: 2; color: #333;}
.Concept .list li{margin-right: 2%; margin-bottom: 2%;overflow: hidden; float: left;}
.Concept .list li figure{padding-bottom: 54%;}
.Concept .list li p{font-size: calc(16 / 16 * 1em);margin: 0; line-height: 2; background: #f8f8f8; text-align: center; padding:calc(10 / 16 * 1em) calc(12 / 16 * 1em) ;}

@media(min-width:1025px){
.Concept .list li{width: 32%;}
.Concept .list li:nth-child(3n){margin-right: 0;}
}
@media(max-width:1024px){
.Concept .list li{width: 49%;}
.Concept .list li:nth-child(2n){margin-right: 0;}
}






.Suspension{position: fixed;right: 2%;top: 50%;transform: translateY(-50%);z-index: 5;}
.Suspension ul li{position: relative;margin-bottom: 15px;}
.Suspension ul li:last-child{margin-bottom: 0;}
.Suspension ul li .icon{width: 50px;height: 50px;background-size: 25px;background-repeat: no-repeat;background-position: center;background-color: #0f4be9;border-radius: 50%}
.Suspension ul li .box{display: none;position: absolute;right: 60px;top: 0;background-color: #fff;padding: 15px;box-sizing: border-box;z-index: 3;width: max-content;
    line-height: 1;
    font-size: 0;}
.Suspension ul li .box .text{font-size: 20px;}
.Suspension ul li .box img{width: 150px;}
.Suspension ul li:hover .box{display: block;}
.Suspension ul li:nth-of-type(1) .icon{background-image: url('../images/Suspension-icon4.png')}
.Suspension ul li:nth-of-type(2) .icon{background-image: url('../images/Suspension-icon2.png')}
.Suspension ul li:nth-of-type(3) .icon{background-image: url('../images/Suspension-icon3.png')}
.Suspension ul li:nth-of-type(4) .icon{background-image: url('../images/Suspension-icon1.png')}
.Suspension ul li:nth-of-type(5) .icon{background-image: url('../images/Suspension-icon5.png')}
#aff-im-root .embed-icon{display: none !important;}


.popup1{display: none;position: fixed;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .28);z-index: 333;}
.popup1 .popup-box{position: absolute;left: 50%;top: 50%;max-width: 600px;width: 100%;padding: 30px;border-radius: 10px;background-color: #fff;transform: translate(-50%, -50%);z-index: 33;}
.popup1 .popup-box .title{margin-bottom: 40px;font-size: 28px;color: #333;text-align: center;}
.popup1 .popup-box .list{line-height: 1;font-size: 0;}
.popup1 .popup-box .list ul li{margin-bottom: 15px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.popup1 .popup-box .list ul li:last-child{margin-bottom: 0;}
.popup1 .popup-box .list ul li .item{width: 48%;}
.popup1 .popup-box .list ul li select{width: 100%;height: 40px;padding: 0 20px;border: 1px solid #ddd;background-color: #fff;box-sizing: border-box;}
.popup1 .popup-box .list ul li .text{width: 100%;height: 40px;padding: 0 20px;border: 1px solid #ddd;background-color: #fff;box-sizing: border-box;}
.popup1 .popup-box .list ul li .name{margin-bottom: 10px;font-size: 18px;color: #333;}
.popup1 .popup-box .list ul li .name span{color: red;}
.popup1 .popup-box .list ul li textarea{width: 100%;height: 120px;padding: 0 20px;border: 1px solid #ddd;background-color: #fff;box-sizing: border-box;}
.popup1 .popup-box .list ul li .submit{width: 160px;height: 40px;font-size: 18px;color: #fff;background-color: #0f4be9;border: 0;cursor:pointer}
.popup1 .popup-box .close{position: absolute;right: 10px;top: 10px;width: 30px;height: 30px;background-image: url('../images/close.png');background-size: 100%;cursor:pointer}
@media(max-width:640px){
  .popup1 .popup-box{max-width: 92%;}
  .popup1 .popup-box{padding: 20px;}
  .popup1 .popup-box .list ul li textarea{height: 80px;}
  .popup1 .popup-box .title{font-size: 24px;}
}

.RighInfo003148 .apply .flex{display: flex;justify-content: space-between;flex-wrap: wrap}
.RighInfo003148 .apply .flex .img{width: 46%}
.RighInfo003148 .apply .flex .img img{width: 100%}
.RighInfo003148 .apply .flex .box{width: 46%}
.RighInfo003148 .apply .flex .box ul{line-height: 1;font-size: 0;}
.RighInfo003148 .apply .flex .box ul li{margin-bottom: 15px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.RighInfo003148 .apply .flex .box ul li:last-child{margin-bottom: 0;}
.RighInfo003148 .apply .flex .box ul li .item{width: 48%;}
.RighInfo003148 .apply .flex .box ul li select{width: 100%;height: 40px;padding: 0 20px;border: 1px solid #ddd;background-color: #fff;box-sizing: border-box;}
.RighInfo003148 .apply .flex .box ul li .text{width: 100%;height: 40px;padding: 0 20px;border: 1px solid #ddd;background-color: #fff;box-sizing: border-box;}
.RighInfo003148 .apply .flex .box ul li .name{margin-bottom: 10px;font-size: 18px;color: #333;}
.RighInfo003148 .apply .flex .box ul li .name span{color: red;}
.RighInfo003148 .apply .flex .box ul li textarea{width: 100%;height: 120px;padding: 0 20px;border: 1px solid #ddd;background-color: #fff;box-sizing: border-box;}
.RighInfo003148 .apply .flex .box ul li .btn{width: 160px;height: 40px;font-size: 18px;color: #fff;background-color: #0f4be9;border: 0;cursor:pointer}
@media(max-width:640px){
  .RighInfo003148 .apply .flex .box ul li textarea{height: 80px;}
  .RighInfo003148 .apply .flex .img{width: 100%}
  .RighInfo003148 .apply .flex .box{width: 100%;margin-top: 20px;}
}


.Bottom002705 .flex-box{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: end}
.Bottom002705 .flex-box .left-box{width: 40%}
.Bottom002705 .flex-box .right-box{width: 55%;}
.Bottom002705 .flex-box .contact{margin-top: 30px;}
.Bottom002705 .flex-box .contact dl dd{margin-bottom: 20px;}
.Bottom002705 .flex-box .contact dl dd:last-child{margin-bottom: 0;}
.Bottom002705 .flex-box .contact dl dd .name{color: #494949;font-weight: bold;}
.Bottom002705 .flex-box .contact dl dd .text{margin-top: 15px;color: #494949;}
.Bottom002705 .flex-box .copyright{padding-top: 0;margin-top: 5%;}
.Bottom002705 .flex-box .service h3{font-size: 28px;color: #2d5ed5;}
.Bottom002705 .flex-box .service .from{margin-top: 5%;}
.Bottom002705 .flex-box .service .from ul li{margin-bottom: 30px;}
.Bottom002705 .flex-box .service .from ul li:last-child{margin-bottom: 0;}
.Bottom002705 .flex-box .service .from ul li .flex{display: flex;justify-content: space-between;}
.Bottom002705 .flex-box .service .from ul li .flex .item{width: 48%;}
.Bottom002705 .flex-box .service .from ul li .text{width: 100%;height: 55px;padding: 0 15px;font-size: 18px;border: 1px solid #cccccc;box-sizing: border-box;}
.Bottom002705 .flex-box .service .from ul li .text::placeholder{color: #1d1d1d;}
.Bottom002705 .flex-box .service .from ul li textarea{width: 100%;height: 80px;padding: 15px;font-size: 18px;border: 1px solid #cccccc;box-sizing: border-box;}
.Bottom002705 .flex-box .service .from ul li textarea::placeholder{color: #1d1d1d;}
.Bottom002705 .flex-box .service .from ul li .btn{display: block;width: 150px;height: 50px;font-size: 14px;color: #fff;margin-left: auto;background-image: linear-gradient(to right, #537ef1, #0d44e9);cursor:pointer;border: 0;}
.Bottom002705 .flex-box .code{display: flex;align-items: end;font-size: 18px;color: #1d1d1d;}
.Bottom002705 .flex-box .code img{display: block;margin-right: 15px;width: 130px;}

@media(max-width:768px){
  .Bottom002705 .flex-box .left-box{width: 100%}
  .Bottom002705 .flex-box .right-box{width: 100%}
  .Bottom002705 .flex-box .contact{margin-top: 20px;}
  .Bottom002705 .flex-box .service h3{font-size: calc(28 / 16 * 1em);}
  .Bottom002705 .flex-box .service .from ul li .btn{margin-right: auto;}
  .Bottom002705 .flex-box .code{padding-top: 20px;display: block;text-align: center;}
  .Bottom002705 .flex-box .code img{margin: 0 auto;}
}











