@charset "utf-8";
/* CSS Document */

body, button, input, select, textarea a{ font-size:14px; line-height:24px; font-family: "微软雅黑",Arial, Helvetica, sans-serif; }
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code,form, fieldset, legend, input, iframe, button, textarea, p, blockquote, th, td, img{ margin: 0;  padding: 0;}
html{color:#333333;margin:0px auto;padding:0px;OVERFLOW-X: hidden; }
fieldset, img, iframe, button{ border:0; text-decoration:none;}
/**:focus { outline: 0;}*/
ol, ul { list-style: none;}
table {  }
caption, { text-align: left;}
header, footer, article, section, nav{display: block;}
a {outline: none; /* for Forefox */ cursor:pointer; text-decoration: none; }
a { /* for Ie*/ }
input{ outline:none; }
em{ font-style:normal;}
input,select,img{ vertical-align:middle;}
textarea{ outline: none; resize:none;}
h1,h2,h3,h4,h5,h6,.fs14 { font-weight:normal;} 
a img{border: none;}
i{ font-style:normal;}
a{ color: #666; }
.fl{float:left}
.fr{float:right}
.clear{ clear:both;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;}
.clearfix{zoom:1;}
.g-w{width:100%; min-width:1200px; margin:0 auto; height:auto;}
.g-box{ width:1200px; height:auto; margin:0 auto;}



/*top*/

.top{ width:100%; height:110px; background:#fff;}
.top-con{ position:relative;}
.logo{ width:200px; height:140px; position:absolute; top: 0;left: 0;z-index: 99; box-shadow:3px 3px 3px rgba(0,0,0, .2)}
.logo img{ width:200px; height:140px;}

/*nav*/
.nav-con{ width:805px; height:50px; padding:30px 0;}
.nav{height:50px; line-height:50px;  position:relative; z-index:1;}
.nav .nLi{ float:left;  position:relative; display:inline;  background:url(../images/header_nav_bor.png) no-repeat right center;}
.nav .nLi h3{ float:left;  }
.nav .nLi h3 a{ display:block; padding:0 35px; font-size:16px; color:#333;}
.nav .nLi h3 a:hover{color:#e00314; font-weight:bold; border-bottom:2px #e00314 solid;}
.nav .sub{ display:none; width:134px; left:0; top:56px;  position:absolute; background:rgba(224, 3, 20, 0.8);  line-height:36px;}
.nav .sub li{ zoom:1; }
.nav .sub a{ display:block; text-align:center; color:#fff}
.nav .sub a:hover{ font-weight:bold; }
.nav .on h3 a{ }

/*banner*/
.focusBox { position: relative; width:100%; height:780px; overflow: hidden; }
.focusBox .pic{ position:relative; z-index:0;height:100% !important; width:100% !important;  }
.focusBox .pic li{  height:100% !important; width:100% !important; }
.focusBox .prev,.focusBox .next{ position:absolute; z-index:1; display:block; width:30px; height:50px; top:50%; margin-top:-50px; left:20px;  background:url(../images/icons.png) 0 0 no-repeat; cursor:pointer;  filter:alpha(opacity=60);opacity:0.6;  }
.focusBox .next{ left:auto; right:30px; background-position:-51px 0; }
.focusBox .prev:hover,
.focusBox .next:hover{ filter:alpha(opacity=100);opacity:1; }
.focusBox .hd { position: absolute; left:47.5%; bottom:30px; text-align: center; font-size:0; z-index:1; }
.focusBox .hd li{display: inline-block;width: 12px;height: 12px;border-radius:50px;background:#fff;margin: 0 10px !important;opacity: 1;cursor: pointer;}
.focusBox .hd .on{ background:#e00314;}


/*标题*/

.title {
  line-height: 1;
  z-index: 1;
  position: relative;
  text-align:center;
}
.title h3 {
  font-size: 28px;
  margin-top: 22px;
  position: relative;
  color:#222;
}
.title h4 {
  text-transform: uppercase;
  font-size: 30px;
  font-family: "Arial Narrow", Arial;
  line-height: 22px;
  color: #9d9d9d;
  font-weight: 100;
}
.title .line {
  margin-top: 28px;
  font-size: 0;
}
.title .line:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 46px;
  height:3px;
  background-color:#e00314;
}



/* 关于我们 */
.box_01{width:100%;height:610px;overflow:hidden;padding:80px 0 ;background:#fafafa;}
.box_01 .juzhong{width:1200px;height:610px;overflow:hidden;margin:0 auto;position:relative;}
.box_01 .center{width:1200px;height:530px;overflow:hidden;margin:0 auto;}
.box_01 .center .img{width:600px;height:530px;float:left;}
.box_01 .center .img img{width:600px;height:530px; vertical-align:top;}
.box_01 .center .txt{width:550px;height:530px;float:right;}
.box_01 .center .txt h4{font-size:40px;font-weight:bold;color:#0d0d0d;line-height:32px;text-transform: Uppercase;margin-top:38px; font-family:Arial, Helvetica, sans-serif;}
.box_01 .center .txt h5{font-size:32px;color:#e00314;line-height:32px;margin-top:20px;font-weight:bold;}
.box_01 .center .txt p{font-size:14px;color:#808080;line-height:28px;max-height:140px;overflow:hidden;margin-top:32px;}
.box_01 .center .txt .more{display:block;font-size:14px;color:#0d0d0d;line-height:13px;margin-top:45px;float:right;text-transform: Uppercase;position:relative;-webkit-transition:all .5s;transition:all .5s;}
.box_01 .center .txt .more::after{content:'';width:90px;height:1px;background:#c1c0c6;position:absolute;top:6px;right:100px;-webkit-transition:all .5s;transition:all .5s;}
.box_01 .center .txt .more:hover{margin-right:15px;color:#e00314;-webkit-transition:all .5s;transition:all .5s;}
.box_01 .center .txt .more:hover::after{content:'';width:90px;height:1px;background:#e00314;position:absolute;top:6px;right:100px;-webkit-transition:all .5s;transition:all .5s;}
.box_01 .pos{width:600px;height:240px;padding-left:80px; background:#fff;position:absolute;right:0;bottom:0;}
.box_01 .list{width:600px;height:240px;margin:0 auto;}
.box_01 .list li{width:300px;height:120px;float:left;position:relative;}
.box_01 .list li::before{content:'';width:1px;height:70px;background:#c1c0c6;position:absolute;top:25px;right:0;}
.box_01 .list li:nth-of-type(2n)::before{content:'';width:1px;height:60px;background:none;position:absolute;top:3px;right:0;}
.box_01 .list li .txts{width:300px;margin:35px auto 0 auto;text-align:center;}
.box_01 .list li .txts p:nth-of-type(1){position: relative;font-size:14px;line-height:38px;color:#929292;overflow:hidden;}
.box_01 .list li .txts p:nth-of-type(1) i{line-height:38px;font-size:44px;line-height:38px;color:#4c4c4c;margin-right:20px;}
.box_01 .list li .txts p:nth-of-type(2){font-size:15px;line-height:16px;color:#4c4c4c;text-align:center;}
.box_01 .list li:nth-of-type(1)  .txts p:nth-of-type(1) span{display:inline-block;position: absolute;bottom:25px;right:100px;font-size:20px;color:#4c4c4c;}
.box_01 .list li:nth-of-type(2)  .txts p:nth-of-type(1) span{display:inline-block;position: absolute;bottom:25px;right:100px;font-size:20px;color:#4c4c4c;}
.box_01 .list li:nth-of-type(3)  .txts p:nth-of-type(1) span{display:inline-block;position: absolute;bottom:25px;right:65px;font-size:20px;color:#4c4c4c;}
.box_01 .list li:nth-of-type(4)  .txts p:nth-of-type(1) span{display:inline-block;position: absolute;bottom:25px;right:110px;font-size:20px;color:#4c4c4c;}
.box_01 .icon01{width:80px;height:80px; background:url(../images/ab_icon_01.jpg);position:absolute;bottom:80px;left:-80px;}
.box_01 .icon02{width:80px;height:80px; background:url(../images/ab_icon_02.jpg);position:absolute;bottom:0;left:0;}
.box_01 .icon03{display:block;width:80px;height:80px; background:url(../images/more.jpg);position:absolute;bottom:80px;left:0;}
.box_01 .icon04{width:auto;height:80px;line-height:80px;font-size:12px;font-weight:bold;color:#0d0d0d;text-transform: Uppercase;position:absolute;bottom:0;left:-300px;}
.box_01 .icon04 span{color:#4c4c4c;}



.advantage{margin-top:0px;min-height:200px;}
.advantage li{float: left;width: 25%;text-align: center;position: relative;}
.advantage li:after{content: "";display: block;position: absolute;width: 7px;height: 110px;top: 18px;right: -3.5px;background: url('../images/advantage.png') no-repeat;}
.advantage li:nth-child(4n):after{display: none;}
.advantage li h1{line-height:50px;font-size:40px;color: #000000;font-weight: bold;}
.advantage li h1 b{ font-size:30px; line-height:30px;}
.advantage li .alias{line-height: 27px;color: #4d4d4d;}
.advantage li .font{margin-top:20px;color: #505050;line-height: 27px;}
.advantage li .more{display: block;margin-top: 40px;width: 103px;height: 34px;line-height: 34px;color: #505050;border: 1px #dadada solid;border-radius: 4px;position: relative;left: 50%;margin-left: -52.5px;transition: all .3s;}
.advantage li .more:hover{background: #c8a063;color: #ffffff;border-color: #c8a063;}


/*首页产品*/

.in-product{background:url(../images/albj.jpg) no-repeat center top; padding-top:80px; padding-bottom:60px;}
.in-product .in-product-left{width:180px; height:900px; position:relative;}
.in-product .baseTxt {padding-bottom: 22px;width:180px;}
.in-product .baseTxt h5 {font-size:30px;color: #393835;font-weight: bold;line-height:40px;text-transform: uppercase;}
.in-product .baseTxt span {display: block;width: 24px;height: 4px;background:#cc0000;margin: 24px 0 30px;}
.in-product .baseTxt p {font-weight: bold;font-size:22px;color: #393835;}
.in-product .baseTxt h5,.in-product .baseTxt p {color: #333;}
.in-product .productList li {width: 153px;padding:12px 0;border: 1px solid #cc0000;text-align: center;font-size: 14px;color: #cc0000;margin-bottom: 10px;cursor: pointer;line-height: 18px;position: relative;}
.in-product .productList li::after{position: absolute;left:0;top:0;width: 0;height:100%;content:"";transition-duration: .8s; color: #fff;}
.in-product .productList li i{position: relative;z-index: 8;}
.in-product .productList li:hover::after{width: 100%;background: #cc0000; }
.in-product .productList li:hover {border: 1px solid #cc0000;color:#fff; }
.in-product .productList li.on {background:#cc0000;border: 1px solid #cc0000; color:#fff;}
.in-product .pr_bc{position:absolute; left:0; bottom:0;}
.productList p{ font-size:14px; line-height:30px; color:#666; margin-top:30px;}


.in-product-right{width:1020px;}
.in-product-right ul li{ float:left; width:309px; margin-left:30px; margin-bottom:30px; }
.in-product-right ul li a{display: block;transition: .5s;-ms-transition: .5s;-moz-transition: .5s;-webkit-transition: .5s;-o-transition: .5s;}
.in-product-right ul li:hover a{box-shadow: 0 0 22px rgba(252,252,252,0.28);}
.in-product-right ul li .pic{position: relative;height: 0;overflow: hidden;padding-top:130%;}
.in-product-right ul li .pic img{position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.in-product-right ul li .txt{padding:10px;background-color: #fff; position:relative; border:1px #ddd solid;}
.in-product-right ul li .txt h3{margin-bottom:0px;height: 30px;line-height: 30px;font-size: 16px;font-weight: 400;color: #333;background-repeat: no-repeat;background-position: right center;background-image: url(../images/icon14.png);-ms-text-overflow: ellipsis;
text-overflow: ellipsis;overflow: hidden;white-space: nowrap;transition: .5s;-ms-transition: .5s;-moz-transition: .5s;-webkit-transition: .5s;-o-transition: .5s;}
.in-product-right ul li .txt p{font-size: 14px;color: #999;height:24px;line-height: 24px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;transition: .5s;-ms-transition: .5s;
-moz-transition: .5s;-webkit-transition: .5s;-o-transition: .5s;}

.pr_more{ margin-top:50px;}
.pr_more a{width: 153px;padding:12px 0;border: 1px solid #ffffff;text-align: center;font-size: 14px;color: #ffffff;margin-bottom: 10px;line-height: 18px;position: relative; display:block; background:#333;}
.pr_more a:hover{box-shadow: 0 0 22px rgba(252,252,252,0.28);}



.mc2{ display:block; padding-top:40px;  background:url(../images/ysbg1.jpg) no-repeat center; height:646px;}
.mc2_t{ display:block; text-align:center; padding-bottom:30px;}
.mc2_t2{ display:block; text-align:center; padding-bottom:30px;}
.mc2_t big{ display:block; text-align:center; background:url(../images/i8.png) no-repeat center; color:#FFF; font-size:36px; line-height:55px;}
.mc2_t2 big{ display:block; text-align:center; background:url(../images/i8_1.png) no-repeat center; color:#333; font-size:36px; line-height:55px;}
.mc2_t span{ display:block; font-size:18px; color:#d2d2d2; padding-top:10px;}
.mc2_t2 span{ display:block; font-size:18px; color:#999; padding-top:10px;}
.mc2 ul{ display:block; position:relative}
.mc2 ul li{ display:block; width:390px; position:absolute}
.mc2 ul li h2{ color:#FFF; font-size:30px; line-height:40px; font-weight:bold; padding-bottom:12px;}
.mc2 ul li p{ display:block; font-size:16px; line-height:30px; color:#999999;}
.mc2 ul li.ys1{ top:75px; left:0px; text-align:right}
.mc2 ul li.ys1 h2{ padding-right:55px;}
.mc2 ul li.ys2{ top:75px; left:830px;}
.mc2 ul li.ys2 h2{ padding-left:55px;}
.mc2 ul li.ys3{ top:296px; left:0px;text-align:right}
.mc2 ul li.ys3 h2{ padding-right:55px;}
.mc2 ul li.ys4{ top:296px; left:830px;}
.mc2 ul li.ys4 h2{ padding-left:55px;}






.xbanner{width:100%; height:700px; background:url(../images/xbanner.jpg) top center no-repeat;}



.cy_title .title { position: relative; z-index: 1; font-family: Arial,sans-serif; font-size: 30px; text-align:center; color:#333; line-height:40px; font-weight: 700; text-transform: uppercase }
.cy_title h1{background:#005a37;width: 50px;height: 5px;margin: 20px auto;}
.cy_title .name { font-size: 24px; line-height:40px;color:#333; line-height: 1.5;text-align:center; }
.cy_jj{font-size: 12px; line-height:24px;text-align: justify; color: #666; text-align:center;}

/*品牌优势*/

.ys {
  background: url(../images/ys.jpg) no-repeat center;
  height:900px;
  background-position-y: 0px;
}
.ys .cy_s-box{ padding-top:80px;}
.ys .center {position: relative;padding-top:40px;}
.ys .center ul {
  float: right;
  width: 720px;
  margin-top:140px;
}
.ys .center ul li {
  width: 286px;
  height: 240px;
  padding: 0 27px;
  float: left;
  margin: 0 10px;
  margin-bottom: 20px;
  background: url(../images/ys11.png) no-repeat center;
  transition: 0.7s;
  padding-top: 20px;
  box-sizing: content-box;
}
.ys .center ul li .p1 {
  font-family: Impact;
  font-size: 82px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 67px;
  letter-spacing: 0px;
  color: #f5f5f5;
  height: 36px;
  transition: 0.7s;
  overflow: hidden;
}
.ys .center ul li .p2 {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  padding-top: 10px;
  box-sizing: content-box;
  letter-spacing: 0px;
  color: #343434;
  transition: 0.7s;
}
.ys .center ul li .p3 {
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  transition: 0.7s;
  color: #cccccc;
}
.ys .center ul li .p4 {
  width: 37px;
  height: 3px;
  transition: 0.7s;
  background-color:#e00314;
}
.ys .center ul li .p5 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  transition: 0.7s;
  margin-top: 10px;
  letter-spacing: 0px;
  color: #737373;
}
.ys .center ul li:hover {
  background: url(../images/ys1.png) no-repeat center;
}
.ys .center ul li:hover .p1 {
  opacity: 0.15;
}
.ys .center ul li:hover .p2 {
  color: #fff;
}
.ys .center ul li:hover .p3 {
  color: #fff;
}
.ys .center ul li:hover .p4 {
  background-color: #ffffff;
  opacity: 0.5;
}
.ys .center ul li:hover .p5 {
  color: #fff;
}
.ys .center ul .l2,
.ys .center ul .l3 {
  background: url(../images/ys2.png) no-repeat center;
}
.ys .center ul .l2:hover,
.ys .center ul .l3:hover {
  background: url(../images/ys21.png) no-repeat center;
}
.ys .center > a {
  background: url(../images/ys.png) no-repeat center;
  outline: none;
  cursor: pointer;
  width: 83px;
  height: 83px;
  display: block;
  position: absolute;
  top: 475px;
  right: 320px;
}


/*品牌理念*/

.yy_1{background:url(../images/ybg1.jpg) no-repeat center top;height:880px; padding-top:50px;overflow: hidden;}
.ser_conc{width:1920px;height:880px;position:relative;}
.ser_conc li:nth-child(1){position:absolute;left:0px;top:320px;width:615px;height:370px;overflow:hidden}
.ser_conc li:nth-child(2){position:absolute;left:615px;top:566px;width:389px;height:247px;overflow:hidden}
.ser_conc li:nth-child(3){position:absolute;left:1004px;top:36px;width:320px;height: 530px;overflow:hidden}
.ser_conc li:nth-child(4){position:absolute;right:305px;top:320px;width: 291px;height: 432px;overflow:hidden}
.ser_conc a.more{position: absolute;width:186px;background:url(../images/more1.png) no-repeat center;height:186px;z-index: 99999;top:456px;transition-duration: .6s;right:360px;transition-duration: .6s;}
.ser_conc a.more:hover{  transform: translateY(-10px);}
.jie1{ width: 389px;height: 246px;background-color: #f2e8de;position: absolute;top:320px;left:615px;}
.jtt{font-family: TrajanPro-Regular;font-size: 26px;font-weight: bold;font-stretch: normal;line-height: 50px;letter-spacing: 2px;color: #323232;margin-top:65px;margin-left:50px;text-transform:uppercase;background:url(../images/x1.png) no-repeat left bottom;}
.jtt2{font-family: MicrosoftYaHei;font-size: 20px;font-weight: normal;font-stretch: normal;line-height: 36px;letter-spacing: 1px;color: #323232;margin-left:50px;margin-top:5px;}
.jnr p{ font-family: MicrosoftYaHei;font-size: 10px;font-weight: normal;font-stretch: normal;line-height: 30px;letter-spacing: 1px;color: #323232;background:url(../images/x1.png) no-repeat left bottom;margin-left:50px;text-transform: uppercase;letter-spacing: -1px}
.jie2{width:320px;height: 247px;background-color: #f2e8de;position: absolute;top:566px;left:1004px;}
.jttx{ font-family: TrajanPro-Regular;font-size: 26px;font-weight: bold;font-stretch: normal;line-height: 50px;letter-spacing: 2px;color: #323232;margin-top:55px;margin-left:40px;text-transform:uppercase;background:url(../images/x1.png) no-repeat left bottom;}
.jtt2x{font-family: MicrosoftYaHei;font-size: 20px;font-weight: normal;font-stretch: normal;line-height: 36px;letter-spacing: 1px;color: #323232;margin-left:40px;margin-top:5px;}
.jnrx p{ font-family: MicrosoftYaHei;font-size: 10px;font-weight: normal;font-stretch: normal;line-height: 30px;letter-spacing: 1px;color: #323232;background:url(../images/x1.png) no-repeat left bottom;margin-left:40px;text-transform: uppercase;letter-spacing: -1px}
.more2{position: absolute;bottom: 35px;left: 425px;background:url(../images/mm1.png) no-repeat center top;width:345px;height:206px;text-align: center;color:#2f2f2f;font-size:15px;}
.more2 a{text-align: center;line-height:206px;color:#fff;font-size:15px;text-transform: uppercase;}
.more2:hover a{color:#e7252d;}
.more2:hover{background:url(../images/mm2.png) no-repeat center top;}


.xbanner{ width:100%; height:600px;background:url(../images/xbanner.jpg) no-repeat center top;}



/*首页案例*/

.zoom {padding:80px 0 80px 0;overflow:hidden;}
.zoom li {position:relative;float:left;width:375px;height: 265px;margin:0 0 9px 9px;cursor:pointer;}
.zoom li.title2{}
.zoom li.title2 h2{font-size: 30px; line-height:42px; padding:40px 0 0 40px; color: #333;letter-spacing:1px;}
.zoom li.title2 h3{font-size: 18px;color: #666;margin-top: 5px; padding:10px 0 0 65px;}
.zoom li.title2 h3::after {content: '';display: block;margin: 25px 60px;width:50px;height:3px;background:#e00314;}

.zoom li.space-tit {width:464px;height: 240px;}
.zoom li.space-tit .space-txt {}
.zoom li.space-tit .space-txt .cn {color:#000;font-size: 48px;height:42px;margin: 43px 0 19px 0;}
.zoom li.space-tit .space-txt .en {font-size: 42px;font-family: Arial;}
.zoom li:nth-of-type(1),.zoom li:nth-of-type(4) {margin-left:0px;}
.zoom li:nth-of-type(7) {margin-left: 200px;}
.zoom li:nth-of-type(8) {width:630px;}
.zoom li:nth-of-type(8) {width:594px;background:#e00314;padding:20px;box-sizing: border-box;}
.zoom li:nth-of-type(8) strong {display: block;width: 100%;height: 100%;line-height: 200px;text-align: center;color: #fff;font-size: 18px;font-weight: normal;border: 1px solid #c9d8d0;}
.zoom li .effect {width:100%;height:265px;overflow:hidden;  }
.zoom li .effect img {width:100%; transition: all 1.5s;}
.zoom li:hover .effect img {transform:scale(1.28);  }
.zoom li .space {position:absolute;top:0;left:0;width: 100%;height:265px;overflow:hidden;padding: 20px; padding-top: 120px;box-sizing: border-box;background:rgba(0, 0, 0, 0.2);transition: all 1.5s;}
.zoom li:hover .space {background:rgba(0, 0, 0, 0.5);}
.zoom li .space p:nth-of-type(1) {font-size: 20px;color: #fff;font-weight: bold;font-family: Arial;}
.zoom li .space p:nth-of-type(2) {color: #fff;font-size: 16px;margin: 20px 0 9px 0;}
.zoom li .space p:nth-of-type(3) {color: #fff;font-size: 14px;font-weight: normal;font-family: Arial;}



/*首页新闻*/

.ind-news{ padding-top:60px; background: url(../images/index_xw_bg.jpg) no-repeat;background-size: 100% 100%;}
.ind-news .title h3 {color: #fff; }
.ind-news .sytop .tit2 {color: #999; }


.inner{ background:#fff;width:1300px; margin:0 auto; padding-bottom:30px; border-bottom: 1px #eee solid;}
.ul-imgtxt03{ padding-top:50px;}
.ul-imgtxt03 li{float: left;width: 31.33%; margin:0 1%; background:#fff; }
.ul-imgtxt03 li a{display: block;margin:18px 18px 0 18px;}
.ul-imgtxt03 li .pic{overflow: hidden;position: relative;}
.ul-imgtxt03 li .pic img{display: block;width:350px; height:220px; margin: auto;}
.ul-imgtxt03 li .txt{padding: 20px 0;}
.ul-imgtxt03 li .txt .tit{padding-bottom: 20px;position: relative;border-bottom: 1px solid #ccc;}
.ul-imgtxt03 li:hover .txt .tit{border-bottom: 1px solid #fff;}
.ul-imgtxt03 li .txt .tit:after{content: '';position: absolute;bottom: 0;left: 0;width: 0;height: 1px;transition: .3s;-ms-transition: .3s;-moz-transition: .3s;
-webkit-transition: .3s;-o-transition: .3s;}
.ul-imgtxt03 li:hover .txt .tit:after{width: 100%;background-color:#e62129;}
.ul-imgtxt03 li .txt .tit h3{margin-bottom: 15px;font-size: 16px;font-weight: 400;-ms-text-overflow: ellipsis;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.ul-imgtxt03 li:hover .txt .tit h3{color:#e62129;}
.ul-imgtxt03 li .txt .tit span{font-size: 12px;color: #666;}
.ul-imgtxt03 li .txt p{margin: 20px 0;font-size: 12px;color: #999;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}


.ind-news .more{ background:#cc0000; line-height:50px; padding-left:50px;  border-radius:25px; width:100px; height:50px; margin:0 auto}
.ind-news .more a{ font-size:16px; color:#fff}


/*跳转*/

.foot-top {padding:50px 0; background:#fff; }
.foot-top ul:after {content:"";display:block;width:100%;overflow:hidden;clear:both}
.foot-top ul li {width:25%;float:left}
.foot-top ul li a {display:block;padding-left:55px;color:#333}
.foot-top ul li a:hover h5 {-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}
.foot-top ul li a:hover h6 {color:#333;-webkit-transform:translate(5px,0);-ms-transform:translate(5px,0);transform:translate(5px,0)}
.foot-top ul li a:hover i {-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}
.foot-top ul li i {font-size:46px; color:#333;zoom:1;display:inline-block;vertical-align:middle;transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s}
.foot-top ul li .txt {zoom:1;display:inline-block;vertical-align:middle; margin-left:15px}
.foot-top ul li .txt h5 {font-size:20px;color:#c7000c;transition:1s;-webkit-transition:1s;-moz-transition:1s;-ms-transition:1s}
.foot-top ul li .txt h6 {color:#888;font-size:15px;transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s}


/*  页脚  */
/*首页底部*/
.footWrap{background:#1a1a1a;padding-top: 50px; height:338px;font-family:"Microsoft Yahei"; box-sizing: border-box; }
.footer{height:220px;width:1200px;margin: 0 auto; }
.ft_fnav{width:230px;border-right: 1px solid #484848;height: 168px;box-sizing: border-box; float: left;}
.ft_fnav h3{ height: 35px; margin-bottom: 30px;}
.fnav a{display: block;width: 108px;  font-size:16px;color:#b9b9b9; margin-bottom: 20px; float: left;  position: relative; text-decoration: none; }

.fcontact{width:460px;border-right: 1px solid #484848;height: 168px;padding-left:50px;box-sizing: border-box; float: left;}
.fcontact h3{height: 35px; margin-bottom: 30px;}
.fcontact em{padding:0 15px;}
.fcontact li{padding-left: 35px; font-size: 16px;color: #b9b9b9;margin-bottom: 20px;  font-weight: normal;}
.fcontact li:nth-child(1){background: url(../images/ftico1.png) no-repeat left center;}
.fcontact li:nth-child(2){background: url(../images/ftico2.png) no-repeat left center;}
.fcontact li:nth-child(3){background: url(../images/ftico3.png) no-repeat left center;}

.fcode{width:210px;float: left;padding-left: 55px;border-right: 1px solid #484848;height: 168px;box-sizing: border-box;}
.fcode h3{height: 35px; margin-bottom: 30px;}
.fcode p{width: 100px;float: left;}
.fcode p img{width: 100px; height: 100px;}

.ft_left{width:300px;float: left; padding-left: 55px; box-sizing: border-box;}
.ft_left p{background: url(../images/ftel.png) no-repeat left 5px;font-size: 16px; color: #b0b0b0; text-align: left;margin-bottom: 15px; padding-left: 50px; line-height: 30px;}
.ft_left p b{display: block;font-size: 24px; color: #fff;}
.ft_left i a{margin-right: 10px; display: block; float: left;}  

.ftbg{border-top:1px solid #484848; height: 70px; line-height: 70px; color: #737373; font-size: 14px;}
.ftbg .ft_txt{width:1200px;margin: 0 auto; text-align: center;}
.ftbg em{padding:0 10px;}
.ftbg a{ color:#737373; padding:0 10px;}



/*内页banner*/

.brand_banner{background:url(../images/brandcenter.jpg) center top no-repeat;width:100%;height:420px;position: relative;}
.product_banner{background:url(../images/productcenter.jpg) center top no-repeat;width:100%;height:420px;position: relative;}
.bc_banner{background:url(../images/bccenter.jpg) center top no-repeat;width:100%;height:420px;position: relative;}
.news_banner{background:url(../images/newscenter.jpg) center top no-repeat;width:100%;height:420px;position: relative;}
.contact_banner{background:url(../images/contactcenter.jpg) center top no-repeat;width:100%;height:420px;position: relative;}
.join_banner{background:url(../images/joincenter.jpg) center top no-repeat;width:100%;height:420px;position: relative;}
.fw_banner{background:url(../images/fwcenter.jpg) center top no-repeat;width:100%;height:420px;position: relative;}


.banner_title{position:absolute;top:50%;left:50%;text-align:center;}
.banner_title h2{text-transform:uppercase;color:#fff;font-size:42px;}
.banner_title em{display:block;width:40px;height:4px;background:#df061c;margin:19px auto;}
.banner_title em.tone{background:#df061c}
.banner_title blockquote{font-size:26px;color:#fff;}


/*中间导航宵*/
.path{height:80px;line-height:80px;background:#f2f2f2;margin:0 auto;color:#666;font-size:15px;position:relative;z-index:2;}
.path .link_nav{float:left;}
.path a{color:#666;}
.path_list ul li{width:125px;float:left;text-align:center;}
.path_list ul li.on{background:#fff;font-weight:bold;}
.path_list ul li.on a{color:#df061c;}


.page_body{ padding:60px 0;}
.page_body2{background-color: #F4F4F4;}



/*关于我们*/

.about-con .ab-left{ width:500px;}
.about-con .ab-left img{ width:500px;}
.about-con .ab-left .ab-left-img{ height:615px;}
.about-con .ab-right{ width:645px;}
.about-con .ab-right img{ margin:10px 0;}
.about-con .ab-right h2{ font-size:26px; line-height:30px; color:#666;}
.about-con .ab-right h3{ font-size:30px; line-height:50px; color:#333; font-weight:bold;}

.about-con .ab-right p{ font-size:15px; line-height:30px; margin-top:20px;}
.about-con .ab-right span{ width:40px; height:2px; background:#333; display:block; margin:5px 0;}
.about-con .ab-right h4{ font-size:15px; line-height:26px; letter-spacin:5px;}

.about2 h2{ font-size:36px; line-height:50px; color:#999;}
.about2 h3{font-size:30px; line-height:50px; color:#df061c; font-weight:bold;}
.yunu-qywh{padding-top:30px;}
.yunu-qywh li {width: 300px;float: left;height: 250px;background: #fff;position: relative;}
.yunu-qywh li.li2 {padding: 25px 30px;width: 240px;height: 200px;}
.yunu-qywh li b {font-size: 20px;color:#000;}
.yunu-qywh li p {margin-top: 15px;font-size: 14px;color: #333;line-height: 20px;}
.yunu-qywh li span {position: absolute;left:30px;bottom: 35px;}
.yunu-qyry li{ width:360px; margin:10px 20px; float:left;}
.yunu-qyry li img{ width:360px;}

.about-sm{}
.about-sm .ab-right h2{ font-size:30px; line-height:50px; color:#999;}
.about-sm .ab-right h3{font-size:30px; line-height:50px; color:#000; font-weight:bold;}
.about-sm .sm-left{ width:500px;}
.about-sm .sm-right{ width:650px;margin-top:20px;}
.about-sm .sm-right h3{ font-size:20px; line-height:40px; font-weight:bold; color:#333;}
.about-sm .sm-right p{ font-size:15px; line-height:30px; color:#333;}
.about-sm .sm-right .sm-right-b{ margin-top:50px;}
.about-sm .sm-right .sm-right-b .sm-right-b-left{ width:250px;}
.about-sm .sm-right .sm-right-b .sm-right-b-right{ width:300px;}


/*新闻中心*/
.newslist ul{overflow: hidden;/*! margin: 0 -10px 0 -10px; */}
.newslist li{ width:380px; float:left; margin-left:10px; margin-right:10px; margin-bottom:33px; box-shadow:5px 5px 6px #e5e5e5; -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;}
.newslist .img{ position:relative; height:240px; width:380px; overflow:hidden}
.newslist .text{ position:relative; padding:0 15px; height:165px; background:#fff;  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;}
.newslist .type{  color:#999; line-height:26px; padding-top:11px; display:block; font-size:14px; padding-bottom:3px;}

.newslist .t1{ color:#999; padding:8px 0 10px; padding-left:16px; background:url(../images/nt_icon_2.png) 0 center no-repeat; position:relative}
.newslist .t1 .view{ color:#999; padding:8px 0 10px; padding-left:16px; background:url(../images/nt_icon_1.png) 0 center no-repeat; position:absolute; left:100px; top:0px;}
.newslist .t2{ color:#333; font-size:16px; line-height:22px; margin-bottom:4px; padding-top:20px; height:44px; overflow:hidden;}
.newslist .t3{ color:#999; line-height:19px; height:38px; overflow:hidden}
.newslist .jiao{ background:url(../images/icon_jiao.png) no-repeat; width:8px; height:15px; position:absolute; bottom:30px; right:23px; }
.newslist li:hover{ box-shadow:5px 5px 12px #ccc  }
.newslist li:hover .t2 { color:#e00314 }
.newslist li:hover .jiao{ background-image:url(../images/icon_jiao_hover.png)}

.newsdisplay {width:100%;text-indent:2em;}
.newsdisplay h3 { width:100%; text-align:center; font-size:24px; color:#333; line-height:36px;}
.newsdisplay h4{ width:100%; text-align:center;  font-size:12px; color:#bbb; margin-bottom:20px; padding:8px 0 15px; border-bottom:1px dashed #bdbdbd;}
.newsdisplay p{ font-size:14px; color:#666; line-height:33px; }

.next{ width:100%; float:left; margin:30px 0 0;}
.next .next-left{ width:calc(100% - 80px);text-align:left;}
.next .next-left span { width:100%; display:block;float:left; line-height:30px; color:#666; font-size:14px; font-weight:300; text-indent:0 !important;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.next .next-left span a{ text-decoration:none; color:#666;} 
.next .next-left span a:hover{ color:#f08200;}
.next span { float:right; font-size:14px; font-weight:300; margin-right:40px;}
.next span a{ color:#666; padding:15px 0 0 0;}
.next span a:hover{color:#1e64bc;}


/*产品中心*/

/*产品中心*/

.product-list2 ul{ margin-left:-20px;}
.brick-items{z-index: 1;float: left;width: 283px; margin-left:20px; margin-bottom:20px;background:#fff;-webkit-transition: all .2s linear;transition: all .2s linear;height:100%;padding: 0px 0 0 0;border:#f1f1f1 1px solid;}
.brick-items:hover{z-index:2;-webkit-box-shadow:0 15px 30px rgba(0,0,0,0.1);box-shadow:0 15px 30px rgba(0,0,0,0.1);top:-2px}
.brick-items .title{margin:20px auto 15px auto;font-size:16px;font-weight:400;text-align:center; display:block; color:#333333;}
.brick-items .title a{color:#231815;}
.brick-items .desc{margin:0px 0px 10px 0px;padding-left:10px; padding-right:10px;font-size:12px;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;_zoom:1;color:#777777; }
.brick-items .figure-img{background-color: #e9e9e9;}
.brick-items .figure-img img{width:100%;}

.page_main{text-align: center;margin-top:20px;}

.product-details-box {background-color:#fff;position: relative; }
.product-details-box .g-box{ position:relative; z-index:22} 
.product-details-box .nr {padding:50px 0;}
.top-img{text-align:center;}
.top-img img{ text-align:center;}
.product-details-box .nr h3{ font-size:24px; margin-top:10px; margin-bottom:50px; text-align:center;}
.product-details-box .nr p{ font-size:14px; line-height:30px; color:#666;}

.next{ width:100%; float:left; margin:30px 0 0;}
.next .next-left{ width:calc(100% - 80px);text-align:left;}
.next .next-left span { width:100%; display:block;float:left; line-height:30px; color:#666; font-size:14px; font-weight:300; text-indent:0 !important;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.next .next-left span a{ text-decoration:none; color:#666;} 
.next .next-left span a:hover{ color:#000;}
.next span { float:right; font-size:14px; font-weight:300; margin-right:40px;}
.next span a{ color:#666; padding:15px 0 0 0;}
.next span a:hover{color:#1e64bc;}




/*板材展示*/
.bclist{margin-left: -20px;margin-right: -20px; padding:60px 0;}
.bclist .list-box { float:left; width: 33.33333%;}
.bclist .item {display: block;margin: 0 20px 10px;}
.bclist .img-box {padding: 10px;background-color: #fff; border: 1px #ddd solid;}
.bclist .img-box .img {position: relative;padding-top: 65.76355%;-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;backface-visibility: hidden;overflow: hidden;}
.bclist .img-box .img img {position: absolute;top: 50%;left: 50%;max-width: 100%;max-height: 100%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);-webkit-transition: .4s ease all;-moz-transition: .4s ease all;-o-transition: .4s ease all;transition: .4s ease all;}
.bclist .item:hover .img img {-webkit-transform: translate(-50%, -50%) scale(1.05);-moz-transform: translate(-50%, -50%) scale(1.05);-ms-transform: translate(-50%, -50%) scale(1.05);transform: translate(-50%, -50%) scale(1.05);}
.bclist .msg-box {width: 100%;padding: 18px 0;text-align: center;font-size: 16px;color: #666;}

.bc-con{ width:1200px; background:#fff; padding:30px 0;}
.bc-con h3{ text-align:center; font-size: 24px;color:#333;line-height: 36px; margin-bottom:30px;}


/*招商加盟*/




/*防伪查询*/

.query {padding:20px 0;}
.query h3{ font-size:24px; color:#333; line-height:50px; text-align:center;}
.query p{ font-size:14px; color:#666; line-height:30px; text-align:center;}

.query-list{ width:900px; margin:0 auto; margin-top:30px;}
.query-list li{ width:850px; border:1px solid #dedede; border-radius:2px; padding:20px 40px; margin-bottom:20px; }
.query-list li i{ width:50px; height:50px; background:url("../images/query-icon.png") no-repeat; background-size:48px 448px; display:block; padding-right:55px; }
.query-list li .icon-1{ background-position:0px -266px; margin-top:5px; }
.query-list li .icon-2{ background-position:-1px -138px; margin-top:5px;}
.query-list li .txt{ border-left:1px dashed #dedede; width:700px; padding:15px 0px; padding-left:40px; }
.query-list li .txt p{ font-size:15px; color:#666; line-height:1.6; text-align:left; }
.query-list li .txt p a,
.query-list li .txt p span{ font-size:15px; color:#333; font-weight:bold; }
.query-list li:hover{ border:1px solid #333;}
.query-list li .txt p a:hover{text-decoration: underline;}
.fw-pic{ margin:0 auto; width:800px;}


/*销售网络*/
.xswl .bt{text-align:center; color:#333; font-size:30px; line-height:40px; font-weight:normal; margin-bottom:30px;}
.xswl .bt span{font-size:14px; color:#b1b1b1; display:block;}
.xswl .bt p{font-size:14px; color:#999; line-height:24px; margin-top:15px;}
.xswl .bt p i{display:block;}
.xswl img{width:1100px; height:auto; display:block; margin:0 auto;}


/*联系我们*/

.tell_one{ width:1200px; margin:0px auto 65px; clear:both;}
.tell_one .tpleft{ float:left; width:180px; }
.tell_one .tpright .tp{ margin-bottom:12px;}
.tell_one .tpright{ width:950px; float:right; color:#686868; font-size:16px; line-height:29px; padding-top:44px;}
.tell_one .tpright img{ margin-bottom:5px;}

.support li {width:376px;height: 122px;border: 1px solid #eaeaea;float: left;margin-right: 28px;border-radius: 5px;}
.support li .pic {height: 45px;width: 45px;float: left;margin: 39px 0 0 15px;}
.support li .right {width: 293px;height:82px;float: right; margin-top: 39px;}
.support li .name {color: #333;line-height: 5px;height: 16px;font-size: 18px;margin-bottom: 16px;}
.support li .info {margin: 0}
.support li:hover {box-shadow: 0 0 5px #eaeaea;}
                    
.contact_img{ margin-top:50px;}




