﻿@charset "UTF-8";
/* public */
blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
pre{font-family: 'Source-Han-Norm16896081d11dd5c' !important;white-space: pre-wrap;white-space: normal;
word-wrap: break-word; }
img{border:0;}
ul,dl,li,dt,dd{list-style:none;}
body{font-size: 14px; background:#fff; overflow-x:hidden; color: #333;  }
a{font-size:14px;text-decoration:none;  color: #333; transition: all .45s;}
.clearfix:after{content:""; display:block; height:0; clear:both;}
.clearfix{*zoom:1;}/*IE/7/6*/
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
input,textarea,select{outline: none;font-family: "微软雅黑"; line-height: normal;border:none;background: none;}
textarea{resize:none; overflow:hidden;}
select{-webkit-appearance: none;appearance: none; -ms-appearance: none;border-radius: 0;}
select::-ms-expand { display: none; }
i,em{font-style:normal;}
table{max-width:100%;overflow:hidden;}
.u_hidden{ display: none;}
.fl{float:left;}
.fr{float:right;}
.z-container {width:79%;height:auto;clear: both;margin: 0 auto;}
.z-container2 {width:79%;height:auto;clear: both;margin: 0 auto;}
.z-row {width: 100%;height: auto;clear: both;margin: 0 auto;overflow: hidden;}
.ellipsis{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ellipsis2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow:ellipsis;}
.ellipsis3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow:ellipsis;}
*:before,
*:after {
  z-index: -1;
}
/*font*/
@font-face {
  font-family: "CG";
  src: url("../fonts/century gothic.woff2") format("woff2"),
       url("../fonts/century gothic.woff") format("woff"),
       url("../fonts/century gothic.ttf") format("truetype"),
       url("../fonts/century gothic.eot") format("embedded-opentype"),
       url("../fonts/century gothic.svg") format("svg");
  font-weight:normal;
  font-style: normal;
}
.transitioncover.active{
	width: 0;
}
.transitioncover.active .loadr{
  opacity: 0;
  visibility: hidden;
}
.loadr{
  position: absolute;
  top: 50vh;
  left: 50%;
  height: 280px;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  width: 400px;
  -webkit-perspective: 150;
  -webkit-transition: all .5s 1.5s;
  -o-transition: all .5s 1.5s;
  transition: all .5s 1.5s;
}
.loadr img{margin: 0 auto;}
.loadr .cccc{
  position: absolute;
  left: 50%;
  top: 0;
  right: 0;
  -webkit-animation: sdd 5s infinite;
          animation: sdd 5s infinite;
  -webkit-transform: rotate(0deg) translateX(-50%);
      -ms-transform: rotate(0deg) translateX(-50%);
          transform: rotate(0deg) translateX(-50%);
  -webkit-transform-origin: 0 center;
      -ms-transform-origin: 0 center;
          transform-origin: 0 center;
}
.loadr .dddd{
	width: 400px;
}
.loadr .loadingbar{
  position: relative;
  z-index: 2;
    left: 50%;
    margin-bottom: 60px;
    height: 180px;
    margin-top: 10px;
    margin-left: -90px;
  /* animation: rr 1s infinite alternate;
  transform: rotateY(-10deg); */
}

@-webkit-keyframes sdd{
  0%{
    -webkit-transform: rotate(0deg) translateX(-50%);
            transform: rotate(0deg) translateX(-50%);
  }
  100%{
    -webkit-transform: rotate(360deg)  translateX(-50%);
            transform: rotate(360deg)  translateX(-50%);
  }
}

@keyframes sdd{
  0%{
    -webkit-transform: rotate(0deg) translateX(-50%);
            transform: rotate(0deg) translateX(-50%);
  }
  100%{
    -webkit-transform: rotate(360deg)  translateX(-50%);
            transform: rotate(360deg)  translateX(-50%);
  }
}
@-webkit-keyframes rr{
  0%{
    -webkit-transform: rotateY(-10deg);
            transform: rotateY(-10deg);
  }
  100%{
    -webkit-transform: rotateY(40deg);
            transform: rotateY(40deg);
  }
}
@keyframes rr{
  0%{
    -webkit-transform: rotateY(-10deg);
            transform: rotateY(-10deg);
  }
  100%{
    -webkit-transform: rotateY(40deg);
            transform: rotateY(40deg);
  }
}
.load-box{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  width: 100vw;height: 100vh;
}
.transitioncover {
  width: 102%;
  height: 102%;
  position: absolute;
  z-index: 99;
  left: -1%;
  top: -1%;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: width 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2s;
  -o-transition: width 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2s;
  transition: width 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2s;
}
.slide .transitioncover.ss {
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
/* .transitioncover.ss{
	transition:width 1.5s 0.5s cubic-bezier(.645,.045,.355,1);
} */
.transitioncover.right {
  /* left: auto; */
  /* right: 0; */
}













body.fixed .z_header{transform:translateY(-100%);visibility:hidden;}
.z_header { height: 100px; background:#fff0; box-shadow:0 0 0 rgba(0,0,0,0.5); position: fixed; left: 0; top: 0; width: 100%;z-index: 12; overflow: hidden;}
.z_header:before{ content: ""; display: block; width: 0; opacity: 0; height: 100%; border-radius: 40px; background: #fff; transition: all .8s; position: absolute; left: 50%; top: 0;}
.z_header.on{box-shadow:0 0 10px rgba(0,0,0,0.5)}
.z_header.on .header_nav a{ color: #333;}
.z_header.on:before{ width: 120%; left: -10%; opacity: 1; }
.z_header .logo{ display: block; float: left; line-height: 100px; margin-left: 50px;width: 300px;}
.z_header .logo img{ vertical-align: middle;width: 100%;}
.z_header .header_r{ float: right;}
.header_nav { float: left; margin-right: 200px;}
.header_nav li:hover a,.header_nav li.active a{color:#e7d689;}
.z_header.on .header_nav li:hover a,.z_header.on .header_nav li.active a{color: #c5a95e;}
.header_nav li{ display: inline-block; line-height: 100px; margin-left: 40px; z-index: 1; position: relative;}
.header_nav li:before{
	content:"";
	position: absolute;
	bottom: 20px;
	left: 0px;
	width: 0;
	height: 2px;
	background: #e7d689;
	display: block;
	 transition: all .8s;
}
.z_header.on .header_nav li:before{background:#c5a95e; }
.header_nav li:hover:before,.header_nav li.active:before{
	width: 100%;
}
.header_nav li a{
	font-size: 16px;
	color: #fff;
}
.header_btn{ width: 154px;text-align: center; border-left: 1px solid #dedede;transition: all .6s; float: left; display: flex; align-items: center; justify-content: center;    line-height: 20px;
    margin-top: 40px;}
.header_btn.on,.header_btn:hover{ color: #e7d689;}
.header_btn.on .mobile_btn span,.header_btn:hover .mobile_btn span{background: #e7d689;}
.z_header.on .header_btn.on,.z_header.on .header_btn:hover{ color: #c5a95e;}
.z_header.on .header_btn.on .mobile_btn span,.z_header.on .header_btn:hover .mobile_btn span{background: #c5a95e;

}
.sou_btn{ margin-right: 154px;}
.sou_btn .iconfont{margin-right: 15px;}
.search_warp{float: left;}
.search_box{ background:rgba(255,255,255,.8); text-align: center;  float: left;width: 0px; transition: all .6s;}
.search_box .text{ border-bottom: 1px solid #e7d689; width: 100%;line-height: 59px;}
.search_box.on{width: 200px;}
.mobile_btn{cursor:pointer; margin-right: 15px; z-index: 4; justify-content: center; align-items: center; box-sizing: border-box;   }
.mobile_btn.on .line1{transform:rotate(45deg);transform-origin:5% 50%;}
.mobile_btn.on .line2{width:0;}
.mobile_btn.on .line3{transform:rotate(-45deg);transform-origin:5% 50%;}
.mobile_btn span{display:block; width:18px; height:1px; background:#fff; transition:all .45s;}
.nav_btn{ position: absolute; right: 0; top: 0; z-index: 111; color: #fff;
    font-size: 16px;    cursor: pointer;} 
.z_header.on .nav_btn{color: #333;}
.z_header.on .mobile_btn span{background: #333;}
.mobile_btn .line2{margin:5px 0; width:12px; }
.nav_btn.on{}
.nav_btn.on .mobile_btn span{background: #e7d689;}
.slide_box{background: #fff; width: 37%; height: 100%; position: fixed; right: 0; top: 100px; padding: 50px; box-sizing: border-box; z-index: 3; transform: translateX(100%); transition: all .6s; z-index: 101;}
.slide_box.active{ transform: translateX(0);}
.z_mask{ width: 0%; height: 100%; position: fixed;  left: 0; top: 0; background: rgba(0,0,0,.5); transition: all .8s; z-index: 10;}
.z_mask.active{width: 100%;}
.slide_tit h3{ font-size: 30px; color:#e7d689;}
.slide_tit{ padding-bottom: 25px; border-bottom: 1px solid #cccccc; margin-bottom: 25px;}
.slide_nav li{ margin-bottom:5vh;}
.slide_nav li>a{ font-size: 16px; }
.slide_nav .nav_down{ margin-top: 5px;}
.slide_nav .nav_down a{ color: #888; display: inline-block; margin-right: 20px; position: relative; line-height: 24px;}
.slide_nav .nav_down a:before{ content:""; display: block; width: 0%; transition: all .6s; height: 1px; background: #e7d689; position: absolute; left: 50%; bottom: 0;}
.slide_nav .nav_down a.active,.slide_nav .nav_down a:hover{ color: #c5a95e;}
.slide_nav .nav_down a.active:before,.slide_nav .nav_down a:hover:before{ width: 100%; left: 0;}
.swiper-slide {     -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; width: 100%; height: 100%; position: relative; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform,-webkit-transform;}
.swiper-container {margin: 0 auto;  height: 100%; position: relative; overflow: hidden;  z-index: 1;}


.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform,-webkit-transform; -webkit-box-sizing: content-box; box-sizing: content-box;}
.banner .swiper-pagination span{display: block; position: relative; width:4px; height: 4px; background:#fff; box-sizing: border-box; margin: 60px auto!important;opacity: 1!important; transition: all .8s; cursor: pointer;}
.banner .swiper-pagination span:before{ content: ""; width: 1px; opacity: 0; height: 50px; transition: all .8s; background: #e7d689; position: absolute; left:2px; top: -24px; }
.banner .swiper-pagination-bullet-active{  background: #e7d689!important;}
.banner .swiper-pagination-bullet-active:before{ opacity: 1!important;transform: rotate(224deg);}
.banner .swiper-pagination{ position: absolute; right: 50px!important; left: auto!important; width: 60px!important; bottom: 90px!important; z-index: 12;}
.banner{ width: 100%; }
.banner img{ width: 100%;}
.banner li .img{height:100%;opacity:0; transform:scale(1.03); transition:ease 3s; background-position:center center; background-repeat:no-repeat; background-size:cover;}
.banner li.swiper-slide-duplicate-active{z-index:2;}
.banner li.swiper-slide-active .img,.lh-banner li.swiper-slide-duplicate-active .img{transform:scale(1);opacity:1;}
.banner .banner_text{color: #fff; position: absolute; left: 0; bottom: 90px;  z-index: 99; width: 100%;}
.banner  h3{ padding-bottom: 10px; z-index: 1; display: inline-block; padding-right: 80px; font-size: 48px; font-weight: bold; line-height: 60px; position: relative;/* transform:translateY(50%); visibility: hidden; opacity:0;transition:ease 2s; transition-delay:.2s;*/}
.banner  h3:before{content:"";z-index: 1; display: block; width: 0%; height: 3px; background: #e7d689; position: absolute; left: 0; bottom: 0;visibility: hidden; opacity:0;transition:ease 2s; transition-duration: 4s; transition-delay:.2s;}
.banner  p{ text-transform:uppercase; font-weight: bold; margin-top: 25px; /*transform:translateY(-200%); opacity:0;transition:ease 2s;  transition-delay:.2s;visibility: hidden;*/ }
.banner .dot{ display: inline-block; width: 14px; height: 14px; border: 3px solid #e7d689; box-sizing: border-box; border-radius: 50%; margin-left: 4px;}
.banner .swiper-slide-active{visibility: visible;}

.banner .swiper-slide-duplicate-active .banner_text h3:before,.banner .swiper-slide-active .banner_text h3:before{ width: 100%; opacity: 1;visibility: visible;}
.banner_logo{ position: absolute; right: 160px; bottom: 100px; color: #e7d689; z-index: 9; text-align: right;}
.banner_logo em{ display: block; font-size: 34px; font-weight: bold;}
.banner_logo span{ font-size: 16px; font-weight: bold;text-transform: uppercase;}
.mobile_banner{ display: none;}

.index_brand .text_box,.index_brand .img_box{ width: 50%; float: left; height: 820px;}
.index_brand .text_box{ display: flex;display: -webkit-flex; justify-content: center; align-items: center;}
.index_brand .text_box .flex{ width: 56.6%;}
.index_brand .img_box{ position: relative;}
.index_brand .img{ width: 100%; height: 100%; position: absolute; left: 0; top: 0;} 
.index_brand .img_tit{ position: absolute; right: 14%; top:120px; color: #fff; font-size: 24px;writing-mode:tb-rl;line-height: 48px;letter-spacing: 6px; }

.index_tit h3{ font-size: 36px; font-weight: bold; margin-bottom: 10px;}
.index_tit h3 .icon,.play_bar h3 .icon{ display: inline-block; width: 30px; height: 30px; background: url(../images/icon.png) no-repeat center; background-size: cover; margin-left: 10px;}
.index_tit p{ font-size: 20px; text-transform: uppercase;}
.index_desc{ color: #777777; line-height: 30px; font-size: 16px;word-wrap: initial;white-space: initial;}
.index_brand .index_desc{ margin-top: 60px; height: 336px; overflow: hidden;}
.more_btn{ display: inline-block;transition: all .6s; padding: 0 25px; border-top: 1px solid #8c8c8c; line-height: 50px; position: relative;z-index: 1;}
.more_btn .cir{ display: inline-block; width: 16px; vertical-align: middle; margin-top: -2px; height: 16px; border: 1px solid #8f8f8f; border-radius: 50%; box-sizing: border-box; position: relative; z-index: 1;}
.more_btn .cir:before{ content: ""; transition: all .6s; display: block; width:16px; height: 16px; background: url(../images/dot.png) no-repeat center; background-size: 100% 100%; position: absolute; left: 0; transform: translateX(50%); top: -1px;}
.more_btn:hover .cir:before{ transform: translateX(0);}
.more_btn:hover{ color: #c5a95e;}
.more_btn:hover .cir{ }
.more_btn:before{ content: ""; display: block; width: 0%; height: 1px; background: #c5a95e; position: absolute; left: 50%; top: -1px;transition: all .6s;}
.more_btn:hover:before{ width: 100%; left: 0;}
.dot2{ display: inline-block; width: 7px; height: 7px; border: 2px solid #e7d689; border-radius: 50%; margin-top: 5px; }
.index_video{ width: 100%; text-align: center; height: 700px; background-size: cover!important;  z-index: 1; display: flex; align-items: center; justify-content: center; color: #fff; position: relative;}
.index_video .play_bar{    transform: translateX(-6vw);}
@media screen and (max-width: 780px){.index_video .play_bar{transform: translateX(0vw);}}
.index_video:before{ content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0,0,0,.2);}
.play_bar h2{ font-size: 36px; font-weight:bold;}
.play_bar h3{writing-mode:tb-rl; font-size: 36px; font-weight:bold; position: relative; display: inline-block;}
.play_bar h3 .icon{ display: block; position: absolute; bottom: 10px; right: -14px;}
.play_bar  span{ text-transform: uppercase; display: block; padding: 20px 0; margin-bottom: 20px;border-bottom: 1px solid #e7d689; width: 140px;}
.play_bar .playbtn{ cursor: pointer;} 
.video_pop{display: block; width: 100%; height: 100%; background: #000; position: fixed; left: 0; top: 0; z-index: 909; display: flex; justify-content: center; align-items: center; display: none;}
.close_btn{width: 40px; height: 40px; position: absolute; right: 0; top: 0; background: url(../images/colse.png) no-repeat center; z-index: 100; cursor: pointer;}
#video{width: 100%; max-height: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.gy_lb{ position: relative; }
.gy_tit{ text-align: center; padding: 55px 0;}
.gy_tit .index_tit{ margin-bottom: 45px;}
.gy_lb .swiper-slide{ width: 100%; background: #fafafa;}
.gy_lb .big_img{ width: 100%; height: 508px;}
.gy_lb .gy_info{ position: relative; left: 0; top: -110px; width: 100%;}
.gy_lb .small_img{ width: 488px; height: 476px; float: left;}
.gy_lb .small_img img{ width: 100%; height: 100%;}
.gy_lb .small_desc{  width: 60%; float: left; margin-top: 110px; padding: 60px 100px 0; box-sizing: border-box;}
.gy_lb .small_desc h3{ font-size: 20px;}
.gy_lb .small_desc .index_desc{ height: 120px; overflow: hidden; margin: 40px 0;font-size: 15px;}

.gy_nav{ position: absolute; right: 10%; top: 600px; display: inline-block; z-index: 11;writing-mode:vertical-lr; }
.gy_nav li{ cursor: pointer; margin-left: 5px; vertical-align: top;  }
.gy_nav li span,.home_nav li span{position: relative;padding: 5px; display: inline-block; transition: all .6s;font-size: 18px;
    letter-spacing: 6px;} 
.gy_nav li span:before,.home_nav li span:before{ content: ""; display: block; width: 100%; height: 0%; background: -webkit-linear-gradient(-40deg, #754e0f, #ddc677, #8f6b28);
    background: -o-linear-gradient(-40deg, #754e0f, #ddc677, #8f6b28);
    background: -moz-linear-gradient(-40deg, #754e0f, #ddc677, #8f6b28);background: linear-gradient(-40deg, #754e0f, #ddc677, #8f6b28); position: absolute; left: 0; top: 0; transition: all .6s; }
.gy_nav li.active span,.home_nav li.active span{ color: #fff; }
.gy_nav li:hover span:before,.gy_nav li.active span:before,.home_nav li.active span:before{ height: 100%;}

.home_head{ padding: 80px 0; display: flex; align-items: center; justify-content: space-between;}
.home_find{ width: 35%; border-bottom: 1px solid #8c8c8c; line-height: 60px;}
.home_find .text{ width: 80%;line-height: 60px;}
.home_find .sou{ float: right;}
.home_nav{writing-mode:vertical-lr;    height: 180px;}
.home_nav li{ cursor: pointer; margin-left: 5px; vertical-align: top; text-align: initial; }
.home_lb{ position: relative;}
.big_img{ width: 100%; height: 810px; float: left; position: relative;}
/*.big_img .swiper-slide{ padding-right: 40%; box-sizing: border-box;}*/
/*.big_img .swiper-container{ overflow: inherit;}*/
.big_img .swiper-slide{
	background: url(../images/cpbj.jpg) no-repeat right center;
	background-size: cover;
}
.big_img .img_warp{ width: 60%;height: 100% ;overflow: hidden;}
.big_img .img_box{height: 100% ; width: 100%;opacity:0;  transform:scale(1.03); transition:ease 3s; }
.big_img .swiper-slide-duplicate-active{z-index:2;}
.big_img .swiper-slide-active .img_box,.big_img .swiper-slide-duplicate-active .img_box{transform:scale(1);opacity:1;}

.big_img .text_box{ width:26%; height: 440px; background: #ffffff; position: absolute ;  top: 50%; margin-top: -220px; left:50%;transform: translateX(50%); transition:ease 2s; opacity: 0;visibility: hidden;  padding: 80px 60px; box-sizing: border-box; padding-right: 80px;}
.big_img .text_box .flex{ }
.big_img .swiper-slide-duplicate-active{z-index:2;}
.big_img .swiper-slide-duplicate-active .text_box{transform: translateX(0%)!important;opacity:1;}
.big_img .swiper-slide-active .text_box{transform: translateX(0%)!important;opacity:1; visibility: visible;}
.big_img h3{ font-size: 30px;}
.big_img .desc{ height: 160px; overflow: hidden; line-height: 24px; margin: 30px 0 20px;}
.small_box{ width: 40%; height: 810px; float: right; background: #fafafa; display: flex;justify-content: center; align-items: center; position: absolute; right: 0;top: 0;}
.small_nav{ width: 360px; height: 64px; line-height: 64px; background: #282828; color: #fff; text-align: center; position: relative;z-index: 9;font-size: 18px;}
.small_nav .swiper-slide{ width: 180px; float: left;}
.small_nav .active-nav{ background: #c5a95e;}
.small_nav .btn{ display: block;  width: 64px;z-index: 11; height: 64px; text-align: center; line-height: 64px; position: absolute; top: 0;}
.small_nav .btn img{ vertical-align: middle;}
.small_nav .arrow-left{ left: 0;}
.small_nav .arrow-right{ right: 0;}

.news_head{ padding: 90px 0; display: flex; justify-content: space-between; align-items: center;}
.index_news{ margin-bottom: 180px;}
.index_news li{ height: 480px; width: 25%; float:left;  margin-left: 1.66%;  position: relative; overflow: hidden; }
.index_news ul{ margin-left: -1.66%;}
.index_news .hot_news{ width: 45%; position: relative;z-index: 1;}
.index_news li span{ display: block; margin: 60px 0 20px;font-size: 16px;}
.index_news li h3{ line-height: 36px; height: 74px;font-size: 22px; display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}
.index_news li .more{ position: absolute; left: 0; width: 100%; bottom: 0; padding:  0 30px;.foot_link a{ color:#fff} box-sizing: border-box;} 
.index_news li .more em{ display:block; width: 100%; line-height: 65px; color: #979797; border-top: 1px solid #dddddd;} 
.index_news li .info{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; padding: 0 30px; box-sizing: border-box;background: #fafafa; transition: all 1s;} 
.index_news li .info p{line-height: 30px;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;}
.index_news li .img{ width: 100%; height: 100%; transform:scale(1.02,1.02); transition: all 1s;background-size: cover!important;}
.index_news li:hover .img{transform: scale(1,1);}
.index_news li:hover .info{ background:rgba(250,250,250,.4); padding-top: 100px;}
.index_news li:hover em{ color: #333;}
.index_news .hot_news .text{ position: absolute; left: 0; bottom: 0;  padding: 30px; box-sizing: border-box; z-index: 2;}
.index_news .hot_news .text p{line-height: 30px;height: 0;transition: all 1s;overflow: hidden;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}
.index_news .hot_news:hover .text p{
	height: 60px;
	padding-top: 20px;
}
.index_news .hot_news h3{line-height: 24px; height: auto; max-height: 96px; overflow: hidden;}
.index_news .hot_news:before{ content: ""; display: block; width: 100%; height: 100%; background: url(../images/newsbg.png)no-repeat center; z-index: 1;background-size: cover; position: absolute; left: 0; top: 0;}

.z_footer{ background: #333333; color: #707070; padding: 60px 0; padding-bottom: 120px;}
.foot_link{ color: #fff; padding: 40px 0; border-bottom: 1px solid rgba(255,255,255,.1);}
.foot_link a{ color:#fff; display: inline-block; margin-left: 10px;}
.foot_btm{ padding: 60px 0;}
.foot_left{float: left;}
.foot_code{ width: 110px; float: left; background: #fefefe; margin-right: 30px; }
.foot_code h3{ text-align: center; line-height: 24px;}
.foot_code img{ vertical-align:bottom; width: 100%;}
.foot_addre{ float: left; position: relative;}
.foot_addre h3{ color: #fff; }
.foot_addre p{ line-height: 22px;}
.foot_addre .online{ color: #fff; display: inline-block; padding: 5px 10px; background: #e7d689; font-size: 13px; position: absolute; left:150px; top: 40px ;}
.foot_addre .online img{ margin-right: 5px;  float: left;}
.foot_nav{ float: right;}
.foot_nav a{color: #707070; display: block; line-height: 24px;}
.foot_nav dl{ vertical-align: top;  float:left; margin-left: 4vw;}
.foot_nav dt a{ color: #fff; margin-bottom: 20px; }
.foot_nav a:hover{ color: #fff;}
.pro_gy{margin-top: 60px;}
.pro_gy img{ width: 100%; vertical-align: bottom;}
.pgy_box{ width: 100%; position: relative;}
.pgy_box .desc_box{ display: inline-block; position: absolute; top: 50%; transform: translateY(-50%); right: 10%; color: #fff;}
.pgy_box .text{ line-height: 24px; margin: 60px 0; height: 48px; overflow: hidden;}
.pgy_box .more_btn{ color: #fff; border-top-color: #fff;}
.pgy_box .more_btn .cir{ border-color: #fff;}
.pgy_box:nth-child(even) .desc_box{right: auto;left: 10%;}
.fixed{ position:fixed; left:0; top:76px;_position:absolute;_top:expression(eval(document.documentElement.scrollTop+ 76)); z-index:1;}
.other_banner{ height:400px; position: relative; overflow: hidden}
.other_banner .img{width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-position: center top; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; animation: banImg linear 5s forwards; }


.z_footer .z-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    margin: 0 auto;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.z_footer .z-container .footer-center {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  -webkit-flex-grow: 2;
  flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 15px;
}
.z_footer .z-container .footer-center a {
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.z_footer .z-container .footer-center li {
  position: relative;
  padding-left: 0;
  width:180px;
}
.z_footer .z-container .footer-center li:hover a {
  padding-left: 60px;
}
.z_footer .z-container .footer-center li:hover::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.z_footer .z-container .footer-center li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 50px;
  left: 0;
  top: 50%;
  height: 1px;
  background-color: #fff;
  opacity: 0.3;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.z_footer .z-container .footer-center li + li {
  margin-top: 30px;
}
.z_footer .ewm {
  padding-top: 15px;
  width: 120px;
}
.z_footer .ewm p {
  text-align: center;
  color: #fff;
  margin-top: 10px;
}
.z_footer .ewm img {
  width: 100%;
}
.z_footer .ewm + .ewm {
  margin-left: 20px;
}
.z_footer .z-container .footer-center ul + ul {
  margin-left: 50px;
}
.footer-logo a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 35px;
  position: relative;
  line-height: 1;
  letter-spacing: 1px;
}
.footer-logo em{
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
      margin: 0 14px;

}
.footer-logo a:hover{color: #fff;}
.footer-logo .flogo{width: 400px;    margin-bottom: 20px;}
.footer-logo .adder {
  font-size: 16px;
  margin-top: 4px;
  color: #fff;
  letter-spacing: 1px;
}
.footer-logo .adderen {
  font-size: 12px;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 4px;
}
.z_footer .bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #181818;
  line-height: 50px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
.z_footer .bottom p{font-size: 14px;}
.z_footer .bottom a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  transition: .6s;
}
.z_footer .bottom a:hover {
  color: rgba(255, 255, 255, 1);
}
.w767 {
  display: none;
}
@media screen and (max-width: 767px) {
 .w767 {
    display: block;
  }
}

.other_banner .img{width:100%; height:100%; position:absolute; left:0; top:0;background-position:center top; background-size:100%; background-repeat:no-repeat; background-attachment:fixed; animation:banImg linear 5s forwards;}
@keyframes banImg{
	0%{transform:scale(1.05);}
	100%{transform:scale(1);}	
}
.other_banner .banner_tit{ position: absolute; left: 0; bottom: 90px; color: #fff; width: 100%;}
.other_banner h3{ font-size: 48px; font-weight: bold; margin-bottom: 10px;}
.other_banner .dot,.h_right .tit_bar .dot{display: inline-block; width: 16px; height: 16px; border-radius: 50%; box-sizing: border-box; border: 3px solid #e7d689; margin-left: 4px;}
.other_banner p{ text-transform: uppercase; font-weight: bold;}
.other_banner .sb{ display: block; width: 25px; height: 25px; background: url(../images/sb.png) no-repeat center; background-size: cover; position: absolute; left: 50px; bottom: 94px; animation: sb 1.5s infinite; }
@keyframes sb{
0%{transform: scale(1) translateY(0);}
50%{transform: scale(1.2) translateY(-50%);}	
100%{transform: scale(1) translateY(0);}
}
.other_banner span{ display:inline-block;}

.gy_desc .img_box,.gy_desc .text_box{ width: 50%; float: left; height: 780px;}
.gy_desc .text_box{ display: flex; justify-content: center; align-items: center;} 
.gy_desc .flex{ width: 52%;}
.gy_desc .desc{ line-height: 24px; max-height: 432px; margin-top: 70px; color: #777; padding-right: 10px; box-sizing: border-box; overflow: hidden;}
.scrollbar{overflow-y: scroll}
.scrollbar:hover{ box-sizing: border-box;}
.scrollbar:hover::-webkit-scrollbar {/*滚动条整体样式*/ width: 2px;     /*高宽分别对应横竖滚动条的尺寸*/ height: 2px; opacity: 0; transition: all .6s; }
.scrollbar::-webkit-scrollbar-thumb {/*滚动条里面小方块*/ border-radius: 5px; -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); background: rgba(0,0,0,0.2); }
.scrollbar::-webkit-scrollbar-track {/*滚动条里面轨道*/ -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); border-radius: 0; background: rgba(0,0,0,0.1); }
.scrollbar:hover::-webkit-scrollbar{ opacity: 1;} 
.gy_desc:nth-child(even) .text_box{ background: #e6e6e6;}

.gy_worker{ width: 100%; background-size: cover; padding: 150px 0;}
.gy_worker .swiper-container{ width: 81%; margin: 0 auto;}

.gy_worker .img_box{ width: 40%; float: left;height:470px; position: relative; z-index: 1;}
.gy_worker .img_box:before{ content: ""; display: block; width: 60px; height: 2px; background: #e7d689; position: absolute; right: -40px; top: 130px;}
.gy_worker  img{ width: 100%;}
.gy_worker .text_box{width: 58%; float: right; background: #fff; height:470px; padding: 100px 0; box-sizing: border-box;}
.gy_worker .flex{ width: 67%; margin: 0 auto;}
.gy_worker .index_tit{ margin-bottom: 60px;}
.gy_worker .index_desc{max-height: 148px; overflow: hidden;}
.gy_worker .z-container{ position: relative;}
.btn_group span{ display: block; outline: none; width: 50px; cursor: pointer; height: 50px; border-radius: 50%; background: #cfcfcf; text-align: center; line-height: 50px; color: #929292; transition: all .4s; position: absolute; top: 50%; transform: translateY(-50%);}
.btn_group .arrow-left{ left: 0;}
.btn_group .arrow-right{ right: 0;}
.btn_group span:hover{ color: #fff; background: #e7d689;}

.pro_head{ text-align: center; padding: 100px 0;}
.pro_show li{ width: 33.3%; float: left; height: 624px;  position: relative; cursor: pointer; overflow: hidden;}
.pro_show li .img{ width: 100%; height: 100%; transition: all .6s;transform: scale(1.08,1.08);}
.pro_show li .info{ width: 82%; height: 83%; opacity: 0; transform: scale(.8,.8); transition: all .6s; background: rgba(214,23,24,.5); position: absolute; left: 9%; top: 8.5%; color: #fff; display: flex; justify-content: center; align-items: center; text-align: center;}
.pro_show li h3{ font-size: 24px; font-weight: bold;}
.pro_show li .line{ display: inline-block; width: 0; height: 1px; background: #fff; margin: 50px auto; transition: all .8s;}
.pro_show li .desc{ line-height: 24px;}
.pro_show li:hover .img{ transform: scale(1,1);}
.pro_show li:hover .info{ opacity: 1;transform: scale(1,1);}
.pro_show li:hover .line{ width: 59%;}

.rc_nl{ text-align: center; padding: 100px 0;}
 .rc_nl .line{ display: block; width: 88px; height: 1px; background: #e7d689; margin: 30px auto;}
.zp_choice{ background: url(../images/zw_bg.jpg) no-repeat center; background-size: cover; padding: 150px 0; text-align: center; color: #fff;}
.sx_box{ margin: 0 auto; display: flex; margin-top: 30px; align-items: center; justify-content: center;}
.sx_box .select_box{ display: inline-block; margin-right: 5px; width: 260px; height: 40px;line-height: 40px; background: #fff;  position: relative; z-index: 1;}
.sx_box .select_box:before{ content: ""; display: block; width: 8px; height: 7px; background: url(../images/arr.png) no-repeat center; position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}
.sx_box .select_box select{ width: 100%; height: 100%;padding: 0 10px;}
.sx_box .select_box select option{ height: 40px;}
.sx_box .sx_btn{ display: inline-block; height: 40px; line-height: 40px; width: 72px; background: #e7d689; color: #fff; text-align: center;     cursor: pointer;}

.sideMenu{ background: #f8f8f8;  }
.sideMenu .tit{  padding:20px;box-sizing: border-box; position: relative; background:#ffffff; cursor:pointer; color: #2e2e2e; border-bottom: 1px solid #ededed;}
.sideMenu .tit span{ display: inline-block; width:18%;}
.sideMenu .tit span:nth-child(3){ width: 45%;}
.sideMenu .tit em{ float:right; display:inline-block; width:30px; height:30px; background: url(../images/add.png) no-repeat left center; background-size: 100% 100%;  position: absolute; right: 20px; top: 50%; transform: translateY(-50%);}
.sideMenu .tit.on em{ background: url(../images/jian.png) no-repeat center; background-size: 100% 100%; }
.sideMenu .tit.on{ background:#e7d689; color: #fff; }
.sideMenu ul{ padding:40px 50px; color:#7f7f7f; display:none; line-height: 24px; /* 默认都隐藏 */ background: #ececec; }
.sideMenu .z-container{ width: 1200px;}

.load_more{ display: block; width: 168px; height: 56px; background: #fff; line-height: 56px; text-align: center; margin: 0 auto}

.zw_zp{ background:#ececec; padding-bottom: 90px;}
.zw_zp .load_more{margin-top: 90px;}

/*匠铸品牌*/
.brand_left,.brand_right{ width: 50%; float: left;}
.brand_box1{ height: 780px; background: #fafafa; display: flex; justify-content: center; align-items: center;}
.brand_box .desc_box{ width: 56%;}
.brand_box1 .index_tit{ margin-bottom: 60px;}
.brand_box2{ height: 530px;}
.brand_box2,.brand_box3{ color: #fff; position: relative;}
.brand_box2 .index_desc,.brand_box3 .index_desc{ color: #fff;}
.brand_box2 .index_tit,.brand_box2 .index_tit{ margin-bottom: 20px;}
.brand_box2 .desc_box,.brand_box3 .desc_box{ position: absolute; left: 22%; bottom: 50px;}
.brand_right{ height: 1310px;}

.brand_process{position: relative; background-size: auto 100%;

    background-attachment: fixed;
    
    transform-origin: left center;}
.process_left{  padding: 150px 0; box-sizing: border-box;}
.process_left .index_desc{ color: #fff; margin-top: 20px;}
.process_left,.process_con{ width: 50%; float: left;box-sizing: border-box;}
.process_left{ color: #fff; position: relative;}
.process_left .flex{ width: 56%; margin: 0 auto;}
.process_icon{ width: 78px; height: 78px; background: url(../images/p_icon.png) no-repeat center; background-size: cover; position: absolute; left: 150px; bottom: 150px;}
.process_con{ background: #fff; padding: 150px 100px; box-sizing: border-box; position: relative; padding-bottom: 50px;}
.process_con dl{ position: relative; margin-bottom: 50px; }
.process_con dl:last-child{ margin-bottom: 0;}
.process_con dl .year{ position: absolute; left: -230px; color: #fff; font-size: 18px; font-weight: bold;}
.process_con dd{ position: relative; z-index: 1;}
.process_con dd:before{ content: ""; display: block; width: 26px; height: 1px; background: #e7d689; position: absolute; left: -113px; top: 10px;}
.process_con dd h3{ display: block; font-size: 18px; font-weight: bold;}
.process_con dd{ line-height: 24px;}
.process_con p{ margin-bottom: 20px;}
.more_sb{ position: relative;top: -50px;  left: -220px; width: 22px; height: 53px; background: url(../images/sb2.png) no-repeat center; background-size: cover;animation: sb 1.5s infinite;}

.z_footer{ position: relative;}
.retop{ position: absolute; right: 35px; top: -100px; width: 28px; text-align: center; cursor: pointer;}
.retop img{ display: block; margin: 0 auto;margin-bottom: 10px; }

.jz_home{ margin-top: 60px; background: #fafafa;}
.h_left{ width: 25%; float: left; height: 100%; padding: 100px 50px; box-sizing: border-box; position: relative;}
.h_right{ width: 75%; float: right; height: 100%;}
.h_right .img{ width: 100%; height: 100%;}
.home_nav2{writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/ writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/ }
.home_nav2 li{ margin-right: 10px; cursor: pointer; position: relative; transition: all .6s; z-index: 1;}
.home_nav2 li:before{ content: ""; display: block; width: 1px; height: 0px; background: #e7d689; position: absolute; left: 50%; top: 0;transition: all .6s; }
.home_nav2 li.active{ padding-top: 30px;}
.home_nav2 li.active:before{ height: 24px;}
.h_left .home_tit{ position: absolute; left: 50px; bottom: 100px;}
.h_left .home_tit .index_tit{ margin-bottom: 30px;}
.h_right .tit_bar{ position: absolute; left: 100px; bottom: 80px; color: #fff;transform:translateY(50%);  opacity:0;transition:ease 2s; transition-delay:.2s;}
.h_right .tit_bar h3{ font-size: 48px; font-weight: bold;margin-bottom: 10px;  }
.h_right .tit_bar p{ text-transform: uppercase;}
.h_right .go{ display: block; margin-top: 60px; width: 160px;height: 50px; background: #e7d689;z-index: 1; line-height: 50px; padding: 0 20px; box-sizing: border-box; color: #fff; position: relative;}
.h_right .go:before{ content: ""; display: block; width: 50px; height: 50px; background: url(../images/arr_r.png) no-repeat center;position: absolute; right: 0; top: 0;}

.h_right .swiper-slide-active .tit_bar,.h_right.swiper-slide-duplicate-active .tit_bar{transform:translateY(0);opacity:1;}

.store_box .text_box,.store_box .img_box{ height: 780px; float: left;}
.store_box .text_box{ width: 43%; position: relative;}
.store_box .img_box{ width: 57%;  overflow: hidden;}
.store_box .img_box .img{ width: 100%; height: 100%; transform: scale(1.1,1.1); transition: all .8s;}
.store_box:hover .img_box .img{ transform: scale(1,1);}
.store_box:nth-child(even) .text_box{ float: right;} 
.store_box:nth-child(even) .img_box{ float: left;}
.store_box .text_box .flex{ width: 50%;position: absolute ; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.store_box .index_desc{ margin: 50px 0; height: 264px; overflow: hidden;}
.store_nl{ background: url(../images/store_bg.jpg) no-repeat center; background-size: cover; padding: 110px 0;}
.store_nl .flex{ width: 31%; margin: 0 auto;}
.store_nl .index_tit{ text-align: center; margin-bottom: 50px;}
.store_pic{ width: 66.6%; float: left; height: 820px;} 
.display_fr{ width: 33.4%; float: right; height: 820px; background: #333333; color: #fff; padding: 120px 140px; box-sizing: border-box;position: relative;}
.display_fr .index_desc{ margin: 40px 0;color: #fff; }
.display_fr .btm_part{ position: absolute; left: 140px; bottom: 120px; width: 45%; }
.display_fr .store_tit{ border-bottom:1px solid #e7d689; display: block; width:100%;padding-bottom: 30px; margin-bottom: 30px;}
.display_fr .btn_warp span{ font-size: 40px; cursor: pointer; outline: none; color: #e7d689!important;}

.display_fr .btn_warp .swiper-button-disabled{color: #c4c4c4!important}
.pro_head .index_desc{ margin-top: 30px;}
.map_left,.map_right{ height: 720px;}
.map_left{ width: 33.3%; float: left; position: relative;}
.map_left .flex{ width: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.map_left .index_tit{ margin-bottom: 120px;}
.map_left .store_info{ color: #666666;}
.map_left .store_info h3{ font-size: 18px;color: #494949; }
.map_left .store_info p{ margin-top: 20px;}
.map_left .store_info span{ margin-right: 10px;}
.map_right{ width: 66.7%; float: right;}
.map_right img{ width: 100%; height: 100%;}

.store_nav{ position: fixed; right: 50px; bottom: 0px;z-index: 11; width: 110px; height: 100vh; border-right: 1px solid rgba(255,255,255,.33); z-index: 1;}
.nav_line{  display: block; width: 1px; background: #e7d689; position: absolute; top: 0; right: -1px; z-index: 1; transition: all .6s; }
.nav_line:before{ content:""; display: block; width: 10px; height: 10px; border: 2px solid #e7d689; box-sizing: border-box; position: absolute;border-radius: 50%; left: -4px; bottom: -23px;}
.store_nav.on:before{}
.store_nav ul{ position: absolute; bottom: 230px; left: 0; width: 100px; background: #e7d689;
    text-align: center; padding:20px 0}
.store_nav.on li{ color: #999;}
.store_nav li{ display: block;  color: #fff; transition: all .6s; cursor: pointer;line-height:50px; height: 50px;}
.store_nav li a{ color: #fff;transition: all .4s;}
.store_nav li.active a,.store_nav li:hover a{    font-size: 16px;
    font-weight: bold;}
.contact_map{ position: relative; }
.contact_map img{ width: 100%;}
.map_find{ width: 100%; background: rgba(214,23,24,.85); position: absolute; left: 0; bottom: 0;padding: 50px 100px; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; color: #fff;}
.find_tit{ color: #fff;}
.find_tit h3{ font-size: 24px; font-weight: bold;}
.find_tit p{ text-transform: uppercase;}
.find_bar{ }
.find_bar li{ display: inline-block; width: 300px; margin-left: 40px; line-height: 40px; border-bottom: 1px solid #fff; background: url(../images/arr2.png) no-repeat right center;}
.find_bar li select{ height: 40px; width: 100%;color:#fff;}
.find_bar li select>option{background:#666;}
.find_bar li .text{ width: 80%; color: #fff;}
.find_bar li:last-child{ background: none;}
.find_bar .iconfont{ color: #fff; float: right; cursor: pointer;}
.find_bar li .text::-webkit-input-placeholder{
        color: #fff;
}
.find_bar li .text::-moz-placeholder{  //不知道为何火狐的placeholder的颜色是粉红色，怎么改都不行，希望有大牛路过帮忙指点
        color: #fff;        
}
.find_bar li .text:-ms-input-placeholder{  //由于我的IE刚好是IE9，支持不了placeholder，所以也测试不了(⊙﹏⊙)，有IE10以上的娃可以帮我试试
        color: #fff;        
}
.addre_list li{ width: 25%; line-height: 24px; float: left; padding: 70px 100px; border-bottom: 2px solid #fafafa;border-right: 2px solid #fafafa; box-sizing: border-box; }

.addre_list li h3{ font-size: 18px; margin-bottom: 10px;}
.addre_list li p{ color: #666;}
.addre_list li .iconfont{ color: #666; margin-right: 5px;}

.page_nav{ height: 60px; line-height: 60px; background: #7d7d7d;}
.page_nav a{ color: #fff; margin-right: 40px;font-size: 16px;}
.page_nav a:last-child{margin-right:0;}
.page_nav a.on,.page_nav a:hover{color: #e7d689;}
.news_list { padding: 90px 0;}
.news_list ul{ margin-left: -1.3%;display:flex;display:-webkit-flex;flex-direction:row; -webkit-flex-direction:row;flex-wrap:wrap; -webkit-flex-wrap:wrap;}
.news_list li{ width: 23.7%; float: left; margin-left: 1.3%; overflow: hidden; margin-bottom: 30px;}
.news_list li .img{ width: 100%; height: 275px; overflow: hidden;display: flex;align-items: center;}
.news_list li img{ width: 100%; height: auto; min-height: 100%;transition: all .6s; vertical-align: bottom;}
.news_list li:hover img{ transform: scale(1.1,1.1);}
.news_list li .desc{ padding: 40px 0px; box-sizing: border-box;}
.news_list .info{ background: #fff; padding: 0 30px;}
/* .news_list li:first-child{ width: 48.7%; height: 570px; position: relative;}
.news_list li:first-child .desc{ padding:0; height:auto} */
.news_list .time_bar{ line-height: 74px; border-top: 1px solid #dddddd; box-sizing: border-box; color: #939393; position: relative; z-index: 1; }
.news_list .time_bar:before{ content: ""; display:block; width: 0; height: 1px; background:#e7d689; position: absolute; left: -10%; top: -1px;transition: all .6s;}
.news_list li:hover .time_bar:before{ width: 120%;}
/* .news_list li:first-child .img{ width: 100%; height: 100%!important; transition: all .6s;}
.news_list li:first-child .info{ width: 39%; background: #e7d689; position: absolute; transition: all .6s; right: 30px;bottom: 30px; color: #fff; padding: 40px; box-sizing: border-box;}
.news_list li:first-child:hover .info{transform: translate(-50%,-50%);} */
.news_list li .info h3{ line-height: 36px; height: 36px; overflow: hidden;  font-size: 18px;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;} 
.news_list .iconfont{ margin-right: 10px;}
.news_page{ background: #FAFAFA;}
.news_list .load_more{ margin-top: 60px;}
/* .news_list li:first-child .time_bar{ color:#fff;border-top:none;line-height:normal}
.news_list li:first-child .fr{ display:none} */
.news_top{ background: #333; color: #fff; padding: 50px 0; margin-top: 60px;}
.news_top h3{ font-size: 36px; font-weight: bold;}
.news_top p{ text-transform: uppercase;}
/*新闻详情*/
.industry_about,.xq_page{ background: #f8f8f8; padding: 70px 0;}
.xq_page .z-container2{width: 79%; margin: 0 auto; padding: 80px 8%; box-sizing: border-box; background: #fff;}
.pages_bar{ display: flex; justify-content: space-between;margin-top: 60px; }
.pages_bar a{ display: block; width: 30%; border: 1px solid #c9c9c9;transition: all .4s; box-sizing: border-box; text-align: center; height: 50px; line-height: 50px;}
.pages_bar a:hover{background: #c5a95e; color: #fff;}
.news_tit{ border-bottom:1px solid #c9c9c9;}
.news_tit h3{ font-size: 24px;}
.news_tit p{ margin: 20px 0; line-height: 20px;}
.news_tit p span{ display: inline-block; margin: 0 10px; color: #666;}
.news_tit .time{ background: url(../images/time.png) no-repeat left center; padding-left: 30px; height: 20px;}
.news_con{ padding: 40px 0; color: #666; line-height: 24px; min-height: 400px; border-bottom:1px solid #c9c9c9;}
.news_con img{ max-width: 100%!important;}
.pages_bar2 a{ width: 120px;}
.pages_bar2 a:nth-child(2){ border: none;}







/* 表单 */
.c-clear { zoom: 1; }
.c-clear:after { content:''; display: block; clear: both; }
.c-fl { float: left; }
.c-fr { float: right; }
#c-contact {
  padding: 80px 0 140px;
  background: #fff;
}
#c-contact *{box-sizing: border-box;}
#c-contact .c-list-box {
  background: #fff;
  box-shadow: 0 1px 50px rgba(0,0,0,.1);
}
#c-contact .c-list1 li{
  float: left;
  position: relative;
  width: 50%;
  height: 90px;
  font-size: 30px;
  line-height: 90px;
  text-align: center;
  color: #333;
  background: #ddd;
  cursor: pointer;
}
#c-contact .c-list1 li:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
}
#c-contact .c-list1 li.active {
  color: #fff;
  background: #bb1c14;
}
#c-contact .c-list1 li.active:before {
  border-top: 10px solid #bb1c14;
}
#c-contact .c-list2 li{
  display: none;
  padding: 0 40px 70px;
}
#c-contact .c-list2 li.active {
  display: block;
}
#c-contact .c-list2 .c-title {
  padding: 50px 0;
  font-size: 24px;
  line-height: 34px;
  color: #191919;
}

#c-contact .c-list2 input {
  width: 100%;
  height: 60px;
  background: #f6f6f6;
  font-size: 16px;
  color: #666;
  padding: 0 20px;
  margin-bottom: 16px;
}
#c-contact .c-list2 textarea {
  width: 100%;
  padding: 17px 20px;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  border: 0;
  background: #f6f6f6;
  height: 225px;
  margin-bottom: 16px;
}
#c-contact .c-list2 .c-item2 input {
  float: left;
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
}
#c-contact .c-list2 .c-item2 select {
  border: 0;
  float: right;
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  height: 60px;
  background: #f6f6f6;
  font-size: 16px;
  color: #666;
  padding: 0 20px;
  margin-bottom: 16px;
}
#c-contact .c-list2 .c-item2 input:last-child {
  float: right;
}
#c-contact .c-list2 button {
  display: block;
  margin: 34px auto 0;
  width: 190px;
  height: 60px;
  font-size: 18px;
  color: #fff;
  background: #bb1c14;
  border: none;
}
/* 信息 */
#c-contact2 {
  padding: 80px 0;
  background: #fff;
}
#c-contact2 *{
  box-sizing: border-box;
}
#c-contact2 .c-list1 {
  padding-bottom: 50px;
  text-align: center;
}
#c-contact2 .c-list1 li {
  margin: 0 50px;
  display: inline-block;
  font-size: 48px;
  line-height: 1.1em;
  color: #666;
  cursor: pointer;
}
#c-contact2 .c-list1 li.active {
  color: #bb1c14;
}
#c-contact2 .c-list2 {
  position: relative;
}
#c-contact2 .c-list2>li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #f5f5f5;
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  opacity: 1;
  margin-bottom: 50px;
}
#c-contact2 .c-list2>li.active{
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  opacity: 1;
}
#c-contact2 .c-list2 .c-left-box {
  width: 40%;
  padding: 50px 0 50px 2rem;
}
#c-contact2 .c-list2 .c-right-box {
  position: relative;
  width: 60%;
  height: 380px;
}
#c-contact2 .c-list2 .c-right-box .c-map{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
#c-contact2 .c-list2 .c-left-box .c-link{
  float: left;
  width: 39.4%;
}
#c-contact2 .c-list2 .c-left-box .c-link p {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  color: #999;
  cursor: pointer;
}
#c-contact2 .c-list2 .c-left-box .c-link p:last-child {
  margin-bottom: 0;
}
#c-contact2 .c-list2 .c-left-box .c-link p.active {
  color: #bb1c14;
}
#c-contact2 .c-list2 .c-left-box .c-text-box {
  float: left;
  padding-right: 50px;
  width: 100%;
}
#c-contact2 .c-list2 .c-left-box .c-text-box .c-item {
  display: none;
}
#c-contact2 .c-list2 .c-left-box .c-text-box .c-item.active {
  display: block;
}
#c-contact2 .c-list2 .c-left-box .c-text-box .c-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 34px;
  color: #333;
}
#c-contact2 .c-list2 .c-left-box .c-text-box .c-text{
  padding: 35px 0 20px;
  line-height: 26px;
  color: #666;
}
#c-contact2 .c-list2 .c-left-box .c-text-box .c-text p {
  margin-bottom: 15px;
}
#c-contact2 .c-list2 .c-left-box .c-text-box .c-btn {
  display: block;
  width: 190px;
  height: 60px;
  text-align: center;
  line-height: 58px;
  border: 1px solid #ddd;
  color: #333;
  transition: .5s;
}
#c-contact2 .c-list2 .c-left-box .c-text-box .c-btn:hover {
  border-color: #fff;
  background: #bb1c14;
  color: #fff;
}
#c-contact2 .c-list2 .c-left-box .c-text-box .c-btn .c-img-box{
  margin-right: 20px;
  vertical-align: middle;
  display: inline-block;
  width: 18px;
  height: 18px;
}

#c-contact2 .c-list2 .c-left-box .c-text-box .c-btn .c-img-box img {
  width: 100%;    vertical-align: top;
}
#c-contact2 .c-list2 .c-left-box .c-text-box .c-btn .c-img-box img:last-child,
#c-contact2 .c-list2 .c-left-box .c-text-box .c-btn:hover .c-img-box img:first-child {
  display: none;
}
#c-contact2 .c-list2 .c-left-box .c-text-box .c-btn:hover .c-img-box img:last-child {
  display: inline-block;
}
/* 地图 */
.c-map {
  opacity: 0;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 1!important;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  opacity: 1;
  position: relative!important;
  z-index: 2!important;
}
.c-map.active{
  opacity: 1;
  position: relative!important;
  z-index: 2!important;
}
.c-map .map-title {
  font-size: 16px;
  font-weight: bold;
  color: #bb1c14;
}
.c-map .map-content {
  font-size: 14px;
  color: #333;
}
.c-map .anchorBL{
  display:none;
}

@media screen and (max-width: 1599px) {
  #c-contact2 .c-list2 .c-left-box {
    padding: 50px 1rem;
  }
  #c-contact2 .c-list2 .c-left-box .c-text-box {
    padding: 0 25px;
  }
  .other_banner{height: 350px;}
  .other_banner h3{font-size:40px;}
}
@media screen and (max-width: 1279px){
  #c-contact2 .c-list2 .c-left-box,#c-contact2 .c-list2 .c-right-box {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  #c-contact2 .c-list2 .c-left-box {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 767px) {

  #c-contact2 .c-list2 .c-left-box .c-text-box .c-text p {
    margin-bottom: 5px;
  }
  #c-contact2 .c-list2 .c-left-box .c-text-box .c-text {
    padding: 15px 0 10px;
    line-height: 24px;
  }
  #c-contact2 .c-list2 .c-left-box .c-text-box .c-btn {
    width: 100px;
    height: 40px;
    line-height: 40px;
  }
  #c-contact2 .c-list2 .c-left-box .c-text-box .c-btn .c-img-box {
    margin-right: 5px;
    width: 12px;
    height: 12px;
  }
  #c-contact2 .c-list2 .c-left-box .c-link p {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 26px;
  }
  #c-contact2 .c-list2 .c-left-box {
    padding: 20px;
  }
  #c-contact2 .c-list1{
    padding-bottom: 20px;
  }
  #c-contact{
    padding: 0 0 40px;
  }
  #c-contact .c-list2 textarea {
    font-size: 14px;
    line-height: 24px;
  }
  #c-contact2 .c-list2 .c-left-box .c-text-box .c-title {
    font-size: 16px;
    line-height: 26px;
  }
  #c-contact2 .c-list2 .c-left-box .c-text-box .c-text p {
    margin-bottom: 5px;
  }
  #c-contact2 .c-list2 .c-left-box .c-text-box .c-text {
    padding: 15px 0 10px;
    line-height: 24px;
  }
  #c-contact2 .c-list2 .c-left-box .c-text-box .c-btn {
    width: 100px;
    height: 40px;
    line-height: 40px;
  }
  #c-contact2 .c-list2 .c-left-box .c-text-box .c-btn .c-img-box {
    margin-right: 5px;
    width: 12px;
    height: 12px;
  }
  #c-contact2 .c-list2 .c-left-box .c-link p {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 26px;
  }
  #c-contact2 .c-list2 .c-left-box {
    padding: 20px;
  }
  #c-contact .c-list1 li {
    height: 50px;
    font-size: 20px;
    line-height: 50px;
  }
  #c-contact .c-list2 li {
    padding: 0 20px 20px;
  }
  #c-contact .c-list2 .c-title {
    padding: 15px 0;
    font-size: 18px;
    line-height: 28px;
  }
  #c-contact .c-list2 input,#c-contact .c-list2 .c-item2 select {
    width: 100% !important;
    height: 50px;
    font-size: 14px;
    padding: 0 20px;
  }
  #c-contact .c-list2 button {
    margin: 0 auto;
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
}


.video-box{
  position: relative;
  overflow: hidden;
  width: 100%;
  margin:2% auto;
}
.video-box video{
  object-fit:fill;
}
.video-box .play{
  width: 67px;
    height: 67px;
    position: absolute;
    z-index: 3;
    background: url(../images/play.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.video-box .zz{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.honor_page .news_list .info{
  padding: 0 20px;
  transition:all .6s;
}
.honor_page .news_list li .desc{
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.honor_page .news_list li .info h3{
  font-size: 16px;
  line-height: 26px;
  height: auto;
  text-overflow: initial;
  white-space: initial;
  text-align: center;
}
.honor_page .viewbox-header{
  font-size: 16px;
}
.honor_page .news_list li:hover .info{
  background: #c5a95e;
  color: #fff;
}



.dingzhi_page{
  padding:80px 0;
}
.dingzhi_page .dignzhibox{
  margin-bottom: 40px;
  padding: 60px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: -webkit-linear-gradient(left,#fff 25%,#f7f7f7 25%);
  background: linear-gradient(to right,#fff 25%,#f7f7f7 25%);
}
.dingzhi_page .dignzhibox .c-img-box {
  width: 40%;
  height: 400px;
  overflow: hidden;
}
.dingzhi_page .dignzhibox .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dingzhi_page .dignzhibox .c-text-box {
  padding: 0 80px;
  width: 60%;
  box-sizing: border-box;
}
.dingzhi_page .dignzhibox .c-text-box .c-title {
  margin-bottom: 30px;
  font-size: 1.6vw;
  line-height: 1.6;
  color: #191919;
  transition: .5s;
}
.dingzhi_page .dignzhibox .c-text-box .text{
  margin-top: 5%;
  padding-top: 6%;
  border-top: 1px solid #ddd;
}
.dingzhi_page .dignzhibox .c-text-box .text h3{
  color: #c5a95e;
  font-size: 20px;
  margin-bottom: 20px;
}
.dingzhi_page .dignzhibox .c-text-box .text p{
  font-size: 16px;
  line-height: 2;
  color: #666;
}




.pro_page .news_list li{
  width: 32%;
  margin-right: 2%;
  margin-left: 0;
}
.pro_page .news_list li .img{
  height: 340px;
}
.pro_page .news_list li:nth-child(3n){margin-right: 0;}
/*product-detail*/
.product-detail{padding:80px 0;}
.product-detail .TL { position: relative; width: 60%; z-index: 0; }
.product-detail .TLL { padding: 30px 0; position: absolute; width: 16.5%; height: 100%; overflow: hidden; z-index: 0;     box-sizing: border-box;}
.product-detail .TLR { width: 81%; margin-left: auto; height: 25vw; background: #f5f5f5; text-align: center; }
.product-detail .TLR i { display: block; width: 100%; height: 100%; overflow: hidden;}
.product-detail .TLR img, #product-detail img { width: 100%; min-height: 100%; transition: 0.5s ease 0s; }
#product-detail { height: 100%; }
#product-detail li { cursor: pointer; outline: none; text-align: center; height: 4.8vw; background: #eeefef; margin-top: 10px; overflow: hidden; position: relative; z-index: 0; }
#product-detail li:after { transition: 0.3s ease 0s; content: ''; box-sizing: border-box; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 2px solid transparent; }
#product-detail li.on:after { border-color: #c5a95e; }
#product-detail li:first-child { margin-top: 0; }
.product-detail .TLL>a.top { top: 0; }
.product-detail .TLL>a { opacity: 0.8; transition: 0.3s ease 0s; text-align: center; position: absolute; width: 100%; height: 20px; background: #c5a95e; left: 0; z-index: 0; line-height: 20px; font-size: 0; }
.product-detail .TLL>a.bottom { bottom: 0; }
.product-detail .TLL>a:before, .product-detail .TLL>a:after { content: ''; width: 12px; height: 2px; background: #fff; display: inline-block; vertical-align: top; }
.product-detail .TLL>a.top:before, .product-detail .TLL>a.top:after { margin-top: 4px; }
.product-detail .TLL>a.bottom:before, .product-detail .TLL>a.bottom:after { margin-top: 12px; }
.product-detail .TLL>a:before { transform-origin: right; margin-left: -1px; }
.product-detail .TLL>a:after { transform-origin: left; }
.product-detail .TLL>a.top:before, .product-detail .TLL>a.bottom:after { transform: rotateZ(-45deg); }
.product-detail .TLL>a.top:after, .product-detail .TLL>a.bottom:before { transform: rotateZ(45deg); }
.product-detail .TLL>a[class*="disabled"] { background: #666; }
.product-detail .TR { z-index: 0; width: 35%; position: absolute;overflow: hidden; right: 0; top: 6%; }
.product-detail .TR h3 { font-size: 1.6vw;     line-height: 1.6;font-weight: normal; color: #333; }
.product-detail .TR strong { font-size: 18px; color: #666; }
.product-detail .TR p { margin-top: 2.5%; font-size: 14px; line-height: 1.7; color: #666; }
.product-detail .TR .text { height: calc(95% - 1.6vw); margin-top: 5%; padding-top: 9%; border-top: 1px solid #ddd; position: relative; z-index: 0; }
.product-detail .TR .text>div { height: 100%; width: 100%; }
.product-detail .TR .text>div .swiper-slide { height: auto; }
.product-detail .TR .text>div .swiper-scrollbar { width: 8px; display: none; }
.product-detail .TR img { max-width: 100%; margin-top: 5%; }
.product-detail .B { margin-top: 7%; }
.product-detail .BT { border-left: 1px solid #ddd; border-right: 1px solid #ddd; }
.product-detail .BB { border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; border-right: 1px solid #ddd; overflow: hidden;padding: 3%;}
.product-detail .BB img { max-width: 100%; margin: 3% auto 0; }
.product-detail .BB li:first-child { display: block; }
.product-detail .BT li { width: 12.5%; display: inline-block; vertical-align: top; }
.product-detail .BT ul { background: #f5f5f5; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.product-detail .BT li a { transition: 0.3s ease 0s; display: block; font-size: 18px; color: #333; text-align: center; padding: 15% 0; border-right: 1px solid #ddd; position: relative; z-index: 0; }
.product-detail .BT li a:before { content: ''; position: absolute; width: 100%; top: -1px; height: 0; background: #c5a95e; left: 0; opacity: 0; }
.product-detail .BT li a:after { content: ''; position: absolute; width: 100%; height: 0; background: #fff; bottom: -1px; left: 0; opacity: 0; }
.product-detail .BT li a.on { background: #fff; color: #c5a95e; }
.product-detail .BT li a.on:before { height: 4px; opacity: 1; }
.product-detail .BT li a.on:after { height: 1px; opacity: 1; }
.product-detail .BB li { padding: 3%; }
.product-detail .BB li p { font-size: 16px; color: #666; line-height: 1.5; }
.product-detail .T { position: relative; z-index: 0; }
@media screen and (max-width: 720px ) {
.product-detail .TLR { height: 55vw; }
.product-detail .TL { width: 100%; }
#product-detail li { height: 10.5vw; }
.product-detail .TR { width: 100%; height: auto; top: 0; position: static; margin-top: 5%; }
.product-detail .TR .text { height: auto; margin-top: 3%; padding-top: 5%; }
.product-detail .BT li { width: 25%; }
.page-title { margin-bottom: 5vw; padding-bottom: 6vw; }
.ResTitle_a2 em { font-size: 5.6vw; }
.ResTitle_a2 span, .product-detail .TR h3, .VideoDisplay_a1 h2 { font-size: 5vw; }

}








.zs_box{ padding: 160px 0; box-sizing: border-box;}
.zs_box .zs_warp{ width: 28%;}
.zs_box .index_desc{  height: 120px; overflow: hidden;}
.zs_box1 .zs_warp{ float: right; color: #fff;}
.zs_box1 .zs_tit{ margin: 40px 0; font-size: 18px;}
.zs_box1 .index_desc{ color: #Fff;}
.zs_tit h3{ color: #e7d689;}
.zs_box .more{ display: block; width: 158px; margin-top: 100px; height: 54px; background: #e7d689; color: #fff; line-height: 54px; text-align: center;}
.zs_box .more img{ vertical-align: middle; margin-left: 20px; }
.zs_box2 .index_desc{ margin-top: 40px;}
.ques_box{ font-size: 16px; border-bottom: 2px solid #fafafa;}
.ask_bar{ padding: 40px 0; color: #999999; background: url(../images/add2.png) no-repeat right center; padding-right: 60px; box-sizing: content-box; cursor: pointer;}
.ques_box .cir{ display: inline-block; width: 48px; height: 48px; background: #e6e6e6; text-align: center; line-height: 48px; border-radius: 50%; font-size: 16px; margin-right: 32px;}
.answer_bar .cir{ background: #e7d689; color: #fff;flex-shrink: 0;}
.answer_bar{ display:flex; line-height: 40px; padding-bottom: 60px; display: none;}
.ques_box.on{ background: #fafafa;}

.ask_bar.on{ background: url(../images/jian2.png) no-repeat right center; }
.btns{ position: absolute; left: 0; top: 50%; width: 100%; transform: translateY(-50%); z-index: 9; padding:0 10px; box-sizing:border-box }

.btns .next{float: right;}
.btns span{ display: inline-block;cursor:pointer; width: 50px;border-radius:50%;  height: 50px; transition: all .4s; text-align: center; line-height: 50px; color: #fff;}
.btns span:hover{background: #B40822;}
.btns .iconfont{ font-size: 24px; color: #fff;}
@media screen and (max-width: 1500px){
    .pro_page .news_list li .img{height: 260px;}
    .index_brand .text_box .flex{width:72%;}
    .z-container{width:90%;}
    .gy_nav{right:5%;}
    .gy_lb .small_desc{width:50%;    padding: 60px 0 0 90px;}
}
@media screen and (max-width: 1400px) {
.banner .banner_text,.banner_logo{ bottom: 40px;}
.banner h3{ font-size: 36px; line-height: 40px;}
.banner p{ margin-top: 15px;}
.banner_logo{ right: 50px;}
.banner_logo em{ font-size: 36px;}
.swiper-pagination{ bottom: 150px;}
.slide_box{ padding: 20px 30px; }
.slide_tit{ padding-bottom: 20px; margin-bottom: 20px;}
.slide_tit h3{ font-size: 24px;}
.slide_nav li{ margin-bottom: 2.5vh;}
.header_btn{ width: 100px;}
.sou_btn{ margin-right: 100px;}
.index_brand .text_box,.index_brand .img_box{ height: 580px;}
.index_brand .index_desc{ height: 240px; margin-bottom: 50px;}
.index_video{ height: 500px;}
.gy_lb .big_img{ height: 308px;}
.gy_lb .small_img{ width: 288px; height: 276px;}
.gy_lb .small_desc{ padding: 30px; margin-top: 50px;}
.gy_lb .small_desc .index_desc{ margin: 20px 0;}
.gy_nav{ top: 336px;}
.gy_lb .gy_info{top: -50px;margin-top: 0;color: #333;}
.home_head{ padding: 60px 0;align-items: start;}
.gy_nav li span, .home_nav li span{font-size: 16px;}
.big_img,.small_box{ height: 510px;}
.big_img .text_box{ height: 300px; margin-top: -150px; padding: 40px; left: 48%;}
.big_img .desc{ height: 100px;}
.index_news li{ height: 420px;}
.news_head{ padding: 45px 0;}
.other_banner .sb{ bottom: 44px;}
.other_banner .banner_tit{ bottom: 40px;}
.gy_desc .img_box, .gy_desc .text_box{ height: 480px;}
.gy_desc .flex{ width: 80%;}
.gy_worker{ padding: 80px 0;}
.gy_worker .img_box,.gy_worker .text_box{ height: 370px;}
.gy_worker .text_box{ padding: 50px 0;}
.gy_worker .flex{ width: 87%;}
.pro_head{ padding: 50px 0;}
.pro_show li{ height: 424px;}
.brand_box1{ height: 580px;}
.brand_box .desc_box{ width: 86%;}
.brand_box2{ height: 330px;}
.brand_right{ height: 910px;}
.h_left{ padding: 50px;}
.h_left .home_tit{ bottom: 50px;}
.h_right .tit_bar h3{ font-size: 40px;}
.h_right .tit_bar{ bottom: 50px;}
.store_box .text_box .flex{ width: 70%;}
.store_box .text_box, .store_box .img_box{ height: 580px;}
.store_box .index_desc{ height: 216px;}
.store_nl{ padding: 60px 0;}
.store_nl .flex{ width: 50%;}
.display_fr .btm_part{ left: 70px; bottom: 60px;}
.display_fr{ padding: 80px 70px; height: 620px;}
.store_pic{ height: 620px;}
.map_left, .map_right{ height: 520px;}
.find_bar li{ width: 200px;}
.addre_list li{ padding: 50px;}
.map_find{ padding: 50px;}
/* .news_list li:first-child{ height: 495px;} */
.news_list li .img{ height: 200px;}
.pro_page .news_list li .img{height:250px;}
/* .news_list li:first-child .info{ padding: 20px;} */
.zs_box .zs_warp{ width: 40%;}
.zs_box{ padding: 80px 0;}
.zs_box .more{margin-top: 50px;}
.gy_desc .desc{ margin-top: 30px;}
.store_nav{ right: 20px; width: 80px;}
.foot_nav dl:first-child{ margin-left: 0;}
}
@media screen and (max-width: 1024px) {
.z_header{ height: 60px; line-height: 60px; border-bottom: 1px solid #dedede;background: #fff;}
.z_header .logo{ margin-left: 10px; line-height: 60px;width: 166px;}
.z_header .logo img{ max-height: 50px;}
.header_btn{ line-height: 60px;margin-top: 0;}
.nav_btn{color:#333;}
.mobile_btn span{background:#333;}
.loadr .t_c{text-align:center;}
.loadr .dddd{width:80%;}
.loadr .loadingbar{left:0;margin-left:0;}
.header_nav { width: 100%; display: none;}
.sou_btn{ display: inline-block; margin: 0; float: none; border-left: none;}
.search_box{ width: 140px; display: inline-block;float: none}
.search_warp{ text-align: center; width: 100%; display: none;}
.search_box .text{ line-height: 49px;}
.index_desc{font-size:14px;line-height: 24px;}
.slide_box{ width: 60%; height: 100%; position: fixed; right: 0; top: 60px;padding: 0px 0;}
.slide_tit{ display: none;}
.slide_nav li{ margin-bottom: 0;}
.slide_nav li>a{ display: block; width: 100%;position: relative; line-height: 50px; border-bottom: 1px solid #dedede; padding: 0 10px; box-sizing: border-box;} 
.slide_nav .nav_down{ display: none;border-bottom: 1px solid #dedede;}
.slide_nav .nav_down a{ display: block; line-height: 35px;padding: 0 10px; box-sizing: border-box;}
.slide_nav li>a.on:before{content: "+"; display: block; height: 100%;position: absolute; right: 10px; top: 0;}
.slide_nav .nav_down a:before{ display: none;}
.banner{ display: none;}
.mobile_banner{ margin-top: 60px;}
.mobile_banner img{ width: 100%; vertical-align: bottom;}
.mobile_banner .swiper-pagination{ position: absolute; right: 10px; top: 50%; transform: translateY(-50%); bottom: auto;}
.swiper-pagination span{ margin: 10px auto;}
.swiper-pagination span:before{ display: none;}
.mobile_banner{ display: block;}
.store_nav{ display: none;}

}
@media screen and (max-width: 780px) {
.gy_lb .small_desc h3{ font-size:16px}
.gy_lb .small_desc .index_desc{font-size:13px;}
.index_brand .text_box, .index_brand .img_box{ width: 100%; height: auto;}
.index_brand .text_box .flex{ width: 94%; padding: 30px 0;}
.index_tit h3 .icon, .play_bar h3 .icon{width:20px;height:20px;}
.index_tit h3{ font-size: 18px; margin-bottom: 6px;}
.index_tit p{font-size: 12px;}
.play_bar h2{ font-size: 18px; }
.index_brand .index_desc{ height: auto; margin: 20px 0;}
.index_brand .img_box{ height: 300px;}
.index_brand .img_tit{ right: 20px; top: 20px; line-height: 24px; font-size: 18px;}
.index_video{ background-attachment: inherit; height: 240px;}
.play_bar h3{ font-size: 18px;}
.play_bar span{ padding: 10px 0;}
.gy_lb .big_img{ height: 208px;}
.gy_lb .small_img{ width: 120px; height: 120px;}
/*.gy_lb .gy_info{ top: -120px;}*/
.z-container{ width: 94%;}
.gy_lb .small_desc{ width: 100%; margin: 0; padding: 15px 0;}
.gy_nav{ top: auto; right:auto; position: relative; left: 50%; transform: translateX(-50%);writing-mode:vertical-lr;}
.gy_tit{ padding: 30px 0;}
.gy_tit .index_tit{ margin-bottom: 10px;}
.gy_lb{ height:auto; overflow: hidden;}
.gy_lb .swiper-container{overflow: inherit;}
/*.gy_nav li span{ color: #e7d689;}*/
.gy_nav li{ margin-left: 0;}
.z_footer .z-container{display:none;}
.z_footer .bottom{line-height:22px;position: relative;}
.z_footer .bottom p,.z_footer .bottom a{font-size:12px;}
.home_head{ display: block; text-align: center;}
.home_find{ width: 80%; margin: 20px auto; text-align: left; line-height: 30px;}
.home_find .text{line-height: 30px;}
.home_nav{margin: 0 auto; writing-mode:vertical-lr;}
.home_head{padding: 30px 0;}
.home_head .index_tit{margin-bottom: 20px;}
.page_nav a{font-size:14px;margin-right: 15px;}
.product-detail .TR strong{font-size:14px;}
.product-detail .TR p{margin-top: 0;}
#c-contact2 .c-list2 .c-left-box .c-text-box{padding:0;}
.c-map .map-content{font-size:12px;}
.dingzhi_page .dignzhibox .c-img-box,.dingzhi_page .dignzhibox .c-text-box{width:100%;}
.dingzhi_page .dignzhibox .c-img-box{    height: 180px;}
.dingzhi_page .dignzhibox{padding:0;background: #f7f7f7;}
.dingzhi_page .dignzhibox .c-text-box{padding:40px 10px;}
.dingzhi_page .dignzhibox .c-text-box .text h3{    font-size: 18px;line-height: 30px;}
.dingzhi_page .dignzhibox .c-text-box .text p{    font-size: 14px;    line-height: 1.8;}
.dingzhi_page .dignzhibox .c-text-box .c-title{font-size:16px;    margin-bottom: 0px;}
.dingzhi_page .z-container2{    padding: 20px 10px;width: 100%;box-sizing: border-box; }
.dingzhi_page{padding:50px 0;}
.big_img .img_warp{ width: 100%;height: 250px;}
.big_img, .small_box{ height: auto;}
.big_img .text_box{ width: 100%;  left:auto; right: 0; top: auto; bottom: 0; height: auto; margin-top: 0px; padding: 10px; padding-right: 10px;    position: relative;    background: rgb(255 255 255 / 50%);    padding: 20px 10px;}
.big_img .desc span{font-size: 14px!important;}
.big_img h3{ font-size: 16px;}
.small_nav{ display: none;}
.big_img .desc{ height:24px; margin: 10px 0;}
.index_news li .info p{display:none;}
.index_news li h3{font-size:16px;height:36px;}
.index_news li span{font-size: 14px;margin: 40px 0 0px;}
.index_news .hot_news:hover .text p{height:38px;    line-height: 20px;}
.more_btn{ padding: 0 10px; line-height: 35px;}
.news_head{ padding: 30px 0;}
.index_news{ margin: 0;}
.index_news li{ width: 100%; margin: 0; margin-bottom: 10px; height: 180px;}
.index_news li:hover .info{ padding-top: 0;}
.index_news .hot_news{ width: 100%;}
.index_news li .info,.index_news li .more{ padding: 0 20px;}
.z_footer{ padding: 10px;}
.foot_link{ padding: 14px 0;}
.foot_nav{ display: none;}
.foot_addre{ float: left; width: 100%; margin-top: 20px;}
.foot_left{ display:block; justify-content: space-between;}
.foot_code{ flex-shrink: 0; height: auto; background:none; width: 80px;}
.foot_addre .online{ position: relative; left: auto; top: auto; margin-top: 15px;}
.foot_btm{ padding: 15px 0;}
.pgy_box .text{ margin: 10px 0; line-height: 20px; height: 40px;}
.pgy_box .index_tit h3{ font-size: 16px;}
.pgy_box .index_tit p{ font-size: 12px;}
.pgy_box .desc_box{ right: 15px; width: 53%;}
.pgy_box:nth-child(even) .desc_box{ left: 15px;}
.pro_gy{ margin-top: 60px;}
.other_banner{ margin-top: 60px; height: 260px;}
.other_banner .img{ background-attachment: inherit;background-size: cover;}
.other_banner h3{ font-size: 18px;}
.other_banner .sb{ display: none;}
.other_banner .banner_tit{ bottom: 20px;}
.gy_desc .img_box, .gy_desc .text_box{ width: 100%; height: auto;}
.gy_desc .img_box{ height: 240px;}
.gy_desc .flex{ width: 100%; padding: 20px 10px; box-sizing: border-box;}
.gy_desc .desc{ margin-top: 15px;}
.gy_worker .img_box, .gy_worker .text_box{ width: 100%; height: auto;}
.gy_worker .img_box{ height: 240px;}
.gy_worker .z-container{ width: 100%;}
.gy_worker .swiper-container{ width: 76%;}
.gy_worker .text_box{ padding: 15px 0;}
.gy_worker .index_tit{ margin-bottom: 15px;}
.btn_group span{ width: 35px; height: 35px; line-height: 35px;}
.gy_worker{ padding: 20px 0;} 
.pro_show li{ width: 100%; height: 300px;}
.pro_show li .info{ opacity: 1; transform: scale(1,1);}
.pro_show li h3{ font-size: 16px;}
.pro_show li .line{ width: 59%; margin: 10px auto; margin-top: 20px;}
.rc_nl{padding: 30px 0;} 
.rc_nl .line{ margin: 15px auto;}
.zp_choice{ padding: 30px 0;}
.sideMenu .z-container{ width: 100%;}
.sideMenu .tit span{ display: none;}
.sideMenu .tit span:first-child{ display: inline-block; width: 100%;}
.sideMenu .tit{ }
/*.sideMenu .tit em{ margin-top: 10px;}*/
.sideMenu ul{ padding: 20px 10px;}
.zw_zp{ padding-bottom: 30px;}
.zw_zp .load_more{ margin-top: 30px;}
.load_more{ width: 128px; height: 46px; line-height: 46px;}
.brand_left, .brand_right{ width: 100%;}
.brand_box .desc_box{ width: 94%; padding: 20px 0;}
.brand_box1 .index_tit{ margin-bottom: 20px;}
.brand_box{ height: auto;}
.brand_box2{ height: 300px; position:relative;z-index:1}
.brand_box2:before{ content:"";display:block; width:100%; height:100%; background:rgba(0,0,0,.4); position:absolute; left:0; top:0}
.brand_box2 .desc_box, .brand_box3 .desc_box{ position: absolute; left: 0; bottom: 10px; width: 100%; padding: 0 10px;box-sizing: border-box;}
.process_left, .process_con{ width: 100%;}
.process_left{ height: auto!important; padding: 20px 0; }
.process_left .process_icon{ display: none;}
.process_left .flex{ width: 94%;} 
.process_con{ padding: 20px 10px;}
.process_con dl .year{ left: 0; color: #e7d689;}
.process_con dd{ padding-left: 22%; box-sizing: border-box;}
.process_con dd:before{ width: 15px; left: 13%;}
.retop{ right: 10px; z-index: 1000;}
.h_left,.h_right{ width: 100%;}
.h_right{ height: 300px;}
.h_right .tit_bar h3{ font-size: 16px;}
.h_right .go{ margin-top: 10px;}
.h_right .tit_bar{ left: 20px; bottom: 20px;}
.h_left{ padding: 10px;}
.h_left .home_tit{ position: relative;left: auto; bottom: auto; text-align: center;}
.home_nav2 li{ min-height: 150px; box-sizing: border-box;}
.other_banner .dot, .h_right .tit_bar .dot{ width: 8px; height: 8px;}
.store_box .index_desc{ height: 96px; margin: 15px 0;}
.store_box .text_box .flex{ width: 94%;}
.store_box .text_box, .store_box .img_box{ height: 268px;}
.store_nl .flex{ width: 94%;}
.store_nl{padding: 30px 0;}
.store_nl .index_tit{ margin-bottom: 30px;}
.store_pic{ width: 100%; height: 320px;}
.display_fr{ width: 100%; display: flex; align-items: center; justify-content: space-between;}
.display_fr .index_desc{ display: none;}
.display_fr{ padding: 10px; height: auto;}
.display_fr .btm_part{ position: relative; left: auto; bottom: auto;}
.display_fr .store_tit{ padding-bottom: 10px; margin-bottom: 10px;}
.display_fr .btn_warp span{ font-size: 30px;}
.map_left, .map_right{ height: auto; width: 100%;}
.map_left .flex{ position: relative; left: auto; top: auto; transform: translate(0,0); width: 100%;}
.map_left{ padding: 20px; box-sizing: border-box;}
.map_left .index_tit{ text-align: center; margin-bottom: 20px;}
.map_find{ position: relative; left: auto; bottom: auto;}
.find_tit h3{ font-size: 16px;}
.map_find{ padding: 20px 10px;} 
.find_bar{ margin-left: auto; width: 200px;}
.find_bar li{ margin: 0;}
.addre_list li{ width: 100%; padding: 20px; border-right: none;}
.news_list li{ width: 100%!important; margin-left: 0; margin-bottom: 10px;}
.news_list{ padding: 30px 0;}
.page_nav{ height: 40px; line-height: 40px;    overflow-x: auto;}
.page_nav .z-container{white-space: nowrap;}
.news_list ul{ margin-left: 0; }
.news_list .first_news{ height: 300px;}
.pro_page .news_list li .img{height:230px;}
/* .news_list li:first-child{height:auto}
.news_list li:first-child .info{ width: 60%;} */
.news_list li .img{ height: auto;}
.news_list .info{ padding: 15px;}
.news_list li .desc{ height: auto; padding: 20px 0;}
.news_list li .info h3{ margin-bottom: 10px; font-size: 14px;}
.news_list .time_bar{ line-height: 40px;}
.news_top{ margin-top: 44px; padding: 30px 0;}
.news_top h3{ font-size: 18px;}
.xq_page{ padding: 30px 15px;}
.xq_page .z-container2{ width: 100%; padding: 20px 10px;}
.news_tit h3{ font-size: 16px;}
.news_con{ padding: 20px 0;}
.pages_bar{ margin-top: 20px;}
.pages_bar a{ width: 100px; height: 35px; line-height: 35px;}
.zs_box .zs_warp{ width: 100%;}
.zs_box1{background-size: auto 100%!important; background-position: right!important; }
.zs_box{padding: 30px 0;}
.zs_box1 .zs_tit{ margin: 20px 0;}
.zs_box .more,.zs_box2 .index_desc{ margin-top: 20px;}
.zs_box .more{ width: 120px; height: 35px; line-height: 35px;}
.ques_box{ font-size: 14px;}
.ques_box .cir{ width: 30px; height: 30px; line-height: 30px; margin-right: 10px;}
.ask_bar,.ask_bar.on{ background-size: 30px 30px; background-position: top 20px right;}
.ask_bar{ padding: 20px 0; padding-right: 40px;}
.answer_bar{ line-height: 20px;}
.h_right .go{ width: 120px; height: 40px; line-height: 40px;}
.h_right .go:before{ width: 40px; height: 40px;}
.other_banner p{ font-size: 12px;}
.index_brand .img{ background-attachment: inherit!important; background-size: 100% auto!important;}
.process_con dl{ margin-bottom: 10px;}
#baiduMap{ height:300px!important}
pre{ 
white-space:pre-wrap; /* css3.0 */ 
white-space:-moz-pre-wrap; /* Firefox */ 
white-space:-pre-wrap; /* Opera 4-6 */ 
white-space:-o-pre-wrap; /* Opera 7 */ 
word-wrap:break-word; /* Internet Explorer 5.5+ */ 
} 
}