/* 
* @Author: xuming
* @Date:   2017-10-19 09:54:31
* @Last Modified by:   anchen
* @Last Modified time: 2017-10-23 14:03:11
*/



/*content start*/
.content{ width: 100%; }
.content-header {position: relative;}

.content-header img{
  max-width:100%;
  min-width:100%;
  min-height:140px;
}
.content-header .info{
  position:absolute;
  left:12.3%;
  top:29%;
}
.content-header .info h2{font-size:48px;color:#262f38; margin-top: 30px;} 
.content-header .info h3{ font-size: 30px;color:#262f38;}
.content_product{ background: #fff;}
.content_product_top{
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
}
.product_list{ width: 1200px; margin: 0 auto;}
.product_list .active{ border-left: 1px solid #e3e3e3;}
.product_list li{ 
    padding: 10px 0;
    height: 135px;
    line-height: 22px;
    float: left;
    list-style: none;
    border-right: 1px solid #e3e3e3;
    position: relative;
}
.product_list li i{
    display: none;
    position: absolute;
    bottom: -10px;
    left: 70px;
    color: #3b444c;
  }
.product_list li i.cur_icon{ display: block;}
.content_product_bottom{ width: 100%;background-color: #3b444d;}
.content_product_bottom .intro{ width: 1200px;margin: 0 auto;min-height: 42px;}
.intro a{ float: left; color: #fff;line-height: 42px;padding: 0 15px;font-size: 14px;}
.intro a.active{ color:#a60c2f;}
.intro a:hover{ color:#a60c2f;}
.content_text{ width: 100%;}
.text_con{ width: 1200px;margin: 0 auto;}
.text_left{
  width: 75%;
}
.text_left h3{    
    padding-top: 15px;
    padding-bottom: 3px;
    border-bottom: none;
    font-size: 35px;
}
.line_btn{ text-align: left;}
.line_btn a{ 
    display: inline-block;
    width: 190px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background-color: #a60c2f;
    margin-top: 10px;
    font-size: 16px;
}
.info_text{
    padding: 20px;
    border-top: 1px solid #8c8d95;
    padding-top: 15px;
    margin-top: 20px;
}
.text_right{ 
  width: 25%;

}
.text_right_con{ border-bottom: 5px solid #2eabc4; background: #f1f1f1;}
.text_right_con h3{ 
 
  color: #ab183a;
  font-size: 16px;
  padding: 15px 0 15px 10px;
}

.prduct_mv div{ display: inline-block;}
.prduct_mv_img{ width: 40%;}
.prduct_mv_text{ width: 60%;}
.prduct_mv_img{ margin: 10px 0 0 0;}


.content_img{ background: #f7f7f7;width: 100%;}
.content_img_pic{ width: 1200px;margin: 0 auto;}
.content_img_pic h3{ 
    padding: 50px 0 30px 0;
    color: #3d4a57;
    font-size: 35px;
    border-bottom: 1px solid #8c8d95;
}

.technology_img img{
  display: block;
  margin: 0 auto;
  width:100%;
}
.dowmload{
  width: 979px; 
  text-align: center;
  background: #fff;
  border-top: 1px solid #f1f1f1;
  padding: 20px 0;
  margin: 0 auto;

}
.dowmload a{ 

    display: inline-block;
    width: 190px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background-color: #a60c2f;
    margin-top: 10px;
    font-size: 16px;
    margin-left: 95px;
}
/*content stop*/
