.gray_body{background: #fbfaf9;}
.ratio-img,.ratio-img img{width: 100%;}
.margin_b100{margin-bottom: 100px;}
@media only screen and (max-width: 1366px) {
.margin_b100{margin-bottom: 70px;}
}
@media only screen and (max-width: 1024px) {
.margin_b100{margin-bottom: 50px;}

}
@media only screen and (max-width: 767px) {
.margin_b100{margin-bottom: 30px;}

}

/*图片经过*/
.tran_scale{ overflow:hidden; display:block;}
.tran_scale img{-webkit-transition: opacity .4s ease-in,-webkit-transform .6s linear;transition: opacity .4s ease-in,transform .6s linear;}

@media only screen and (min-width:1025px) {
.tran_scale:hover img{transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);-moz-:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);}


}
/*问卷调查*/
.survey_cont{margin-bottom: 100px;}
.survey_iteam{margin-bottom: 40px;}
.survey_cont h3{margin-bottom: 25px;}
.survey_cont h3 i{color: #01ca00;margin-left: 5px;}
.survey_cont{background: #fff;padding: 30px 215px 60px 55px;}
.survey_form{padding-right: 45px;}
.survey_form ul{overflow: hidden;margin: 0 -5px;}
.survey_form li{width: 33.33%;float: left;}
.survey_form .form_w{margin:0 5px;}
.survey_form .form_w input{width: 100%;box-sizing:border-box;height: 30px;line-height: 30px;background: #fbfaf9;border:1px solid #d4d4d4;padding: 0 10px;}

.survey_sex ul{overflow: hidden;}
.survey_sex li{float: left;margin-right: 30px;line-height: 24px;cursor: pointer;}
.survey_sex li:last-child{margin-right: 0;}
.survey_sex li i{border-radius: 50%; float: left;width: 10px;height: 10px;border:1px solid #d6d6d6;background: #fbfaf9;position: relative;top:6px;margin-right: 10px;}
.survey_sex li.on i{background: #01c700;}

.survey_chose li{overflow: hidden;cursor: pointer;margin-bottom: 10px;}
.survey_chose li:last-child{margin-bottom: 0;}
.survey_chose span{float: left;width: 11px;height: 11px;border: 1px solid #8a8a8a;position: relative;margin-top: 6px;}
.survey_chose span i{width: 7px;height: 7px;background: #f4f0ee;position: absolute;left: 50%;top:50%;margin-top: -3.5px;margin-left: -3.5px;}
.survey_chose p{float: right;width: calc(100% - 20px);line-height: 24px;}
.survey_chose li.on span{border: 1px solid #01c700;}
.survey_chose li.on span i{background: #01c700;}

.survey_area textarea{width: 100%;box-sizing:border-box;background: #fbfaf9;height: 200px;padding: 20px;border:1px solid #d4d4d4;}
.survey_btn button{display: inline-block;width: 160px;height: 36px;line-height: 36px;text-align: center;background: #01cb00;color: #fff;border: none;outline: none;}
@media only screen and (max-width: 1366px) {
.survey_cont{padding: 30px 50px;padding-bottom: 50px;}
.survey_cont{margin-bottom: 70px;}
}
@media only screen and (max-width: 1024px) {
.survey_cont h3{margin-bottom: 15px;}
.survey_cont{margin-bottom: 50px;}
.survey_form{padding: 0;}
.survey_btn{text-align: center;}
}
@media only screen and (max-width: 767px) {
.survey_cont{margin-bottom: 30px;padding: 20px;}
.survey_form li{width: 100%;margin-bottom: 10px;}
.survey_form li:last-child{margin-bottom: 0;}
.survey_iteam{margin-bottom: 20px;}
.survey_area textarea{height: 120px;}
.survey_btn button{width: 120px;}
}

/*新产品通讯录*/
.new_pro ul{overflow: hidden;margin:0 -15px;padding-bottom: 30px;}
.new_pro li{float: left;width: 50%;margin-bottom: 30px;}
.new_pro dl{margin:0 15px;background: #fbfaf9;overflow: hidden;}
.new_pro dt{float: left;width: 350px;}
.new_pro dd{float: right;width: calc(100% - 350px)}
.newpro_box{padding: 40px 10px;}
.newpro_box h3{line-height: 24px;margin-bottom: 10px;font-weight: bold;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.newpro_box p{line-height: 24px;height: 48px;color: #989898;margin-bottom: 20px;
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.pro_more a i{color: #01cb00;float: left;margin-right: 8px;font-weight: bold;}
.new_pro .page{margin:0;}
@media only screen and (max-width: 1366px) {
.new_pro dt{width: 300px;}
.new_pro dd{width: calc(100% - 300px)}
}
@media only screen and (max-width: 1280px) {
.new_pro dt{width: 280px;}
.new_pro dd{width: calc(100% - 280px)}
.new_pro ul{margin:0 -10px;}
.new_pro dl{margin:0 10px;}
.new_pro li{margin-bottom: 20px;}
.newpro_box{padding: 30px 10px;}

}
@media only screen and (max-width: 1024px) {
.new_pro dt{width: 190px;}
.new_pro dd{width: calc(100% - 190px)}

.newpro_box{padding:10px;}
.newpro_box p{margin-bottom: 10px;}
.newpro_box h3{margin-bottom: 5px;}
}
@media only screen and (max-width: 767px) {
.new_pro dt{float: none;width: 100%;}
.new_pro dd{float: none;width: 100%}
.new_pro ul{margin:0;padding: 0;}
.new_pro dl{margin:0;}
.new_pro li{float: none;width: 100%;}
.newpro_box{padding: 20px;}
.newpro_box p{height: auto;max-height: 48px;}
}
@media only screen and (min-width: 1025px) {
.survey_btn button{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.survey_btn button:hover{opacity: 0.8;}

}



