* {
margin: 0;
padding: 0;
box-sizing: border-box
}

ul,
ol {
list-style: none;
}

a {
text-decoration: none
}

.header{width:100%; padding: 0 4%; position: fixed;  z-index: 99; height: 100px;line-height: 100px;transition: .5s; background-color: #fff;}
.header.cur{ box-shadow:0 0 10px rgba(0,0,0,0.1);height: 90px;line-height: 90px;position: fixed;}
.header .logo{overflow:hidden;}
.header nav ul li{position:relative;float:left;margin:0 33px}
.header nav ul li.cur a::after,.header nav ul li:hover a::after{-webkit-transform:scale(1);transform:scale(1);color: #0875a5;}
.header nav ul li:hover .sub-nav{visibility:visible;opacity:1;top:100px}
.header nav ul li>a{position:relative;color:#333;font-size:20px;display: block; font-weight: bold;}
.header nav ul li>a::after{position:absolute;content:'';left:0;bottom:25px;width:100%;height:3px;background:#0ba29a;transform:scale(0,1);-webkit-transform:scale(0,1);transition:all .3s;-webkit-transition:all .3s}

.header nav ul li .sub-nav{visibility:hidden;opacity:0;z-index:1;top:100px;left:50%;width:160px;color:#666;background:#fff;transform:translateX(-50%);-webkit-transform:translateX(-50%);transition:all .5s;-webkit-transition:all .5s;box-shadow: 0 1px 6px rgba(0,0,0,.15);border-radius: 3px;}
.header.cur nav ul li .sub-nav{top:90px;}
.header nav ul li .sub-nav a{display:block;line-height:48px;padding:0px 10px;text-align:center; border-bottom:1px #f2f2f2 solid;font-size: 16px;}

.header nav ul li .sub-nav a:last-child{ border-bottom:2px #0ba29a solid;}
.header nav ul li .sub-nav a:hover{background:#0ba29a; color:#fff;}
.header nav ul li>a:hover{color: #4e5c63;}
.header nav ul li>a>i{ font-size:14px; padding-left:5px; color:#999;}
.header nav ul li>a:hover i{ color:#4e5c63;}
.header nav ul li>a:hover{ color:#0ba29a!important;}
.header nav ul li>a.layui-this-moren{ color:#0ba29a;}
.header:hover nav ul li a.layui-this-moren, .header.cur nav ul li a.layui-this-moren {
    color: #0ba29a;
}
.header nav ul li>a.layui-this-moren::after {
    -webkit-transform: scale(1);
    transform: scale(1);
 }
.h{height: 100px;}
.header.cur .h{height: 90px;}
.fly-midd {
    display: inline-block;
    height: 14px;
    width: 1px;
    vertical-align: middle;
    background-color: #eee;
	margin: 0 7px;
}
.rightcc{margin-left:30px;margin-top: 27px;transition: .5s; }
.header.cur .rightcc{margin-top: 23px;}
.rightcc .dtel{display: inline-block;margin-right:30px;}
.rightcc .header_business {
	border-radius:2em;
	height:40px;
	line-height:40px;
	padding:0 20px;
	font-size:16px;
	color:#fff;
	background:rgba(255, 255, 255, 0.13);
	display:block;
	position: relative;
	
}
.header.cur .rightcc .header_business{background:#0ba29a;}
.rightcc .header_business .icon-dianhua2 {font-size: 20px;padding-right: 5px;}
.animation-phone{
    animation: scaleDraw 5s ease-in-out infinite;
  }
  @keyframes scaleDraw {
    0% {
      transform: scale(1);
    }
    25% {
      transform: scale(1.1);
    }
    50% {
      transform: scale(1);
    }
    75% {
      transform: scale(1.1);
    }
  }

.eng a{color: #fff; font-size: 16px;border-radius: 50%;font-weight: bold;
    background-color: rgba(0,0,0,.2); width: 45px; height: 45px; float: left; display: block; line-height: 45px; text-align: center; margin-left: 10px;} 
.he_searig{display: inline-block; color: #fff; margin-left: 20px;}
.he_searig .icon-fangdajing{font-size: 20px;cursor: pointer;}
.header.cur .eng a:hover,.eng a:hover,.eng a.cu_r{color: #fff; background-color: #0ba29a;} 

.header.cur .fly-midd {
    background-color: #999;
}
.header.cur .he_searig{color: #333;}
.mc_search_xl {
    position: fixed;
    left: 0;
    top: 100px;
    width: 100%;
    height: 100px;
    border-top: 1px solid #eee;
    z-index: 99;
    background: #fff;
    display: none;
    transition: top 0.36s;
}
.header.cur .mc_search_xl{top: 90px;}
.mc_pos_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.mc_msc_box input {
    border-bottom: 1px solid #dfdede;
	padding: 20px 0;
}
.mc_msc_box .icon-fangdajing{font-size: 24px; cursor: pointer;}
.mc_msc_input {
    width: calc(100% - 30px);
    height: 26px;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    padding: 3px 0;
    padding-right: 12px;
}

.mc_msc_submit {
    font-size: 26px;
    color: #666666;
    width: 30px;
    vertical-align: top;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.mc_pos_center {
    width: 30%;
}
/* 移动导航 */
.motop{width:100%;
  height:70px;
  position: fixed;
  padding:0 4%;
  z-index:999999;
  display: none;
 background: #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  -webkit-transition: all .53s;
 -moz-transition: all .5s;
 -ms-transition: all .5s;
 transition: all .5s;
 border-bottom: 1px solid #ebebeb;
}
.motop.on{background: #fff}
.mologo{margin:0 auto;
   float:left;
}
.mologo a{line-height: 70px;
}
.mologo a span{font-size: 12px;
            margin-left: 6px;
}
.mologo img{ 
       vertical-align: middle;
	   height:40px;
}
.monav{
   margin-top:23px;
   cursor:pointer;
   position: absolute;
   right:4%;
   width:30px;
   height:22px;
}
.monav span{width:28px;
       height:2px;
       display: block;
       background: #0ba29a;
       position: absolute;
       transition:all .5s;
}
.monav .s1{top:5px;}
.monav .s2{top:13px;width: 24px;}
.monav .s3{top:21px;width: 20px;}
.monav .s1.on{transform:rotate(45deg);
      top:10px;
}
.monav .s2.on{opacity: 0;}
.monav .s3.on{transform:rotate(-45deg);
      top:10px;
	  width: 28px;
}
.navdown{width:100%;
  background: #fff;
  position: fixed;
  top:70px;
  z-index: 9999;
  display: none;
  border-top:1px solid #eee;
  padding-bottom: 40px;
  text-align: center;
}

.navdown>ul>li{line-height: 46px;
        font-size:16px;
        color:#333;
        position: relative;
        cursor:pointer;
        width:92%;
        margin:0 auto;
        border-bottom:1px solid #f2f2f2;
        
        
}
.navdown>ul>li a{font-size:18px;
            display: inline-block;
            width: 100%;
            height: 100%;
            color: #666;
			text-align: left;
}
.navdown>ul>li a:hover{color:#f39801;}
.navdown .ul2{display: none;}
.navdown .ul2 li{line-height: 46px;
              border-top:1px dashed #e6e6e6;
              position: relative;
             
}

.navdown .ul2 li a{
                 font-size:14px;
                 color:#999;
                 width:100%;
                 height:100%;
                 display: block;
				 padding: 0 15px;
			

}
.navdown .ul2 li a i{position: absolute;
                   right:4%;


}
.navdown>ul>li>a>i{
position: absolute;
right: 4%;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
transition: all .3s;

}
.navdown>ul>li>a>i.on{-webkit-transform: rotate(90deg);
                      -moz-transform: rotate(90deg);
                      -ms-transform: rotate(90deg);
                       transform: rotate(90deg);
}

.navdown .language{margin-left: 4%;line-height: 60px;}
#index_banner .item a {
  display: block
}
.engs{position: absolute;right: 12%;margin-top: 25px;}
.engs a{font-size: 18px;}
.ph_search {
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
    padding-left: 15px;
}

.ph_search_ph {
    width: 100%;
    height: 35px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-top: 18px;
    float: left;
    border-radius: 17.5px;
    position: relative;
}

.ph_search_ph input {
    width: 100%;
    height: 100%;
    text-indent: 20px;
    color: #333333;
}

.ph_search_ph input::-webkit-input-placeholder {
    color: #999999;
}

.ph_search_ph button {
    width: 40px;
    height: 100%;
    color: #ffffff;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.ph_search button .icon-sousuo {
    font-size: 27px;
    color: #999999;
}
.ph_searchfe {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 16px;
}

.ph_searchfe img {
    width: 100%;
}
.ph_dh_number {
    width: 100%;
    text-align: center;
    margin-top: 18px;

}

.ph_dh_number .ph_dh_n {
    display: inline-block;
    overflow: hidden;
}

.ph_dh_number .ph_dh_n p {
    float: left;
    font-size: 16px;
    color: #999;
}

.ph_dh_number .ph_dh_n p a {
    float: left;
    font-size: 16px;
    color: #999;
}

.ph_dh_number .ph_dh_n .ph_dh_n_p1 {
    margin-right: 15px;
}

#index_banner .item .img span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}
#index_banner .item .img img {
	width: 100%;
}
#index_banner .owl-controls .owl-pagination {
  margin: 0;
  width: 100%;
  height: 4px;
  text-align: center;
  position: absolute;
  bottom: 60px
}

#index_banner .owl-controls .owl-pagination .owl-page {
  display: inline-block
}

#index_banner .owl-controls .owl-pagination .owl-page span {
  display: block;
  margin: 0 5px;
  width: 30px;
  height: 8px;
  background: #0ba29a;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

#index_banner .owl-controls .owl-pagination .active span {
  width:50px;
  background: #fff
}

#index_banner .owl-controls .owl-buttons div {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}
.he_cont1 {
    width: calc(100% - 140px);
    margin: 0 auto;
}
#index_banner .item{overflow: hidden;
    position: relative;}
    
#index_banner .content {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1600px;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  position: absolute;
  color: #fff;
  font-size: 16px;
}
#index_banner .content h3{font-size:60px ; color: #fff; font-weight: bold;text-shadow: 0 0 0.5rem rgba(0, 0, 0, .25);letter-spacing:2px; opacity: 0;   transform: translateY(80px); text-align:center;}


#index_banner  .slick-active .content h3 {
    transition: all 2s ease .5s;
    transform: translateY(0);
	    opacity: 1;
   }    
  #index_banner  .slick-active img {
   animation: banner 4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
 }  
 @keyframes banner {
   0% {
     -webkit-transform: scale(1.1);
     transform: scale(1.1);
   }
   100% {
     -webkit-transform: scale(1);
     transform: scale(1);
   }
 }  
.he_bante {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.he_bantepy {
    width: 50%;
}

.he_bantep2t p {
    font-size: 40px;
    line-height: 1.75;
    font-weight: bold;
    color: #ffffff;
}
.he_bantep2t.nml p {
    font-size:48px;
}

.labt-img img {
    width: 100%;
}
.pagination-style{padding: 10px 0 0 0; text-align: center;}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #0ba29a;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:hover,.pagination>li>a:focus,.pagination>li>span:hover,.pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,.pagination>.active>a:hover,.pagination>.active>a:focus,.pagination>.active>span,.pagination>.active>span:hover,.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #0ba29a;
    border-color:#0ba29a;
    cursor: default
}

.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}
.xh_about{margin-top: 80px;}
.ec_b h2{ font-size: 46px; color: #2c2c2c;font-weight: bold; line-height: 55px;display: inline-block;}
.ec_b h3{ font-size: 30px; color: #0ba29a;font-weight: bold;text-transform: uppercase;display: inline-block; margin-left: 20px;}

.ec_b { width: 92%;}
.ec_b_1{ margin-top: 30px;}
.ec_b_1 p{ font-size: 16px; color:#030304;line-height: 32px; text-align: justify;}
.ec_b_1 a{ width: 190px; height: 50px;border-radius: 50px; display: block;line-height: 50px;text-align: center; color: #fff;font-size: 16px;margin-top:40px; background-color: #0ba29a; }
.ec_b_1 a i{ padding-left: 0;}
.ec_b_1 a .layui-icon {
	font-size: 14px;
    display: inline-block;
    animation-duration: 1.3s;
}

  
.ec_b_1 a:hover{transform: translateY(-5px);box-shadow: 0 0 5px rgba(11,162,154,.8)}
.ec_c{position: relative;}
.ec_c a{ display: block;}
.about_date{position: absolute;  transform-origin: center center; color: #fff;
    left: 12.6%;
	bottom: -28px;
}
.about_date li{text-align: center;}	
.about_date p.info{font-family: 'Impact';font-size: 25px; width: 83px;height: 83px; border: 2px solid #fff; border-radius: 50%;line-height: 83px;}
.about_date p.info b{font-weight: normal;}
.about_date p.info i{font-style: normal;font-size: 16px; padding-left: 5px;}
.about_date p.info span{font-size: 14px;padding-left: 5px;}
.about_date li .name{font-size: 16px; margin-top: 5px;}
.xh_cp{margin-top: 80px; background-color: #f5f4ff; padding-top: 80px;}
.g_title h3 {
    font-size:46px;
    color: #2c2c2c;
    font-weight: bold;
    line-height: 46px;
}
.g_title h4{font-size: 20px;
    color: #c8c7d0;
    font-weight: bold;
    text-transform: uppercase;
    margin:10px 0;}
.g_title p{color: #696969;font-size: 16px; line-height: 36px;}	
.xh_cp_bj{overflow: hidden; 
    position: relative;
    --v-offset: 60px;
    --curve-height: 120px;}
.xh_cp_bj:before,.xh_cp_bj:after {
    content: "";
    display: block;
    background: #f5f4ff;
    width: calc(100vw+2 * var(--v-offset));
    height: var(--curve-height);
    position: absolute;
    border-radius: 50%;
    left: calc(-1 * var(--v-offset));
    right: calc(-1 * var(--v-offset));
	z-index: 1;
}

.xh_cp_bj:before {
    top: calc(-0.6 * var(--curve-height))
}

.xh_cp_bj:after {
    bottom: calc(-0.6 * var(--curve-height))
}	
.g_cpt2bot:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: rgba(0,0,0,0.3);
}
.g_cpt2bot {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.g_cpt2botnr {
    width: 25%;
    float: left;
    position: relative;
    height: 100%;
    transition: all .36s ease;
    border-right: 1px solid rgba(255, 255, 255, .2);
}
.g_cpt2botnr:hover{background-color:rgba(11,162,154,.7);}

.g_cpt2botnr .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
    
    color: #fff;
    z-index: 555
}
.g_cpt2botnr .content .icon{text-align: center; display: block;}
.g_cpt2botnr h2{ text-align: center; font-size: 24px; color: #fff; margin-top: 20px;}
.g_cpt2botnr .content .info {
    height: 0px;
    overflow: hidden;
	transition: .6s ease 0s;
	text-align: left;
	position: relative;
}
.g_cpt2botnr .content .info .xian {
	width: 50px;
	height: 2px;
	display: block;
	background-color: #fff;
	margin: 20px 0;
}
.g_cpt2botnr .content .info p{font-size: 14px; padding-bottom: 12px;}
.g_cpt2botnr:hover .info {
    height: 100px;
	text-align: center;
}
.g_cpt2botnr .content .info .more2{font-size: 16px; font-weight: bold; margin-top: 30px; display: block;}
.g_cpt2botnr .content .info .more2 .iconfont {
    font-size: 16px;
    display: inline-block;
    animation-duration: 1.3s;
}
.xh_xw{padding: 50px 0 70px 0; background-color: #f5f4ff;}

.xh_xw ul li .pics img{transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	height: 275px;
	    object-fit: cover;
		width: 100%;	
}
.xh_xw_a{ margin-top: 55px;}
.xh_xw ul li .xw_top a{ display: block;	border-radius: 20px 20px 0 0;}
.xh_xw ul li .xw_top a:hover  img {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.xh_xw ul li .xw_down{background-color: #fff; padding: 30px;border-radius: 0 0 20px 20px;}
.xh_xw ul li .xw_down span{font-size: 16px; color: #949494; font-family: "Arial"; display: block; margin-top: 10px;}
.xh_xw ul li .xw_down h3{height: 60px;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; margin: 20px 0 30px 0;}
.xh_xw ul li .xw_down h3 a{font-size: 16px; color: #4a4a4a; font-weight: bold; line-height: 30px;}
.xh_xw ul li .xw_down p a{font-size: 16px; color: #949494;display: block; margin-bottom: 10px;}
.xh_xw ul li .xw_down p a .iconfont {
    font-size: 16px;
    display: inline-block;
	    padding-left: 5px;
}
.xh_xw ul li .xw_down h3 a:hover,.xh_xw ul li .xw_down p a:hover{color: #0ba29a;}
.xw_gd{margin-top: 55px;}
.xh_xw .ec_b_1 a{margin: 0 auto;}

.footer-bg {background-color: #002134;}
.footer-bg .ftt{ margin: 65px 0 0 0;}
.footer-nav {
    float: left;
 width: calc(100% - 360px);
}
.footer-wx-wz {
    width: 290px;
    float: right;
}
.footer-nav a:hover{color: #0ba29a;}
.footer-nav dl{float: left; width: 20%;}
.footer-nav dl dt {padding-bottom: 42px; position: relative;}
.footer-nav dl dt:before {
    content: '';
    width: 60px;
    height: 2px;
    background-color: #c2c2c2;
    display: block;
    position: absolute;
    bottom: 21px;
}
.footer-nav dl dt a{font-size: 16px; color: #fafcfa;font-weight: bold;}
.footer-nav dl dd{padding-bottom: 10px;}
.footer-nav dl dd a{ color: #c7ccca; font-size: 14px;}


.g_fttitle, .g_fttitle a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 15px;
}
.g_ftaddfl {
    width: 18px;
    line-height: 28px;
}
.g_ftaddfl img {
    width: 100%;
}
.g_ftaddfr {
    width: calc(100% - 18px);
    padding-left: 12px;
}
.g_ftaddfr p {
    color: #c7ccca;
    font-size: 15px;
    line-height:32px;
}

.site-copyright {
    line-height: 30px;
    color: #c7ccca;
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #243b48;
    position: relative;
	margin-top: 30px;
}

.sub-menus {
    width: 80px;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 999
}

.sub-menus .item {
    height: 105px;
    cursor: pointer;
    position: relative;
    transition: .3s;
    background: #0b318f;
  border-bottom: 1px solid #3b5bab;
  color: #fff;
      font-size: 14px;
      text-align: center;

}
.sub-menus .item p{
margin-top: -20px;
}
.sub-menus .item a:hover{color: #fff;}
.sub-menus .item.it1{  border-radius: 30px 0 0 0;}
.sub-menus .item.it3{  border-radius: 0 0 0 30px;border-bottom:0;}
.sub-menus .item:hover {
    background: #0ba29a
}

.sub-menus .telbox .tel {
    height: 50px;
    line-height: 50px;
    background: #0b7bda;
    font-family: medium;
    width: 182px;
    text-align: center;
    position: absolute;
    left: 52px;
    top: 0;
    color: #fff;
    font-size: 24px
}

.sub-menus .telbox:hover {
    transform: translateX(-184px)
}

.sub-menus .ic {
    width: 100%;
    height: 80px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 55;
    background-size: 800px
}

.sub-menus .ic1 {
    background: url('../images/t1.png') no-repeat center
}

.sub-menus .ic2 {
    background: url('../images/t2.png') no-repeat center
}


.sub-menus .ic4 {
    background: url('../images/t3.png') no-repeat center
}

.sub-menus .pop {
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(43px, -50%) scale(0);
    transition: .3s
}

.sub-menus .pop .inner {
    position: relative
}

.sub-menus .pop .inner::after {
    content: '';
    display: block;
    position: absolute;
    right: -20px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 10px solid #0ba29a;
    top: 50%;
    margin-top: -5px
}

.sub-menus .pop .info {
    background: #fff;
    padding: 26px 0;
    font-size: 16px
}

.sub-menus .pop .code-wrap {
    border: 10px solid #0ba29a;
    border-radius: 6px
}

.sub-menus .pop .code {
    width: 150px;
    max-width: none;
    height: 150px
}

.sub-menus .item:hover .pop {
    display: block;
    transform: translate(-95px, -50%) scale(1);
    opacity: 1;
    filter: alpha(opacity=100)
}

/* About US */
.basenav2{margin-top: -90px;}
.basenav2 .inner {
    background: #fff;
    
	box-shadow: 0 5px 5px rgba(0,0,0,.02);
	border-radius: 20px;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center
	
}
.basenav2 .inner.v4 .item{width: 25%;} 
.basenav2 .inner.v3 .item{width: 33.333%;}
.basenav2 .inner.v2 .item{width: 50%;}
.basenav2 .inner .item{
    height: 1.2rem;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
	border-left: 1px solid #e8e8e8;
	position: relative;
}
.basenav2 .inner .item:first-child{border: 0;}
.basenav2 .item .icon {
display: block;
    width: .34rem;
    height: .34rem;
    position: relative;
    overflow: hidden;
	margin: 0 auto 0.1rem;
}
.basenav2 .item .icon i {
    width: .34rem;
    height: .34rem;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}
.basenav2 .item span{font-size: .2rem; color: #464646; font-weight: bold;letter-spacing: 1.5px;}
.basenav2 .inner.v4 .item:hover,.basenav2 .inner.v4 .active {
   background-repeat: no-repeat;
   background-image: url('../images/dhbj4.png');
}
.basenav2 .inner.v3 .item:hover,.basenav2 .inner.v3 .active {
   background-repeat: no-repeat;
   background-image: url('../images/dhbj3.png');
}
.basenav2 .item:hover,.basenav2 .active {
   background-repeat: no-repeat;
   background-image: url('../images/dhbg.png');
	  background-position: right;
	  background-repeat: no-repeat;
	  background-size: cover;
}

.basenav2 .item:first-child:hover,.basenav2 .item:first-child.active {
   border-radius: 15px 0 0 15px;
}
.basenav2 .item:last-child:hover,.basenav2 .item:last-child.active {
   border-radius: 0 15px 15px 0;
}

.basenav2 .item:hover span,.basenav2 .active span {
    color: #fff
}
.basenav2 .item .icon em i.hdd {
	display: none;
}
.basenav2 .item:hover em i.hdd,.basenav2 .active em i.hdd {
	display: block;
}
.basenav2 .item:hover em i.hsw,.basenav2 .active em i.hsw {
	display: none;
	}	
.abus{ margin-top: 60px;}
.abus_1 p{font-size: 16px; line-height: 36px; color: #030304; padding-right: 55px; text-align: justify; margin-bottom: 20px; text-indent: 2em;}
.abus_1 b,.abus_1 p strong{color: #0b318f;font-size: 18px;}
.abus_cq{margin-top: 40px;}
.abus_cq h3{font-size: 36px; color: #242424; font-weight: bold; text-align: center;}

.ec_pro{margin-top: 55px;}
.ec_pro .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
	
}

.ec_pro .swiper-container-no-flexbox .swiper-slide {
    float: left
}

.ec_pro .swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.ec_pro .swiper-wrapper {
    position: relative;
    width: 10%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.ec_pro .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.ec_pro .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 50%;
    height: 100%;
    position: relative;
    padding: 0;
}

.ec_pro .swiper-button-next,.ec_pro .swiper-button-prev {
    position: absolute;
    top: 50%;

    cursor:pointer;
}


.ec_pro .banner-box .swiper-slide a{ display: block;}
.ec_pro .banner-box .swiper-slide a p{font-size: 16px; color: #030304; height: 60px;line-height: 60px;text-align: center; display: block; padding: 0 10px;}
.ec_pro .banner-box {
    width: 100%;
}

.ec_pro .swiper-container {
    width: 100%;
    margin:0;
}


.ec_pro .swiper-slide img {
    width: 100%;
    display: block;
}


.ec_pro .swiper-button-prev {
    left:0;
color: #fff;
background-image: url(../images/z_left.png);
width: 45px;
height: 45px;
background-size: 45px 45px;
margin-top: -50px;
}

.ec_pro .swiper-button-prev:hover{ color: #0ba29a;}
.ec_pro .swiper-button-next {
   right:0;
color: #fff;
background-image: url(../images/z_right.png);
width: 45px;
height: 45px;
background-size: 45px 45px;
margin-top: -50px;
}
.ec_pro .swiper-button-next:hover{ color: #0ba29a;}

.ec_pro .banner-box .swiper-slide a span{ display: block;border-radius: 15px; position: relative;}

.ec_pro .banner-box .swiper-slide a img{transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;height: 279px;object-fit: cover;
    width: 100%;}
.ec_pro .banner-box .swiper-slide  a:hover img {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.ec_pro .banner-box .swiper-slide a span em{display: none;}
.ec_pro .banner-box .swiper-slide a:hover span em{display:block;position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.5);background-image:url(../images/fd.png);background-position:center center;background-repeat:no-repeat; transition:ease .5s;-webkit-transition:ease .5s;}
.ab_video{margin-top: 30px;}
.ab_video a{ display: block; position: relative;    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
	text-align: center;
    cursor: pointer;}
.ab_video a p{font-size: 16px; color: #fff; padding-top: 10px;}	
.abus_ry{margin-top: 80px;}
.abus_ry h3 {
    font-size: 36px;
    color: #242424;
    font-weight: bold;
    text-align: center;
}
.abus_ry h4{font-size: 16px; margin-top: 40px;
    color: #030304;
    text-align: center;} 
.abus_ry h4 b{font-size: 18px;color: #0b318f;}	
.DHonor_title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.DHonor_title .DHonor_title_right a{ display:inline-block; line-height:48px; padding:0px 20px;  border-radius:5px; font-size:16px; color:#161616; margin:0 15px; font-weight: bold;background-color: #f3f3f3;}
.DHonor_title .DHonor_title_right a.on{ background:#0ba29a; color:#fff;}
.DHonor_title .DHonor_title_right a:hover{ background:#0ba29a; color:#fff;}
.Applications{ margin-top: 60px;}


.Applications .swiper-container .swiper-slide{ transform: scale(.6);  transition: all 0.5s ease; -webkit-transform: all 0.5s ease; display:flex; align-items:center; justify-content:center; border-radius:10px; -webkit-perspective: 400; -moz-perspective: 400; float: left;}

.Applications .swiper-container .swiper-slide img{ width:100%;  object-fit:cover; border-radius:10px; -webkit-transform-style: preserve-3d;  -moz-transform-style: preserve-3d; 
}
.Applications .swiper-container .swiper-slide.swiper-slide-active{  transition: all 0.5s ease; -webkit-transform: all 0.5s ease;    transform: scale(1);}
.Applications .swiper-container .swiper-slide.swiper-slide-prev img{-webkit-transform: rotateY(-345deg); -moz-transform: rotateY(-345deg);transform: rotateY(-345deg); }
.Applications .swiper-container .swiper-slide.swiper-slide-next img{-webkit-transform: rotateY(345deg); -moz-transform: rotateY(345deg);transform: rotateY(345deg);}
.Applications .swiper-container .swiper-slide p{font-size: 16px; color: #262626;text-align: center; padding-top: 10px;display: none;}
.Applications .swiper-container .swiper-slide.swiper-slide-active,.Applications .swiper-container .swiper-slide.swiper-slide-active p{ display: block;}
.Applications .Applications_bottom{ display:flex; align-items:center; justify-content:center; margin-top:40px;}

.Applications .Applications_bottom .swiper-button-next,.Applications .Applications_bottom .swiper-button-prev{ width:50px; height:50px; border-radius:100%; top:0; margin-top:0px; position:relative; border:1px solid #0ba29a; left:0; right:0;}

.Applications .Applications_bottom .swiper-button-next:after,.Applications .Applications_bottom .swiper-button-prev:after{ font-size: 30px;
    text-align: center;
    display: block;
    width: 50px;
    height: 50px;color:#0ba29a;}

.Applications .Applications_bottom .swiper-button-prev{ margin-right:20px;}


.Applications .swiper-button-prev:after,.Applications .swiper-container-rtl .swiper-button-next:after {
    content: '<';
}

.Applications .swiper-button-next:after,.Applications .swiper-container-rtl .swiper-button-prev:after {
    content: '>';
}
.Applications .swiper-button-prev, .Applications .swiper-container-rtl .swiper-button-next{background-image: none;}
.Applications .swiper-button-next, .Applications .swiper-container-rtl .swiper-button-prev{background-image: none;}
.Applications .Applications_bottom .swiper-button-prev:hover,.Applications .Applications_bottom .swiper-button-next:hover{background-color: #0ba29a; color: #fff;}
.Applications .Applications_bottom .swiper-button-next:hover:after, .Applications .Applications_bottom .swiper-button-prev:hover:after {
color: #fff;
}
.fieldlist{margin-top: 85px;}
.fieldlist .field-box ul{width: 100%;}
.fieldlist .field-box ul li{width: 100%;display: flex;justify-content: space-around;}
.fieldlist .field-box ul li .field-img{width: 27.5%;}
.fieldlist .field-box ul li .field-txt{width: 72.5%;}
.fieldlist .field-box ul li .field-img a{ display: block;border-radius: 8px;}
.fieldlist .field-box ul li .field-img img{width: 100%;transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;}
.fieldlist .field-box ul li .field-img a:hover img {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}	
.fieldlist .field-box ul li .field-txt{padding: 60px 0 0 60px;}
.fieldlist .field-box ul li:nth-child(2n) .field-txt{padding: 50px 50px 0 0;}
.fieldlist .field-box ul li .field-txt h1{font-size: 24px;margin-bottom: 30px;color: #0ba29a; font-weight: bold;}
.fieldlist .field-box ul li .field-txt p{font-size: 16px;line-height: 30px;color: #313131; margin-bottom: 10px;}

.fieldlist .ec_b_1 a {

    margin-top: 30px;
}

.abus_his{margin-top: 65px;}
.ab_hs{position: relative;padding-bottom: 40px;}
.ab_hs:before {
	content: '';
   background-image: url(../images/xian.png);
   background-repeat:repeat;
   height: 8px;
   width: 100%;
    position: absolute;
    bottom: 0;
}
.ab_hs  ul{
    width: 100%;
    display: flex;
    justify-content: space-around;
	text-align: center;
}
.ab_hs  ul li{cursor: pointer; position: relative;}
.ab_hs  ul li h3{font-size: 30px; color: #ababab; font-family: 'Impact';}
.ab_hs  ul li p{font-size: 18px; color: #ababab; padding-top: 2px; font-weight: 500;}
.ab_hs  ul li:hover h3,.ab_hs  ul li.active h3{color: #0551a7;}
.ab_hs  ul li:hover p,.ab_hs  ul li.active p{color: #3b3b3b;}
.ab_hs  ul li:hover:after,.ab_hs  ul li.active:after{content: '';
   background-image: url(../images/dian.png);
   background-repeat:repeat;
   height: 23px;
   width: 23px;
    position: absolute;
    bottom:-30px;
	left: 50%;
	transform:translateX(-50%);-webkit-transform:translateX(-50%);
}
.ab_yw{margin-top: 40px;text-align: center;} 

.pin_pai{
    padding-top: 50px;
}
.m-z-swiper{
    position: relative;
}
.m-z-p-b{
    margin: 0 auto;
    position: relative;
    bottom: -20px;
	left: 0;
}
.swiper-pagination.m-z-p{
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.pin_pai .swiper-slide{
    background-image: url(../images/jiao.png); height: 457px;background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;}
.pin_pai .swiper-slide .ab_tr{padding:70px 40px;}	
.pin_pai .swiper-slide .ab_tr h3{font-size: 48px; color: #0551a7; font-family: 'Impact'; padding-bottom: 10px;}
.pin_pai .swiper-slide .ab_tr p{font-size: 20px; color: #000; line-height: 30px;}
.swiper-pagination-progress .swiper-pagination-progressbar {
    background-color: #0857aa;
    height: 2px;
    top: 0;
}

.swiper-pagination-progress{
    background: #d7e2e6;
}
.pin_pai .swiper-slide:nth-child(2n) {
margin-top: 50px;
}
.ab_tor{background-image: url(../images/fzbj.png); background-repeat: no-repeat;
 
    background-position: center -80px;
    position: relative;}
.list-wrap2{display: none;}
.list-wrap2.active{display: block;}
.abus_1 .bang{padding-top: 20%;}
.abus_1 .bang p{font-size: 20px; color: #030304; line-height: 48px;}
.abus_1 .bang b,.abus_1 .bang p strong {
    color:#0ba29a;
    font-size: 24px;
}
.bangs {font-size: 16px; color: #030304;line-height: 32px;min-height: 500px;margin-bottom: 150px;}

.xh_zp {min-height: 500px;}



.recuite-list li {
border-bottom: 1px solid #d3e0e6;
}
.recuite-tops {
  position: relative;
  z-index: 3;
  height:90px;
  line-height: 90px;
  overflow: hidden;
  transition: 0.45s;
  cursor: pointer;
}



.recuite-tops.active b:after,
.recuite-tops:hover b:after {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}
.recuite-tops span {
  display: block;
  float: left;
  color: #3b3b3b;
  font-size: 18px;
  transition: 0.4s;
  letter-spacing: 1px;
}
.recuite-tops.ctt{background-color: #0ba29a; height: 60px;}

.recuite-tops.ctt span {
	color: #fff;
	font-size: 15px;
	height: 60px;
	line-height: 60px;
}
.recuite-tops span {
  width: 15%;
  text-align: center;
}
.recuite-tops span:first-child{width: 25%;}



.recuite-texts {
  padding:50px 60px 80px 60px;
  background: #fff;
  display: none;
  border: 0;
}
.recuite-texts p {
  color: #3b3b3b;
  font-size: 16px;
  line-height: 2;
}
.recuite-texts a {
  display: inline-block;
  color: #0ba29a;
  font-size: 16px;
}

.jian{ display: none;}
.recuite-list .active .jian{ display: inline-block;}
.recuite-list .active .jia{ display: none;}

.abcs{margin-top: 35px;}
.ab_t{background-color: #fff; padding: 50px; text-align: center;border-radius: 15px; min-height: 460px;}
.ab_t h3{font-size: 20px; color: #3b3b3b; font-weight: bold; margin: 25px 0; letter-spacing: 1px;}
.ab_t  p{font-size: 16px; color: #3b3b3b; line-height: 30px;}
.ab_t  p img{height: 180px;}
.c_left p{text-align: left;}
.dao a {
	margin: 0 auto;
    width: 190px;
    height: 56px;
    border-radius: 50px;
    display: block;
    line-height: 56px;
    text-align: center;
    color: #0ba29a;
    font-size: 16px;
    margin-top: 40px;
    background-color: #fff;
    font-weight: bold;
	letter-spacing: 1px;
 box-shadow:0 0 10px rgba(238,238,238,0.9);
}
.dao a .icon-daohang{font-size: 20px;}

.dao a:hover{background-color:#0ba29a ; color: #fff;}
#map {
    width: 100%;
    height: 450px;
	margin-top: 10px;
	border-radius: 15px;
}


.ab_feed .layui-input{
    height:40px;
    line-height: 40px;
	font-size: 16px;
	color: #7c7c7c;
	padding-left: 20px;

}
.ab_feed .rea{margin-top: 5px;}
.ab_feed textarea{
    height:100px;
	font-size: 16px;
	color: #7c7c7c;
	padding: 20px;
}
.xh_an{margin: 0 auto; text-align: center;}
.xh_an .layui-btn{height: 40px; line-height: 40px; font-size: 16px; margin-top: 20px;padding: 0 50px;}
.xh_an .layui-btn-normal{background-color: #0ba29a;}

.xh_ntop{min-height: 500px;}
.xh_ntop ul li a{display: block; padding: 20px; border-radius: 15px; background-color: #fff;}
.xh_ntop ul li a:hover {
    background: #fff;
	box-shadow: 0 0 22px rgba(0,0,0,.12);
}
.x_h_ntop_1 {
    display: flex;
	    align-items: center;
}
.x_h_n_l{width: 80%; padding: 0 35px 0 10px; overflow: hidden;}
.nwg{display: flex;}
.nwg_1{background-color: #ebf5fb;color: #0ba29a; padding: 20px 29px; border-radius: 15px;width: 100px;}
.nwg_1 i{font-style: normal;font-size: 36px; display: block; line-height: 36px;}
.nwg_1 span{font-size: 15px; display: block; padding-top: 5px;}
.nwg_2{width: calc(100% - 100px);display: flex;}
.nwg_2 h3{font-size: 18px; color: #4a4a4a;font-weight: bold; padding-top: 10px;}
.nwg_2 p{font-size: 14px; color: #696969;line-height: 24px;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; margin-top: 10px;}
.xh_ntop ul li a:hover h3{color: #0ba29a;}	
	.nb_2 {
	    width: 100px;
	    height: 100px;
	    line-height: 100px;
	    text-align: center;
		padding-top: 10px;
		transition:all .5s;-webkit-transition:all .5s;
	}
.nb_1{width: calc(100% - 100px); padding-left: 26px;}

.xh_ntop ul li a:hover .nb_2 {
    transform: translateX(-5px);
	
}
.xh_ntop ul li .pics img{transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;	
	
}
.xh_ntop ul li a:hover  img {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.x_h_n_r {
width: 25%;
    overflow: hidden;
}	
.x_h_n_r span{display: block;}
.x_h_n_r img{height: 200px;
border-radius: 15px;
    object-fit: cover;
    width: 100%;}
.xh_ntop ul li{margin-bottom: 30px;}	
.show_news{background-color: #fff;border-radius: 15px; padding: 60px; min-height: 500px;}
.show_n_top h2{font-size: 32px;color: #393939;font-weight: bold; margin-bottom: 20px;}
.show_n_top span{font-size: 18px;color: #717171; display: block;}
.cpp_rights .show_n_top h2{font-size: 24px; margin-bottom: 10px;}
.show_n_top {
    border-bottom: 1px solid #dedede;
    padding-bottom: 60px;
    margin-bottom: 40px;
}
.show_n_top.cjj {
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.bdsharebuttonbox a{margin-right:11px;display:inline-block;width:30px;height:30px;padding:0px;margin-bottom:0px;margin-top:0px; cursor: pointer;}
.bdsharebuttonbox a:nth-child(1){background:url(../images/n1s.jpg) no-repeat 50% 100%;}
.bdsharebuttonbox a:nth-child(2){background:url(../images/n2s.jpg) no-repeat 50% 100%;}
.bdsharebuttonbox a:nth-child(3){background:url(../images/n3s.jpg) no-repeat 50% 100%;}
.bdsharebuttonbox a:last-child{margin-right:0px;}
.bsTop{width: auto!important;}
.show_center{font-size: 16px; color: #3b3b3b; line-height: 32px; margin-bottom: 60px;}
.show_center p{margin-bottom: 15px;}
.show_bottom ul li .cct{background-color: #f5f5f5; font-size: 16px;color: #7d7d7d; padding: 30px 20px;}

.ss{height: 120px; width: 100%; background-color: #fff;  box-shadow: 0 5px 5px rgba(0,0,0,.02); border-radius: 15px; line-height: 120px; position: relative;}
.ss .sea{padding:0 100px; font-size: 22px; color: #a8a8a8;letter-spacing: 1px; width: 100%;}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { 
color: #a8a8a8; 
} 
input:-moz-placeholder,textarea:-moz-placeholder { 
color: #a8a8a8; 
} 
input::-moz-placeholder,textarea::-moz-placeholder { 
color: #a8a8a8; 
} 
input:-ms-input-placeholder,textarea:-ms-input-placeholder { 
color: #a8a8a8; 
}
.ss .submit {
	position: absolute;
    width: 31px;
	height: 31px;
    background-image: url(../images/ss.png);
    background-repeat: no-repeat;
	cursor: pointer;
	left: 40px;
	top:50%;
	transform:translateY(-50%);-webkit-transform:translateY(-50%);
}
.abcp{margin-top: 50px;}
.xh_cpp{display: flex; min-height: 500px;}
.cpp_left{width: 27%; margin-right: 40px;}
.cpp_right,.cpp_rights{width: 73%;}
.cpp_left_1{background-color: #fff; padding:30px 40px 60px 40px; border-top: 6px solid #0b318f; border-radius: 8px 8px 15px 15px;}

.sidebar-nav>li>a{position: relative; display: block;width: 100%;line-height: 30px; font-size: 18px;color: #2e2e2e; font-weight: bold;    padding: 15px;}



.sidebar-nav>li>a b {position: absolute;top: 50%; right: 30px;transform:translateY(-50%);-webkit-transform:translateY(-50%);}

.sidebar-subnav li a:hover{color: #0b318f;}

.sidebar-nav li>a.act .jia{ display: block;transform: rotate(90deg);}
.sidebar-subnav li a{display: block;position: relative;}

/**/
.sidebar-subnav { display: none; transition: none;}
.sidebar-subnav li {font-size: 14px; cursor: pointer;}

.sidebar-subnav>li>a {display: block; padding: 0 10px 20px 30px;color: #2e2e2e;font-size: 16px;}

.sidebar-subnav>li>ul>li>a{padding-left: 45px;border-top: 1px solid #eee;border-top: none;}
.sidebar-subnav>li>ul>li>ul>li>a{padding-left: 60px;border-top: 1px solid #eee;border-top: none;}
.sidebar-nav > li{border-bottom: 1px solid #f1f1f1;}
.sidebar-subnav li:first-child {margin-top:10px;}
.sidebar-nav-active {display: block;}
.sidebar-nav-active .on{color: #0b318f;}

.cpp_bt{margin-top: 50px;}
.cpp_bt h3{font-size: 18px; color: #0b318f; font-weight: bold; margin-bottom: 15px;}
.cpp_bt p{font-size: 14px; color: #2e2e2e; line-height: 28px; padding-top: 10px;}
.cpp_cmy{display: flex;align-items: center;}
.cpp_right a,.cpp_right span{display: block;}
.cpp_right_1{width: 31%;overflow: hidden;}
.cpp_right_2{width: 69%;overflow: hidden;}
.cpp_right_1 span img{
    height: 191px;
    border-radius: 15px;
    object-fit: cover;
    width: 100%;
}
.cpp_right a{position: relative; overflow: hidden; margin-bottom: 50px;}
.cpp_right a::after{content: '';height: 1px;
    background-color: #e8e6f1;
    display: block;
    position: absolute;
    bottom: 0;
	width: 100%;
	    left: 10px;
	}
.cpp_cmc{margin-left: 40px; padding: 20px 0;}	
.cpp_cmc p{font-size: 16px;color: #2f2f2f; padding: 5px 0;}	
.cpp_cmc p.csano{font-weight: bold;color:#0b318f; font-size: 18px;}
.cpp_right a:hover {
   
	box-shadow: 0 0 22px rgba(0,0,0,.12);
	
	border-radius: 0 15px 15px 0;
}
.cpp_right a:hover img{border-radius: 0;transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;}

.cpp_right a:hover  img {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.uk-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.uk-grid-collapse, .uk-grid-column-collapse {
    margin-left: 0;
}
.uk-width-1-2\@s {
    width: 50%;
}
.other .uk-inline,
.other .uk-inline a {
	width: 100%;
}

.other .uk-inline a img {
	width: 100%;
}

.other .uk-inline .uk-position-center h3 {
	font-size: 32px;
	font-weight: 100;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
}

.other .uk-inline .uk-position-center p {
	margin-top: 0;
	font-size: 22px;
	font-weight: 100;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}

.other .uk-inline {
	overflow: hidden;
	position: relative;
}

.other .uk-inline a img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.other .uk-inline a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.other_more {
	width: 40px;
	height: 25px;
	background: #fff;
	text-align: center;
	line-height: 25px;
	color: #333;
	font-weight: bold;
	border-radius: 99px;
	margin: 0 auto;
	display: block;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.other .uk-inline a:hover .other_more {
	background: #0ba29a;
	color: #fff;
}
.uk-position-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: max-content;
    max-width: 100%;
    box-sizing: border-box;
	position: absolute;
}
.ipv{background-color:#000000;
filter: opacity(100%);
    height: 100%;
    left: 0;
    opacity: .2;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;}
.labt-img{position: relative;}
.ldsdbdyj {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	width: auto;
	border-bottom: 1px solid #f2f2f2;
	padding-left: 7.5%;
	border-radius:0 4px 4px 0;
}

.ldsdbdyj ul li {
	float: left;
}

.ldsdbdyj ul li:last-child {
	margin-right: 0;
}

.ldsdbdyj ul li a {
	display: block;
	padding: 30px 57px;
	color: #666666;
	position: relative;
}

.ldsdbdyj ul .cur{
	background: #0ba29a;
}

.ldsdbdyj ul .cur a {
	color: #ffffff;
}

.ldsdbdyj ul li:hover a:before {
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	height: 1px;
	bottom: 0px;
	background: #0ba29a;
}
.ldsdbdyj ul li:hover a{color:#0ba29a;}
.ldsdbdyj ul .cur a:hover{color: #fff;}
.zh16 {
    font-size: 16px;
}
.xg_d{margin-bottom: 80px;}

.Team{ background:#f9f9f9; height:auto; padding:85px 0px;}
.Culture_title{margin-bottom: 60px;}
.Team .Team_content .Team_content_list{padding:15px; background:#fff; margin-bottom:15px;cursor: pointer;transition: all 0.5s ease 0s;-webkit-transform: all 0.5s ease 0s;border-radius: 8px;}
.Team .Team_content .Team_content_list:last-child{ margin-bottom:0px;}

.Team .Team_content .Team_content_list .content_list_img img{ width:100%; border-radius:8px;}

.Team .Team_content .Team_content_list .content_list_txt .list_txt_title .txt_title_dd{ font-size:24px; color:#333333; font-weight: bold;}
.Team .Team_content .Team_content_list .content_list_txt .list_txt_title .txt_title_dt{ font-size:15px; color:#999999; margin-top:10px;}
.Team .Team_content .Team_content_list .content_list_txt .list_txt_bottom{ font-size:16px; line-height:30px; color:#666666; margin-top:20px;}
.content_list_txt{margin: 20px 0; text-align: center;}

.teamTcBoxTop{ width: 100%; display: flex; margin-bottom: 35px; align-items:flex-start;}
.teamTcBoxTop .teamTcBoxTopImg{ width: 220px; margin-right:50px; flex-shrink: 0; background: #d0e1ee; }
.teamTcBoxTop .teamTcBoxTopText{ display: flex; flex-direction: column; justify-content: center; width: 100%; padding-top:15px;}

.teamTcBoxTop .teamTcBoxTopText .teamTcBoxToptitle{ color:#efefef; font-size:50px; margin-bottom:20px;}
.teamTcBoxTop .teamTcBoxTopText .teamTcBoxTopName{ font-size: 24px; color:#156aa9; font-weight: bolder; margin-bottom: 10px; }
.teamTcBoxTop .teamTcBoxTopText .teamTcBoxTopXw{ font-size: 16px; color:#666666; }
.teamContent {
    font-size: 16px;
    color: #666666;
    line-height: 29px;
    text-align: justify;
}
.Culture_title .g_title h3 {
    font-size: 36px;
    line-height: 36px;
}
.Culture_title .g_title h4 {
    font-size: 18px;
    font-weight: normal;
}
.content_list_down {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    display: none;
    background: rgba(0,0,0,.5);
}
.Team_content{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;}
.Join2_content_list {
    max-width: 24%;
    width: 24%;
    flex: 0 0 24%;

    overflow: hidden;
    position: relative;
}	
.content_list_down .list_down_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content_list_down .list_down_bg .list_down_content {
    background: #fff;
    padding: 35px 45px;
    position: relative;
    max-width: 900px;
    border-radius: 10px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    filter: scale(0);
    filter: transform;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    opacity: 0;
}

.content_list_down .list_down_bg.on .list_down_content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    filter: scale(1);
    filter: transform;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    opacity: 1;
}

.content_list_down .list_down_bg .JoinDown_close {
    position: absolute;
    right:15px;
    top: 5px;
    cursor: pointer;
    font-size: 36px;
    color: #999;
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
}

.product-section{padding-bottom:100px;position:relative;background:url(../images/bg22.jpg) no-repeat;background-size:cover}
.product-title{padding:100px 10px 60px;font-weight:normal;font-size:36px;line-height:46px;color:#252b3a;text-align:center;color:#ffffff}
.product-wrapper{max-width:1200px;padding-left:10px;padding-right:10px;margin-left:auto;margin-right:auto;position:relative}
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}
.product-features .product-body{margin:0px 25px}
.product-features .product-body:after{content:"";width:100%;height:3px;background:url(../images/productBase-features-model.png) no-repeat;background-size:100% auto;background-position:center;position:absolute;top:50px;left:0;z-index:0}
/*li*/
.features-item{position:relative;float:left}
.features-slide .features-item>*{text-align:center}
.features-item h3{font-size:18px;line-height:28px;margin-bottom:50px;color:#ffffff;opacity:0.7;transition:all 0.1s}
.features-item i{position:absolute;width:75%;height:33px;background:url(../images/productBase-features-timeline.png) no-repeat;background-size:contain;background-position:right center;left:-25%;margin-left:10px;top:35px;z-index:3}
.features-item .features-info{display:block;margin:0 auto;padding:20px;transition:all 0.3s;border-radius:2px}
.features-item .features-info .features-info-i{font-size:14px;color:#A0A2A8;line-height:22px;margin-bottom:10px}
.features-item .features-info .features-info-s{font-size:16px;color:#FFFFFF;line-height:24px;overflow:hidden}
.features-item.dark i{background:url(../images/productBase-features-timeline-dark.png) no-repeat;background-size:contain;background-position:right center}
/*鼠标悬浮效果*/
.features-item:hover h3{font-size:22px;line-height:28px;opacity:0.9}
.features-item:hover i{width:75%;margin-left:13px;background:url(../images/productBase-features-timeline-hover.png) no-repeat;background-size:contain;background-position:right center}
.features-item:hover a{background:url(../images/productBase-features-info.png) no-repeat;background-size:100% 100%}
/*左右按钮*/
.product-features .swiper-button-prev{width:30px;height:40%;left:-15px;top:60%;background:none}
.product-features .swiper-button-prev:after{content:"";display:inline-block;position:absolute;width:15px;height:30px;background:url(../images/productBase-features-left.png) no-repeat;background-size:100% 100%;top:50%;margin-top:-15px;left:50%;margin-left:-7px}
.product-features .swiper-button-next{width:30px;height:40%;right:-15px;top:60%;background:none}
.product-features .swiper-button-next:after{content:"";display:inline-block;position:absolute;width:15px;height:30px;background:url(../images/productBase-features-right.png) no-repeat;background-size:100% 100%;top:50%;margin-top:-15px;left:50%;margin-left:-7px}
.Team.Culture_s{background-color: #fff;}

.company .h4{font-size: 18px;color: #555555;margin-top: 30px;margin-bottom: 10px; font-weight: bold;}
.company .h4 span{color:#0ba29a;margin-right: 20px; font-size: 20px;margin-left: 10px;}
.company p{line-height: 30px;font-size: 16px;color: #555555; margin-bottom: 10px;}
.company .company_info{margin-bottom:3%}
.company .h4 img{height: 23px;margin-top: -8px;}
.company .h4 i{font-style: normal;}
.gry{background-color: #f7f5ff;}
.abcs_s{padding: 80px 0;}

.Platform .Platform_list_li {
    margin-bottom: 45px;
    display: inline-block;
    width: 33.33%;
    padding: 0px 24px;
}

.Platform .Platform_list_li a {
    display: inline-block;
    width: 100%;
}

.Platform .Platform_list_li .list_li_img {
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.Platform .Platform_list_li .list_li_img img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    filter: scale(1);
    filter: transform;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.Platform .Platform_list_li:hover .list_li_img img {
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    filter: scale(1.12);
    filter: transform;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.Platform .Platform_list_li .list_li_title {
    font-size: 28px;
    color: #111111;
    letter-spacing: -0px;
    line-height: 40px;
    margin-top: 20px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.Platform .Platform_list_li:hover .list_li_img {
    box-shadow: 0px 0px 38px rgba(0,0,0,.1);
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.Platform .Platform_list_li:hover .list_li_title {
    color: #fd7322;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}
.kb_his{background: url(../images/fz.png) bottom center no-repeat; height: 730px;}


.Development:before{ content:""; display:inline-block; width:100%; left:0; bottom:24px; height:1px; background:#c1c1c1; position:absolute;}

.Development .Honor_title{ margin-bottom:0px;}

.Development .Development_content .Development_content_top{ margin:30px 0;}

.Development .Development_content .Development_content_top .content_top_list{ display:flex; align-items:center; justify-content:space-between; overflow:hidden;}

.Development .Development_content .Development_content_top .content_top_list .top_list_left{ width:60%;}

.Development .Development_content .Development_content_top .content_top_list .top_list_left .list_left_dd{ font-size:60px;color: #E2E2E2; margin-bottom:20px; font-weight: bold;}

.Development .Development_content .Development_content_top .content_top_list .top_list_left .list_left_dt{overflow:auto;}


.Development .Development_content .Development_content_top .content_top_list .top_list_left .list_left_dt .left_dt_li{ display:flex; justify-content:space-between; margin-bottom:30px;}

.Development .Development_content .Development_content_top .content_top_list .top_list_left .list_left_dt .left_dt_li:last-child{ margin-bottom:0px;}

.Development .Development_content .Development_content_top .content_top_list .top_list_left .list_left_dt .left_dt_li .dt_li_time{ font-size:16px; color:#00833c; width:65px;}

.Development .Development_content .Development_content_top .content_top_list .top_list_left .list_left_dt .left_dt_li .dt_li_txt{ font-size:18px; color:#333333;width:100%;line-height: 32px;max-height: 198px;
    overflow: auto;
    padding-right: 25px;}

.Development .Development_content .Development_content_top .content_top_list .top_list_right{ width:33.5%;}

.Development .Development_content .Development_content_top .content_top_list .top_list_right .list_right_dd{ border-radius:5px; overflow:hidden; overflow:hidden;text-align: center;}

.Development .Development_content .Development_content_top .content_top_list .top_list_right .list_right_dd img{ max-width:100%;max-height: 360px;
    object-fit: cover;
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
           filter: scale(1);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s;
}
.Development .Development_content .Development_content_top .content_top_list .top_list_right .list_right_dd:hover img{
-webkit-transform: scale(1.15);
   -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
     -o-transform: scale(1.15);
           filter: scale(1.15);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s;
}

.Development .Development_content .Development_content_top .content_top_list .top_list_right .list_right_dt{ font-size:16px; color:#333333; text-align:center; margin-top:40px;}

.Development .Development_content .Development_content_bottom{ position:relative;}

.Development .Development_content .Development_content_bottom .swiper-button-next,.Development .Development_content .Development_content_bottom .swiper-button-prev{  top:79%;  opacity:1;}



.Development .Development_content .Development_content_bottom .swiper-button-next{ right:-53px;background-image: url(../images/ico_r.png);width: 38px;
height: 38px;
background-size:38px 38px;}

.Development .Development_content .Development_content_bottom .swiper-button-prev{ left:-53px;background-image: url(../images/ico_l.png);width: 38px;
height: 38px;
background-size:38px 38px;}



.Development .Development_content .Development_content_bottom .content_bottom_list{ cursor:pointer;}

.Development .Development_content .Development_content_bottom .content_bottom_list .bottom_list_dd{ font-size:38px; color:rgba(51,51,51,.3); text-align:center; margin-bottom:10px;font-family: 'Bahnschrift';}

.Development .Development_content .Development_content_bottom .content_bottom_list .bottom_list_dt{ background:rgba(255,255,255,0); border-radius:100%; width:50px; height:50px; display:flex; align-items:center; justify-content:center; margin:0 auto; transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}

.Development .Development_content .Development_content_bottom .content_bottom_list .bottom_list_dt span{ width:9px; height:9px; border-radius:100%; background:#c1c1c1; margin:0 auto; border:3px solid rgba(255,255,255,0); transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}

.Development .Development_content .Development_content_bottom .content_bottom_list.swiper-slide-thumb-active .bottom_list_dd{ color:#0ba29a;}

.Development .Development_content .Development_content_bottom .content_bottom_list.swiper-slide-thumb-active .bottom_list_dt{ background:rgba(255,255,255,1); transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}

.Development .Development_content .Development_content_bottom .content_bottom_list.swiper-slide-thumb-active .bottom_list_dt span{ border:3px solid #0ba29a; background:#fff; transition: all 0.5s ease; -webkit-transform: all 0.5s ease; width:15px; height:15px;}
.list-wrap{display: none;}
.list-wrap.active{display: block;}
.inner_con_scjd{
    margin-top: 37px;
    overflow: hidden;
}
.iscjd{
    width: 100%;
    background-color: #0ba29a;
    color: #fff;
    padding:45px 20px;
    overflow: hidden;
    font-size: 24px;
    text-align: center;
    position: relative;
}
.iscjd p:after{
    content: '';
    display: block;
    width: 46px;
    height: 5px;
    background-color: #fff;
    margin: 30px auto 0 auto;
}
.rdView {
    padding-top: 1px;
}

.rdBox {
    display: flex;
    align-items: stretch;
    justify-content: space-between;

    overflow: hidden;
    position: relative;
}

.rdBox:first-child {
    margin-top: 0;
}

.rdTit {
    width: 100%;
    padding: 20px;
    height: 100%;
    left: 0;
    top: 50%;
    z-index: 20;
    border-bottom: 1px solid rgba(139, 143, 146, 0.14);
}

.rdBody {
    position: relative;
    border: 1px solid rgba(139, 143, 146, 0.14);
    border-top: none;
    border-bottom: none;
}

/* .rdBox:last-child .rdBody {
    border-bottom: 1px solid rgba(139, 143, 146, 0.14);
} */

.rdTit label {
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 1.2;
    /* transform: rotate(270deg); */
}

.rdTab {
    /* width: calc(100% - 60px); */
    width: 100%;
}

.rdRow {
    position: relative;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.rdRow:nth-child(2n) {
    background: #f2f2f2;
}

.rdLine {
    position: absolute;
    top: 0;
    right: 0;
    width:70%;
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.rdLine i {
    display: block;
    width: 25%;
    height: 100%;
    border-left: 1px solid rgba(139, 143, 146, 0.14);
    padding: 10px;
}

.rdCol {
    position: relative;
    z-index: 3;
    padding: 14px 0;
}

.rdCol.w30 {
    width: 20%;
    padding-left: 18px;
    padding-right: 18px;
    text-align: left;
    border-bottom: 1px solid rgba(139, 143, 146, 0.14);
}

.rdCol.w10 {
    width: 15%;
    display: flex;
    align-items: center;
   justify-content: center; 
    padding: 18px 8px;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.rdBody .rdCol.w10 {
    border-bottom: 1px solid rgba(139, 143, 146, 0.14);
    border-left: 1px solid rgba(139, 143, 146, 0.14);
}

.rdBody .rdCol.w10 span {
    font-size: 14px;
    letter-spacing: 0;
}
.rdBody span:hover{ color: #022959;}

.rdCol.w10>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rdItem:first-child .rdCol.w30 {
    border-top: none;
}

.rdItem:first-child .rdCol.w70 {
    border-top: none;
}

.rdCol.w30>div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.rdCol.w70 {
    padding: 0;
    width: 70%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-bottom: 1px solid rgba(139, 143, 146, 0.14);
}

/* .rdBody .rdItem:last-child .rdCol {
    border-bottom: none;
} */


.rdHead {
    margin-top: -1px;
    background: #0ba29a;
}

.rdHead .rdCol.w70>div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 0;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.rdHead .rdCol>div {
    width: 100%;
    height: 100%;
}

.rdHead span {
    display: block;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.2;
    width: 100%;
    font-size: 15px;
}
.rdHead span.s2{
	display: none;
}
@media(max-width:680px) {
	
    .rdHead span.s2{
		display: block;
	}
	.rdHead span.s1{
		display: none;
	}
}


.rdHead .rdCol.w30 span {
    text-align: left;
}

.rdBody .rdCol.w70 {
    display: flex;
    align-items: center;
}

.rdBody span {
    /* text-transform: uppercase; */
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
	color: #333;
}

.rdBody b {
    display: none;
}

.rdCol p {
 
    color: #999;
    line-height: 1.4;
    font-size: 12px;
}

.rdCol svg {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 14px;
    height: 14px;
    transition: all 0.48s;
}


.rdItem.dh svg {
    animation: svgHandler 0.6s linear infinite alternate;
}

.rdItem.change svg {
    top: 16px;
    transform: rotate(180deg);
}

@keyframes svgHandler {
    0% {
        top: 10px;
    }

    100% {
        top: 20px;
    }
}

.pep2Col_mark {
    position: relative;
    border-top-right-radius: 38px;
    border-bottom-right-radius: 38px;
    height: 18px;
    width: 0%;
    transition: all 1s 1s;
}

.appear .pep2Col_mark {
    width: 100%;
}

.pep2Col_bg {
    /* overflow: hidden; */
    position: absolute;
    z-index: 7;
    top: 0;
    left: 0;
    height: 100%;
    transition: all 1s 1s;
 
    background-color: #B0CDE4;
    background-position: center;
    background-repeat: repeat-x;
    background-size: auto 100%;


}
.hide {
    display: none !important;
}
.pep2Col_bg::after {
    content: '';
    position: absolute;
    /* background-color: #B0CDE4; */
    border-bottom: 9px solid transparent;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #B0CDE4;
    right: -18px;
    top: 0px;
    transform: rotate(270deg);
}
.iarticle1{
    background: url("../images/article1bg.jpg") no-repeat center;
    background-size: 100% 100%;
    padding: 55px 0 62px 0;
    overflow: hidden;
    margin-top: 45px;
}
.article_title{
    text-align: center;
    line-height: 1;
    background: url("../images/title2.png") no-repeat bottom center;
    padding-bottom: 15px;
}
.article_title h3{
    font-size: 30px;
    font-weight: bold;
    color: #000;
}
.iarticle3 .article_title h3{
    color: #fff;
}
.article_title p{
    font-size: 20px;
    color: #959595;
    text-transform: uppercase;
    padding: 26px 0;
}
.iarticle1_con{
    margin: 45px 0 40px 0;
    overflow: hidden;
}
.iarticle1_con ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.iarticle1_con li{
    width: 25%;
    text-align: center;
    cursor: default;
    overflow: hidden;
    padding: 0 10px;
}
.iarticle1_con li h3{
    font-size: 18px;
    color: #252525;
    margin-bottom: 20px;
    line-height: 1;
}
.iarticle1_con li h3 span{
    font-size: 90px;
    color: #0ba29a;
    font-weight: bold;
    line-height: 1;
}
.iarticle1_con li p{
    color: #252525;
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
}

.iarticle1 .jiob_link{
    margin: 0;
}
.iarticle1 .jiob_link a{
    font-weight: normal;
}
.iarticle2{
    margin: 50px 0 40px 0;
    overflow: hidden;
}
.iarticle2 .swiper-container{
    width: 95%;
    margin: 0 auto;
}
.iarticle2 .container1{
    position: relative;
}
.iarticle2 .swiper-slide{
    display: initial;
}
.honors a{
    display:block;
    overflow: hidden;
    text-align: justify;
    position: relative;
    border: 1px solid #ececec;
}
.honor_img{
    padding: 9px;
}
.honor_img .pic:after{
    padding-bottom: 70.89%;
}
.honors a:hover .honor_img .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.honor_txt{
    border-top: 1px solid #ececec;
    padding: 25px 20px;
    overflow: hidden;
}
.honor_txt1{
    color: #000;
    margin-bottom: 12px;
}
.honor_txt2{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #ececec;
    margin-bottom: 15px;
    padding-bottom: 18px;
}
.honor_txt3{
    color: #000;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.iarticle2 .swiper-button-next, .iarticle2 .swiper-button-prev{
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    width: 33px;
    height: 33px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    transition: .5s;
    background: #d4d4d4 url("../images/pjt.png") no-repeat center;

}
.iarticle2 .swiper-button-prev:hover,.iarticle2 .swiper-button-next:hover{
    background: #0ba29a url("../images/pjt.png") no-repeat center;
}
.iarticle2 .swiper-button-prev{
    left: 0;
    right: auto;
}
.iarticle2 .swiper-button-next{
    right: 0;
    left: auto;
    transform:rotateY(180deg);
}

.iarticle3{
    background: url("../images/article4bg.jpg") no-repeat center;
    background-size: 100% 100%;
    padding: 45px 0 80px 0;
    overflow: hidden;
}

.iarticle3 .article_title p{
    color: #fff;
}
.iarticle3_con{
    margin: 75px 0 60px 0;
    overflow: hidden;
}
.iarticle3_con li{
    float: left;
    width: 50%;
    padding: 0 14px;
    margin-bottom: 26px;
    overflow: hidden;
}
.iarticle3_con li a{
    display: block;
}
.iarticle3_date{
    float: left;
    width: 120px;
    height: 120px;
    padding: 6px;
    background-color: #646464;
    color: #fff;
    line-height: 1;
}
.iarticle3_dates{
    border: 1px solid #0ba29a;
    height: 100%;
    padding: 25px 7px 0 7px;
	text-align: center;
}
.iarticle3_date p{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}
.iarticle3_date span{
    font-size: 18px;
}
.iarticle3_txt{
    margin-left: 126px;
    height: 120px;
    background-color: rgba(255,255,255,.25);
    padding: 50px 25px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jiob_link{
    text-align: center;
    margin: 35px 0 43px 0;
    overflow: hidden;
}
.jiob_link a{
    display: inline-block;
    padding: 0 20px;
    margin: 0 auto;
    line-height: 60px;
    text-align: center;
    background-color: #53bc66;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    transition: .5s;
}
.jiob_link a:hover{
    background-color: #17a130;
}
.pic{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pic:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.pic img{
    transition: .5s;
}
.middleCenter {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    max-width:100%;
    max-height:100%;
    display:block;
    vertical-align:middle;
    text-align:center;
    margin:auto
}

.about_d {margin: 85px 0;}

.about_d .about_d_a {
	padding-bottom: 100px;
	position: relative;
}

.about_d .about_d_a .box {
	background: #fff;
	position: relative;
}


.about_d .about_d_a .box .img {
	border-radius: 8px;
	overflow: hidden;
	padding: 0 60px;
}

.about_d .about_d_a .box .img img {
	width: 100%;
	border-radius: 8px;
	height: 180px;
	object-fit: cover;
}

.about_d .about_d_a .box .img .img_2 {
	display: none;
}

.about_d .about_d_a .box .text {
	padding-top: 26px;

}

.about_d .about_d_a .box .bt {
	font-size: 32px;
	color: #333333;
	padding: 0 60px;
}

.about_d .about_d_a .box .bt span {
	font-size: 28px;
	font-weight: initial;
}

.about_d .about_d_a .box .dian {
	position: relative;
	padding: 0 60px;
	margin-top: 24px;
}

.about_d .about_d_a .box .dian i {
	width: 21px;
	height: 21px;
	background: url(../images/about_d_dian.png) center center/cover;
	display: block;
	z-index: 3;
	position: relative;
}

.about_d .about_d_a .box .dian:before {
	width: 100%;
	position: absolute;
	height: 1px;
	top: 50%;
	left: 0;
	content: "";
	background: #dedede;
	z-index: 0;
}


.about_d .about_d_a .box .js {
	margin-top: 25px;
	color: #333333;
	line-height: 1.8;
	font-size: 20px;
	padding: 0 60px;
	    font-weight: bold;
}


.about_d .about_d_a .swiper-slide {
	background: #fff;
	overflow: hidden;
	border-radius: 8px;
}




.about_d .about_d_a .swiper-pagination {
	top: auto;
	bottom: 15px;
	left: 0;
	position: absolute;
	width: 90%;
	height: 2px;
}

.about_d .about_d_a .swiper-pagination-progress .swiper-pagination-progressbar {
	background: #0ba29a;
}
.hidden{overflow: hidden;}
.about_d .about_d_a .swiper-button-next:after,
.about_d .about_d_a .swiper-button-prev:after {
	opacity: 0;
}

.about_d .about_d_a .swiper-button-next,
.about_d_a .swiper-button-prev {
	width: 40px;
	height: 40px;
	top: auto;
	bottom: 0;
	transition: all .3s ease-in-out;
}

.about_d .about_d_a .swiper-button-prev {
	background: url(../images/about_d_left.png);
	background-position-x: center;
	background-position-y: center;
	background-size: 100% 100%;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
	z-index: 5;
	left: auto;
	right: 54px;
}

.about_d .about_d_a .swiper-button-prev:hover {
	background: url(../images/about_d_left2.png);
	background-position-x: center;
	background-position-y: center;
	background-size: 100% 100%;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
}

.about_d .about_d_a .swiper-button-next {
	background: url(../images/about_d_right.png);
	background-position-x: center;
	background-position-y: center;
	background-size: 100% 100%;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
	left: auto;
	right: 0;
}

.about_d .about_d_a .swiper-button-next:hover {
	background: url(../images/about_d_right2.png);
	background-position-x: center;
	background-position-y: center;
	background-size: 100% 100%;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
}
.iabout4_con li{
	cursor: pointer;
}
.iabout4_cons{
    display: block;
    position: relative;
}
.iabout4_txt{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0,0,0,.3);
    color: #fff;
    padding: 15px;
    transition: .5s;
}
.iabout4_txt h3{
    padding-top: 45%;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}
.iabout4_txt h3:after{
    content: '';
    display: block;
    width: 38px;
    height: 1px;
    background-color: #0ba29a;
    margin: 30px auto;
}
.iabout4_txt p{
    font-size: 16px;
}
.iabout4_txt span{
    position: absolute;
    top: 35px;
    right: 35px;
    transition: .5s;
}
.iabout4_cons:hover .iabout4_txt{
    background-color: rgba(11,162,154,.8);
}
.iabout4_cons:hover .iabout4_txt span{
    transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}
.iabout2_con_b_info {

    padding: 40px;
    box-sizing: border-box;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}
.iabout2_con_b_info h5 {
font-size:24px;
font-weight: bold;
margin-bottom: 20px;
}
.iabout2_con_b_info p {
    font-size:16px;
line-height: 30px;
margin-bottom:15px;
}
.iabout4_cons .tp img{width: 100%;}

.nyfont-60 {
    font-size: 60px;
}
.shiji_a .btm{
	margin-top: 90px;
	position: relative;
	padding-bottom: 50px;
}
.shiji_a .btm .ul{overflow: hidden;}
.shiji_a .btm:before{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	height: 100%;
	width: 1px;
	content: "";
	background: #e5f0f7;
}
.shiji_a .btm .ul li{
	margin-bottom: 20px;
	position: relative;
}

.shiji_a .btm .ul li .i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 40px;
	height: 40px;
	border-radius: 100%;
	transition: all 0.3s;
	border: 5px solid #e3ecf3;
}

.shiji_a .btm .ul li .i:before{
	width: 23px;
	height: 23px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border: 3px solid #e3ecf3;
	content: "";
	transition: all 0.3s;
	border-radius: 100%;
}
.shiji_a .btm .ul li .i:after{
	width: 10px;
	height: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: #e3ecf3;
	content: "";
	border-radius: 100%;
	transition: all 0.3s;
}

.shiji_a .btm .ul li:last-child{margin-bottom: 0;}
.shiji_a .btm .ul li .left{
	width: 44.1%;
	/*position: absolute;*/
	/*left: 0;*/
	/*top: 50%;*/
	/*transform: translateY(-50%);*/
	float: left;
	padding: 40px 10px 0;

}
.shiji_a .btm .ul li.li2 .left{
	text-align: right;
}
.shiji_a .btm .ul li .left .bt{
	color: #333333;
	line-height: 1;
	font-weight: bold;
	transition: all 0.3s;
}

.shiji_a .btm .ul li .left .nr_box{
	margin-top: 20px;
	max-height: 176px;
	overflow: auto;
	padding-right: 6px;
}


.shiji_a .btm .ul li .left .nr_box::-webkit-scrollbar{
	width: 2px;
	
}
.shiji_a .btm .ul li .left .nr_box::-webkit-scrollbar-track{
	background: #ccc;
	width: 2px;
}

.shiji_a .btm .ul li .left .nr_box::-webkit-scrollbar-track-piece{
	width: 2px;
} 
.shiji_a .btm .ul li .left .nr_box::-webkit-scrollbar-thumb{
	    background: #2687be;
			border: 5px;
		
}
.shiji_a .btm .ul li .left .nr_boxi::-webkit-scrollbar-button{
	display: none;
}
.shiji_a .btm .ul li .left .nr_box .nr{
	margin-bottom: 10px;
}
.shiji_a .btm .ul li .left .nr_box .nr:last-child{margin-bottom: 0;}
.shiji_a .btm .ul li .left .nr_box .biaoti{
	font-weight: bold;
	color: #333333;
}
.shiji_a .btm .ul li .left .nr_box .biaoti,
.shiji_a .btm .ul li .left .nr_box .js{
	padding-left: 16px;
	position: relative;
	line-height: 1.8;
}
.shiji_a .btm .ul li .left .nr_box .biaoti:before{
	width: 6px;
	height: 6px;
	background: #c0d1de;
	border-radius: 100%;
	position: absolute;
	content: "";
	left: 0;
	top: 12px;
}
.shiji_a .btm .ul li .right{
	width: 44.1%;
}

.shiji_a .btm .ul li .right .right_box .swiper-pagination { padding: 0 20px; text-align: right; }
.shiji_a .btm .ul li .right .right_box .swiper-pagination .swiper-pagination-bullet { background: none; border: 1px solid rgba(255,255,255,0.6); opacity: 1; }
.shiji_a .btm .ul li .right .right_box .swiper-pagination .swiper-pagination-bullet-active { background: #fff; border: 1px solid rgba(255,255,255,1); }



.relative {
    position: relative;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}

.shiji_a .btm .ul li.li1 .left{
	/*left: auto;*/
	/*right: 0;*/
	float: right;
}

.shiji_a .btm .ul li.li1 .right{
	float: left;
}
.shiji_a .btm .ul li.li1 .right .img{
	overflow: hidden;
}
.img100 img {
    line-height: 0;
    width: 100%;
	border-radius: 8px;
}
.left{float: left;} 
.right{float: right;}

.shiji_a .btm .ul li:hover .left .bt{
	color: #0ba29a;
}
.shiji_a .btm .ul li:hover .i{
	border-color: #0ba29a;
}

.shiji_a .btm .ul li:hover .i:before{
	border-color:  #0ba29a;
}
.shiji_a .btm .ul li:hover .i:after{
	background: #0ba29a
}
.nyfont-18 {
    font-size: 18px;
}

.iabout3_con{
    margin-top: 43px;
}
.iabout3_con ul{
    position: relative;
    overflow: hidden;
    padding-top: 105px;
}
.iabout3_con ul:before{
    content: '';
    display: block;
    width: 54px;
    height: 54px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    background: url("../images/ul.png") no-repeat center;
}
.iabout3_con ul:after{
    content: '';
    display: block;
    width: 3px;
    height: 92%;
    background-color: #4cad5d;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0)
}
.iabout3_con li{
    margin-bottom: 45px;
    overflow: hidden;
    background: url("../images/pli.png") no-repeat center 30px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.iabout3_con li:last-child{
    margin-bottom: 0;
}
.iabout3_con li:nth-child(odd) .iabout3_img{
    float: left;
    padding-right: 20px;
}
.iabout3_con li:nth-child(odd) .iabout3_txt{
    float: right;
}
.iabout3_con li:nth-child(even) .iabout3_img{
    float: right;
	padding-left: 20px;
}
.iabout3_con li:nth-child(even) .iabout3_txt{
    float: left;
    padding-right: 20px;
}
.iabout3_img{
    width: 48%;
}
.iabout3_img .pic{
    width: 153px;
    height: 153px;
    border: 13px solid #d2e6d6;
    border-radius: 180px;
    transition: .5s;
}
.iabout3_con li:nth-child(odd) .iabout3_img .pic{
    margin: 0 0 0 auto;
}
.iabout3_con li:nth-child(even) .iabout3_img .pic{
    margin: 0 auto 0 0;
}
.iabout3_txt{
    width: 48%;
    text-align: left;
}
.iabout3_con li:nth-child(odd) .iabout3_txt{
    text-align: left;
	padding-left: 20px;
}
.iabout3_con li:nth-child(even) .iabout3_txt{
    text-align: right;
}
.iabout3_txt1{
    font-size: 32px;
    color: #4cad5d;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
    transition: .5s;
}
.iabout3_txt2{
    font-size: 20px;
    color: #434343;
	line-height: 32px;
}
.iabout3_txt2 p{margin-bottom: 5px;}
.iabout3_con li:hover{
    background: url("../images/pli_h.png") no-repeat center 30px;
}
.iabout3_con li:hover .iabout3_img .pic{
    border: 13px solid #cde4e4;
}
.iabout3_con li:hover .iabout3_img .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iabout3_con li:hover .iabout3_txt1{
    color: #0ba29a;
}
.table-responsive{text-align: center;}
.table-responsive .layui-table td, .table-responsive .layui-table th{padding: 20px 15px; text-align: center;
    min-height: 60px;
    line-height: 30px;
    font-size: 16px;font-weight: bold;}
.table-responsive .center_w{background: #0ba29a!important;color: #fff;}	
.ipatentsj {display:none;text-align: center;margin-top: 20px;color: #0ba29a;font-size: 16px;}