* {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei","微软雅黑";
}
html,body{
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  font-family: "microsoft yahei" "微软雅黑";
  font-size:14px;
  color:#373737;

}
body{
  overflow-x:hidden;
}
h1,h2,h3,h4,h5{
  margin:0;
  padding:0;
}
a,a:hover{
  text-decoration: none;
}
ul{
  margin:0;
  padding:0;
  list-style: none;
}
img{
max-width:100% !important;}
.home_content{
  width:100%;
  padding:60px 0;
  overflow: hidden;
  background:url(../images/home_bg.png) no-repeat center center;
  background-size:cover;
}

.bt_line{
  background: url(../images/line.png) no-repeat bottom center;
  padding:10px 0 20px;
}


/* 产品展示 */
.home_product{

}

/* 标语 */
.home_biaoyu{
  background:url(../images/biaoyu_bg.jpg) no-repeat center;
  background-size:cover;
}
.text-left{
  text-align: left;
  background:url(../images/biaoyu_line.png) no-repeat right;
}
.tit42{
  font-size:42px;
  font-weight: bold;
  color:#ffe33a;
  letter-spacing: 6px;
  line-height: 80px;
}
.home_biaoyu .p{
  font-size:16px;
  font-weight:700;
  color:white;
  line-height: 30px;
  letter-spacing: 2px;
}
.p18{
  font-size:18px;
  color:white;
  text-align: left;
  margin-left:60px;
}
.img400{
  text-align: left;
margin-left:60px;
}
.img400 img{
  max-width:100%;
  margin:auto;
  margin-top:30px;
}


/* 新闻资讯 */
/* .home_news_item{
  margin-top:40px;
}
.home_news_img{
  width:100%;
  height:310px;
  overflow: hidden;

} */
.home_news_title{
  overflow: hidden;
  padding:20px 20px;
  background:#aace39;

}
.home_news_title h2{
  font-size:20px;
  color:white;
  margin-bottom:10px;
  height:40px;
  line-height: 40px;
  overflow: hidden;
}

.home_news_title p{
  color:white;
  line-height:24px;
}
.home_news_img img{
  max-width:100%;
  height:100%;
  margin:auto;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition:all 1s;
  -o-transition: all 1s;
}
.home_news_img:hover img{
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.home_list{
  overflow: hidden;
}
.home_list li{
  overflow: hidden;
  margin-bottom:20px;
}
.home_list_date{
  border:2px solid #aace39;
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
}
.home_list_date span{
  display: block;
  text-align: center;
  font-size:36px;
  font-weight:bold;
  color:#373737;
  line-height: 54px;
}

.home_list_title{
  overflow: hidden;
}
.home_list_title h3{
  color:#373737;
  font-size:16px;
  font-weight: bold;
  line-height: 40px;
  height:40px;
  overflow: hidden;
}
.home_list_title p{
  line-height:24px;
  height:50px;
}

/* .home_about_img{
  overflow: hidden;
  padding:40px 40px;
} */

/* 关于我们 */
.home_img{
  overflow: hidden;
}
.home_img .imgscale{
  width:100%;
  overflow: hidden;
}
.home_img .imgscale img{
  width:100%;
  position: relative;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}
.home_title{
  position: absolute;
  left:35px;
  top:20px;
  z-index: 99;
  color:white;
  font-size:20px;
  font-weight:bold;
}
.home_title span{
  display:block;
  font-size:14px;
  font-weight:300;
  border-top:2px solid #fff;
  line-height:30px;
  margin-top:10px;
}
.home_img:hover img{
  transform: scale(1.2);  
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.home_img:hover .home_title{
  color:#ffe33a;
}
.home_img:hover span{
  border-top:1px solid #ffe33a;
}
.about_over{
  overflow: hidden;
}
.home_about_title{
  overflow: hidden;
  background: url(../images/line.png) no-repeat left bottom;
  padding: 20px 0;
}
.about_con{
  color:white;
  line-height: 24px;
  padding:30px 0;
}



/* 质量保证 */
.baozheng_con{
  width:100%;
  overflow: hidden;
  padding-top:40px;
}
.l1,.l2,.l3{
  float:left;
  width:calc(100% / 3);
  width:-moz-calc(100% / 3);
  width:-webkit-calc(100% / 3);
  overflow: hidden;
}
.bz_img{
  width:100%;
  height:292px;
  overflow: hidden;
}
.bz_img img{
  max-width: 100%;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;

}
.bz_img:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.bz_con,.bz_con2{
  width:100%;
  height:264px;
  overflow: hidden;
  padding:40px 20px;
  color:white;
}
.bz_con{
background:#aace39;
}
.bz_con2{
  background:#029fe8;
}

.baozheng_tit{
  width:100%;
  overflow: hidden;
  margin-bottom:20px;
}
.baozheng_tit h4{
  font-size:18px;
  font-weight: bold;
  line-height: 40px;
}
.baozheng_tit span{
  display:block;
  line-height: 20px;
}
.bz_con .bz_p,.bz_con2 .bz_p{
  line-height: 24px;
}
/* 版权 */
footer{
  background:#029fe8;
  padding:40px 0;
  width:100%;
  overflow: hidden;
}

.footer_nav{
  width:100%;
  overflow: hidden;
  padding-bottom:20px;
}
.foot_nav ul{
  overflow: hidden;
}
/* .foot_nav ul li{
  width:calc(100% / 8 );
  float:left;
  border-right:1px solid white;
}
.foot_nav ul li:last-child{
  border-right:none;
} */
.footer_nav div span a{
  display:block;
  font-size:16px;
  color:white;
  line-height:40px;
}
.footer_nav ul li{
  line-height:30px;
}
.footer_nav ul li a{
  display: block;
  color:#ccc;
}
.footer_nav ul li a:hover{
  color:#ffe33a;
}
@media(max-width:768px){
  .footer_nav{
    display:none;
  }
}
.copyright{
  width:100%;
  overflow: hidden;
  color:white;
  padding-top:20px;
  border-top:1px solid #ffe33a;
  margin-top:20px;

}
.copyright div{
  line-height:20px;
  text-align:center;
}
.copyright div a{
  color:white;
}
.footer_contact{
  width:100%;
  color:white;
  font-size:14px;
}
.footer_contact span{
  display:block;
  overflow: hidden;
  font-size:16px;
  color:white;
  line-height:40px; 
margin-bottom:20px;
}

.f-left{
  float:left;
  margin-right:60px;
}
.f-left a{
  color:white;
  line-height: 24px;
}


.f36{
  font-size:36px;
  font-weight:bold;
  color:#ffe33a;
  letter-spacing: 2px;
}
.f32{
  font-size:32px;
  font-weight: bold;
  color:white;
  letter-spacing: 2px;
}
.f48{
  font-size:48px;
  font-weight: bold;
  color:white;
  text-align: center;
}

.about-top{
  overflow: hidden;
}
/* 内容页 */
.content_right{ float:right;}
.content_left{ float:left;}
.content { line-height:26px; padding:60px 0px 20px; min-height:300px; }
.content_left .pro_list{
line-height:40px;
background-color:#fff;
}
.content_left .pro_list a{
  width:100%;
  font-size:16px;
  font-weight:bold;
  display:block;
  border-bottom:1px #eaeaea solid;
  padding: 7px 0px 7px 25px;
}
.content_left .pro_list a:hover{
  color:#777;
  background:#eee;
}
.content_left .pro_list .pro_list_sub{
  padding-left:20px;
}
.channelT{ background:#aace39;  color: #fff;  }
.channelT h2{
   padding:10px 0px;
   margin:0px; 
   font-size:24px; 
   text-align:center;
   line-height:52px;
  }
  .content_left .pro_list .pro_list_sub a{
    font-size:14px;
    padding-left:40px;
	font-weight:normal;
  }
/* .content_left{padding:8px 12px 8px 12px;} */


.content_c{
  line-height:27px; 
   padding:40px 0px 40px;  
  min-height:300px;
  overflow:hidden;
}
.content_c h1{font-size:22px; text-align:center;}
.content_c h5{text-align:center;}
.content_wrap h3{ font-size:18px; border-bottom:1px #cdcdcd solid; padding:5px 0px; font-weight:bold; overflow:hidden;} 
.content_wrap h3 span{ float:right; font-size:14px; font-weight:normal;}
.content_c_center{  background:url(../images/content_c_center.jpg) repeat-y; overflow:hidden; }
.content_c_center ol{ overflow:hidden; padding:15px 0px 15px 0px;  margin:0 auto; display:block; }
.content_c_center ol li{  display:block; float:left;}
.content_c_center ol li span{display:block; margin-top:0px; text-align:center; margin-bottom:10px;}
.content_c img{
  max-width:100%;
  margin:auto;
}
.content_c1{
  line-height:27px; 
  padding:40px 0px; 
  min-height:200px;
  overflow:hidden;
  margin-bottom:20px;

}
.xingxiang{
padding-bottom:40px;
border-bottom:1px solid #ccc;
margin-bottom:40px;
}
.xx_tit{
overflow:hidden;
width: 39%;
margin: 0 auto;
}
.content_c hr{
width: 80px;
    height: 1px;
    float: left;
    background-color: #ccc;
    margin-top: 35px;
}
.content_c .xx_tit h3{
font-size:32px;
line-height:60px;
float:left;
margin:0 20px;
border-bottom:0;
}

.content_c .xingxiang img{
width:60%;
display:block;
margin:60px auto;
}

.images_section{text-align:center; min-height:250px;}
.images_section images{  padding:5px; width:expression_r(this.width > 300 && this.height < this.width ? 300:true);
max-width:300px; width:auto;height:expression_r(this.height >180 ? 180:true);
max-height:180px; margin:0 auto; border:1px #d1d1d1 solid;}


.team1 {
  min-height: 230px;
}
.fix img {
  max-width: 100% !important;
/*   height: auto !important; */
}
.img_section1 img{
  padding: 5px;
  max-width: 260px;
height:172px;
  width: auto;
  margin: 0 auto;
}
.img_section img {
  padding: 5px;
  max-width: 260px;
height:172px;
  width: auto;
  margin: 0 auto;
/*   border: 1px solid #d1d1d1; */
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;


}

.img_section_txt {
  font-size: 16px;
  color: #3d3d3d;
  line-height: 36px;
  text-align: center;
}
.img-height,.img-height1{
  overflow: hidden;
  width:100%;
  min-height:165px;
      border: 1px solid #ddd;
}
.img-height:hover img{
transform:scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.r-up {
  float: left;
  width: 100%;
  border-bottom: solid #ebebeb 2px;
  line-height: 45px;
  font-size: 18px;
  text-indent: 20px;
  color: #333;
  font-weight:bold;
}
.r-up span {
  float: right;
  font-size:14px;
  font-weight: normal;
}
.r-up span a {
  font-size: 14px;
  color: #666;
  font-weight: normal;
  line-height: 35px;
}
.r-down {
  float: left;
  margin: 15px 0px;
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  color: #333;
}
.yuangong {
  float: left;
  width: 100%;
  margin-bottom:40px;
  overflow: hidden;
}
/* .yuangong1 {
  position: relative;
  float: left;
  margin-bottom: 25px;
}
.yuangong2 {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
  display: block;
}
#BigImage {
  height: auto;
  width: 100%;
  margin-left: 3px;
  border: solid 1px #eee;
} */
.yuangong img {
  max-width: 100%;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

.yuangong:hover img{
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.brief > h2 {
  font-size: 20px;
  padding-bottom: 15px;
  border-bottom: solid 1px #ccc;
}
.brief > p {
  margin-top: 20px;
  min-height:120px;
}
.zixun {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.zixun ul li {
  float: left;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
}
.zixun li a {
  display: block;
  padding: 0 10px;
  font-size:18px;
}
.z-l a {
  background: #aace39;
  COLOR: #fff;
}
.zixun .fa {
  padding-right: 10px;
}
.z-tel {
  float: left;
  width: 100%;
  margin-top: 40px;
  font-size: 16px;
}
.z-tel i {
  padding-right: 5px;
}
.z-tel span {
  font-size: 30px;
  color: #aace39;
  line-height: 40px;
}

.pro_xq{
  width:100%;
  font-size:16px;
  line-height: 30px;
  padding:10px 20px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid rgba(204,204,204,.5)
}
.p-tittle {
  float: Left;
  width: 100%;
  margin-top: 15px;
  padding: 5px 0px;
  background: #eee;
  padding: 5px 15px;
}

.p-tittle a{
  font-size: 18px;
  font-weight: bold;
  color:#029fe8;
}
.p-tittle a:hover{
  color:#aace39;
}
.p-tittle span{
  display: block;
  float: right;
}
.p-tittle span a {
  color:#666;
  font-size: 12px;
  font-weight: normal;
  display: block;
}
.p-tittle span a:hover{
  color:#029fe8;
}
.honor .pro_list_img{
  overflow: hidden;
  width:100%;
  padding: 40px 0;
}

.pro_list_img .pro_img{
  width:100%;
  overflow: hidden;
}
.pro_list_img .pro_img img {
  max-width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

.honor .pro_list_img li:hover img{
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.pro_list_img p {
  text-align: center;
  line-height: 30px;
  margin-top: 10px;
}

.cf{
width:calc((100% - 40px) / 5);
width:-moz-calc((100% - 40px) / 5);
width:-webkit-calc((100% - 40px) / 5);
margin-right:10px;
float:left;
}
.cf:last-child{
margin-right:0px;
}

/* 新闻中心 */
.news_list{
  border-bottom:1px solid rgba(204, 204, 204, .5);
  /* padding-bottom:20px; */
  overflow: hidden;
  height:100px;
  margin-top:10px;
}
.news_list h4{
  line-height: 30px;
  font-size:16px;
  height:40px;
  overflow: hidden;
}
.news_con_img{
max-height:90px;
overflow:hidden;
}
.news_con_img img{
	max-width: 100%;
    margin: 0 auto;
    height: 80px;
    display: block;
	}
.news_list_con div{
  height:48px;
  line-height: 22px;
  overflow: hidden;
  color:#777;
}
.news_date{
  line-height:60px;
  text-align: right;
      font-size: 14px;
    color: #777;
}

.job_list{
  border-bottom: 1px solid rgba(204, 204, 204, .5);
    overflow: hidden;
}
.job_list h4{
  line-height: 40px;
  font-size:16px;
  height:40px;
  overflow: hidden;

}
.job_date{
  line-height: 40px;
  text-align:right;
}
.title {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;

  font-weight: bold;
  margin-bottom: 10px;
}
.con_title{
  margin-bottom:40px;
}
.job_bt{
overflow:hidden;
margin-bottom:20px;
}
.gangwei h4{
font-weight:bold;
}
.job_date1{
font-size:16px;
font-weight:bold;
text-align:right;
}


.turning{
  padding:40px 0;
}


#pages{
  text-align: center;
  line-height:60px;
}
.text-c a{
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin:0 3px;
}
.text-c a:hover{
  color:#029fe8;
}
.text-c span{
  padding: 5px 10px;
  background: #aace39;
  color: white;

}

/* 人才招聘 */

.hrList_a1_item {
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}
.hrList_a1_title {
  font-size: 30px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* border-bottom: solid #ddd 1px; */
  padding-bottom: 10px;
  line-height: 50px;
  color: #aace39;
}
.hrList_a1_item ul {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 10px 0;
  overflow: hidden;
}
.hrList_a1_item ul li {
  width: calc(100% / 3);
  width: -moz-calc(100% / 3);
    width: -webkit-calc(100% / 3);
  line-height: 30px;
  float:left;
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border:1px solid #ddd;
}
.hrList_a1_item ul li b {
  display: inline-block;
  width: 120px;
  color: #029fe8;
  font-weight: bold;
  border-right:1px solid #ddd;
  margin-left: 10px;
 margin-right: 10px;
}
.hrList_a1_item ul li.other {
  width: 100%;
  line-height: 30px;
  color: #777;
  text-overflow: inherit;
  white-space: inherit;
  padding-left:10px;
}
.hrList_a1_item ul li.other b {
  display: block;
  margin-left:0;
}

.hrList_a1_button a.more{
  text-align: center;
  cursor: pointer;
  display: block;
  height: 30px;
  line-height: 30px;
  width: 80px;
  color: #fff;
  background: #029fe8;
  transition-duration: .3s;
  border-radius: 8px;
  font-size: 14px;
  opacity: 0.7;
}

@media(max-width:768px){
  .hrList_a1_item ul li b{
    width:auto;
  }
}
input, textarea{
  border:1px solid #ccc;
  width:100%;
}
.online-message{
  margin-top:60px;
  overflow: hidden;
  width:100%;
}
.width100{
  width:100%;
  overflow: hidden;
}
.form-horizontal .control-label{
  text-align:left; 
}
input[type="radio"], input[type="checkbox"]{
  width:30%;
}

.map #container {
  height: 500px;
  width: 100%;
}






@media(max-width:767px){
  .text-left {
    text-align: left;
    background:none;
}
  .tit42{
    font-size:24px;
    font-weight: bold;
    color:#ffe33a;
    letter-spacing: 4px;
    line-height: 80px;
  } 
  .p18 {
    font-size: 18px;
    color: white;
    text-align: left;
    margin-left: 20px;
}
.img400 {
  text-align: left;
  margin-left: 20px;
}
.home_news_img{
  height: 226px;
}
.l1,.l2,.l3{
  float:left;
  width:100%;
  overflow: hidden;
}
.bz_img{
  height: 260px;
}
}

/* 首页样式 最新 */


.case_home {
  background: #f6f6f6;
  overflow: hidden;
}
.case_home .case_com {
  width: 100%;
  margin: auto;
  max-width: 1170px;
}
.case_home .case_com .top {
  color: #525252;
  text-align: center;
  padding: 42px 0 34px 0;
}
.case_home .case_com .top span {
  font-size: 26px;
  display: block;
  height: 35px;
  line-height: 26px;
  width: 100%;
  overflow: hidden;
  letter-spacing: 3px;
}
.case_home .case_com .top i {
  font-size: 13px;
  font-style: normal;
  display: block;
  overflow: hidden;
  height: 15px;
  line-height: 15px;
  width: 100%;
}
.case_home .case_com .top em {
  width: 40px;
  height: 4px;
  background: #afafaf;
  margin: auto;
  display: inline-block;
}

.case_home .case_com ul li {
  width: calc(100% / 3);
width: -moz-calc(100% / 3);
width: -webkit-calc(100% / 3);
/*   width:33%9;
   */  float: left;
  padding: 0px 1px;
}
.case_home .case_com ul li .pic_ca {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.case_home .case_com ul li img {
  transition: all 1s;
}
.vcenter {
  /* position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; */
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
  border: 1px solid #ccc;
    padding: 5px;
}
.case_home .case_com ul li .pic_ca .zhe_a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(19, 115, 197, 0.47);
  display: none;
}
/* 
.case_home .case_com ul li a {
  color: #205da5;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  width: 100%;
} */
.case_home .case_com ul li .pic_ca .zhe_a .zhe_n {
  width: 106px;
  height: 100px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 50%;
  margin-left: -53px;
  text-align: center;
}
.case_home .case_com ul li .pic_ca .zhe_a .zhe_n p {
  line-height: 20px;
  color: rgb(255, 255, 255);
  height: 40px;
  width: 100%;
  font-size: 16px;
  margin-bottom: 15px;
  font-family: 微软雅黑, "Microsoft Yahei", Arial;
  overflow: hidden;
}
.case_home .case_com ul li .pic_ca .zhe_a .zhe_n img {
  max-height: 100%;
  max-width: 100%;
}
.case_home .case_com ul li img {
  transition: all 1s;
}
.case_home .case_com ul li .text_ca {
  text-align: center;
  padding: 10px;
}
.case_home .case_com ul li .text_ca p {
  color: #3c3c3c;
  font-size: 15px;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  width: 100%;
}

.case_home .case_com ul li:hover img{
  transform: scale(1.2);
}
.home_about{
  margin-bottom:40px;
}
.home_about_con{
  font-size:16px;
  line-height:30px;
  text-align: justify;
}
.home_about_con span{
  display: block;
  text-align: right;
  margin-top:30px;
}
.home_about_con a{
  color: #fff;
  line-height: 30px;
  font-size: 14px;
  display: block;
  background-color: #029feb;
  width: 100px;
  text-align: center;
  float: right;
}
.home_about_con a:hover{
  text-decoration: none;

}
.home_about_img{
  overflow: hidden;
  height:360px;
}

.home_pro_bg{
  background:url(../images/home_bg.png) no-repeat bottom;
  background-size:cover;
  background-color:#eee;
}
.home_news{
  padding-bottom:60px;
}
.home_news_list{

  overflow: hidden;
  padding-left:15px;
}
.home_news_list ul{
  margin:0;
  padding:0;
}
.home_news_list ul li{
  width:100% !important;
  float:none !important;
  line-height: 40px;
  border-bottom:dotted 1px #ccc;
}
.home_news_list ul li a{
  color:#333;
  font-size:16px;
}
.home_news_list img{
  max-width:100%;
  width:100%;
  transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
.home_news_list ul li span{
  float:right;
  color:#ccc;
}
.home_news_item{
  position: relative;
  overflow: hidden;
  width:100%;
  border: 1px solid #ccc;
    padding: 5px;
}
.item_tit{
  position: absolute;
    bottom: 0;
    left: 0;
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    background-color: rgba(255,255,255,0.3);
    color: white;
    padding: 0 20px;
    width: 100%;
    font-size: 16px;
}
.home_news_item:hover img{
  transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.home_new_desc a{
  display: block;
  font-size:14px !important;
  line-height: 24px;
  height:24px;
  overflow: hidden;
  color:#777 !important;
  margin-bottom:10px
}
.home_new_desc a:hover{
  text-decoration: none;
}
.no-paddingleft{
  padding-left:0;
}

.enbg{
  background-color:#029feb;
}

.yanfa{
  background:url(../images/home_bg.png) no-repeat bottom;
  background-size:cover;
}





/* @media */

@media(max-width:767px){
.home_about_con{
  font-size:14px;
  padding:0 30px;
}
.home_about_img{
  height:220px;
}
.news_list h4{
height:30px;
}
.news_con_img img{
height:60px;
}
.case_home .case_com ul li{
padding-right: 10px;
}
.content_c{
padding:20px 0;
}
.hrList_a1_item ul li {
    width: 100%;
    line-height: 30px;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #ddd;
}
}

@media(min-width:1024px){
.s2,.s3{
display:none;
}
}

@media(max-width:1024px) and (min-width:450px){
.s1,.s3{
display:none;
}
}
@media(max-width:450px){
.s1,.s2{
display:none;
}

}
