.xpage{ text-align:center; width:100%; font-size:0;}
.xpage .pages{ display:inline-block; overflow:hidden;}
.xpage span,.xpage a{ min-width:34px; padding:0 3px; color:#707070; line-height:34px; font-family:Arial; font-size:16px;float:left;  display:block;  height:34px; line-height:34px; color:#474747; border:1px solid #e2e2e2; border-radius:4px;
	-webkit-transition:all .2s;	
	transition:all .2s;	
	margin-right: 5px;
}
.xpage a[href]:hover{ color:#fff; background-color:#02598b; border-color:#02598b;}
.xpage .current{ color:#fff; background-color:#02598b; border-color:#02598b;}
.xpage .prev, .xpage .next{ background: left no-repeat;}
.xpage .prev{ background-image: url(../images/prev.png);}
.xpage .next{ background-image: url(../images/next.png);}
.xpage .prev:hover, .xpage .next:hover{  background-position: right;}
.xpage .jump{ margin-left: 15px;}
.xpage .input{ float: left; margin: 8px 0; padding: 0 8px; width: 30px; border-right: 1px solid #e2e2e2;}
.xpage .input input{ display: block; width: 100%; text-align: center;}
.xpage .btn{ float: left; width: 50px; height: 100%; background: none; border: 0; font-size: 16px; cursor: pointer;}

.bread{ line-height: 20px; font-size: 14px; color: #707070;}
.bread a{ color: #707070;}
.bread a:hover{ color:#02598b;}
.bread .cur{}





.styleBanner{
    position: relative;
}

.styleBanner>img{
    width: 100%;
    height: auto;
}

.styleText{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
}
.styleText h2{
    display: inline-block;
    color: #fff;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}
.styleText h2::after{
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 2px;
    background-color: #036fad;
    left: 0;
    bottom: 0;
}
.styleText h2::before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgba(255,255,255,.5);
    left: 0;
    bottom: 0;
}
.styleText h3{
    color: #fff;
    font-weight: bold;
}
.style_nav{
    background-color: #f3f3f3;
}
.style_nav h4{
    width: 35%;
    display: inline-block;
    vertical-align: middle;
}
.style_nav ul{
    width: 63%;
    display: inline-block;
    vertical-align: middle;
}
.style_nav h4 i,
.style_nav h4 a,
.style_nav h4 span,
.style_nav h4 p{
    width: auto;
    display: inline-block;
    vertical-align: middle;
    color: #999999;
}
.style_nav h4 i{
    margin-right: 10px;
}
.style_nav h4 span{
    padding: 0 6px;
}
.style_nav li{
    width: 16.6%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.style_nav li a{
    height: 70px;
    line-height: 70px;
    color: #999999;
}

.style_nav li:hover,
.style_nav .active{
    background-color: #036fad;
}

.style_nav li:hover a,
.style_nav .active a{
    color: #fff;
}


.style_nav ul{
    text-align: right;
}







.style_nav1{
    background-color: #f3f3f3;
}
.style_nav1 h4{
    width: 38%;
    display: inline-block;
    vertical-align: middle;
}
.style_nav .ul{
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.style_nav1 h4 i,
.style_nav1 h4 a,
.style_nav1 h4 span,
.style_nav1 h4 p{
    width: auto;
    display: inline-block;
    vertical-align: middle;
    color: #999999;
}
.style_nav1 h4 i{
    margin-right: 10px;
}
.style_nav1 h4 span{
    padding: 0 6px;
}
.style_nav .ul li{
    width: 11.5%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.style_nav1 li a{
    height: 70px;
    line-height: 70px;
    color: #999999;
}

.style_nav1 li:hover,
.style_nav1 .active{
    background-color: #036fad;
}

.style_nav1 li:hover a,
.style_nav1 .active a{
    color: #fff;
}
.style_nav1 ul{
    text-align: right;
}








.productSearch .productSearch_t{
    padding: 0px 0 60px 0;
}
.productSearch form{
    width: 100%;
    font-size: 0;
    display: inline-block;
    padding: 66px 30%;
    box-sizing: border-box;
    background-color: #0395d8;
}
.productSearch form input{
    width: 70%;
    background-color: #fff;
    text-indent: 2em;
    color: #282828;
}

.productSearch form input::-webkit-input-placeholder{
    color: #c6c6c6;
}
.productSearch form input::-moz-placeholder{  
    color: #c6c6c6;        
}
.productSearch form input:-ms-input-placeholder{  
    color: #c6c6c6;        
}
.productSearch form button{
    width: 30%;
    background-color: #4dc3f9;
    text-align: center;
}
.productSearch form input,.productSearch form button{
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    border: none;
    outline: none;
}
.productSearch form button i,
.productSearch form button span{
    display: inline-block;
    vertical-align: middle;
}
.productSearch form button i{
    color: #fff;
    transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    
}
.productSearch form button span{
    color: #fff;
    font-weight: bold;
    padding-left: 30px;
}


.productSearch_list .productListc{
    width: 22%;
    margin-right: 4%;
    margin-bottom: 4%;
    display: inline-block;
    vertical-align: top;
}
.productSearch_list .productListc:nth-of-type(4n){
    margin-right: 0;
}

.styleListNav{
    display: block;
    width: 100%;
    text-align: center;
}
.styleListNav111{
    display: block;
    width: 100%;
    text-align: center;
}
.styleListNav ul,
.styleListNav li,
.styleListNav ol{
    display: inline-block;
    vertical-align: middle;
}

.styleListNav111 span{
padding: 10px 0 10px 0;
    margin: 0 9px;
    border: 1px solid #c2c2c2;
    box-sizing: border-box;
}
.styleListNav111 span a{
padding: 10px 0 10px 0;
    margin: 0 9px;
    border: 1px solid #c2c2c2;
    box-sizing: border-box;
	height: 36px;
    line-height: 38px;
}
.styleListNav li{
    margin: 0 9px;
    border: 1px solid #c2c2c2;
    box-sizing: border-box;
}
.styleListNav111 a{
    margin: 0 9px;
    border: 1px solid #c2c2c2;
    box-sizing: border-box;
	height: 36px;
    line-height: 38px;
}




.styleListNav li a{
    width: 36px;
    height: 36px;
    line-height: 38px;
    color: #999;
}



.styleListNav .active,
.styleListNav li:hover{
    border-color: #c7000e;
}
.styleListNav .active a,
.styleListNav li:hover a{
    background-color: #c7000e;
    color: #fff;
}

.productSearch .styleListNav{
    padding: 80px 0 100px 0;
}
.TechnicalService_left,.TechnicalService_right{
    display: inline-block;
    vertical-align: top;
}
.TechnicalService{
    padding: 100px 0 80px 0;
}

.TechnicalService_left{
    width: 20%;
}
.TechnicalService_right{
    width: 80%;
}
.taselt{
    padding: 26px 40px;
    box-sizing: border-box;
    background-color: #f7f7f7;
    margin-bottom: 30px;
}
.TechnicalService_right{
    text-align: center;
    padding-left: 100px;
    box-sizing: border-box;
}
.TechnicalService_right img{
    max-width: 100%;
    height: auto;
}
.TechnicalService .newBox{
    overflow: hidden;
}
.taselt h4{
    color: #e60012;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.taselt p{
    color: #8b8b8b;
}
.TechnicalServiceData .newBox{
    overflow: hidden;
}
.taseltDz{
    padding-top: 30px;
    padding-left: 0;
    text-align: left;
}
.taseltDz h3{
    margin-bottom: 30px;
}
.taseltDz h3:last-of-type{
    margin-bottom: 0;
}
.taseltDz h3:nth-of-type(odd) i{
    color: #036fad;
}
.taseltDz h3:nth-of-type(even) i{
    color: #2dc6d8;
}
.taseltDz h3 span,.taseltDz h3 i{
    display: inline-block;
    vertical-align: middle;
}
.taseltDz h3 i{
    margin-right: 20px;
}
.taseltDz h3 span{
    color: #999;
}
.TechnicalServiceData{
    padding: 100px 0 110px 0;
}

.TechnicalServiceData_nav,.TechnicalServiceData_list{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.TechnicalServiceData_nav{
    width: 20%;
}
.TechnicalServiceData_list{
    width: 80%;
    padding-left: 70px;
}
.TechnicalServiceData_list .styleListNav{
    padding-top: 110px;
}
.TechnicalServiceData_nav h2{
    line-height: 130px;
    color: #333333;
    background-color: #f7f7f7;
    text-align: center;
}
.TechnicalServiceData_nav ul li{
    margin-top: 8px;
}
.TechnicalServiceData_nav ul li a{
    line-height: 68px;
    color: #414141;
    text-align: center;
    background-color: #f7f7f7;
}
.TechnicalServiceData_nav ul .active a,
.TechnicalServiceData_nav ul li:hover a{
    background-color: #c7000e;
    color: #fff;
}
.rlsedalt:first-of-type{
    border-top: 1px solid #e2e2e2;
}
.rlsedalt p i,.rlsedalt p span,
.rlsedalt h4,.rlsedalt p,.rlsedalt h5{
    display: inline-block;
    vertical-align: middle;
}
.rlsedalt a{
    padding: 30px 0;
    font-size: 0;
}
.rlsedalt{
    border-bottom: 1px solid #e2e2e2;
}
.rlsedalt h4{
    width: 70%;
    color: #282828;
}
.rlsedalt p{
    width: 20%;
}
.rlsedalt p i{
    color: #cccccb;
    margin-right: 8px;
}
.rlsedalt p span{
    color: #858585;
}
.rlsedalt h5{
    width: 10%;
    padding-right: 20px;
    box-sizing: border-box;
    color: #ccc;
}


.rlsedalt a:hover h4{
    color: #c7000e;
}





  .gxsw_spr > div {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .gxsw_spr .swiper-container {
    width: 55%;
  }
  .gxsw_spr .swiper-container img {
    width: 100%;
    height: 100%;
  }
  .gxsw_spr_list {
    width: 45%;
  }
  .gxsw_spr_title {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .gxsw_spr_title h4 {
    color: #fff;
    padding: 30px 10px 30px 68px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .gxsw_spr_title p {
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .gxsw_spr .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
  }
  .gxsw_spr .swiper-pagination-bullet-active {
    background-color: #c30d23;
  }
  
  .gxsw_spr .swiper-container-horizontal > .swiper-pagination-bullets {
    width: auto;
    left: 6%;
    bottom: 4%;
  }
  
  .gxsw_spr_list div {
    padding: 32px 10px 30px 60px;
    box-sizing: border-box;
    cursor: pointer;
  }
  .gxsw_spr_list div h4 {
    padding-bottom: 20px;
  }
  .gxsw_spr_list div h4 i {
    width: 80%;
    color: #222222;
    font-weight: bold;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
  }
  .gxsw_spr_list div h4 span {
    width: 20%;
    color: #a9a9a9;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
  }
  .gxsw_spr_list div p {
    color: #999;
    line-height: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -ms-line-clamp: 2;
    -ms-box-orient: vertical;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
  }
  .gxsw_spr_list div:hover {
    background-color: #f1f1f1;
  }
  .gxsw_spr_list div:hover h4 i {
    color: #bd1d21;
  }
  
  .gsxw_list {
    padding-top: 40px;
  }
  
  .gsxw_list > div {
    
    border-bottom: 1px solid #dfe5e9;
  }
  .gsxw_list > div a {
    font-size: 0;
  }
  .gsxw_list > div a > div {
    display: inline-block;
    vertical-align: middle;
  }
  
  .gsxw_list > div a > .gwst_a {
    width: 10%;
    vertical-align: top;
  }
  .gsxw_list > div:hover .gwst_b h6 {
    color: #c30d23;
  }
  .gsxw_list > div:hover .gwst_c span {
    background-color: #c30d23;
  }

  .gwst_a h4 i {
    line-height: 42px;
    color: #939393;
  }
  .gwst_a h4 p{
    color: rgb(205,205,205);
    line-height: 24px;
  }
  .gwst_b p {
    color: #939393;
    line-height: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .gwst_b {
    width: 70%;
  }
  
  .gwst_b h6 {
    color: #0a0a0a;
    font-weight: bold;
    padding-bottom: 26px;
  }
  
  .gwst_c {
    width: 20%;
    text-align: right;
    padding-right: 60px;
    box-sizing: border-box;
  }
  
  .gwst_c span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background-color: #e6e6e6;
    color: #fff;
    display: inline-block;
  }
  

  .gsxw .styleListNav{
      padding-top: 130px;
  }

  .TechnicalServiceIndustry{
      padding: 100px 0 130px 0;
      overflow: hidden;
  }

  .tlseiy{
      width: 28%;
      height: auto;
      margin-right: 7.99%;
      margin-bottom: 7.99%;
      display: inline-block;
  }
  .tlseiy h3 img{
      width: 100%;
      height: auto;
  }
  .tlseiy:nth-of-type(3n){
      margin-right: 0;
  }
  .tlseiy h4{
      padding: 28px 0;
      color: #333333;
      font-weight: bold;
      border-bottom: 1px solid #d4d4d4;
  }
  .tlseiy p{
      padding-top: 20px;
      color: #999999;
  }
  .tlseiy_time{
      padding-top: 20px;
  }
  .tlseiy_time h5{
      width: 50%;
      display: inline-block;
      vertical-align: middle;
  }
  .tlseiy_time .h5L{
      text-align: left;
  }

.h5L i{
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #d61a1e;
    border-radius: 50%;
    display: inline-block;
    color: #d61a1e;
}
.h5R{
    color: #838181;
    text-align: right;
}


.tlseiy:hover h4{
    color: #c7000e;
}
.styleTextShares{
    width: 100%;
    text-align: right;
    padding-right: 160px;
    position: absolute;
    right: 160px;
    top: 0;
}
.styleTextShares_right ul li,
.styleTextShares_left,.styleTextShares_right{
    display: inline-block;
    vertical-align: middle;
}
.styleTextShares_left{
    margin-right: 70px;
    text-align: left;
}
.styleTextShares_left h4{
    padding: 10px 20px;
    background-color: #bd1d21;
}

.styleTextShares_left h4{
    color: #fff;
}
.styleTextShares_left h4 span{
    font-weight: bold;
}
.styleTextShares_left p{
    padding-top: 10px;
    padding-left: 20px;
    color: #fff;
}
.styleTextShares_left p i{
    color: #c7000e;
    margin-left: 16px;
  
}
.styleTextShares_left p i,
.styleTextShares_left p span{
    display: inline-block;
    vertical-align: middle;
}
.styleTextShares_right{
    text-align: left;
}
.styleTextShares_right ul li{
    width: 120px;
    color: #fff;
}
.styleTextShares_right ul li:last-of-type{
    margin-right: 0;
    text-align: right;
}
.styleTextShares_right ul:first-of-type{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.5);
}

.InvestorRelationship{
    padding: 100px 0 140px 0;
    overflow: hidden;
}
.InvestorRelationship_left,
.InvestorRelationship_right{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.InvestorRelationship_left{
    width: 70%;
}
.InvestorRelationship_right{
    width: 30%;
    padding-left: 60px;
}
.InvestorRelationship_left h3{
    position: relative;
}
.InvestorRelationship_left h3 i{
    font-weight: bold;
    color: #bd1d21;
    background-color: #fff;
    position: relative;
    z-index: 10;
    padding-right: 20px;
}
.InvestorRelationship_left h3::after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #e7ecf5;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
}
.irrplt{
    padding: 34px 0;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
}
.irrplt a{
    font-size: 0;
}
.irrplt h4,.irrplt p,.irrplt h5{
    display: inline-block;
    vertical-align: middle;
}
.irrplt h4{
    width: 16%;
    color: #333333;
}
.irrplt h4 span{
    font-weight: bold;
    padding-right: 6px;
}
.irrplt p{
    color: #333333;
    width: 68%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.irrplt h5{
    width: 16%;
    text-align: right;
}
.irrplt h5 i{
    margin-right: 12px;
}
.irrplt h5 span{
    color: #222;
}
.irrplt h5 i{
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    background-color: #c7000e;
}
.InvestorRelationship_left .styleListNav{
    padding-top: 150px;
}
.irrprt{
    background-color: #f6f8fa;
}
.irrprt_title{
    padding: 40px 20px 20px 20px;
    box-sizing: border-box;
}
.irrprt_title h4{
    padding-bottom: 32px;
    color: #bd1d21;
    font-weight: bold;
}
.irrprt_title p{
    color: #666;
}
.irrprt ul li h6,
.irrprt ul li h5{
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}
.irrprt ul li{
    padding: 40px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #cfd5df;
    font-size: 0;
}
.irrprt ul li:last-of-type{
    border: none;
}
.irrprt ul li h5{
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #dedfe0;
    border-radius: 50%;
    color: #dedfe0;
}

.irrprt ul li h6{
    width: calc(100% - 38px);
    width: -webkit-calc(100% - 38px);
    width: -ms-calc(100% - 38px);
    padding-left: 16px;
    box-sizing: border-box;
}
.irrprt ul li h6 p{
    color: #666666;
    line-height: 26px;
}
.irrprt ul li h6 i{
    color: #c30d23;
    font-weight: bold;
}
.ContactUs{
    padding-top: 90px;
}
.ContactUs .newBox{
    padding-bottom: 0px;
    background: url(../images/bacss.png) no-repeat center bottom;
    background-size: 100% auto;
}
.ContactUsTitle_right,
.ContactUsTitle_left,.ContactUsTitle_center{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.ContactUsTitle_left h2,.ContactUsTitle_center h2{
    color: #000;
    padding-bottom: 60px;
}
.ContactUsTitle_left{
    width: 26%;
    border-right: 5px solid #f3f3f3;
}
.ContactUsTitle_center{
    width: 54%;
    padding-left: 100px;
}
.ctustelt_a1{
    padding: 30px 0;
    border-bottom: 2px solid #eaeaea;
}
.ctustelt_a1 p{
    width: 33.333%;
    display: inline-block;
    vertical-align: middle;
	padding-top:15px;
}
.ctustert h4,.ctustert p,
.ctustelt_a1 i,.ctustelt_a1 span{
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}
.ctustelt_a1 i{
    width: 50px;
    height: 50px;
    line-height: 52px;
    text-align: center;
    background-color: #bd1d21;
    color: #fff;
    border-radius: 50%;
}
.ctustelt_a1 span{
    width: calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -ms-calc(100% - 50px);
    padding-left: 30px;
    padding-right: 10px;
    color: #282828;
}

.ContactUsTitle_center .ctustelt_a1{
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.ContactUsTitle_right{
    width: 20%;
    padding-top: 100px;
}

.ContactUsTitle_right h2{
    color: #000;
    font-weight: bold;
    padding-bottom: 40px;
}
.ContactUsTitle_right h4 img{
    width: 100%;
    height: auto;
}
.ContactUsTitle_right h4{
    width: 40%;
}
.ContactUsTitle_right p{
    width: 60%;
    padding-left: 36px;
    color: #282828;
}


.ContactUsMap {
    width: 100%;
    height: auto;

}
#container {
    width: 100%;
    height: 520px;
}
#container img{
    max-width: none;
}
.ContactUsMap h4 {
    line-height: 94px;
    padding-left: 80px;
    background-color: #f5f5f5;
    box-sizing: border-box;
}
.ContactUsMap h4 i {
    font-size: 24px;
    color: #282828;
    font-weight: bold;
    margin-right: 10px;
}.ContactUsMap h4 span {
    font-size: 30px;
    color: #bd1d21;
    
}
.ContactUsMap h4 i,.ContactUsMap h4 span{
    display: inline-block;
    vertical-align: middle;
}
.BMap_cpyCtrl ,.anchorBL{
    display: none;
}
.nreeUL{
    padding: 80px 0 70px 0;
}
.nreeUL li{
    width: 15.75%;
    margin-right: 0.799%;
    display: inline-block;
    vertical-align: middle;
}
.nreeUL li:last-of-type{
    margin-right: 0;
}
.nreeUL li a{
    height: 110px;
    line-height: 110px;
    text-align: center;
    background-color: #ededed;
}
.nreeUL li a span{
    color: #666666;
    padding-left: 24px;
}
.nreeUL li a i{
    color: #b9b9b9;
}
.nreeUL li a i,.nreeUL li a span{
    display: inline-block;
    vertical-align: middle;
}
.nreeUL .active a,
.nreeUL li:hover a{
    background-color: #036fad;
}
.nreeUL .active a i,.nreeUL .active a span,
.nreeUL li:hover a i,.nreeUL li:hover a span{
    color: #fff;
}
.ekeyOneTitle{
    background-color: #f3f3f3;
}
.ekeyOneTitle_l{
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}
.ekeyOneTitle_r{
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}
.ekeyOneTitle_rT h2 i,.ekeyOneTitle_rT h2 span{
    display: inline-block;
    vertical-align: middle;
}
.ekeyOneTitle_r{
    padding: 0 70px 0 90px;
    box-sizing: border-box;
}
.ekeyOneTitle_rT h2 i{
    width: 74px;
    height: 74px;
    line-height: 74px;
    text-align: center;
    background-color: #036fad;
    color: #fff;
}
.ekeyOneTitle_rT h2 span{
    color: #333;
    padding-left: 30px;
}
.ekeyOneTitle_rT h3{
    padding: 50px 0 80px 0;
    color: #999999;
}
.ekeyOneTitle_rB h3{
    color: #333333;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #036fad;
}
.ekeyOneTitle_rB li{
    width: 25%;
    /* text-align: center; */
    display: inline-block;
    vertical-align: middle;
    padding-top: 30px;
}
.ekeyOneTitle_rB li:nth-of-type(4n+1),
.ekeyOneTitle_rB li:first-of-type{
    text-align: left;
}
.ekeyOneTitle_rB li:nth-of-type(4n){
    /* text-align: right; */
}
.ekeyOneTitle_rB li:nth-of-type(-n+4){
    padding-top: 0;
}
.ekeyOneTitle_rB li a{
    width: auto;
    color: #333;
    display: inline-block;
    position: relative;
}
.ekeyOneTitle_rB li a::after{
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background: #036fad;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
   -webkit-transform: translateX(-50%);
}
.ekeyOneTitle_rB li a:hover{
    color: #036fad;
}
.ekeyOneTitle_rB li a:hover::after{
    width: 100%;
}
.TttileOne {
    color: #333333;
    padding: 80px 0 50px 0;
}
.nkeyThree{
    width: 31.1%;
    margin-right: 2.74%;
    background-color: #f3f3f3;
    display: inline-block;
    vertical-align: middle;
}
.nkeyThree:nth-of-type(3n){
    margin-right: 0;
}
.nkeyThreeText{
    padding: 46px 30px 30px 30px;
    box-sizing: border-box;
}
.nkeyThreeText h4{
    color: #333333;
    text-align: center;
    padding-bottom: 30px;
}
.nkeyThreeText p{
    color: #999;
}

.nkeyThreeText h6{
    color: #666666;
    padding-top: 28px;
    margin-top: 28px;
    border-top: 1px solid #036fad;
}
.nkeyThreeText h6 a{
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    padding: 2px 4px;
    box-sizing: border-box;
    color: #666666;
}
.nkeyThree:hover{
    background-color: #036fad;
}
.nkeyThree:hover h6 a,
.nkeyThree:hover .nkeyThreeText p,
.nkeyThree:hover .nkeyThreeText h6,
.nkeyThree:hover .nkeyThreeText h4{
    color: #Fff;
}
.nkeyThree:hover .nkeyThreeText h6{
    border-color: #fff;
}
.recruitTwoListBtn p{
    cursor: pointer;
}
.NetworkEnergy{
    overflow: hidden;
}

.NetworkEnergyFour{
    padding-bottom: 130px;
}
.nkeyFour{
    position: relative;
}
.nkeyFour p{
    width: 100%;
    background-color: #036fad;
    height: 76px;
    line-height: 76px;
    text-align: center;
    color: #fff;
    opacity: 0;
}
.nkeyFour .swiper-slide-active p{
    opacity: 1;
}
.nkeyFourBtn .iconfont{
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    background-image: none;
    color: #cccccc;
    font-size: 60px;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    display: inline-block;
    vertical-align: middle;
}
.nkeyFourBtn{
    width: 110%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);      
    z-index: 100;
}
.nkeyFourBtn .swiper-button-prev{
    float: left;
}
.nkeyFourBtn .swiper-button-next{
    float: right;
}
.RDcapability{
    padding-top: 100px;
    overflow: hidden;
}

.RDcyOneImg,.RDcyOneText{
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}
.RDcyOne{
    background-color: #f3f3f3;
    overflow: hidden;
}
.RDcyOneText{
    padding: 0 100px;
}
.RDcyOneTextList_l,.RDcyOneTextList_r{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.RDcyOneTextList_l h6{
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    background-color: #036fad;
}
.RDcyOneTextList_l h6 i{
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);      
}
.RDcyOneTextList_r{
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: -ms-calc(100% - 100px);
    padding-left: 36px;

}
.RDcyOneTextList_r h3{
    color:#000;
    padding-bottom: 16px;
}
.RDcyOneTextList_r p{
    color: #999999;
    line-height: 30px;
}
.RDcyOneTextList{
    padding-bottom: 80px;
}
.RDcyOneTextList:last-of-type{
    padding-bottom: 0;
}
.RDcyTwo h2{
    padding: 100px 0 80px 0;
    color: #000;
}

.ryTwoiglt h3,.ryTwoiglt h4,
.RDcyTwoImgLeft,.RDcyTwoImgCenter,.RDcyTwoImgRight{
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}
.RDcyTwoImgLeft{
    width: 35%;
    text-align: left;
}
.RDcyTwoImgCenter{
    width: 30%;
    text-align: center;
}
.RDcyTwoImgRight{
    width: 35%;
    text-align: right;
}
.ryTwoiglt{
    padding-bottom: 46px;
    box-sizing: border-box;
}
.ryTwoiglt:last-of-type{
    padding-bottom: 0;
}
.ryTwoiglt h3{
    width: 150px;
    height: 150px;
   
}
.ryTwoiglt h3 img{
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.ryTwoiglt h4{
    width: calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    width: -ms-calc(100% - 150px);
    padding: 0 40px;
}
.RDcyTwoImgCenter img{
    width:100%;
    height: auto;
}
.RDcyTwoImgCenter img{
    padding: 20px;
    box-sizing: border-box;
    border: 2px solid rgba(220,220,220,.6);
    border-radius: 50%;
}
.RDcyTwoImgCenter{
    position: relative;
}
.RDcyTwoImgCenter h3{
    position: relative;
    z-index: 100;
}
.RDcyTwoImgCenter::before{
    content: '';
    display: block;
    width: 108%;
    height: 108%;
    border-radius: 50%;
    border: 2px solid rgba(220,220,220,.4);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);      
}
.RDcyTwoImgCenter::after{
    content: '';
    display: block;
    width: 118%;
    height: 118%;
    border-radius: 50%;
    border: 2px solid rgba(220,220,220,.2);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);      
}
.ryTwoiglt h4{
    color: #000;
}
.RDcyThree {
    padding: 140px 0 40px 0;
    
}
.RDcyThree h2{
    color: #000;
    padding-bottom: 40px;
}
.RDcyThreeSwiper{
    position: relative;
}
.RDcyThreeSwiper{
    position: relative;
}

.ryThreeSr{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
}
.ryThreeSr h4{
    height: 84px;
    line-height: 84px;
    text-align: center;
    color: #fff;
    background-color: rgba(215,0,15,.8);
    font-weight: bold;
}
.ryThreeSrOne .ryThreeSr{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
}
.ryThreeSrOne .ryThreeSr:nth-of-type(2n){
    margin-right: 0;
}
.ryThreeSrOne .ryThreeSr h4{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ryThreeSrTwo .ryThreeSr{
    width: 30.667%;
    margin-right: 4%;
    margin-bottom: 4%;
    background-color: rgba(215,0,15,1);
}
.ryThreeSrTwo .ryThreeSr:nth-of-type(3n){
    margin-right: 0;
}
.RDcyThreeSwiperBtn .iconfont{
    width: 50px;
    height: 50px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    background-color: #036fad;
    border-radius: 50%;
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    background-image: none;
}
.RDcyThreeSwiperBtn {
    width: 110%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);      
}
.RDcyThreeSwiperBtn .swiper-button-prev{
    float: left;
}
.RDcyThreeSwiperBtn .swiper-button-next{
    float: right;
}
.ProductBrand{
    padding: 100px 0 90px 0;
    overflow: hidden;
}
.ptbdOneRight,
.ptbdOneLeft{
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}
.ptbdOne{
    border: 1px solid #f4f4f4;
    box-sizing: border-box;
}
.ptbdOne a{
    font-size: 0;
}
.ptbdOneRight{
    padding: 0 3% 0 10%;
}
.ptbdOneRight h4{
    color: #333333;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #e70012;
    display: inline-block;
    padding-right: 30px;
    margin-bottom: 10px;
}
.ptbdOneRight p{
    color: #999999;
    text-align: justify;
}
.ProductBrandOne{
    padding-bottom: 40px;
}
.ProductBrandTwo .ptbdOne{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
    display: inline-block;
}
.ProductBrandTwo .ptbdOne:nth-of-type(2n){
    margin-right: 0;
}
.ProductBrandTwo .ptbdOneRight h4{
    padding-right: 0;
    display: block;
}
.ProductBrandTwo .ptbdOneRight{
    padding-left: 50px;
}
.developmentHistory{
    padding: 100px 0;
    overflow: hidden;
}
.dthyOne_l,.dthyOne_r{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.dthyOne_l{
    width: 50%;
}
.dthyOne_r{
    width: 44%;
    padding: 36px 20px 0 120px;
}
.dthyOne_l img{
    border: 2px solid #036fad;
    box-sizing: border-box;
}
.dthyOne_r h4{
    color: #036fad;
    padding-bottom: 40px;
}
.dthyOne_r p{
    color: #999999;
}
.developmentHistoryOne{
    padding-bottom: 110px;
    position: relative;
}
.dthyTwo{
    text-align: center;
    cursor: pointer;
}
.dthyOne{
    background-color: #fff;
}
.dthyTwo h6 i{
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #d4d4d4;
}
.dthyTwo h4{
    color: #c7c7c7;
    padding-top: 10px;
}
.developmentHistoryTwo .swiper-slide-active .dthyTwo h4{
    color: #036fad;
}
.developmentHistoryTwo .swiper-slide-active .dthyTwo h6 i{
    background-color: #036fad;
}
.developmentHistoryTwo {
    position: relative;
}
.developmentHistoryTwo::after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #d4d4d4;
    position: absolute;
    top: 8px;
    left: 0;
}


.dthyOneBrn .iconfont{
    width: auto;
    height: auto;
    width: 60px;
    height: 60px;
    line-height: 62px;
    padding: 0;
    margin: 0;
    text-align: center;
    border-radius: 50%;
    background-image: none;
    background-color: #e5e5e5;
    color: #b7b7b7;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    display: inline-block;
    vertical-align: middle;
}

.dthyOneBrn .swiper-button-prev{
    margin-right: 20px;
}
.dthyOneBrn{
    position: absolute;
    top: 70%;
    left: 63%;
}


.corporateCulture{
    overflow: hidden;
}
.corporateCultureTwo {
    padding: 110px 0 140px 0;
    background: url(../images/ce_12.jpg) no-repeat center center;
    background-size: cover;
}
.corporateCultureTwo .newBox {
    padding-left: 130px;
    box-sizing: border-box;
}
.corporateCultureTwo p {
    color: #fff;
    padding-bottom: 50px;
    position: relative;
}
.corporateCultureTwo p:last-of-type {
    padding-bottom: 0;
}
.corporateCultureTwo p:last-of-type::before{
    display: none;
}
.corporateCultureTwo p::after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -46px;
    top: 8px;
}
.corporateCultureTwo p::before {
    content: "";
    display: block;
    width: 1px;
    height: 90%;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -41px;
    top: 16px;
}
.corporateCultureOne{
    padding: 100px 0 110px 0;
}
.corporateCultureOne h2{
    color: #000000;
    text-align: center;
    padding-bottom: 70px;
}

.ceceOne{
    width: 33.1%;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    text-align: center;
}
.ceceOne h4{
    color: #000;
    padding: 20px 0 10px 0;
}
.ceceOne p{
    color: #999;
}
.styleTextTwo{
    position: absolute;
    left: 30%;
    top: 58%;
}
.styleTextTwo p{
    color: #fff;
  }
  .slryOne{
      padding: 100px 0 110px 0;
  }
  .slryOne ul{
      padding-bottom: 100px;
  }
  .slryOne a{
      font-size: 0;
  }
  .slryOne li{
      width: 31.5%;
      height: 130px;
      line-height: 130px;
      margin-right: 2.74%;
      background-color: #f3f3f3;
      text-align: center;
      display: inline-block;
      vertical-align: middle;
  }
  .slryOne li a{
      line-height: inherit;
      height: auto;
      display: block;
  }
  .slryOne li i{
      width: 72px;
      height: 72px;
     line-height: 74px;
     text-align: center;
     border-radius: 50%;
     background-color: #036fad;
     color: #fff;
  }
  .socialResponsibility{
      overflow: hidden;
  }
  .slryOne li span{
      padding-left: 30px;
      color: #333333;
  }
  .slryOne li span,
  .slryOne li i{
    display: inline-block;
    vertical-align: middle;
  }
  .slryOne li:nth-of-type(3n){
    margin-right: 0;
  }
  .slryOne .active,
  .slryOne li:hover{
    background-color: #036fad;
  }
  .slryOne .active i,
  .slryOne li:hover i{
    background-color: #fff;
    color: #036fad;
  }
  .slryOne .active span,
  .slryOne li:hover span{
      color: #fff;
  }
  .slryOneTt_r h5,
  .slryOneTt_l,.slryOneTt_r{
      display: inline-block;
      vertical-align: middle;
  }
  .slryOneTt a{
      padding: 30px 0;
      box-sizing: border-box;
      border-top: 1px solid #e2e2e2;
  }
  .slryOneTt:last-of-type a{
      border-bottom: 1px solid #e2e2e2;
  }
  .slryOneTt_l{
      width: 70%;
  }
  .slryOneTt_l i,
  .slryOneTt_l span{
      display: inline-block;
      vertical-align: middle;
      box-sizing: border-box;
  }
  .slryOneTt_l i{
      color: #b2b2b2;
      padding-right: 20px;
  }
  .slryOneTt_l span{
      color: #282828;
  }
  .slryOneTt_r{
      width: 30%;
      text-align: right;
      padding-right: 20px;
      box-sizing: border-box;
  }
  .slryOneTt_r h5{
      padding: 0 40px;
      border-right: 1px solid #b2b2b2;
      box-sizing: border-box;
  }
  .slryOneTt_r h5 span{
      color: #858585;
  }
  .slryOneTt_r h5 i{
      color: #cccccc;
      padding-right: 14px;
      box-sizing: border-box;
      display: inline-block;
      vertical-align: middle;
      padding-bottom: 2px;
  }
  .slryOneTt_r h5:last-of-type{
      border-right: 0;
  }
  .slryOneTt a{
      box-sizing: border-box;
  }
  .slryOneTt:hover a{
      padding: 30px 40px;
      background-color: #036fad;
  }
  .slryOneTt:hover a span,
  .slryOneTt:hover a i{
      color: #fff;
  }
  .slryTwo{
      padding: 100px 0 0px 0;
      background: url(../images/backs.jpg) no-repeat center center;
      background-size: cover;
  }
  .slryTwo h2{
      text-align: center;
      color: #282828;
      padding-bottom: 100px;
  }
  .slryTwoSwpr{
      position: relative;
  }
  .slryTwoSwpr img{
      width: 100%;
      height: auto;
  }
  .slryTwoSwpr p{
      padding: 40px 20px;
      box-sizing: border-box;
      text-align: center;
      background-color: #f0f0f0;
      color: #282828;
  }
  .CompanyProfile{
      padding: 110px 0 130px 0;
  }
  .CompanyProfile .newBox{
      overflow: hidden;
  }
  .cupeOne{
      padding-bottom: 70px;
  }
  .cupeOne h2{
      color: #000000;
      padding-bottom: 40px;
  }
  .cupeOne p{
      color: #999;
  }
  .cupeTwo{
      position: relative;
  }
  .cupeTwoListText,.cupeTwoListImage{
      display: inline-block;
      vertical-align: top;
      box-sizing: border-box;
	  
  }
  .cupeTwoListText{
      width: 24%;
      padding: 50px 40px 0 40px;
  }
  .cupeTwoListImage{
      width: 76%;
  }
  .cupeTwoList{
      background-color: #0395d8;
  }
  .cupeTwoListText h3{
      color: #fff;
      font-weight: bold;
      padding-bottom: 24px;
  }
  .cupeTwoListText h4{
      color: #fff;
      font-weight: bold;
      padding-bottom: 30px;
      margin-bottom: 30px;
      border-bottom: 1px solid rgba(255,255,255,.5);
      box-sizing: border-box;
  }
  .cupeTwoListText p{
      color:#fff;
  }
  .cupeTwoBtn{
      position: absolute;
      left: 22.6%;
      top: 10%;
      z-index: 100;
  }
  .cupeTwoBtn .iconfont{
      width: 44px;
      height: 44px;
      line-height: 46px;
      border-radius: 50%;
      text-align: center;
      background-color: #f3f3f3;
      margin: 0;
      padding: 0;
      background-image: none;
      color: #c2c2c2;
      font-size: 26px;
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      bottom: auto;
      display: block;
      opacity: 1;
  }
  .cupeTwoBtn .iconfont:hover{
      background-color:#036fad;
      color: #fff;
  }
  .cupeTwoBtn .swiper-button-prev{
      margin-bottom: 14px;
  }
  .cupeThree {
      position: relative;
  }
  .cupeThreeText {
      width: 21.1%;
      margin-right: 5%;
      display: inline-block;
      vertical-align: top;
      box-sizing: border-box;
      text-align: left;
  }
  .cupeThreeText:last-of-type{
      margin-right: 0;
  }
  .cupeThree{
      padding-top: 120px;
  }

  .ceThreett{
      padding-bottom: 40px;
  }
  .ceThreett span,
  .ceThreett h6{
      display: inline-block;
      vertical-align: bottom;
      position: relative;
      z-index: 1;
  }
  .ceThreett>span{
      color: #067bbe;
      padding-bottom: 10px;
      padding-left: 16px;
  }




  .cupeThree .dataNums {
    /* position: absolute; */
    top: 50%;
    display: block;
    width: 100%;
    height: 120px;
    /* margin-top: -37px; */
    text-align: center;
}

.cupeThree .dataNums .dataOne {
    width: 62px;
    height: 120px;
    /* margin: 0px 3px; */
    text-align: left;
    display: inline-block
}

.cupeThree .dataNums .dataBoc {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cupeThree .dataNums .dataBoc .tt {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cupeThree .dataNums .tt span {
    width: 100%;
    height: 100%;
    font: 100px "h";
    color: #067bbe;
    display: block;
    font-weight: 1000;
}


.cupeThreeText p{
    color: #666666;
}
.ceThreett{
    position: relative;
}
.ceThreett i{
    color: #e8eaed;
    font-size: 80px;
    position: absolute;
    left: 34%;
    bottom: 16px;
    z-index: 0;
}
.cupeThreeText:last-of-type .ceThreett i{
    left: 50%;
}
.ceThreett h6 span{
    text-shadow: 0 0 10px #ccc, 0 0 6px #ccc;
}
.cooperativePartner{
    padding: 100px 0 130px 0;
}
.ceprTitle{
    border: 1px solid #f4f4f5;
}
.ceprLogo{
    width: 20%;
    display: inline-block;
    vertical-align: top;
}
.ceprLogo img{
    width: 100%;
    height: auto;
}
.ceprLogo:nth-of-type(odd){
    background-color: #fff;
}
.ceprLogo:nth-of-type(even){
    background-color: rgba(246,247,249,1);
}
.productSearchXq{
    padding: 100px 0 140px 0;
}
.productSearch .newBox{
    overflow: hidden;
}
.ptshXqOneLeft,
.ptshXqOneRight{
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}
.ptshXqOneLeft{
    width: 29%;
    border: 1px solid #eaeaea;
    text-align: center;
}
.ptshXqOneRight{
    width: 70%;
    padding-left: 100px;
}
.ptshXqOneRight h2{
    color: #333333;
    border-bottom: 3px solid #036fad;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.phXqOnert{
    display: table;
}
.phXqOnert_l{
    width: 62%;
}
.phXqOnert_r{
    width: 24%;
}
.phXqOnert_l,.phXqOnert_r{
    display: table-cell;
}
.phXqOnert_l h4,.phXqOnert_r h4{
    color: #333333;
    padding-bottom: 20px;
}
.phXqOnert_l p,.phXqOnert_r p{
    color: #999;
}
.ptshXqOne{
    padding-bottom: 80px;
}

.hOne{
    line-height: 64px;
    padding-left: 30px;
    display: block;
    background-color: #f3f3f3;
    margin-bottom: 50px;
    box-sizing: border-box;
    border-left: 5px solid #036fad;
    color: #333333;
}
.ptshXqTwo tr:first-of-type td{
background-color: #036fad;
    padding: 38px 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    border: 6px solid #fff;
}
.ptshXqTwo th{
    background-color: #036fad;
    padding: 38px 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    border: 6px solid #fff;
}
.ptshXqTwo td{
    padding: 38px 0;
    background-color:#f3f3f3;
    text-align: center;
    box-sizing: border-box;
    border: 6px solid #fff;
}
.recruit{
    padding: 100px 0 140px 0;
}

.recruitOneLeft,.recruitOneRight{
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}
.recruitOneLeft{
    width: 56%;
}
.recruitOneRight{
    width: 44%;
    padding-left: 70px;
}
.rtOneltTop{
    padding: 56px 40px;
    box-sizing: border-box;
    background-color: #f3f3f3;
}
.rtOneltTop p{
    color: #999999;
}
.recruitOneRight h4{
    padding: 38px 0 28px;
}
.recruitOneRight h4 i{
    color: #036fad;
    padding-right: 16px;
}
.recruitOneRight h4 span{
    color:#333333;
}
.recruitOneRight h4 i,.recruitOneRight h4 span{
    display: inline-block;
    vertical-align: middle;
}
.recruitOneRight p{
    color: #999;
}
.recruit .styleListNav{
    padding-top: 160px;
}
.recruitTwo{
    padding-top: 110px;
}
.recruitTwoListNone h5 p{
        color: #737373;

}
.recruitTwoListNone{
    padding-top: 60px;
    display: none;
}
.recruitTwoList{
    padding: 46px 0 46px 40px;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
    position: relative;
}
.recruitTwoList:first-of-type{
    border-top: 1px solid #e6e6e6;
}
.recruitTwoList h3{
    color: #414141;
    font-weight: bold;
    padding-bottom: 20px;
}
.recruitTwoListNone h5{
    width: 40%;
    display: inline-block;
    vertical-align: top;
}
.recruitTwoList h4 span{
    color: #8b969e;
    margin: 0 45px;
    font-weight: bold;
}
.recruitTwoList h4 span:first-of-type{
    margin-left: 0;
}

.recruitTwoListBtn{
    width: 188px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #e6e6e6;
    position: absolute;
    right: 0;
    top: 76px;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
}
.recruitTwoList::after{
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #036fad;
    position: absolute;
    left: 0;
    bottom: 0;
}
.recruitTwoListBtn p{
    width: 100%;
    height: 100%;
    line-height: inherit;
    position: absolute;
    left: 0;
    top: 0;
    color: #666666;
}
.recruitTwoListBtn p:last-of-type{
    opacity: 0;
}
.recruitTwoListActive .recruitTwoListBtn p:last-of-type{
    opacity: 1;
}
.recruitTwoListActive .recruitTwoListBtn p:first-of-type{
    opacity: 0;
}
.recruitTwoListActive::after{
    width: 100%;
}
.recruitTwoListActive .recruitTwoListBtn p{
    background-color: #036fad;
    color: #fff;
}


.taseltTitle{
    background: #f7f7f7;
    padding: 38px 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.taseltTitle h3{
    color: #666;
    font-weight: bold;
    padding-bottom: 30px;
}
.taseltTitle p{
    color: #8b8b8b;
}
.taseltTitle ul{
    padding-top: 30px;
}
.taseltTitle ul li span{
    color: #e60012;
    font-weight: bold;
}
.taseltTitle ul li{
    padding: 18px 0;
    border-top: 1px solid #ca0000;
}
.taseltTitle ul li:first-of-type{
    border-top: none;
}
.taseltTitle ul li i,.taseltTitle ul li span{
    display: inline-block;
    vertical-align: middle;
}
.taseltTitle ul li i{
    width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    margin-left: 30%;
    border-radius: 50%;
    color: #fff;
    background-color: #cc0000;
    font-size: 19px;
}
.ContactUsMap h2{
    color: #000;
    padding-bottom: 50px;
}

.corporateCultureOne {
    position: relative;
}
.corporateCultureOne .newBox{
    position: relative;
    z-index: 10;
}
.corporateCultureOne::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    left: 0;
    top: 306px;
    z-index: 1;
}

.recruitTwoListBtnTwo{
    width: 20%;
    display: inline-block;
    vertical-align: bottom;
}
.recruitTwoListBtnTwo{
    text-align: right;
}
.recruitTwoListBtnTwo p{
    width: 188px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #036fad;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
}

.recruitTwoTD{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}

.CACtive .recruitTwoTD{
    opacity: 1;
    visibility: inherit;
}
.recruitTwoTDs{
    width: 50%;
    background-color: rgb(232,232,232);
    padding: 70px 120px;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);    
    opacity: 0;  
}
.CACtive .recruitTwoTDs {
    top: 50%;
    opacity: 1;
}
.recruitTwoTDs h2{
    color: #036fad;
    font-weight: bold;
    font-size: 40px;
    padding-bottom: 40px;
}
.inputs{
    padding-bottom: 20px;
}
.inputs input{
    width: 48%;
    border: none;
    outline: none;
    text-indent: 2em;
    height: 46px;
    line-height: 46px;
}
.inputs .itOne{
    margin-right: 4%;
}
.textarea textarea{
    width: 100%;
    border: none;
    outline: none;
    resize: none;
    height: 240px;
    padding: 2em;
    box-sizing: border-box;
}
.recruitTwoTDs form{
    position: relative;
}
.recruitTwoTDs button{
    width: 50%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    display: block;
    background-color: #bd1d21;
    margin: 0 auto;
    margin-top: 30px;
    border: none;
    outline: none;
    resize: none;
}
.recruitTwoTDs button span,.recruitTwoTDs button i{
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}
.recruitTwoTDs button span{
    margin-right: 20px;
}
.recruitTwoTDs button span{
    font-size: 14px;
}
.recruitTwoTDs button i{
    font-size: 20px;
}
.recruitTwoTDs h6{
    width: 40px;
    height: 40px;
    line-height: 34px;
    text-align: center;
    background-color: rgba(51,51,51,.2);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 40px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    position: absolute;
    right: 6%;
    top: 6%;
}

.TechnicalServiceTwo1 h2{
    padding-bottom: 20px;
}
.TechnicalServiceTwo1{
    padding-bottom: 80px;
}
.TechnicalServiceTwo1 p{
    font-size: 22px;
    color: #333333;
}
.TechnicalServiceTwo{
    background-color: #e6e6e6;
    padding: 80px 0;
}
.TechnicalServiceTwo2 button{
    width: 260px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #bd1d21;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    border: none;
    outline: none;
}



.slryOneSWr a{
    background-color: #f3f3f3;
    padding: 24px;
    box-sizing: border-box;
}
.slryOneSWr a p{
    font-size: 24px;
    color: #333333;
    padding: 40px 0 20px 0;
    text-align: center;
}

.slryOneSWrBtn{
    text-align: center;
    padding-top: 70px;
}
.slryOneSWrBtn .iconfont{
    width: 72px;
    height: 72px;
    line-height: 72px;
    border-radius: 50%;
    background-color: #036fad;
    text-align: center;
    margin: 0;
    padding: 0;
    background-image: none;
    color: #fff;
    font-size: 30px;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    display: inline-block;
    vertical-align: middle;
}
.slryOneSWrBtn .swiper-button-prev{
    margin-right: 40px;
}
.slryOneSWr img,.slryTwoSWr img{
    width: 100%;
    height: auto;
}
.slryTwoSWr a{
    padding: 10px;
    background-color: #e6e6e6;
    box-sizing: border-box;
}
.slryTwoSWr p{
    padding: 34px 0;
    text-align: center;
    color: #333333;
    font-size: 20px;
}






.RDYTtLeft,.RDYTtRight{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.RDYTtLeft{
    width: 20%;
}
.RDYTtRight{
    width: 80%;
    padding-left: 90px;
}



.RDYTtLeft h2{
    text-align: center;
    background-color: #f7f7f7;
    padding: 46px 0;
    color: #333333;
    font-size: 40px;
}

.RDYTtLeft li{
    margin-top: 8px;
}

.RDYTtLeft li a{
    height: 68px;
    line-height: 68px;
    background-color: #f7f7f7;
    text-align: center;
    color: #414141;
    font-size: 24px;
}
.RDYTtLeft .active a,
.RDYTtLeft li a:hover{
    background-color: #d6000f;
    color: #fff;
}


.RDYTtRightLt{
    width: 32%;
    margin-right: 1.99%;
    margin-top: 1.99%;
    padding: 6px;
    background-color: #e6e6e6;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.RDYTtRightLt img{
    width: 100%;
    height: auto;
}
.RDYTtRightLt:nth-of-type(3n){
    margin-right: 0;
}
.RDYTtRightLt:nth-of-type(-n+3){
    margin-top: 0;
}
.RDYTtRightLt p{
    text-align: center;
    height: 70px;
    line-height: 70px;
    color: #333333;
    font-size: 18px;
    box-sizing: border-box;
}

.RDcapability .styleListNav{
    padding: 120px 0;
}

















.NewsXq {
    padding: 10px 0 80px 0;
  }
  
  .TitleTwo h2 i,
  .TitleTwo h2 span {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    color: #000;
  }
  .TitleTwo h2 span {
    padding: 0 6px;
  }
  .TitleTwo h2 a {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
  }
  .TitleTwo h2 i {
    padding-right: 20px;
    color: #000;
  }
  .TitleTwo h2 a:last-of-type {
    color: #d8000e;
  }
  
  .NewsXqText {

    box-sizing: border-box;
  }
  .NewsXqTextTop {
    padding: 60px 0 30px 0;
    text-align: center;
    border-bottom: 1px solid #dddddd;
  }
  .NewsXqTextTop h3 {
    color: #282828;
  }
  .NewsXqTextTop h4 {
    color: rgba(40, 40, 40, 0.6);
    padding-top: 14px;
  }
  .NewsXqText > p {
    color: rgba(40, 40, 40, 0.7);
    margin: 40px 0;
    text-indent: 2em;
  }
  .Imgs {
    padding: 0 80px;
    box-sizing: border-box;
  }
  .Imgs h3 {
    width: 48%;
    margin-right: 4%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
  }
  .Imgs h3:last-of-type {
    margin-right: 0;
  }
  
  .Imgs h3 img {
    width: 100%;
    height: auto;
  }
  .Imgs h3 p {
    padding-top: 20px;
    color: #858585;
  }
  .ImgsTwo {
    padding: 20px 0;
  }
  .ImgsTwo h3 {
    text-align: center;
  }
  .ImgsTwo h3 {
    max-width: 100%;
    height: auto;
  }
  .NewsXqBtn {
    padding-top: 80px;
  }
  .NewsXqBtn ul {
    background-color: #e4e7ea;
  }
  .NewsXqBtn li {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
  }
  .NewsXqBtn li:first-of-type {
    width: 39%;
    text-align: left;
  }
  .NewsXqBtn li:first-of-type a {
    padding-left: 20px;
    box-sizing: border-box;
  }
  .NewsXqBtn li:last-of-type a {
    padding-right: 20px;
    box-sizing: border-box;
  }
  .NewsXqBtn li:last-of-type {
    width: 40%;
    text-align: right;
  }
  .NewsXqBtn li:nth-of-type(2) {
    width: 20%;
    text-align: center;
  }
  .NewsXqBtn li a:hover {
    color: #d8000e;
  }
  .NewsXqBtn li a {
  line-height: inherit;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .NewsXqBtn li{
    height: 80px;
    line-height: 80px;
  }
  
  .IyTs .NsTwoTime {
    width: 15%;
    vertical-align: middle;
  }
  .IyTs .NsTwoBtn {
    width: 10%;
  }
  .IyTs .NsTwoText {
    width: 50%;
  }
  .IyTs .NsTwo::after {
    background: url(../images/cc_02.jpg) no-repeat center center;
    background-size: cover;
  }
  .IyTs .NsTwo a .newBoxTwo {
    padding: 40px 0;
  }
  .IyTs .styleBtnOne {
    padding-top: 50px;
  }
  .IyTs {
    padding-bottom: 100px;
  }
  

  .NewsXqText p img{
      margin-left: -2em;
  }








  .NewsOneLt{
    padding: 20px;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}
.NewsOneLt:first-of-type{
    margin-top: 0;
}
.NewsOneLtImg,.NewsOneLtTime,.NewsOneLtText{
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    position: relative;
}
.NewsOneLtImg{
    width: 25%;
}
.NewsOneLtTime{
    width: 16%;
    text-align: center;
}
.NewsOneLtText{
    width: 59%;
    padding: 0 120px 0 30px;
}
.NewsOneLtTime h3{
    color: rgba(114,114,114,.5);
    font-family: 'Arial';
}
.NewsOneLtTime p{
    color: rgba(114,114,114,.5);
    font-family: 'Arial';
}
.NewsOneLtText h4{
    color: #727272;
    font-family: 'Arial';
    font-weight: bolder;
    padding-bottom: 20px;
}
.NewsOneLtText p{
    color: #9c9c9c;
    font-family: 'Arial';
}
.NewsOneLt a{
    font-size: 0;
}

.btns{
    width: 46px;
    height: 100%;
    position: absolute;
    right: -50px;
    top: 0;
}
.btns p{
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 46px;
    background-color: #036fad;
    color: #fff;
    display: inline-block;
    writing-mode: tb-rl;
}
.NewsOneLt:hover .NewsOneLtText h4,
.NewsOneLt:hover .NewsOneLtTime h3,
.NewsOneLt:hover{
    border-color: #036fad;
    color: #036fad;
}
.NewsOneLt:hover .btns{
    right: 0;
}

.NewsOneLtImg img{
    width: 100%;
    height: auto;
}





.menu ul {
	text-align: center;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: -100px;
	padding-left: 0;
	font-size: 1em;
}

.menu ul li {
	line-height: 46px;
	
	zoom: 1;
	display: inline-block;
	vertical-align: middle;
	margin: 3px 10px;
	border: 1px solid #e2e2e2
}

.menu ul li a {
	padding: 0 30px;
	width:160px;
	display: block
	
}

.menu ul li.this {
	background: #c7000b;
	border-color: #c7000b
}

.menu ul li.this a {
	color: #fff
}

.menu ul li:hover {
	border-color: #0066CC;
	}
.menu .ong {
	border-color: #0066CC;
	}


	.ny-banner p {
		font-size: 10px
	}



