@charset "utf-8";
/* CSS Document */
html{font-size: 100px}
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px;}
img{ border:0;}
a{ text-decoration:none; color:#333; transition: all 0.3s; -o-transition: all 0.3s; -mos-transition: all 0.3s; -webkit-transition: all 0.3s;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.w1440{ width:1440px; margin: 0 auto; }
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.container{width:1200px; margin: 0 auto}
.container2{width:1200px; margin: 0 auto}

*:focus {
  border: none;
  outline: none;
}


table{border-collapse: collapse;}
/* 导航栏 */
.header_nav{height:80px; width:100%; position: fixed; top:0; left:0; z-index: 9; padding: 0 4%}
.h_logo{width:10%; height:80px; float: left; display: flex; align-items: center; }
.h_logo img{max-width:100%; height: auto; align-items: center; margin: 0px auto;}
.h_search{width:21px; height:80px;  float: right; background: url(../images/search.png) no-repeat center}
.form_box{position: absolute;  top:80px; left:0; right:0; z-index: 999; height:auto; background: #fff; display:none; margin: 0 auto; width: 100%; padding: 10px 0;  box-shadow: 0 0 5px rgba(0,0,0,0.1)}
.form_box form{width:100%; margin:0 auto;}
.form_box p{ height:auto; width: auto; display: table; margin: 0px auto;}
.form_box input[type="text"]{width:300px; height:40px; line-height:40px; border: 0; float: left; background: #eee; color:#333; font-size: 15px; padding: 0 10px;}
.form_box .submit{width:120px; height:40px; border:0;  display: inline-block;  color:#fff; float:left;  outline: none; background: #001f6a; font-size:16px;}
.header_yuyan{float: right; background: #ffffff;  height: 43px;  width: 140px; position: relative; margin-left:2%; margin-top: 16px;}
.header_yuyan p{width:100%; height: 43px; background: url(../images/yy_jts.png) no-repeat 90% center;  padding: 0 15px; line-height:43px;}
.hh_yy{width:100%; height: auto; overflow: hidden; background: #fff; text-align: center; display: none}
.hh_yy a{color:#333; font-size: 16px; display: block; line-height: 30px; margin: 5px 0}
.header_yuyan:hover .hh_yy{display: block}
.hh_yy a:hover{color:#b39260; font-weight: bold;}
.f_top{background: #0d141a}



/*导航*/
#menu{width:50%; height: 100%;  float: left; margin-left:1%}
#menu .nav{ position:relative; z-index:1;   width:100%; height:auto; margin: 0px auto; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
#menu .nav .nLi{ float:left;  position:relative; display:inline; height:100%; line-height:50px;  margin-top: 16px;}
#menu .nav .nLi:last-child{margin-right: 0}
#menu .nav .nLi p{font-weight: normal; width:auto; text-align:center;  z-index: 2; position: relative; height:100%; display: table; margin: 0px auto;}
#menu .nav .nLi p a{color:#ffffffa6;font-size:18px;   height:100%; display: block;  overflow: hidden; position: relative;}
#menu .nav .sub{ display:none; width:166px; left:50%; margin-left: -83px; top:55px;  position:absolute;  line-height:26px; z-index: 99999; background: #eee}
#menu .nav .sub li{ zoom:1; }
#menu .nav .sub a{ display:block; text-align: center; height:auto;font-size: 15px;  color:#333; margin:3px 0}
#menu .nav .sub a:hover{ color:#b39260;  }
.nLi > p > span{display: block; width: 120px; text-align: center; position: absolute; top: 21px;font-size: 12px;font-weight: normal; color: #fff; }
#menu .nav .active p a,#menu .nav .nLi:hover p a{font-weight: bold; color: #fff;}
#fp-nav ul li, .fp-slidesNav ul li{width:10px; height:10px;  border-radius: 50%;  margin: 0 0 18px}
#fp-nav ul li a span, .fp-slidesNav ul li a span{background: #b88644; width:7px; height:7px; top: 50%; left: 50%; border-radius: 50%; transform: translate(-50%,-50%); margin: 0}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span{background:#b88644;  margin:0; width:11px; height:11px; }
#fp-nav.right{right:20px;}




/* 首页:banner */
.banner{ width:100%; height:auto; position: relative; overflow: hidden; }
.banner .swiper-container{width:100%; }
.banner .content_list_img{width:100%; height:auto; display: block }
.banner .content_list_img img{width:100%; display: block; height:auto;  object-fit: cover; object-position: center center;}
.banner .swiper-button-next,.banner .swiper-button-prev{width:65px; height: 65px; z-index: 1}
.banner .swiper-button-next{background: url(../images/ban_right.png) no-repeat center; right:3%}
.banner .swiper-button-prev{background: url(../images/ban_left.png) no-repeat center; left:3%}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{content: ""}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{content: ""}
.ban_info{width:1190px; height:auto; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%);  z-index:1}
.ban_info h4{color:#fff; font-size: 80px; font-weight: bold; line-height: 130px}
.ban_more{width:250px; height: 60px; background: #fff; margin-top: 10vh; border-left:4px solid #fff}
.ban_more p{width:80%; height: 100%; float: left; font-size: 18px; line-height: 60px; background:#b39260; color:#fff; 
	padding-left:22%}
.ban_more i{width:20%; height: 100%; background: #fff url(../images/p_right.png) no-repeat center; float: right}




/*关于我们*/
.index_about{width:100%; height:auto; overflow: hidden; margin:100px 0 }
.index_about_left{width:51%; height: auto; float: left; padding-top: 20px;}
.in_about_title{width:100%; height: auto; overflow: hidden;}
.in_about_title h4{color:#000000; font-size: 60px; font-weight: bold; text-transform: uppercase}
.in_about_title h5{color:#000000; font-size:18px; opacity: 0.8; background: url(../images/dian.png) no-repeat left center; padding-left: 20px;}
.in_abxx{width:100%; height: auto; overflow: hidden; display: block; font-size: 16px; color:#000000; opacity: 0.5; line-height:28px; margin:40px 0 60px}
.in_about_num{width:100%; height: auto; margin-top:60px; overflow: hidden; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; 
	justify-content: space-between;}
.in_about_num dl{width:auto; float: left; background: url(../images/xs.png) no-repeat right center; padding-right: 50px;}
.in_about_num dl dt{color:#000000; font-size: 16px;}
.in_about_num dl dt span{color:#000000; font-size: 40px; font-weight: bold;}
.in_about_num dl dd{color:#000000; font-size: 16px; opacity: 0.7; margin-top: 8px;}
.in_about_num dl:last-child{background: none}
.index_about_right{width:45.9%; height: auto; float: right; position: relative; overflow: hidden}
.index_about_right img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.in_video{position: absolute; bottom:5%; right:5%; color:#fff; font-size: 18px; background: url(../images/v_icon.png) no-repeat right center; font-size: 20px; font-weight: bold; text-align: right; text-transform: uppercase; padding: 10px 70px 10px 0}
.in_video:hover span{font-weight: bold;}
.index_about_right:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}



/*系列*/
.index_xilie{width:100%; height: auto; overflow: hidden; margin: 138px 0 32px;}
.index_xilie_all{width:100%; height: auto; overflow: hidden; margin-top: 50px; position: relative}
.index_xilie_all .swiper-container{width:100%; height: auto; overflow: hidden}
.index_xilie_all .swiper-slide{width:75.7%}
.index_xilie_all .swiper-slide a{width:100%; height: auto; display: block}
.index_xilie_all .swiper-slide a h5{color:#000000; font-size: 30px; font-weight:bold; margin-bottom: 10px;}
.in_xieli_pic{width:100%; height: auto; overflow: hidden; margin-top: 20px;}
.in_xieli_pic img{width:100%; display: block}
.index_xilie_all .swiper-button-next,.index_xilie_all .swiper-button-prev{width:118px; height: 44px; border: 1px solid #dfdfdf; margin-top: 0; top:0}
.index_xilie_all .swiper-button-next{background: url(../images/p_right.png) no-repeat center; right:12.4%}
.index_xilie_all .swiper-button-prev{background: url(../images/p_left.png) no-repeat center; left:auto; right:20%}
.index_xilie_all .swiper-button-next:hover{border:1px solid #b39260}
.index_xilie_all .swiper-button-prev:hover{border:1px solid #b39260}


.in_btn{width:395px; height: 80px; position: absolute; bottom:5%; right:14%; background: rgba(0,0,0,0.7); z-index: 9; 
	padding-left:50px;}
.in_btn:after{content:""; width:4px; height:100%; background:#b39260; position:absolute; top:0; left:0; transition: all 0.4s ease-in-out; }	
.in_btn:hover:after{width:100%;}
.in_btn a{width:80px; height: 80px; background: #ffffff url(../images/p_right.png) no-repeat center; float: right; position:relative; z-index:1}
.in_btn p{color:#fff; font-size: 18px; float: left; line-height: 80px; position:relative; z-index:2}
.in_btn .swiper-pagination{width:auto; font-size: 16px; color: #999999; right:35%; bottom:30px; left:auto;}
.in_btn .swiper-pagination-current{color:#b39260; font-size: 16px;}
.in_btn:hover .swiper-pagination{color:#fff}
.in_btn:hover .swiper-pagination-current{color:#fff}




/*工艺*/
.index_gongyi{width:100%; height: 856px; overflow: hidden; background: url(../images/gongyi_bjs.jpg) no-repeat center; background-size: cover; 
	background-attachment: fixed; padding: 160px 0 110px}
.index_gongyi_title{width:100%; height: auto; overflow: hidden;  text-align: center}
.index_gongyi_title h4{color:#fff; font-size: 60px; font-weight: bold; text-transform: uppercase}
.index_gongyi_title h5{color:#fff; font-size:18px; opacity: 0.8; background: url(../images/dian.png) no-repeat left center; padding-left: 20px; display: table; margin: 0px auto;}
.index_gongyi ul{width:100%; height: auto; overflow: hidden; margin-top:100px}
.index_gongyi ul li{width:33.33%; height: auto; float: left; padding: 0 5%; }
.index_gongyi_icon{width:100%; height:110px; display: flex; align-items: center; margin-bottom: 50px; transition: all 0.4s ease-in-out;}
.index_gongyi_icon img{align-items: center; margin: 0px auto; max-width: 100%; max-height: 100%}
.index_gongyi_xx{width:100%; height: auto; overflow:hidden; position: relative; text-align: center; margin-bottom: 20px;}
.index_gongyi_xx h4{color:#fff; font-size: 24px; font-weight: bold; text-transform: uppercase; position: absolute; top:50%; left:0; 
	transform: translate(0,-50%); text-align: center; width: 100%}
.index_gongyi_xx span{color:#fff; font-size: 110px; opacity: 0.1;  text-align: center; line-height: 110px; font-weight: bold;}
.index_gongyi ul li p a{width:100%; font-size:14px; color: #fff; opacity: 0.5; line-height: 30px; text-align: center }
.index_gongyi ul li:hover .index_gongyi_icon{margin-top:-15px;}




/*工艺*/
.index_product{width:100%; height: auto; overflow: hidden; position: relative; margin: 90px 0}
.index_product_all{width:100%; height: auto; overflow: hidden; margin-top: 46px; position: relative}
.index_product_all .swiper-container{padding-bottom:60px;}
.in_pro_li{width:100%; height: auto; border: 1px solid #dddddd; background: #fff; padding: 8px;}
.in_pro_li a{width:100%; display: block; position: relative; overflow: hidden}
.in_pro_li a img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.in_pro_hover{width:100%; height:100%; background: rgba(0,0,0,0.5); position: absolute; top:0; left:0; display: -webkit-flex;
    display: flex; -webkit-align-items: center; align-items: center;}
.in_pro_zz{width:100%; height: auto; text-align: center}
.in_pro_zz h4{color:#ffffff; font-size: 36px; font-weight: bold; text-align: center; margin-bottom: 20px;}
.in_pro_zz i{width:118px; height: 44px; display: block; background: url(../images/p_jts.png) no-repeat center; margin: 0px auto;}
.index_product_all .swiper-pagination-bullet{width:28px; height: 6px; background: #e5e5e5; border-radius: 8px; opacity: 1; margin: 0 10px!important}
.index_product_all .swiper-pagination-bullet-active{background: #000000}
.in_pro_li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}



/*工艺*/
.index_case{width:100%; height: auto; overflow: hidden; margin: 50px 0 120px}
.index_case_title{width:100%; height: auto; overflow: hidden; text-align: center}
.index_case_title h4{color:#000000; font-size: 60px; font-weight: bold; text-transform: uppercase}
.index_case_title h5{color:#000000; font-size:18px; opacity: 0.8; background: url(../images/dian.png) no-repeat left center; padding-left: 20px; display: table; margin: 0px auto;}
.index_case_all{width:100%; height: auto; overflow: hidden; margin: 70px 0 50px}
.index_case_all .swiper-slide a{width:100%; height: auto; overflow: hidden; display: block}
.index_case_img{width:100%; height: auto;  overflow: hidden; background: #fff; padding: 8px; border: 1px solid #cccccc}
.index_case_img img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_case_xx{width:100%; height: auto; overflow: hidden; line-height: 35px; padding: 0 8px; margin-top: 20px;}
.index_case_xx h4{width:80%; height:35px; line-height:35px; color: #555555; font-size:18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; float: left}
.index_case_xx i{float: right; color: #555555; font-size: 18px; font-style: normal}
.index_case_all .swiper-slide a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.in_case_more{width:392px; height: 80px; display: block; margin: 0px auto;  background: #eeeeee;}
.in_case_more p{color:#000000; font-size: 18px; width:80%; float: left; padding-left: 60px; line-height: 80px; position:relative; z-index:9}
.in_case_more i{ color: #fff; width: 20%; height: 80px; line-height: 80px; background:#999999 url(../images/n_jts.png) no-repeat center; float: right; position:relative; z-index:1}
.in_case_more:after{content:""; width:4px; height:100%; background:#b39260; position:absolute; top:0; left:0; transition: all 0.4s ease-in-out;}
.in_case_more:hover:after{width:100%}
.in_case_more:hover p{color:#fff}


/*新闻*/
.index_news{width:100%; height: auto; overflow:hidden; background:#f7f7f7; padding:92px 0 35px; }
.index_news_title{width:100%; height: auto; overflow: hidden}
.news_title_left{width:auto; float: left}
.news_title_left h4{color:#000000; font-size: 60px; font-weight: bold; text-transform: uppercase}
.news_title_left h5{color:#000000; font-size:18px; opacity: 0.8; background: url(../images/dian.png) no-repeat left center; padding-left: 20px;}
.news_title_right{width:27%; height: 80px; line-height: 80px; float: right; background: #eeeeee; margin-top:12px;}
.news_title_right p{color:#000000; font-size: 18px; width:80%; float: left; padding-left: 60px; position:relative; z-index:1}
.news_title_right i{ color: #fff; width: 20%; height: 80px; line-height: 80px; background:#999999 url(../images/n_jts.png) no-repeat center; float: right; position:relative; z-index:1}
.news_title_right:after{content:""; width:4px; height:100%; background:#b39260; position:absolute; top:0; left:0; transition: all 0.4s ease-in-out;}
.news_title_right:hover:after{width:100%}
.news_title_right:hover p{color:#fff}
.index_news_top{width:100%; height: auto; overflow: hidden; margin-top:70px; }
.index_news_top a{width:100%; display: block}
.index_news_pic{width:308px; height: auto; float: left; overflow: hidden}
.index_news_pic img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_news_top:hover .index_news_pic img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}


.index_news_xx{margin-left: 330px; padding-top: 20px; overflow: hidden}
.index_news_xx h4{width:100%; height: 40px; line-height: 40px; color: #000000; font-size: 18px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_news_xx p{width:100%; height: 78px; overflow: hidden; color:#777777; font-size: 16px; line-height: 26px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; margin:12px 0 18px}
.index_news_xx span{color:#000000; font-size: 16px; font-weight: bold;}
.index_news ul{width:100%; height: auto; overflow: hidden; margin-top: 50px; border: 1px solid #dedede;  padding: 40px 0}
.index_news ul li{width:50%; height: auto; float: left; padding: 0 38px; position: relative}
.index_news ul li h4{width:100%; height: 40px; line-height: 40px; color: #000000; font-size: 18px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_news ul li p{width:100%; height: 78px; overflow: hidden; color:#777777; font-size: 16px; line-height: 26px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; margin:12px 0 18px}
.index_news ul li span{color:#000000; font-size: 16px; font-weight: bold;}
.index_news ul li:nth-child(1){border-right:1px solid #dedede}
.index_news_top:hover .index_news_xx h4{color:#b39260}
.index_news ul li:hover h4{color:#b39260}




/*底部*/
.footer{width:100%; height:auto; overflow: hidden;  position: relative; background: #333333; padding-top: 40px;}
.footer_top{width:100%; height: auto; overflow: hidden}
.footer_nav{width:60%; height: auto; float: left; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.footer_nav dl{width:auto;}
.footer_nav dl dt{color:#fff; font-size: 20px; margin-bottom: 8px;}
.footer_nav dl dd{width:100%; height: auto; overflow: hidden; margin-top:12px;}
.footer_nav dl dd a{width:100%; display: block; font-size:14px; color: #fff; opacity: 0.3; line-height: 28px; }
.footer_nav dl dd a:hover{opacity:1}
.footer_center{width:31%; height: auto; overflow: hidden; float: right}
.footer_center dl{width:100%; height: auto; overflow: hidden; margin-bottom:20px;}
.footer_center dl dt{color:#fff; font-weight: bold; padding-left: 25px; line-height: 30px;}
.footer_center dl dd{color:#656565; font-size: 16px; padding-left: 25px; line-height: 26px}
.f1 dt{background: url(../images/fi1.png) no-repeat left center;}
.f2 dt{background: url(../images/fi2.png) no-repeat left center;}
.f3 dt{background: url(../images/fi3.png) no-repeat left center;}
.footer_links{float: right;}
.footer_links a{color:#555555; font-size: 16px; line-height: 40px; float: left; margin-left: 20px;}
.footer_links a:hover{color:#fff!important}

.footer_bottom{width:100%; height: auto; overflow: hidden;  margin:20px auto 10px;}
.copy_l{width:auto; height: auto; overflow: hidden; font-size: 14px; color: #555555; line-height: 40px; float: left}
.copy_l a{color:#ffffffaf; font-size: 14px;margin-left: 20px;}
.copy_l a:hover{color:#fff!important}
.footer_zhichi{width:auto; height:auto; float: left; margin-left:40px; }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px; color:#555555; font-size: 14px; }
.footer_zhichi p:last-child{margin-right: 0}
.footer_zhichi .js{width:82px;height:40px; background: url(../images/wl.png) no-repeat center; }
.footer_zhichi .pt{width:121px;height:40px; background: url(../images/vl.png) no-repeat center; }
.footer_zhichi span{float: left; font-size: 14px; color: #999999; line-height:40px;}
.footer_zhichi i{ float: left;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat center}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat center}




.keyword_light{line-height:28px;}
.container2{width: 1200px;margin: 0px auto;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 60px 0 100px; padding-bottom: 70px; }
.ny_news_show img{max-width:100%}
.ny_news_show p{font-size:18px; color:#333; line-height: 36px;}
.ny_title_1{ overflow: hidden; margin-bottom: 20px;}
.ny_title_1 h2{font-weight: 300; font-size: 34px; line-height: 1.2; color: #000; font-weight:bolder;text-transform: uppercase;}

.ny_title_1 p{text-transform: uppercase; font-weight: 300; font-size: 34px; color: #000000; line-height: 1.2; font-weight:bolder;position: relative; line-height: 2.8; margin-top: -10px;}
.ny_title_1 p::after{ content: ""; position: absolute; display: block; height: 1px; width: 140px; background: #b39260; left: 0; bottom: 0;}

.ny_title_1 em{font-style: normal; font-size:19px; line-height:1.4; color: #222; padding: 15px 0; display: block;font-weight:bold}
.ny_title_2{ overflow: hidden; padding-top: 50px; margin-bottom: 20px;}
.ny_title_2 h2{font-weight: 300; font-size: 36px; line-height: 1.2; color: #fff;}
.ny_title_2 p{text-transform: uppercase; font-size: 26px; color: #fff; position: relative; line-height: 2.8; margin-top: -10px;}
.ny_title_2 p::after{ content: ""; position: absolute; display: block; height: 3px; width: 80px; background: #fff; left: 0; bottom: 0;}
.ny_title_2 em{font-style: normal; font-size: 24px; line-height:1.4; color: #fff; padding: 15px 0; display: block;}
.section-content{width:100%; height:auto; overflow:hidden; margin: 60px 0 100px;}
.inside_banner{ height: 300px; padding-top:60px }
.about_ban{background: url(../images/about_ban.jpg) no-repeat center bottom;}
.news_ban{ background:url(../images/news_ban.jpg) no-repeat center bottom;}
.contact_ban{background:url(../images/contact_ban.jpg) no-repeat center bottom;}
.service_ban{background:url(../images/service_ban.jpg) no-repeat center bottom;}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center bottom;}
.yyxt_ban{background: url(../images/yyxt_ban.jpg) no-repeat center bottom;}
.yyyg_ban{background: url(../images/yyyg_ban.jpg) no-repeat center bottom;}





.about1_ban{background: url(../images/about_ban.jpg) no-repeat center bottom;}
.news1_ban{ background: url(../images/news_ban.jpg) no-repeat center bottom;}
.contact1_ban{background: url(../images/contact_ban.jpg) no-repeat center bottom;}
.service1_ban{background: url(../images/service_ban.jpg) no-repeat center bottom;}
.case1_ban{background: url(../images/case_ban.jpg) no-repeat center bottom;}
.yyxt1_ban{background: url(../images/yyxt_ban.jpg) no-repeat center bottom;}
.yyyg1_ban{background: url(../images/yyyg_ban.jpg) no-repeat center bottom;}



.page-list{ display: none;}
.inside_banner h2{ font-size: 40px; font-weight: bold; color: #b39260;; text-align: center;line-height: 2.4; padding-top: 20px;text-transform: uppercase;}
.inside_banner p{ text-align: center; font-size: 16px; }
.inside_banner p img{ margin-right: 10px;}
.inside_banner p *{ color: #fff;;  font-size: 16px;}
.inside_banner .shubiao{ display: block; margin: 32px auto;}
.nav-height{height: 90px; background: #f7f6f4;position: relative;}
.nav-wrap.navFix{position: fixed; top:92px; left: 0; z-index: 8; height:90px; background: #f7f6f4; width: 100%;  box-shadow: 0 0 5px rgba(0,0,0, 0.2);}
.nav-wrap{ }
.nav-wrap ul{display: table!important; margin: 0 auto; max-width:1400px}
.nav-wrap li{ float: left; line-height: 90px; position: relative;}
.nav-wrap li a{font-size: 16px; padding: 0 20px; display:block;}
.nav-wrap li::before{ content: "|"; position: absolute;  display: block; right: 0; color: #808080;}
.nav-wrap li:last-child::before{ display: none;}
.nav-wrap li a.active{ position: relative;}
.nav-wrap li a.active::after{ content: ""; position: absolute; width: 80px; height:3px; bottom:22px; background: #b39260; left: 50%; margin-left:-40px;  }
.honor{ overflow: hidden; padding-bottom: 120px;}
.honor_list{ overflow: hidden;  width:100%; margin-bottom:50px;}
.honor_list li{ width: 24.2%; float: left; border: 1px solid #e5e5e5; margin-right: 1%; margin-bottom: 20px;}
.honor_list li:nth-child(4n){ margin-right: 0;}
.honor_list li .img{overflow: hidden;}
.honor_list li .img img{ width: 100%; transition: all 0.3s;}
.honor_list li:hover .img img{transition: all 0.3s; transform: scale(1.05);}
.honor_list li .gallery-title{ line-height: 50px; background: #e5e5e5;text-align: center; font-size: 16px; transition: all 0.3s;}
.honor_list li:hover{ border: 1px solid #b39260;}
.honor_list li:hover .gallery-title{ background: #b39260; color: #fff;}


/*产品中心*/
.ny_product_all{width:100%; height: auto; overflow: hidden; margin-top:60px; margin-bottom: 60px}
.ny_product_all ul{width:100%; height: auto; overflow: hidden}
.ny_product_all ul li{width:100%; height:auto; border:1px solid #d2d2d2; margin:15px auto 25px; overflow:hidden; padding: 22px; }
 .ny_solution_img{width:240px; height:100%; float:left; overflow:hidden; border: 1px solid #d2d2d2}
.ny_solution_img img{width:100%; height:100%;    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s; display: block}
.ny_solution_xx{width:600px; height:auto; float:left; margin-left: 36px; padding: 20px 0}
.ny_solution_xx p{font-size:16px; color:#555; line-height:31px;}
.ny_solution_xx p b{color:#353432}
.ny_solution .case_link{margin-top:30px;}
.ny_soli_p{width:100%; height: auto; overflow: hidden;margin-top: 20px; margin-bottom: 20px;}
.ny_pro_shengcan .slideBox .bd li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_product_all ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_product_all ul li:hover{border:1px solid #b39260;}
.ny_solution_xx .ny_yfzx_title{margin-top: 0}
.yfzx_more:hover{background: #b39260; color: #fff; border: 1px solid #b39260}
.n_pro_nav{width:100%; height:auto; overflow:hidden; margin-bottom:30px;}
.n_pro_nav a{font-size:16px; color:#666; border:1px solid #ffffff;   height: 50px; line-height:50px; width:auto; float:left; padding:0 20px; margin-right:10px; margin-bottom:10px;}
.n_pro_nav a:hover,.n_pro_nav a.m_active{background:#b39260; color:#fff}

/*研发中心*/
.ny_yfzx_all{width:100%; height: auto; overflow: hidden; margin-bottom: 60px;}
.ny_yfzx_title{width:100%; height: auto; overflow: hidden; margin-top: 75px;}
.ny_yfzx_title h3{font-size: 30px; color: #060507; width: 100%; height: 30px; line-height: 30px;}
.ny_yfzx_title h3 span{float: left}
.ny_yfzx_title h3 hr{width:1060px; height: 1px; background: #ddd; float: right; margin-top:15px;}
.ny_yfzx_title h4{width:100%; height: 30px; line-height: 30px; font-size: 18px; color: #b39260; margin-top: 0px;}
.ny_yfzx_title h4 span{width:36px; height: 1px; background: #b39260; float: left; margin-top:22px; margin-left: 8px;}
.ny_yfzx_title h4 p{width:auto; float: left; color: #b39260;}
.ny_yfzx_title h5{width:100%; height: 40px; line-height: 40px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size: 30px; color: #060507;font-weight: bold}
.ny_yfzx_xx{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #555555; line-height: 30px; margin-top: 30px;}
.yfzx_more{width:172px; height: 40px; border: 1px solid #cec8cc; display: block; text-align: center; line-height: 40px; font-size: 16px; color: #333333; margin-top: 29px;}


/*产品详情页*/
.ny_pro_ft{width:100%; height: auto; margin-top: 60px;}
.ny_pro_ft h3{font-size: 30px;
    color: #1b1b1b;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;}
.ny_pro_ft p,.ny_pro_fts p{font-size: 16px;
    color: #707070;
    line-height: 30px;
    text-align: center;
    width: 100%;
    margin: 0px auto;}
.ny_product_show{width:100%; height: auto; overflow: hidden; margin:60px 0 100px;}
.ny_pro_top{width:100%; height: auto; overflow: hidden}
.ny_pro_tleft{width:507px; height:auto; float: left}
.ny_pro_tleft .slideBox{ width:100%; height:100%; overflow:hidden; position:relative; border:1px solid #ddd;  }
.ny_pro_tleft .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:15px; z-index:1; }
.ny_pro_tleft .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.ny_pro_tleft .slideBox .hd ul li{ float:left; margin-right:10px;  width:12px; height:12px; line-height:14px; text-align:center; background:#c9c9c9; cursor:pointer; border-radius: 50%;}
.ny_pro_tleft .slideBox .hd ul li.on{ background:#b39260; color:#fff; }
.ny_pro_tleft .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.ny_pro_tleft .slideBox .bd ul{width:100%; height: 100%; overflow: hidden}
.ny_pro_tleft .slideBox .bd li{width:100%; height: 100%; }
.ny_pro_tleft .slideBox .bd img{ width:100%; height:100%; display:block;  }
.ny_pro_tright{width:650px; height: auto; float: right}
.ny_pro_tright h1{ font-size: 28px; color: #191919; height: 50px; line-height: 50px; font-weight:700;}
.ny_pro_p{width:100%; height:auto; border-bottom: 1px solid #e5e5e5; margin-top:15px; overflow:hidden; padding-bottom:30px;}
.ny_pro_p p{width:100%; height:100%;  color: #000000; line-height: 30px; font-size: 15px;   }
.ny_pro_a{width:100%; height: auto; overflow: hidden; margin: 20px 0 }
.ny_pro_a a{width:260px; height: 60px; background: #959595; display: block; overflow: hidden; line-height: 60px; font-size: 18px; color: #fff; float: left; margin-right: 18px; }
.ny_pro_a a:hover { background: #313131;}
.ny_pro_a a i{font-size: 28px; margin-right: 10px; float: left; margin-left:56px;}
.ny_pro_dh{width:100%; height:80px;}
.ny_pro_dh i{ color: #000000; font-size: 50px; float: left; line-height: 70px;}
.ny_pro_ddh{float: left;}
.ny_pro_ddh p{ font-size: 14px; color: #313131;}
.ny_pro_ddh span{ font-size: 30px; color: #b39260; font-family: "Impact"}
.ny_pro_24{width:100%; height: 30px; line-height: 30px; overflow: hidden; margin-top:30px;}
.ny_pro_24 p{font-size: 14px; color: #313131; background: url(../images/dh.png) no-repeat left center; float: left; padding-left: 20px; margin-right: 30px;}

.ny_pro_bottom{width:100%; height: auto; display: block; overflow: hidden; margin-top: 65px;}
.ny_pro_bleft{width:869px; height: auto; overflow: hidden; float: left}
.ny_pro_bright{width:300px; height: auto; float: right}
.ny_probt_case{width:100%; height:368px; margin-top: 30px; }
.ny_probt_case h3,.ny_proshow_num h3,.ny_proshow_info h3{ font-size: 30px; color: #313131; font-weight: 500; text-align: center; margin-bottom: 24px;}
.ny_probt_case li{width:275px; height: 300px; float: left; margin-right:22px;}
.ny_probt_case li:nth-child(3n){margin-right:0px;}
.nyprocase-div{width:100%; height: 203px; overflow:hidden; position: relative}
.ny_probt_case li img{width:100%; height: 203px; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_probt_case li .ny_probt_xx{width:100%; height: 40px;  padding:0 15px;}
.ny_probt_xx h3{width: 100%; height:40px;  line-height: 40px; font-size: 16px; color: #313131; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_probt_case li:last-child{margin-right: 0px;}
.ny_probt_case li:hover .index_case_info::before,
.ny_probt_case li:hover p {opacity: 1; -webkit-transform: scale(1); transform: scale(1);}
.ny_probt_case li:hover .index_case_info {background: rgba(0,0,0,0.6);}
.ny_probt_case li:hover h5{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}
.ny_probt_case li .index_case_info h5{font-size: 16px; margin:0% 0 15px 0; }
.ny_probt_case li .case_xx{height:87px;}
.ny_probt_case li .case_xx p{font-size: 16px; line-height:28px;}

.ny_proinput .ny_pro_ft{margin-top:50px;}
.ny_proinput .ny_pro_ft span{color: #b39260;font-size: 16px;}
.ny_proinput ul{width:100%; height: auto; display: block; overflow: hidden; margin-top: 38px;}
.ny_proinput ul li{width:100%; height: auto; margin-bottom: 12px; overflow: hidden;font-size: 16px; }
.ny_proinput ul li div{height: 36px; width: 420px; border: 1px solid #d2d2d2; float: left;}
.ny_proinput ul li div input{width:100%; height: 100%; border: 0px; padding-left: 10px;}
.li_dh{float: right!important}
.ny_proinput ul li textarea{width:100%; height: 88px; border: 1px solid #d2d2d2; padding: 10px; resize: none}
.liji_su{width:423px; height:46px; background: #b39260; font-size: 16px; color: #ffffff; border: 0px; margin: 10px auto; display: block}
.ny_proinput{overflow:hidden; margin-bottom:20px;}
.sideMenu{width:100%; height: auto;  }
.sideMenu h3{ height:50px; line-height:50px; border-bottom:1px solid #e3e3e3;  background: url(../images/jian.png) no-repeat 268px center;font-size: 15px; color: #191919; cursor:pointer; padding: 0px 18px 0;
text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.sideMenu h3.on {background: #b39260; color: #fff; border-bottom: 0px;}
.sideMenu h3 em{ float:right; display:block; width:40px; height:32px;   background:url(images/icoAdd.png) 16px 12px no-repeat; cursor:pointer; }
.sideMenu h3.on em{ background-position:16px -57px; }
.sideMenu ul{ padding:15px 32px; color:#999; display:none;  background: #eeeeee;}
.sideMenu ul li a{font-size: 15px; color: #313131}
.sideMenu ul li {width:100%; height: 35px; line-height: 35px;  overflow: hidden; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.sideMenu ul li:hover a{color:#b39260}
.ny_probt{width:100%; height:65px;}
.ny_probt li{width:100%; height:65px; background:#eeeeee; color:#313131; font-size:18px; float:left; text-align:center; line-height:65px; margin-right:1px;}
.ny_probt li:last-child{margin-right:0px;}
.ny_probt li:hover{background:#333; color:#fff}
.ny_probt li:hover a{color:#fff}
.ny_probt li.on{background:#333;}
.ny_probt li.on a{ color:#fff}
.ny_probt li a{width:100%; height:100%; display:block; overflow:hidden; font-size:16px;font-weight: bold;}
.ny_proshow_num{width:100%; height:auto; overflow:hidden; margin-top: 30px;}
.ny_proshow_info{width:100%; height:auto; overflow:hidden;  margin-top:36px; font-size:16px;color:#333; line-height:30px;}
.ny_proshow_info p{font-size:18px;color:#333; line-height:34px;}
.ny_proshow_info td{font-size:16px;color:#333; line-height:34px;}
.fangan_show{ margin-top:20px;}
.ny_proshow_info img{max-width: 100%}
.ny_hotnews{width:100%; height:auto; overflow: hidden; margin-top:30px;}
.ny_hotnews h3{width:100%; height:40px; background: #b39260; color: #fff; text-align: center; line-height: 40px; font-size: 20px; padding: 0px 10px;}
.ny_hotnews ul{width:100%; height: auto; margin-top: 10px;}
.ny_hotnews ul li{width:100%; height:40px; line-height:40px; border-bottom: 1px solid #eee; padding: 0px 10px;}
.ny_hotnews ul li p{width:70%; float: left; height: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color: #191919; font-size: 14px;}
.ny_hotnews ul li span{float: right; font-size: 12px; color: #191919}
.ny_hotnews ul li:hover p,.ny_hotnews ul li:hover span{color:#b39260}
.ny_hotnews_info{width:100%; height: auto; overflow: hidden; margin-top:15px;  border: 1px solid #dad7d7; padding: 8px 7px;}
.ny_hotnews_info p{font-size: 14px; color: #191919; line-height: 26px;}
.ny_hotnews input[type="text"]{width:240px; height:35px; line-height:35px; border:1px solid #ddd; padding:0px 10px; float:left;}
.t_search{background:#b39260; color:#fff;  height:35px; line-height:35px;  font-size:14px; border:0; width:60px;}



/*��ҳ����*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin: 60px 0 100px; }
.ny_news_all ul{width:100%; height: auto; overflow: hidden;margin-bottom: 40px;}
.ny_news_all ul li{width:100%; height: auto; overflow: hidden; padding: 15px}
.ny_news_all ul li .ny_time{width:115px;height: auto; float: left;margin-top:50px;}
.ny_news_all ul li .ny_time span{display: block; font-size: 16px; color: #999; text-align: right}
.ny_news_all ul li .ny_time p{font-size: 41px; color: #c8c8c8;    text-align: right;}
.news_xx{width:62%; height: auto; float: left; margin-left:2%; margin-top: 36px;}
.news_xx h3{width:100%; height: 35px; line-height: 35px; font-size: 20px; color: #000; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_xx p{width:100%; height:52px; line-height: 25px; font-size: 14px; color: #666;  margin: 10px 0; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.news_xx span{font-size: 14px; color: #aaaaaa}
.news_pic{width:24%; height: auto; float: right}
.news_pic img{width:100%; height: auto}
.ny_news_all ul li:hover{background: #f4f4f4}
.ny_news_all ul li:hover .ny_time p,.ny_news_all ul li:hover .ny_time span,.ny_news_all ul li:hover span{color:#b39260}
.ny_news_all ul li:hover h3{font-weight: bold; }
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 60px 0 100px; }
.ny_lx_dh,.ny_lx_dh p{width:100%; height:auto;  font-size: 16px; color: #333; line-height: 36px;}
.ny_list_all{width: 100%; height: auto; overflow: hidden; margin-top: 60px; margin-bottom: 60px;}
.ny_pro_li{width:100%; height:auto; overflow:hidden}
.ny_pro_li li{width:23.5%; height:180px; border: 1px solid #bfbfbf; border-radius: 8px; display: block; padding-top: 30px; transition: all 0.4s ease-in-out; margin-right:2%; margin-bottom:20px; float:left;}
.ny_pro_li li:nth-child(4n){margin-right:0}
.in_cp_icon{width:100%; height:80px; display: flex; align-items: center; margin-bottom: 8px}
.in_cp_icon img{max-width: 100%; align-items: center; margin: 0px auto;}
.ny_pro_li li h4{width:100%; height: 40px; text-align: center; font-size: 18px; color: #000000; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap}
.ny_pro_li li:hover{border: 1px solid #b39260;  padding-top:20px; transition: all 0.4s ease-in-out;}




/*联系我们*/
.ny_contact{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_contact_map{width:100%;  height: 400px; overflow: hidden; margin-top: 20px;}
.ny_conta_xx{width:100%; height: auto; display: block; overflow: hidden; margin-bottom: 42px; margin-top: 20px;}
.contact_right{width:50%;float: left; font-size: 16px; color: #666666; line-height:32px}
.contact_right p{ font-size: 18px; color: #333; line-height:36px}
.ny_cont_wx{width:450px; height: auto; float: right}
.ny_cont_wx dl{width:140px; height: 200px; float: left; margin-left:10px; }
.ny_cont_wx dl dt{width:140px; height: 140px; border: 4px solid #e5e5e5; padding: 10px; background: #fff}
.ny_cont_wx dl dd{ font-size: 14px; color: #626262; height: 35px; line-height: 35px; text-align: center}
.ny_cont_wx dl dt img{width:100%; height: 100%;}





/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:300px;
    width: 77px;
    z-index: 999;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
	 font-size: 14px;
}
.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
    background-position: 0 -25px;
}
.lxfx li i.icon-ly {
    background-position: 4px -53px;
}
.lxfx li i.icon-wx {
    background-position: -34px 4px;
}
.lxfx li i.icon-wb {
    background-position: -30px -22px;
}
.lxfx li i.icon-top {
    background-position: -30px -49px; height:32px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:#b39260;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    position: relative;
    width: 77px; 
	float:left;
}



/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:400px; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:340px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}




@media screen and (max-width:1500px){
	.w1440{width:1200px;}
	#menu{width:54%}

}


@media screen and (max-width:1400px){
	
}


