@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;}
.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:#df051c; font-weight:bold; border-bottom:2px #df051c solid;}
.nav .sub{ display:none; width:134px; left:0; top:56px;  position:absolute; background:rgba(223, 2, 28, 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:800px; 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:#df051c;}


/*标题*/

.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:2px;
  background-color:#df051c;
}



/*关于我们*/

.about {
  padding-top:80px;
  padding-bottom:80px;
}
.about .title {
  text-align: center;
}
.about .aboutText {
  text-align: center;
  margin-top: 40px;
  padding-bottom:55px;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 36px;
  height: 108px;
  color: #555;
}
.about .aboutText .more {
  display: inline-block;
  line-height: 26px;
  margin-top: 22px;
  color: #df051c;
  font-family: Arial;
  font-size: 14px;
  position: relative;
}
.about .aboutText .more i {
  min-width: 5px;
}
.about .aboutText .more:before {
  content: "";
  display: block;
  margin: auto;
  width: 45px;
  height: 45px;
  border: solid 1px #9e9e9e;
  border-radius: 100%;
  margin-bottom: 20px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -23px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background: url(../images/aboutmore.png) center center no-repeat;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more:hover {
  color: #df051c;
}
.about .aboutText .more:hover:before {
  border: solid 1px #df051c;
}
.about .aboutText .more:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  animation: arrow 2.4s linear infinite;
}

.button {
  --duration: 0.5s;
  --move-hover: -5px;
  cursor: pointer;
  -webkit-transform: translateY(var(--y));
  transform: translateY(var(--y));
  transition: box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
  transition: transform var(--duration) ease, box-shadow var(--duration) ease;
  transition: transform var(--duration) ease, box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}
.button span {
  display: inline-block;
}
.button span i {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-style: normal;
}
.button:hover {
  --move: -5px;
}
.button:hover i {
  -webkit-animation: move var(--duration) linear var(--d);
  animation: move var(--duration) linear var(--d);
}

.about .aLink {
  background: url(../images/aLinkbg.jpg) center 0 no-repeat;
  height: 270px;

}


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





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





.case {padding:80px 0 0;background:url(../images/case_bg.jpg) no-repeat center center/cover;}
.case .title h3{ color:#fff;}
.case .title .line::before{ background:#df051c;}

.case .jiaju-title {padding:2% 0;text-align: center;}
.case .jiaju-title h3 {color: #fff;}
.case .jiaju-title p {color: #f6f6f6;}
.m-imgtxt01{position: relative;margin-top: 50px;padding:40px 50px 50px 50px;background: #fff;border-bottom: 1px #ddd solid;}
.m-imgtxt01 .slider{padding:10px 0 90px;}
.m-imgtxt01 .slick-list{padding:0px 0;}
.m-imgtxt01 .item a{display: block;margin: 0 10px;transition: .5s;-ms-transition: .5s;-moz-transition: .5s;-webkit-transition: .5s;-o-transition: .5s;}
.m-imgtxt01 .item:hover a{box-shadow: 0 0 22px rgba(0,0,0,0.28);}
.m-imgtxt01 .item .pic{position: relative;height: 0;overflow: hidden;padding-top:150%;}
.m-imgtxt01 .item .pic img{position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.m-imgtxt01 .item .txt{padding: 20px 30px;background-color: #fff;border: 1px solid #eee;}
.m-imgtxt01 .item:hover .txt{background-color: #e62129;border: 1px solid #e62129;}
.m-imgtxt01 .item .txt h3{margin-bottom:0px;height: 30px;line-height: 30px;font-size: 16px;font-weight: 400;color: #df051c;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;}
.m-imgtxt01 .item:hover .txt h3{color: #fff;background-image: url(../images/icon14-hover.png);}
.m-imgtxt01 .item .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;}
.m-imgtxt01 .item:hover .txt p{color: #fff;}
.m-imgtxt01 .slick-arrow{position: absolute;bottom:35px;overflow: hidden;cursor: pointer;width: 40px;height: 40px;font-size: 0;line-height: 0;z-index: 9; background-repeat: no-repeat;background-position: center center;
-o-background-size: auto 30px;-ms-background-size: auto 30px;-moz-background-size: auto 30px;-webkit-background-size: auto 30px;background-size: auto 30px;background-color: transparent;border: 0;outline: 0;padding: 0;}
.m-imgtxt01 .slick-prev{left: 44%;background-image: url(../images/icon19.png);background-position: left center;}
.m-imgtxt01 .slick-prev:hover{background-image: url(../images/icon19-hover.png);}
.m-imgtxt01 .slick-next{right: 44%;background-image: url(../images/icon19.png);background-position: right center;}
.m-imgtxt01 .slick-next:hover{background-image: url(../images/icon19-hover.png);}
.m-imgtxt01 a.more{position: absolute;bottom:35px;left: 50%;margin-left: -20px;display: block;width: 40px;height: 40px;background-repeat: no-repeat;background-position: center center;background-image: url(../images/icon15.png);
transition: .5s;-ms-transition: .5s;-moz-transition: .5s;-webkit-transition: .5s;-o-transition: .5s;}
.m-imgtxt01 a.more:hover{background-image: url(../images/icon15-hover.png);}



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




/*首页案例*/
.index_case{width: 100%;padding:80px 0; background:url(../images/bg1.png) bottom center no-repeat;}
.index_case .case_content{ margin-top:60px;}
.index_case .case_content .left, .index_case .case_content .right {width: 595px;height:650px;overflow: hidden;}
.case_content .left .img_b {margin-bottom: 11px;}
.case_content a {display: block;height: 100%;width: 100%;}
.case_content .left .img_b img {width: 595px;}
.case_content .synopsis_box {position: absolute;width: 100%;height: 100%;left: 0;top: 0;background: rgba(240,131,0,.8);display: none;}
.case_content ul { width: 606px;height:214px;overflow: hidden;}
.index_case .case_content .left, .index_case .case_content .right {width: 595px;height:650px;overflow: hidden;}
.index_case .case_content .left, .index_case .case_content .right {width: 595px;height:650px;overflow: hidden;}
.case_content ul li {width: 292px;height: 214px;overflow: hidden;margin-right: 11px;position: relative;}
.case_content .synopsis_box{position: absolute;width: 100%;height: 100%;left: 0;top: 0;background: rgba(0,0,0,0.6);display: none;}
.case_content .img_b:hover .synopsis_box{display: block;}
.case_content ul li:hover .synopsis_box{display: block;}
.case_content .img_b .synopsis_box .synopsis {width: 285px;height: 285px;border: 3px solid #fff;margin: -142px 0 0 -142px;}
.case_content .synopsis_box .synopsis { text-align: center;position: absolute;top: 50%;left: 50%;}
.case_content .synopsis p {width: 80%;margin: 0 auto;line-height: 100%;color: #ffffff;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;}
.case_content .img_b .synopsis p {line-height: 22px;font-size: 18px;height: 66px;}
.case_content .img_b .synopsis span {display: block;width: 85px;border-top: 3px solid #ffffff;margin: 28px auto 24px;}
.case_content .img_b .synopsis h3 {font-size:24px;margin-top: 70px;}
.case_content .synopsis h3 {font-weight: bold;line-height: 100%;color: #ffffff;}
.case_content ul li .synopsis_box .synopsis {width: 195px;height: 195px;border: 2px solid #fff;margin: -97px 0 0 -97px;}
.case_content .synopsis_box .synopsis {text-align: center;position: absolute;top: 50%;left: 50%;}
.case_content ul li .synopsis h3 {font-size: 20px;margin-top: 46px;}
.case_content .synopsis h3 {font-weight: bold;line-height: 100%;color: #ffffff;}
.case_content ul li .synopsis span {display: block;width: 58px;border-top: 3px solid #ffffff;margin: 16px auto 15px;}
.case_content ul li .synopsis p {height: 60px;line-height: 20px;font-size: 16px;}
.case_content .synopsis p {width: 80%;margin: 0 auto;line-height: 100%;color: #ffffff;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;}
/*阻止遮罩*/
.prevent{ position: absolute;height: 100%;width: 100%;background: rgba(0,0,0,.7);color: #ffffff;text-align: center;font-size: 20px;line-height: 100px;top: 0;left: 0;display: none;}
.case_content .img_b {width: 100%;height:425px;overflow: hidden; position: relative;}
.subtitle h2 {width: 100%;font-size: 36px;line-height: 100%;text-align: center;font-weight: bold;color: #2e2e2e;}
.subtitle a {font-size: 14px;color: #eb6100;display: inline-block;padding-top: 15px;}
.case_content .right .img_b {margin-top: 11px;}



/*招商加盟*/
.index_join { margin:80px auto 80px; }
.index_join .main { margin-top:60px; overflow: hidden; position:relative; }
.index_join .main .item { position: absolute; top: 0; left: 41.66%; width: 29.17%; height: 100%; }
.index_join .item .imgwr { position: absolute; bottom: 0; left: 0; z-index: 1; padding-bottom: 0; width: 100%; height: 100%; }
.index_join .item .tit { margin-top: 24px; font-weight: bold; font-size: 24px; }
.index_join .item .con { margin-top: 12px; font-size: 14px; line-height: 40px; opacity: 0.8; filter: alpha(opacity=80); }
.index_join .main .item-1 { position: relative; left: 0; width:500px; height:660px; background-color:#df051c; }
.index_join .item-1 .conwr { margin: 12% 9% 71%; color: #fff; }
.index_join .item-1 .icon, .join .item-3 .icon { display: block; margin-left: -6px; width: 16px; height: 13px; background: url(../images/icon-injoin-1.png) 0 0 no-repeat; }
.index_join .item-1 .icon-2, .join .item-3 .icon-2 { display: block; margin-top: 40px; width:92px; height: 10px; background: url(../images/icon-injoin-2.png) 0 0 no-repeat; }
.index_join .item-1 .imgwr { padding-bottom: 66%; height: 0; }
.index_join .item-2 .conwr { position: absolute; top: 0; left: 0; z-index: 2; margin: 40% 7.14% 0; width: 85.72%; max-width: 170px; text-align: center; color: #292929; }
.index_join .item-2 .tit { margin-top: 0; }
.index_join .item-2 .con { line-height: 30px; }
.index_join .item-2 .txt { margin-top: 16.5%; width: 151.52%; font-family: arial; font-size: 12px; line-height: 1.75; color: #474747; transform: scale(0.66); transform-origin: top left; }
.index_join .main .item-3 { left: 70.83%; }
.index_join .item-3 .conwr { position: absolute; top: 0; left: 0; z-index: 2; margin: 20% 12.85% 0; width: 74.3%; color: #fff; }



/*智能4.0 */
.index-mod-b{width: 100%; height: 800px; background: #333; position: relative;background: url(../images/zhizao.jpg) no-repeat; overflow: hidden;}
.index-mod-b .text{width: 1200px; margin: 0 auto; text-align: center; position: relative; z-index: 3;}
.index-mod-b .text img{display: block; margin:80px auto 60px;}
.index-mod-b .text h1{ font-size:60px; line-height:90px; color:#fff; font-weight:bold;letter-spacing:8px;}
.index-mod-b .text h1 b{font-size:70px; color:#eacc03;}
.index-mod-b .text h3{ font-size:30px; line-height:50px; color:#fff;  margin-bottom:60px;}
.index-mod-b .text span{display: inline-block; width: 262px; height: 40px; margin:0 10px; background:#df051c; color: #fff; font-size: 20px; line-height: 40px; border-radius: 30px 0 30px 0;}
.index-mod-b .text h2{font-size: 46px; line-height:80px; color: #fff; padding: 42px 0 64px;}
.index-mod-b .text h2 strong{font-size:52px; font-weight: bold;}
.index-mod-b .text p{font-size: 12px; color: #fff; font-family: "AvantGarde"; text-transform: uppercase; letter-spacing: 15px;}

.index-mod-b .zz{position: absolute; top: 0; left: 0; width: 100%; height: 100%;z-index: 2;	background: url(../images/shipbg.png) no-repeat center;}


/*品牌优势*/

.pro_bc{width:100%;position:relative;padding:80px 0 100px 0; background:#f8f8f8;}
.pro_bc:before{content:"";background:url(../uploadfile/image/20210708/20210708173622_1002837455.png)no-repeat center top;width:100%;height:150px;top:0;left:0;position:absolute;}

.index_ys_list{ width:1312px; height:540px; margin:0 auto; overflow:hidden; margin-top:60px;}
.index_ys_list ul li {float: left;width: 315px;height: 540px;margin-right: 13px;display: block;position: relative;background: #fff; }
.index_ys_list ul li a {display: block;}
.index_ys_list ul li .t1 {text-align: left;padding: 40px 20px;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.index_ys_list ul li .t1 h3 {color: #444444;font-size: 20px;line-height: 30px;font-family: "微软雅黑";}
.index_ys_list ul li .t1 p {color: #9a9a9a;font-size: 13px;line-height: 26px;font-family: Arial;text-transform: uppercase;}
.index_ys_list ul li .t2_box{position: absolute;bottom: calc(50% - 220px);left: calc(50% - 130px);z-index: 112;background:rgba(255,255,255,.9);opacity: 0;width:260px;height:440px;-webkit-transition: all .8s ease-in-out;
-moz-transition: all .8s ease-in-out;-ms-transition: all .8s ease-in-out;-o-transition: all .8s ease-in-out;transition: all .8s ease-in-out;}
.index_ys_list ul li .t2_box h3{color: #444444;font-size: 18px;line-height: 30px;font-family: "微软雅黑";padding:30px 0 10px 20px;text-align:left;}
.index_ys_list ul li .t2_box .text{color: #666;font-size: 15px;line-height: 30px;font-family: "微软雅黑";padding:0 20px;text-align:left;}
.index_ys_list ul li:hover .t2_box{opacity: 1;}
.index_ys_list ul li .img_box {width: 100%;height: 390px;position: absolute;bottom: 0;left: 0;z-index: 11;display: block;background-color: #fff;background-size: cover;background-repeat: no-repeat;background-position: center top;
-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.index_ys_list ul li .mask {background-size: cover;background-repeat: no-repeat;background-position: center top;width: 100%;height: 110%;position: absolute;left: 0;top: -25px;bottom: -25px;right: 0;z-index: 111;-webkit-transform-origin: 50% 73%;
transform-origin: 50% 73%;-webkit-transform: scale(0.8, 0.62);transform: scale(0.8, 0.62);-webkit-transition: all .5s cubic-bezier(0.23, 1, 0.38, 1);transition: all .5s cubic-bezier(0.23, 1, 0.38, 1);opacity: 0;}
.index_ys_list ul li:hover .mask {opacity: 1;-webkit-box-shadow: 0 3px 0.73rem rgba(0, 0, 0, .38);box-shadow: 0 3px 0.73rem rgba(0, 0, 0, .38);-webkit-transform: scale(1);transform: scale(1);}





/*新闻*/

.index-news {
    padding:80px 0 105px 0;
    background-size: auto 600px;
}


.dynamic-slider{ overflow:hidden; margin-top:50px; }
.swiper-container-dynamic .swiper-slide{ width:25%; height:365px; background:url("../images/default.png") no-repeat; }
.swiper-container-dynamic .swiper-slide a img{ width:100%; height:100%; }
.swiper-container-dynamic .swiper-slide:after{ width:100%; height:15px; position:absolute; top:0px; left:0; content:""; display:inline-block; background:#fff; z-index:1; -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; }
.swiper-container-dynamic .swiper-slide:before{ width:100%; height:15px; position:absolute; bottom:0px; left:0; content:""; display:inline-block; background:#fff; z-index:1; -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; }
.swiper-container-dynamic .swiper-slide:hover:after,
.swiper-container-dynamic .swiper-slide.current:after{ height:0; }
.swiper-container-dynamic .swiper-slide:hover:before,
.swiper-container-dynamic .swiper-slide.current:before{ height:0; }
.swiper-container-dynamic .dynamic-layer{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; background:rgba(0,0,0,0.4); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; }
.swiper-container-dynamic .swiper-slide:hover .dynamic-layer,
.swiper-container-dynamic .swiper-slide.current .dynamic-layer{ opacity:0; }
.swiper-container-dynamic .swiper-button-prev,
.swiper-container-dynamic .swiper-button-next{ position:absolute; top:50%; width:22px; height:32px; margin-top:-16px; z-index:99; cursor:pointer; -webkit-transition:all .5s linear; transition:all .5s linear; opacity:0; }
.swiper-container-dynamic .swiper-button-prev{ background:url(../images/Left.png) no-repeat;  left:25px;  }
.swiper-container-dynamic .swiper-button-next{ background:url(../images/Right.png) no-repeat;  right:25px; }
.swiper-container-dynamic .swiper-button-prev:hover{opacity:1;transform: translateX(-10px);-webkit-transform: translateX(-10px);}
.swiper-container-dynamic .swiper-button-next:hover{opacity:1;transform: translateX(10px);-webkit-transform: translateX(10px);}
.swiper-container-dynamic:hover .swiper-button-prev,
.swiper-container-dynamic:hover .swiper-button-next{ opacity:1; }

.newsText{ position:relative; padding:70px 0px 20px 0; }
.newsText .newsUl li{ float:left; padding:0 120px; position:relative; font-size:18px; line-height:1.6em; -webkit-transition:all 0.3s ease; transition:all 0.3s ease; background-color:rgba(0, 0, 0, 0); display:none; }
.newsText .newsUl li.current{ opacity:1; filter:alpha(opacity=100); }
.newsText .newsUl li:before{ width:38px; height:38px; content:""; display:inline-block; background:url(../images/ftNewL.png) no-repeat; position:absolute; left:0; top:0; }
.newsText .newsUl li:after{ width:38px; height:38px; content:""; display:inline-block; background:url(../images/ftNewR.png) no-repeat; position:absolute; right:0; bottom:0; }
.newsText .newsUl .title2{ margin-bottom:30px; }
.newsText .newsUl .date{ font-size:17px; color:#999; line-height:1.176; float:right; margin-top:20px; }
.newsText .newsUl .title2 h4{ font-size:28px; color:#333; line-height:1.286; float:left; width:70%; margin-top:7px; }
.newsText .newsUl .title2 h4 a{ font-size:28px; color:#333; line-height:1.286; }
.newsText .newsUl p{ font-size:15px; color:#777777; line-height:2; }
.PrevBtn,
.nextBtn{ width:56px; height:56px; z-index:10; position:absolute; top:50%; left:30px;  margin-top:-28px; cursor:pointer; background:url("../images/icon/banner-icon.png") no-repeat; background-size:199px 162px; background-position:0px 0px; display:block; }
.nextBtn{ background-position:-144px 0px; left:auto; right:30px; }
.PrevBtn:hover{ background-position:0px -107px; }
.nextBtn:hover{ background-position:-144px -107px; }




/*  页脚  */
.footer {width: 100%;background: #333;height: 76px;position: relative; }
.footer .wp {position: relative; }
.footer .footer-list {font-size: 0;text-align: center; }
.footer .footer-list li {line-height: 76px;height: 76px;display: inline-block;vertical-align: top;position: relative;margin: 0 40px; }
.footer .footer-list li a {height: 76px;font-size: 13px;color: #868686; }
.footer .footer-list li a:hover {color: #FFF; }
.footer .footer-list li:after {content: "";position: absolute;left: -26px;top: 50%;margin-top: -4.5px;width: 5px;height: 9px;background-image: url(../images/icon-5.png);background-repeat: no-repeat; }
.footer .footer-list li:first-child:after {display: none; }


.footer .btn-back {display: block;position: absolute;right: 0;top: 50%;margin-top: -19px;width: 88px;height: 38px;background-color: #444;background-image: url(../images/icon-6.png);
background-repeat: no-repeat;background-position: center center;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease; }
.footer .btn-back:hover {background-position: center 2px; }
.footer .btn-back:after {content: "";left: 0;bottom: -1px;width: 15px;height: 1px;background:#df051c;position: absolute; }
.footer .btn-back:before {content: "";right: 0;bottom: -1px;width: 70px;height: 1px;background: rgba(255, 255, 255, 0.3);position: absolute; }
.footer .btn-back-home {display: block;position: absolute;top: 0;left: -360px;width: 482px; height: 100%;background: #444; }
.footer .btn-back-home img {-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;position: absolute;right: 47px;top: 27px; }
.footer .btn-back-home:hover img {-webkit-transform: translate(10px, 0);-moz-transform: translate(10px, 0);-ms-transform: translate(10px, 0);transform: translate(10px, 0); }
.foot {width: 100%;height:180px;background:#3b3b3b;text-align: center; }
.foot .telephone {font-size: 35px;color: #bbb;margin-bottom: 20px;padding-top: 38px;font-family: "Arial"; }
.foot .telephone img {margin-right: 5px; }
.foot .p {color: #868686;font-size: 13px;margin-bottom: 18px;text-transform: Uppercase; }
.foot .p a {color: #868686;font-size: 13px; }



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



/*关于我们*/

.about1 h2{ font-size:36px; line-height:50px; color:#999;}
.about1 h3{font-size:30px; line-height:50px; color:#e6212b; font-weight:bold; margin-bottom: 50px;}
.about1 img{ padding-top:30px;}
.about1 p{ font-size:15px; line-height:30px; margin:20px 0;}


.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{}
.newslist .n-list ul li{height: 190px;margin-bottom: 25px;padding-bottom: 25px;border-bottom: 1px dashed #ccc;}
.newslist .n-list ul li .newpic{position:relative;height: 180px;width: 280px;position:relative; overflow:hidden;}
.newslist .n-list ul li img{position:absolute; top:0;left:0;width:280px; -moz-transition: all 0.6s; -webkit-transition:all 0.6s; transition:all 0.6s; -o-transition:all 0.6s;}
.newslist .n-list ul li .newpic:hover img{cursor: pointer;transform:scale(1.1);-ms-transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);}
.newslist .n-list ul li .fr{width:860px;}
.newslist .n-list ul li h3{display: block;font-size: 18px; color:#333; line-height:40px;}
.newslist .n-list ul li a:hover h3{ color:#000;}
.newslist .n-list ul li .time{display: block; background: url(../images/inco18.png) 0 center no-repeat;padding-left: 25px;color: #999;margin-bottom: 10px;}
.newslist .n-list ul li .deails {font-size: 14px;color: #666;height: 44px;overflow: hidden;}
.newslist .n-list ul li .deailsbtn {padding-top: 25px;font-size: 13px;}
.newslist .n-list ul li .deailsbtn span{ font-size:14px;padding: 6px 22px;border: 1px solid #8C8C8C;display: inline-block; cursor:pointer;}
.newslist .n-list ul li a:hover .deailsbtn span{background:#333;border: 1px solid #333;color: #fff;}

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




