.containerIndex{
	width: 100%;
}
.subject_center{
	width: 1200px;
	margin: 0 auto;
}

/* 头部 */
.header{
  width: 100%;
}
.header_top_logo{
  height: 126px;
  float: left;
}
.header_top_lang{
  width: 190px;
  float: right;
  padding-top: 40px;
}
.header_top_lang_logo{
  height: 50px;
  margin: 0 0 10px 86px;
}
.header_top_lang_kind{
  text-align: right;
}
.header_top_lang_kind > a{
  display: inline-block;
  font-size: 12px;
  color: #8E8E8E;
  margin-left: 24px;
}
.header_top_lang_kind > a:first-child{
  margin-left: 0;
}
.header_top_lang_kind > a.on{
  color: #F1D888;
}
.header_top_lang_kind > a:hover{
  color: #F1D888;
}
.header_top_nav_out{
  width: auto;
  float: left;
  padding: 17px 40px;
  margin-right: 55px;
  position: relative;
}
.header_top_nav_icon{
  width: 24px;
  display: none;
}
.header_top_nav_out_a{
  display: block;
  font-family: font-light;
  font-size: 16px;
  color: #8E8E8E;
}
.header_top_nav_in{
  width: 100%;
  height: auto;
  padding-top: 20px;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  background-color: #10100d;
}
.header_top_nav_in_a{
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  color: #666;
}
.header_top_nav_in_a:hover{
  color: #ffc33a;
  background-color: #333;
}

/* hover */
.header_top_nav_out.on{
  border-bottom: 2px solid #E9CA5D;
}
.header_top_nav_out.on .header_top_nav_out_a{
  font-family: font-bold;
  color: #FFDD66;
}
.header_top_nav_out:hover{
  border-bottom: 2px solid #E9CA5D;
  background:url(/static/index/image/24.gif) no-repeat  center;
}
.header_top_nav_out:hover .header_top_nav_out_a{
  font-family: font-bold;
  color: #FFDD66;
}
.header_top_nav_out:hover .header_top_nav_in{
  opacity: 1;
  visibility: visible;
}
.menu-list-h5{
  display: none;
}

/* 中心 */
.goin_nuobo{
  width: 100%;
  height: 735px;
  background: url(../image/goin_nuobo.png) center / cover no-repeat;
  position: relative;
}
.goin_nuobo_center{
  width: 1200px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}/*
.goin_nuobo_img{
  width: 600px;
  float: left;
}
.goin_nuobo_cont{
  width: 550px;
  float: right;
  padding-top: 20px;
}
.goin_nuobo_cont label{
  display: block;
  font-family: font-medium;
  background: linear-gradient(0deg, #CCA66B 0%, #985E3B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 70px;
}
.goin_nuobo_cont label::after{
  content: '';
  width: 23px;
  height: 2px;
  background: linear-gradient(0deg, #CCA66B, #985E3B);
  position: absolute;
  left: 0;
  bottom: -20px;
}
.goin_nuobo_cont p{
  font-family: font-light;
  font-size: 14px;
  color: #ADADAD;
  line-height: 38px;
  overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
  -webkit-line-clamp: 5;
  margin-bottom: 50px;
}
.common_more{
  display: block;
  width: 151px;
  height: 39px;
  background: url(../image/more_bg.png) no-repeat;
  text-align: center;
  line-height: 39px;
}
.common_more > i{
  display: block;
  background: linear-gradient(0deg, #CCA66B 0%, #985E3B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  font-size: 14px;
  color: #FEFEFE;
}

.product_show{
  width: 100%;
  height: 823px;
  background: url(../image/product_bg.png) center / cover no-repeat;
  position: relative;
}
.product_show_title{
  display: block;
  width: 200px;
  margin: 0 auto 80px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: linear-gradient(0deg, #CCA66B 0%, #985E3B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  font-family: font-medium;
  position: relative;
  margin-bottom: 80px;
}
.product_show_title::after{
  content: '';
  width: 23px;
  height: 2px;
  background: linear-gradient(0deg, #CCA66B, #985E3B);
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
}
.product_show_list li{
  width: 300px;
  height: 441px;
  background: url(../image/product_list_img2.png) center / cover no-repeat;
  float: left;
  padding-top: 70px;
  box-sizing: border-box;
}

.product_show_list li.first{
  background: url(../image/product_list_img1.png) center / cover no-repeat;
}
.product_show_list_img_1{
  width: 40px;
  margin: 0 auto 30px;
}
.product_show_list li i{
  display: block;
  width: 20px;
  height: 4px;
  background: #6E6E6E;
  margin: 0 auto 30px;
}
.product_show_list li.first i{
  background: #E9C864;
}
.product_show_list_img_2{
  width: 195px;
  margin: 0 auto 50px;
}
.product_show_list_img_3{
  width: 236px;
  margin: 0 auto 50px;
}
.product_show_list_img_4{
  width: 223px;
  margin: 0 auto 50px;
}
.product_show_list_img_5{
  width: 208px;
  margin: 0 auto 50px;
}
.product_show_list li label{
  display: block;
  text-align: center;
  font-size: 16px;
  color: #182225;
  position: relative;
}
.product_show_list li label::after{
  content: '';
  width: 20px;
  height: 4px;
  background: #6E6E6E;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
}
.product_show_list li.first label{
  color: #E9C864;
}
.product_show_list li.first label::after{
  background: #E9C864;
}

.pro_center{
  margin: 45px auto 0;
}*/
.news_center{
  width: 100%;
  height: 751px;
  background: url(../image/news_bg.png) center / cover no-repeat;
  position: relative;
}

.news_list_img{
  width: 514px;
  float: left;
  position: relative;
}
.news_list_img_1{
  width: 454px;
}
.news_list_img_div{
  width: 204px;
  height: auto;
  background-color: #E9C864;
  padding: 40px 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news_list_img_div img{
  width: 140px;
  margin: 0 auto 5px;
}
.news_list_img_div span{
  display: block;
  font-family: font-medium;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.news_list_cont{
  width: 650px;
  float: right;
}
.news_list_cont_item{
  margin-bottom: 65px;
  cursor: pointer;
}
.news_list_cont_item:nth-child(3n){
  margin-bottom: 0;
}
.news_list_cont_item_l{
  width: 84px;
  height: 84px;
  background: linear-gradient(45deg, #464646, #E7E7E7);
  padding-top: 12px;
  box-sizing: border-box;
  float: left;
}
.news_list_cont_item_l label{
  display: block;
  font-family: font-medium;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 3px;
}
.news_list_cont_item_l i{
  display: block;
  font-size: 14px;
  text-align: center;
  font-family: font-medium;
  color: #fff;
}
.news_list_cont_item_r{
  width: 550px;
  float: right;
}
.news_list_cont_item_r label{
  display: block;
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}
.news_list_cont_item_r p{
  font-size: 14px;
  color: #ADADAD;
  line-height: 25px;
  overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
  -webkit-line-clamp: 2;
}
.news_list_cont_item:hover .news_list_cont_item_l{
  background: #E9C864;
}
.news_list_cont_item:hover .news_list_cont_item_l label, .news_list_cont_item:hover .news_list_cont_item_l i{
  color: #fff;
}
.news_list_cont_item:hover .news_list_cont_item_r label{
  color: #E9C864;
}
.relation_us_r{
  width: 660px;
  height: 616px;
  position: relative;
  float: right;
}
.relation_us{
  width: 1200px;
  margin: 0 auto 60px;
}
.relation_us_l{
  width: 540px;
  height: 616px;
  background-color: #333;
  padding: 40px 78px 0;
  box-sizing: border-box;
  float: left;
}
.relation_us_l_t{
  display: block;
  font-family: font-medium;
  font-size: 24px;
  color: #E9C864;
  margin-bottom: 50px;
  position: relative;
}
.relation_us_l_t::after{
  content: '';
  width: 23px;
  height: 2px;
  background: #E9C864;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.relation_us_l_txt{
  margin-bottom: 30px;
}
.relation_us_l_txt_t{
  display: block;
  font-family: font-medium;
  color: #E9C864;
  font-size: 16px;
  margin-bottom: 15px;
}
.relation_us_l_txt p{
  font-size: 15px;
  color: #ADADAD;
  margin-bottom: 8px;
}

/* 底部 */
.footer{
  width: 100%;
}
.footer_top{
  width: 1200px;
  height: 100px;
  margin: 0 auto;
}
.footer_top_logo{
  padding-top: 26px;
  width: 540px;
  float: left;
}
.footer_top_logo_l{
  width: 170px;
  float: left;
  margin-right: 12px;
}
.footer_top_logo_r{
  width: 200px;
  float: left;
}
.footer_top_logo_r label{
  display: block;
  font-size: 18px;
  color: #8E8E8E;
  background: linear-gradient(0deg, #CCA66B 0%, #985E3B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.footer_top_logo_r span{
  display: block;
  color: #F4D361;
  font-size: 14px;
  background: linear-gradient(0deg, #CCA66B 0%, #985E3B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer_top_nav{
  width: 600px;
  margin-left: 50px;
  float: left;
  line-height: 100px;
}
.footer_top_nav a{
  display: inline-block;
  font-size: 14px;
  color: #8E8E8E;
  margin-right: 30px;
  background: linear-gradient(0deg, #CCA66B 0%, #985E3B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer_bottom{
  line-height: 60px;
  text-align: center;
}
.footer_bottom span{
  display: inline-block;
  font-size: 14px;
  color: #6E6E6E;
  background: linear-gradient(0deg, #CCA66B 0%, #985E3B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}





/* 关于我们 */

/* 动画 */
.box div:nth-child(1){
	animation-delay: 0.2s;
}
.box div:nth-child(2){
	animation-delay: 0.4s;
}
.box div:nth-child(3){
	animation-delay: 0.6s;
}
.box div:nth-child(4){
	animation-delay: 0.8s;
}
.box div:nth-child(5){
	animation-delay: 1s;
}
.box div:nth-child(6){
	animation-delay: 1.2s;
}
.box div:nth-child(7){
	animation-delay: 1.4s;
}
.box div:nth-child(8){
	animation-delay: 1.6s;
}
/* 关于我们 */
.wrap{
	width: 100%;
}
.nuobo_center{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.banner{
	width: 100%;
	height: 300px;
    position: relative;
}
.banner img{
	width: 100%;
	height: 100%;
}
.title{
	width: 1200px;
	height: 100%;
	padding-top: 119px;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 9;
	font-size: 30px;
	color: #FFFFFF;
	font-family: font-medium;
}
.container{
	width: 100%;
	height: 762px;
	background: url(../image/aboutus_bg.png) center / cover;
}
.nav-box{
	padding: 25px 0 36px 0;
	box-sizing: border-box;
	color: #ADADAD;
	font-size: 14px;
	font-family: font-regular;
}
.nav-box a{
	color: #ADADAD;
	font-size: 14px;
	cursor: pointer;
	font-family: font-regular;
}
.nav-box img{
	width: 13px;
	height: 20px;
	float: left;
	margin-right: 10px;
}
.nav-box p{
	float: left;
}
.icon_box,.txt2{
	width: 480px;
	float: left;
}
.icon_box img{
	width: 480px;
}
.introduce{
	width: 667px;
	padding: 20px 0 34px 0;
	box-sizing: border-box;
	float: right;
}
.introduce h3{
	font-size: 24px;
	font-family: font-medium;
	color: #FFFFFF;
	background: linear-gradient(0deg, #CCA66B 0%, #985E3B 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
}
.introduce .line{
	width: 23px;
	height: 2px;
	margin: 34px 0;
	background: linear-gradient(0deg, #CCA66B, #985E3B);
}
.txt{
	color: #ADADAD;
	font-size: 14px;
	font-family: font-light;
	line-height: 38px;
	text-indent: 20px;
}
.txt2{
	padding: 60px 0 46px 0;
	box-sizing: border-box;
}
.icon_box2{
	width: 667px;
	float: right;
}
.icon_box2 img{
	width: 317px;
	height: 237px;
}
.icon1{
	float: left;
}
.icon2{
	float: right;
}
.phone_icon{
	display: none;
}
.pc_icon{
	display: block;
}
/* 新闻中心 */
.news{
	height: auto;
	background: none;
	background-color: #141414;
	padding-bottom: 20px;
}
.news_list{
	width: 100%;
	padding-bottom: 24px;
	border-bottom: 1px solid #ADADAD;
	margin-bottom: 25px;
	overflow: hidden;
}
.timer{
	float: left;
}
.news_content{
	float: right;
}
.timer{
	width: 84px;
	height: 84px;
	background: linear-gradient(45deg, #464646, #E7E7E7);
	opacity: 0.3;
	filter:alpha(opacity=30);
	padding: 12px 0px;
	text-align: center;
	font-family: font-medium;
	color: #FFFFFF;
	font-size: 24px;
	box-sizing: border-box;
	transition: all .5s;
	
}
.timer .day{
	font-size: 14px;
}
.news_list:hover .timer{
	background: #E9C864;
	color: #101010;
}
.news_list:hover .news_content h3{
	color: #E9C864;
}
.news_content h3{
	color: #FFFFFF;
	font-size: 18px;
	font-family: font-regular;
	margin-bottom: 8px;
	transition: all .6s;
}
.news_txt{
	width: 1100px;
	color: #ADADAD;
	font-size: 12px;
	font-family: font-light;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 2;    
	overflow: hidden;
}
/* 新闻详情 */


.news_details{
  padding-bottom: 54px;
  height: auto;
  background: none;
  background-color: #141414;
}
.new_title{
	padding-bottom: 24px;
	border-bottom:1px solid #4A4A4A ;
	text-align: center;
	font-family: font-regular;
}
.new_title h3{
	font-size: 24px;
	color: #FFFFFF;
	margin-bottom: 16px;
}
.new_title p{
	color: #6E6E6E;
	font-size: 14px;
}
.new_details img{
	max-width: 500px;
	max-height: 352px;
	display: block;
	margin: 30px auto 30px;
}
.new_details .first{
	margin-top: 30px;
}
.new_details p {
	color: #ADADAD;
	font-size: 14px;
	font-family: font-light;
	line-height: 38px;
}

.prev a{
	color: #ADADAD;
	font-size: 14px;
	font-family: font-light;
	display: block;
	/* margin: 40px 0 18px 0; */
}
/*
.prev a{
	color: #ADADAD;
	font-size: 14px;
	font-family: font-light;
	display: block;
	margin: 40px 0 18px 0;
}
*/
.next a{
	color: #FFFFFF;
	font-size: 14px;
	font-family: font-light;	
}
/* 产品展示 */
.productShow{
	height: auto;
	background: none;
	background-color: #141414;
	padding-bottom: 26px;
}
.productShow_tab{
	padding:  0  142px;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 36px;
}
.productShow_tab li{
	width: 213px;
	height: 50px;
	float: left;
	text-align: center;
    margin-right: 20px;
    cursor: pointer;
	line-height: 50px;
	background: url(../image/border.png) center / cover;
	
	
}
.productShow_tab li span{
	color: #FFFFFF;
	background: linear-gradient(0deg, #CCA66B 0%, #985E3B 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
}
.productShow_tab li:nth-child(4n){
	margin-right: 0;
}
.productShow_content{
	height: auto;
	width: 1200px;
	position: relative;
	overflow: hidden;
}
.productShow_content li{
	width: 1200px;
	overflow: hidden;
	display: none;
/* 	position: absolute;
	top: 0;
	left: 0; */
}
.productShow_list{
	width: 288px;
	float: left;
	margin: 0 16px 30px 0;
	text-align: center;
}
.productShow_list:nth-child(4n){
	margin-right: 0px;
} 
.img_box{}
.img_box,.img_box img{
	width: 290px;
	height: 390px;
	margin-bottom: 14px;
}
.productShow_list a{
	color: #CDCDCD;
	font-size: 14px;
	font-family: font-regular;
}
.productShow_list:hover a{
	color: #F4D361!important;
}
.tab_active{
	background: url(../image/border_active.png) no-repeat !important;

}
.tab_txt{
	-webkit-text-fill-color: #F4D361 !important;
	-moz-text-fill-color: #F4D361 !important;
}
.txt_active{
	color: #F4D361 !important;
}
.mask{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	display: none;
}
.big_box{
	width: 100%;
}
.big_box img{
	max-width: 700px;
	height: auto;
}
.close{
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	right: 20px;
	top: 20px;
	transition: all 0.6s;
}
.close:hover{
	transform: rotate(-360deg);
}
/* 联系我们 */
.contactUs{
	width: 100%;
	background: url(../image/contactus.png) center / cover;
	height: 820px;
	box-sizing: border-box;
}
.contact_info,.map_box{
	float: left;
	height: 669px;
}
.contact_info{
	width: 540px;
	background: #333333;
	opacity: 0.8;
	padding: 50px 0 0 60px;
	box-sizing: border-box;
}
.contact_info h3{
	color: #E9C864;
	font-family: font-medium;
	font-size: 24px;
}
.contact_info .line{
	width: 23px;
	height: 2px;
	background: #E9C864;
	margin: 30px 0 42px 0;
}
.info{
	margin-bottom: 30px;
}
.info li{
	color: #ADADAD;
	font-size: 16px;
	font-family: font-regular;
	margin-bottom: 14px;
}
.info li:first-child{
	color: #E9C864;
	font-family: font-medium;
	margin-bottom: 20px;
}
.map_box{
	width: 660px;
	background: rgba(0,0,0,.5);
}
.page_box{
	width: 450px;
	margin: 20px auto 0;
}

/*.pagination{ display:inline-block;}*/
 .page li,.pagination li{
	width: 34px;
	height: 34px;
	float: left;
	margin:0px 5px;
    border-radius: 50%;
	line-height: 34px;
	border: 1px solid #CDCDCD ;
}
.page a,.page-link{
	display: block;

	color: #CDCDCD;
	font-size: 18px;
	text-align: center;
}
.prev,.page,.next{
  float: left;
  
}
.prev,.next{
	/* width: 100px; */
	width:auto;
	line-height: 34px;
	display: block;
	/* border: 1px solid #CDCDCD ; */
	color: #CDCDCD;
	font-size: 18px;
	text-align: left;
	border-radius: 4px;
	box-sizing: border-box;
	transition: all .6s; 
	
}
.page-item:first-child,.page-item:last-child{
	width: 100px;
	
	line-height: 34px;
	display: block;
	border: 1px solid #CDCDCD ;
	color: #CDCDCD;
	font-size: 18px;
	text-align: center;
	border-radius: 4px;
	box-sizing: border-box;
	transition: all .6s; 
	
}
.active{
	border: 1px solid #F1D888 !important;
}
.active a{color:#F1D888 !important;}
@media screen and  (max-width: 750px){
.active{ border:0px solid #F1D888 !important;}
}
.prev{
	margin-right: 20px;
}
.prev:hover,.next:hover{
	border: 1px solid #F1D888 ;
	color: #F1D888;
}
.page li:hover{
	color: #FFFFFF;
	border: 1px solid #F1D888 ;
}
.page li:hover a{
	color: #F1D888;
}
.active_btn{
	border: 1px solid #F1D888 !important;
}
.active_txt{
	color: #F1D888 !important;
}

.icon{
	max-width: 1200px;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	overflow-x: auto;
}
.icon::-webkit-scrollbar {width: 16px;background: #ffffff; height: 10px;}
.icon::-webkit-scrollbar-track,
.icon::-webkit-scrollbar-thumb {border-radius: 999px;width: 20px; border: 5px solid transparent;}
.icon::-webkit-scrollbar-track {box-shadow: 1px 1px 5px #f4f4f4 inset;}
.icon::-webkit-scrollbar-thumb { width: 10px;min-height: 5px;background-clip: content-box;box-shadow: 0 0 0 5px #CDCDCD inset;}
.icon::-webkit-scrollbar-corner {background: #f4f4f4;}

/*stone 0209*/
.containerIndex{
	width: 100%;
}
.subject_center{
	width: 1200px;
	margin: 0 auto;
}

/* 头部 */
.header{
  width: 100%;
  background-color: #000;
}
.header_top_logo{
  height: 126px;
  float: left;
}
.header_top_lang{
  width: 190px;
  float: right;
  padding-top: 40px;
}
.header_top_lang_logo{
  height: 50px;
  margin: 0 0 10px 86px;
}
.header_top_lang_kind{
  text-align: right;
}
.header_top_nav{
	background: linear-gradient(0deg, #000000 45%, #131313 86%);
}
.header_top_lang_kind > a{
  display: inline-block;
  font-size: 12px;
  color: #8E8E8E;
  margin-left: 24px;
}
.header_top_lang_kind > a:first-child{
  margin-left: 0;
}
.header_top_lang_kind > a.on{
  color: #F1D888;
}
.header_top_lang_kind > a:hover{
  color: #F1D888;
 
}
.header_top_nav_out{
  width: auto;
  float: left;
  padding: 17px 40px;
  margin-right: 55px;
  position: relative;
}
.header_top_nav_icon{
  width: 24px;
  display: none;
}
.header_top_nav_out_a{
  display: block;
  font-family: font-light;
  font-size: 16px;
  color: #8E8E8E;
}
.header_top_nav_in{
  width: 100%;
  height: auto;
  padding-top: 20px;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  background-color: #10100d;
}
.header_top_nav_in_a{
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  color: #666;
}
.header_top_nav_in_a:hover{
  color: #ffc33a;
  background-color: #333;
}

/* hover */
.header_top_nav_out.on{
  border-bottom: 2px solid #E9CA5D;
}
.header_top_nav_out.on .header_top_nav_out_a{
  font-family: font-bold;
  color: #FFDD66;
}
.header_top_nav_out:hover{
  border-bottom: 2px solid #E9CA5D;
}
.header_top_nav_out:hover .header_top_nav_out_a{
  font-family: font-bold;
  color: #FFDD66;
}
.header_top_nav_out:hover .header_top_nav_in{
  opacity: 1;
  visibility: visible;
}
.menu-list-h5{
  display: none;
}

/* 中心 */
.goin_nuobo{
  width: 100%;
  height: 735px;
  background: url(../image/goin_nuobo.png) center / cover no-repeat;
  position: relative;
}
.goin_nuobo_center{
  width: 1200px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.goin_nuobo_img{
  width: 600px;
  float: left;
}
.goin_nuobo_cont{
  width: 550px;
  float: right;
  padding-top: 20px;
}
.goin_nuobo_cont label{
  display: block;
  font-family: font-medium;
  background: linear-gradient(0deg, #CCA66B 0%, #985E3B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 70px;
}
.goin_nuobo_cont label::after{
  content: '';
  width: 23px;
  height: 2px;
  background: linear-gradient(0deg, #CCA66B, #985E3B);
  position: absolute;
  left: 0;
  bottom: -20px;
}
.goin_nuobo_cont p{
  font-family: font-light;
  font-size: 14px;
  color: #ADADAD;
  line-height: 38px;
  overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
  -webkit-line-clamp: 5;
  margin-bottom: 50px;
}
.common_more{
  display: block;
  width: 151px;
  height: 39px;
  background: url(../image/more_bg.png) no-repeat;
  text-align: center;
  line-height: 39px;
}
.common_more > i{
  display: block;
  background: linear-gradient(0deg, #CCA66B 0%, #985E3B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  font-size: 14px;
  color: #FEFEFE;
}
.product_show{
  width: 100%;
  height: 823px;
  background: url(../image/product_bg.png) center / cover no-repeat;
  position: relative;
}
.product_show_title{
  display: block;
  width: 200px;
  margin: 0 auto 80px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: linear-gradient(0deg, #CCA66B 0%, #985E3B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  font-family: font-medium;
  position: relative;
  margin-bottom: 80px;
}
.product_show_title::after{
  content: '';
  width: 23px;
  height: 2px;
  background: linear-gradient(0deg, #CCA66B, #985E3B);
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
}/*
.product_show_list li{
  width: 300px;
  height: 441px;
  background: url(../image/product_list_img2.png) center / cover no-repeat;
  float: left;
  padding-top: 70px;
  box-sizing: border-box;
  cursor: pointer;
  transition: bottom .8s;
}
.product_show_list li:hover{
	position: relative;
	bottom: 20px;
}
.product_show_list li.first{
  background: url(../image/product_list_img1.png) center / cover no-repeat;
}
.product_show_list_img_1{
  width: 40px;
  margin: 0 auto 30px;
}
.product_show_list li i{
  display: block;
  width: 20px;
  height: 4px;
  background: #6E6E6E;
  margin: 0 auto 30px;
}
.product_show_list li.first i{
  background: #E9C864;
}
.product_show_list_img_2{
  width: 195px;
  margin: 0 auto 50px;
}
.product_show_list_img_3{
  width: 236px;
  margin: 0 auto 50px;
}
.product_show_list_img_4{
  width: 223px;
  margin: 0 auto 50px;
}
.product_show_list_img_5{
  width: 208px;
  margin: 0 auto 50px;
}
.product_show_list li label{
  display: block;
  text-align: center;
  font-size: 16px;
  color: #182225;
  position: relative;
}
.product_show_list li label::after{
  content: '';
  width: 20px;
  height: 4px;
  background: #6E6E6E;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
}
.product_show_list li.first label{
  color: #E9C864;
}
.product_show_list li.first label::after{
  background: #E9C864;
}*/
.pro_center{
  margin: 45px auto 0;
}
.news_center{
  width: 100%;
  height: 751px;
  background: url(../image/news_bg.png) center / cover no-repeat;
  position: relative;
}

.news_list_img{
  width: 514px;
  float: left;
  position: relative;
}
.news_list_img_1{
  width: 454px;
}
.news_list_img_div{
  width: 204px;
  height: auto;
  background-color: #E9C864;
  padding: 40px 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news_list_img_div img{
  width: 140px;
  margin: 0 auto 5px;
}
.news_list_img_div span{
  display: block;
  font-family: font-medium;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.news_list_cont{
  width: 650px;
  float: right;
}
.news_list_cont_item{
  margin-bottom: 40px;
  padding-bottom: 20px;
	border-bottom: 1px dashed #ADADAD;
  cursor: pointer;
}
.news_list_cont_item:nth-child(3n){
  margin-bottom: 0;
}
.news_list_cont_item_l{
  width: 84px;
  height: 84px;
  background: linear-gradient(45deg, rgba(70,70,70,1),rgba(34,34,34,1));
  padding-top: 12px;
  box-sizing: border-box;
  float: left;
}
.news_list_cont_item_l label{
  display: block;
  font-family: font-medium;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 3px;
}
.news_list_cont_item_l i{
  display: block;
  font-size: 14px;
  text-align: center;
  font-family: font-medium;
  color: #fff;
}
.news_list_cont_item_r{
  width: 550px;
  float: right;
}
.news_list_cont_item_r label{
  display: block;
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}
.news_list_cont_item_r p{
  font-size: 14px;
  color: #ADADAD;
  line-height: 25px;
  overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
  -webkit-line-clamp: 2;
}
.news_list_cont_item:hover .news_list_cont_item_l{
  background: #E9C864;
}
.news_list_cont_item:hover .news_list_cont_item_l label, .news_list_cont_item:hover .news_list_cont_item_l i{
  color: #fff;
}
.news_list_cont_item:hover .news_list_cont_item_r label{
  color: #E9C864;
}
.relation_us_r{
  width: 660px;
  height: 616px;
  position: relative;
  float: right;
}
.relation_us{
  width: 1200px;
  margin: 0 auto 60px;
}
.relation_us_l{
  width: 540px;
  height: 616px;
  background-color: #333;
  padding: 40px 78px 0;
  box-sizing: border-box;
  float: left;
}
.relation_us_l_t{
  display: block;
  font-family: font-medium;
  font-size: 24px;
  color: #E9C864;
  margin-bottom: 50px;
  position: relative;
}
.relation_us_l_t::after{
  content: '';
  width: 23px;
  height: 2px;
  background: #E9C864;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.relation_us_l_txt{
  margin-bottom: 30px;
}
.relation_us_l_txt_t{
  display: block;
  font-family: font-medium;
  color: #E9C864;
  font-size: 16px;
  margin-bottom: 15px;
}
.relation_us_l_txt p{
  font-size: 15px;
  color: #ADADAD;
  margin-bottom: 8px;
}

/* 底部 */
.footer{
  width: 100%;
}
.footer_top{
  width: 1200px;
  height: 100px;
  margin: 0 auto;
}
.footer_top_logo{
  padding-top: 26px;
  width: 540px;
  float: left;
}
.footer_top_logo_l{
  width: 170px;
  float: left;
  margin-right: 12px;
}
.footer_top_logo_r{
  width: 200px;
  float: left;
}
.footer_top_logo_r label{
  display: block;
  font-size: 18px;
  color: #8E8E8E;
  background: linear-gradient(0deg, #CCA66B 0%, #985E3B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.footer_top_logo_r span{
  display: block;
  color: #F4D361;
  font-size: 14px;
  background: linear-gradient(0deg, #CCA66B 0%, #985E3B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer_top_nav{
  width: 600px;
  margin-left: 50px;
  float: left;
  line-height: 100px;
}
.footer_top_nav a{
  display: inline-block;
  font-size: 14px;
  color: #8E8E8E;
  margin-right: 30px;
  background: linear-gradient(0deg, #CCA66B 0%, #985E3B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer_bottom{
  line-height: 60px;
  text-align: center;
}
.footer_bottom span{
  display: inline-block;
  font-size: 14px;
  color: #6E6E6E;
  background: linear-gradient(0deg, #CCA66B 0%, #985E3B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}





/* 关于我们 */

/* 动画 */
.box div:nth-child(1){
	animation-delay: 0.2s;
}
.box div:nth-child(2){
	animation-delay: 0.4s;
}
.box div:nth-child(3){
	animation-delay: 0.6s;
}
.box div:nth-child(4){
	animation-delay: 0.8s;
}
.box div:nth-child(5){
	animation-delay: 1s;
}
.box div:nth-child(6){
	animation-delay: 1.2s;
}
.box div:nth-child(7){
	animation-delay: 1.4s;
}
.box div:nth-child(8){
	animation-delay: 1.6s;
}
/* 关于我们 */
.wrap{
	width: 100%;
}
.nuobo_center{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.banner{
	width: 100%;
	height: 300px;
    position: relative;
}
.banner img{
	width: 100%;
	height: 100%;
}
.title{
	width: 1200px;
	height: 100%;
	padding-top: 119px;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 9;
	font-size: 30px;
	color: #FFFFFF;
	font-family: font-medium;
}
.container{
	width: 100%;
	height: 762px;
	background: url(../image/aboutus_bg.png) center / cover;
}
.nav-box{
	padding: 25px 0 36px 0;
	box-sizing: border-box;
	color: #ADADAD;
	font-size: 14px;
	font-family: font-regular;
}
.nav-box a{
	color: #ADADAD;
	font-size: 14px;
	cursor: pointer;
	font-family: font-regular;
}
.nav-box img{
	width: 13px;
	height: 20px;
	float: left;
	margin-right: 10px;
}
.nav-box p{
	float: left;
}
.icon_box,.txt2{
	width: 480px;
	float: left;
}
.icon_box img{
	width: 480px;
}
.introduce{
	width: 667px;
	padding: 20px 0 34px 0;
	box-sizing: border-box;
	float: right;
}
.introduce h3{
	font-size: 24px;
	font-family: font-medium;
	color: #FFFFFF;
	background: linear-gradient(0deg, #CCA66B 0%, #985E3B 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
}
.introduce .line{
	width: 23px;
	height: 2px;
	margin: 34px 0;
	background: linear-gradient(0deg, #CCA66B, #985E3B);
}
.txt{
	color: #ADADAD;
	font-size: 14px;
	font-family: font-light;
	line-height: 38px;
	text-indent: 20px;
}
.txt2{
	padding: 60px 0 46px 0;
	box-sizing: border-box;
}
.icon_box2{
	width: 667px;
	float: right;
}
.icon_box2 img{
	width: 317px;
	height: 237px;
}
.icon1{
	float: left;
}
.icon2{
	float: right;
}
.phone_icon{
	display: none;
}
.pc_icon{
	display: block;
}
/* 新闻中心 */
.news{
	height: auto;
	background: none;
	background-color: #141414;
	padding-bottom: 20px;
}
.news_list{
	width: 100%;
	padding-bottom: 24px;
	border-bottom: 1px dashed #ADADAD;
	cursor: pointer;
	margin-bottom: 25px;
	overflow: hidden;
}
.timer{
	float: left;
}
.news_content{
	float: right;
}
.timer{
	width: 84px;
	height: 84px;
	background: linear-gradient(45deg, #464646, #222222);
	opacity: 0.3;
	filter:alpha(opacity=30);
	padding: 12px 0px;
	text-align: center;
	font-family: font-medium;
	color: #FFFFFF;
	font-size: 24px;
	box-sizing: border-box;
	transition: all .5s;
	
}
.timer .day{
	font-size: 14px;
}
.news_list:hover .timer{
	background: #E9C864;
	color: #101010;
}
.news_list:hover .news_content h3{
	color: #E9C864;
}
.news_content h3{
	color: #FFFFFF;
	font-size: 18px;
	font-family: font-regular;
	margin-bottom: 8px;
	transition: all .6s;
}
.news_txt{
	width: 1100px;
	color: #ADADAD;
	font-size: 12px;
	font-family: font-light;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 2;    
	overflow: hidden;
}
/* 新闻详情 */


.news_details{
  padding-bottom: 54px;
  height: auto;
  background: none;
  background-color: #141414;
}
.new_title{
	padding-bottom: 24px;
	border-bottom:1px solid #4A4A4A ;
	text-align: center;
	font-family: font-regular;
}
.new_title h3{
	font-size: 24px;
	color: #FFFFFF;
	margin-bottom: 16px;
}
.new_title p{
	color: #6E6E6E;
	font-size: 14px;
}
.new_details img{
	max-width: 500px;
	max-height: 352px;
	display: block;
	margin: 30px auto 30px;
}
.new_details .first{
	margin-top: 30px;
}
.new_details p {
	color: #ADADAD;
	font-size: 14px;
	font-family: font-light;
	line-height: 38px;
}

.prev a{
	color: #ADADAD;
	font-size: 14px;
	font-family: font-light;
	display: block;
}
.next a{
	color: #FFFFFF;
	font-size: 14px;
	font-family: font-light;	
}
/* 产品展示 */
.productShow{
	height: auto;
	background: none;
	background-color: #141414;
	padding-bottom: 26px;
}
.productShow_tab{
	padding:  0  142px;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 36px;
}
.productShow_tab li{
	width: 213px;
	height: 50px;
	float: left;
	text-align: center;
    margin-right: 20px;
    cursor: pointer;
	line-height: 50px;
	background: url(../image/border.png) center / cover;
	
	
}
.productShow_tab li span{
	color: #FFFFFF;
	background: linear-gradient(0deg, #CCA66B 0%, #985E3B 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
}
.productShow_tab li:nth-child(4n){
	margin-right: 0;
}
.productShow_content{
	height: auto;
	width: 1200px;
	position: relative;
	overflow: hidden;
}
.productShow_content li{
	width: 1200px;
	overflow: hidden;
	display: none;
/* 	position: absolute;
	top: 0;
	left: 0; */
}
.productShow_list{
	width: 288px;
	float: left;
	margin: 0 16px 30px 0;
	text-align: center;
	cursor: pointer;
}
.productShow_list:nth-child(4n){
	margin-right: 0px;
} 
.img_box{}
.img_box,.img_box img{
	width: 290px;
	height: 390px;
	margin-bottom: 14px;
}
.productShow_list a{
	color: #CDCDCD;
	font-size: 14px;
	font-family: font-regular;
}
.productShow_list:hover a{
	color: #F4D361!important;
}
.tab_active{
	background: url(../image/border_active.png) no-repeat !important;

}
.tab_txt{
	-webkit-text-fill-color: #F4D361 !important;
	-moz-text-fill-color: #F4D361 !important;
}
.txt_active{
	color: #F4D361 !important;
}
.mask{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	display: none;
}
.big_box{
	width: 100%;
}
.big_box img{
	max-width: 700px;
	height: auto;
}
.close{
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	right: 20px;
	top: 20px;
	transition: all 0.6s;
}
.close:hover{
	transform: rotate(-360deg);
}
/* 联系我们 */
.contactUs{
	width: 100%;
	background: url(../image/contactus.png) center / cover;
	height: 820px;
	box-sizing: border-box;
}
.contact_info,.map_box{
	float: left;
	height: 669px;
}
.contact_info{
	width: 540px;
	background: #333333;
	opacity: 0.8;
	padding: 50px 0 0 60px;
	box-sizing: border-box;
}
.contact_info h3{
	color: #E9C864;
	font-family: font-medium;
	font-size: 24px;
}
.contact_info .line{
	width: 23px;
	height: 2px;
	background: #E9C864;
	margin: 30px 0 42px 0;
}
.info{
	margin-bottom: 30px;
}
.info li{
	color: #ADADAD;
	font-size: 16px;
	font-family: font-regular;
	margin-bottom: 14px;
}
.info li:first-child{
	color: #E9C864;
	font-family: font-medium;
	margin-bottom: 20px;
}
.map_box{
	width: 660px;
	background: rgba(0,0,0,.5);
}
.page_box{
	width: 450px;
	margin: 20px auto 0;
}
 .page li{
	width: 34px;
	height: 34px;
	float: left;
	margin-right: 20px;
    border-radius: 50%;
	line-height: 34px;
	border: 1px solid #CDCDCD ;
}
.new_details{
	margin-bottom: 30px;
}
.page a{
	display: block;

	color: #CDCDCD;
	font-size: 18px;
	text-align: center;
}
.prev,.page,.next{
  float: left;
  
}
.prev,.next{
	width: 100%;
	line-height: 30px;
	display: block;
	color: #CDCDCD;
	font-size: 18px;
	/* border-bottom: 1px solid transparent; */
	border-radius: 4px;
	box-sizing: border-box;
	transition: all .6s; 
}
.prev:hover,.next:hover{ border:none;}
.prev{
	margin-right: 20px;
}
.prev:hover,.next:hover{
	/* border-bottom: 1px solid #F1D888 ; */
}
.prev:hover a, .next:hover a{
	color: #F1D888;
}
.page li:hover{
	color: #FFFFFF;
	border: 1px solid #F1D888 ;
}
.page li:hover a{
	color: #F1D888;
}
.active_btn{
	border: 1px solid #F1D888 !important;
}
.active_txt{
	color: #F1D888 !important;
}

.icon{
	max-width: 1200px;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	overflow-x: auto;
}
.icon::-webkit-scrollbar {width: 16px;background: #ffffff; height: 10px;}
.icon::-webkit-scrollbar-track,
.icon::-webkit-scrollbar-thumb {border-radius: 999px;width: 20px; border: 5px solid transparent;}
.icon::-webkit-scrollbar-track {box-shadow: 1px 1px 5px #f4f4f4 inset;}
.icon::-webkit-scrollbar-thumb { width: 10px;min-height: 5px;background-clip: content-box;box-shadow: 0 0 0 5px #CDCDCD inset;}
.icon::-webkit-scrollbar-corner {background: #f4f4f4;}

#products2{color:linear-gradient(0deg, #CCA66B 0%, #985E3B 100%);}



/*edit 1*/
.containerIndex{
	width: 100%;
}
.subject_center{
	width: 1200px;
	margin: 0 auto;
}

/* 头部 */
.header{
  width: 100%;
  background-color: #000;
}
.header_top_logo{
  height: 126px;
  float: left;
}
.header_top_lang{
  width: 190px;
  float: right;
  padding-top: 40px;
}
.header_top_lang_logo{
  height: 50px;
  margin: 0 0 10px 86px;
}
.header_top_lang_kind{
  text-align: right;
}
.header_top_nav{
	background: linear-gradient(0deg, #000000 45%, #131313 86%);
}
.header_top_lang_kind > a{
  display: inline-block;
  font-size: 12px;
  color: #8E8E8E;
  background: linear-gradient(0deg, #CCA66B 0%, #985E3B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 24px;
}
.header_top_lang_kind > a:first-child{
  margin-left: 0;
}
.header_top_lang_kind > a.on{
  color: #F1D888;
  background: none;
  background-clip: inherit;
  -webkit-text-fill-color: #F1D888;
}
.header_top_lang_kind > a:hover{
  color: #F1D888;
  background: none;
  background-clip: inherit;
  -webkit-text-fill-color: #F1D888;
   background:url(/static/index/image/language.gif) no-repeat center;
}
.header_top_nav_out{
  width: auto;
  float: left;
  padding: 17px 40px;
  margin-right: 55px;
  position: relative;
}
.header_top_nav_icon{
  width: 24px;
  display: none;
}
.header_top_nav_out_a{
  display: block;
  font-family: font-light;
  font-size: 16px;
	color: #8E8E8E;
  background: linear-gradient(0deg, #CCA66B 0%, #985E3B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header_top_nav_in{
  width: 100%;
  height: auto;
  padding-top: 20px;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  background-color: #10100d;
}
.header_top_nav_in_a{
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  color: #666;
}
.header_top_nav_in_a:hover{
  color: #ffc33a;
  background-color: #333;
}

/* hover */
.header_top_nav_out.on{
  border-bottom: 2px solid #E9CA5D;
}
.header_top_nav_out.on .header_top_nav_out_a{
  font-family: font-bold;
  color: #FFDD66;
  background: none;
  background-clip: inherit;
  -webkit-text-fill-color: #FFDD66;
}
.header_top_nav_out:hover{
  border-bottom: 2px solid #E9CA5D;
}
.header_top_nav_out:hover .header_top_nav_out_a{
  font-family: font-bold;
  color: #FFDD66;
  background: none;
  background-clip: inherit;
  -webkit-text-fill-color: #FFDD66;
}
.header_top_nav_out:hover .header_top_nav_in{
  opacity: 1;
  visibility: visible;
}
.menu-list-h5{
  display: none;
}

/* 中心 */
.goin_nuobo{
  width: 100%;
  height: 735px;
  background: url(../image/goin_nuobo.png) center / cover no-repeat;
  position: relative;
}
.goin_nuobo_center{
  width: 1200px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.goin_nuobo_img{
  width: 600px;
  float: left;
  overflow: hidden;
}
.goin_nuobo_img img{
	width: 100%;
	transition: transform .8s;
	cursor: pointer;
}
.goin_nuobo_img img:hover{
	transform: scale(1.2);
}
.goin_nuobo_cont{
  width: 550px;
  float: right;
  padding-top: 20px;
}
.goin_nuobo_cont label{
  display: block;
  font-family: font-medium;
  background: linear-gradient(0deg, #CCA66B 0%, #985E3B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 70px;
}
.goin_nuobo_cont label::after{
  content: '';
  width: 23px;
  height: 2px;
  background: linear-gradient(0deg, #CCA66B, #985E3B);
  position: absolute;
  left: 0;
  bottom: -20px;
}
.goin_nuobo_cont p{
  font-family: font-light;
  font-size: 14px;
  color: #ADADAD;
  line-height: 38px;
  overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
  -webkit-line-clamp: 5;
  margin-bottom: 50px;
}
.common_more{
  display: block;
  width: 151px;
  height: 39px;
  background: url(../image/more_bg.png) no-repeat;
  text-align: center;
  line-height: 39px;
}
.common_more > i{
  display: block;
  background: linear-gradient(0deg, #CCA66B 0%, #985E3B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  font-size: 14px;
  color: #FEFEFE;
}
.common_more:hover > i{
	color: #FFDD66;
	background: none;
	-webkit-background-clip: inherit;
	-webkit-text-fill-color: #FFDD66;
}
.product_show{
  width: 100%;
  height: 823px;
  background: url(../image/product_bg.png) center / cover no-repeat;
  position: relative;
}
.product_show_title{
  display: block;
  width: 200px;
  margin: 0 auto 80px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: linear-gradient(0deg, #CCA66B 0%, #985E3B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  font-family: font-medium;
  position: relative;
  margin-bottom: 80px;
}
.product_show_title::after{
  content: '';
  width: 23px;
  height: 2px;
  background: linear-gradient(0deg, #CCA66B, #985E3B);
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
}
.product_show_list li{
  width: 300px;
  height: 441px;
  background: url(../image/product_list_img2.png) center / cover no-repeat;
  float: left;
  padding-top: 70px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.company_name{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	text-align: center;
	padding-top: 180px;
	box-sizing: border-box;
	color: #fff;
	font-size: 24px;
	position: absolute;
	left: 0;
	bottom: -100%;
	transition: all .8s;
	z-index: 100;
}
.product_show_list li:hover .company_name{
	bottom: 0;
}
.product_show_list li.first{
  background: url(../image/product_list_img1.png) center / cover no-repeat;
}
.product_show_list_img_1{
  width: 40px;
  margin: 0 auto 30px;
}
.product_show_list li i{
  display: block;
  width: 20px;
  height: 4px;
  /* background: #6E6E6E; */
  background:#E9C864;
  margin: 0 auto 30px;
}
.product_show_list li.first i{
  background: #E9C864;
}
.product_show_list_img_2{
  width: 195px;
  margin: 0 auto 50px;
}
.product_show_list_img_3{
  width: 236px;
  margin: 0 auto 50px;
}
.product_show_list_img_4{
  width: 223px;
  margin: 0 auto 50px;
}
.product_show_list_img_5{
  width: 208px;
  margin: 0 auto 50px;
}
.product_show_list li label{
  display: block;
  text-align: center;
  font-size: 16px;
 /* color: #182225; */
  color:#E9C864;
  position: relative;
}
.product_show_list li label::after{
  content: '';
  width: 20px;
  height: 4px;
  /* background: #6E6E6E; */
  background:#E9C864;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
}
.product_show_list li.first label{
  color: #E9C864;
}
.product_show_list li.first label::after{
  background: #E9C864;
}
.pro_center{
  margin: 45px auto 0;
}
.news_center{
  width: 100%;
  height: 751px;
  background: url(../image/news_bg.png) center / cover no-repeat;
  position: relative;
}

.news_list_img{
  width: 514px;
  float: left;
  position: relative;
}
.news_list_img_1{
  width: 454px;
}
.news_list_img_div{
  width: 204px;
  height: auto;
  background-color: #E9C864;
  padding: 40px 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news_list_img_div img{
  width: 140px;
  margin: 0 auto 5px;
}
.news_list_img_div span{
  display: block;
  font-family: font-medium;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.news_list_cont{
  width: 650px;
  float: right;
}
.news_list_cont_item{
  margin-bottom: 40px;
  padding-bottom: 20px;
	border-bottom: 1px dashed rgba(173,173,173,.6);
  cursor: pointer;
}
.news_list_cont_item:nth-child(3n){
  margin-bottom: 0;
}
.news_list_cont_item_l{
  width: 84px;
  height: 84px;
  background: linear-gradient(45deg, rgba(70,70,70,1),rgba(34,34,34,1));
  padding-top: 12px;
  box-sizing: border-box;
  float: left;
}
.news_list_cont_item_l label{
  display: block;
  font-family: font-medium;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 3px;
}
.news_list_cont_item_l i{
  display: block;
  font-size: 14px;
  text-align: center;
  font-family: font-medium;
  color: #fff;
}
.news_list_cont_item_r{
  width: 550px;
  float: right;
}
.news_list_cont_item_r label{
  display: block;
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}
.news_list_cont_item_r p{
  font-size: 14px;
  color: #ADADAD;
  line-height: 25px;
  overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
  -webkit-line-clamp: 2;
}
.news_list_cont_item:hover .news_list_cont_item_l{
  background: #E9C864;
}
.news_list_cont_item:hover .news_list_cont_item_l label, .news_list_cont_item:hover .news_list_cont_item_l i{
  color: #fff;
}
.news_list_cont_item:hover .news_list_cont_item_r label{
  color: #E9C864;
}
.relation_us_r{
  width: 660px;
  height: 616px;
  position: relative;
  float: right;
}
.relation_us_r img{
	width: 100%;
	height: 100%;
}
.relation_us{
  width: 1200px;
  margin: 0 auto 60px;
}
.relation_us_l{
  width: 540px;
  height: 616px;
  background-color: #333;
  padding: 40px 78px 0;
  box-sizing: border-box;
  float: left;
}
.relation_us_l_t{
  display: block;
  font-family: font-medium;
  font-size: 24px;
  color: #E9C864;
  margin-bottom: 50px;
  position: relative;
}
.relation_us_l_t::after{
  content: '';
  width: 23px;
  height: 2px;
  background: #E9C864;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.relation_us_l_txt{
  margin-bottom: 30px;
}
.relation_us_l_txt_t{
  display: block;
  font-family: font-medium;
  color: #E9C864;
  font-size: 16px;
  margin-bottom: 15px;
}
.relation_us_l_txt p{
  font-size: 15px;
  color: #ADADAD;
  margin-bottom: 8px;
}

/* 底部 */
.footer{
  width: 100%;
}
.footer_top{
  width: 1200px;
  height: 100px;
  margin: 0 auto;
}
.footer_top_logo{
  padding-top: 26px;
  width: 540px;
  float: left;
}
.footer_top_logo_l{
  width: 170px;
  float: left;
  margin-right: 12px;
}
.footer_top_logo_r{
  width: 200px;
  float: left;
}
.footer_top_logo_r label{
  display: block;
  font-size: 18px;
  color: #8E8E8E;
  background: linear-gradient(0deg, #CCA66B 0%, #985E3B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.footer_top_logo_r span{
  display: block;
  color: #F4D361;
  font-size: 14px;
  background: linear-gradient(0deg, #CCA66B 0%, #985E3B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer_top_nav{
  width: 600px;
  margin-left: 50px;
  float: left;
  line-height: 100px;
}
.footer_top_nav a{
  display: inline-block;
  font-size: 14px;
  color: #8E8E8E;
  margin-right: 30px;
  background: linear-gradient(0deg, #CCA66B 0%, #985E3B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer_bottom{
  line-height: 60px;
  text-align: center;
}
.footer_bottom span{
  display: inline-block;
  font-size: 14px;
  color: #6E6E6E;
  background: linear-gradient(0deg, #CCA66B 0%, #985E3B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}





/* 关于我们 */

/* 动画 */
.box div:nth-child(1){
	animation-delay: 0.2s;
}
.box div:nth-child(2){
	animation-delay: 0.4s;
}
.box div:nth-child(3){
	animation-delay: 0.6s;
}
.box div:nth-child(4){
	animation-delay: 0.8s;
}
.box div:nth-child(5){
	animation-delay: 1s;
}
.box div:nth-child(6){
	animation-delay: 1.2s;
}
.box div:nth-child(7){
	animation-delay: 1.4s;
}
.box div:nth-child(8){
	animation-delay: 1.6s;
}
/* 关于我们 */
.wrap{
	width: 100%;
}
.nuobo_center{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.banner{
	width: 100%;
	height: 300px;
    position: relative;
}
.banner img{
	width: 100%;
	height: 100%;
}
.title{
	width: 1200px;
	height: 100%;
	padding-top: 119px;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 9;
	font-size: 30px;
	color: #FFFFFF;
	font-family: font-medium;
}
.container{
	width: 100%;
	height: 762px;
	background: url(../image/aboutus_bg.png) center / cover;
}
.nav-box{
	padding: 25px 0 36px 0;
	box-sizing: border-box;
	color: #ADADAD;
	font-size: 14px;
	font-family: font-regular;
}
.nav-box a{
	color: #ADADAD;
	font-size: 14px;
	cursor: pointer;
	font-family: font-regular;
}
.nav-box img{
	width: 13px;
	height: 20px;
	float: left;
	margin-right: 10px;
}
.nav-box p{
	float: left;
}
.icon_box,.txt2{
	width: 480px;
	float: left;
}
.icon_box img{
	width: 480px;
}
.introduce{
	width: 667px;
	padding: 20px 0 34px 0;
	box-sizing: border-box;
	float: right;
}
.introduce h3{
	font-size: 24px;
	font-family: font-medium;
	color: #FFFFFF;
	background: linear-gradient(0deg, #CCA66B 0%, #985E3B 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
}
.introduce .line{
	width: 23px;
	height: 2px;
	margin: 34px 0;
	background: linear-gradient(0deg, #CCA66B, #985E3B);
}
.txt{
	color: #ADADAD;
	font-size: 14px;
	font-family: font-light;
	line-height: 38px;
	text-indent: 20px;
}
.txt2{
	padding: 60px 0 46px 0;
	box-sizing: border-box;
}
.icon_box2{
	width: 667px;
	float: right;
}
.icon_box2 img{
	width: 317px;
	height: 237px;
}
.icon1{
	float: left;
}
.icon2{
	float: right;
}
.phone_icon{
	display: none;
}
.pc_icon{
	display: block;
}
/* 新闻中心 */
.news{
	height: auto;
	background: none;
	background-color: #141414;
	padding-bottom: 20px;
}
.news_list{
	width: 100%;
	padding-bottom: 24px;
	border-bottom: 1px dashed #ADADAD;
	cursor: pointer;
	margin-bottom: 25px;
	overflow: hidden;
}
.timer{
	float: left;
}
.news_content{
	float: right;
}
.timer{
	width: 84px;
	height: 84px;
	background: linear-gradient(45deg, #464646, #222222);
	opacity: 0.3;
	filter:alpha(opacity=30);
	padding: 12px 0px;
	text-align: center;
	font-family: font-medium;
	color: #FFFFFF;
	font-size: 24px;
	box-sizing: border-box;
	transition: all .5s;
	
}
.timer .day{
	font-size: 14px;
}
.news_list:hover .timer{
	background: #E9C864;
	color: #101010;
}
.news_list:hover .news_content h3{
	color: #E9C864;
}
.news_content h3{
	color: #FFFFFF;
	font-size: 18px;
	font-family: font-regular;
	margin-bottom: 8px;
	transition: all .6s;
}
.news_txt{
	width: 1100px;
	color: #ADADAD;
	font-size: 12px;
	font-family: font-light;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 2;    
	overflow: hidden;
}
/* 新闻详情 */


.news_details{
  padding-bottom: 54px;
  height: auto;
  background: none;
  background-color: #141414;
}
.new_title{
	padding-bottom: 24px;
	border-bottom:1px solid #4A4A4A ;
	text-align: center;
	font-family: font-regular;
}
.new_title h3{
	font-size: 24px;
	color: #FFFFFF;
	margin-bottom: 16px;
}
.new_title p{
	color: #6E6E6E;
	font-size: 14px;
}
.new_details img{
	max-width: 500px;
	max-height: 352px;
	display: block;
	margin: 30px auto 30px;
}
.new_details .first{
	margin-top: 30px;
}
.new_details p {
	color: #ADADAD;
	font-size: 14px;
	font-family: font-light;
	line-height: 38px;
}

.prev a{
	color: #ADADAD;
	font-size: 14px;
	font-family: font-light;
	display: block;
}
.next a{
	color: #FFFFFF;
	font-size: 14px;
	font-family: font-light;	
}
/* 产品展示 */
.productShow{
	height: auto;
	background: none;
	background-color: #141414;
	padding-bottom: 26px;
}
.productShow_tab{
	padding:  0  142px;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 36px;
}
.productShow_tab li{
	width: 213px;
	height: 50px;
	float: left;
	text-align: center;
    margin-right: 20px;
    cursor: pointer;
	line-height: 50px;
	background: url(../image/border.png) center / cover;
	
	
}
.productShow_tab li span{
	color: #FFFFFF;
	background: linear-gradient(0deg, #CCA66B 0%, #985E3B 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
}
.productShow_tab li:nth-child(4n){
	margin-right: 0;
}
.productShow_content{
	height: auto;
	width: 1200px;
	position: relative;
	overflow: hidden;
}
.productShow_content li{
	width: 1200px;
	overflow: hidden;
	display: none;
/* 	position: absolute;
	top: 0;
	left: 0; */
}
.productShow_list{
	width: 288px;
	float: left;
	margin: 0 16px 30px 0;
	text-align: center;
	cursor: pointer;
}
.productShow_list:nth-child(4n){
	margin-right: 0px;
} 
.img_box{}
.img_box,.img_box img{
	width: 290px;
	height: 390px;
	margin-bottom: 14px;
}
.productShow_list a{
	color: #CDCDCD;
	font-size: 14px;
	font-family: font-regular;
}
.productShow_list:hover a{
	color: #F4D361!important;
}
.tab_active{
	background: url(../image/border_active.png) no-repeat !important;

}
.tab_txt{
	-webkit-text-fill-color: #F4D361 !important;
	-moz-text-fill-color: #F4D361 !important;
}
.txt_active{
	color: #F4D361 !important;
}
.mask{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	display: none;
}
.big_box{
	width: 100%;
}
.big_box img{
	max-width: 700px;
	height: auto;
}
.close{
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	right: 20px;
	top: 20px;
	transition: all 0.6s;
}
.close:hover{
	transform: rotate(-360deg);
}
/* 联系我们 */
.contactUs{
	width: 100%;
	background: url(../image/contactus.png) center / cover;
	height: 820px;
	box-sizing: border-box;
}
.contact_info,.map_box{
	float: left;
	height: 669px;
}
.contact_info{
	width: 540px;
	background: #333333;
	opacity: 0.8;
	padding: 50px 0 0 60px;
	box-sizing: border-box;
}
.contact_info h3{
	color: #E9C864;
	font-family: font-medium;
	font-size: 24px;
}
.contact_info .line{
	width: 23px;
	height: 2px;
	background: #E9C864;
	margin: 30px 0 42px 0;
}
.info{
	margin-bottom: 30px;
}
.info li{
	color: #ADADAD;
	font-size: 16px;
	font-family: font-regular;
	margin-bottom: 14px;
}
.info li:first-child{
	color: #E9C864;
	font-family: font-medium;
	margin-bottom: 20px;
}
.map_box{
	width: 660px;
	background: rgba(0,0,0,.5);
}
.page_box{
	width: 450px;
	margin: 20px auto 0;
}
 .page li{
	width: 34px;
	height: 34px;
	float: left;
	margin-right: 20px;
    border-radius: 50%;
	line-height: 34px;
	border: 1px solid #CDCDCD ;
}
.new_details{
	margin-bottom: 30px;
}
.page a{
	display: block;

	color: #CDCDCD;
	font-size: 18px;
	text-align: center;
}
.prev,.page,.next{
  float: left;
  
}
.prev,.next{
	width: 100%;
	line-height: 30px;
	display: block;
	color: #CDCDCD;
	font-size: 18px;
	/* border-bottom: 1px solid transparent; */
	border-radius: 4px;
	box-sizing: border-box;
	transition: all .6s; 
}
.prev{
	margin-right: 20px;
}
.prev:hover,.next:hover{
	/* border-bottom: 1px solid #F1D888 ; */
}
.prev:hover a, .next:hover a{
	color: #F1D888;
}
.page li:hover{
	color: #FFFFFF;
	border: 1px solid #F1D888 ;
}
.page li:hover a{
	color: #F1D888;
}
.active_btn{
	border: 1px solid #F1D888 !important;
}
.active_txt{
	color: #F1D888 !important;
}

.icon{
	max-width: 1200px;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	overflow-x: auto;
}
.icon::-webkit-scrollbar {width: 16px;background: #ffffff; height: 10px;}
.icon::-webkit-scrollbar-track,
.icon::-webkit-scrollbar-thumb {border-radius: 999px;width: 20px; border: 5px solid transparent;}
.icon::-webkit-scrollbar-track {box-shadow: 1px 1px 5px #f4f4f4 inset;}
.icon::-webkit-scrollbar-thumb { width: 10px;min-height: 5px;background-clip: content-box;box-shadow: 0 0 0 5px #CDCDCD inset;}
.icon::-webkit-scrollbar-corner {background: #f4f4f4;}







