/*初始化样式*/
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{position:relative;width:1300px;left:50%;margin-left:-650px;}


.com-img{overflow:hidden;}
.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);}





/*头部样式*/
.top1{background:#e6e6e6;color:#595959;height:27px;line-height:27px;overflow:hidden;font-size:14px;}
.top1 a{color:#595959;}


.top2{height:100px;position:absolute;left:0;top:0;z-index:99999;width:100%;}

.logo{float:left;line-height:100px;}
.logo2{float:left;line-height:100px;display:none;}

.k2{font-size:20px;color:#fff;line-height:32px;background: url(/template/default/assets/images/dh.png) no-repeat left center;padding-left:34px;margin:25px 39px 0 30px;}


.top2.scroll{position:fixed;background:#fff;}
.top2.scroll .logo{display:none;}
.top2.scroll .logo2{display:block;}
.top2.scroll .k2{background: url(/template/default/assets/images/dh2.png) no-repeat left center;color:#9a0c2d;}




/*热门搜索*/
.sou{margin: 15px 0;}
.hotSearch{float:left;height:24px;line-height:24px;font-weight:normal;color:#0d0d0d;font-size:14px;}
.hotSearch a{margin-right:6px;color:#0d0d0d;}
#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}





/*搜索和热门搜索*/
.lastli{width:51px;float:right;position:relative;cursor:pointer;}
.so{line-height:100px;background: url(/template/default/assets/images/ss.png) no-repeat center center;width:51px;height:100px;}
.ss {
    display: none;
    position: absolute;
    right: 0;
    top:110px;
    width:260px;
    z-index: 9999;
    height:40px;background: url(/template/default/assets/images/sou.png) no-repeat;
}

#formsearch{}
#formsearch input{}
#formsearch input#keyword{height:40px;line-height:40px;padding-left:20px;float:left;color:#b5b5b6;font-size:14px;background:none;border:none;outline:none;width:200px;float:left;}
#formsearch input#s_btn{width:60px;height:40px;line-height:40px;text-align:center;background:none;border:none;outline:none;color:#fff;border:none;cursor:pointer;font-size:16px;float:right;}
#formsearch input::-webkit-input-placeholder {color:#b5b5b6;}
#formsearch textarea::-webkit-input-placeholder {color:#b5b5b6;}

.top2.scroll .so{background: url(/template/default/assets/images/ss2.png) no-repeat center center;}



/* 导航样式 */
.x-menu {width:820px;float:right;}

.x-menu > li {
  float: left;
  position: relative;
 text-align:center;width:102px;
}

.x-menu > li > a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height:100px;
}

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

.x-menu > li.active > a {

}



.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: 140%;
  left: -20%;
  top: 100px;
  background:rgba(0,0,0,.36);
  opacity: 0;
  visibility: hidden;padding:10px 0;
  -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: #fff;
  line-height:36px;
 height:36px;overflow:hidden;
}

.x-sub-menu > li > a:hover {
  color: #c2e3d2;
}

.top2.scroll .x-menu > li > a{color:#000000;}
.top2.scroll .x-menu > li:hover > a {
  background:url(/template/default/assets/images/x2.png) no-repeat center bottom;color:#9a0c2d;
}

.top2.scroll .x-sub-menu{ background:rgba(0,0,0,.5);}




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




.box1{}
.dongtai{line-height:90px;background:url(/template/default/assets/images/do.png) no-repeat left center;padding-left:32px;width:145px;color:#9a0c2d;font-size:16px;}
    .txtScroll-left{ position:relative;width:1155px;}
    .txtScroll-left .tempWrap{overflow:hidden;height:90px!important;}
    .txtScroll-left .bd ul{ overflow:hidden; zoom:1; }
    .txtScroll-left .bd ul li{float:left;text-align:left; _display:inline;width:540px;line-height:90px;position:relative;margin-right:55px;}
    .txtScroll-left .bd ul li h3{color:#111111;background:url(/template/default/assets/images/yuan.png) no-repeat left center;padding-left:16px;font-size:16px;float:left;line-height:90px;}
    .txtScroll-left .bd ul li .date{color:#000000;font-size:14px;line-height:90px;float:right;opacity:.6;}
    .txtScroll-left .bd ul li:hover h3{color:#9a0c2d;}



.box2{background:#f8fcfa;padding:56px 0;}
.yybt{background:url(/template/default/assets/images/bt.png) no-repeat center center;color:#222222;font-size:36px;text-align:center;}
.ads{margin-top:30px;}
.ads li{float:left;text-align:center;}
.ads li .img img{width:408px;height:230px;display:block;}
.ads li h3{color:#000000;font-size:16px;margin:15px 0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.ads li h4{color:#888888;font-size:14px;}
.ads li+li{margin-left:38px;}




.box3{margin-top:60px;}
        .slideGroup{margin-top:30px; }
        .slideGroup .parHd{margin-bottom:40px;}
        .slideGroup .parHd ul{}
        .slideGroup .parHd ul li{cursor:pointer;background:#f9f9f9;height:70px;width:200px;float:left;padding-left:20px;}
        .slideGroup .parHd ul li+li{margin-left:20px;}
        .slideGroup .parHd ul li .img{width:50px;height:70px;overflow:hidden;position:relative;}
        .slideGroup .parHd ul li .img img{transition: all .3s;-webkit-transition: all .3s;}
        .slideGroup .parHd ul li h3{float:left;margin-left:10px;color:#111111;font-size:18px;line-height:70px;}
        .slideGroup .parHd ul li.on{background:#9a0c2d;}
        .slideGroup .parHd ul li.on h3{color:#fff;}
        .slideGroup .parHd ul li.on .img img{margin-top:-70px;}


.slideGroup .slideBox{ overflow:hidden;}
.parBd{}
 .sort2{width:380px;}
 .sort2 li{position:relative;}
 .sort2 li .img img{width:380px;height:280px;display:block;}
 .sort2 li .det{border:1px solid #e5e5e5;border-top:none;height:200px;padding:30px 30px 0;}
 .sort2 li h3{color:#111111;font-size:20px;}
 .sort2 li h4{color:#777777;font-size:14px;line-height:24px;height:72px;overflow:hidden;margin:15px 0 10px;overflow:hidden;}
 .sort2 li h5{color:#9a0c2d;font-size:14px;}



.slideGroup .parBd ul{ overflow:hidden; zoom:1;}
.prod{width:880px;margin-top:40px;}
.prod .bd1 li{margin:0 7px;width:280px!important;text-align:center;
    float: left;
}
.prod .bd1 li .img img{width:280px;height:280px;border:1px solid #f8f8f8;display:block;}
.prod .bd1 li h3{color:#111111;font-size:16px;font-weight:normal;margin-top:20px;}

.prod .hd1{width:100%;text-align:center;margin-top:55px;}
.prod .hd1 li{display:inline-block;text-indent:-1110px;overflow:hidden;width:80px;height:6px;background:#eeeeee;margin:0 8px;cursor:pointer;}
.prod .hd1 li.on{background:#9a0c2d;}


.prod .bd2 li{margin-right:14px;width:280px!important;text-align:center;float: left;}
.prod .bd2 li .img img{width:280px;height:280px;border:1px solid #f8f8f8;display:block;}
.prod .bd2 li h3{color:#111111;font-size:16px;font-weight:normal;margin-top:20px;}
.prod .bd2 li:nth-child(3){margin-right:0;}







.box4{padding-top:54px;background:url(/template/default/assets/images/bj4.jpg) no-repeat;height:705px;}
.xtt{color:#222222;font-size:36px;}
.xtt p{color:#666464;font-size:20px;}
a.nmo{background: url(/template/default/assets/images/nm.png) no-repeat;width:140px;line-height:40px;display:block;color:#777777;font-size:14px;text-indent:52px;margin-top:30px;}

    .picScroll-left{overflow:hidden;margin-top:32px;}
    .picScroll-left .tempWrap{overflow:hidden;width:1300px!important;margin:0 auto;}
    .picScroll-left .bd ul{ overflow:hidden; zoom:1; padding-bottom:10px!important;}
    .picScroll-left .bd ul li{width:408px;float:left; _display:inline; overflow:hidden;position:relative;margin-right:38px;box-shadow: 0px 1px 6px 0px rgba(34, 27, 16, 0.1);}
    .picScroll-left .bd ul li .img img{width:408px;height:280px;display:block;}
    .picScroll-left .bd ul li .mask{width:408px;height:280px;position:absolute;left:0;top:0;background:rgba(27,27,27,.5);display:none;}
    .picScroll-left .bd ul li .jia{width:53px;height:53px;position:absolute;left:50%;top:50%;margin-left:-26.5px;margin-top:-26.5px;}
    .picScroll-left .bd ul li .det{height:200px;padding:0 30px;}
    .picScroll-left .bd ul li h3{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#111111;font-size:18px;padding:30px 0 23px;}
    .picScroll-left .bd ul li h4{overflow:hidden;color:#777777;font-size:14px;line-height:24px;height:48px;overflow:hidden;text-align:justify;}
    .picScroll-left .bd ul li .date{color:#888888;font-size:14px;line-height:52px;background: url(/template/default/assets/images/nm2.png) no-repeat right center;border-top:1px solid #e6e6e6;margin-top:25px;}
   .picScroll-left .bd ul li:hover .mask{display:block;}
   .picScroll-left .bd ul li:hover h3{color:#9a0c2d;}








/*页面底部*/
.foot{background: url(/template/default/assets/images/foot.png) no-repeat;height:440px;overflow:hidden;}
.foot .cont1{height:322px;overflow:hidden;padding-top:62px;}
.foot1{}
.fdh{background: url(/template/default/assets/images/fhd.png) no-repeat left top;padding-left:45px;color:#9a0c2d;font-size:14px;line-height:28px;}
.fdh p:nth-child(2){color:#9a0c2d;font-size:30px;font-family:"Impact";}
.lx{color:#666666;font-size:14px;line-height:28px;margin-left:45px;margin-top:18px;}

.fads{width:800px;float:right;}
.fads li{float:left;background:#fff; border-radius: 6px;width: 170px;height: 200px;text-align:center;padding-top:20px;}
.fads li img{width:130px;height:130px;display:block;margin:0 auto;}
.fads li h3{color:#666666;font-size:14px;margin-top:15px;}
.fads li+li{margin-left:40px;}


.bq{text-align:center;line-height:27px;color:#888888;font-size:14px;border-top:1px solid #e7e7e7;padding-top:20px;}
.bq a{color:#888888;}












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

