*{
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  font-size: 14px;
}

.body{
  width: 100%;
  background-color: #f1f1f1;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #333;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  } 
/* 澶撮儴鏍峰紡 */
.top{
  width: 1190px;
  height: 30px;
  background-color: #f1f1f1;
  color: #99a2b2;
  margin:0 auto;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.top *{
  font-size: 12px;
  color:#666;
}
.toplist{
  display: flex;
  align-items: center;
  color:#666;
}
.toplist .li{
  margin-right: 12px;
  position: relative;
  cursor: pointer;
}
.toplist .li .wxApp {
   display: none;
  background: #fff;
  left: -40px;
  width: 145px;
  padding: 10px;
  position: absolute;
  top:30px;
  border: 1px solid #e8e6e8;
  line-height: 22px;
  z-index: 9999;
}
.wxApp p {
  padding-top: 0px;
  display: block;
  color: #000000;
  color: #6b6c6c;
  height: auto;
  line-height: 20px;
  padding-bottom: 5px;
  text-align: center;
}
.toplist .li:hover .wxApp {
  display: block;
}
/* 澶撮儴鏍囬 */
.header{
  width: 1190px;
  height: 105px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.header img.logo{
  height:70px
}
.header h1{
  font-size:48px;
  font-weight: 400;
  margin-left: 100px;
}
/* banner */
.banner{
  width: 1190px;
  height: auto;
  margin: 0 auto;
  background-color: #f1f1f1;
  text-align: center;
}
.banner img{
  display: block;
  width: 100%;
  height: auto;
}

/* 瀵艰埅 */
.navbody{
  background-color: #d8312b;
}
.nav{
  width: 1190px;
  height: 55px;
  margin: 0 auto;
  line-height: 55px;
  background-color: #d8312b;
  color: #fff;
  font-size: 13px;
  padding-left: 29px;
  box-sizing: border-box; 
}

.nav a{
  display: block;
  float: left;
  margin-left:28px;
  font-size: 16px;
  width: 94px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-top: 12px;
  border-radius: 3px;
  color: #fff;
}
.nav a.item,.nav a:hover{
 
 
  color: #d8312b;
  background-color: #fff;
 
}

/* 鍏徃浠嬬粛 */

.introduce{
  width: 1190px;
  margin: 0 auto;
  margin-top:80px;
  display: flex;
  padding: 0 10px;
  box-sizing: border-box;
  align-items: flex-start;
}
.introduce .logo{
  width: 500px;
  height: 400px;
  overflow: hidden;
  
}
.introduce .logo img{
  width: 100%;
  height:auto;
}
.introduce .logo2{
  width:400px;
  height: auto;
  overflow: hidden;
  margin-top:90px;
}
.introduce .logo2 img{
  width: 100%;
  height:auto;
}
.introduce .product{
  width: 500px;
  height: 500px;
  overflow: hidden;
  
}
.introduce .product img{
  width: 100%;
  height:auto;
}
.introduce .ercode{
  width:400px;
  height: auto;
  overflow: hidden;
  margin-top:30px;
  padding-right:80px;
  text-align: center;
  line-height: 30px;
}
.introduce .ercode img{
  width: 100%;
  height:auto;
  margin-bottom: 20px;
}
.text{
  padding:0px 55px;
  box-sizing: border-box;
  flex: 1;
}
.text.sub{
  padding:0px 60px 0px 5px;
}
.text h1{
  font-size: 53px;
  color: #ea544b;
}
.text.pro h3{
  font-size:36px;
  color: #000;
}
.text h3{
  font-size: 24px;
  color: #000;
  font-weight: bolder;
  margin: 16px 0;
}
.text span{
  color: #7a7d8e;
}
.text .content{
  font-size: 14px;
  color: #666;
  line-height: 28px;
  margin-top:30px;
  height: auto;
  overflow: hidden;
}
.prodetail{
  font-size: 14px;
  color: #666;
  line-height: 28px;
  margin-top:30px;
  height: auto;
  margin-bottom: 50px;
}
.prodetail li{
  line-height:36px;
}
.text .contact{
  font-size: 14px;
  color: #666;
  line-height: 28px;
  margin-top:30px;
  height: auto;
  margin-bottom: 50px;
}
.text .contact li{
  line-height:40px;
}
.text .btn{
  width: 113px;
  height:28px;
  border: 1px solid #eaeaea;
  color: #99a2b2;
  margin-top: 20px;
  line-height:28px;
  display: flex;
  align-items: center;
  justify-content: center;

}

/* 鍏徃浜у搧 */

.products{
  width: 1190px;
  margin: 0 auto;
  margin-top:80px;
  padding: 0 10px;
  box-sizing: border-box;
  /* height: 500px;
  overflow: hidden; */
}
.title{
  display: flex;
  align-items:flex-end;
}
.title h1{
  font-size: 50px;
  color: #ea544b;
}
.title h3{
  
  margin-left: 30px;
  font-size: 24px;
  color: #2F3139;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: 2px;
}
.pitem{
  height:auto;
 
  margin-bottom:40px;
  clear: both;
}
.tags{
  height: 48px;
  line-height: 48px;
  border-bottom: 0px solid #f6f6f6;
  color: #99a2b2;
  font-size: 14px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.tags a:last-child{
  color: #666;
}
.tags a{
  display: block;
  float: left;
  margin-right: 30px
}
.tags .on{
  color: #e7535c;
  border-bottom: 1px solid #e7535c;
}
.series{
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #f6f6f6;
  color: #99a2b2;
  font-size: 14px;
  margin-top: 20px;

}
.series a{
  display: block;
  float: left;
  margin-right: 30px
}
.serstyle{
  color: #e7535c;
  border-bottom: 1px solid #e7535c;
}
.show{
  height: auto;
  margin-top: 0px;
   display: flex;
  
  flex-wrap: wrap;
}
.show li{
  width: 267px;
  height:310px;
  display:block;
  float: left;
  margin-right:30px;
  border-radius: 4px;
  margin-top:50px;
	transition: all .25s ease;
	-webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .02), 0 15px 40px 0 rgba(0, 0, 0, .02);
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .02), 0 15px 40px 0 rgba(0, 0, 0, .02);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.show li:nth-child(4n){
	  margin-right:0px;
}
.show li a{
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  padding-top: 20px;
  color:#666;

}
.show li a:last-child{
  white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  height:30px;
 
  width: 230px;
  
  
}
.show li img{
  width: 230px;
  height: 230px;
  display: block;
  margin: 0px auto;
}
.show li:hover {
	-webkit-transform: translate3d(0, -8px, 0);
	-moz-transform: translate3d(0, -8px, 0);
	-o-transform: translate3d(0, -8px, 0);
	-ms-transform: translate3d(0, -8px, 0);
	transform: translate3d(0, -8px, 0);
	-webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .06), 0 15px 40px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .06), 0 15px 40px 0 rgba(0, 0, 0, .12);
  background-color: #d8312b;
}
.show li:hover a{color: #fff;}
/* 鎷涘晢鏀跨瓥 */
.policy{
  width: 1190px;
  margin: 0 auto;
  margin-top:50px;
}
.count{
  width: 100%;
  height: auto;
  min-height:200px;
  margin-top: 60px;
  background-color: #f4f4f4;
  padding:60px 80px;
  box-sizing: border-box;
  line-height: 26px;
  color: #949398;
  display: flex;

  
}
.sczc-content{
overflow: auto;
color: rgb(0, 0, 0);
 
    font-size: 14px;
    height: auto;
    max-height:550px;
    overflow-y: auto;
    line-height: 24px;
    margin:0px;
    min-height:200px;
    width:100%;
}

/* 鏂伴椈鍔ㄦ�� */
.news{
  width: 1190px;
  margin: 0 auto;
  margin-top: 100px;
  color: #9ba5bb;
}
.newbody{
  display: flex;
}
.newbody .series{
  margin-top:38px;
}
.newbody .left{
  width: 340px;
  height: 420px;
  background-color: #f4f4f4;
  padding: 30px 27px;
  box-sizing: border-box;
  margin-top:50px;
   margin-right: 55px;
}
.newbody .left .desc{
 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
     overflow: hidden;
      color: #949398;
      margin-top: 10px;
  margin-bottom: 10px;
}
.left span{
  color: #949398;
}
.left h4 a{
  font-size: 14px;
  color: #000;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 20px;
}

.left .desc a{
  line-height: 28px;
  
  color: #949398;
 
}
.left img{
	width:248px;
	height:190px;
	    display: block;
}
.left .redbtn{
  width: 69px;
  height: 26px;
  background-color: #eb544b;
  margin-top: 20px;
  border: 0;
  color: #fff;
  display: block;
    line-height: 26px;
        text-align: center;
}
.right{
  width: 100%;
 
}
.newsser li{
  height: 115px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f7f7f7;
  padding: 30px 0;
  box-sizing: border-box;
}
.newtext{
  display: flex;
}
.newsser li .newtext{
	
	flex:1;
}
.newsser li .newtext .desc{
	    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    width: 600px;
}
.newsser li .d{
	width:150px;
	    text-align: right;
}
.newtext .desc a{
    color: #949398;
}
.newtext .a{
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 18px;
  color: #000;
}
.newtext p{
  color: #949398;
}
.icon-dian:before{
  color: #ec5449;
}
.icon-NEW-copy:before{
  color: #ec5449;
}

/* 鐣欒█ */
.message{
  width: 1190px;
  margin: 0 auto;
  margin-top: 100px;
  display: flex
}
.request{
  width: 50%;
  height: 665px;
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  align-items: center;
  
  box-sizing: border-box;
}
.request form{
  margin-left: 90px;
  margin-right:20px;
}
.request table td{padding:150px 0px;}
.fast{
  background-color: #f9fafc;
}
.messtitle{
  margin-top: 38px;
}
.messtitle h2{
  font-size: 25px;
  text-align: center;
}
.messtitle hr{
  width: 252px;
  margin: 12px 0;
}
.messtitle p{
  text-align: center;
  font-size: 15px;
}
.request table{
  width:400px;
  margin-top: 40px;
  border-collapse:collapse;border-style:none;
 
}
.request table td{padding:3px 0px;}
.enter{
  width: 100%;
  height: 50px;
  border: 1px solid #eee;
  border-radius: 5px;
  font-size: 16px;
  padding: 18px;
  box-sizing: border-box;
  margin-bottom: 10px;
  outline-style: none;
}
 
.submit{
  width:100%;
  height: 50px;
  display: block;
  margin-right: 0px;
  background-color: #da272a;
  color: #fff;
  border: 0;
  margin-bottom: 10px;
}
.province{
  width:275px;
  display: flex;
  justify-content: space-between;
}
.inpcode{
  display: flex;
  justify-content: space-between;
}
.inpcode button{
  width: 160px;
  height: 50px;
  display: block;
  margin-right: 0px;
  background-color: #da272a;
  color: #fff;
  border: 0;
  margin-bottom: 10px;
  margin-left: 10px;
  border-radius:3px;
}
.option{
  width: 48%;
  font-size: 14px;
  border-radius:3px;
 
} 
 
.area{
  height:85px;
}
.submit{
  border-radius:3px;

}
.agre{
  margin-top: 40px;
}

.agre a{
  color: dodgerblue;
}
.agre p{
  margin-bottom: 5px;
}
.intention{
  margin-top: 50px;
}
.intention li{
  line-height:40px;
}
.intention p{
  margin-bottom: 10px;
}
.radio{
  margin-right: 5px;
}


/* 搴曢儴淇℃伅 */
.method{
  width: 1190px;
  height: 220px;
  background-color: #f0f0f0;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  padding: 25px 10px;
  box-sizing: border-box;
  margin-bottom:60px;
}
.statement ul{
  display: flex;
}
.statement ul li{
  font-size: 16px;
  margin-right: 20px
}
.statement p{
  margin-top: 28px;
  line-height: 26px
}
.qrcode{
  margin-left: 150px;
  text-align: center;
}


/* 搴曢儴 */
.bodfoot{
  background-color: #191919;
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -50%;
}
.footer{
  width: 1190px;
  height: 60px;
  margin: 0 auto;
  background-color: #191919;
  
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.footer span{
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  margin-right: 40px;
}
.footer .tel{
  font-size: 24px;
}
.filed{
  width: 140px;
  height: 48px;
  background-color: #bc363b;
  color: #fff;
  font-size: 24px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
}
.prodetail label{
  width:80px;
  display: inline-block;
  text-align: right;
  padding-right: 10px;
}
.info label{
  display: block;
  font-weight: bolder;
  font-size:18px;
  line-height: 50px;
  color: #000;
}

.bfooter {
    width: 100%;
    background-color: #f0f0f0;
    height: auto;
    overflow: hidden;margin-top:10px;
}
.jfooter {
    width: 1190px;
    margin: 0 auto;
    overflow: hidden;
    border-top: 0px #c8000b solid;
    padding-bottom: 20px;
}
.jfooter .jfooter-left {
    width: 810px;
    height: auto;
    float: left;
    margin-right: 30px;
}
.jfooter .jfooter-right {
    width: 180px;
    height: auto;
    text-align: center;
    float: right;
    font-size: 12px;
    line-height: 34px;
    padding-top: 20px;
}
.jfooter .jfooter-right img {
    width: 130px;
}
.jfooter p {
    text-align: left;
    line-height: 27px;
    padding-left: 10px;
}
.jfooter .jbottom_menu {
    height: 40px;
    border-bottom: 0px #dfdfdf solid;
    text-align: left;
    padding-top: 20px;
    padding-left: 3px;
}

.jfooter p a {
    color: #323232;
    padding: 0px 7px;
}
.jfooter .jbottom_menu a {
    display: inline-block;
    font-size: 16px;
}
.jfooter .fimg {
    padding-top: 15px;
}
.pageinfo{width:100%;text-align:center}
.page{width:auto;display:inline-block}
.page span,.page a{height:26px;line-height:26px;border:solid 1px #ECECEC;display:block;float:left;width:auto;padding:0px 10px;text-align:center;margin-right:6px;color:#606266;background-color:#fff}
.page .agobtn{float:right;border:1px solid #DDD;padding:0px 10px;color:#666;background-color:#f7f7f7}
.page .input-txt{width:30px;height:28px;margin:0 3px;line-height:28px;font-size:14px;text-align:center;border:1px solid #CCC;padding-left:5px;padding-right:5px;box-sizing:border-box}
.page .c{background-color:#f13232;color:#fff;text-align:center}