* {
margin: 0;
padding: 0;
box-sizing: border-box
}

ul,
ol {
list-style: none;
}

a {
text-decoration: none
}

.header{position:fixed;z-index:5;left:0;top:0;width:100%;}

.header .logo{line-height:90px;overflow:hidden}
.header nav ul li{position:relative;float:left; width: 140px;}
.header nav ul li.cur a::after,.header nav ul li:hover a::after{-webkit-transform:scale(1);transform:scale(1);color: #0a55af;}
.header nav ul li:hover .sub-nav{visibility:visible;opacity:1;top:90px}
.header nav ul li>a{position:relative;line-height:90px;color:#333;font-size:16px;display: block;    text-align: center;}
.header nav ul li .sub-nav{visibility:hidden;opacity:0;z-index:1;top:100px;left:0;width:245px;color:#555;background: rgba(255,255,255,.6);transition:all .5s;-webkit-transition:all .5s;}
.header nav ul li .sub-nav a{display:block;line-height:55px;padding:0px 30px 0 40px; text-align:left; font-size:15px;transition: 0.5s; position: relative;}
.header nav ul li .sub-nav a i{ background-image: url(../images/j.png);background-repeat: no-repeat;visibility:hidden;
   width: 20px; height: 7px;position: absolute;
    right:-1px;transition: 0.5s;
    top: 24px;}
.header nav ul li .sub-nav a:hover{background:#0a55af; color:#fff; padding-left: 60px;}
.header nav ul li .sub-nav a:hover i{ right: 30px;visibility:visible;}
.header nav ul li a:hover,.header nav ul li a.lay{color:#fff; background-color:#0a55af;}{color:#fff; background-color:#0a55af;}
.header nav ul li a.lay{border-right: 1px solid #fff;border-left: 1px solid #fff;}
.header nav ul li .sub-nav a:hover{color: #fff;}

.h {
    height: 90px;
}
.com-sear {display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,0.5);z-index:202;}
.com-sear .sear-top {position:absolute;top:0;left:0;background:#fff;width:100%;height:200px;padding: 0 10%;box-shadow:0 10px 10px 0 rgba(0,0,0,0.25);animation:fadeInDown 0.6s ease-in-out;}
.com-sear .sear-top .form1 {width:100%;position:relative;padding:80px 50px 0;}
.com-sear .sear-top .form1 .btn-sub {position:absolute;left:0;top:80px;border:none;outline:none;background:transparent;cursor:pointer;}
.com-sear .sear-top .form1 .btn-sub i {font-size:30px;}
.com-sear .sear-top .form1 .inp1 {font-size:26px;width:100%;border:none;outline:none;border-bottom: 1px solid #888;}
.com-sear .sear-top .form1 .i-cha {cursor:pointer;position:absolute;top:78px;right:0;font-size:32px;}
.he-sear{cursor: pointer; line-height: 90px; width: 50px;position: relative;}
.he-sear i {  background: url(../images/sec2.png)no-repeat center;  width: 15px;height: 15px; display: inline-block;}
.he-sear span { padding-left: 6px;
    font-size: 14px;
    color: #333;
    position: absolute;
    top: -2px;}
.hd_tel{line-height: 90px;
    padding: 0 50px 0 68px;}
	.hd_tel a{ font-size: 16px;}
	
	.hd_tel i {
	    display: inline-block;
	    height: 15px;
	    width: 1px;
	    margin: 0 8px;
	    vertical-align: middle;
	    background-color: #ccc;
	}
	.hd_tel a.jen{ color:#0a55af; font-weight:600;}
.header.cur{background: #fff; box-shadow: 0px 0px 10px #dedede;}

/* 绉诲姩瀵艰埅 */
.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;
           max-height: 45px;
}
.monav{
   margin-top:23px;
   cursor:pointer;
   position: absolute;
   right:4%;
   width:30px;
   height:22px;
}
.monav span{width:24px;
       height:2px;
       display: block;
       background: #333;
       position: absolute;
       transition:all .5s;
}
.monav .s1{top:5px;}
.monav .s2{top:11px;}
.monav .s3{top:17px;}
.monav .s1.on{transform:rotate(45deg);
      top:10px;
}
.monav .s2.on{opacity: 0;}
.monav .s3.on{transform:rotate(-45deg);
      top:10px;
}
.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 dashed #e6e6e6;
        
        
}
.navdown>ul>li a{font-size:18px;
            display: inline-block;
            width: 100%;
            height: 100%;
            color: #333;
}
.navdown>ul>li a:hover{color:#0a55af;}
.navdown .ul2{display: none;}
.navdown .ul2 li{line-height: 46px;
              border-top:1px solid #e6e6e6;
              position: relative;
             
}

.navdown .ul2 li a{
                 font-size:14px;
                 color:#333;
                 width:100%;
                 height:100%;
                 display: block;

}
.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;}
.lencot{position: relative;
    float: right;
    margin-right: 57px;
    height: 70px;
    line-height: 70px;
}

.lencot a{border-right: 1px solid #eee;
    color: #0a55af;
    font-weight: bold; width:65px; text-align:center; font-size:20px; float:left; height: 70px; overflow: hidden;}
	
.lencot	.layui-icon {
    font-size: 22px;
}

.search_div .search_box{
    position: absolute;z-index: 2;transition: top .5s,opacity .5s;right:0;
    top:100%;opacity: 0;visibility: hidden;font-size: 0;width: 215px; padding-top:40px;
}
.search_div:hover .search_box{top:10px;opacity: 1;visibility: visible;}
.search_box input[type='text']{width: 165px;height: 30px;padding-left: 8px;border-radius: 3px 0 0 3px;font-size: 14px;    border: 0;}
.search_box input.search_btn{width: 50px;height: 30px;background: #fff;font-size: 14px;color:#999;border-radius: 0 3px 3px 0;cursor: pointer;    border: 0;}
.search_box input::-webkit-input-placeholder{color: #e5e5e5;}
.search_box input:-moz-placeholder{color: #e5e5e5;}
.search_box input::-moz-placeholder, textarea::-moz-placeholder {color: #e5e5e5;}
.search_box input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #e5e5e5;}


#index_banner .item a {
  display: block
}

#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: 30px
}

#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: 12px;
  height: 12px;
  border: 2px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

#index_banner .owl-controls .owl-pagination .active span {
  background: #0a55af
}

#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
}



.floatTel {
background:#0a55af;
}
.floatBox {
	position:fixed;
	right:0;
	bottom:3%;
	transform:translateY(-50%);
	z-index:50;
	width:55px;
}
.floatLi {
	position:relative;
	left:0px;
	display:flex;
	height:50px;
	margin-bottom:1px;
	line-height:27px;
	text-align:center;
	overflow:hidden;
	transition:all 0.5s ease;
	cursor:pointer;
	width:65px;
}
.floatLi3 {
	position:relative;
	left:0px;
	display:flex;
	width:300px;
	height:50px;
	line-height:50px;
	margin-bottom:6px;
	text-align:center;
	overflow:hidden;
	transition:all 0.5s ease;
}
.diyi{

	width:360px;
}
.alink {
	display:inline-block;
	width:55px;
	color:#fff;
	font-size:14px;
	line-height: 50px;
}
.floatTel2 {
	display:block;
	z-index:1;
	width:200px;
	height:50px;
	color:#fff;
	background:#0a55af;
	cursor:pointer;
	line-height: 50px;
	font-size:18px;
}
.diyi .floatTel2 {
	width:240px;
}
.floatTop {
	background:#0a55af;
	cursor:pointer;
}
.floatLi i {
	position: absolute;
    color: #fff;
    left: 12px;
    font-size: 30px;
}
.floatLi:hover {
	left:-10px;
}
.floatLi3:hover {
	left:-200px;
}
.diyi:hover {
	left:-240px !important;
}
.floatLi3:hover .floatTel{
background:#2b6cb9;
}

.floatTop {
padding-top:5px;
width:65px;
padding-right:10px;
}
.kj_about{ margin: 30px 0 90px 0;}
.kj_about h2{ text-align: center; color: #333; font-size: 24px; position: relative;}

.kj_about h2:after {
content: '';
    width: 50px;
    height: 2px;
    background-color: #0a55af;
    display: block;
    position: absolute;
    bottom: -22px;
    left: 50%;
	margin-left: -25px;
}
.kj_about_a a{ display: block;}
.kj_about_a 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);}
.kj_text{ padding: 40px 30px 50px 20px;}
.kj_text h3{ font-size: 18px; color: #333333;}
.kj_text p{ font-size: 14px; color: #333; line-height: 24px; padding-top: 12px;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;}
.kj_about_a a:hover h3{ color: #0a55af;}
.kj_about_a a:hover .kj_text{ border-right: 1px solid #e6e6e6;border-left: 1px solid #e6e6e6;border-bottom: 1px solid #e6e6e6;}
.kj_about_a ul li{ overflow: hidden;}
.kj_about_a .products_preview_more{ display:block; width:120px; height:40px; line-height:40px; font-size: 14px; text-align:center; color:#fff; position:absolute; bottom:-40px; right:30px; background:#0a55af;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
 }
.kj_about_a li a:hover .products_preview_more{bottom:0;}
.kj_news{ padding-bottom: 25px;}
.kj_newsa h2{ color: #0a55af; font-size:24px;}
.kj_newsa h3 a{ color: #333; font-size:18px; display: block; padding-top: 30px;}
.kj_newsa h3 a:hover{ color: #0a55af;}
.kj_newsa p{ color: #333; font-size:14px; line-height: 30px; padding-top: 25px;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;}
.kj_newsb p{padding-top: 15px;}
.kj_newsa h5{ margin:90px 0 0 0; }
.kj_newsb h5{ margin:46px 0 0 0; }
.kj_newsa h5 a{color:#555; font-size:14px;text-align:center;width: 140px;height: 40px; line-height:40px;border-radius:7px; display:block; background-color: #eee;}
.kj_newsa h5 a:hover{color:#fff;background:#0a55af;}
.foot{ background-color: #203b5c; color: #fff; padding: 70px 0;}
.foot a:hover{ color: #ddd;}

.ft-a-1{ position: relative;}
.ft-a-1 h3{ position: absolute;top:10px;left:58px; font-size: 16px;}
.ft-a-2{ margin-top:20px;}
.ft-a-2 p{ font-size: 16px;}
.ft-a-2 h4{ font-size: 16px; padding-top: 5px; font-weight:500;}
.ft-b p{ font-size:16px; padding-bottom: 6px; line-height: 26px;}

.foot i {
    width: 100%;
    height: 1px;
    background: #2d4766;
    display: block;
    margin: 30px 0 15px 0;
}
.ft-c{ font-size: 15px; color: #909dae;}

/* 关于我们 */
.nbanner{ position: relative; height: 300px;}
@font-face {font-family: 'Eurostile-Bol';src: url('../fonts/OPPOSans-L-2.ttf');}
.juz {
display: table-cell;
  vertical-align: middle;
  height: 300px;

}
.juz h2{ font-size:35px; color: #063771;}
.juz p{ font-size:14px; padding-top:10px; color:#595959;}

.about{ margin: 110px 0 30px 0;}
.about-1{ height: 50px; border-bottom: 1px solid #eee; position: relative;}
.about-1 h3{position: absolute;top:1px; left: 45px;font-size: 24px;color: #333;}
.ny_right{ position:absolute; right:7px; top:15px; font-size:14px; color:#333;}

.ny_right a{ padding:0 8px;}

.ny_right a:first-child{ padding-left:0;}
.ny_right a:last-child{color:#0a55af;}
.ny_right img{padding-right: 8px;margin-bottom: 4px;}

.a-zj{ margin-bottom: 70px;}
.zj-l ul li{ float: left; margin-bottom: 10px;width: 100%;}

.zj-l ul li a{display:block;line-height:40px;padding:0px 30px 0 30px;text-align:left; font-size:16px;transition: 0.5s; position: relative; background: #f9f9f9; color: #333;}
.zj-l ul li a i{ background-image: url(../images/j.png);background-repeat: no-repeat;
   width: 20px; height: 7px;position: absolute;
    right:-20px;transition: 0.5s;
    top: 17px;}
.zj-l ul li a:hover,.zj-l ul li a.son{background:#0a55af; color:#fff;}
.zj-l ul li a:hover i,.zj-l ul li a.son i{ right: 30px;}
.about-content{ padding-left: 90px;}
.about-content p { font-size: 16px; color: #333; line-height: 35px; padding-bottom: 10px;}
.about-content-img { float: right; padding:10px 0 10px  60px;}

.tuandui{ padding-left: 90px;}
.tuanduit{ padding-left: 90px;}
.tuanduit img{ width:100%;}
.whs{ margin-left: 62px;}
.wh{ background-color: #0a55af; color: #fff; padding: 10px 10px 8px 25px;}
.whss{ background-color: #f4f4f4; padding: 10px;}
.wh h3{ font-size: 16px; font-weight: bold;}
.wh h4{font-size: 16px; line-height: 25px; padding-top: 6px;}
.whss h3{ font-size: 16px; font-weight: bold; color:#333;}
.whss h4{font-size: 16px; line-height: 25px; color:#666; padding-top: 6px;}
.tuandui span{ display: block;}
.tuandui ul li: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);}

.kz-lx{ padding-left: 55px;}
.lx-a{ border: 1px solid #eee; min-height: 271px; padding: 30px 10px 10px 20px;}
.lx_dt{width:100%;height:271px;font-size:12px}
.lx-a p{ font-size: 16px; color: #333; padding-bottom: 12px; line-height: 24px;}
.lx-a h2{ font-size: 16px; color: #555; font-weight: bold; padding-bottom: 18px;text-transform: uppercase;}
.fazhan{ padding-left: 80px; margin-bottom: 40px;}
.fazhan .layui-timeline-item:before, hr {
    background-color: #e7e7e7;
}
.fazhan .layui-timeline-axis {
    width: 12px;
    height: 12px;
	line-height: 12px;
	    left: -1px;
    color: #d7d7d7;
	top: 18px;
}
.fazhan .layui-icon{ font-size: 12px;}
.fazhan .layui-text h3{ font-size: 16px; color: #9a9a9a; font-weight: bold;}
.fazhan .layui-text p{ font-size: 14px; color: #9a9a9a;}
.fazhan .layui-timeline-title {
    margin-bottom: 5px;
}
.fazhan .layui-timeline-item {
    padding-bottom: 25px;
}
.fazhan .layui-timeline-item:before {
    height: 308%;
}
.fazhan  .layui-timeline-content {
    padding-left: 35px;
}
.fazhan .layui-timeline-axis:hover {
    color: #0a55af;
}
.xinwen{ padding-left: 90px;}

.xinwen .layui-timeline-item:before, hr {
    background-color: #e7e7e7;
}
.xinwen .layui-timeline-axis {
    width: 12px;
    height: 12px;
	line-height: 12px;
	    left: -1px;
    color: #d7d7d7;
	top: 5px;
}
.xinwen .layui-timeline-item:before {
    top: 5px;
}
.xinwen .layui-text h3 a {
    font-size: 16px;
    color: #535353;
    font-weight: bold;
    display: block;
    width: 85%;
}
.xinwen .layui-text .obo span {
    font-size: 16px;
    color: #333;
    position: absolute;
    right: 0;
    top: 0;
}
.xinwen .layui-icon{ font-size: 12px;}
.xinwen .layui-text .wbw h3 a{ font-size: 16px; color: #535353; font-weight: bold; display: block; width: 85%;}
.xinwen .layui-text .wbw h3{ font-size: 16px; color: #535353; font-weight: bold;}
.xinwen .layui-text p{ font-size: 14px; color: #666; line-height: 25px;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
.xinwen .layui-text .wbw span{ font-size: 16px; color: #333; position: absolute;right: 0; top:0;}	
	.xinwen ul li:hover h3 a{color: #0a55af;}
	.xinwen .layui-text a:not(.layui-btn):hover {
	    text-decoration: none;
	}
.xinwen ul li:hover .layui-timeline-axis {
    color: #0a55af;
}	
.xinwen .layui-timeline-content {
    padding-left: 55px;
}
.xinwen .layui-timeline-item {
	    padding-bottom:45px;
	}
	
.xinwen .layui-timeline-item:before {
    height: 263%;
}
.a-zs {
    margin-bottom:0;
	overflow: hidden;
}
.wws h3{ width: 80%;}
.xinwen .xwn p{
    font-size: 16px;
    color: #333;
    line-height: 25px;
    display: block;
	padding-top: 10px;
}
.fanhui{ float: right; margin-bottom: 15px;}
.fanhui a {
    color: #333;
    font-size: 12px;
    text-align: center;
    width: 105px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    display: block;
	border: 1px solid #eee;
}
.fanhui a:hover{ background-color:#0a55af; color: #fff; border:1px solid #0a55af;}
	.pagination-style {
	  text-align: right;
	  margin: 10px 0;
	}
	.pagination-style ul li {
	  display: inline-block;
	  margin: 5px;
	}
	.pagination-style ul li a {
	padding: 8px 12px;
	  border: 1px solid #e8e8e8;
	  display: block;
	  border-radius: 3px;
	  color:#888;
	}
	.pagination-style ul li a:hover {
	  background: #0a55af;
	  color: #fff;
	}
	.pagination-style ul .active a {
	  color: #fff;
	  background: #0a55af;
	}
	.alert-danger {
	    background-color: #0a55af;
	    border-color: #0a55af;
	    color: #fff;
	}
	.alert {
	    padding: 12px;
	    border: 1px solid transparent;
	    border-radius: 4px;
	margin-bottom: 20px;
	font-size:18px;
	}
.zhaopin{ padding-left: 80px;}
.zhaopin ul li{ float: left; margin-bottom: 18px; width: 100%;}
.zhaopin ul li a{ display: block; background-color: #f6f6f6; line-height:40px ; height: 40px; position: relative;}
.zhaopin ul li a p{ font-size: 16px; color: #333; padding-left: 24px; width: 90%;}
.zhaopin ul li a span{ font-size: 14px; color: #333; position: absolute; top: 0; right: 24px;}
.zhaopin ul li a:hover{ background-color: #0a55af;}
.zhaopin ul li a:hover p{color: #fff;}
.zhaopin ul li a:hover span{color: #fff;}
.zpn{ position: relative; margin-top: 10px;border-bottom: 1px solid #eee; padding-bottom: 10px;}
.zpn h3{ font-size: 16px; color: #0a55af; width: 70%;}
.zpn span{ position: absolute; top: 0; right: 0;  font-size: 14px; color: #333;}
.zpn-a{ margin: 30px 0 10px 0;}
.zpn-a p{ font-size: 14px; color: #333; line-height: 30px;}
.zpn-b p{font-size: 14px; color: #333; line-height: 28px;}
.z-a{font-size: 14px; color: #555; font-weight: bold; padding: 25px 0 10px 0;}
.zpn-c{ margin-top:45px; font-size: 14px; color: #555; font-weight: bold; line-height: 28px;}
.j-gx{ padding-top:20px;}
.tds{ margin-bottom:30px;}
.tds p{ font-size: 16px; line-height:25px;color: #333;}
.n_abtit{font-size: 26px;position: relative;  }
.n_abtit::after{display:block;clear: both;content: "";border-bottom: 1px solid #ccc;margin-top: 20px;}
.n_abtit::before{display:block;clear: both;content: "";width: 130px;height:4px;background: #0a55af;position: absolute;bottom: 0;}
.nabtop{padding-top: 70px;overflow: hidden;}
.nabtopfl{padding-right: 30px;}
.nabtopfl h3{font-size: 24px;padding-bottom: 55px;}
.nabtopfl p{font-size: 16px;padding-bottom: 35px;line-height: 28px;}

.csrjs {overflow: hidden;padding-top: 50px;}
.csrjs li{overflow: hidden;margin-bottom: 40px;}
.csrjs li .csrimg{width: 20%;float: left;}
.csrjs li .csrtit{width: 38%;float: left; padding:0 35px;position: relative;}
.csrjs li .csrtxt{width: 42%;float: left;padding-left: 40px;}
.csrjs li .csrtit h5{padding : 30px 0 15px 0;font-size: 18px;color: #000;}
.csrjs li .csrtit h4{padding-top: 5px;font-size: 18px;color: #000;line-height: 32px;}
.csrjs li .csrtit::before{display: block;content: "";clear: both;width: 1px;height: 250px;background: #ccc;position: absolute;right: 0;top: 0;}
.csrjs li .csrtxt p{font-size: 16px;color: #666;line-height: 32px;text-align: justify; padding-top:20px;}

.aboutBox2{background: #f4f7f9;padding: 10px;}
.aboutBox2 ol li {
	float: left;
	width: 100%;
	background: #fff;
	padding: .2rem .25rem;
	margin-bottom: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	position: relative;
	cursor: pointer;
}

.aboutBox2 ol li:last-child {
	margin-bottom: 0;
}

.aboutBox2 ol li .img {
	line-height: 0;
	float: left;
	width: 1.5rem;
	text-align: center;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.aboutBox2 ol li .text {
	width: 100%;
	padding-top: .1rem;
	padding-left: 2rem;
	padding-right: 1.3rem;
}

.aboutBox2 ol li .text h3 {
	color: #333333;
	font-size: .20rem;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.clearfix {
    clear: both;
}
.aboutBox2 ol li .text h4 {
	margin-top: 10px;
	font-size: .16rem;
	font-weight: normal;
	overflow: hidden;
	color: #666666;
}

.aboutBox2 ol li .text .t {
font-size: 14px;
    color: #333;
	line-height: 25px;
	margin-top: 15px;
	/* height: 28px; */
	overflow: hidden;
}

.aboutBox2 ol li span.btn {
	position: absolute;
	right: .25rem;
	top: .25rem;
	background: url(../images/aboutjt01.png) no-repeat center center/cover;
	width: .38rem;
	height: .38rem;
	cursor: pointer;
}

.aboutBox2 ol li:hover,
.aboutBox2 ol li.cur {
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.aboutBox2 ol li.cur .text h3 {
	color: #3a80da;
}

/* .aboutBox2 ol li.cur .text .t {
	height: auto !important;
} */

.aboutBox2 ol li.cur span.btn {
	background: url(../images/aboutjt02.png) no-repeat center center/cover;
}
.tdjj{ font-size:16px; color:#333; margin-top:30px; line-height:28px;}

.tdtt{margin:0 auto; text-align:center; margin:30px 0;}
.tdtt h2{ font-size:32px; color:#0070c0; padding-bottom:10px;}
.tdtt h5{ font-size:20px; color:#0070c0;padding:20px 0;}
.tdttq{margin:0 auto; text-align:center; margin:30px 0;}
.tdttq h2{ font-size:32px; color:#0070c0; padding-bottom:10px;}
.tdttq h5{ font-size:20px; color:#0070c0; padding:20px 0;}
.touzi ul li img {
display: block;
padding:5px;
margin: auto;
border: 1px solid #f1f1f1;
}

.clearfix {
	clear: both;
}
.relative{
	position: relative;
}
.left {
	float: left;
}

.right {
	float: right;
}

.hidden {
	overflow: hidden;
}
.container3 {
	width: 100%;
}
.container2 {
	margin: 0 auto;
}
.containerzz {
    width: 81.91%%;
    margin: 0 auto;
}



.about_b .left{
	width:calc(100% - 180px);
	padding: 140px 0;
}

.about_b .left .title{
	padding-left: 18.1%;
}
.about_b .left .about_b_l {
	margin-top: 70px;
}
.about_b .left .about_b_l .img{
	float: left;
	width: 40%;
	border-radius: 0 250px 250px 0;
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;
	border-right:5px solid #fff;
	overflow: hidden;
}

.about_b .left .about_b_l .text {
    width: 60%;
    position: relative;
    padding: 0 30px;
	float: right;
    height: 256px;
    overflow: auto;
}



.about_b .left .about_b_l .text::-webkit-scrollbar{
	width: 8px;
	background: #e9e9e9;
	border-radius: 25px;
	overflow: hidden;
	
}
.about_b .left .about_b_l .text::-webkit-scrollbar-track{
	border-radius: 25px;
	overflow: hidden;
	width: 8px;
}

.about_b .left .about_b_l .text::-webkit-scrollbar-track-piece{
	width: 8px;
} 
.about_b .left .about_b_l .text::-webkit-scrollbar-thumb{
	    background: #a3a3a3;
		border-radius: 25px;
	overflow: hidden;
		
}
.about_b .left .about_b_l .text::-webkit-scrollbar-button{
	display: none;
}


.about_b .left .about_b_l .text .bt{
	color: #333333;
	font-size: 50px;
	font-family: arial;
}

.about_b .left .about_b_l .text .bt span{
	font-size: 24px;
	color: #333333;
	margin-left: 8px;
	position: relative;
	top: -2px;
	display: inline-block;
}

.about_b .left .about_b_l .text .ny_text2{
	color: #666666;
	margin-top: 30px;
}
.about_b .left .about_b_l .text .ny_text2 p{
	position: relative;
	padding-left: 13px;
	line-height: 2;
	letter-spacing: 1px;
	font-size: 16px;
}
.about_b .left .about_b_l .text .ny_text2 p:after{
	position: absolute;
	content: "";
	left: 0;
	top: 14px;
	width: 4px;
	height: 4px;
	background: #333333;
	border-radius: 50%;
}


.about_b .right{
	width: 150px;
	
	position: absolute;
	top: 0;
	height: 100%;
	right: 0;
}

.about_b .right .about_b_r .slick-list{
	padding-left: 12px;

}

.about_b .right:before{
	position: absolute;
	width: 1px;
	height: 100%;
	background: #c7c7c7;
	content: "";
	top: 0;
	left: 12px;
}

.about_b .right .about_b_r{
	position: absolute;
	top: 50%;
	transform: translateY(-40%);
}

.about_b .right .box{
	padding-left: 40px;
	margin-bottom: 50px;
	position: relative;
	cursor: pointer;
}

.about_b .right .box:before{
	width: 14px;
	height: 14px;
	content: "";
	position: absolute;
	left: -7.5px;
	top: 50%;
	transform: translateY(-50%);
	background: #bbbbbb;
	border-radius: 100%;
}

.about_b .right .box .bt{
	font-size: 20px;
	color: #666666;
}

.about_b .right .slick-current .box .bt{
	color: #fea40f;
}
.about_b .right .slick-current .box:before{
	width: 24px;
	height: 24px;
	content: "";
	position: absolute;
	left: -12px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/about_b_r_yuan.png) center center/cover;
	border-radius: 100%;
}

.about_b .right .about_b_r .slick-prev,.about_b .right .about_b_r .slick-next{
	width: 37px;
	height: 37px;
	border:none;
	right: auto;
	left: -6px;
	position: absolute;
}

.about_b .right .about_b_r .slick-prev{
	top: -76px;
	background: url(../images/about_b_right1.png) center center/cover;
}

.about_b .right .about_b_r .slick-next{
	top: auto;
	bottom: -76px;
	background: url(../images/about_b_right.png) center center/cover;
}




.dq-table{

}
.PipelineBox {
	margin:  40px auto 0;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
	width: 100%;


}

/* .PipelineBox .dq-table{
	width: 1400px;
} */
.PipelineBox .dq-table-box {
	display: flex;
	justify-content: center;
	align-items: stretch;
	/*border-bottom: 1px solid #3d3f53;*/
	position: relative;
}

.PipelineBox .dq-table-box_2 .dq-name,
.PipelineBox .dq-table-box_2 .dq-type,
.PipelineBox .dq-table-box_2 .dq-project,
.PipelineBox .dq-table-box_2 .dq-periods{
	background: #f6f7f8;
}


.PipelineBox .dq-table-box .gx_to{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.5rem;
}

.dq-table-header .dq-table-cell {
	padding: 10px 5px;
	background-color: #953734;
	color: #fff;
	position: relative;
	min-height: 70px;
}

.dq-table-box .dq-table-cell {
	width: 10%;
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dq-table-box.dq-table-header .dq-periods {
	position: relative;
	width: 50%;
	border-left: 1px solid #dfe6eb;
}

.dq-periods-list {
	display: flex;
	justify-content: center;
	height: 100%;
}

.dq-periods-list .dq-periods-item {
	width: 48%;
	padding: 10px 5px;
	line-height: 24px;
	text-align: center;
	border-left: 1px solid #dfe6eb;
	background-color: #765f04;
	color: #fff;
	font-size: 16px;
	position: relative;
}

.dq-periods-list span:first-child,
.dq-table-header .dq-periods .dq-periods-item:first-child {
	border: none;
}

.dq-table-header .dq-table-cell p,
.dq-periods-list .dq-periods-item p {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	width: 100%;
}

.dq-table-box .dq-name {
	width: 10%;
	line-height: 24px;
	text-align: center;
	border-left: 1px solid #dfe6eb;
	border-bottom: 1px solid #dfe6eb;
	background-color: #fff;
	display: flex;
	color: #333;
	align-items: center;
	font-weight: bold;
	background-color: #c9f1ff;
}

.dq-table-box .dq-name a{color: #333;}

.dq-name ul,
.dq-type ul {
	width: 100%;
}

.dq-name ul li:first-child,
.dq-type ul li:first-child {
	border: none;
	    display: flex;
    justify-content: center;
    align-items: center;
}

.dq-name ul li,
.dq-type ul li {
	line-height: 22px !important;
	padding: 5px !important;
	height: 54px;
	font-size: 16px;
	color: #333333;
	/* display: flex;
	align-items: center;
	border-top: 1px solid #efefef;
	text-align: left; */
	    display: inline-block;
	    word-break:break-all;
	    font-weight: initial;
}

.dq-table-box .dq-type {
	width: 10%;
	line-height: 24px;
	text-align: center;
	border-left: 1px solid #ededed;
	background-color: #fff;
	display: flex;
	align-items: center;
}

.dq-table-box .dq-project {
	background: #fff;
	border-left: 1px solid #efefef;
}

.dq-project ul {
	width: 100%;
}

.dq-project ul li {
	line-height: 18px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	height: 54px;
	overflow: hidden;
	border-bottom: 1px solid #efefef;
	padding: 10px;
	color: #333;
}

.dq-project ul li:last-child {
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dq-table-box .dq-periods {
	position: relative;
	width: 50%;
	border-left: 1px solid #efefef;
	background: #fff;
}

.dq-periods-list {
	display: flex;
	justify-content: center;
	height: 100%;
}

.dq-periods-list span {
	width: 25%;
	display: block;
	padding: 5px;
	height: 100%;
	text-align: center;
	border-left: 1px solid #efefef;
}

.dq-periods ul {
	/*position: absolute;*/
	top: 0;
	left: 0;
	width: 100%;
	/*padding-left: 30px;*/
	height: 100%;
}

.dq-place {
	border-left: 1px solid #efefef !important;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.dq-partner {
	border-left: 1px solid #efefef !important;
	border-right: 1px solid #efefef;
	background: #fff;
}

.dq-partner ul {
	width: 100%;
	height: 100%;
}

.dq-partner ul li {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.dq-periods ul li {
	position: relative;
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	line-height: 15px;
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #dfe6eb;
	overflow: hidden;
}

.dq-periods ul li:last-child {
	display: flex;
	justify-content: center;
	align-items: center;
}
.dq-periods ul li { text-align: left;
	padding: 16px 0;
}

.dq-periods-process {

	position: absolute;
	left:0;
	padding-left: 5px;
	/*height: .28rem;*/
	height: 26px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #fff;

	overflow: visible!important;

}

.dq-periods-process.center{
	top: 50%;
	text-align: left;
	position: absolute;
	top:50%; transform: translateY(-50%);
}

.dq-periods-process p {
	position: absolute;
	/*top: 50%;*/
	top: 50%;
	left: 5px;
	width: 100%;
	line-height: 1.17rem;
	transform: translateY(-50%);
	padding: 0 .1rem;
	padding-right: 0;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dq-periods-process1 p {
	width: 100%;
	text-align: left;
}

.dq-periods-process i.icon {
	margin-right: 5px;
	display: inline-block;
	width: 13px;
	height: 15px;
	/*background: url(../images/sing3.jpg) no-repeat left center/cover;*/
}


.dq-periods-process1 {
	background-color: #152d76;
	z-index: 2;
	border-radius: 0 50px 50px 0;
}

/*.dq-periods-process1::before {
	content: "";
	position: absolute;
	right: -7px;
	top: 0;
	width: 8px;
	height: 14px;
	background: url(../images/dqjt02.png) no-repeat center center;
}*/

.dq-periods ul li.vc_bar .dq-periods-process2 {
animation:load 3s ease-in;
background-color: #953734;
}
@keyframes load{
           0%{
               width: 0%;
           } 
       }
.dq-periods-process2 {

	z-index: 1;
	border-radius: 0 50px 50px 0;
}
.dq-periods ul li.rmb{text-align: left;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 25px;
}}
/*.dq-periods-process2::before {
	content: "";
	position: absolute;
	right: -7px;
	top: 0;
	width: 8px;
	height: 14px;
	background: url(../images/dqjt01.png) no-repeat center center;
}*/

.dq-partner .dq-partner-s {
	width: 100%;
	border-bottom: 1px solid #efefef;
	height: 54px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}

.dq-table-box .dq-periods .js{
	position: absolute;
	left: 0;
	padding-left: 0.1rem;
	bottom: 15%;
	transform: translateY(20%);
	font-size: 0.14rem;
	color: #666666;
}
.dq-periods-process .i_gj{
	position: absolute;
	left: 96%;
	width: 100%;
	/*margin-left: -15%;*/
	background: none;
}

.dq-periods-process .i_gj.i_gg{
	left: 80%;
	top: 0;
}

.dq-periods-process i{
	display: inline-block;

	width: 0.31rem;
	height: 0.31rem;
	background-size:100% 100%;
}
.hf{
	display: none;
	/*background: url(../images/yanjiu_a.jpg)center center/cover;*/
	background: rgba(127, 128, 132, 0.9);
	border-top-right-radius: 80px;
	border-bottom-right-radius: 80px;
	color: #fff;
	height: 100%;
	padding: 0.16rem 0.34rem 0.12rem 0.5rem;
	position: absolute;left:0; top:0;z-index: 100;

}
.PipelineBox .dq-table-box:hover .hf {
	cursor: pointer; display: block; }



/*end*/



.dq-table-box .dq-periods #bg_0{
	background: #d4d4d4;
}



.wuyanse .dq-name,
.wuyanse .dq-type,
.wuyanse .dq-project,
.wuyanse .dq-name,
.wuyanse .dq-periods{
	border-left: 1px solid #e3e4e4;
	background: #f4f5f6 !important;
}



.chanpin_b .ul{
	margin-top: 40px;
}

.chanpin_b .ul li{
	float: left;
	color: #333333;
	font-size: 16px;
	margin-left: 35px;
}



.chanpin_b .ul li i{
	background: #333333;
	width: 76px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 4px;
	margin-right: 10px;
	border-radius: 25px;
}

.chanpin_b .ul li.li1 i{background: #fea40f;}
.chanpin_b .ul li.li2 i{background: #d4d4d4;}
.chanpin_b .ul li.li3 i{background: #999999;}
.chanpin_b .ul li.li4 span{
		
}
.chanpin_b .ul li.li4 i{
	background: none;
	width: 15px;
	display: inline-block;

}