/*初始化样式*/
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:#e6e6e6;color:#595959;height:27px;line-height:27px;overflow:hidden;font-size:14px;}
.top1 a{color:#595959;}




.top2{height:120px;overflow:hidden;background: url(../images/tp.png) no-repeat;position:absolute;left:0;top:0;z-index:99999;width:100%;}
.logo{float:left;line-height:120px;}






/*热门搜索*/
.sou{}
.hotSearch{float:left;margin-top:16px;font-weight:normal;color:#999999;font-size:14px;}
.hotSearch a{color:#999999;}
.hotSearch a+a{padding:0 6px 0 12px;background: url(../images/dd.png) no-repeat left bottom;}
#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}



/*搜索和热门搜索*/
#formsearch input{height:22px;background:#fff;border:1px solid #c8c8c8;line-height:22px;}
#formsearch input#keyword{height:22px;line-height:22px;padding-left:4px;color:#666;}
#formsearch input#s_btn{width:46px;height:24px;line-height:24px;text-align:center;background-color:#009b4c;color:#fff;border:none;cursor:pointer;font-size: 12px;}



/*搜索和热门搜索*/
#formsearch{float:right;background: url(../images/ss.png) no-repeat;width:266px;height:41px;}
#formsearch input{}
#formsearch input#keyword{height:41px;line-height:41px;padding-left:0px;float:left;color:#999999;font-size:12px;background:none;border:none;outline:none;}
#formsearch input#s_btn{width:26px;height:41px;line-height:41px;text-align:center;background:none;border:none;outline:none;color:#fff;border:none;cursor:pointer;font-size: 12px;float:right;}
#formsearch input::-webkit-input-placeholder {color:#999999;}
#formsearch textarea::-webkit-input-placeholder {color: #999999;}











/* 导航样式 */

.x-menu {float:right;}

.x-menu > li {
  float: left;
  position: relative;
 text-align:center;width:80px;
}
.x-menu > li+li{margin-left:40px;}
.x-menu > li > a {
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height:120px;
}

.x-menu > li > a:hover {
  background: url(../images/x1.png) no-repeat center 65%;
}

.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:0;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.x-sub-menu {
  position: absolute;
  z-index: 99999;
  width: 150%;
  left: -25%;
  top:135px;
  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;
}






.box1{background: url(../images/bj1.png) no-repeat;height:1153px;margin-top:42px;}
.bt{background: url(../images/bt.png) no-repeat left top;padding-left:50px;color:#cba141;font-size:38px;text-transform:uppercase;height:81px;padding-top:20px;}
.bt p{font-weight:normal;color:#333333;font-size:26px;}
.pwz{color:#666666;font-size:18px;letter-spacing:15px;text-align:right;margin-top:60px;}
.box1 .cont{margin-top:62px;height:549px;overflow:hidden;}

.sort1{width:237px;margin-top:106px;}
.sort1 li{color:#666666;line-height:55px;border-bottom:1px solid #d2d2d2;}
.sort1 li a{color:#333333;background: url(../images/y.png) no-repeat left center;padding-left:38px;display:block;font-size:18px;}

.product_list1{width:911px;float:right;}
.product_list1 li{float:left;margin-right:20px;margin-bottom:10px;}
.product_list1 li:nth-child(3n){margin-right:0;}
.product_list1 li .tu{border:1px solid #d2d2d2;border-radius:8px;display:block;}
.product_list1 li .img{border-radius:8px;display:block;}
.product_list1 li img{width:287px;height:207px;}
.product_list1 li h3{text-align:center;font-weight:normal;color:#666666;font-size:16px;height:35px;line-height:35px;overflow:hidden;}

.slideGroup{}
        .slideGroup .parHd{width:910px;height:81px;padding-top:21px;position:relative;}
        .slideGroup .parHd ul{}
        .slideGroup .parHd ul li{cursor:pointer;width:130px;color:#fff;font-size:18px;text-align:center;cursor:pointer;border-radius:20px;text-transform:uppercase;line-height:40px;margin-left:40px;float:left;}
        .slideGroup .parHd ul li.on{background:#fff;color:#cba141;}
       .slideGroup .parHd  a.pm{color:#ffffff;color:#fff;font-size:16px;position:absolute;right:0;top:29px;}


        .slideGroup .parBd{margin-top:59px;}  
        .slideGroup .parBd ul{ overflow:hidden; zoom:1;}
        .slideGroup .parBd ul li{margin:0 6px; float:left; _display:inline; overflow:hidden; text-align:center;position:relative;}
        .slideGroup .parBd ul li .tu{border:1px solid #d2d2d2;border-radius:8px;display:block;}
        .slideGroup .parBd ul li .img{border-radius:8px;display:block;}
        .slideGroup .parBd ul li img{width:287px;height:207px;}
        .slideGroup .parBd ul li h3{text-align:center;font-weight:normal;color:#666666;font-size:16px;height:35px;line-height:35px;overflow:hidden;}





.box2{background: url(../images/bj2.png) no-repeat;height:800px;padding-top:106px;}
.box2 .wh{position:relative;}
.youz{color:#fff;position:absolute;left:0;top:38px;}
.youtt{font-size:26px;text-transform:uppercase;padding-left:75px;letter-spacing:4px;}
.youtt p{font-size:30px;margin-top:16px;letter-spacing:0;}
.ywz{font-size:16px;line-height:30px;margin-top:20px;}
.yen{font-size:12px;line-height:18px;margin-top:8px;font-family:"Arial";}
.youdh{position:absolute;right:0;top:450px;color:#fff;}
.ydtt{font-size:14px;padding-left:46px;}
.hm{font-size:26px;line-height:34px;font-family:"Arial";margin-top:18px;}


    .slideTxtBox{position:relative;height:590px;}
    .slideTxtBox .hd{width:115px;margin-top:29px;}
    .slideTxtBox .hd ul{}
    .slideTxtBox .hd ul li{cursor:pointer;line-height:71px;color:#fff;font-size:16px;background: url(../images/tab.png) no-repeat right center;}
    .slideTxtBox .hd ul li.on{background: url(../images/cur.png) no-repeat right center;}

    .slideTxtBox .bd{width:979px;}
    .slideTxtBox .bd ul{zoom:1;}
    .slideTxtBox .bd li{}
    .slideTxtBox .bd li .img{width:634px;height:590px;}
    .slideTxtBox .bd li .img img{width:634px;height:590px;}
    .slideTxtBox .bd li .det{width:440px;height:213px;background:#404040;position:absolute;left:0;bottom:31px;z-index:99999;color:#fff;}
    .slideTxtBox .bd li .nei{width:410px;}
    .slideTxtBox .bd li h2{font-size:22px;margin-top:38px;}
    .slideTxtBox .bd li span{font-size:16px;line-height:30px;margin-top:13px;display:block;}



.box3{margin-top:80px;}
.product_list2{margin-top:35px;}
.product_list2 li{float:left;margin-right:30px;margin-bottom:10px;}
.product_list2 li:nth-child(3n){margin-right:0;}
.product_list2 li .tu{border:1px solid #d2d2d2;border-radius:8px;display:block;padding:9px;}
.product_list2 li .img{border-radius:8px;display:block;}
.product_list2 li img{width:360px;height:280px;}
.product_list2 li h3{text-align:center;font-weight:normal;color:#333333;font-size:16px;height:45px;line-height:45px;overflow:hidden;}






.box4{background: url(../images/box4.png) no-repeat;height:698px;margin-top:60px;}
.lctit{height:274px;overflow:hidden;color:#fff;}
.lcname h3{font-size:26px;line-height:48px;margin-top:142px;}
.lctels{width:191px;text-align:center;margin-top:134px;}
.lcdh{font-size:18px;}
.lcdht{font-size:26px;line-height:36px;}

.lcliename{
    width: 240px;
    height:377px;
    text-align: center;
    padding-top:70px;
}
.lcliename h3{
    font:normal 30px/48px MicrosoftYaHei;
    letter-spacing: 1px;
  color: #ffffff;
}
.lcliename h4{
    font:normal 12px/20px MicrosoftYaHei;
    color: #fff;
    margin-top: 10px;text-transform:uppercase;
}
.lcliename a{
    display: block;
    width: 190px;
   height:50px;
    background-color: #ffffff;
    margin:0 auto;
    margin-top:27px;
    text-align: center;
    font:600 24px/50px MicrosoftYaHei;
    color: #cba141;
    border-radius:6px;
}



.lcliecobnts{
    width:960px;
}
.lcliecobnts li{
    width: 25%;
    float: left;
    height: 188px;
    padding-top:27px;
    text-align: center;overflow:hidden;
}
.lcliecobnts li .lcpic{
    width:86px;
    height: 86px;
    margin:0 auto;
    text-align: center;
    line-height: 86px;
    position: relative;
}

.lcliecobnts li .lcpic img{width:86px;height:86px;}

.lcliecobnts li h3{
    font:normal 16px/18px MicrosoftYaHei;
    color: #333333;
    margin-top:12px;
}


.lcliecobnts li span{
    display: block;color:#999999;text-transform:uppercase;
    margin:0 auto;
    margin-top:5px;
}

.lcliecobnts li:hover {

          -webkit-transform: translateY(-10px);

          -moz-transform: translateY(-10px);

          -ms-transform: translateY(-10px);

          -o-transform: translateY(-10px);

          transform: translateY(-10px);

          -webkit-transition: all 0.8s;

          -moz-transition: all 0.8s;

          -ms-transition: all 0.8s;

          -o-transition: all 0.8s;

          transition: all 0.8s; }









.box5{background: url(../images/bj5.png) no-repeat;height:736px;padding-top:115px;}
.about{width:695px;}
.abtt{color:#fff;font-size:60px;font-family:"Arial";text-transform:uppercase;background: url(../images/x2.png) no-repeat left bottom;}
.abtt2{color:#fff;font-size:24px;background: url(../images/yh.png) no-repeat left center;padding-left:61px;margin-top:19px;}
.ads2{margin-top:20px;}
.ads2 li{float:left;border:1px solid #7d7d7d;width:210px;height:161px;margin-right:20px;text-align:center;padding-top:13px;}
.ads2 li .lcpic{height:55px;line-height:55px;}
.ads2 li h3{color:#fff;font-size:16px;margin-top:12px;}
.ads2 li span{color:#c0c0c0;font-size:14px;line-height:20px;display:block;margin-top:10px;}
.abwz{font-size:15px;line-height:30px;width:634px;text-align:justify;margin-top:32px;color:#fff;}
.abwz a{color:#fff;}



.box6{margin-top:68px;}
.box6 .wh{position:relative;}
.xt1{position:absolute;left:40px;top:0;}
.xsort{position:relative;margin-left:210px;margin-top:37px;}
.xsort li{float:left;}
.xsort li+li{background: url(../images/x3.png) no-repeat left center;padding-left:27px;margin-left:27px;}
.xsort li a{color:#333333;font-size:20px;}
.xsort li a:hover{color:#cba141;font-weight:bold;}
.xsort a.nm{color:#999999;font-size:16px;position:absolute;right:0;top:5px;background: url(../images/x4.png) no-repeat right center;padding-right:65px;}


.xlist1{margin-top:48px;}
.xlist1 li{background:#fbfbfb;height:182px;overflow:hidden;}
.xlist1 li .img{width:678px;height:182px;}
.xlist1 li .det{width:465px;margin-right:10px;}
.xlist1 li h2{color:#555555;font-size:16px;margin:36px 0 18px;}
.xlist1 li span{color:#666666;font-size:14px;line-height:26px;display:block;}


.xlist2{margin-top:15px;}
.xlist2 li{float:left;border-bottom:1px solid #d2d2d2;padding:22px 0 8px;width:370px;margin-right:45px;}
.xlist2 li h2{color:#555555;font-size:14px;margin:0px 0 8px;}
.xlist2 li span{color:#666666;font-size:14px;line-height:24px;display:block;}
.xlist2 li:nth-child(3n){margin-right:0;}
.xlist2 li:hover h2{color:#cba141;}


















/*页面底部*/
.foot{background: url(../images/foot.png) no-repeat;height:500px;margin-top:78px;padding-top:45px;}
/*友情链接*/
.lk{height:105px;overflow:hidden;}
.lktt{width:170px;color:#999999;font-size:14px;text-transform:uppercase;}
.lktt p{color:#999999;font-size:18px;background: url(../images/jt.png) no-repeat 56% center;margin-top:8px;}
.lks{width:1030px;color:#999999;font-size:16px;margin-top:29px;}
.lks a{color:#999999;padding:0 5px;}

.foot1{width:520px;}
.ftt{color:#fff;font-size:18px;text-transform:uppercase;}
.ftt span{font-weight:normal;color:#b8b8b8;font-size:14px;padding-left:10px;font-family:"Arial";}
.ftt1{background: url(../images/fx.png) no-repeat left bottom;padding-bottom:35px;}
.lx{color:#fff;margin-top:15px;line-height:29px;}
.lx p{padding-left:33px;}
.lx p:nth-child(1){background: url(../images/1.png) no-repeat left center;}
.lx p:nth-child(2){background: url(../images/2.png) no-repeat left center;}
.lx p:nth-child(3){background: url(../images/3.png) no-repeat left center;}
.lx p:nth-child(4){background: url(../images/4.png) no-repeat left center;}

.wei{margin-top:48px;}

.foot3{width:215px;}
.dao{margin-top:43px;color:#b8b8b8;font-size:16px;line-height:30px;}
.dao a{color:#b8b8b8;float:left;width:107.5px;}

.xian{border-top:1px solid #4b4b4b;margin-top:27px;}


.copyright{line-height:24px;color:#b8b8b8;font-size:14px;margin-top:15px;}
.copyright a{color:#b8b8b8;}










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

