/*初始化样式*/
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,navs,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;color: #000000;}

a:hover,a:active,a:focus{text-decoration:none;outline:none;}

input{padding:0;margin:0;font-family:'Microsoft YaHei';} 
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}
 
h1,h2{font-size:12px;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
hr {border: 0;border-top:1px solid #ccc;height:0;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;zoom:1;display:inline;font-size:0px;}


/* 滚动 */
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%!important;}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:100%;margin:0 auto;}
#m_indemo {float: left;width:800%!important;}
#m_demo1 {float: left;}
#m_demo2 {float: left;}

.pos{position: relative;width:1920px;left:50%;margin-left:-960px;}
.wh{width:1200px;margin:0 auto;}

/* 放大 效果 */
.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}

.roll_product {float: left;}




/* 1 【头部】 */
/* 1 */
.top1{/* display: none; */background:#e6e6e6;color:#595959;height:27px;line-height:27px;overflow:hidden;font-size:14px;}
.top1 a{color:#595959;/* margin: 0 3px; */}
/* 2 */
.top2{height:114px;/* display: none; */background: #E9E9E9;}
.top2 .wh{position: relative;}
.top2 .logo{float:left;line-height:114px;}
.top2 .adv{display: none; height: 65px;margin-top: 21px;padding-left: 25px;margin-left: 25px;border-left: 1px solid #e6e6e6;}
.top2 .adv p:nth-child(1){font-size: 22px;color: #333333;font-weight: bold;letter-spacing: 1px;}
.top2 .adv p:nth-child(2){font-size: 14px;color: #808080;}
/* .top2 .phone1{margin-top: 5px;font-size:14px;color:#333333;line-height:35px;background: url(../images/main/phone1.png) no-repeat left center;font-family:"黑体";}
.top2 .phone1 p:nth-child(2){color:#2459a9;font-size:27px;} */
.top2 .phone1{font-size: 24.06px;color: #313131;background: url(../images/main/phone1.png) no-repeat 5px 0px;padding-left: 44px;margin-top: 35px;width:246px;margin-right: 226px;height: 53px;/* font-weight: bold; */} 
.top2 .phone1 p{padding-top: 14px;padding-left: 10px;} /* 文字 */
/*  */
.top2 .a3{position: absolute;right: 40px;/* top: 21px; */background: #fff;padding: 14px 13px;}
.top2 .a3 p{float: left;}
.top2 .a3 p img{width: 148px;height: 148px;}
.top2 .a3 h1{float: left;font-size: 14px;color: #000000;width: 14px;line-height: 1.3;margin: 10px 0 0 10px;}



/* 2_1【导航栏】 */
.nav{background: url(../images/main/nav_bg.png) repeat-x;height:73px;} /* 背景图片、高度 */
/* 菜单 */
/* 平均 分布 */
.nav .logo{display: none;/* 导航栏 Logo */line-height: 73px;}
.x-menu{display: flex;flex-direction: row;width: 920px;/*float: right; *//*  margin-left: 430px; */}
.x-menu li{flex:1;} 
/* 平均 分布 end */
.x-menu > li {float: left;position: relative;text-align:center;width:120px;/*    height: 59px; */}
.x-menu > li+li{/* background: url(../images/main/line2.png) no-repeat center left; */}
.x-menu > li > a {display: block;font-size: 14px;color: #000;transition: .5s;line-height:73px;background: url(../images/main/nav_line1.png) no-repeat center right;}
.x-menu > li:last-child a{background: none;}
/* 鼠标 进入 状态 */
.x-menu > li > a:hover { color: #940b2b; transition: .5s;font-size: 17px;}   
/* 激活 状态 */
.x-menu > li.active > a { /* filter: invert(100%); *//* background-color: #f3570f; */ }    
.x-menu > li:after {  content: '';  position: absolute;  z-index: 100;  width: 100%;  left: 0;  height: 40px;  opacity: 0;  top: 100%;}
/* 下拉菜单 */
.x-menu > li:hover .x-sub-menu {  opacity: 1;  visibility: visible;  -webkit-transform: translateY(0);          transform: translateY(0);}
.x-sub-menu {
  position: absolute;
  z-index: 99999;
  width: 120%;
  left: -12px;
  top: 67px;
  background: #940b2b;
  opacity: 0;
  -webkit-transform: translateY(20px);
  visibility: hidden;
  transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  }
.x-sub-menu > li > a {display: block;text-align: center;transition: .5s;font-size: 14px;color: #fff;line-height:40px;height:40px;overflow:hidden;}
.x-sub-menu > li > a:hover {background: #c3103a;transition: .5s;font-size: 16px;}
.x-sub-menu:after {
  content: '';
  width: 0;
  height: 2px;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 11px;
  cursor: pointer;
  transform: rotateY(49deg);
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #940b2b transparent;
  border-top: none;
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
  }




/* 【banner】 */
.banner{width:1920px;margin:0 auto;position:relative;left:50%;margin-left:-960px;height:500px;}
.banner ul.bb{position:relative;padding:0px;margin:0px;z-index:5;}
.banner ul.bb li{position:absolute;display:none;}
.banner .num{position:absolute;right:46%;bottom:10px;z-index:100;}
.banner .num li{width:18px;height:18px;display:inline-block;margin:0 4px;background:#fff;line-height:18px;
	text-indent:-100px;overflow:hidden;border-radius:10px;}
.banner .num li.num_hover{background-color:#ff7c00;}
.banner .num li.num_hover a{color:#fff;}
.banner .num li a{float:left;display:block;text-align:center;color:#666;text-decoration:none;cursor:pointer;width:18px;height:18px;line-height:18px;}




/* 【 3 关于我们 】 */
.box3{clear: both;overflow: hidden;padding: 50px 0;width: 1920px;margin: 0 auto;}
/*  */
.box3 .a1{float: left;}
/*  */
.box3 .a2{float: left;width: 760px;height: 144px;margin-left: 21px;}
.box3 .a2 h1{font-size: 30px;color: #333333;text-align: right;background: url(../images/main/about_line1.png) no-repeat 204px 15px;margin-top: 28px;}
.box3 .a2 h2{font-size: 30px;color: #940b2b;font-weight: bold;text-align: right;margin-top: 6px;}
.box3 .a2 h3{font-size: 14px;color: #333333;line-height: 2;margin-top: 16px;text-indent: 27px;}
.box3 .a2 h4{margin-top: 69px;}
.box3 .a2 h4 li{display: table;float: left;}
.box3 .a2 h4 li+li{margin-left: 10px;}
.box3 .a2 h4 li a{display: table;}
.box3 .a2 h4 .img{}




/* 【 3 中间 广告图 1 】 */
.center_banner{background: url(../images/main/banner_center.png) no-repeat center top;height: 201px;color:#940b2b;clear: both;}
.center_banner .wh{display: table;}
.center_banner .a1{float:left;margin-top: 60px;}
.center_banner .a1 h1{font-size: 57px;font-weight:bold;}
.center_banner .a1 h2{font-size: 22px;font-family:宋体;}
.center_banner .a2{float:right;margin-top: 65px;}
.center_banner .a2 h1{font-size:18px;}
.center_banner .a2 h2{font-size:24px;background: url(../images/main/phone2.png) no-repeat center left;padding-left: 40px;margin-top: 12px;padding-top: 10px;height: 45px;float: right;}
.center_banner .a2 h2 span{    float: left;}
.center_banner .a2 h2 p{float:left;}
/*.center_banner p{float: right;margin-right: 54px;margin-top: 94px;font-size: 24px;font-weight: bold;color: #fff;text-shadow: 3px 4px 1px #324666;}*/





/* 【产品展示】 */
/* 大标题 */
.box4{padding: 52px 0 82px 0;} 
.box4 .bigTitle{text-align: center;}
.box4 .bigTitle .a1{font-size: 38px;color: #000;font-weight: bold;}
.box4 .bigTitle .a1 span{color:#ec6c00;}
.box4 .bigTitle .a2{font-size: 18px;color: #333333;text-transform: uppercase;background: url(../images/main/bigTitle_line1.png) no-repeat center;padding-top: 30px;padding-bottom: 30px;}
/* (架构) */
.box4 .p-bg {  background: url(../images/main/bj2.png) no-repeat top center;  height: 905px;  overflow: hidden;}
.box4 .bt {  font-style: italic;  color: #ec6c00;  font-size: 46px;  font-weight: bold;  text-align: center;  margin-top: 35px;}
.box4 .bt span {  color: #454545;  font-size: 35px;}
.box4 .btx {  color: #a7a7a7;  font-size: 14px; font-weight: normal;  text-align: center;  margin-top: 10px;}
.box4 .c1 .c1-1 {width: 225px;background: #fff;color: #000000;overflow: hidden;}
.box4 .c1 .c1-1 h3 {color: #fff;width: 100%;height: 100px;text-align: left;box-sizing: border-box;padding-left: 94px;font-size: 24px;padding-top: 24px;font-weight: bold;background: url(../images/main/pro_icon1.png) no-repeat 29px 27px;background-color: #940b2b;}
.box4 .c1 .c1-1 h3 p {display: block;font-weight: normal;font-size: 14px;color: #e4e1e1;padding-top: 10px;}
.box4 .c1 .c1-1 .list1 {border: aliceblue;border-top: none;padding-top: 5px;border-bottom: none;box-sizing: border-box;height: 460px;width: 243px;overflow: hidden;overflow-y: scroll;}
.box4 .c1 .c1-1 .list1 a.a {background: url(../images/main/pro_iconA.png) center no-repeat;line-height: 48px;color: #444444;font-size: 17px;display: block;transition-duration: .3s;margin: 0;text-indent: 32px;margin-bottom: 0px;width: 100%;}
.box4 .c1 .c1-1 .list1 a.a.on {background: url(../images/main/pro_icon.png) center no-repeat;box-sizing: border-box;color: #fff;margin: 0;/* margin-bottom: 6px; */}
.box4 .c1 .c1-1 .list1 .sec {display: none;/* padding-bottom: 6px; *//* margin-left: 6px; */margin-bottom: -2px;width: 246px;max-height: 266px;overflow-y: scroll;}
.box4 .c1 .c1-1 .list1 .sec a.b {line-height: 33px;/* border-bottom: 1px dashed #e6e6e6; */font-size: 12px;transition: .5s;color: #696969;display: block;background: url(../images/main/pro_icon3.png) no-repeat;padding-left: 30px;box-sizing: border-box;}
.box4 .c1 .c1-1 .list1 .sec a.b:hover {background: url(../images/main/pro_icon2.png) no-repeat;color: #940b2b;transition: .5s;}
/* 左下侧 电话 */
.box4 .c1 .c1-1 .dh1 {text-align: left;border-top: none;border: 1px solid #e6e6e6;/* background: url(../images/main/phone2.png) no-repeat 11px 24px; */text-align: center;font-size: 16px;color: #999999;height: 40px;line-height: 40px;}
.box4 .c1 .c1-1 .dh1 .a1{color: #e60012;font-size: 20px;font-weight: bold;}
.box4 .c1 .c1-1 .dh1 .a2{color: #e60012;font-size: 17.43px;margin-top: 32px;}
.box4 .c1 .c1-1 .dh1 .a3{color: #333333;font-size: 14px;/* font-family: "Impact"; *//* margin-top: -1px; *//* padding-right: 13px; */}
.box4 .c1 .c1-1 .dh1 p:nth-child(2) {  font-size: 30px;  color: #ec6c00;}
/* 2 【图片 轮播】 */
.box4 .c1 .c1-2 .d1{background-color: #0b53c6;line-height: 110px;height: 40px;display: table;width: 100%;}
.box4 .c1 .c1-2 .d1 h1{font-size: 16px;color: #fff;float: left;margin-top: 11px;padding-left: 21px;}
.box4 .c1 .c1-2 .d1 a{display: table;float: right;margin-top: 14px;margin-right: 21px;}
.box4 .c1 .c1-2 .d1 h2{font-size: 12px;color: #fff;}
.box4 .c1 .c1-2 {width: 948px;}
.box4 .c1 .c1-2 .c1-2-1 {  position: relative;}
/* 左右 箭头 */
.box4 .c1 .c1-2 .c1-2-1 .prev,.c1 .c1-2 .c1-2-1 .next {  position: absolute;  z-index: 1;  cursor: pointer;  height: 45px;  width: 60px;  top: 50%;  transform: translateY(-50%);z-index: 999;}
.box4 .c1 .c1-2 .c1-2-1 .prev {  left: 14px;  background: url(../images/main/roll1_L1.png) center 0 no-repeat;}
.box4 .c1 .c1-2 .c1-2-1 .prev:hover {  background: url(../images/main/roll1_L2.png) center 0 no-repeat;}
.box4 .c1 .c1-2 .c1-2-1 .next {  right: 14px;  background: url(../images/main/roll1_R1.png) center 0 no-repeat;}
.box4 .c1 .c1-2 .c1-2-1 .next:hover {  background: url(../images/main/roll1_R2.png) center 0 no-repeat;}
.box4 .c1 .c1-2 .c1-2-1 .list2 li {  position: relative;  padding-top: 85px;  background: #fff url(../images/main/h-3.jpg) center 0 repeat-x;  border: 2px solid #dddddd;  border-top: none;  padding-left: 117px;  padding-right: 61px;  padding-bottom: 15px;  width: 920px !important;  height: 392px;  overflow: hidden;}
.box4 .c1 .c1-2 .c1-2-1 .list2 li .tu {  width: 432px;  height: 363px;}
.box4 .c1 .c1-2 .c1-2-1 .list2 li .tu img {  width: 344px;  height: 344px;  margin-left: 100px;  margin-top: -52px;}
.box4 .c1 .c1-2 .c1-2-1 .list2 li .zi {  width: 360px;  position: absolute;  z-index: 111;  left: 117px;  top: 82px;}
.box4 .c1 .c1-2 .c1-2-1 .list2 li .zi h3 {  line-height: 20px;  font-size: 20px;  color: #101010;  border-bottom: 1px dashed #666666;  padding-bottom: 11px;  font-weight: bold;}
.box4 .c1 .c1-2 .c1-2-1 .list2 li .zi .dd {  margin-top: 10px;  color: #000000;  line-height: 22px;  font-size: 13px;}
.box4 .c1 .c1-2 .c1-2-1 .list2 li .zi .dd b {  font-weight: 600;  font-size: 15px;  display: block;}
.box4 .c1 .c1-2 .c1-2-1 .list2 li .zi .lj {  margin-top: 28px;}
.box4 .c1 .c1-2 .c1-2-1 .list2 li .zi .lj dd {  display: inline-block;  width: 150px;  line-height: 45px;  text-align: center;  background: #ec6c00;  margin: 0 -2px;transform: skew(-20deg); }
.box4 .c1 .c1-2 .c1-2-1 .list2 li .zi .lj dd a {  color: #fff;  font-size: 15px;  display: block;transform: skew(20deg);}
.box4 .c1 .c1-2 .c1-2-1 .list2 li .zi .lj dd:nth-of-type(2) {  background: #454545;}
/* 3【3 个 产品组】 */
.box4 .c1 .c1-2 .list3 {/* margin-top: 8px; */}
.box4 .c1 .c1-2 .list3 li {float: left;margin-right: 19px;margin-bottom: 16px;position: relative;}
.box4 .c1 .c1-2 .list3 li:nth-child(3n) {  margin-right: 0;}
.box4 .c1 .c1-2 .list3 li a.img {display: block;position: relative;width: 303px;height: 234px;overflow: hidden;border: 1px solid #a6a6a6;}
.box4 .c1 .c1-2 .list3 li a.img h3 {  text-align: center;  font-weight: normal;  color: #fff;  line-height: 40px;  bottom: 5px;  left: 0;  z-index: 111;  position: absolute;  font-size: 16px;  width: 100%;}
.box4 .c1 .c1-2 .list3 li a.img {  position: relative;}
.box4 .gd {  width: 148px;  height: 40px;  line-height: 40px;  color: #ffffff;  font-size: 14px;  border: 1px solid #fff;  margin: 0 auto;  text-align: center;  margin-top: 105px;}
.box4 .c1 .c1-2 .list3 li a.img img {  width: 100%;  height: 100%;}
.box4 .c1 .c1-2 .list3 li .lj {margin-top: -2px;z-index: 99;position: relative;}
.box4 .c1 .c1-2 .list3 li .lj a {width: 100%;height: 60px;line-height: 60px;text-align: center;border-top: 1px solid #e6e6e6;color: #000;font-size: 14px;transition: .5s;background-color: #f5f5f5;display: block;float: left;}
.box4 .c1 .c1-2 .list3 li .lj a:nth-child(2) {  background: #fff;}
.box4 .c1 .c1-2 .list3 li .lj a:nth-child(2):hover {  border-color: #ec6c00;  background: #ec6c00;  color: #fff;}
.box4 .c1 .c1-2 .list3 li:hover a.img h3 {  opacity: 0;}
.box4 .dj {  position: absolute;  background: rgba(0, 0, 0, 0.35);  width: 100%;  height: 100%;  left: 0px;  top: 0px;  display: none;}
.box4 .c1 .c1-2 .list3 li:hover a{background-color: #940b2b;transition: .5s;color: #fff;}
.box4 .c1 .c1-2 .list3 li:hover .img{}


.c1-22{display:none;}
.c1-22.clicked{display:block;}






/* 【 5 应用案例 】 */
.box5{clear: both;overflow: hidden;padding: 6px 0;padding-bottom: 96px;}
/* 大标题 */
.box5 .bigTitle{text-align: center;}
.box5 .bigTitle .title1{font-size: 24px;color: #d8d8d8;letter-spacing: 1px;text-transform: uppercase;}
.box5 .bigTitle .title1 span{color:#ff591f;}
.box5 .bigTitle .title2{font-size: 24px;color: #333333;text-transform: uppercase;background: url(../images/main/line1.png) no-repeat center;margin-bottom: 29px;}
/*  */
.box5 .list1{display: table;}
.box5 li{display: table;margin: 0 16px 27px 0;float: left;/*width: 270px;*/width: 389px;/* 宽度 */position: relative;/* border: 1px solid #e6e6e6;padding: 5px; */}
.box5 li img{
    width: 100%
}
.box5 li:nth-child(3),
.box5 li:nth-child(6){margin-right: 0;}
.box5 li a{display: table;}
.box5 li .img{height: 200px;/* 高度 */overflow: hidden;}
.box5 li h1{font-size: 16px;color: #565656;text-align: center;line-height: 46px;height: 47px;/* background-color: #e6e6e6; *//* position: absolute; *//* bottom: 0; */border: 1px solid #e6e6e6;width: 100%;}
.box5 li:hover h1{/* background-color: #ce000c; *//* color: #ce000c; */}
/*  */
.box5 .wh > a{display: table;width: 150px;height: 43px;text-align: center;line-height: 43px;border: 1px solid #e6e6e6;color: #333333;font-size: 14px;margin: 10px auto;clear: both;}




/* 【 6 服务流程 】 */
.box6{clear: both;overflow: hidden;padding: 50px 0;background: url(../images/main/fw_bg.jpg) no-repeat center top;height: 530px;}
.box6 .a1{float: left;width: 234px;padding-left: 23px;text-align: center;}
.box6 .a1 h1{font-size: 16px;color: #940b2b;font-weight: bold;margin-top: 82px;}
.box6 .a1 h2{font-size: 16px;color: #940b2b;font-weight: bold;margin-top: 49px;}
.box6 .a1 h3{font-size: 36px;color: #940b2b;font-weight: bold;margin-top: 40px;}
.box6 .a1 h4{font-size: 36px;color: #940b2b;font-weight: bold;margin-top: 24px;}
/*  */
.box6 .a2{float: left;}
.box6 .a2 .list1{display: table;padding-top: 79px;padding-left: 78px;}
.box6 .a2 .list1 li{display: table;;float: left;}
.box6 .a2 .list1 li a{display: table;margin-left: 106px;}
.box6 .a2 .list1 li:first-child a{margin-left: 0;}
.box6 .a2 .list1 li h1{font-size: 27px;font-weight: bold;width: 30px;}
.box6 .a2 .b2{
    padding: 116px 0 0 155px;
}
.box6 .a2 .b2 h1{font-size: 20px;font-weight: bold;color: #940b2b;}
.box6 .a2 .b2 h2{font-size: 16px;color: #565656;line-height: 2;width: 800px;height: 85px;margin-top: 32px;}




/* 【 7 厂房设备 】 */
.box7{clear: both;overflow: hidden;padding: 31px 0 26px 0;}
/* 大标题 */
.box7 .bigTitle{text-align: center;}
.box7 .bigTitle .title1{font-size: 24px;color: #d8d8d8;letter-spacing: 1px;text-transform: uppercase;}
.box7 .bigTitle .title1 span{color:#ff591f;}
.box7 .bigTitle .title2{font-size: 24px;color: #333333;text-transform: uppercase;background: url(../images/main/line1.png) no-repeat center;margin-bottom: 29px;}
/* 图片 滚动 无缝 1 */
.roll1 {width:1200px;margin: 0 auto;position: relative;clear: both;}
/* 左右 按钮 */
.roll1 .hd{display: table;}
.roll1 .next {left: -38px;background: url(../images/main/roll_L1.png) no-repeat;display: block;width: 20px;height: 38px;position: absolute;top: 80px;cursor: pointer;z-index: 99;}
.roll1 .prev {right: -38px;background: url(../images/main/roll_R1.png) no-repeat;display: block;width: 20px;height: 38px;position: absolute;top: 80px;cursor: pointer;z-index: 99;}
/* .roll1 .next:hover{background: url(../images/main/roll_L2.png) no-repeat;}
.roll1 .prev:hover{background: url(../images/main/roll_R2.png) no-repeat;} */
/* 内容 */
.roll1 .bd{/* margin-top: 30px; */overflow: hidden;}
.roll1 ul li{width: 295px;float: left;margin-right: 6px;}
.roll1 ul li img {height: 191px;display: block;transition: all 0.5s;width: 100%;}
.roll1 ul h3{height: 41px;background-color: #ffffff;font-size: 14px;text-align: center;line-height: 41px;color: #595959;/* border: 1px solid #e6e6e6; */width: 100%;}
.roll1 ul li:hover h3{background-color: #cfa044;color: #fff;/*  border-color:#cfa044; */}
/*  */
.box7 .wh > a{display: table;width: 150px;height: 43px;text-align: center;line-height: 43px;border: 1px solid #e6e6e6;color: #333333;font-size: 14px;margin: 0px auto;clear: both;margin-top: 37px;}






/* 【 8 新闻资讯 】 */
.box8{clear: both;overflow: hidden;padding: 40px 0;background-color: #F9F9F9;}
/*  */
.box8 .a1{
    display: table;
    width: 100%;
}
.box8 .a1 h1{float: left;color: #940D2C;font-size: 43px;text-transform: uppercase;}
.box8 .a1 h1 span{font-size: 30px;letter-spacing: 2px;}
.box8 .a1 h1 span:nth-child(1){background: url(../images/main/new_line1.png) no-repeat center left;padding-left: 30px;margin-left: 10px;}
.box8 .a1 h1 span:nth-child(2){color: #3A3A3A;}
.box8 .a1 h2{float: right;font-size: 14px;color: #940D2C;background: url(../images/main/new_line2.png) no-repeat center left;padding-left: 68px;margin-top: 10px;letter-spacing: 1px;}
/*  */
.box8 .list1{clear: both;display: table;margin-top: 30px;}
.box8 .list1 .img{float: left;}
.box8 .list1 .txt{float: left;margin-left: 40px;}
.box8 .list1 h1{font-size: 14px;color: #A2A2A2;margin-top: 46px;}
.box8 .list1 h2{font-size: 18px;color: #050505;margin-top: 31px;}
.box8 .list1 h3{font-size: 14px;color: #666666;width: 590px;height: 83px;line-height: 2;margin-top: 20px;}
.box8 .list1 h4{font-size: 14px;color: #940B2B;width: 148px;height: 40px;background-color: #940B2B;line-height: 40px;color: #fff;text-align: center;margin-top: 18px;}
/*  */
.box8 .list2{clear: both;margin-top: 42px;}
.box8 .list2 li{display: table;float: left;}
.box8 .list2 li+li{margin-left: 57px;}
.box8 .list2 li a{display: table;}
.box8 .list2 li .txt{}
.box8 .list2 li .txt .time{float: left;}
.box8 .list2 li .txt .time h1{font-size: 48px;color: #02041D;}
.box8 .list2 li .txt .time h2{font-size: 14px;color: #02041D;margin-top: 4px;}
.box8 .list2 li .txt .content{float: left;margin-left: 34px;}
.box8 .list2 li .txt .content h3{font-size: 16px;color: #050505;margin-top: 6px;}
.box8 .list2 li .txt .content h4{font-size: 14px;color: #666666;width: 270px;height: 45px;line-height: 2;margin-top: 20px;}
.box8 .list2 li .txt .content h5{font-size: 14px;width: 148px;height: 40px;line-height: 40px;color: #666666;margin-top: 18px;}






/* 友情链接 */
.f_link{color: #666666;font-size: 12px;padding: 7px 0;background-color: #f3f3f3;}
.f_link a{color: #aba8a8;}





/* 输入框 提示文字 颜色 */
.XXXX input[type='text']::-webkit-input-placeholder,
.XXXX textarea::-webkit-input-placeholder {color: #5a5a5a;}
.XXXX input[type='text']::-ms-input-placeholder,
.XXXX textarea::-ms-input-placeholder {color: #5a5a5a;}
.XXXX input[type='text']::placeholder,
.XXXX textarea::placeholder {color: #5a5a5a;}
.XXXX input[type='text']:-ms-input-placeholder,
.XXXX textarea:-ms-input-placeholder {color: #5a5a5a;}





/* 【页脚】 */
/* 导航 */
.footerNav{background-color: #2b7ce2;}
.footerNav .wh{display: flex;}
.footerNav a{color: #fff;font-size: 14px;flex: 1;display: table;height: 45px;line-height: 45px;text-align: center;transition: .5s;}
.footerNav a:hover{background-color: #0855b6;transition: .5s;}
/* Box */
.footer{text-align:left;background-color: #333333;padding-top: 27px;color: #fff;}
.footer .wh{display: table;}
/* Logo */
.footer .logo{
    border-right: 1px solid #a6a6a6;
    padding: 18px 70px;
}
/* 联系我们 */
.footer .contactUs{margin-left: 50px;margin-right: 30px;padding: 9px 70px;}
.footer .contactUs h1{font-size: 14px;}
.footer .contactUs h2{font-size: 14px;line-height: 159%;margin-top: 7px;}
.footer .contactUs h3{font-size: 28px;font-weight: bold;margin-top: 7px;}
/* 电话 */
.footer .endPhone{font-size: 20px;padding: 23px 0 0 54px;font-weight: bold;background: url(../images/main/endPhone1.png) no-repeat top left;}
/* 栏目 分类 (列表) */
.f_nav{/* width: 696px; */display: none;}
.f_nav dl{float:left;width:136px;/* height:186px; */overflow:hidden;text-align:left;}
.f_nav dl a{color: #fff;}
.f_nav dt{margin-bottom:13px;font-size:16px;} /* 标题 */
/* .f_nav dt a{color:#999999;} */
.f_nav dd{line-height: 33px;/* text-align: left; */}
.f_nav dd a{font-size:14px;color: #fff;}  /* 列表 */
/* 二维码 */
/* 左侧 文字 */
.qrcode{border-left: 1px solid #a6a6a6;padding: 8px 76px;padding-bottom: 0;padding-left: 108px;}
.qrcode .txt_Left{float: left;margin-right: 5px;margin-top: 10px;background: url(../images/main/qrcode_pic1.png) no-repeat center top;padding-top: 20px;}    
.qrcode .txt_Left{  width: 14px; line-height: 14px;    font-size: 14px;}  /* 文字 竖排 */
/* 图片 */
.qrcode .code1{width: 138px;overflow: hidden;float: left;}  /*  大小 */
.qrcode .code1 img{height: 138px;border:1px #e6e6e6 solid;width: 100%;height: 100%;overflow: hidden;}  /*  边框 */
/* 底部 文字 */
.qrcode .txt_bottom{clear: both;text-align: center;margin-top: 5px;font-size: 14px;}

 /* 2 */
 .copyright{color: #fff;font-size: 12px;line-height:24px;border-top: 1px solid #ffffff35;padding: 18px 0;margin-top: 16px;clear: both;}
.copyright a{color: #fff;font-size: 12px;}
/* ======== 页脚 New ========= */
.footer{background: url(../images/main/bg1.jpg) no-repeat center top;background-size: 100% 100%;}
.footer .menu{font-size: 16px;margin-bottom: 4px;}
.footer .footNav{font-size: 16px;padding-bottom: 22px;border-bottom: 1px solid #a6a6a6;margin-bottom: 35px;}
.footer .footNav span{margin-right: 79px;}
.footer .footNav a{color: #fff;margin-right: 58px;}
.footer .x-region{/* margin-left: 30px; */clear: both;}
.footer .keyword1{}






/* 【内页 左侧】 */
.container{width: 1200px!important;margin: 0 auto;padding: 0;}
.page-product-inquiry a{color: #fff;}




