
.bgf4{
	background: #F4F4F4;
}
.bgf5{
  background: #F5f5f5;
}
.bggreen{
	background: #000;
}
.bg-white,.bgfff{
	background: #fff;
}
.bg-blue{
  background: #0A5098;
}


.color333{
  color:#333;
}
.color444{
  color:#444;
}
.color999{
  color:#999;
}

.colorccc{
  color:#ccc;
}
.color000{
  color:#000;
}


.fs-bold{
  font-weight: bold;
}
.fs-300{
  font-weight: 300;
}

/***menu***/

.navbar {
	padding:0 1rem;
	 box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.nav-item {
	position:relative;
    
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
  background: #0267ac;
  color:#fff;
}
.navbar-expand-lg .navbar-nav .nav-link:hover i{
  color:#fff;
}
.navbar-expand-lg .navbar-nav .nav-link {
	font-size:16px;
	font-weight:normal;
	color:#333;
}
.navbar-expand-lg .navbar-nav .nav-link  i{
  color:#9E9E9E;
}
.nav-item:hover .erji {
	display:block;
}
.erji {
	position:absolute;
	top:70px;
	padding-top:0px;
	z-index:999;
	width:200px;
	background:#fff;
  margin-left: -50px;
	display:none;
}
.erji li {
	width:100%;
	float:left;
	line-height:50px;
	text-align:center;
   border-bottom: 1px solid #ddd;
}
.erji li a {
	color:#333;
	font-size:12px!important;
}
.erji li:hover {
	background:#F5F5F5;
	color:#333;
	display:inline-block;
	width:100%;
	height:100%;
}
.erji li:hover a {
	color:#333;
}
 

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 25px;
  height: 70px;
  line-height: 70px;
  font-size: 14px; 
}
.on{
  background: #0267AC;
}
.on .nav-link {
	color:#FFF!important;
  
}


  .tel400{font-size:25px; color:#000; vertical-align:middle; height:50px; color:#3A6369; margin-left:30px; margin-top:15px;}
  .tel400 .imgg{width:40px; height:40px; float:left; display:inline}
  .tel400 .imgg img{width:40px;}
  .tel400 .teldesc{float:left; width:100px; font-size:16px; display:inline; text-align:left;}
  .tel400 .teldesc div{line-height:20px;}
/***menu***/

.container, .container-lg, .container-md, .container-sm, .container-xl{
  max-width: 1300px;
}

.container-90{
  width: 90%;
}

/***slide***/
 html,body{
      
        background: #FFF;
    }
.indexbanner{
	height: calc(100% - 70px);
}

.title_big{

padding-top: 0px; 
margin-top: -10px; 
color:#095098;
height: 50px;
text-align: center;
font-size: 34px;
   }
   .big_subtitle{
   color:#A1A1A1;
   }

/***slide***/


/*****首页关于我们*********/
.des-wrap {
    background: #0a5098;
    width: 50%;
    height: 600px;
    display: inline-block;
    float: right;
}

.des-wrap .description {
        height: auto;
    float: right;
    display: block;
    width: 100%;
    margin: 0;
    padding: 15% 15%;
    color: #fff;
}



.sy{
  cursor: pointer;
}
.sy .title{
    color: #595959;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    transition: all ease-out .2s;
    border-bottom: 1px solid #E1E1E1
  }

.sy .title::before{
      position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background-color: #3C3C3C;
    margin-top: 45px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.sy:hover .title::before { width: 100%; }

.sy .subtitle{
  color: #848484;
    font-size: 13px;
    line-height: 24px;
    height: 200px;
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
}

.gc_more{
   display: inline-block;
   border:1px solid #ddd;
   height: 40px;
    line-height: 40px;
    width: 60px;
    margin: 40px auto 0px;
    background: url(../images/icon.png)no-repeat 0px -9px;
    animation-delay: 0.5s;
}

.gc_more:hover{
border: 1px solid #666;
    background: url(../images/icon.png)no-repeat 0px -53px;
}


.gc .img{
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.gc .img img{
  width: 100%;
  transition: all 0.6s;
}
.gc .img:hover img{
  transform: scale(1.1);
}
.gc .mask{
    width: 100%;
    height:100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease-out .3s;
}
.gc:hover .mask{
  cursor: pointer;
   background: rgba(0, 0, 0, 0.5);
}




.containernews{width: 1200px; margin: 0 auto;}
.news_left{width:580px; float: left; height: 400px;}
.news_right{width:580px; float: right;}
.news_right .newsimg{height: 340px; overflow-y: hidden; margin-bottom: 20px;}
.news_right .newsimg img{width:100%; min-height: 100%;}
.indexnews{width:100%; height: 100px; margin-bottom: 20px;  }
.indexnews .date{width:100px; height: 100px; border: 1px solid #ddd; display: inline-block;}
.indexnews .date span{display: block; font-weight: bold; color:#0a5098; text-align: center; font-size: 30px; margin: 20px 0 10px 0; }
.indexnews .date{text-align: center; color:#5c5c5c; font-weight: bold; font-size: 16px;}
.indexnews .newsdesc{width:450px; float: right; border-bottom: 1px solid #ddd; height: 100px;}
.indexnews .newsdesc .title{font-size: 18px; height: 24px; overflow-y: hidden; margin-bottom: 10px; color:#0a5098; font-weight: bold; margin-top: 10px; }
.indexnews .newsdesc .desc{line-height: 24px; font-size: 14px; color:#333;}
 
.news_more{
      line-height: 58px;  
    text-indent: 150px;
    border: #dfdfdf 1px solid;
        color: transparent;
    background: url(../images/jiantou.png)no-repeat 26px -97px;
    width: 148px;
    height: 30px;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    border-radius: 0px;
    font-size: 0px;
display: block;
    margin: 40px auto;
}

.news_more:hover{
  background: url(../images/jiantou.png)no-repeat 26px -127px;
}






 
.w1200 {width:1200px;margin:0 auto;}
.w1200:after {content:"";width:0;height:0;display:block;clear:both;}
.bottom{position: relative; display: block; background: url(../images/bgfoot.jpg) no-repeat top center; color:#fff; height: 240px;}
.bottom .register {background:url(../images/foot_sgin.jpg) no-repeat center top;height:160px;padding-top:70px;color:#fff;}
.bottom .register h2 {text-align:center;font-size:24px;}
.bottom .register a {display:block;width:170px;height:45px;line-height:44px;color:#fff;background:#14A8FF;border-radius:5px;margin:30px auto;font-size:18px;text-align:center;}
.bottom .footer {padding-top:50px; padding-bottom:50px;  }
.bottom .footer .w1200 {padding:0 10px}
.bottom .footer .footer_top ul li {float:left;width:278px;height:78px;line-height:78px;border:1px solid #333;text-indent:98px;color:#aaaaaa;margin-right:20px;}
.bottom .footer .footer_top ul li:last-child {margin-right:0;}
.bottom .footer .footer_top:after,.bottom .footer .footer_down:after {content:"";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.bottom .footer .footer_top ul li:nth-child(1) {background:url(../images/foot_icon1.png) no-repeat 34px center;}
.bottom .footer .footer_top ul li:nth-child(2) {background:url(../images/foot_icon2.png) no-repeat 34px center;}
.bottom .footer .footer_top ul li:nth-child(3) {background:url(../images/foot_icon3.png) no-repeat 34px center;}
.bottom .footer .footer_top ul li:nth-child(4) {background:url(../images/foot_icon4.png) no-repeat 34px center;}
.bottom .footer .footer_tel {border-bottom:1px solid #333;height:90px;margin:0 auto;width:1180px;padding-top:30px;color:#aaa;}
.bottom .footer .footer_tel .tel {float:left;font-size:16px;width:180px;height:65px;background:url(../images/foot_icon5.png) no-repeat 30px 0;padding-left:100px;}
.bottom .footer .footer_tel ul li {height:90px;line-height:60px;display:inline-block;padding:0 20px;}
.bottom .footer .footer_tel ul li:first-child {padding-left:0;}
 
 .bottom .footer .footer_down .flogo{width:136px; margin-right: 50px; display: inline-block; float:left; text-align: center;}
  .bottom .footer .footer_down .flogo img{width:100%;}
    .bottom .footer .footer_down .flogo  h3{display: block; text-align: center; width:100%; float: left; margin-top: 5px; font-weight: normal; }
    .bottom .footer .footer_down .flogo .fewm{width:110px; margin-top: 20px; margin-left: 40px; }
.bottom .footer .footer_down .left {float:left;width:280px;padding-right:20px;}
.bottom .footer .footer_down .left p img{width:20px; margin-right: 10px;}
.bottom .footer .footer_down .left h3,.bottom .footer .footer_down .flink h3 {font-size:16px;color:#fff;font-weight:normal;}
.bottom .footer .footer_down .left p,.bottom .footer .footer_down .flink p {font-size:14px;padding-top:15px;}
.bottom .footer .footer_down .left p a,.bottom .footer .footer_down .flink p a {font-size:14px;color:#fff;margin:0 20px 20px 0;white-space:nowrap;display:inline-block;}
.bottom .footer .footer_down .left p a:hover,.bottom .footer .footer_down .flink p a:hover {color:#fff;}
.bottom .footer .footer_down .flink {float:left;width:120px;padding-right:20px;}
.bottom .footer .footer_down .right {float:right; margin-top: 00px;}
.bottom .footer .footer_down .right ul li {float:left;width:120px;height:150px;margin-right:40px;text-align:center;}
.bottom .footer .footer_down .right ul li img{width:100%; margin-bottom: 15px;}
.bottom .footer .footer_down .right ul li:last-child {margin-right:0;}
.bottom .footer .footer_down .right ul li h3 {color:#fff;padding-top:15px;font-weight:normal;font-size:14px;text-align:center;}
.bottom .footer .footer_copyright {padding:30px 0;}
.bottom .footer .footer_copyright p {line-height:30px;color:#fff;font-size:14px;}
.bottom .footer .footer_copyright p.beian a {color:#fff;padding-right:20px;display:inline-block;}
.bottom .footer .footer_copyright p.beian a img {vertical-align:middle;}

#footer {
    height:60px;
    line-height: 60px;
    font-size: 12px;
    background: #f0f0f0;
    color:#6c6e75;
}
#footer a{
  color:#6c6e75;
  margin-left: 30px;
}
#shares {
    height: 120px;
    position: fixed;
    right: 10px;
    bottom: 40px;
    z-index: 99;
}
#shares a {
    width: 30px;
    height: 36px;
    display: block;  
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: rgba(0, 0, 0, .6);
    margin-top: 20px;
    font-size: 22px;
}

#shares a#gotop {
    background-color: #666666;
    background-color: rgba(0, 0, 0, .6);
    margin-top: 20px;
    font-size: 22px
}

 



/***首页作品***/
.container-fluid-90{
	width: 92%;
}

.container-fluid-80{
	width: 80%;
}
.container-900{
  max-width: 990px;
}


 



.pmask{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 99;
  top:0;
  left:0;
  display:none;
}
.pmask .icos{
  width: 50px;
  height: 50px;
  background: #000;
  border-radius: 50%;
  margin-left: calc(50% - 25px);
  margin-top:50px;
  color: #FFF;
  text-align: center;
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
}
.pmask .title{
  text-align: center;
  color:#fff;
  margin-top:20px;
}
.pmask .title  a{
  text-align: center;
  color:#000;

}
.pindexlist:hover .pmask{
	display: block;
	cursor: pointer;
}

.pname{}

.pnamelist{
	padding:10px 30px;
	border:1px solid #ddd;
	margin: 0 2px;
}
.pnamelist:hover{
	background: #000;
	color:#fff;
}

.indexmore{
    width: 100%;
    border-bottom: 1px solid #ddd;
    position: relative;
    text-align: center;
   }
   .indexmore a{
    position: absolute;
    padding:12px 50px;
    background: #f4f4f4;
    z-index: 99;
    margin-top: -25px;
    border-radius: 30px;
   }
   .indexmore a:hover{
    background: #000;
    color:#fff!important;
   }




 






/**首页滚动数字***/


.numguengdong{position: relative; height: 250px; }
.home_num {padding-bottom:0px;position:relative;top:0;z-index:999;width:100%;  }
.home_num .inner {width:100%;margin:0 auto}
.home_num .dataWall {height:250px;}
.home_num .dataWall .inner { -webkit-box-sizing:border-box;box-sizing:border-box}
.home_num .dataWall dl {margin-top:25px;width:25%; float:left; text-align: center;}
.home_num .dataWall dl:last-child {margin-right:0}
.home_num .dataWall dl dd{width: 100%;}
.home_num .dataWall dl dd,.home_num .dataWall dl dt {float:left}
.home_num .dataWall dl dt {width:52px;height:52px;margin-right:15px;background:url(../images/sprite.png) -1px -2px no-repeat;background-size:480px auto}
.home_num .dataWall dl:nth-child(2) dt {background-position:-1px -119px}
.home_num .dataWall dl:nth-child(3) dt {background-position:-1px -59px}
.home_num .dataWall dl:nth-child(4) dt {background-position:-1px -180px}
.home_num .dataWall dl dd {position:relative;top:55px;overflow:hidden;text-align:center;}
.home_num .dataWall dl dd strong {font-weight:400;font-size:45px;font-family:numfont,Arial;color:#3c3c3c;display:inline-block;line-height:42px;height:44px;}
.home_num .dataWall dl dd .small {font-weight:400;font-size:14px;}
.home_num .dataWall dl dd span {color:#999;font-size:14px;line-height:1.5;position:relative;top:-8px;display:block;text-align:center;}
.home_num .dataWall dl dd span i {font-style:normal}



/**首页滚动数字***/



.index_about{
  padding:100px 60px;
  color:#fff;
 font-size: 14px;
  line-height: 24px;
}



.worklist{
  position: relative;
  width: calc(33% - 20px);
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;

}
.worklist .title{
  width: 100%;
  height: 70px;  
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.worklist .title a{
  color:#333;
  font-size: 14px;
  line-height: 60px;
  padding-left: 20px;
}

.worklist .img{
  width: 100%;
  height: 280px;
  display: inline-block;
  overflow: hidden;
}
.worklist .img img{
  width: 100%;
  height: 280px;
  transition: all 0.6s;
}
.worklist:hover .title{
  color:#000;
  border-color:#000;
}
.worklist:hover .title a{
  color:#000;
}
.worklist:hover .img img{
  transform: scale(1.1);
}
.worklist .title .span{
  content: '';
    width: 37px;
    height: 20px;
    display: block;
    position: absolute;
    bottom:55px;
    right: 2px;
    background: transparent url(../images/ico2.png) no-repeat -30px -66px;
    transition: all 0.3s ease-out 0s;
    border-left: 1px solid rgba(0, 0, 0, .0);
}
.worklist:hover .title .span{
  background: url(../images/ico2.png) no-repeat 16px -66px; 
  border-left:1px solid rgba(0, 0, 0, .1);
}


.pindex{
  display: flex;
}







 
  .content_home{margin:auto;width:1100px; border:1px solid #ddd; height:240px; margin-top: 50px; padding-top: 30px; margin-bottom:50px;  display:block;  margin:0 auto; }
  
  .updown_box{float:left;min-height:198px;width:388px;border-left:1px solid #f2f2f2;padding:0 50px;-webkit-box-sizing: content-box;-moz-box-sizing: content-box; box-sizing: content-box;}
  .updown_box h3{font-size:16px;margin-bottom:18px;padding-left:10px;}
  .updown_box ul li{float:left;margin:0 10px 10px 10px;}
  .updown_box ul li a{display:block;font-size:14px;padding:6px 8px;line-height:18px; color:#666;}
  .updown_box ul li .on{background:#000;color:#fff;}
  .w136{width:136px;border-left:0;padding:0;} 
  .w460{width:450px;padding:0 40px;  }

  .honorimg{width:100%;}
        

 



.menutop{width:100%; height: 70px; background: #fff; display: block;  border:1px solid #ddd;}
    .menutop .menu2{width:1200px; margin: 0 auto; line-height: 70px;}
    .menutop .menu2 a{font-size: 16px; color:#333; padding: 0 25px; display:inline-block;}
    .topcur{position: fixed !important; top: 88px;left: 0px; z-index: 99999999999999999999;}
.menutop .menu2  .active{background: #3367a9; color:#fff;}


 .honorcontainer{width:1160px; margin:0 auto;}
      .jd{position: relative; width:100%; height:240px; overflow: hidden;}
      .jd:hover .jd_txt{display: block;}
      .jd_txt{background:rgba(0,0,0,0.7);  color:#fff;   line-height:24px;  width:100%; height:100%; position: absolute; top:0; left:0; display: none;}
     .jd_txt  .jdtxt{padding:30px;}

     .swiper-container .simg{width:22.5%;  float: left; margin-left: 1%; margin-right: 1%; margin-bottom: 20px; overflow:hidden; border:1px solid #ddd;}
     .swiper-container .simg img{  transition: all 0.6s;}
     .swiper-container .simg img:hover{  transform: scale(1.1);}
     .swiper-container .simg2{width: 19%; float: left; border:1px solid #ddd; }
     .swiper-container .simg3{width: 31%; float: left;  margin-left: 1%; margin-right: 1%; margin-bottom: 20px; }



.fenlei { margin-left:0; padding-bottom:35px;width:170px;float: left; text-align:left;margin-top: -15px;margin-left: 50px;}
.fenlei li { float:none; display:block; height:auto; line-height:43px; border-bottom:1px solid rgba(0,0,0,.08);transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.fenlei li:hover {padding-left:25px;}
.fenlei li:last-child { border-bottom:none;}
.fenlei a { border:0px; background:none; color:#666; font-size:13px; position:relative; padding:0;line-height: 44px;height: 44px;}
.fenlei a::before { content:''; position:absolute; width:3px; height:12px; background:transparent; left:-16px; margin-top:15px;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
.fenlei li:hover a::before {background:#0267ac;}
.fenlei a.active::before {background:#0267ac; }


.pages img,.pages p img{
  max-width: 100%;
}


.caselist .caselistbox{
  margin-top: 20px;
  transition: all 0.6s;
  width: 100%;
  height: 260px;
  display: table;
}
.caselist .caselistbox img{
  width: 100%;
  height: 200px;
}
.caselist:hover .caselistbox img{
  width: 100%;
  height: 200px;

}
.caselist:hover .caselistbox{  
 margin-top: 0px;
  box-shadow: 2px 2px 10px #ddd
}



/*********案例详情*********/
.case_info1{width:100%; margin-bottom:-10px; display:inline-block; background:#1968ac; border-radius:10px 10px 0 0; padding:20px 0; font-size:15px;}
.case_infolist{width:48%; margin-right:2%; float:left; height:30px; line-height:30px; text-indent:20px; color:#fff; }






.content li,li{
	list-style-type: none;
	list-style:none;
}
.clear{
	clear:both;
}
.h5, h5{
	font-size: 1.15rem;
}

.text-success{
    color: #333!important;
  
 
   }
  .colorfff{
    color:#fff!important;
  }
  .card{
  	background-color: rgba(0,0,0,0);
  }
  .card-border{
  	border-radius: 50%;background-color:#f8f8f8;  width: 200px;height: 200px; margin: 0 auto;
  }
  .card-body1{
     height: 150px;
    }
  .card-body1 p{
    color:#999;
    font-size: 12px;
    line-height: 20px;
  }
  .cart-body3{
  	padding:1.25rem 0;
  }
  .card-text{
  	font-size: 12px;
  	color:#999;
  }
  .mores{
  	border:1px solid #ddd;
  	padding:12px 60px;
  	border-radius:30px;
  	color:#999;
  	font-weight: 300;
  }
  .mores:hover{
  	 color:#fff;
  	background: #000;
  }
  .index_news{
    position: absolute;
    right: 0;
    top:0;
    margin-top: -100px;
    background: #2495E4;
    z-index: 9;
  }
  .index_newslist{
    margin-bottom: 25px;
    height: 50px;
    line-height: 50px;
    color:#fff;
    overflow-y: hidden;
    font-size: 14px;

  }
  .index_newslist a{
    color:#fff;
  }
  .index_newslist span{ 
    display: inline-block;
    float: left;
    width: 50px;
    line-height: 25px;
    background: #147AC1;
    margin-right: 10px;
    text-align: center;
  }
   .index_newslist span strong{
    width: 100%;
   }


  .col-md-list8{
  	width: 12%;
  	float: left;
  	margin-right: 0.5%
  }



.footli li{
	font-size: 13px;
	color:#999;
}

.footli a{
  font-size: 18px;
  color:#9B9B9B;
  margin-right: 30px;
}
 
.footcontact div{
  color:#999;
  font-size: 12px;
  margin-bottom: 20px;
}

.footmessage  input{
  border:none;
  outline: none;
  border-bottom: 1px solid #ddd;
  width: 98%;
  color:#989898;
  line-height: 40px;
}
.footmessage textarea{
  border:none;
  outline: none;
   border-bottom: 1px solid #ddd;
   height: 130px;
   padding-top: 20px;
 width: 98%;
  color:#989898; 	
}
.footmessage button{
	border:none;
  outline: none;
  padding:10px 55px;
  border-radius: 30px;
  background: #333;
  color:#fff;
  text-align: center;
  margin-top: 15px;
}


.foottag a, .foottag span {
    display: inline-block;
    float: left;
    font-size: 12px;
    margin-right: 5px;
    line-height: 20px;
    color:#999;
}

.copyright {
	border-top: 1px solid #ddd;
	background: #333;
	font-size: 13px;
	color:#8e8e8e;
}
.copyright a{
	color:#8e8e8e;
	margin-left: 10px;
}


 
.casetitle{
	   background: #f8f8f8;
	   height: 40px;
	   line-height: 40px;
	 
}


/*****内页BANNER*******/

 
 #banner {  
    width: 100%;
    height: 350px;
    position: relative;

        }
 
 #banner div {
    background-color: #39383E;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;  
    width: 100%;
    height: 350px;
}
.banner-txt{
   top:-120px; 
   position: relative;
    z-index: 9;    
    perspective: 2000px; 
     background: #fff; 
      perspective-origin: top;
       padding-top:1px;
}
.banner-txt2{
   height: 120px;
   border-bottom: 1px solid #ddd;
   padding-top: 30px;
   padding-left: 50px;

}
.banner-txt2 .title{
      text-align: left;
    font-size: 20px;
    font-weight: bold;
    color:#3a3a3a;
}

.mt--50{
  margin-top: -50px;
}
/******合作列表***********/

.huozuolist{
  border:1px solid #ddd;
}
.huozuolist .desc{
  line-height: 20px;
}


/******产品*******/

.listp{
 
}
.listp .img{
  border:1px solid #ddd;
	width: 100%;
	height: 370px;
	overflow:hidden;
  display: inline-block;
	background: #fff;
  border-bottom: none;
}
.listp img{
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.listp .title{		
	line-height: 30px;	
	padding:20px 20px;
	background:#F8F8F8;
	height: 140px;
	overflow-y: hidden;
  border:1px solid #ddd;
  border-top: none;
  margin-top: -10px;
}
.listp .title .subtitle{
  font-size: 18px;
}
.listp:hover  .title{
	background: #000;
	color:#fff;	

}
.listp:hover img{
	transform: scale(1.1);
}
 
.product_body{
	border-bottom: 1px solid #ddd;
	padding-bottom: 100px;
	margin-bottom: 100px;
}
.product_body img,.product_body p img{
	max-width: 100%;
} 

.product_body .title{
	font-size: 22px;
	color:#444;
}
.likeproduct li .img{
  width: 100%;
  height: 200px;
  display: inline-block;
  overflow: hidden;
}

.likeproduct li .img img{
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}
.likeproduct li .img:hover img{
	transform: scale(1.1);
}

.likeproduct li .title{
	height: 50px;
	line-height: 25px;
}

.position, .position a{
	font-size: 12px;
}


/******产品*******/


/******新闻*******/


.active {
    background: #000;
    color:#fff;
}
.fr {
    float: right;
}
 

a:hover{
	color: #000
}

.newslist{
	margin-bottom: 15px;
	padding:10px;
	cursor: pointer;
}
 
.newslistimg{
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.newslistimg a{
	display: block;
	width: 100%;
	height: 100%;
}
.newslist .title{
	font-size: 16px;
	text-align: center;
	display:block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.newslist:hover .title{
	background:#000;
	color:#fff;
}

 

/******新闻*******/

/******关于我们*******/
.about img,.about p  img{
	max-width: 100%;
}
/******关于我们*******/


 

   .fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .6);
    overflow-y: auto;
    z-index: 100;
    display: none;
  }
  .fixed-container {
    width: 280px;
    height: 280px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -140px;
    margin-top: -140px;
}
  .show{
    display: block;
  }



  

#leibie .active,
#leibie :hover {
    color: #fff;
    background: #2b2b2b;
    padding:10px 30px;
}
 
.newslist2{
  height: 170px;
  background: #F8F8F8;
  margin-top: 30px;
}
.newslist2:hover{
  box-shadow: 2px 2px 10px #ddd;
}

.newslist2 .date{
  background: #000;
  color:#fff;
  width: 90px;
  height: 90px;
  padding: 20px;
}
.newslist2 .date span{
  font-size: 18px;
  font-weight: bold;
}
.newslist2 .img{
  width: 300px;
   height: 170px;
}
.newslist2 .img img{
  width: 100%;
  height: 100%;
}
.newslist2 .rightdesc{
  width: calc(100% - 300px);
  padding-left: 50px;
  padding-right: 50px;
}
.newslist2 .title{
  font-size: 16px;
  color:#575757;
  margin-top: 30px;
  padding-bottom: 15px;
  border-bottom:1px solid #ddd;
}
.newslist2 .desc{
  font-size: 12px;
  line-height: 24px;
}
.newslist2:hover{
  background: #356AAB;
}
.newslist2:hover .title,.newslist2:hover .desc{
  color:#fff;
}
.newslist2:hover .title{
  border-color:#fff;
}
.news_body{
  font-size: 14px;
  line-height: 24px;
  color:#666;
  min-height:400px;
}


 .service_info .title{
      color: #595959;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    transition: all ease-out .2s;
 border-bottom: 1px solid #E1E1E1;
 }
.service_info .title::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background-color: #3C3C3C;
    margin-top: 45px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}
.service_info:hover .title::before {
  width: 90%;
}
.service_info  .description{
      color: #848484;
    font-size: 13px;
    line-height: 24px;   
    overflow: hidden;
    width: 100%;
}
.shangxia{
  padding:20px;
  border-radius: 10px;
}
 .shangxia:hover{
  background: #F8B612;
  color:#fff;
  box-shadow: 0 0 10px #f8b612;
 }
 .shangxia:hover a{
    color:#fff;
 }


.online{
  width: auto;
  bottom: 50px;
}

.online dl{
  padding:10px 10px;
  background: #fff;
  border:1px solid #ddd;
  margin-bottom: -2px;
}
.online dl dd{

  color:#999;
}
.online dl dd i{
  font-size: 16px;
}
.online dl:hover{
  background: #666;
}

.online dl dt{
    padding:0;
    right:0;
    top:-180px;
  }
  .online dl dt .title{
    background: #3e3e3e;
    color:#fff;
    padding:15px 20px;
  }
.online dl dt .tel1{
  padding:15px;
  font-size: 14px;
}
.online dl dt .tel1 i{
  margin-right: 10px;
}
.online dl dt .tel1 .tel2{
  font-size: 18px;
}







/*********联系我们*********/
 .contactus{width:100%; overflow: hidden; margin: 40px auto;}
    .contactus .contactus1{width:25%; float: left; text-align: center;}
    .contactus .contactus1 img{max-height: 80px; display: inline-block; margin: 0 auto;}
    .contactus .contactus1 .name{font-size: 18px; line-height: 30px; color:#333; font-weight:500;}
    .contactus .contactus1 .txt{font-size: 14px; line-height: 24px; color:#333;}
  .contactus .contactus2{width:25%; float: left; text-align: center;}
    .contactus .contactus2 img{max-height:120px; display: inline-block; margin: 0 auto;}

/*********文化********/
.titlebig{ height:20px; color:#333; line-height: 20px; font-size: 21px; font-weight: bold;  background: url("/style/xian.jpg") no-repeat left center; padding-left: 10px; margin-top: 30px; margin-bottom: 24px;}
.my_culture{width:1200px; margin: 0 auto;  color:#333;}
.my_culture .linian{display:inline-block; width:100%; margin-bottom:20px;}
.my_culture .linian .culture_left{width:580px; float:left; overflow:hidden;}
.my_culture .linian .culture_left img{max-width:550px;}
.my_culture .linian .culture_right{width:580px; float:right;}
.my_culture .linian .culture_right{font-size:16px; line-height:28px;}
.my_culture .linian .culture_right p{font-size:16px; line-height:28px;}


/*********文化********/
.wh2 {background-color:rgba(255,255,255,1)}
.wh2 ul.content_list {padding-top:75px;padding-bottom:75px;}
.wh2 ul.content_list li {width:25%;    height: 108px;
    float: left;
    margin-left: 0;
    text-align: center;}
.wh2 ul.content_list li div {border-color:rgba(0,0,0,.08);}
.wh2 ul.content_list li p {color:rgba(149,149,149,1);}
.wh2 ul.content_list li p.number .counterDX {color:rgba(60,60,60,1);font-size: 48px;
 
    font-family: HELVETICANEUELTPRO-THEX, Arial;
    text-align: center;
    margin-top: 15px;}
.wh2 ul.content_list li p.number .unit {color:rgba(149,149,149,1);}      


  /*********发展历程********/  

 
.about4{ max-width:1200px; margin:40px auto 0 auto; }
.about4_ch{font-size:18px;color:#FFF;margin-bottom:30px;}
.about4_main{position:relative;padding-left:20px;overflow:hidden; }
.line{width:1px;height:100%; position:absolute;left:26px;z-index:-1;}
.about4_main .onestory{font-size:18px;color:#FFF;height: 60px;  background:url(/style/images/about4_icon.png) left center no-repeat; overflow: hidden;}
.about4_main .onestory .title{width:100px; float: left;   height:60px; line-height: 60px; display: inline-block}
.about4_main .onestory .miaosu{float: left; height:60px; line-height:60px; font-size: 15px;  display: inline-block;}
.about4_main .onestory:last-child{margin-bottom:0px;}
    
    @media(max-width:768px){
        .about4_main{position:relative;padding-left:0px;overflow:hidden;}
       .about4_main .onestory .miaosu{width:250px; font-size: 13px; height:60px; line-height: 20px; }
     .about4_main .onestory .title{width:60px;}
     .about4_main .onestory{font-size:18px;color:#333333;height: 60px;  background:url(/style/images/about4_icon2.png) left center no-repeat; overflow: hidden;}
    }


ul{list-style:none}
.product-section{padding-bottom:50px;position:relative;background:url(../images/productBase-features-bag.jpg) center no-repeat;background-size:cover}
.product-title{padding:50px 10px 30px;font-weight:bold;font-size:20px; line-height:46px;color:#252b3a;text-align:center;color:#ffffff}
 
 
/**********发展历程**********/



@media(max-width: 1440px){
  .listp .img{
  height: 200px;
 
}


}