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

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;font-weight:bold;}
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:92%;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;}


/*头部样式*/
.top1{background:#182226;color:#9fa6a4;height:46px;line-height:46px;overflow:hidden;font-size:14px;}
.top1 a{color:#9fa6a4;}



.top2{height:105px;overflow:hidden;}
.logo{float:left;line-height:105px;}
.k2{color:#666666;line-height:30px;background: url(//cdn.xypt.top/501cfab4/21/07/4a87fa161c45c143382f382148b562a478b667a7.png) no-repeat left center;padding-left:62px;font-size:16px;margin-top:21px;}
.k2 p:nth-child(2){color:#0194dc;font-size:30px;font-weight:bold;}






/*热门搜索*/
.sou{margin:30px 0 45px;}

#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}





/*搜索和热门搜索*/
.hotSearch{float:left;height:37px;line-height:37px;font-weight:normal;color:#666464;font-size:18px;background: url(//cdn.xypt.top/501cfab4/21/05/95e557422e5deadecbc5f82ea2db50e0c6b18ace.png) no-repeat left  center;padding-left:42px;}
.hotSearch a{margin-right:6px;color:#666464;}
.hotSearch strong{color:#323232;}

#formsearch{float:right;background: url(//cdn.xypt.top/501cfab4/21/05/9b7691beadfba7acd1a34b7aac39ca32bcf8531b.png) no-repeat;width:325px;height:37px;}
#formsearch input{}
#formsearch input#keyword{height:37px;line-height:37px;padding-left:25px;float:left;color:#666464;font-size:14px;background:none;border:none;outline:none;width:250px;}
#formsearch input#s_btn{width:63px;height:37px;line-height:37px;text-align:center;background:none;border:none;outline:none;color:#fff;border:none;cursor:pointer;font-size: 14px;float:right;}
#formsearch input::-webkit-input-placeholder{color:#666464;}
#formsearch textarea::-webkit-input-placeholder{color:#666464;}



/* 导航样式 */
#menu{height:89px;background:#0194dc;}
.x-menu {}

.x-menu > li {
  float: left;
  position: relative;
 text-align:center;
}
.x-menu > li+li{margin-left:76px;}
.x-menu > li > a {
  display: block;
  font-size: 19px;
  color: #fff;
  line-height:26px;padding-top:19px;position:relative;
}

/*.x-menu > li > a:hover:after{width:74px;height:4px;position:absolute;content:"";top:0;margin-top:-2px;left:0;background:url(//cdn.xypt.top/501cfab4/21/05/804f7e7cda675bc53b95fd69746a6efc439efe30.png);}*/
/*.x-menu > li:hover > a{color:#0194dc;font-weight:bold;}*/
/*.x-menu > li:hover p{color:#0194dc;font-weight:normal;}*/
/*.x-menu > li:nth-child(7) > a:hover:after{left:19px;}*/


.x-menu > li p{color:#fff;font-size:15px;}
.x-menu > li.active > a{}


.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: 100px;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          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: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}




.product_list1{margin-top:38px;}
.product_list1 li{float:left;margin-right:57px;margin-bottom:28px;}
.product_list1 li:nth-child(4n){margin-right:0;}
.product_list1 li img{width:257px;height:293px;}
.product_list1 li h3{text-align:center;font-weight:normal;color:#3f3f3f;font-size:20px;}



.bt{text-align:center;font-size:41px;color:#000000;}
.bt p{text-align:center;font-size:20px;font-weight:normal;background: url(//cdn.xypt.top/501cfab4/21/05/3af086dc49a7b17d9e5ca3dd3168a6d3938c2ec2.png) no-repeat center bottom;padding:13px 0 21px;}
.ads{margin-top:40px;}


/* 【 艾诺特空压机 】 */
.box1{padding: 0 0 35px 0;}
/*  */
.box1 ul{display: inline-block;margin: 35px 0 0 -81px;padding:0 0 0 0;/*clear: both;*/width: 1360px;display: flex;justify-content: space-between;}
.box1 ul li{display: inline-block;margin: 0 0 0 0;padding:0 0 0 0;width: 20%;position: relative;transition: .4s;text-align: center;}
.box1 ul li a{display: inline-block;width: 100%;}
.box1 ul li .img{margin: 10px auto 0;padding:0 0 0 0;/* float: left; */}
/* .box1 ul li img{width:100%;} */
.box1 ul li .txt{margin: 0 0 0 0;padding:0 0 0 0;transition: .4s;/* float: left; */}
.box1 ul li h2{font-size: 24px;color: #000000;margin: 30px 0 0 0;padding:0 0 0 0;transition: .4s;font-weight: bold;}
.box1 ul li h3{font-size: 18px;color: #595757;margin: 15px 0 0 0;padding:0 0 0 0;transition: .4s;}
.box1 ul li+li{border-left: 1px dashed #D2D2D2;}
.box1 ul li:hover{}




/* 【 产品 】 */
.box2{padding: 100px 0 75px 0;background: url( //cdn.xypt.top/501cfab4/21/05/af31078501d2a68f7c80ab341791f71ebd8fb05a.jpg ) no-repeat center top;background-size: cover;}
/* 【左侧】 */
.box2 .ll{/*width: 48%;*/float: left;margin: 0 0 0 0;padding: 0 0 0 0;/* clear: both; */}
.box2 .bt{font-size: 36px;color: #000;margin: 0 0 0 0;padding:0 0 0 0;letter-spacing: 2px;font-weight: normal;}
.box2 .bt span{font-weight: bold;}
/* 【右侧】 */
.box2 .rr{/*width: 48%;*/float: right;margin: 0 0 0 0;padding: 0 0 0 0;/* clear: both; */}
.box2 .rr{}
.box2 .list1{display: inline-block;margin: 0 0 0 0;padding:0 0 0 0;/*clear: both;*//*width: 1200px;*/}
.box2 .list1 a{display: inline-block;margin: 0 0 0 0;padding:0 0 0 0;width: 145px;height: 35px;line-height: 35px;position: relative;transition: .4s;border: 1px solid #6E6C6C;text-align: center;}
.box2 .list1 h2{font-size: 16px;color: #666464;margin: 0 0 0 0;padding:0 0 0 0;transition: .4s;line-height: 35px;font-weight: normal;}
.box2 .list1 a:hover{background-color: #0194DC;border-color: #0194dc;}
.box2 .list1 a:hover h2{color: #fff;}
.box2 .list1 a+a{margin-left: 8px;}
/*  */
/* 列表 */
.box2 .list2{display: inline-block;margin: 77px 0 0 0;padding:0 0 0 0;/*clear: both;*/display: flex;justify-content: space-between;flex-wrap: wrap;}
.box2 .list2 li{display: inline-block;float: left;margin: 0 0 30px 0;padding:0 0 0 0;width: 32%;transition: .4s;/* border: 5px solid #fff; */position: relative;}
.box2 .list2 li a{display: inline-block;width: 100%;}
.box2 .list2 li .img{margin: 0 0 0 0;padding:0 0 0 0;/* float: left; */}
.box2 .list2 li img{width:100%;}
.box2 .list2 li .txt{margin: 0 0 0 0;padding:0 0 0 0;transition: .4s;/* float: left; */}
.box2 .list2 li h2{font-size: 16px;color: #666464;line-height: 57px;background-color: #fff;margin: 0 0 0 0;padding:0 0 0 0;transition: .4s;text-align: center;font-weight: normal;}
/* .box2 .list2 li+li{margin-left: 10px;} */
.box2 .list2 li:hover h2{color: #fff;background-color: #0194dc;}
.box2 .list2 li:before{width: 100%;top: 0px;left: 0px;right: 0;pointer-events: none;background: url( //cdn.xypt.top/501cfab4/21/05/ffca802ed9de1f9be96cb6801e0088a29eca8ae8.png ) no-repeat center rgba( 4, 128, 189, .5);position: absolute;content: "";z-index: 99;height: 0;opacity: 0;transition: .4s;}
.box2 .list2 li:hover:before{height: 287px!important;opacity: 1!important;z-index: 999;}
/*  */
.box2 .btns{text-align: center;margin: 40px 0 0 0;}
.box2 .btns a{font-size: 16px;color: #666464;margin: 0 0 0 0;padding:0 0 0 0;display: inline-block;width: 208px;line-height: 53px;text-align: center;border: 1px solid #666464;transition: .3s;}
.box2 .btns a:hover{background: #0194dc;color: #fff;border-color: #0194dc;}
.box2 .btns a+a{margin-left: 15px;}
/*  */
.box2 .phone{font-size: 17px;color: #595757;margin: 20px 0 0 0;padding:0 0 0 0;font-weight: normal;text-align: center;}
.box2 .phone strong{font-size: 34px;color: #0194dc;margin: 0 0 0 0;padding:0 0 0 0;font-weight: bold;letter-spacing: 2px;position: relative;top: 6px;}



/* 【 3 为什么选择·艾诺特空压机 】 */
.box3{margin-top:60px;height:915px;overflow:hidden;}
.box3 .wh{position: relative;height:915px;}
/*  */
.why{width:593px;float:right;margin-top:70px;}
.box3 .bt{font-weight:normal;}
.box3 .bt span{font-weight:bold;}
.box3 .bt p{padding:27px 0 39px;}
/*  */
.box3 .box3Img{position: absolute;left: 0;top:0;width:968px;height:592px;}
.box3 .box3Img img{width:968px;height:592px;}

.tup{position: absolute;right: 0;bottom:0;width:592px;height:324px;}
.tup img{width:592px;height:324px;}
/*  */
.box3 .ysTxt{position: absolute;left: -65px;top: 500px;}
.box3 .list1{margin-top:64px;}
.box3 .list1 li{float:left;height:324px;overflow:hidden;text-align:center;background:#f2f2f2;padding-top:40px;}
.box3 .list1 li a{color:#000;}
.box3 .list1 li:nth-child(1){margin-left:608px;width:305px;color:#000;}
.box3 .list1 li:nth-child(2){background:#fff;width:287px;}
.box3 .list1 li:nth-child(3){background:#1c1a1b;width:305px;color:#fff;}
.box3 .list1 li:nth-child(4){background:#0194dc;width:305px;color:#fff;}
.box3 .list1 li h2{font-size:116px;}
.box3 .list1 li h3{font-size:17px;font-weight:bold;margin:14px 0;}
.box3 .list1 li h4{font-size:14px;line-height:25px;padding:0 37px;}
.box3 .list1 li:nth-child(3) a,.list1 li:nth-child(4) a{color:#fff;}





/*  */
.w4{background:#eeeeee;margin-top:55px;height:633px;padding-top:70px;}
.w4 .wh{position: relative;}
.w4 .w1tit{margin-bottom: 54px;}
.abtp{width: 453px;
  height: 503px;
    overflow: hidden;
}
.abtp img{max-width: 100%;}

.abb{width:713px;float:left;margin-top:24px}
.attc2{
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #000000;} 
  .aann{
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #000000;margin-top:20px;height:240px;overflow: hidden;text-align:justify;}



.gssj{  width: 811px;
  height: 122px;position: absolute;
  background-color: #ffffff;left:0px;bottom:30px}
.sz_ll{margin-top:23px}
.sz_ll li{width:165px;float:left;background:url(//cdn.xypt.top/501cfab4/21/05/d75a1bdfbad48521f05f08f4a5b62854404ec1c0.png) no-repeat center right;text-align: center;}
.sz_ll li:nth-child(2n){width:240px}
.sz_ll li:last-child{background:none;}
.sz_ll li h2 a{color:#0194dc;font-size:47px;font-weight: 400;line-height: 1;letter-spacing: -3px;}
.sz_ll li h2 span{  font-family: MicrosoftYaHei;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 8px;
  letter-spacing: 0px;
  color: #000000;vertical-align:top;margin-top: 10px;}
  .sz_ll li dt{ font-family: MicrosoftYaHei;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #3e3a39;
}




.box5{margin-top:50px;}
.ctt{color:#000000;font-size:20px;margin-top:25px;background:url(//cdn.xypt.top/501cfab4/21/05/84e399daa2ce0867db8b867f9416f90d33fdab00.png) no-repeat 135px center;}
.box5 .cont{position:relative;margin-top:18px;}
.lb,.rb{position:absolute;top:-47px;cursor:pointer;}
.lb{right:40px;}
.rb{right:0;}

.product_list11 li{float:left;margin-right:40px;padding:10px 0;}
.product_list11 li .aa{border:1px solid #e5e5e5;padding:18px 18px 8px;}
.product_list11 li .img img{width:333px;height:249px;}
.product_list11 li h3{color:#000000;font-size:14px;margin-top:8px;margin-bottom:6px;}
.product_list11 li .aa:hover{box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);background-color: rgb(255, 255, 255);}





.box6{margin-top:38px;background:#f4f4f4;padding-top:50px;padding-bottom:25px;overflow:hidden;}
.p8{margin-top:18px;}
.p8a{width:788px;}

.p8a1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
    height: 72px;
    line-height:72px;margin-bottom:35px;
}
.p8a1 ul li {
    font-size:19px;
    color: #000000;
    font-weight:600;
    margin-right:48px;
    position: relative;
}

.p8a1 ul li a{color:#000;}

.p8a1 ul li::after {
    content: "";
    width:35px;
    height:3px;
    background-color: #0194dc;
    position: absolute;
    bottom: -1px;
    left:26%;
    transform: translateX(-50%);
    display: none;
}
.p8a1 ul li.cur::after {
    display: block;
}
.p8a1 >a {
    font-size:14px;
  color: #000000;
}





.p8a2a {
    width:372px;height:416px;background:#fff;overflow:hidden;padding-top:3px;
}
.p8a2a li a {
    display: block;
}
.p8a2a li a img {
    width:364px;
    height:160px;margin:0 auto;display:block;
}
.p8a2a li h3 {
    font-size: 16px;
    color:#000000;height:50px;line-height:50px;
    width:306px;margin:0 auto;border-bottom:1px solid #d2d2d2;margin-top:32px;
}
.p8a2a li h4 {
    font-size: 14px;
  color: #727171;line-height:23px;width:306px;margin:0 auto;margin-top:13px;
}

.xw2{width:372px;height:416px;background:#fff;overflow:hidden;padding-top:3px;}
.xwt{width:364px;height:160px;margin:0 auto;display:block;}
.xwt img{width:364px;height:160px;margin:0 auto;display:block;}

.p8a2b{margin-top:43px;padding:0 26px;}
.p8a2b li{line-height:20px;margin-bottom:11px;height:20px;overflow:hidden;}
.p8a2b li b{line-height:20px;width:20px;float:left;text-align:center;color:#fff;font-size:14px;background:#8f8c8b;font-weight:normal;}
.p8a2b li h3{line-height:20px;margin-left:14px;float:left;color:#727171;font-size:14px;}
.p8a2b li:hover b{background:#0194dc;}


.p8b{width:368px;}
.cjtt{line-height:72px;position:relative;color:#000000;font-size:19px;margin-bottom:35px;background:url(//cdn.xypt.top/501cfab4/21/05/f632b2490d8712a88e8e9e50d0d0023ae4f2f532.png) no-repeat left bottom;}
.cjtt a{color:#000000;font-size:14px;position:absolute;right:0;top:0;font-weight:normal;}
.p8b .content{height:416px;background:#fff;padding:28px 20px 0;}

#ydemo {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    height:351px;
}

#yindemo {
    height: 100%;
}

#ydemo1 {}

#ydemo2 {}

.news_list3 li {
    position: relative;
    padding:26px 0 30px;border-bottom:1px solid #bfbfbf;
}

.news_list3 li a {
    line-height: 30px;
    padding-left:35px;
    background: url(//cdn.xypt.top/501cfab4/21/05/09d5a0407e281414dca4183a7496f3526a6b3276.png) left center no-repeat;
    display: block;
    font-size:14px;font-weight:400;color:#3e3a39;
}


.news_list3 span {
    background: url(//cdn.xypt.top/501cfab4/21/05/d12b0a305790697ebe2042f9e81c863f009c5155.png) left 6px no-repeat;
    padding-left: 35px;
    font: 400 14px/26px "微软雅黑";
    margin-top:2px;
    color: #3e3a39;
    display: block;
}




.box8{background:#2c3033;height:130px;border-bottom:1px solid #7d7d7d;overflow:hidden;}
.ads22{padding-top:31px;}
.ads22 li{float:left;padding:5px 75px 0;height:75px;}
.ads22 li+li{background: url(//cdn.xypt.top/501cfab4/21/05/06848c850a40d99ca3302871e2ff9716d5016b54.png) left center no-repeat;}
.ads22 li:first-child{padding-left:0;}
.ads22 li:last-child{padding-right:0;}
.ads22 li .img{width:28px;line-height:29px;}
.ads22 li h2{line-height:29px;float:left;color:#c2c2c2;font-size:16px;margin-left:8px;}
.ads22 li span{color:#c2c2c2;font-size:16px;margin-left:35px;display:block;margin-top:5px;}









/*页面底部*/
.foot{background:#2c3033;padding:10px 0 20px;}
.copyright{line-height:24px;color:#c2c2c2;font-size:14px;}
.copyright a{color:#c2c2c2;}

/*友情链接*/
.f_link{color:#ffffff;font-size:18px;margin-top:10px;}
.f_link a{color:#727171;font-size:14px;padding:0 3px 0 15px;}
.f_link a+a{background:url(//cdn.xypt.top/501cfab4/21/05/008fba85f341c70ff17437e3adb2415c6da91df7.png) no-repeat left center;}





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



