
/* CSS Document */

body,div,p,h1,h2,h3,h4,h5,h6,img,ul,li,a,strong,span,p,dl,dt,dd,input,textarea{
    margin:0;
    padding:0;
    list-style:none;
    border:0;
    text-decoration:none;
    font-family:"microsoft yahei",SimSun;
    font-weight: normal;
    color:#333;
}
.m-20{
  margin-top: 20px;
}
.w-1260{
  width: 1260px;
  margin:0 auto;
}



/*menu*/
.h-menu-bg{

  width: 100%;
  height: 57px;
  margin:0 auto;
  background: #e1000f
}
.h-menu{

  width:1260px;
/*  text-align: center;*/
  margin:0 auto;
}
.h-menu li{
  position: relative;
  display: inline-block;
  width: 11.5%;
  height: 49px;
  transition: all 0.3s ease-out;

}
.h-menu li a{
  display: block;
  margin-top: 10px;
  line-height: 33px;
  width: 95%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease-out;
}

.h-menu li:hover a{
  color: #fff;
  background: #c00310;
  border-radius: 5px;
}
.h-menu li:before{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 0%;
  height: 3px;
  background-color: #c00310;
  transition: all 0.3s ease-out;
}

/*.h-menu li:after{*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 19px;*/
/*  right: 1px;*/
/*  width: 1px;*/
/*  height: 18px;*/
/*  background-color: #fff;*/
/*}*/





#banner{
    width: 100%;
    overflow: hidden;

}
#banner img{
    float: left;
}



.fenge{
  width: 100%;
  height: 139px;
  background: url(../images/im_03.jpg) no-repeat center;
  margin:0 auto;
  overflow: hidden;
}
.fengel{
  width: 230px;
  height: 49px;
  line-height: 49px;
  font-size: 30px;
  font-family: arial;
  margin-left:345px;
  color: #e1000f;
  margin-top: 45px;
  float: left;
}
.fengez{
  width: 466px;
  height: 49px;
  line-height: 49px;
  font-size: 20px;
  color: #e1000f;
  margin-top: 45px;
  float: left;
  margin-left:55px;
}
.fenger{
  float: right;
  background: #e1000f;
  margin-top: 57px;
  padding:5px 30px 5px 30px;
  border-radius: 5px;

}

.fenger a{
  color: #fff;
  
}




/*标题*/
.tit01 h2{
width: 100%;
    height: 51px;
    font-size: 35px;
    color: #333;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0px;
}
.tit01 .zi01{
  display: block;
  width: 200px;
  height: 19px;
  text-align: center;
  font-size: 17px;

  text-transform: uppercase;
  letter-spacing: 0px;
  border-radius: 5px;
  margin:0 auto;
  font-family: arial
}
.tit01 .zi02{
  display: block;
  text-align: center;
  font-size: 15px;
  color: #878787;
  letter-spacing: 0px;
}


/*产品*/
.da_cpal{
  width: 256px;
/*  height: 822px;*/
  float: left;margin-top: 10px;
}
.da_cpal li{
  width: 256px;
  height: 51px;
  background: #ededed;
  border-bottom: 1px dashed #cacaca;
  background: #ededed;  
}
.da_cpal li a{
  text-align: center;
  line-height: 51px;
  display: block;
  font-size: 16px;
  color: #333;
}
.da_cpal li:hover{
  background: #e0e0e0;
}

.da_cpar{
  width: 930px;
/*  height: 822px;*/
  float: left;
  margin-left: 10px;
}






/*
内页样式end
*/
.da_cpa{
overflow: hidden;
}
.jg-pro{
  width: 950px;
  height: auto;
  overflow: hidden;
}
.jg-pro li{
  float: left;
  margin-right: 14px;

  width: 300px;
  height: 320px;
  background-color: #FFF;
  overflow: hidden;
  padding-bottom: 8%;
}
.jg-pro li .tu{
  position: relative;
  width: 300px;
  height: 300px;
  border:1px solid #efefef;
  box-sizing: border-box;
  overflow: hidden;
}
.jg-pro li .tu a img{
  width: 300px;
  height: 300px;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
}
.jg-pro li:hover .tu a img{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.jg-pro li .tu a.more{
  border: 2px solid rgba(204,204,204,0.8);
  background-color: rgba(0,0,0,0.6);
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 16px;
  padding: 10px 20px;
  color: #DDD;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  margin-top: -60px;
  margin-left: -55px;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
  opacity: 0;
}
.jg-pro li:hover .tu a.more{
  opacity: 1;
  margin-top: -20px;
}
.jg-pro li .tu:before{
  display: block;
  opacity: 0;
  content: '';
  background-color: rgba(0,0,0,0.3);
  ilter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
}
.jg-pro li:hover .tu:before{
  opacity: 1;
}
.jg-pro li .tit{
  padding: 20px 20px 0px;
}
.jg-pro li .tit a h3{
  font-size: 18px;
  padding-bottom: 6px;
  color: #333;
  height: 40px;
  overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.jg-pro li .tit p.intro{
  height: 41px;
  font-size: 14px;
  color: #666;
  line-height: 150%;
  overflow: hidden;    
  width: 50%;
  float: left;
}
.jg-pro li .tit span{
  line-height: 25px;
  font-size: 14px;
  color: #fff;
  background: #e60012;  
  width: 30%;
  float: left;
  margin-left: 25px;
  border-radius: 5px;
  text-align: center;
  margin-top: -20px;
}

.jg-about-w{
  width: 100%;
  height: 531px;
  background: url(../images/about-bg.jpg) top center no-repeat;
  overflow: hidden;
}
.jg-about{
  margin-top: 60px;
  width: 585px;
  height: auto;
}
.jg-about h3 strong{
  display: block;
  margin-top: 20px;
  font-size: 32px;
  color: #2a2a2a;
}
.jg-about .cont{
  margin-top: 30px;
  width: 100%;
  height: 227px;
  font-size: 16px;
  color: #2a2a2a;
  line-height: 210%;
  letter-spacing: 0px;
  overflow: hidden;
}
.jg-about .cont p,
.jg-about .cont p a,
.jg-about .cont p strong,
.jg-about .cont strong{
  font-size: 16px;
  color: #2a2a2a;
  line-height: 210%;
  letter-spacing: 0px;
}
.jg-about .more a{
  display: block;
  margin-top: 35px;
  width: 129px;
  height: 37px;
  border:1px solid #29a2ff;
  font-size: 16px;
  color: #2a2a2a;
  line-height: 37px;
  text-align: center;
}

/*文化*/
.wenhua{
  width: 100%;
  height: 208px;
  background: url(../images/im_11.jpg) no-repeat center;
  margin:0 auto;
  overflow: hidden;

}
.wenhua01{
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  margin-top: 70px;
}
.wenhua02{
  font-size: 20px;
  color: #fff;
  margin-top:6px;
}
.wenhua03{
  font-size: 14px;
  color: #fff;
  margin-top:6px;
  font-family: arial;

}

/*简介*/
.about{
  width: 100%;
  height: 603px;
  background: url(../images/im_13.jpg) no-repeat center;
  margin:0 auto;
  margin-top: 40px;
}
.about01{
  color: #616161;
  font-size: 16px;
  line-height: 43px;
  width: 646px;
  margin-left:617px;
  padding-top: 55px;
}
.more01{
  width: 70px;
  height: 29px;
  background: #e1000f;
  border-radius: 6px;
  margin-left:617px;
  margin-top: 30px;
}
.more01 a{
  text-align: center;
  line-height: 29px;
  text-transform:uppercase;
  color: #fff;
  display: block;
  font-size: 14px;

}

/*底部*/
.dfoot{
  width: 100%;
  height: 107px;
  background: #333;
  overflow: hidden
}
.dfoot p{
  color: #e0e0e0;
  text-align: center;
  font-size: 14px;
  margin-top: 40px;
}


/*about 内页*/
  /*当前位置*/
.ny-weizhi{padding:10px 0px;/*width: 100%;*/height: auto;background-color: #efefef;border:1px solid #DFDEDE;}
.ny-weizhi .ny-r-t{margin:0 auto;width: 1200px; font-size: 15px;color: #333;}
.tit-line{width: 100%;height: 10px;border-bottom: 1px solid #e5e5e5;}

.ny-cont {
    padding: 10px 0px 20px 0px;
    margin: 0 auto;
    width: 1260px;
    font-size: 15px;
    color: #333;
    line-height: 190%;
    letter-spacing: 0px;
    overflow: hidden;
}
.ny-cont p, .ny-cont p a {
    
    font-size: 15px;
    color: #333;
    line-height: 230%;
}

.contactleft{
  float: left;
  width: 49%;
}
.contactright{
  float: right;
  width: 49%;
}


/*分页*/
.met_pager{
  margin:0 auto;
  font-size:14px;
  font-family:微软雅黑;
  margin-top: 20px;
}
.met_pager ul{
  width: 100%;
  text-align: center;
}
.met_pager li{
  margin-bottom: 0;
  width:auto;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  float: none;
  display: inline-block;
  margin-left: 10px;
  line-height: 1;
}
.met_pager li.active{
  background: #1db69a;
  color: #fff;
  border: 1px solid #1db69a;
}
.met_pager a,
.met_pager span{
  display:block;
  padding:10px;
  color:#333;
  text-decoration:none;
}
.met_pager li:hover,
.page .on{
  background: #1db69a;
  color: #fff;
  border: 1px solid #1db69a;
  cursor: pointer;
}
