/*初始化样式*/
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;}


.key_tag a{font-weight:400 !important;}
/*----- 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;padding-top: 15px;}
#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;width:100%;}
.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{background:#e6e6e6;color:#595959;height:27px;line-height:27px;overflow:hidden;font-size:14px;display: none;}
.top1 a{color:#595959;}
/* 2 */
.top2{height:114px;background: url(../images/main/top_bg.png) no-repeat center top;}
.top2 .logo{float:left;line-height:114px;}
.top2 .logo2{margin: 5px 0 0px 66px;}
.top2 .logo3{/* margin: 10px 0 0px 30px; */float: right;}
/* .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:26.06px;color:#ff0000;background: url(../images/main/phone1.png) no-repeat 5px 0px;padding-left: 55px;margin-top: 32px;width:246px;height: 50px;font-weight: bold;} 
.top2 .phone1 p{padding-top: 6px;} /* 文字 */




/* 2_1【导航栏】 */
.nav{background: url(../images/main/nav.png) repeat-x;height: 41px;background-color: #fff;} /* 背景图片、高度 */
/* 菜单 */
/* 平均 分布 */
.nav .logo{display: none;}
.x-menu{display: flex;flex-direction: row; }
.x-menu li{flex:1;} 
/* 平均 分布 end */
.x-menu > li {  float: left;  position: relative; text-align:center;width:120px; /*    height: 59px; */}
.x-menu > li > a {display: block;font-size: 16px;color: #000000;line-height: 43px;background: url(../images/main/nav_line1.png) no-repeat center right;font-weight: bold;}
.x-menu > li:last-child a{background: none;}
/* 鼠标 进入 状态 */
.x-menu > li > a:hover {/* filter: invert(100%);  *//* background-color: #f3570f; */}   
/* 激活 状态 */
.x-menu > li.active > a {/* filter: invert(100%); *//* background-color: #f3570f; */color: #fff;background: url(../images/nav_icon.png) no-repeat center top;}    
.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: 150%;
  left: -25%;
  top: 54px;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  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;  font-size: 14px;  color: #333;  line-height:40px; height:40px;overflow:hidden;}
.x-sub-menu > li > a:hover {  background: #e9eaeb;}
.x-sub-menu:after {  content: '';  width: 0;  height: 0;  line-height: 0;  font-size: 0;  overflow: hidden;  border-width: 10px;  cursor: pointer;  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;  border-top: none;  position: absolute;  top: -9px;  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: 20px 0;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .4);z-index: 88;}
.box3 .a3{font-size: 12px;color: #848484;line-height: 29px;}
.box3 .a3 a{color: #848484;margin-right: 10px;}




/* 【 4 产品中心 】 */
.box4{clear: both;overflow: hidden;/* display: none; */padding: 42px 0;background-color: #f2f2f2;/* margin-top: 6px; *//* padding-bottom: 70px; */}
/* 大标题 */ 
.box4 .bigTitle{text-align: center;background: url(../images/main/bigTitle_line1.png) no-repeat center 71px;}  
.box4 .bigTitle .title1{font-size: 30px;color: #000000;font-weight: normal;letter-spacing: 1px;padding-bottom: 13px;}
.box4 .bigTitle .title2{font-size: 14px;color: #666666;text-transform: uppercase;width: 140px;height: 26px;text-align: center;/* margin-top: 24px; */line-height: 26px;background-color: #e6e6e6;border-radius: 111px;margin: 0 auto;}
.box4 .wh{margin-top: 68px;}
/*  */
.box4 .a1{position: relative;width: 313px;}
.box4 .a1 li{margin-bottom: 27px;}
.box4 .a1 h1{letter-spacing: 3px;position: absolute;left: 103px;top: 90px;}
.box4 .a1 h1 p:nth-child(1){font-size: 22px;color: #ce000c;font-family: "Impact";float: left;font-weight: 900;margin-top: 11px;-webkit-text-stroke: 2px #fff;}
.box4 .a1 h1 p:nth-child(2){font-size: 30px;color: #fff;font-family: "Impact";padding: 0 4px;border-radius: 5px;background-color: #ce000c;text-align: center;float: left;margin-left: 7px;}
/*  */
.box4 .a2{width: 841px;}
.box4 .a2 li{display: table;margin: 0 26px 27px 0;float: left;width: 263px;position: relative;}
.box4 .a2 li:nth-child(3),
.box4 .a2 li:nth-child(6){margin-right: 0;}
.box4 .a2 li img{width:100%;}
.box4 .a2 li a{display: table;}
.box4 .a2 li .img{height: 217px;overflow: hidden;}
.box4 .a2 li h1{font-size: 14px;color: #000000;text-align: center;line-height: 35px;height: 35px;background-color: #e6e6e6;/* position: absolute; *//* bottom: 0; */width: 100%;}
.box4 .a2 li:hover h1{background-color: #ce000c;color: #fff;}




/* 【 5 关于乾鼎 】 */
.box5{clear: both;overflow: hidden;padding: 93px 0;}
.box5 .a1{}
.box5 .a1 h1{font-size: 30px;color: #666666;margin-top: 34px;padding-top: 52px;background: url(../images/main/line2.png) no-repeat left top;}
.box5 .a1 h2{font-size: 14px;color: #666666;line-height: 2;margin-top: 40px;width: 521px;height: 137px;overflow: hidden;}
.box5 .a1 h3{font-size: 14px;color: #ffffff;width: 123px;height: 39px;background-color: #02347b;line-height: 39px;margin-top: 44px;text-align: center;}
.box5 .a2{width: 634px;height: 383px;overflow: hidden;}




/* 【 6 生产设备 】 */
.box6{clear: both;overflow: hidden;padding: 50px 0;background-color: #f7f7f7;padding-bottom: 82px;}
.box6{}
/* 大标题 */ 
.box6 .bigTitle{text-align: center;background: url(../images/main/bigTitle_line1.png) no-repeat center 71px;}  
.box6 .bigTitle .title1{font-size: 30px;color: #000000;font-weight: normal;letter-spacing: 1px;padding-bottom: 13px;}
.box6 .bigTitle .title2{font-size: 14px;color: #666666;text-transform: uppercase;width: 140px;height: 26px;text-align: center;/* margin-top: 24px; */line-height: 26px;background-color: #e6e6e6;border-radius: 111px;margin: 0 auto;}
.box6 .wh{margin-top: 68px;}
/* 图片 滚动 无缝 */
.roll1 {width:1200px;margin: 0 auto;position: relative;}
  /* 左右 按钮 */
.roll1 .lb {left: -62px;background: url(../images/main/roll_l.png) no-repeat;display: block;width: 30px;height: 30px;position: absolute;top: 148px;cursor: pointer;z-index: 99;}
.roll1 .rb {right: -61px;background: url(../images/main/roll_r.png) no-repeat;display: block;width: 30px;height: 30px;position: absolute;top: 148px;cursor: pointer;z-index: 99;}
.roll1 .lb:hover{background: url(../images/main/roll_la.png) no-repeat;}
.roll1 .rb:hover{background: url(../images/main/roll_ra.png) no-repeat;}
  /* 内容 */
.roll1 ul{margin-top: 30px;/* overflow: hidden;width:1200px;height: 230px; */}
.roll1 ul li{width: 230px;float: left;margin-right: 17px;}
.roll1 ul li img {height: 192px;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: #666666;/* border: 1px solid #e6e6e6; */width: 100%;}
.roll1 ul li:hover h3{/* background-color: #cfa044; */color: #ce000c;/* border-color:#cfa044; */}




/* 【 7 中间 Banner 】 */
.box7{clear: both;overflow: hidden;/* padding: 50px 0; */background: url(../images/main/center_banner.png) no-repeat center top;height: 262px;}
.box7 .x-message{width: 400px;height: 200px;float: right;padding: 10px 34px;text-align: center;background-color: #e7f0f9;}
.box7 .x-message .center_phone{font-size: 12px;color: #333333;text-align: left;line-height: 34px;width: 184px;padding-left: 10px;height: 34pxx;background-color: #cfcfcf;float: right;margin-top: 7px;}
.box7 .x-message .center_phone span{font-size: 14px;font-weight: bold;}
.box7 .x-message h1{font-size: 16px;color: #333333;margin-bottom: 12px;}
.box7 .center_phone{position: relative;}
.box7 .center_phone h2{font-size: 14px;color: #333333;font-weight: bold;position: absolute;left: 71px;top: 10px;}
.box7 .checkcode{width:100px;height:40px;margin-left:10px;}





/* 【 8 集团形象 】 */
.box8{clear: both;overflow: hidden;padding: 69px 0;padding-top: 44px;}
.box8{}
/* 大标题 */ 
.box8 .bigTitle{text-align: center;background: url(../images/main/bigTitle_line1.png) no-repeat center 71px;}  
.box8 .bigTitle .title1{font-size: 30px;color: #000000;font-weight: normal;letter-spacing: 1px;padding-bottom: 13px;}
.box8 .bigTitle .title2{font-size: 14px;color: #666666;text-transform: uppercase;width: 140px;height: 26px;text-align: center;/* margin-top: 24px; */line-height: 26px;background-color: #e6e6e6;border-radius: 111px;margin: 0 auto;}
.box8 .wh{margin-top: 92px;}
.box8 .wh li{ width: 278px;height: 204px;float: left;}
.box8 .wh li a{display: table;}
.box8 .wh li .img{}
.box8 .wh li:nth-child(1){width: 537px; height: 439px;}
.box8 .wh li:nth-child(2),
.box8 .wh li:nth-child(4){margin-left: 66px;margin-right: 41px;margin-bottom: 31px;}




/* 【 9 工程案例 】 */
.box9{clear: both;overflow: hidden;padding: 50px 0;background-color: #f7f7f7;}
.box9{}
/* 大标题 */ 
.box9 .bigTitle{text-align: center;background: url(../images/main/bigTitle_line1.png) no-repeat center 71px;}  
.box9 .bigTitle .title1{font-size: 30px;color: #000000;font-weight: normal;letter-spacing: 1px;padding-bottom: 13px;}
.box9 .bigTitle .title2{font-size: 14px;color: #666666;text-transform: uppercase;width: 140px;height: 26px;text-align: center;/* margin-top: 24px; */line-height: 26px;background-color: #e6e6e6;border-radius: 111px;margin: 0 auto;}
.box9 .wh{margin-top: 68px;}
/*  */
.box9 li{display: table;margin: 0 23px 27px 0;float: left;width: 270px;/* 宽度 */position: relative;border: 1px solid #e6e6e6;padding: 5px;}
.box9 li:nth-child(4),
.box9 li:nth-child(8){margin-right: 0;}
.box9 li a{display: table;}
.box9 li .img{height: 200px;/* 高度 */overflow: hidden;}
.box9 li h1{font-size: 14px;color: #000000;text-align: center;line-height: 50px;height: 43px;/* background-color: #e6e6e6; *//* position: absolute; *//* bottom: 0; */width: 96.6%;}
.box9 li:hover h1{/* background-color: #ce000c; */color: #ce000c;}




/* 【 10 新闻资讯 】 */
.box10{clear: both;overflow: hidden;padding: 50px 0;}
.box10{}
.box10 .wh > h1{font-size: 30px;color: #666666;margin-top: 34px;padding-top: 21px;background: url(../images/main/line2.png) no-repeat left top;}
/*  */
.box10 .a1{width: 707px;height: 415px;border: 1px solid #e6e6e6;margin-top: 53px;overflow: hidden;}
.box10 .a1 .b2{}
.box10 .a1 .b2 li{display: table;background: url(../images/main/icon1.png) no-repeat 25px 27px;background-color: #b5b5b5;width: 125px;height: 208px;padding-left: 23px;border-bottom: 2px solid #fff;}
.box10 .a1 .b2 li h1{font-size: 18px;color: #fff;margin-top: 84px;}
.box10 .a1 .b2 li a{display: table;}
.box10 .a1 .b2 li h2{font-size: 12px;color: #fff;margin-top: 38px;border: 1px solid #fff;text-align: center;width: 70px;height: 22px;line-height: 20px;}
.box10 .a1 .b2 li:hover{background-color: #02347b;}
.box10 .a1 .b2 li.on{background-color: #02347b;}
.box10 .a1 .b3{width: 526px;height: 398px;margin-left: 30px;overflow:hidden;}
.box10 .a1 .b3 .list1{
    margin-top: 17px;
    margin-bottom: 13px;
}
.box10 .a1 .b3 .list1 li{display: table;width: 100%;}
.box10 .a1 .b3 .list1 li > a{display: table;}
/* .box10 .a1 .b3 .list1 li > a > a{display: table;;float: left;} */
.box10 .a1 .b3 .list1 li img{width: 226px;float: left;}
.box10 .a1 .b3 .list1 li .txt{float: left;margin-left: 20px;width: 277px;}
.box10 .a1 .b3 .list1 li .txt h1{font-size: 12px;color: #666666;margin-top: 10px;}
.box10 .a1 .b3 .list1 li .txt h2{font-size: 18px;color: #333333;margin-top: 8px;}
.box10 .a1 .b3 .list1 li .txt h3{font-size: 16px;color: #2b2b2b;margin-top: 16px;}
.box10 .a1 .b3 .list1 li .txt h4{font-size: 14px;color: #818181;margin-top: 10px;line-height: 1.5;}
.box10 .a1 .b3 .list2{/*overflow:hidden;zoom:1;*/}
.box10 .a1 .b3 .list2 li{display: table;padding: 22px 0;border-bottom: solid 1px #e6e6e6;width: 525px;height:60px!important;}
.box10 .a1 .b3 .list2 li a{display: table;width: 100%;}
.box10 .a1 .b3 .list2 li h1{font-size: 14px;color: #666666;float: left;margin-left: 10px;}
.box10 .a1 .b3 .list2 li h2{font-size: 12px;color: #666666;float: right;margin-right: 30px;}
.box10 .a1 .b3 .list2 li:hover h1,
.box10 .a1 .b3 .list2 li:hover h2{color: #cb1933;}
/*  */
.box10 .a2{margin-top: -50px;}
.box10 .a2 .b1{}
.box10 .a2 .b1 a{display: table;font-size: 14px;color: #6b6b6b;width: 108px;height: 36px;border: 1px solid #a6a6a6;float: left;line-height: 36px;text-align: center;margin-left: 20px;}
.box10 .a2 .b1 a:first-child{margin-left: 0;}
.box10 .a2 .b1 a:hover{background-color: #cb1933;color: #fff;border: none;}
/*  */
.box10 .a2 .b2{width: 444px;overflow: hidden;clear: both;border: 1px solid #e6e6e6;margin-top: 64px;height: 417px;float: right;}
.box10 .a2 .b2 .c1{background: url(../images/main/line3.png) no-repeat center bottom;height: 61px;padding: 15px 34px;margin-bottom: 18px;}
.box10 .a2 .b2 .c1 h1{font-size: 16px;color: #3c96d2;background: url(../images/main/icon2.png) no-repeat center left;float: left;padding-left: 50px;height: 29px;line-height: 27px;}
.box10 .a2 .b2 .c1 h2{background: url(../images/main/icon4.png) no-repeat center top;width: 24px;height: 24px;float: right;margin-top: 5px;}
.box10 .a2 .b2 .txtMarquee_top2{height: 322px;overflow: hidden;}
.box10 .a2 .b2 .c2 li{display: table;padding-top: 16px;padding-bottom: 14px;border-bottom: 1px dashed #e6e6e6;width: 380px;margin-left: 28px;}
.box10 .a2 .b2 .c2 li a{display: table;}
.box10 .a2 .b2 .c2 li h1{font-size: 16px;color: #454545;padding-left: 40px;background: url(../images/main/icon5.png) no-repeat top left;height: 25px;}
.box10 .a2 .b2 .c2 li h2{font-size: 14px;color: #8e8e8e;padding-left: 40px;background: url(../images/main/icon6.png) no-repeat top left;height: 40px;margin-top: 1px;line-height: 20px;}







/* 关键字+搜索+电话 */
/* 电话 */
.phone1{font-size:16px;color:#1c1b1b;background: url(../images/main/phone2.png) no-repeat 12px 4px;font-family:"黑体";padding-left: 55px;width: 165px;height: 36px;margin-top: 32px;} /* 电话 图片 */
.phone1 p{padding-top: 6px;} /* 文字 */
/* 关键词 */
.key1 .a3{line-height: 41px;margin-right: 6px;}
.key1 .a3 a{color: #1c1b1b;font-size: 12px;}
.key1 .a3 a:hover{color: #e80435;}
.key1 .a3 a::after {content: "、";}
.key1 .a3 a:last-child:after {content: none;}
/* 搜索 */
  /* 容器 */
  .search1 #formsearch{/* height: 40px; *//* line-height: 41px; *//* margin-right: 13px; *//* margin-top: 33px; */} 
  /* 输入框 */
  .search1 #keyword{width: 220px;height: 30px;color: #a5a5a5;font-size: 12px;margin-left: 10px;border: none;outline: none;background: none;line-height: 40px;border: 1px  rgb(206, 206, 206) solid;padding-left: 17px;} 
  /* 按钮 */
  .search1 #s_btn{width: 50px;height: 30px;margin-left: -5px;border: none;background: none;outline: none;line-height: 40px;background: url(../images/main/search.png) no-repeat center;background-color: #CE000C;} 
  /* 提示文字的 颜色 */
  #formsearch input::-webkit-input-placeholder {color:#9a9a9a;}
  #formsearch textarea::-webkit-input-placeholder {color: #9a9a9a;}




/* 友情链接 */
.f_link{color: #ffffff;font-size: 16px;padding-bottom: 20px;text-align: left;background: url(../images/main/link.png) no-repeat center left;/* line-height: 30px; */padding-top: 21px;text-indent: 82px;}
.f_link a{color: #ffffff;line-height:20px;}
.f_link h1{font-size: 16px;color: #fff;float: left;line-height: 2px;}
.f_link h1:last-child{margin-top: -5px;margin-left: -24px;}




/* 【页脚】 */
.footer{text-align:center;background-color: #333333;padding-top: 40px;}

/* 栏目 分类 (列表) */
.f_nav{width:826px;clear: both;}
.f_nav dl{float:left;width:136px;/* height:186px; */overflow:hidden;text-align:left;}
.f_nav dt{margin-bottom:13px;color: #fff;font-size:16px;} /* 标题 */
/* .f_nav dt a{color:#999999;} */
.f_nav dd{line-height:20px;}
.f_nav dd a{font-size:14px;color:#999999;}  /* 列表 */

/* 二维码 */
/* 左侧 文字 */
.qrcode{
    padding-right: 80px;
    padding-top: 5px;
}
.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;color: #d3d3d3;}  /* 文字 竖排 */
/* 图片 */
.qrcode .code1{width: 133px;overflow: hidden;float: left;}  /*  大小 */
.qrcode .code1 img{height: 133px;/* border:1px #aaaaaa solid; */width: 100%;height: 100%;overflow: hidden;}  /*  边框 */
/* 底部 文字 */
.qrcode .txt_bottom{clear: both;text-align: center;/* margin-top: 5px; */font-size: 20px;color: #fff;font-weight: bold;margin-bottom: 16px;}

 /* 2 */
 .copyright{color: #fff;font-size: 14px;text-align:center;line-height: 32px;border-top: 1px solid #ffffff35;padding: 20px 0;margin-top: 15px;clear: both;}
.copyright a{color: #fff;font-size: 14px;}
/* ======== 页脚 New ========= */
.footer{background-color: #02347b;}
.footer .foot33{border-top: 1px solid #1c4988;margin-top: 28px;width: 1300px;margin-left: -50px;padding-top: 39px;}
/*  */
.footer .foot33 .a1{margin-left: 50px;background: url(../images/main/line4.png) no-repeat center right;height: 260px;margin-bottom: 29px;padding-right: 41px;}
.footer .foot33 .a1 h1{font-size: 20px;color: #ffffff;font-weight: bold;text-align: left;}
.footer .foot33 .a1 .list{float: left;margin-top: 30px;}
.footer .foot33 .a1 .list a{display: table;font-size: 16px;color: #ffffff;text-align: left;width: 138px;margin-bottom: 16px;}
/*  */
.footer .foot33 .a2{margin-left: 76px;background: url(../images/main/line4.png) no-repeat center right;height: 271px;padding-right: 44px;}
.footer .foot33 .a2 h1{font-size: 20px;color: #ffffff;font-weight: bold;text-align: left;margin-bottom: 29px;}
.footer .foot33 .a2 h2{font-size: 16px;color: #ffffff;text-align: left;}
.footer .foot33 .a2 h2 p{margin-top: 17px;padding-left: 37px;height: 24px;line-height: 24px;}
.footer .foot33 .a2 h2 p:nth-child(1){background: url(../images/main/end1.png) no-repeat center left;}
.footer .foot33 .a2 h2 p:nth-child(2){background: url(../images/main/end2.png) no-repeat center left;}
.footer .foot33 .a2 h2 p:nth-child(3){background: url(../images/main/end3.png) no-repeat center left;}
.footer .foot33 .a2 h2 p:nth-child(4){background: url(../images/main/end4.png) no-repeat center left;}






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




