/*初始化样式*/
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:link{color:#333;}
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,h3,h4{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}
.w1200{width:1200px;margin:0 auto;}



/*----- 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;}


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

.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;}

.plist{margin-top: 56px;}
.plist li{margin-right: 15px;margin-bottom: 15px;}
.plist li:nth-child(3n){margin-right: 0;}
.plist li a.img{border:1px solid #e5e5e5;display: block;}
.plist li a.img img{width: 388px;height: 388px;}
.plist li h3 a{display: block;color: #fff;font-size: 16px;font-weight: normal;}

/* 头部 */
.head{height:31px;line-height:31px;color:rgba(0,0,0,0.5);font-size:14px;background:#e1e1e1;overflow:hidden;}
.head a{color:rgba(0,0,0,0.5);font-size: 14px;}
#header{height:129px;width:1200px;margin:0 auto;}
.logo{line-height:129px;}
.yu{margin-top: 1px;height: 126px;padding-left: 30px;color: #191919;font-size: 20px;padding-top: 30px;}
.top_tel{background: url(//cdn.myxypt.com/de1c8e2f/21/06/d115f3d0db33a9f024ca058aad62e2fe5fee7f63.png)no-repeat left;padding-left: 66px;margin-top: 34px;color: #222;font-size: 15px;margin-right: -88px;}
.menu{background: #e60012;height: 59px;margin:0 auto;}

/*热门搜索*/
.sou{margin:20px 0;}
#formsearch{float:right;width:356px;height:42px;
background: url(//cdn.myxypt.com/de1c8e2f/21/06/00bebfdc39427f4a65a73460c26256dda205ad7b.png) no-repeat;}
.hotSearch{float:left;height:42px;line-height:42px;font-weight:normal;color:#000000;font-size:14px;}
#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}


/* 导航样式 */
.x-menu {
  width: 1200px;margin:0 auto;
  padding-top: 8px;
}

.x-menu > li {
  float: left;
  position: relative;
  background: url()no-repeat right 15px;
  text-align: center;
  width: 114px;
}
.x-menu > li:last-child{
  background:none;
}
.x-menu > li > a {
  margin:0 auto;
  width: 127px;
  border-radius: 20px;
  display: block;
  font-size: 17px;
  color: #fff;
  height: 40px;
  line-height: 40px;
}

.x-menu > li > a:hover {
  background: #fff;
  color: #0c0c0c;
}

.x-menu > li.active > a {
 /* background: #fff;
  color: #0c0c0c;*/
}

.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: 99;
  width: 150%;
  left: -25%;
  top: 65px;
  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;
  line-height: 2;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  padding: .5em;
}

.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;
}


/*搜索和热门搜索*/
.hotSearch a{margin:0 6px;color:#666666;}
#formsearch input{}
#formsearch input#keyword{height:42px;line-height:42px;padding-left:20px;color:#888888;background:none;border:none;outline:none;font-size:14px;}
#formsearch input#s_btn{width:51px;height:42px;line-height:42px;
text-align:center;background-color:#009b4c;color:#fff;border:none;
cursor:pointer;font-size: 12px;background:none;border:none;outline:none;float:right;}

#formsearch input::-webkit-input-placeholder {color:#888888;}
#formsearch textarea::-webkit-input-placeholder {color: #888888;}





/*首页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;}

/*导航栏样式*/
#menu{width:790px;float:right;}

.navs li{text-align:center;float:left;position:relative;z-index:999;width:112px;}

.navs li a{display:block;line-height:100px;color:#666666;height:100px;padding:0;font-size:16px;}
.navs li a:hover{color:#ff0101;text-decoration:none;
background: url(//cdn.myxypt.com/de1c8e2f/21/06/82c3ade473500f10a3be6e6d9b2f037963e82621.png) no-repeat center bottom;}


.navs .sec{height:0;background:#ff0101;color:#fff;overflow:hidden;z-index:9999;position:absolute;top:100px;left:0px;width: 100%;}
.navs .sec a{background:#ff0101;color:#fff;height:38px;line-height:38px;font-size: 14px;}
.navs .sec a:hover{background:#ff0101;text-decoration:none;color:#fff;}







.box1{background:url(//cdn.myxypt.com/de1c8e2f/21/06/b2996e72358372755bed408287bad50ae8c12b23.png) no-repeat;padding-top:50px;height:977px;overflow:hidden;}
.prod1{width:278px;background:#fff;}
.ptt{height:118px;text-align:center;color:#fff;font-size:36px;background:#ff0101;padding-top:18px;font-weight:bold;}
.ptt p{font-size:14px;font-weight:normal;}
.sort1{height:640px;padding-top:25px;}
.sort1 li{width:230px;line-height:46px;margin:0 auto;
background: url(//cdn.myxypt.com/de1c8e2f/21/06/12c86f4aac6c8130cbef80dba7a77c567b157110.png) no-repeat;margin-bottom:16px;}
.sort1 li a{color:#333333;font-size:14px;padding-left:27px;}
.sort1 li:hover{background: url(//cdn.myxypt.com/de1c8e2f/21/06/f7a24141410f39d6b1c5af6825f362eae72d5c21.png) no-repeat;}
.sort1 li:hover a{color:#fff;}
.ptel{background: url(//cdn.myxypt.com/de1c8e2f/21/06/cf381a76562ce81fa44edaf9ad54c2603efccebb.png) no-repeat;height:148px;color:#fff;}
.fwrx{font-size:18px;padding-left:122px;padding-top:24px;}
.ptel h2{text-align:center;font-size:20px;text-align:center;font-family:"Arial";margin-top:15px;}
.add{font-size:14px;text-align:center;margin-top:6px;}


.prod2{width:886px;}
.zxtt{line-height:68px;position:relative;color:#fff;font-size:20px;text-indent:50px;font-weight: bold;
background: url(//cdn.myxypt.com/de1c8e2f/21/06/4660d14620ac690ae5f2ea6f4d5b93594b3022a5.png) no-repeat;text-transform:uppercase;}
.zxtt a{position:absolute;right:15px;top:0;color:#999999;font-size:14px;font-family:"Arial";font-weight:normal;}

.product_list1{margin-top:32px;}
.product_list1 li{float:left;margin-right:19px;margin-bottom:38px;border:2px solid transparent;}
.product_list1 li:nth-child(3n){margin-right:0;}
.product_list1 li img{width:274px;height:192px;}
.product_list1 li h3{text-align:center;font-weight:normal;color:#333333;font-size:14px;background:#e2e2e2;line-height:48px;}
.product_list1 li:hover{border-color:#ff0101;}
.product_list1 li:hover h3{background:#ff0101;color:#fff;}




.box2{height:849px;background: url(//cdn.myxypt.com/de1c8e2f/21/06/80d9fd91cdf38fe0b16ac196a1fbb6f62a385165.png) no-repeat;}
.b2tt{height: 196px;}
.bt{text-align:center;color:#ff0101;font-size:42px;font-weight:bold;}
.bt p{color:#666666;font-size:14px;text-transform:uppercase;font-family:"Arial";font-weight:normal;}
.ads{height: 556px;overflow:hidden;}
.ads li{height: 260px;width:600px;float:left;padding-top:33px;}
.ads li .title{width:491px;height:58px;padding-left:37px;padding-top:9px;}
.ads li .numb{width:40px;line-height:40px;border-radius:50%;text-align:center;color:#ffffff;font-size:24px;font-weight:normal;background:#ff0101;}
.ads li h3{color:#ff0101;font-size:24px;font-weight:normal;line-height:40px;float:left;margin-left:18px;font-weight:bold;}
.ads li h3 span{color:#333333;}
.ads li p{color:#333333;font-size:14px;line-height:28px;width:525px;margin-left:37px;margin-top:33px;}
.ads li:hover{background:#fff;box-shadow:0 0 12px #aaa;}
.ads li:hover .title{background:#ff0101;}
.ads li:hover .numb{background:#fff;color:#ff0101;}
.ads li:hover h3{color:#fff;}
.ads li:hover h3 span{color:#fff;}
.dh{margin-left: 148px;margin-top: -8px;color:#fff;font-size:14px;line-height: 27px;}
.dh p{font-size:24px;font-family:"Arial";margin-top:3px;}
a.zx{
    width: 183px;
    line-height: 44px;
    background: url(//cdn.myxypt.com/de1c8e2f/21/06/7ec9b22162d7737dcaa38f070187a77248c99298.png) no-repeat;
    font-size: 14px;
    color: #ea0505;
    text-indent: 23px;
    margin-right: 53px;
    margin-top: 5px;
    font-weight: bold;
}







.box3{margin-top:46px;}
.box3 .cont{margin-top:42px;position: relative;}
.product_list2 li{float:left;position:relative;margin-bottom:20px;margin-left:20px;}
.product_list2 li img{width:385px;height:300px;}

.product_list2 li h3{width:100%;position:absolute;left:0;bottom:0;color:#fff;font-size:14px;
line-height:38px;font-weight:normal;
background: url(//cdn.myxypt.com/de1c8e2f/21/06/86f46ee4a19f33757e833497e474d268160291fc.png) repeat;
text-align:center;}
/*.product_list2 li:nth-child(1) h3{font-size:16px;line-height:62px;}*/




.box4{height:745px;
background: url(//cdn.myxypt.com/de1c8e2f/21/06/5dee0518cb5845886507b17b439a12d2ce2cb71d.jpg) no-repeat;
margin-top:60px;padding-top:58px;}
.box4 .cont{margin-top:55px;height:342px;overflow:hidden;}
.abpic{width:564px;height:342px;}
.abpic img{width:564px;height:342px;}
.about{width:587px;}
.about h2{color:#fff;font-size:24px;padding-top:15px;}
.ab{color:#fff;font-size:14px;line-height:28px;padding-top:25px;}
.about a{color:#fff;font-size:14px;margin-top:32px;
background: url(//cdn.myxypt.com/de1c8e2f/21/06/1238f29e760bd1fef85c76c338625f71d08415e1.png) no-repeat left center;
text-transform:uppercase;display:block;padding-left:55px;font-family:"Arial";width:181px;height:44px;line-height: 44px;
}


.l_btn,.r_btn{position:absolute;top:45%;cursor:pointer;}
.l_btn{left:-51px;}
.r_btn{right:-51px;}


.c2-con{margin-top:80px;}
.c2-con ul li{width: 299px;float: left;text-align: center;position: relative;}
.c2-con ul li+li{background: url(//cdn.myxypt.com/de1c8e2f/21/06/e3497faba04a295489b1b2921ad0f287e30045b8.png) no-repeat left center;}
.c2-con ul li .count-title{font:500 72px/70px "微软雅黑";color: #fff;}
.c2-con ul li dt{font-size: 18px;color: #fff;position: absolute;top:5px;left:168px;
background: url(//cdn.myxypt.com/de1c8e2f/21/06/1dab8926e081c9abf042b0ecf84db08a4321ad37.png) no-repeat;
width:32px;line-height:32px;text-align:center;font-weight:normal;}
.c2-con ul li:nth-child(2n) dt{left: 210px;}
.c2-con ul li p{font: normal 18px/50px "微软雅黑";color: #fff;}





.box5{margin-top:53px;margin-bottom:59px;}
.tabli{position:relative;float:left;width:198px;}
.tabli li{line-height:70px;color:#fff;font-size:18px;text-align:center;background:#2c2c2c;cursor:pointer;}
.tabli li:nth-child(3){background:#232323;}
.tabli li.cur{background:#ff0101;}
.tab{width:999px;float:right;overflow:hidden;display:none;}
.tab.clicked{display:block;}
.product_list3 li{float:left;margin-left:23px;}
.product_list3 li img{width:310px;height:210px;}






.box6{height:622px;
background: url(//cdn.myxypt.com/de1c8e2f/21/06/2c94ab318282c75dfb7c688b4c953e050e60d48b.png) no-repeat;
padding-top:57px;}
.xinz{width:725px;margin-left:35px;margin-top:10px;}
.tabli2{position:relative;height:65px;line-height:65px;position:relative;margin-bottom:30px;border-bottom: 1px Solid #e3e3e3;}
.tabli2 li{line-height:65px;color:#333333;font-size:18px;cursor:pointer;float:left;margin-right:80px;}
.tabli2 li.cur{
    background: url(//cdn.myxypt.com/de1c8e2f/21/06/c38ce45bc7e0faa56fd0ac2f6b443f1f8547433d.png) no-repeat left bottom;
color:#ff0101;}
.tabli2 .nm{position:absolute;right:0;top:0;}
.tab2{overflow:hidden;display:none;}
.tab2.clicked{display:block;}

.xlist1 li{}
.xlist1 li .img{width:344px;}
.xlist1 li .img img{width:344px;height:182px;}
.xlist1 li .det{width:342px;margin-top:15px;}
.xlist1 li h3 a{color:#333333;font-size:16px;font-weight:bold;}
.xlist1 li h4{color:#999999;font-size:12px;font-weight:normal;margin-top:10px;}
.xlist1 li span{color:#666666;font-size:12px;line-height:24px;display:block;margin-top:24px;}


.xlist2{margin-top:25px;}
.xlist2 li{position:relative;line-height:38px;
background: url(//cdn.myxypt.com/de1c8e2f/21/06/d76ceaff28d922cb97a8d95e0a59661cbaf312d1.png) no-repeat left center;}
.xlist2 li a{color:#666666;font-size:14px;padding-left:20px;}
.xlist2 li span{color:#999999;font-size:12px;position:absolute;right:0;top:0;}


.xiny{width:308px;margin-right:28px;}
.xtt{position:relative;height:84px;line-height:84px;position:relative;color:#333333;font-size:18px;color:#fff;}
.xtt a{position:absolute;right:0;top:0;}

.npic img{
    width: 308px;
    height: 151px;
}








/*友情链接*/
.f_link{padding-top:18px;color:#999999;font-size:12px;border-top:1px solid #393939;}
.f_link a{color:#999999;}




/*页面底部*/
.foot{background:#232323;}
.foots{height:310px;overflow:hidden;}


.foot2{width:721px;margin-top:47px;}
.foot2 dl{width:180px;float:left;}
.foot2 dt{color:#fff;font-size:16px;font-weight:normal;margin-bottom:23px;}
.foot2 dd a{color:#999999;font-size:13px;line-height:30px;}
.foot2 dd a:hover{color:#fff;}

.ftel{background: url(//cdn.myxypt.com/de1c8e2f/21/06/c37a0056cd329c9de82b284ae59d1445e8061e4f.png) no-repeat left top;
color:#999999;font-size:13px;line-height:30px;padding-top:28px;margin-top:44px;}
.ftel strong{color:#fff;font-family:"Arial";}

.wei{    width: 143px;
    text-align: center;
    color: #999999;
    font-size: 13px;
    line-height: 45px;
    margin-top: 44px;
}

.wei img{
    margin-bottom: 10%;
}


.bq{line-height:30px;height:80px;overflow:hidden;background:#202020;color:#999999;}
.bq a{color:#999999;}













/*内页左侧样式*/


.container{width: 1200px!important;margin: 0 auto;padding: 0;}

/*.left{width: 225px;float: left;}
.right{width: 940px;float: right;}
.xypg-case-list li{width:300px;}
.xypg-product-list li{width: 293px;}
.xypg-product-list li .img img{width: 271px;height: 205px;}
.relate-product-slick .owl-item .img img{    width: 213px;height: 159px;}
.xypg-case-list li .img img{width: 300px;height: 300px;}
.page-product-inquiry a{color: #fff;}
.page-mob-tool{display: none;}*/
.page-product-inquiry a{color: #fff;}


.qyfc{
    margin-top: 5px;
}
.qyfc .yqfct{
       
      background: url(../images/qyfct.png) no-repeat bottom  center;
      padding-bottom: 5px;
}
.qyfc .yqfct h1{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 30px;
    float: left;
}
.qyfc .yqfct .mor{
    font-size: 12px;
    color: 999999;
    font-weight: normal;
    line-height: 30px;
    float: right;
    text-transform: uppercase;
}
.yqfc1{
    margin-top: 45px;
    position: relative;
}
.yqfc1 .next{
    position: absolute;
    left: 0px;
    top: 50px;
}
.yqfc1 .prev{
    position: absolute;
    right: 0px;
    top: 50px;
}
.yqfc1 .bd{
    width: 965px;
    margin: 0 auto;
    overflow: hidden;
}
.yqfc1 .bd ul li{width: 226px;
    height: 136px;
    margin-right: 20px;
    float: left;
}
