
@font-face {
	font-family: 'syht';
	src: url("../font/SourceHanSansCN-Regular.otf");
}

@font-face {
	font-family: 'syht_medium';
	src: url("../font/SourceHanSansCN-Medium.otf");
}

@font-face {
	font-family: 'syht_light';
	src: url("../font/SourceHanSansCN-Light.otf");
}

@font-face {
	font-family: 'syht_bold';
	src: url("../font/SourceHanSansCN-Bold.otf");
}



a:active{star:expression(this.onFocus=this.blur());}
a:focus,button:focus{outline:none; -moz-outline:none;}
:focus{outline:none;}
/*Reset Css*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img,area,param{margin:0; padding:0;color: #4a4a4a;}
html,body{margin:0; padding:0; font-family:arial,'syht'; -webkit-text-size-adjust:none;color: #4a4a4a;}
input,button,select,textarea{font-family:arial,'syht'; }
ol,ul{padding-left:0; list-style:none;}
img{border:none; display:inline-block; vertical-align:middle;}
th{font-style:normal;font-weight:normal;}
h1,h2,h3,h4,h5,h6,p{font-size:100%;}
input{display:inline-block; vertical-align:middle;color:#666;}

fieldset{border:none;}
legend{display:none;}
/*Clear Css*/
.clear{clear:both; font-size:0; height:0; line-height:0;}
.clearfix:after{content:'\20';display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clearb{ clear:both;}
.clearfix{display:block;zoom:1;}
* html .clearfix{height:1%;}
/*Common Css*/
body{font-size:12px;}
a{ text-decoration:none;color: #4a4a4a;}
a:hover{color: #004c94;}
.fl{float:left; _display:inline;}
.fr{float:right; _display:inline;}
::-ms-clear, ::-ms-reveal{display: none;}
input[type=button],input[type=submit],input[type=reset],select{border-radius:0;-webkit-appearance: none;-moz-appearance: none;}
a:focus,a:hover{-webkit-tap-highlight-color:rgba(0,0,0,0);transition: all 0.3s linear;}
.swiper-button-next,.swiper-button-prev{z-index:3 !important;}
textarea {resize: none;}
.table{height:100%;display:table;width:100%;}
.table-cell{display:table-cell;vertical-align:middle;}
.textover{overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
input::placeholder{color:#666;}
input:-ms-input-placeholder {
    color: #666 !important;
}
input::-webkit-input-placeholder {
    color: #666;
}
/* Firefox 4-18 */
input:-moz-placeholder {
    color: #666;
}

/* Firefox 19-50 */
input::-moz-placeholder {
    color: #ccc;
}

/* - Internet Explorer 10–11
   - Internet Explorer Mobile 10-11 */
input:-ms-input-placeholder {
    color: #666 !important;
}

/* Edge (also supports ::-webkit-input-placeholder) */
input::-ms-input-placeholder {
    color: #666;
}

/* CSS Working Draft */
input::placeholder {color: #666;}

@media (max-width:6000px){
    html{
        font-size: calc(100vw/19.2) !important;
    }
}
@media (max-width:1024px){
    html{
        font-size: calc(100vw/7.5) !important;
    }
}
img{max-width: 100%;}
.img100{display: block;width: 100%;height: auto;}
.w_1440{width:75%;margin: 0 auto;}
.header{width: 100%;height: .94rem;position: fixed;left: 0;top: 0;z-index: 90;display: flex;justify-content: space-between;transition: all 0.3s linear;background: #fff;box-sizing: border-box;padding: 0 12.5%;box-shadow: 0 0 10px rgba(0,0,0,.1);}
.logo{width:1.48rem;display: flex;align-items: center;}
.logo img{max-width: 100%;}
.nav{height: 100%;position: relative;}
.nav ul{height: 100%;display: flex;justify-content: center;align-items: center;}
.nav ul li{height: 100%;padding: 0 0.35rem;position: relative;}
.nav ul li h2{height: 100%;position: relative;}
.nav ul li h2 span{display: none;}
.nav ul li h2 a{display: block;height: 100%;font-size: 0.2rem;color:#4b4b4a;line-height: 1rem;font-family:arial, 'syht_light';}
.nav ul li h2 a img{display: inline-block;vertical-align: middle;margin: -0.03rem 0.05rem 0 0;}
.nav ul li h2 a:hover,.nav ul li.on h2 a{color: #004c94 !important;}
.nav ul li h2::after{display: block;width: 0;height:0.04rem;content: '';background:#004c94;position: absolute;left: 50%;top: 84%;transform: translateX(-50%);transition: all 0.3s linear;}
.nav ul li:hover h2::after{width: 100%;}
    .nav ul li.on h2::after {
        width: 100%;
    }

.nav2{width:120px;background:rgba(255,255,255,0.9);border-radius:0 0 4px 4px;overflow:hidden;position: absolute;z-index:1;left: 50%;top: 100%;transform: translateX(-50%);box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.07), inset 1px 1px 3px 0px #FFFFFF;display: none;}
.nav2 dl{padding: 0.1rem 0;}
.nav2 dl dd{line-height: 0.46rem;text-align: center;position: relative;white-space: nowrap;}
.nav2 dl dd::after{display: block;width: 0;height: 1px;background: #004c94;content: '';position: absolute;left: 50%;top: 94%;transform: translateX(-50%);transition: all 0.3s linear;}
.nav2 dl dd a{font-size: 0.18rem;color: #999;font-family:arial, 'syht_light';}
.nav2 dl dd:hover a{color: #004c94;}
.nav2 dl dd:hover::after{width: 80%;}
.nav ul li:nth-child(3) .nav2{width:160px;}
.nav ul li:nth-child(4) .nav2{width:200px;}
.nav ul li:nth-child(5) .nav2{width:160px;}

.areaTop h2{height: 100%;position: relative;}
.areaTop h2 a{display: block;height: 100%;font-size: 0.2rem;color:#4b4b4a;line-height: 1rem;font-family:arial, 'syht_light';}
.areaTop h2 a img{display: inline-block;vertical-align: middle;margin: -0.03rem 0.05rem 0 0;width:0.22rem}
.areaTop h2::after{display: block;width: 0;height:0.04rem;content: '';background:#004c94;position: absolute;left: 50%;top: 84%;transform: translateX(-50%);transition: all 0.3s linear;}
.areaTop:hover h2::after{width: 100%;}
.areaTop.on h2::after {width: 100%;}
.areaTopNav2{position: absolute; width: 100vw;left: 0;transform: translateX(0);background:rgba(0,76,148,0.71);top: 100%;display: none;}
.areaTopNav2 dl{display: flex;flex-wrap: wrap;padding: 0.1rem 12.5%;box-sizing: border-box;width: 100%;}
.areaTopNav2 dl dd{width: 14.285%;line-height: 0.46rem;text-align: center;position: relative;white-space: nowrap;}
.areaTopNav2 dl dd a{color: #fff;font-size: 0.18rem;font-family:arial, 'syht_light';}
.areaTopNav2 dl dd:hover a{color: #fff;font-weight: bold;}







/* .nav ul li:nth-last-of-type(1){position: static;}
.nav ul li:nth-last-of-type(1) .nav2{width: 100vw;left: 0;transform: translateX(-22vw);background:rgba(0,76,148,0.71);}
.nav ul li:nth-last-of-type(1) .nav2 dl{display: flex;flex-wrap: wrap;padding: 0.1rem 12.5%;box-sizing: border-box;width: 100%;}
.nav ul li:nth-last-of-type(1) .nav2 dl dd{width: 14.285%;}
.nav ul li:nth-last-of-type(1) .nav2 dl dd a{color: #fff;}
.nav ul li:nth-last-of-type(1) .nav2 dl dd:hover a{color: #fff;font-weight: bold;}
.nav ul li:nth-last-of-type(1) .nav2 dl dd:hover::after{width: 0;} */

.wap_btn{display: none;width: 0.6rem;height: 0.4rem;position: relative;margin-right: 5%;}
.wap_btn span{display: block;width: 100%;height: 2px;position: absolute;transition: all 0.3s linear;background:#000;}
.wap_btn span:nth-of-type(1){top: 0;}
.wap_btn span:nth-of-type(2){top: 0.18rem;}
.wap_btn span:nth-of-type(3){bottom: 0;}
.wap_btn.on span:nth-of-type(1){top: 50%;transform: rotate(45deg);}
.wap_btn.on span:nth-of-type(2){display: none;}
.wap_btn.on span:nth-of-type(3){top: 50%;transform: rotate(-45deg);}
.search{width:0.24rem;height: 100%;box-sizing: border-box;display: flex;justify-content: center;align-items: center;}
.search a{display: flex;width: 100%;height: 100%;justify-content: center;align-items: center;}
.search a img{width:0.22rem;}
.nav ul li h2 span img{max-width: 100%;}
.indBanSwiper{width: 100%;overflow: hidden;position: relative;}
.indBanSwiper .swiper-slide{position: relative;color: #4a4a4a;font-weight: bolder;line-height: 1.5;}
.indBanSwiper .swiper-slide .w_1440{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.indBanSwiper h3{}
.indBanSwiper .swiper-pagination{width: 75%;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);background: #00385d;height: 1.14rem;display: flex;align-items: center;justify-content: center;}
.swiper-pagination-bullet{width: 0.12rem;height: 0.12rem;background-color: #b2b2b2;border-radius: 50%;opacity: 1;}
.swiper-pagination-bullet-active{width: 0.3rem;
	background-color: #005891;opacity: 1;
	border-radius: 0.12rem;}
.indBanSwiper .swiper-pagination-bullet{background-color: #ffffff;}
.indBanSwiper .swiper-pagination-bullet-active{background-color: #ffffff;}
.indPpJs{background-color: #005891;color: #fff;box-sizing: border-box;padding: 1.05rem 0.82rem 1.2rem;}
.indPpJs h3{color: #fff;}
.indPpJsPro{line-height: 1.8;margin-top: 0.5rem;color: #fff;}
.indPpJsPro p{color: #fff;}
.indPpJsNumLc_ul p{color: #fff;}
.indPpJsNumLc{display: flex;justify-content: space-between;align-items: flex-end;margin-top: 0.4rem;}
.indPpJsNumLcLeft{width: 37.44%;position: relative;}
.indPpJsNumLcRight{width: 62.56%;}
.indPpJsNumLc_ul{position: absolute;top: 50%;left: 0.4rem;right: 0.4rem;transform: translateY(-50%);color: #ffffff;display: flex;justify-content: space-between;align-items: center;}
.indPpJsNumLc_ul li{line-height: 1.2;}
.indJkMk{display: flex;justify-content: space-between;align-items: center;padding-bottom: 0.82rem;position: relative;margin-top: 1.2rem;}
.indJkMkLeftDtSwiper{width: 100%;overflow: hidden;}
.indJkMkLeftDt{width: 50.69%;}
.indJkMkCp{width: 29.51%;box-sizing: border-box;padding: 0 0.72rem;position: absolute;bottom: 0;left: 35.83%;z-index: 5;}
.indJkMkCpSwiper{width: 100%;overflow: hidden;}
.swiper-button-prev, .swiper-button-next{width: 0.22rem;height: 0.37rem;}
.swiper-button-prev{background: url(../images/row_left.png);background-repeat: no-repeat;background-size: 100% 100%;left: 0;}
.swiper-button-next{background: url(../images/row_right.png);background-repeat: no-repeat;background-size: 100% 100%;right: 0;}
.swiper-button-prev.swiper-button-disabled{opacity: .3;cursor: not-allowed;pointer-events: auto;}
.swiper-button-next.swiper-button-disabled{opacity: .3;cursor: not-allowed;pointer-events: auto;}
.indJkMkCpSwiper .swiper-pagination{position: relative;width: 100%;bottom: 0;margin-top: 0.35rem;}
.indJkMkRigWz{width: 4rem;color: #4a4a4a;}
.indJkMkRigWz h3{white-space: nowrap;}
.indJkMkRigWz p{line-height: 1.8;margin-top: 0.15rem;}
.allMore{margin-top: 0.55rem;}
.allMore a{display: block;width: 2.6rem;height: 0.56rem;line-height: 0.56rem;background-color: #005891;color: #ffffff;text-align: center;justify-content: center;align-items: center;}
.allMore a img{display: inline-block; width: 0.1rem;margin-left: 0.23rem;vertical-align: middle;transform: translateY(-0.02rem);}
.indJkMk.zxShDz{flex-direction: row-reverse;}
.jsYzKNr{position: relative;min-height: 5.7rem;margin-top: 1.2rem;}
.allTit, .indJkMkRigWz h3{font-weight: normal!important;color: #4a4a4a; font-family:arial, 'syht_medium'!important;  }
.jsYzKNr .w_1440{padding: 1.1rem 0 0;position: relative;z-index: 2;}
.jsYzKNrBj{height: 5.7rem;position: absolute;top: 0;left: 0;width: 100%;background: url(../images/ind_bj_1.jpg);background-repeat: no-repeat;background-size: cover;background-position: top center;z-index: 1;}
.jsYzKNrCon{display: flex;justify-content: space-between;margin-top: 0.55rem;}
.jsYzKNrConLeft{width: 50%;background-color: #005891;position: relative;}
.jsYzKNrConRig{width: 50%;}
.jsYzKNrConMk{position: relative;}
.jsYzKNrConMkMc{position: absolute;top: 0;left: 0;width: 100%;height: 100%; background: rgba(0, 0, 0, .45);box-sizing: border-box;padding: 0.6rem 0.58rem;}
.jsYzKNrConLeft .allMore{width: 100%;position: absolute;bottom: 0;left: 0;}
.jsYzKNrConLeft .allMore a{width: 100%;height: 1rem;line-height: 1rem;background-color: #124f80;}
.jsYzKNrConLeftTop{display: flex;align-items: center;box-sizing: border-box;padding: 0 0.8rem;line-height: 1.8;position: absolute;width: 100%;left: 0;top: 0;bottom: 1rem;}
.shFwNr{margin-top: 1.1rem;padding-bottom: 1.1rem;}
.shFwNr .w_1440{width: 65.26%;}
.shFwNrList{display: flex;justify-content: space-between;align-items: flex-start;margin-top: 0.55rem;border-bottom: solid 2px #d2d2d2;padding-bottom: 0.3rem;}
.shFwNrList h3{margin-top: 0.23rem;}
.shFwNrList img{width: 1.15rem;}
.shFwNrJs{line-height: 1.8;margin-top: 0.28rem;}
.footerTop{background-color: #212121;padding: 0.6rem 0 0.3rem;border-bottom: 1px solid #666;}
.footerTop dt a{font-size: 0.22rem;color: #ffffff;}
.footerTop .w_1440{display: flex;justify-content: flex-start;}
.footerTop dd a{font-size: 0.16rem;color: #ffffff;opacity: 0.71;}
.footerTop dl{margin-right: 0.25rem;white-space: nowrap;}
.footerTop dd{margin-top: 0.15rem;}
.footerTop dl:nth-last-of-type(2) dd{float: left;width: 33.33%;}
.footerTop dl:nth-last-of-type(2){width: 3.8rem;}


.footerBottom .w_1440{display: flex;justify-content: space-between;align-items: center;}
.footerBottom{background-color: #212121;padding: 0.26rem 0;margin-bottom: 0.8rem;}
.footerBottomLeft{display: flex;justify-content: flex-start;align-items: center;}
.footerBottomLeftMk{margin-right: 0.35rem;cursor: pointer;opacity: 0.85;position: relative;}
.footerBottomLeftMk img{max-height: 0.32rem;width: auto;}
.footerBottomRig{line-height: 0.32rem;}
.footerBottomRig a{font-size: 0.16rem;color: #ffffff;opacity: 0.71; display: inline-block; vertical-align: middle;}
.footerBottomRig span{font-size: 0.16rem;color: #ffffff;opacity: 0.71;margin: 0 0.14rem;display: inline-block;vertical-align: middle;transform: translateY(-0.03rem);}
.footerTop dd a:hover{opacity: 1;}
.footerBottomRig a:hover{opacity: 1;}
.footerBottomLeftMk:hover{opacity: 1;}
.footerXzNrRig_2ImgPos{width: 1rem;position: absolute;bottom: 100%;left: 50%;margin-left: -0.55rem;padding-bottom: 0.1rem;display: none;}
.footerBottomLeftMk .footerXzNrRig_2ImgPos img{height: auto;width: 100%!important;max-height: 10000px;}
.footerBottomLeftMk:hover .footerXzNrRig_2ImgPos{display: block;}
.triangle {width:0;
height: 0;border-left:0.05rem solid transparent;border-right:0.05rem solid transparent;border-top:0.1rem solid #fff;margin: 0 auto;}
.clqClick{height: 0.8rem;line-height: 0.8rem;background-color: #005891;cursor: pointer;position: fixed;left: 0;width: 100%;bottom: 0;z-index: 90;font-size: 0.3rem;}
.clqClick img{display: inline-block;width: 0.2rem;margin-left: 0.2rem;transform: translateY(-0.015rem);}
.clqClick a{color: #fff;}
.allBanNy{margin-top: .94rem;position: relative;}
.allBanNyPos{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.allBanNyPosPro{top: 40%;}
.allBanNyPosTit{line-height: 1.3;font-family:arial, 'syht_medium';font-weight: normal;}
.proTit_1{margin-top: 0.9rem;}
.proList{display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: flex-start;padding-bottom: 0.95rem;}
.proList li{width: 32%;margin: 0.65rem 2% 0 0;}
.proList li:nth-child(3n){margin-right: 0;}
.proListImg{height: 4.6rem;width: 100%;display: flex;justify-content: center;align-items: center;background-color: #fbfbfb;}
.proListTit{margin-top: 0.3rem;}
.proListBq{}
.proListBq span{display: inline-block;height: 0.41rem;line-height:0.41rem;background-color: #f2f2f2;border-radius: 6px;padding: 0 0.15rem;margin: 0.1rem 0.1rem 0 0;}
.proListImg:hover{background-color: #ececec;}
.proListBq span a{color: #4a4a4a;opacity: 0.6;}
.proListBq span a:hover{opacity: 1;}
.xlBtMk{padding: 1.6rem 0 1.3rem;background-repeat: no-repeat;background-size: cover;background-position: center center;position: relative;}
.xlBtMkMc{width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: rgba(0, 0, 0, 0.35);z-index: 1;}
.xlBtMk .w_1440{position: relative;z-index: 2;}
.xlBtMkNr p{line-height: 1.8;margin-top: 0.28rem;}
.proList.w4 li{width: 23.5%;}
.proList.w4 li:nth-child(3n){margin-right: 2%;}
.proList.w4 li:nth-child(4n){margin-right: 0;}
.xlBtMkBotLb{padding-top: 1px;}
.allBanNyPosBot{width: 100%;position: absolute;left: 0;bottom: 0;}
.allBanNyPosBotNr{height: 1.18rem;background-color: #005891;display: flex;justify-content: space-between;align-items: center;box-sizing: border-box;padding: 0 0.34rem;}
.allBanNyPosBotNr img{width: 1.27rem;}
.cpXxNr{margin-top: 1.1rem;padding-bottom: 1.1rem;}
.cpXxNrTit{color: #666363;}
.cpXxNrZdMk{display: flex;justify-content: space-between;margin-top: 0.5rem;}
.cpXxNrZdMkLeftBox {
    width: 50%;
}
.cpXxNrZdMkLeft {
    border: solid 1px #cccccc;
    box-sizing: border-box;
    min-height: 8.6rem;
}
.cpXxNrZdMkRig{width: 49%;min-height: 8.6rem;max-height: 8.6rem;overflow-y: auto;}
.cpXxNrZdMkRig2 {
    min-height: 10.8rem;
    max-height: 10.8rem;
}

.cpXxNrZdMkRig::-webkit-scrollbar {
    width: 5px;
}
.cpXxNrZdMkRig::-webkit-scrollbar-thumb {
  background-color: #004c94; 
  border-radius: 5px; 
}
.cpXxNrZdMkRig::-webkit-scrollbar-track {
  background-color: #f0f0f0; 
}

.cpXxNrZdMkRigUl{}
.cpXxNrZdMkRigUl li{display: flex;justify-content: space-between;align-items: center;/*height: 1.60rem;*/background-color: #f7f7f7;box-sizing: border-box;padding: 0.15rem 0.4rem 0.15rem 0.25rem;margin-top: 0.15rem;}
.cpXxNrZdMkRigUl li:nth-child(1){margin-top: 0;}
.cpXxNrZdMkRigUl li img{width: 0.78rem;}
.cpXxNrZdMkRigUlWz{width: calc(100% - 1.08rem);}
.cpXxNrZdMkRigUl li h3{color: #666363;font-weight: normal;}
.cpXxNrZdMkRigUl li p{color: #666363;margin-top: 0.1rem;}
.cpXxNrZdMkSwiperBig{position: relative;width: 100%;overflow: hidden;text-align: center;}
.cpXxNrZdMkSwiperSmall{position: relative;width: 100%;overflow: hidden;box-sizing: border-box;padding: 0 0 0 0;width: 6rem;margin: 0.25rem auto 0;}
.cpXxNrZdMkSwiperSmall img{width: auto;height: 0.65rem;}
.cpXxNrZdMkSwiperSmall .swiper-slide{border: solid 1px #cccccc;box-sizing: border-box;text-align: center;padding: 0.08rem 0;height: 0.82rem;}
.cpXxNrZdMkSwiperBig{width: 3.4rem;margin: 0.62rem auto 0;}
.cpXxNrZdMkSwiperBig img{display: block;width: 100%; aspect-ratio: 340/543;  object-fit: contain;}
.cpXxNrZdMkSwiperSmall .swiper-slide-active{border-color: #005891;}
.cpXxNrZdMkJg{color: #666363;margin-top: 0.42rem;}
.proXxTitAll{margin-top: 1.05rem;}
.ggJCc{display: flex;justify-content: space-between;margin-top: 0.6rem;}
.ggJCcRig{min-height: 4.32rem;display: flex;justify-content: center;align-items: center;background-color: #f6f7f8;width: 55.625%;}
.ggJCcTable{width: 100%;border-collapse: collapse;border: none;}
.ggJCcTable td{color: #706f6f;font-size: 0.16rem;border: none;padding: 0.15rem 0 0.15rem 1.1rem;background: #fbfbfb;}
.ggJCcTable tr{border: none;}
.ggJCcTable tr:nth-child(2n) td:nth-child(1){background: #f0f2f3;}
.ggJCcTable tr:nth-child(2n) td:nth-child(2){background: #fafbfb;}
.ggJCcTable tr:nth-child(2n-1) td:nth-child(2){background: #fefefe;}
.ggJCcLeft{width: 42.29%;}
.ggJCcBz{color: #9f9fa0;margin-top: 0.22rem;}
.ggJCcBzWc{display: flex;justify-content: space-between;}
.ggJCcBzWcLeft{width: 42.29%;}
.ggJCcBzWcRight{width: 55.625%;}
.jlDjNr{border: solid 1px #cccccc;padding: 0.65rem 0 0.65rem 0;width: 100%;box-sizing: border-box;margin-top: 0.55rem;}
.jlDjNrCon{width: 70.83%;margin: 0.5rem auto 0;display: flex;justify-content: space-between;align-items: center;}
.jlDjNrConLeft{width: 2.2rem;}
.jlDjNrConWzMk .f24{	border-bottom: solid 1px #cccccc;padding-bottom: 0.05rem;}
.jlDjNrConWzMk .f16{line-height: 1.4;opacity: .85;margin-top: 0.12rem;}
.mt90{margin-top: 0.9rem;}
.jlDjNrCon_top {align-items:flex-start!important;}
.jlDjNrConCen{width: 3.2rem;}
.jlDjNrConRight{width: 2.2rem;}
.ryMk{margin-top: 1.2rem;}
.ryMkWc{padding-bottom: 1.2rem;}
.ryMkTit{height: 1rem; line-height: 1rem; background-color: #005891;padding: 0 1.35rem 0 0.3rem;position: relative;}
.ryMkTit h3.f40{white-space: nowrap;font-family:arial, 'syht_bold';font-weight: normal;}
.ryMkTitIco{width: 0.67rem;position: absolute;bottom: 0;right: 0.55rem;}
.ryMkCon{display: flex;justify-content: space-between;height: 8.56rem;margin-top: 0.15rem;}
.ryMkConLeft{width: 50%;border: solid 1px #cccccc;box-sizing: border-box;}
.ryMkConRig{width: 49%;background-color: #fbfbfb;display: flex;align-items: center;}
.ryMkConLeftImg{min-height: 7.5rem;display: flex;align-items: center;justify-content: center;}
.ryMkConLeftImg img{max-width: 70%;}
.ryMkConRig_2 li{color: #666363;margin-top: 0.15rem;position: relative;padding: 0 0 0 0.3rem;}
.ryMkConRigNr{padding: 0 0.5rem 0 1rem;}
.ryMkConRig_2 li::before{content: "";width: 0.09rem;height: 0.09rem;background-color: #005891;border-radius: 50%;position: absolute;top: 0.13rem;left: 0;}
.ryMkConRig_2{padding-top: 0.5rem;}
.ryMkConRig_3{margin-top: 0.65rem;}
.dPNr{}
.dPNrTit{margin-top: 1.15rem;margin-bottom:0.3rem;}
.dPNrJs{margin-top: 0.12rem;}
.dPNrJs a{margin-left: 0.25rem;}
.dPNrCon{}
.dPNrConSx{display: flex;justify-content: space-between;margin-top: 0.5rem;}
.dPNrConSxMk{width: 3.73rem;}
.dPNrConSxMk select{width: 100%;height: 0.63rem;border: solid 1px #cccccc;box-sizing: border-box;font-size: 0.24rem;text-align: left;color: #666363;background: url(../images/qd_row.png);background-repeat: no-repeat;background-position: right 0.15rem center;background-size: 0.14rem auto;padding: 0 0.55rem 0 0.3rem;}
.dPNrConZyNr{padding-bottom: 1.2rem;}
.dPNrConZyNrList{display: flex;justify-content: flex-start;flex-wrap: wrap;padding-top: 0.3rem;}
.dPNrConZyNrList li{height: 1.68rem;background-color: #fafafa;box-sizing: border-box;width: 49%;margin: 2% 2% 0 0;padding: 0.35rem 0.1rem 0 0.6rem;}
.dPNrConZyNrList li:nth-child(2n){margin-right: 0;}
.dPNrConZyNrList li p{position: relative;padding: 0 0 0 0.25rem;margin-top: 0.06rem;}
.dPNrConZyNrList li p img{display: block;position: absolute;top: 0.05rem;left: 0;width: 0.14rem;}
.dPNrConZyNrList li h3{padding-bottom: 0.07rem;}
.mwPage{text-align: center;margin-top: 0.6rem;}
.mwPage a, .mwPage span{font-size: 0.18rem;display: inline-block;width: 0.3rem;height: 0.3rem;line-height: 0.28rem; border: solid 1px #bfbfbf;text-align: center;margin: 0 0.05rem;color: #bfbfbf;box-sizing: border-box;}
.mwPage span, .mwPage a:hover{background-color: #005891;border-color:#005891;color: #FFFFFF;}
.mwPage img{display: inline-block;vertical-align: middle;transform: translateY(-0.03rem); height: 0.1rem;width: auto; }

.pager1{text-align: center;margin-top: 0.6rem;display:flex;justify-content:center;}
.pager1 a, .pager1 span{font-size: 0.18rem;display: block;width: 0.3rem;height: 0.3rem;line-height: 0.28rem; border: solid 1px #bfbfbf;text-align: center;margin: 0 0.05rem;color: #bfbfbf;box-sizing: border-box;}
.pager1 span, .pager1 a:hover{background-color: #005891;border-color:#005891;color: #FFFFFF;}
.pager1 .prev>a, .pager1 .next>a,.pager1 .first>a,.pager1 .last>a{ overflow:hidden;text-indent:9999px;}
    .pager1 .first > a {
        background: url("/Static/www/images/qd_rowleft_1.png") no-repeat center center;
    }
    .pager1 .prev > a {
        background: url("/Static/www/images/qd_rowleft.png") no-repeat center center;
    }
    .pager1 .next > a {
        background: url("/Static/www/images/qd_rowright.png") no-repeat center center;
    }

    .pager1 .last > a {
        background: url("/Static/www/images/qd_rowright_1.png") no-repeat center center;
    }
    .pager1 .first > a:hover {
        background: #005891 url("/Static/www/images/qd_rowleft_1_on.png") no-repeat center center;
    }

    .pager1 .prev > a:hover {
        background: #005891 url("/Static/www/images/qd_rowleft_on.png") no-repeat center center;
    }

    .pager1 .next > a:hover {
        background: #005891 url("/Static/www/images/qd_rowright_on.png") no-repeat center center;
    }

    .pager1 .last > a:hover {
        background: #005891 url("/Static/www/images/qd_rowright_1_on.png") no-repeat center center;
    }

/* .mwPage a.pagePrev, .mwPage a.pageNext{border: none;} */
.lxKfNr{background-color: #fafafa;margin-top: -1.18rem;position: relative;z-index: 5;}
.lxKfNrCon{max-width: 8.8rem;padding: 0.3rem 0 1.2rem 0;margin: 0 auto;}
.lxKfNrMk{display: flex;justify-content: space-between;align-items: flex-start;margin-top: 1.1rem;}
.lxKfNrMkIco{max-width: 0.56rem;max-height: 0.49rem;width: auto;height: auto;transform: translateY(-0.05rem);}
.lxKfNrMkRig{width: calc(100% - 0.8rem);line-height: 1.2;}
.lxKfNrBot{display: flex;justify-content: space-between;align-items: flex-start;}
.lxKfNrMk h3{white-space: nowrap;}
.lxKfNrMkRigImg{margin-top: 0.19rem;}
.lxKfNrMkIcoCenter{align-items: center;transform: translateY(0);}
.lxKfNrMkRigImg{width: 2.15rem;}
.lxKfNrMkRigImg img{width: 2.15rem;}
.zbZcNr{padding: 1px 0 1.1rem 0;}
.zbZcNrTit{margin-top: 1.1rem;}
.zbZcNrCon{line-height: 2.5;padding-top: 0.25rem;}
.zbZcNrCon .f26{margin-top: 0.3rem;}
.zbZcNrVideo{margin-top: 0.5rem;}
.lxByNr{padding: 1.2rem 0;}
.lxByNrSea{width: 100%;position: relative;}
.lxByNrSeaInp{display: block;width: 100%;height: 0.82rem;line-height: 0.82rem;background-color: #f3f3f3; box-sizing: border-box; border: none; padding:0 2.5rem 0 0.5rem; }
.lxByNrSeaBut{position: absolute;width: 1.97rem;height: 100%;background: #005891;top: 0;right: 0;display: flex;justify-content: center;align-items: center; cursor: pointer; }
.lxByNrSeaBut img{margin: -0.01rem 0 0 0.2rem;}
.seaConSea .lxByNrSeaInp{background-color: #ffffff;}
.seaConSea .lxByNrSeaBut img{margin-left: 0;width: 0.49rem;}
.seaConSea .lxByNrSeaBut{width: 1.35rem;}
.seaConTit{margin-top: 0.65rem;}
.seaConListCp{display: flex;flex-wrap: wrap;justify-content: flex-start;}
.seaConListCp li{width: 32%;margin: 2% 2% 0 0;}
.seaConListCp li:nth-child(3n){margin-right: 0;}
.seaConListCpImg{height: 3.58rem;background-color: #ffffff;text-align: center;display: flex;align-items: center;justify-content: center;}
.seaConListCpImg img{width: auto;height: 2.65rem;}
.seaConListCpBot{	background-color: #fbfbfb;height: 0.86rem;display: flex;justify-content: center;align-items: center;box-sizing: border-box;width: 100%;padding: 0 0.2rem;overflow: hidden;}
.lxByNrList{display: flex;justify-content: flex-start;flex-wrap: wrap;padding-top: 0.9rem;}
.lxByNrList li{width: 32%;margin: 2% 2% 0 0;cursor: pointer;}
.lxByNrList li:nth-child(3n){margin-right: 0;}
.lxByNrListImg{position: relative;}
.lxByNrListImgIco{width: 0.74rem;position: absolute;top: 50%;left: 50%;margin: -0.37rem 0 0 -0.37rem;opacity: 0.23;}
.lxByNrListImg:hover .lxByNrListImgIco{opacity: 1;}
.lxByNrListTit{margin-top: 0.13rem;line-height: 0.3rem;height: 0.6rem;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;word-break: break-all;overflow: hidden;}
.oneLine{white-space: nowrap; text-overflow: ellipsis;overflow: hidden;width:100%;}
.twoLine{text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;word-break: break-all;overflow: hidden;}
.threeLine{text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;word-break: break-all;overflow: hidden;}
/*  */
.fixedVideo,.alertOpctioy{ position:fixed; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.7); z-index:99999999999999; display:none;}
.fixedVideo .videoDDD{border-radius: 4px; width:80%; height:80%; position:absolute; left:10%; top: 10%; text-align: center; }
.fixedVideo .videoDDD iframe,.fixedVideo .videoDDD embed,.fixedVideo .videoDDD video{ max-width:100%; max-height: 100%;}
.fixedVideo .videoDDD iframe,.fixedVideo .videoDDD embed{ max-width:100%; max-height: 100%;}
.fixedVideo .videoDDD .openVd{ width:100%; height:100%;}
.fixedVideo .videoDDD .openVd embed{width:100%;height:100%;}
.allContact{ position:fixed; width:1160px; left:50%; margin-left:-600px; top:10%; height:73%; overflow-y:scroll; background:#fff; padding:40px 20px 20px 40px; z-index:556; }
.closeTxtt{ position:absolute; right:0; top:0px; cursor:pointer; background:#ccc;}
.closeVideo{position: absolute;z-index: 555; right: -40px; top: 0; width: 40px;height: 40px;  background: #005891 url(../images/close.png) no-repeat center center;}
@media only screen and (max-width:640px ) {
	.fixedVideo .videoDDD{width: 93%; margin-left: 0; left: 2%;height: auto;top: 50%;transform: translateY(-50%);
-ms-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-webkit-transform:translateY(-50%);
-o-transform:translateY(-50%);}
	.closeVideo{ left: auto; right: 0; top: auto; bottom: 100%; border-radius: 0;}
}
/*  */
.wtListWc{padding: 0.8rem 0 1.2rem;}
.wtList{}
.wtList li{box-sizing: border-box;width: 100%;padding: 0.35rem 0.3rem 0.35rem 0.33rem;}
.wtList li:nth-child(2n){background-color: #f5f5f5;}
.wtListQu{position: relative;padding-left: 0.37rem;}
.wtListAs{margin-top: 0.14rem;position: relative;padding-left: 0.37rem;color: #777777;}
.wtListQu img{position: absolute;top: 0.07rem;left: 0;width: 0.24rem;}
.wtListAs img{position: absolute;top: 0.02rem;left: 0;width: 0.24rem;}
.xcZlNr{padding-bottom: 1.2rem;}
.xcZlNrSx{display: flex;justify-content: space-between;align-items: flex-start;margin-top: 1.1rem;}
.xcZlNrSxLeft{width: calc(100% - 4.5rem);}
.xcZlNrSxRig{width: 3.73rem;position: relative;}
.xcZlNrSxRigInp{display: block;width: 100%;box-sizing: border-box;height: 0.56rem;border: solid 1px #cccccc;padding: 0 0.8rem 0 0.2rem;}
.xcZlNrSxRigBut{width: 0.7rem;cursor: pointer; height: 100%;display: flex;justify-content: center;align-items: center;position: absolute;top: 0;right: 0;}
.xcZlNrSxRigBut img{width: 0.28rem;}
.xcZlNrSxDbt{display: flex;flex-wrap: wrap;justify-content: flex-start;border-bottom: 1px solid #f2f2f2;padding-bottom: 0.13rem;}
.xcZlNrSxDbt li{margin-right: 0.9rem;}
.xcZlNrSxDbt .on{color: #004c94;}
.xcZlNrSxDbt .on a{color: #004c94;}
.xcZlNrSxEjBq .on a {
    color: #004c94;
}
.xcZlNrSxEjBq{display: flex;flex-wrap: wrap;justify-content: flex-start;}
.xcZlNrSxEjBq li{margin: 0.22rem 0.45rem 0 0;}
.xcZlNrSxEjBq li a{display: block;min-width: 0.96rem;height: 0.35rem;line-height: 0.35rem; background-color: #fafafa;padding: 0 0.1rem;box-sizing: border-box;text-align: center;}
.zlListLb{display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.zlListLb li{width: 32%;margin: 0.6rem 2% 0 0;}
.zlListLb li:nth-child(3n){margin-right: 0;}
.zlListLbBot{display: flex;justify-content: space-between;align-items: center;background-color: #fbfbfb;box-sizing: border-box;padding: 0.18rem 0 0.1rem 0.3rem; height: 0.9rem; }
.zlListLbBotRig{display: flex;justify-content: flex-start;/*width: 1rem;*/}
.zlListLbBotRigMk{margin-right: 0.1rem;}
.zlListLbBotLeft{width: calc(100% - 1.1rem);}
.zlTc{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.78);z-index: 99;display: none;}
.zlTcDl{width: 4.3rem;background-color: #ffffff;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);box-sizing: border-box;padding: 0.6rem 0.6rem 0.65rem;}
.zlTcDlMk{margin-top: 0.15rem;}
.zlTcDlInp{height: 0.45rem; display: block;width: 100%;box-sizing: border-box;border-radius: 2px;border: solid 1px #c3c3c3;padding: 0 0.13rem;}
.zlTcDlTit{padding-bottom: 0.15rem;}
.zlTcDlBut{height: 0.45rem; display: block;width: 100%;box-sizing: border-box;border-radius: 2px;border: solid 1px #005891;background-color: #005891;text-align: center;color: #fff;margin-top: 0.34rem;}
.zlTcDlClose{width: 0.4rem;position: absolute;left: 50%;margin-left: -0.2rem;top: 100%;margin-top: 0.2rem;cursor: pointer;}
.imgCon{width: 50%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);box-sizing: border-box;}

.seaConBj{background: #f5f5f5;padding: 2.15rem 0 1.2rem;min-height:500px;}
.wtList.seaWtList li{background-color: #ffffff;}
.wtList.seaWtList li:nth-child(2n){background-color: #ffffff;}
.wtList.seaWtList li{margin-top: 0.22rem;}
.seaAlList{}
.seaAlList li{background-color: #ffffff;margin-top: 0.22rem;padding: 0.35rem 0.3rem 0.35rem 0.33rem;box-sizing: border-box;}
.seaAlList_2{margin-top: 0.14rem;color: #777777;}
.cpSxNr{padding: 1.1rem 0 1.5rem;}
.cpSxNrMk{display: none;}
.cpSxNrList{display: flex;justify-content: center;align-items: center;margin-top: .8rem;}
.cpSxNrListImg{width: 3.29rem;margin: 0 auto;position: relative;}
.cpSxNrListTit{margin-top: 0.2rem;}
.cpSxNrList li{margin-left: 2rem;}
.cpSxNrList li:nth-child(1){margin-left: 0;}
.cpSxNrList li.on .cpSxNrListImg::before{content: "";background: rgba(0,88,145,.77);position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-radius: 50%;}
.cpSxNrMk .allMore a{margin: 0 auto;}
.cpSxNrMk .allMore{margin-top: .8rem;}
.cpSxNrList li input{opacity: 0;}
.cpSxNrList li input[type="radio"]:checked + .cpSxNrListImg::before{content: "";background: rgba(0,88,145,.77);position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-radius: 50%;}
.cpSxNrList li input[type="checkbox"]:checked + .cpSxNrListImg::before{content: "";background: rgba(0,88,145,.77);position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-radius: 50%;}
.ljClQLb{display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;max-width: 1380px;margin: 0.2rem auto 0;}
.ljClQLbTop{display: flex;justify-content: space-between;align-items: center;}
.ljClQLb li{width: 45%;margin-top: 0.8rem;}
.ljClQLb li:nth-child(2n){margin-left: 10%;}
.ljClQLbTopImg{width: 1.81rem;}
.ljClQLbTopRig{width: calc(100% - 2.35rem);}
.ljClQLbTopRig_2 img{width: 0.25rem;display: inline-block;vertical-align: middle;margin: -0.02rem 0.1rem 0 0;}
.ljClQLbTopRig_2 li{margin-top: 0.05rem;}
.ljClQLbTopRig_1{padding-bottom: 0.12rem;}
.ljClQLb li .ljClQLbTopRig_2 li{width: 100%;}
.ljClQLbTopRig_2 li{margin-left: 0!important;margin-top:  0!important;}
.ljClQLbBtn{margin-top: 0.6rem;}
.ljClQLbBtn a{display: inline-block;height: 0.38rem;line-height: 0.38rem;border: solid 1px #005891;color: #005891;padding: 0 0.34rem;margin-left: 1.15rem;}
.sy_fzGs{display: flex;justify-content: space-between;align-items: center;margin-top: 1.2rem;}
.sy_fzGsLeft{width: 61.7%;}
.sy_fzGsRig{width: 32.92%;}
.sy_fzGsLeftJs{line-height: 1.7;margin-top: 0.35rem;font-family: arial,'syht_light';}
.sy_rkList{display: flex;justify-content: space-between;height: 2.06rem;background-color: #fafafa;text-align: center;margin-top: 1.15rem;}
.sy_rkList li{width: 14.285%;}
.sy_rkList li a{display: block;width: 100%;height: 100%;box-sizing: border-box;padding-top: 0.25rem;}
.sy_rkList li a:hover{background-color: #005891;color: #fff;}
.sy_rkListIco{height: 1rem; display: flex; justify-content: center;align-items: center;}
.sy_rkListIco img{max-height: 0.97rem;}
.sy_rkList li p{margin-top: 0.15rem;}
.sy_rkList li a:hover p{color: #fff;}
.mt110{margin-top: 1.1rem;}
.syMxCp{display: flex;justify-content: flex-start;}
.syMxCp li{width: 48%;margin-top: 0.52rem;}
.syMxCp li:nth-child(2n){margin-left: 4%;}
.syMxCpImg{height: 4.17rem;width: 100%;background-color: #fafafa;}
.syMxCpImg a{display: block;width: 100%;height: 100%;display: flex;justify-content:center;align-items: center;}
.syMxCpImg a img{max-height: 94%;}
.syMxCpJs{margin-top: 0.15rem;}
.syCase{display: flex;justify-content: space-between;align-items: flex-start;margin-top: 0.52rem;}
.syCaseLeft{width: 46.53%;}
.syCaseRig{width: 46.53%;}
.syCaseLeft_1{margin-top: 0.2rem;}
.syCaseLeft_2{color: #666363;opacity: 0.55;margin-top: 0.1rem;border-bottom: solid 1px #cccccc;padding-bottom: 0.11rem;line-height: 1.7;}
.syCaseLeft_3{color: #666363;opacity: 0.55;line-height: 1.7;margin-top: 0.11rem;}
.syCaseLeft_4{margin-top: 0.25rem;}
.syCaseList{}
.syCaseList li{margin-top: 0.225rem;}
.syCaseList li:nth-child(1){margin-top: 0;}
.syCaseList li a{display: block;height: 1.35rem;box-sizing: border-box;background-color: #ffffff;border: solid 1px #cccccc;padding: 0.13rem;display: flex;justify-content: space-between;align-items: center;}
.syCaseListImg{width: 1.12rem;}
.syCaseListRig{width: calc(100% - 1.32rem);}
.syCaseList li a:hover{background-color: #005891;border-color:#005891;}
.syCaseList li a:hover h3{color: #ffffff;}
.syCaseList li a:hover p{color: #ffffff;opacity: 0.62;}
.syCaseList li a p{margin-top: 0.1rem;color: #666363;opacity: 0.55;}
.sy_fzGsWcPb{padding-bottom: 1.1rem;}
.spLbSwiper{width: 100%;overflow: hidden;position: relative;padding-bottom: 1.1rem;margin-top: 1.3rem;}
.spLbSwiperImg{position: relative;}
.spLbSwiperImg .lxByNrListImgIco{opacity: 1;width: 0.52rem;margin: -0.26rem 0 0 -0.26rem;}
.spLbSwiperTit{margin-top: 0.16rem;padding: 0 0.5rem;}
.spLbSwiper .swiper-slide{transform: scale(.9);transform-origin: center center;}
.spLbSwiper .swiper-slide-active{transform: scale(1.2);}
.caseListWc{padding: 0 0 1.2rem;}
.caseList{margin-top: 0.4rem;}
.caseList li{display: flex;justify-content: space-between;align-items: center;position: relative;padding: 0.6rem 0;border-bottom: solid 1px #cccccc;}
.caseListLeft{width: 1.21rem;}
.caseListRig{width: calc(100% - 1.48rem);}
.caseListRig .allMore{position: absolute;top: 0.6rem;right: 0;margin: 0;}
.caseListRig .allMore a{width: 1.69rem;height:0.43rem;line-height:0.43rem;font-size: 0.19rem;}
.caseListRig h3{margin-right: 2rem;}
.caseListRig h4{margin-right: 2rem;color: #666363;line-height: 1.7;margin-top: 0.05rem;}
.caseListRig p{color: #666363;opacity: 0.55;line-height: 1.7;margin-top: 0.1rem;}
.alLbXqBj{background-color: #f8f8f8;padding: 2.1rem 0 1.2rem;}
.alLbXq{display: flex;justify-content: space-between;align-items: flex-start;}
.alLbXqLeft{width: 63.67%;}
.alLbXqRig{width: 30.94%;background-color: #ffffff;padding: 0.25rem 0.28rem 0;box-sizing: border-box;}
.alLbXqLeftBq{color: #444444;border-bottom: 1px solid #d4d4d4;padding-bottom: 0.3rem;margin-top: 0.12rem;}
.alLbXqLeftCon{color: #444444;line-height: 1.7;padding: 0.35rem 0 0.43rem;}
.alLbXqLeftCon p{color: #444444;}
.alLbXqFy{display: flex;justify-content: space-between;}
.alLbXqFyMk{width: 48%;height: 1.59rem;background-color: #ffffff;box-sizing: border-box;padding: 0.45rem 0.1rem 0 0.4rem;position: relative;}
.alLbXqFyMk h3{line-height: 1;color: #444444;opacity: 0.46;}
.alLbXqFyMk p{margin-top: 0.2rem;}
.alLbXqFyMk::before{content: ""; width:0.07rem;height: 100%;background-color: #005891;position: absolute;top: 0;left: 0;}
.alLbXqFyBtn{margin-top: 1rem;}
.alLbXqRigList{}
.alLbXqRigList li{padding: 0.5rem 0;border-bottom: 1px solid #d4d4d4;}
.alLbXqRigList li p{color: #444444;opacity: 0.55;margin-top: 0.13rem;}
.alLbXqRigList li:nth-last-of-type(1){border-bottom: none;}
.kzqDz .ryMkCon{height: auto;}
.kzqDz .ryMkConLeftImg{min-height: 1px;height: 100%;display: flex;justify-content: center;align-items: center;}
.kzqDz .ryMkConRig{padding: 0.7rem 0.3rem 0.7rem 0.7rem ;box-sizing: border-box;}
.kzqDz .ryMkConRigNr{padding: 0;width: 100%;box-sizing: border-box;}
.kzqDz .ryMkConRig_3{line-height: 2;color: #666363;opacity: 0.5;margin-top: 0.2rem;}
.kzqDz .ryMkConRig_2 li::before{top: 0.12rem;}
.kzqDz .ryMkConRig_2 li{margin-top: 0.18rem;line-height: 2;}
.kzqDz .ryMkConRig_2 li:nth-child(1){margin-top: 0;}
.kzqDz .ryMkConRig_2{margin-top: 0;padding-top: 0;}
.ljClDzList{width: 100%;}
.ljClDzList li{display: flex;justify-content: space-between;align-items: flex-start;width: 100%;margin-top: 0.18rem;line-height: 2;}
.ljClDzList li:nth-child(1){margin-top: 0;}
.ljClDzListLeft{width: 0.4rem;margin-top: 0.08rem;}
.ljClDzListRig{width: calc(100% - 0.55rem);color: #666363;}
.ljClDzListRig h3{color: #666363;}
.ljClDzListRig p{color: #666363;}
.ryMkConRigWz{position: absolute;top: 0;right: 0;height: 100%;display: flex;justify-content: space-between;align-items: center;}
.ryMkConRigWz span{position: relative;color: #ffffff;opacity: 0.73;display: block;padding: 0 0.4rem;}
.ryMkConRigWz span::before{content: "";width: 0.02rem;height: 0.32rem;background-color: #ffffff;opacity: 0.21;position: absolute;top: 50%;margin-top: -0.16rem;right: 0;}
.ryMkConRigWz span:nth-last-of-type(1)::before{opacity: 0;}
.azZjSp{display: flex;justify-content: space-between;margin-top: 0.15rem;}
.azZjSp li{width: 32.8%;box-sizing: border-box;border: solid 1px #cccccc;background: #f7f7f7;}
.azZjSpImg{width: 100%;text-align: center;height: 3.9rem;display: flex;justify-content: center;align-items: center;background: #fff;}
.azZjSpTit{background: #f7f7f7;padding: 0.18rem 0;}
.ccKxNr{display: flex;justify-content: space-between;align-items: center;width: 100%;box-sizing: border-box;border: solid 1px #cccccc;margin-top: 0.12rem;padding: 0.05rem 2.15rem 0.05rem 0.75rem;}
.ccKxNrLeft h3{padding-bottom: 0.2rem;}
.ccKxNrLeft p{opacity: 0.67;line-height: 2;}
.azZjSp.w4 li{width: 24.4%;}
.azZjSp.w4 .azZjSpImg{height: 3.06rem;}
.zjJsBot{opacity: 0.67;margin-top: 0.17rem;}
.azZjSpBot{background: #f7f7f7;padding: 0.25rem 0.2rem 0.35rem 0.35rem;width: 100%;box-sizing: border-box;}
.azZjSpBot p{position: relative;line-height: 2;padding: 0 0 0 0.25rem;width: 100%;box-sizing: border-box;} 
.azZjSpBot p::before{content: "";width: 0.09rem;height: 0.09rem;background-color: #005891;border-radius: 50%;position: absolute;top: 0.13rem;left: 0;}
.azZjSpBot h3{padding-left: 0.25rem;padding-bottom: 0.1rem;}
.h345{height: 3.45rem;}
.azZjSpBotClick{}
.azZjSpBotClick a{text-decoration: underline;}
.azZjSpBotPwc{min-height: 1.55rem;}
.qxSsGx{border: solid 1px #cccccc;width: 100%;box-sizing: border-box;margin-top: 0.12rem;padding: 0.65rem 1.1rem 0.6rem;display: flex;justify-content: space-between;align-items: center;}
.qxSsGxMk{display: flex;justify-content: space-between;align-items: center;}
.qxSsGxMkRig{margin-left: 0.22rem;}
.qxSsGxMkImg{width: 0.81rem;}
.qxSsGxMkRig h3{padding-bottom: 0.15rem;line-height: 1;}
.xtTjPz{background-color: #fbfbfb;margin-top: 0.12rem;padding: 0.58rem 1.1rem 0.6rem;}
.xtTjPzNr{display: flex;justify-content: space-between;margin-top: 0.22rem;}
.xtTjPzTit{}
.cCAzSt{display: flex;justify-content: space-between;}
.cCAzStMk{width: 49.55%;background-color: #fbfbfb;/*height: 3.54rem;*/flex-direction: column;box-sizing:border-box;padding:0.2rem;display: flex;justify-content: center;align-items: center;margin-top: 0.12rem;position: relative;}
.cCAzStMk h3{/*position: absolute;top: 0.55rem;left: 0.8rem;z-index: 3;*/line-height:2;}
.abAsyHis{width: 90%;max-width: 1150px;margin: 1.15rem auto 0;position: relative;}
.abAsyHis::before{content: "";width: 2px;position: absolute;top: 0;left: 50%;margin-left: -1px;bottom: 0;height: 100%;background-color: #005891;}
.abAsyHis li{width: 50%;position: relative;float: left;margin-bottom: 1.2rem;}
.abAsyHis li:nth-child(2n){float: right;}
.abAsyHis li:nth-child(2){margin-top: 3.1rem;}
.abAsyHis li:nth-last-of-type(1){margin-bottom: 0;}
.abAsyHisNrIco{width: 0.18rem;height: 0.18rem;background-color: #005891;border-radius: 50%;position: absolute;top: 0.45rem;left: 100%;margin-left: -0.09rem;}
.abAsyHisNr{width: 92.33%;background-color: #f7f7f7;box-sizing: border-box;padding: 0.5rem 0.3rem 0.5rem;position: relative;}
.abAsyHisNrImg div{margin-top: 0.25rem;}
.abAsyHisNrTit{color: #005891;}
.abAsyHisNrJs{margin-top: 0.06rem;}
.abAsyHisNrImg div:nth-child(1){margin-top: 0.15rem;}
.abAsyHisNrRow{width: 0.12rem;height: 0.34rem;position: absolute;top: 0.4rem;right: -0.12rem;background-image: url(../images/20241106/row_1.png);background-repeat: no-repeat;background-size: 100% 100%;}
.abAsyHis li:nth-child(2n) .abAsyHisNr{float: right;}
.abAsyHis li:nth-child(2n) .abAsyHisNrIco{left: 0;}
.abAsyHis li:nth-child(2n) .abAsyHisNrRow{background-image: url(../images/20241106/row.png);left: -0.12rem;right: auto;}
.abAsyHisBotImg{margin-top: 1.2rem;}
.indPpJs .allMore a{background-color: #124f80;}
.indPpJs .allMore a{margin-left: auto;margin-right: auto;}

.xsDpListXz{display: flex;justify-content: space-between;}
.xsDpListXz li{width: 32%;background-color: #fafafa;	height: 3.06rem;box-sizing: border-box;text-align: center;padding-top: 0.54rem;}
.xsDpListXz li a{display: block;width: 100%;height: 100%;}
.xsDpListXz h3{font-weight: normal;margin-top: 0.36rem;}
.xsDpListXzBut span{ display: flex; width: 1.13rem;justify-content: center;align-items: center;
	height: 0.26rem;color: #ffffff;font-size: 0.16rem;margin: 0 auto;
	background-color: #005891;}
.xsDpListXzBut{margin-top: 0.22rem;}
.xsDpListXzBut span img{display: inline-block;vertical-align: middle;width: 0.05rem;margin-left: 0.06rem;}
.xsDpListXzIco{width: 0.84rem;}

.kzqDz .ryMkConRig_2 li, .kzqDz .ryMkConRig_3, .qxSsGxMkRig .f16, .dPNrConSxMk select, .dPNrConZyNrList li p, .indPpJsPro p, .indJkMkRigWz p, .jsYzKNrConLeftTop p, .shFwNrJs p, .footerBottomRig a, .footerTop dd a, .cpXxNrZdMkRigUl li p, .jlDjNrConWzMk .f16, .xlBtMkNr p, .ryMkConRig_2 li, .ryMkConRig_3{font-family: arial,'syht_light';}

.indPpJs h3, .indPpJsNumLc_ul p{font-family: arial,'syht_light';}

.clqClick a, .proXxTitAll{font-family:arial, 'syht_medium';font-weight: normal!important;}

.allBanNyPosBotNr h3{font-family:arial, 'syht_bold';font-weight: normal;}

.allSfTx{overflow: hidden;}
.allSfTx .allSfTxImg{transition:all linear .3s;}
.dealer .allSfTx .allSfTxImg {aspect-ratio:640/360;object-fit:cover;}
/* -webkit-transition:all linear .3s;-moz-transition:all linear .3s;-ms-transition:all linear .3s;-o-transition:all linear .3s;} */
.allSfTx:hover .allSfTxImg{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}
p{font-weight: normal;}
.noBold{font-weight: normal;}
.bolder{font-weight: bolder;}
.textCenter{text-align: center;}
.colorfff{color: #fff;}
.lanse{color: #005891;}
.color666363{color: #666363;}
.f12{font-size: 12px;}
.f14{font-size: 14px;}
.f16{font-size: 0.16rem;}
.f18{font-size: 0.18rem;}
.f20{font-size: 0.2rem;}
.f22{font-size: 0.22rem;}
.f24{font-size: 0.24rem;}
.f25{font-size: 0.25rem;}
.f26{font-size: 0.26rem;}
.f30{font-size: 0.3rem;}
.f35{font-size: 0.35rem;}
.f40{font-size: 0.4rem;}
.f50{font-size: 0.5rem;}
.f66{font-size: 0.66rem;}
.f68{font-size: 0.68rem;}

@media(max-width:1800px){
	
}

@media(max-width:1500px){
	.proListImg img{max-height: 3rem;}
}
.zlListLbBotRigMk img{width: 0.34rem;}

.indBanSwiperImgWap{display: none;opacity: 0;}

@media(max-width:1024px){
	.indBanSwiper .swiper-slide .w_1440{top: 85%;}
	.abAsyHis li{float: right;width: 100%;margin-bottom: 0.8rem;}
	.abAsyHis li:nth-child(2){margin-top: 0;}
	.abAsyHis li .abAsyHisNr{float: right;}
	.abAsyHis li .abAsyHisNrIco{left: 0;}
	.abAsyHis li .abAsyHisNrRow{background-image: url(../images/20241106/row.png);left: -0.12rem;right: auto;}
	.abAsyHis::before{left: 0;}
	.abAsyHis li .abAsyHisNrIco{top: 0.49rem;}
	.footerTop dl:nth-last-of-type(2){width: 25%;}
	
	.xsDpListXz{flex-wrap: wrap;}
	.xsDpListXz li{width: 49%;margin-top: 2%;}
	.xsDpListXzBut span{width: 1.5rem;height: 0.43rem;font-size: 0.22rem;}
	.xsDpListXzBut span img{width: 0.1rem;}
	
	.pager1 a, .pager1 span{width: 0.5rem;height: 0.5rem;line-height: 0.48rem;font-size: 0.24rem;}
	.lxKfNrMkRig{width: calc(100% - 0.6rem);}
	.lxKfNrBot li:nth-child(2) .lxKfNrMkRig{width: calc(100% - 0.5rem);}
	.lxKfNrBot li:nth-child(2){margin-left: 0.26rem;}
	.lxKfNrMkIco{max-width: 0.5rem;}
	.lxKfNrBot li:nth-child(2) .lxKfNrMkIco{max-width: 0.42rem;}
	.nav2 dl dd:hover::after{width: 0;}
	.nav ul li h2::after{display: none;opacity: 0;}
	.imgCon{width: 90%;}
	.footerBottom{margin-bottom: 1rem;}
	.wap_btn{display: block;}
	.nav{width: 100vw;height: calc(100vh - 1rem);background: #fff;position: fixed;left: 0;top: 1rem;z-index: 100;padding:0.1rem 5% 0 5%;box-sizing: border-box;transform:translateX(100%) skewY(-80deg);opacity: 0;transition: all 0.4s linear;}
	.nav.on{transform: translateX(0) skewY(0deg);opacity: 1;}
	.nav2{width: 100%;position: relative;left: 0;transform: translateX(0);top: auto;padding-bottom: 0.4rem;box-shadow: none;}
	/* .nav ul li:nth-child(2) .nav2{width: 100%;}
	.nav ul li:nth-child(4) .nav2{width: 100%;} */
	.nav ul li:nth-child(3) .nav2{width:100%;}
	.nav ul li:nth-child(4) .nav2{width:100%;}
	.nav ul li:nth-child(5) .nav2{width:100%;}
	
	.nav2 dl{flex-wrap: wrap;justify-content: left;display: flex;}
	.nav2 dl dd{line-height: 0.6rem;width: 33.33%;text-align: left;}
	.nav2 dl dd a{font-size: 0.26rem;margin: 0;}
	.nav ul{display: block;}
	.nav ul li{padding: 0;height: auto;border-bottom: 1px solid #333;}
	.nav ul li h2{display: flex;justify-content: space-between;align-items: center;height: auto;padding: 0.3rem 0;}
	.nav ul li h2 span{width: 0.4rem;}
	.nav ul li h2 span.nav_dhzk{display: block;}
	.nav ul li h2 span.nav_dhsq{display: none;}
	.nav ul li h2 a{font-size: 0.3rem;color: #000;line-height: 1;}
	
	/* .nav ul li:nth-last-of-type(1){position: relative;}
	.nav ul li:nth-last-of-type(1) .nav2{width: 100%;left: 50%;transform: translateX(-50%);}
	.nav ul li:nth-last-of-type(1) .nav2 dl{display: flex;flex-wrap: wrap;padding: 0.1rem 0;box-sizing: border-box;width: 100%;}
	.nav ul li:nth-last-of-type(1) .nav2 dl dd{width: 25%;} */
	
	
	
	.logo{width: 1.8rem;}
	.header{padding: 0 0 0 5%;background: #fff;border-bottom: none;align-items: center;}
	.search{width: auto;justify-content: flex-end;}
	.search a{justify-content: flex-end;}
	.search a img{width: 0.38rem;}
	
	.areaTop h2 a span{display: none;}
	.areaTop{width: 2.5rem;text-align: right;}
	.areaTop h2 a img{width: 0.38rem;justify-content: flex-end;}
	.areaTop:hover h2::after{width: 0;}
	.areaTopNav2 dl dd{width: 25%;line-height: 0.8rem;}
	.areaTopNav2 dl dd a{font-size: 0.24rem;}
	.areaTopNav2 dl{padding: 0.1rem 5%;}
	
	.w_1440{width: 90%;}
	.indBanSwiper .swiper-pagination{width: 90%;background: none;}
	.indBanSwiper{width: 100%;}
	.indBanSwiper .swiper-slide{width: 100%;overflow: hidden;background-size: cover;background-repeat: no-repeat;background-position: center center;}
	.indBanSwiperImgPc{display: none;opacity: 0;}
	.indBanSwiperImgWap{display: block;opacity: 1;}
	
	.f16{font-size: max(0.22rem,12px);}
	.f18{font-size: max(0.24rem,13px);}
	.f20{font-size: max(0.26rem,14px);}
	.f22{font-size: max(0.27rem,16px);}
	.f24{font-size: 0.27rem;}
	.f25{font-size: 0.28rem;}
	.f26{font-size: 0.28rem;}
	.f30{font-size: 0.30rem;}
	.f32{font-size: 0.32rem;}
	.f35{font-size: 0.35rem;}
	.f40{font-size: 0.38rem;}
	.f50{font-size: 0.40rem;}
	.f66{font-size: 0.50rem;}
	.f68{font-size: 0.52rem;}
	.indBanSwiper h3{white-space: nowrap;}
	.indPpJs{padding: 0.8rem 0.35rem 0.8rem;}
	.indPpJsNumLc{flex-wrap: wrap;}
	.indPpJsNumLcLeft{width: 100%;height: 2rem;overflow: hidden;}
	.indPpJsNumLcRight{width: 100%;margin-top: 0.3rem;}
	.indJkMk{flex-wrap: wrap;}
	.indJkMkLeftDt{width: 100%;}
	.indJkMkRigWz{width: 100%;margin-top: 2.3rem;}
	.indJkMkCp{width: 60%;bottom: auto;top: 15%;left: 20%;}
	.jsYzKNrCon{flex-wrap: wrap;}
	.jsYzKNrConLeft{width: 100%;}
	.jsYzKNrConRig{width: 100%;}
	.jsYzKNrConLeftTop{position: static;padding: .6rem 0.35rem 1.5rem;}
	.shFwNr .w_1440{width: 90%;}
	.shFwNrList{flex-wrap: wrap;margin-top: 0;}
	.shFwNrList li{width: 50%;margin-top: 0.55rem;}
	.shFwNrList h3{white-space: nowrap;}
	.footerTop dl{margin-right: 0;width: 25%;margin-top: 0.22rem;}
	.footerTop dd{display: none;opacity: 0;}
	.footerTop .w_1440{flex-wrap: wrap;}
	.footerTop dt a{font-size: 0.26rem;}
	.footerTop{padding: 0.38rem 0 0.6rem;}
	.footerBottomRig a{font-size: 0.22rem;}
	.clqClick{height: 1rem;line-height: 1rem;font-size: 0.34rem;}
	.footerBottom{padding: 0.36rem 0;}
	.lxByNrSeaInp{padding: 0 1.7rem 0 0.35rem;}
	.seaConListCp li{width: 49%;}
	.seaConListCp li:nth-child(3n){margin-right: 2%;}
	.seaConListCp li:nth-child(2n){margin-right:0;}
	.wtListQu img{top: 0.08rem;}
	.wtListAs img{top: 0.08rem;}
	.allBanNyImg{display: none;opacity: 0;}
	.allBanNy{height: 5rem;background-repeat: no-repeat;background-size: cover;background-position: center center;}
	.proList li{width: 49%;}
	.proList li:nth-child(3n){margin-right: 2%;}
	.proList li:nth-child(2n){margin-right:0;}
	.proListImg img{max-height: 3rem;}
	.proList.w4 li{width: 49%;}
	.proList.w4 li:nth-child(4n){margin-right: 2%;}
	.proList.w4 li:nth-child(2n){margin-right:0;}
	.allBanNyPosBotNr{width: 100%;}
	.allBanNyPosBotNr img{width: 1rem;}
	.cpXxNrZdMk{flex-wrap: wrap;}
    .cpXxNrZdMkLeftBox{width:100%;}
    .cpXxNrZdMkLeft {
        width: 100%;
        padding-bottom: .6rem;
        min-height: inherit;
    }
	.cpXxNrZdMkRig{width: 100%;margin-top: 0.35rem;}
	.cpXxNrZdMkSwiperBig img{height: 3rem;width: auto;max-width: 100000px;margin: 0 auto;}
	.cpXxNrZdMkRigUl li{height: 2.6rem;}
	.jlDjNrCon{width: 90%;}
	.jlDjNr{position: relative;padding: 6.6rem 0 0.6rem;}
	.jlDjNrTit{position: absolute;top: 0.55rem;width: 100%;left: 0;}
	.jlDjNrConCen{position: absolute;top: 1.5rem;left: 50%;width: 3rem;margin-left: -1.5rem;}
	.jlDjNrConLeft{width: 49%;}
	.jlDjNrConRight{width: 49%;}
	.ggJCcTable td{font-size: 0.22rem;padding: 0.15rem 0 0.15rem 0.3rem;}
	.ggJCc{flex-wrap: wrap;}
	.ggJCcLeft{width: 100%;}
	.ggJCcRig{width: 100%;margin-top: 0.5rem;box-sizing: border-box;padding: 0.5rem 0;}
	.ggJCcRig img{width: 80%;}
	.ryMkCon{flex-wrap: wrap;}
	.ryMkConLeft{width: 100%;box-sizing: border-box;padding: 0.5rem 0.5rem;}
	.ryMkConRig{width: 100%;width: 100%;padding: 0.5rem 0.3rem 0.5rem;margin-top: 0.1rem;}
	.ryMkCon{height: auto;}
	.ryMkConRigNr{padding: 0;}
	.ryMkConLeftJg{margin-top: 0.3rem;}
	.sy_fzGs{flex-wrap: wrap;}
	.sy_fzGsLeft{width: 100%;}
	.sy_fzGsRig{width: 100%;margin-top: 0.5rem;}
	.sy_rkList{flex-wrap: wrap;height: auto;justify-content: flex-start;padding:0 0 0.2rem 0;}
	.sy_rkList li{width: 25%;margin-top: 0.3rem;}
	.syCase{flex-wrap: wrap;}
	.syCaseLeft{width: 100%;}
	.syCaseRig{width: 100%;margin-top: 0.6rem;}
	.syCaseList li a p{margin-top: 0;}
	.spLbSwiper .swiper-slide-active{transform: scale(1);}
	.spLbSwiper .swiper-slide{transform: scale(1);}
	.kzqDz .ryMkConLeftImg img{max-height: 5rem;width: auto;max-width: 90%;}
	.kzqDz .ryMkConRig_2 li::before{top: 0.16rem;}
	.ryMkConRigWz{position: static;}
	.ryMkTit{height: auto;}
	.ryMkConRigWz span{padding: 0 0.2rem;white-space: nowrap;}
	.azZjSp{flex-wrap: wrap;}
	.azZjSp li{width: 100%;margin-bottom: 0.15rem;}
	.ccKxNr{padding: 0.3rem;flex-wrap: wrap;}
	.azZjSp.w4 li{width: 100%;margin-bottom: 0.15rem;}
	.azZjSpImg img{max-height: 3rem;width: auto;max-width: 90%;}
	.azZjSpBotPwc{min-height: 1px;}
	.azZjSpBotClick{margin-top: 0.5rem;}
	.qxSsGx{padding:1px 0.2rem 0.5rem;flex-wrap: wrap;}
	.qxSsGxMk{width: 50%;justify-content: flex-start;margin-top: 0.6rem;}
	.xtTjPz{padding:0.5rem 0.35rem 0.5rem;}
	.xtTjPzNr{flex-wrap: wrap;}
	.kzqDz .ryMkConRig_2{width: 100%;}
	.cCAzSt{flex-wrap: wrap;}
	.cCAzStMk{width: 100%;height: auto;display: block;box-sizing: border-box;padding: 0.5rem 0.2rem 0.2rem;}
	.cCAzStMk h3{position: static;text-align: center;}
	.caseListRig .allMore{position: static;margin-top: 0.2rem;}
	.caseListRig p{display: none;}
	.caseList li{padding: 0.4rem 0;}
	.alLbXq{flex-wrap: wrap;}
	.alLbXqLeft{width: 100%;}
	.alLbXqRig{width: 100%;margin-top: 0.8rem;}
	.dPNrConZyNrList li{width: 100%;margin: 0.2rem 0 0;height: auto;padding: 0.5rem 0.1rem 0.5rem 0.35rem;}
	.dPNrConZyNrList li p img{top: 0.08rem;}
	.dPNrConSxMk{width: 33%;}
	.lxKfNr{width: 100%;margin-top: 0;box-sizing: border-box;padding: 1px 5% 1px;}
	.lxKfNrMkRig{width: calc(100% - 0.7rem);}
	.lxByNrList li{width: 49%;}
	.lxByNrList li:nth-child(3n){margin-right: 2%;}
	.lxByNrList li:nth-child(2n){margin-right:0;}
	.lxByNrListImgIco{opacity: 1;}
	.xcZlNrSxLeft{width: 100%;}
	.xcZlNrSxRig{width: 100%;margin-top: 0.4rem;}
	.xcZlNrSx{flex-wrap: wrap;}
	.zlListLb li{width: 100%;}
	.zlListLbBotRig{/*width: 1.2rem;*/text-align: center;}
	.zlListLbBotRigMk img{width: 0.34rem;}
	.zlTcDl{width: 90%;}
	.zlTcDlInp{height: 0.8rem;}
	.zlTcDlBut{height: 0.8rem;}
	.zlTcDlClose{width: 0.8rem;margin-left: -0.4rem;}
	.cpSxNrList li{margin-left: 0.5rem;}
	.cpSxNrListImg{width: 2rem;}
	.cpSxNrList{margin-top: .4rem;}
	.ljClQLb{flex-wrap: wrap;}
	.ljClQLb li{width: 100%;margin-top: 1rem;}
	.ljClQLb li:nth-child(2n){margin-left: 0;}
}

.caseList .allSfTxImg {
    aspect-ratio:1/1;
    object-fit:cover;
}
.syCaseRig .allSfTxImg {
    aspect-ratio: 1/1;
    object-fit: cover;
}
.syCaseLeft .allSfTxImg {
    aspect-ratio: 640/366;
    object-fit: cover;
}


.contact_me {display:flex;justify-content:space-between;padding:0 1.5rem;}
.contact_l{width:48%;}
.contact_r {width:48%;margin-top:1.4rem;}

.indBanSwiper .swiper-button-prev,.indBanSwiper .swiper-button-next{
	width:0.44rem;
	height:0.74rem;
}
.indBanSwiper .swiper-button-prev{
	left:5%;
}
.indBanSwiper .swiper-button-next{
	right:5%;
}
@media (max-width:1024px)
{
	.contact_me {padding:0;flex-wrap:wrap;}
	.contact_l,.contact_r{width:100%;}
	.lxKfNrCon{max-width:100%;}
	.contact_r{margin-top:0;margin-bottom:0.5rem;}
	.indBanSwiper .ani h3, .indBanSwiper .ani h2{
		color:#4a4a4a;
	}
	.indBanSwiper .ani .f68{
		font-size:0.5rem;
	}
	
	.footerBottom .w_1440 {flex-wrap:wrap;}
	.footerBottomRig {margin-top:0.5rem;}
	
}


.float_w {
position: fixed;
  width: 1.8rem;
  right: 0.2rem;
  bottom: 1rem;
  padding: 0.25rem;
  color: #fff;
  z-index: 999;
  line-height: 2;
  background: rgba(0,88,145,0.75);
  0height: 1.9rem;
}
.float_w .txt
{
	text-align:center;
}
.float_w .txt a{
	color:#fff;
}
.float_w .btnClose{
position: absolute;
  right: -10px;
  top: -10px;
  font-size: 25px;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
	background:#005891;  
}
.float_w .btnClose:hover{
	cursor:pointer;
}
.global_img img{
    width:100%!important;
}
.global_rz {
	display:flex;
    padding: 0.5rem 0.5rem 0;
}
.global_rz.center{
	justify-content:center;
}
.rz_item {
	display:flex;
	box-sizing:border-box;
	padding:0 10px;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	width:25%;
}
.rz_item .img{
	text-align:center;
}
.rz_item .txt{
	text-align:center;
	margin-top:10px;
}
@media (max-width:1024px) {
    .float_w{
		width: 2.8rem;
		height: 2.8rem;
		bottom: 1.2rem;
	}
}

.ms_260227_1 {
	width:60%;
	min-height:auto;
}
.ms_260227_2
{
	width:35%;
}
.ms_260227_2 .global_rz{
	padding:1rem 0;
}


@media (max-width:1024px) 
{
	.ms_260227_1 {
		width:100%;
	}
	.ms_260227_2{
		width:100%;
		order:-1;
		height:auto;
		min-height:auto;
	}
	.ms_260227_2 .proXxTitAll{
		margin-top:0;
	}

}