/*初始化样式*/
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: #F2F2F2;color: #5a5a5a;height: 45px;line-height: 45px;overflow:hidden;font-size:14px;/* display: none; */}
.top1 a{color:#5a5a5a;}
/* 2 */
.top2{height: 105px;/* display: none; */}
.top2 .logo{float:left;line-height: 105px;}
/* .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:32px;color:#009b4c;background: url(../images/main/phone1.png) no-repeat 5px 0px;padding-left: 55px;margin-top: 15px;width: 265px;height: 80px;font-weight: bold;/*font-family: "Impact";*/} 
.top2 .phone1 p{padding-left: 17px;line-height:30px;} /* 文字 */




/* 2_1【导航栏】 */
.nav{background: url(../images/main/nav_bg.png) repeat-x;height:53px;background-color: #333333;} /* 背景图片、高度 */
/* 菜单 */
/* 平均 分布 */
.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: #fff;  line-height:53px;background: url(../images/main/line.png) no-repeat center right;}
.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; */ }    
.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: 62px;
  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 4个服务 】 */
.box3{clear: both;overflow: hidden;padding: 87px 0 61px 0;}
.box3 ul{display: table;}
.box3 li{display: table;float: left;border: 1px solid #e6e6e6;width: 300px;height: 115px;text-align: left;line-height: 115px;padding:20px 0 0 50px;transition: .5s ease-in-out;}
.box3 li+li{border-left: none;}
.box3 li:hover{background-color: #009b4c;transition: .5s ease-in-out;}
.box3 li:hover h1,
.box3 li:hover h2{color: #fff;transition: .5s ease-in-out;}
.box3 li:hover .img{ -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(110%)brightness(10);}
.box3 li a{display: table;}
.box3 li .img{float: left;line-height: 0;}
.box3 li .txt{float: left;padding: 17px 0 0 15px;}
.box3 li h1{font-size: 18px;color: #2a2a2a;}
.box3 li h2{font-size: 11px;color: #2a2a2a;margin-top: 10px;text-transform: uppercase;}




/* 【 4 业务范围 】 */
.box4{clear: both;overflow: hidden;padding: 50px 0;background: url(../images/main/bg1.jpg) no-repeat center top;}
/* 大标题 */
.box4 .bigTitle{text-align: center;}
.box4 .bigTitle .title1{font-size:36.3px;color: #009b4c;font-weight: bold;letter-spacing: 1px;}
.box4 .bigTitle .title1 span{color:#2c2c2c;}
.box4 .bigTitle .title2{font-size: 17px;color: #a0a0a0;text-transform: uppercase;background: url(../images/main/line2.png) no-repeat center;/* padding: 2px; */}
/*  */
.slideTxtBox{}
.slideTxtBox .hd{}
.slideTxtBox .hd ul{margin: 0 auto;display: table;margin-top: 55px;}
.slideTxtBox .hd li{float: left;display: table;width: 123px;height: 40px;text-align: center;line-height: 40px;background-color: #333333;color: #fff;font-size: 16px;transition: .5s;}
.slideTxtBox .hd li+li{margin-left: 5px;}
.slideTxtBox .hd li:hover,
.slideTxtBox .hd li.on{background-color: #009B4C;transition: .5s;}
/* 架构 */
.s2b {margin-top: 52px;clear: both;}

.s2b li {width: 378px;height: 326px;overflow: hidden;position: relative;float: left;}
.s2b li:nth-child(n+4) {margin-top: 49px;}
.s2b li+li{margin-left: 32px;}
.s2b li:nth-child(4){margin-left: 0;}

.s2b-img {display: block;width: 100%;height: 270px;overflow: hidden;}
.s2b-img img {min-width: 100%;min-height: 100%;}

.s2b-con {display: flex;position: absolute;left: 0;bottom: 0;right: 0;height: 56px;/* line-height: 66px; */background-color: #fff;border: 1px solid #e1e1e1;align-items: center;justify-content: center;flex-direction: column;transition: .5s ease-in-out;}
.s2b-con h2 {font-size: 16px;color: #1e1e1e;/* line-height: 46px; */}
.s2b-con p {font-size: 13px;color: #1e1e1e;width: 285px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin-top: 10px;}
.s2b-con span {display: none;width: 71px;text-align: center;line-height: 21px;border-radius: 10px;background-color: #fff;font-size: 12px;color: #009b4c;margin-top: 15px;}

.s2b li:hover .s2b-con {height: 114px;background-color: #009b4c;transition: .5s;}
.s2b li:hover .s2b-con h2 {color: #fff;}
.s2b li:hover .s2b-con p {color: #fff;}
.s2b li:hover .s2b-con span {display: block;}






/* 【 5 我们优势 】 */
.box5{clear: both;overflow: hidden;padding: 50px 0;}
/* 大标题 */
.box5 .bigTitle{text-align: center;}
.box5 .bigTitle .title1{font-size:36.3px;color: #009b4c;font-weight: bold;letter-spacing: 1px;}
.box5 .bigTitle .title1 span{color:#2c2c2c;}
.box5 .bigTitle .title2{font-size: 17px;color: #a0a0a0;text-transform: uppercase;background: url(../images/main/line2.png) no-repeat center;/* padding: 2px; */}
/*  */
/* 架构 */
.box5 {background: url(../images/main/sample2.jpg) no-repeat center 202px;height: 802px;padding-top: 60px;}
.box5 .sample3-con {   position: relative; }
.box5 .sample3-con .list1 {padding-top: 129px;}
.box5 .sample3-con .list1 li {float: left;width: 50%;text-align: left;height: 105px;padding-top: 23px;margin-bottom: 85px;padding-left: 18px;}
.box5 .sample3-con .list1 li h3 {font-size: 26px;color: #ffffff;line-height: 26px;font-weight: 400;padding: 16px 0 0 0;}
.box5 .sample3-con .list1 li span {   display: block;   font-size: 14px;   color: #ffffff;   line-height: 22px;   margin-top: 8px; }
.box5 .sample3-con .list1 li:nth-child(2n) {text-align: right;padding-left: 0px;padding-right: 18px;}
.box5 .sample3-con .ads3 li {width: 220px;height: 190px;text-align: center;position: absolute;padding-top: 22px; }
.box5 .sample3-con .ads3 li h3 {font-size: 18px;color: #595858;font-weight: 400;line-height: 18px;margin-top: 12px; }
.box5 .sample3-con .ads3 li span {display: block;font-size: 13px;color: #595858;line-height: 20px;margin-top: 10px;width: 119px;margin-left: 54px;}
.box5 .sample3-con .ads3 li:nth-child(1) {left: 488px;top: 95px;}
.box5 .sample3-con .ads3 li:nth-child(2) {left: 325px;top: 190px;}
.box5 .sample3-con .ads3 li:nth-child(3) {right: 325px;top: 190px;}
.box5 .sample3-con .ads3 li:nth-child(4) {left: 325px;top: 382px;}
.box5 .sample3-con .ads3 li:nth-child(5) {right: 325px;top: 382px;}
.box5 .sample3-con .ads3 li:nth-child(6) {left: 488px;top: 480px;}
/*  */
.box5 .sample3-con .list1 li:nth-child(1){background: url(../images/main/sampL.png) no-repeat 0px 0px;}
.box5 .sample3-con .list1 li:nth-child(3){background: url(../images/main/sampL2.png) no-repeat 0px 0px;}
.box5 .sample3-con .list1 li:nth-child(5){background: url(../images/main/sampL3.png) no-repeat 0px 0px;}
.box5 .sample3-con .list1 li:nth-child(2){background: url(../images/main/sampR.png) no-repeat top right;}
.box5 .sample3-con .list1 li:nth-child(4){background: url(../images/main/sampR2.png) no-repeat top right;}
.box5 .sample3-con .list1 li:nth-child(6){background: url(../images/main/sampR3.png) no-repeat top right;}
/* 图片 翻转 */
.box5 .sample3-con .ads3 li:hover img{animation: dth .6s ease 0s forwards;-webkit-animation: dth .6s ease 0s forwards;}
@keyframes dth {  
    0% {transform: rotateY(0deg);  }
    50% { transform: rotateY(90deg);  }
    100% { transform: rotateY(0deg);  }
}
@-webkit-keyframes dth {
    0% { transform: rotateY(0deg);}
    50% {  transform: rotateY(90deg);}
    100% {  transform: rotateY(0deg);}
}





/* 企业简介 */ 
.sample2 {   height: 713px;   background: url(../images/main/sample1.jpg) no-repeat center center;   padding-top: 100px; }
.sample2 .sample2-left {   width: 492px; }
.sample2 .sample2-left h3 {font-size: 36px;color: #009b4c;line-height: 26px;font-weight: bold;}
.sample2 .sample2-left span {display: block;font-size: 14px;color: #009b4c;line-height: 14px;margin-top: 18px;text-transform: uppercase;}
.sample2 .sample2-left .sample2-con {font-size: 14px;color: #383838;line-height: 35px;margin-top: 53px;}
.sample2 .sample2-left .about-more {width: 137px;height: 43px;line-height: 41px;text-align: center;border: 1px solid #222222;margin-top: 42px;}
.sample2 .sample2-left .about-more a {font-size: 16px;color: #009b4c;}
/*  */
.sample2 .ads2 {width: 673px;/* height: 376px; */position: relative;margin: 65px 0 0 0;}
.sample2 .ads2 li {float: left;text-align: center;width: 305px;height: 158px;background-color: #fff;border-radius: 10px;box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.27);padding: 39px 0 0px 64px;margin: 0 14px 32px 0;transition: .4s;position: absolute;}
/*  */
.sample2 .ads2 li .img{float: left;width: 44px;height: 44px;margin: 13px 9px 0 0;transition: .4s;}
.sample2 .ads2 li img{width: 100%;}
/*  */
.sample2 .ads2 li .txt{float: left;transition: .4s;}
.sample2 .ads2 li .txt h3 {font-size: 30px;color: #009b4c;line-height: 30px;font-weight: 400;/* margin-top: 12px; */transition: .4s;}
.sample2 .ads2 li .txt span {display: block;font-size: 18px;color: #595858;line-height: 18px;margin-top: 12px;transition: .4s;}
/*  */
.sample2 .ads2 li:nth-child(1){left: 0px;top: 0px;}
.sample2 .ads2 li:nth-child(2){left: 320px;top: 0px;}
.sample2 .ads2 li:nth-child(3){left: 0px;top: 186px;}
.sample2 .ads2 li:nth-child(4){left: 320px;top: 186px;}
.sample2 .ads2 li:nth-child(1):hover{left: -44px;top: -60px;}
.sample2 .ads2 li:nth-child(2):hover{left: 276px;top: -60px;}
.sample2 .ads2 li:nth-child(3):hover{left: -44px;top: 126px;}
.sample2 .ads2 li:nth-child(4):hover{left: 276px;top: 126px;}
/*  */
.sample2 .ads2 li:hover{background-color: #009B4D;width: 406px;height: 182px;transition: .4s;z-index: 99;}
.sample2 .ads2 li:hover .img{zoom: 135%;transition: .4s;margin-right: 30px;}
.sample2 .ads2 li:hover img{filter: brightness(111)grayscale(80%);}
.sample2 .ads2 li:hover .txt h3 {font-size: 48px;color: #ffffff;line-height: 48px;transition: .4s; }
.sample2 .ads2 li:hover .txt span {display: block;font-size: 18px;color: #ffffff;text-align: center;line-height: 18px;margin-top: 15px;transition: .4s; }





/* 【 6 成功案例 】 */
.box6{clear: both;overflow: hidden;padding: 80px 0 35px 0;}
/* 大标题 */
.box6 .bigTitle{text-align: center;}
.box6 .bigTitle .title1{font-size:30px;color: #009b4c;font-weight: bold;letter-spacing: 1px;}
.box6 .bigTitle .title1 span{color:#2c2c2c;}
.box6 .bigTitle .title2{font-size: 14px;color: #a0a0a0;text-transform: uppercase;background: url(../images/main/line2.png) no-repeat center;/* padding: 2px; */}
/* 图片 滚动 无缝 */
.roll1 {width:1200px;margin: 0 auto;position: relative;}
/* 左右 按钮 */
.roll1 .next {left: -48px;background: url(../images/main/roll_L1.png) no-repeat;display: block;width: 41px;height: 41px;position: absolute;top: 102px;cursor: pointer;z-index: 99;}
.roll1 .prev {right: -48px;background: url(../images/main/roll_R1.png) no-repeat;display: block;width: 41px;height: 41px;position: absolute;top: 102px;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;}
.roll1 ul li{width: 275px;float: left;margin-right: 17px;}
.roll1 ul li .img{border: 1px solid #e6e6e6;padding: 5px;}
.roll1 ul li img {height: 185px;display: block;transition: all 0.5s;width: 100%;}
.roll1 ul h3{height: 41px;background-color: #ffffff;font-size: 15px;text-align: center;line-height: 41px;color: #4e4e4e;width: 100%;}
.roll1 ul li:hover h3{background-color: #009b4c;color: #fff; }




/* 【 7 现在咨询 】 */
.box7{clear: both;overflow: hidden;padding-top: 73px;background: url(../images/main/center_banner_pic2.jpg) no-repeat center top;height: 422px;}
/*  */
.box7 .a1{}
.box7 .a2{width: 628px;}
.box7 .a2 .b1{}
.box7 .a2 .b1 h1{font-size: 22px;color: #fff;margin-top: 28px;}
.box7 .a2 .b1 h2{font-size: 16px;color: #ececec;margin-top: 10px;}
.box7 .x-message{}
.box7 .x-message{margin-top: 31px;}
.box7 .x-message .name{background: url(../images/main/input1.png) no-repeat center top;}
.box7 .x-message .content{background: url(../images/main/input2.png) no-repeat center top;padding-top: 11px;}
.box7 .x-message .phone{background: url(../images/main/input3.png) no-repeat center top;width: 295px;}




/* 新闻中心 */
.s7 {background-color: #f4f4f4;}
.s7-box {padding-top: 42px;padding-bottom: 35px;}

.s7a {text-align: center;}
.s7a h2 {font-size: 30px;font-weight: bold;color: #2c2c2c;letter-spacing: 3px;}
.s7a h2 span {color: #009b4c;}

.s7a div {display: flex;align-items: center;justify-content: center;margin-top: 8px;}
.s7a div p {font-size: 14px;color: #a0a0a0;text-transform: uppercase;}
.s7a div span {display: block;width: 33px;height: 1px;background-color: #a0a0a0;margin: 0 8px;}

.s7b {margin-top: 50px;}
.s7b-btn {width: 362px;}
.s7b-btn ul li {width: 362px;height: 174px;background-color: #fff;padding-left: 28px;padding-right: 24px;}
.s7b-btn ul li+li {margin-top: 1px;}

.s7b-btn-box {display: flex;float: left;align-items: center;margin-top: 53px;}

.s7b-btn-img {width: 75px;position: relative;}
.s7b-btn-img img+img {display: none;position: relative;left: 0;}

.s7b-btn-name h3 {font-size: 20px;color: #303030;}
.s7b-btn-name p {font-size: 15px;color: #1d1d1d;text-transform: uppercase;margin-top: 6px;}

.s7b-btn-num {font-size: 70px;color: #d6d6d6;float: right;margin-top: 25px;/* margin-left: 19px; */}

.s7b-btn ul li:hover {background-color: #009b4c;}

.s7b-btn ul li:hover .s7b-btn-box .s7b-btn-img img {display: none;}
.s7b-btn ul li:hover .s7b-btn-box .s7b-btn-img img+img {display: block;}

.s7b-btn ul li:hover .s7b-btn-box .s7b-btn-name h3 {color: #fff;}
.s7b-btn ul li:hover .s7b-btn-box .s7b-btn-name p {color: #fff;}
.s7b-btn ul li:hover .s7b-btn-num {color: #ddede3;}

.s7b-con {width: 805px;}

.s7b-tj {width: 805px;height: 168px;}

.s7b-tj-con {width: 465px;height: 100%;padding-top: 19px;border-bottom: 1px solid #dadada;}

.s7b-tj-img {width: 325px;height: 168px;overflow: hidden;}
.s7b-tj-img a img {width: 325px;height: 168px;}

.s7b-tj-box {width: 100%;}
.s7b-tj-name {width: 333px;padding-right: 54px;border-right: 1px solid #d6d6d6;}
.s7b-tj-name a {line-height: 34px;font-size: 17px;color: #009b4c;display: inline-block;width: 100%;font-weight: bold;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.s7b-tj-time {text-align: end;margin-right: 5px;}
.s7b-tj-time h3 {font-size: 18px;color: #555;}
.s7b-tj-time p {font-size: 12px;color: #555;margin-top: 5px;}

.s7b-tj-summary {margin-top: 20px;/* height: 100px; */}
.s7b-tj-summary p {font-size: 13px;color: #555;line-height: 23px;/* height: 60px; */}

.s7b-item {margin-top: 22px;width: 805px;}
.s7b-item-box {width: 100%;}

.s7b-item-name {width: 285px;}
.s7b-item-name a {font-size: 17px;color: #2e2d2d;display: inline-block;width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;line-height: 34px;font-weight: bold;}

.s7b-item-time {width: 177px;text-align: end;height: 34px;border-left: 1px solid #d6d6d6;}
.s7b-item-time h3 {font-size: 18px;color: #555;}
.s7b-item-time p {font-size: 12px;color: #555;margin-top: 5px;}

.s7b-item-summary {width: 100%0;margin-top: 24px;}
.s7b-item-summary p {font-size: 13px;color: #555;width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.s7b-more {margin-top: 30px;width: 468px;border-bottom: 1px solid #dadada;}
.s7b-more a {display: block;width: 159px;text-align: center;line-height: 38px;background-color: #009b4c;font-size: 14px;color: #fff;}

.s7b-list {width: 100%;}
.s7b-list div {float: left;width: 367px;border-bottom: 1px solid #dadada;padding-top: 27px;padding-bottom: 10px;}
.s7b-list div a {display: inline-block;width: 260px;padding-left: 30px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 15px;color: #343434;position: relative;}
.s7b-list div a::before {content: "";display: block;width: 15px;height: 1px;background-color: #343434;position: absolute;left: 3px;top: 50%;transform: translateY(-50%);}
.s7b-list div p {font-size: 15px;color: #878787;}
.s7b-list div:nth-child(2n) {float: right;}

.s7b-list div a:hover {color: #009b4c;}
.s7b-list div a:hover::before {background-color: #009b4c;}




/* 【 8 XXXX 】 */
.box8{clear: both;overflow: hidden;padding: 50px 0;}
/* 大标题 */
.box8 .bigTitle{text-align: center;}
.box8 .bigTitle .title1{font-size:30px;color: #009b4c;font-weight: bold;letter-spacing: 1px;}
.box8 .bigTitle .title1 span{color:#2c2c2c;}
.box8 .bigTitle .title2{font-size: 14px;color: #a0a0a0;text-transform: uppercase;background: url(../images/main/line3.png) no-repeat center;/* padding: 2px; */}






/* 友情链接 */
.f_link{color: #070002;font-size: 14px;padding: 27px 0;}
.f_link .wh{background: url(../images/main/friend_link.png) no-repeat center left;padding-left: 35px;height: 31px;padding-top: 6px;font-size: 16px;}
.f_link a{color: #070002;}




/* 【页脚】 */
.footer{text-align:left;background-color: #009b4c;padding-top: 23px;background: url(../images/main/bg2.png) no-repeat center top;height: 334px;}
.footer .wh{display: table;}

/* 栏目 分类 (列表) */
.f_nav{/* width: 696px; */}
.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: 33px;/* text-align: left; */}
.f_nav dd a{font-size:14px;color: #fff;}  /* 列表 */

/* 二维码 */
/* 左侧 文字 */
.qrcode{}
.qrcode h1{font-size: 16px;color: #ffffff;font-weight: bold;background: url(../images/main/icon1.png) no-repeat center left;padding-left: 15px;letter-spacing: 2px;font-weight: bold;}
.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: 17px;font-size: 14px;color: #ffffff;margin-left: 9px;margin-top: 15px;}  /* 文字 竖排 */
/* 图片 */
.qrcode .code1{width: 107px;overflow: hidden;float: left;margin-top: 25px;}  /*  大小 */
.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: 14px;color: #ffffff;}

 /* 2 */
 .copyright{color: #fff;font-size: 14px;text-align:center;line-height:24px;/* border-top: 1px solid #ffffff35; *//* padding: 20px 0; */margin-top: 33px;clear: both;}
.copyright a{color: #fff;font-size: 14px;}
/* ======== 页脚 New ========= */
.footer{}
.footer .a1{color: #ffffff;}
.footer .a1 h1{font-size: 16px;color: #ffffff;font-weight: bold;background: url(../images/main/icon1.png) no-repeat center left;padding-left: 20px;letter-spacing: 2px;}
.footer .a1 h2{background: url(../images/main/phone2.png) no-repeat top left;height: 114px;width: 200px;margin-top: 26px;padding-top: 63px;}
.footer .a1 h2 p{    color: #fff;    font-size: 24px;    font-weight: bold;}
.footer .a1 h3{font-size: 16px;color: #222222;background: url(../images/main/btn1.png) no-repeat center top;width: 171px;height: 60px;line-height: 52px;padding-left: 37px;}
.footer .a2{width: 372px;margin-left: 79px;}
.footer .a2 h1{font-size: 16px;color: #ffffff;font-weight: bold;background: url(../images/main/icon1.png) no-repeat center left;padding-left: 20px;letter-spacing: 2px;margin-bottom: 16px;}
.footer .a2 a{display: table;color: #fff;font-size: 13px;float: left;width: 110px;line-height: 3;}
.footer .a2 a:before{content: "> ";}
.footer .a2 a:first-child:before{content: "> 网站";}
.footer .a2 a:hover{color: #cccccc;}
.footer .a3{margin-left: 43px;}
.footer .a3 h1{font-size: 16px;color: #ffffff;font-weight: bold;background: url(../images/main/icon1.png) no-repeat center left;padding-left: 20px;letter-spacing: 2px;margin-bottom: 16px;}
.footer .a3 h2{margin-top: 23px;}
.footer .a3 h2 p{font-size: 14px;color: #fff;line-height: 33px;padding-left: 25px;}
.footer .a3 h2 p:nth-child(1){background: url(../images/main/a1.png) no-repeat center left;}
.footer .a3 h2 p:nth-child(2){background: url(../images/main/a2.png) no-repeat center left;}
.footer .a3 h2 p:nth-child(3){background: url(../images/main/a3.png) no-repeat center left;}
.footer .a3 h2 p:nth-child(4){background: url(../images/main/a4.png) no-repeat center left;}




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



