.containerIndex{
	width: 100%;
}
.subject_center{
	width: 1200px;
	margin: 0 auto;
}
body{ background:#fff !important; width:100% !important;
/* max-width:1920px !important;
margin:0 auto !important; 
*/}
/* 头部 */
.header{
  width: 100%;
  
}
.header_top_logo{
  height: 57px;
  float: left;
  margin-top:35px;
}
.header_top_lang{
  width: 190px;
  float: right;
  padding-top: 40px;
}
.header_top_lang_logo{
  height: 200px;
  margin:0px;
 /* 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;
  
  -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;
  
  -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;
  
  -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;
  
  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;
  
}
.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;
  
}
.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;
  
}





/* 关于我们 */

/* 动画 */
.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;
	
}
.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;
	
	-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: #fff;
	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;
	
	-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%;
	background:#fff;
}
.subject_center{
	width: 1200px;
	margin: 0 auto;
}

/* 头部 */
.header{
  width: 100%;
  background-color: #fff;
}
.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;
  
  -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{

}
.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;
  
  -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;
  
  -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;
  
  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;
  
}
.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;
  
}
.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;
  
}





/* 关于我们 */

/* 动画 */
.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;
	
}
.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;
	
	-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;
	
	-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:#c11d26 !important;
}
.header_top_logo{
  height: 57px !important;
  float: left;
  margin-top:35px;
}
.header_top_lang{
  width: 190px;
  float: right;
  padding-top: 10px;
  padding-bottom:10px;
}
.header_top_lang_logo{
  height: 200px !important;
  margin:0px !important;
 /* margin: 0 0 10px 86px; */
}

/*.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{
	width:641px;
	/* background: linear-gradient(0deg, #000000 45%, #131313 86%);*/
	background:none !important;
	margin-top:-90px;
}
.header_top_lang_kind > a{
  display: inline-block;
  font-size: 12px;
  color: #ff9096;
 
  background:none;
  -webkit-background-clip:none;
  -webkit-text-fill-color: none;
  margin-left: 24px;
}
.header_top_lang_kind > a:first-child{
  margin-left: 0;
}
.header_top_lang_kind > a.on{
  color: #fff;
  background: none;
  background-clip:none;
  -webkit-text-fill-color:none;
}
.header_top_lang_kind > a:hover{
  color: #fff;
  background: none;
  background-clip:none;
  -webkit-text-fill-color:none;
  /* background:url(/static/index/image/language.gif) no-repeat center;*/
   background:none;
}
.header_top_nav_out{
  width: auto;
  float: left;
  padding: 17px 12px;
  margin-right:18px;
  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: #ff9096;
  background:none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: none;
}
.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: #ff9096;
}
.header_top_nav_in_a:hover{
  color: #ffc33a;
  background-color: #333;
}

/* hover */
.header_top_nav_out.on{
  border-bottom:none;
}
.header_top_nav_out.on .header_top_nav_out_a{
  font-family: font-bold;
  color: #fff;
  background: none;
  background-clip: inherit;
  -webkit-text-fill-color:none;
}
.header_top_nav_out:hover{
  border-bottom:none;
}
.header_top_nav_out:hover .header_top_nav_out_a{
  font-family: font-bold;
  color: #fff;
  background: none;
  background-clip: inherit;
  -webkit-text-fill-color:none;
}
.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;
  
  -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: 28px;
  overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
  -webkit-line-clamp: 5;
  margin-bottom: 20px;
}

/*index_about */
.index_about_title{
	width:100%; margin:40px auto;height:72px;
}
.index_about_title_img{ margin:0 auto; width:215px; height:72px; display:block;}
/*stone about 2s*/
.goin_nuobo_flox{
  width:1200px;
  height:355px;
  margin:0 auto;
  
}
.goin_nuobo_center_flox{
  width: 1200px;
  height: 334px;
  
 
}
.goin_nuobo_img_flox{
  width: 576px;
  float: left;
  overflow: hidden;
}
.goin_nuobo_img_flox img{
	width: 576px;
	transition: transform .8s;
	cursor: pointer;
}
.goin_nuobo_img_flox img:hover{
	transform: scale(1.2);
}
.goin_nuobo_cont_flox{
  width: 582px;
  float: right;
  font-size:14px;
  padding-top: 20px;
}
.goin_nuobo_cont_flox label{
  display: block;
  font-family: font-medium;
  background: linear-gradient(0deg, #CCA66B 0%, #985E3B 100%);
  -webkit-background-clip: text;
  
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 70px;
}
.goin_nuobo_cont_flox label::after{
  content: '';
  width: 23px;
  height: 2px;
  background: linear-gradient(0deg, #CCA66B, #985E3B);
  position: absolute;
  left: 0;
  bottom: -20px;
}
.goin_nuobo_cont_flox p{
  font-family: font-light;
  font-size: 14px;
  color: #333;
  line-height: 28px;
  overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
  -webkit-line-clamp: 5;
  margin-bottom: 20px;
}

/*about 1 start*/
.about_p_txt{ text-indent:2em !important;}
/*stone about 2s*/
.goin_nuobo_flox1{
  width:1200px;
  height:355px;
  margin:0 auto;
 
}
.goin_nuobo_center_flox1{
  width:1200px;
  height:334px;
  
 
}
.goin_nuobo_img_flox1{
  width: 617px;
  float:right;
  overflow: hidden;
}
.goin_nuobo_img_flox1 img{
	width: 617px;
	transition: transform .8s;
	cursor: pointer;
}
.goin_nuobo_img_flox1 img:hover{
	transform: scale(1.2);
}
.goin_nuobo_cont_flox1{
  width: 576px;
  float:left;
  font-size:14px;
  padding-top: 20px;
}
.goin_nuobo_cont_flox1 label{
  display: block;
  font-family: font-medium;
  background: linear-gradient(0deg, #CCA66B 0%, #985E3B 100%);
  -webkit-background-clip: text;
  
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 70px;
}
.goin_nuobo_cont_flox1 label::after{
  content: '';
  width: 23px;
  height: 2px;
  background: linear-gradient(0deg, #CCA66B, #985E3B);
  position: absolute;
  left: 0;
  bottom: -20px;
}
.goin_nuobo_cont_flox1 p{
  font-family: font-light;
  font-size: 14px;
  color: #333;
  line-height: 28px;
  overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
  -webkit-line-clamp: 5;
  margin-bottom: 20px;
}
/*about 1 end*/
.index_about_title_more{ width:151px; height:39px; margin:40px auto;}
.common_more_flox{
  display: block;
  width: 151px;
  height: 39px;
  /* background: url(../image/more_bg.png) no-repeat; */
  background:#c11d26;
  text-align: center;
  line-height: 39px;
}
.common_more_flox > i{
  display: block;
  background: linear-gradient(0deg, #CCA66B 0%, #985E3B 100%);
  -webkit-background-clip: text;
  
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  font-size: 14px;
  color: #FEFEFE;
}
.common_more_flox:hover > i{
	color: #ff9096;
	background: none;
	-webkit-background-clip: inherit;
	-webkit-text-fill-color: #ff9096;
}

/*stone about 2e*/
.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;
  
  -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;
  
  -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%;
  background:#333;
}
.footer_top{
  width: 1200px;
  height: 100px;
  margin: 0 auto;
}
.footer_top_logo{
  padding-top: 26px;
  width: 540px;
  float: left;
}
.footer_top_logo_l{
  width: 0px;
  float: left;
  margin-right: 12px;
}
.footer_top_logo_r{
  width: 200px;
  float: left;
}
.footer_top_logo_r label{
  display: block;
  font-size: 18px;
  color: #c1c1c1;
  background:none;
  -webkit-background-clip:none;
  -webkit-text-fill-color:none;
  margin-bottom: 10px;
}
.footer_top_logo_r span{
  display: block;
  color: #c1c1c1;
  font-size: 14px;
  background:none;
  -webkit-background-clip:none;
  -webkit-text-fill-color:none;
}
.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;
  
}
.footer_bottom{
  line-height: 60px;
  text-align: center;
}
.footer_bottom span{
  display: inline-block;
  font-size: 14px;
  color:#666 !important;
  background:none;
  -webkit-background-clip:none;
  
}
.footer_bottom span a{ color:#666;}





/* 关于我们 */

/* 动画 */
.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;
}
.flox_center{
	width:1200px;
	margin:0 auto;
	height:auto;
	overflow:hidden;
}
..flox_center img{ display:block; width:1200px; height:707px;}
.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;
	
}
.container_flox{
	width: 100%;
	height:auto;
	}
.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;
	
	-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: #fff;
	padding-bottom: 20px;
}
.news_list{
	width: 100%;
	padding-bottom: 24px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	margin-bottom: 25px;
	overflow: hidden;
}

.timer{
	float: left;
}
.news_content{
	float: right;
}
.timer{
	width: 84px;
	height: 84px;
	background: linear-gradient(45deg, #eee, #eee);
	opacity: 0.3;
	filter:alpha(opacity=30);
	padding: 12px 0px;
	text-align: center;
	font-family: font-medium;
	color: #c1c1c1;
	font-size: 24px;
	box-sizing: border-box;
	transition: all .5s;
	
}
.timer .day{
	font-size: 14px;
}
.news_list:hover {border-bottom: 1px solid #c11d26 !important;}
.news_list:hover .timer{
	background: #c11d26;
	color: #fff;
}
.news_list:hover .news_content h3{
	color: #c11d26 !important;
}
.news_content h3{
	color: #333 !important;
	font-size: 18px;
	font-family: font-regular;
	margin-bottom: 8px;
	transition: all .6s;
}
.news_txt{
	width: 1100px;
	color: #666;
	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:#fff;
}
.new_title{
	padding-bottom: 24px;
	border-bottom:1px solid #4A4A4A ;
	text-align: center;
	font-family: font-regular;
}
.new_title h3{
	font-size: 24px;
	color:#333;
	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{ color:#666;}
.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;
}
.prev a:hover,.next a:hover{color:#c11d26 !important;}

.next a{
	color: #ADADAD;
	font-size: 14px;
	font-family: font-light;	
}
/* 产品展示 */
.productShow{
	height: auto;
	background: none;
	background-color: #fff;
	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;
	
	-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: #666;
	font-size: 14px;
	font-family: font-regular;
}
.productShow_list a:hover{
color:#c11d26;
}
.productShow_list:hover a{
	color: #c11d26 !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/contact_bj.jpg) center / cover;
	height: 466px;
	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;}


/*product stone*/
/*product title */
.index_pro_title{
	width:100%; 
	padding:40px 0px;
	height:72px;
	background:#f3f3f3;
}
.index_pro_title_img{ margin:0 auto; width:188px; height:72px; display:block;}


.pro_nuobo_flox{
  width:100%;
  height:355px;
  margin:0 auto;
  background:#f3f3f3;
}
.pro_nuobo_center_flox{
  width: 1200px;
  height: 334px;
  margin:0 auto;
 
 
}


.pro_con .con_right {
    width: 1200px;
	height:328px;
	float:left;
	
	
}
.pro_con .con_right .r_bot {
	margin-top:0px;
}

	  .pro_con .con_right .r_bot dl {
	width: 278px;
	margin:0 20px 18px 0;
	float: left;
}
.pro_con .con_right .r_bot dl:nth-child(4n) {
	margin-right: 0;
}
.pro_con .con_right .r_bot dl dt {
	width: 276px;
	border: 1px solid #d8d8d8;
	overflow: hidden;
	text-align: center;
	
}
.pro_con .con_right .r_bot dl dt img {
	display: block;
	width: 278px;
	height: 278px;
	transition: all 0.5s;
}
.pro_con .con_right .r_bot dl dd {
	width:278px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	background:url(../image/pro_title_a.jpg) #7b7b7b no-repeat center;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.pro_con .con_right .r_bot dl dd a {
	color: #666;
	display:inline-block;
	width:278px;
	height: 48px;
}

.pro_con .con_right .r_bot dl dd a:hover {
	color: #fff;
}
.pro_con .con_right .r_bot dl:hover dt img {
	transform: scale(1.1);
}
.pro_con .con_right .r_bot dl:hover dd {
	width:278px;
	height: 48px;
	line-height: 48px;
	background:url(../image/pro_title_hover.jpg) #c11d26 no-repeat center;
	color:#fff;
}

.pro_con .con_right .r_bot dl:hover .dda {
	width:278px;
	height: 48px;
	line-height: 48px;
	background:url(../image/pro_title_hover.jpg) #c11d26 no-repeat center;
	color:#fff;
}

.clearfix_flox {
    zoom: 1;
}


.index_prot_title_bj{
	background:#f3f3f3;
	padding:40px 0px;
	width:100%;
height:39px;
}
.index_pro_title_more{ width:151px; height:39px; margin:0px auto; 
}
.common_pro_more_flox{
  display: block;
  width: 151px;
  height: 39px;
  /* background: url(../image/more_bg.png) no-repeat; */
  background:#c11d26;
  text-align: center;
  line-height: 39px;
}
.common_pro_more_flox > i{
  display: block;
  background: linear-gradient(0deg, #CCA66B 0%, #985E3B 100%);
  -webkit-background-clip: text;
  
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  font-size: 14px;
  color: #FEFEFE;
}
.common_pro_more_flox:hover > i{
	color: #ff9096;
	background: none;
	-webkit-background-clip: inherit;
	-webkit-text-fill-color: #ff9096;
}


/**
news 头图
*/
.page_news { width:1200px; height:220px; }
.page_news .list {
    width: 1200px;
    margin: 0 auto;
	
}
.page_news .list li {
    margin-bottom: 20px;
}

.page_news .list .img_news {
    width: 356px;
	height:200px;
    float:left;
    
	background:#360;
}
.page_news .list .img_news img{ 
display:inline-block; 
width:356px; 
height:200px;
}

.page_news h3 {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
	
}
.top_news_a{color:#333;}
.top_news_a:hover{color:#c11d26;}
.page_news .list .text_news {
    float:right;
	width:824px;
    padding-top:0px;
    overflow: hidden;

}
.page_news .time_news {
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 0px;
    color: #666;
}


.page_news p {
    line-height: 28px;
    height: 130px;
    overflow: hidden;
    color: #666;
    margin: 10px 0;
}

/**
pro_index_nav
*/
.pro_list_index_nav_flox{width:100%; height:58px; background:#f7f7f7; border-bottom:1px solid #d6d6d6; }
.pro_list_index_flox{width:1200px; margin:0 auto; }
.pro_list_flox_li{ float:left; padding:0px 10px; width:auto; height:58px; line-height:58px; text-align:center;}
.pro_list_flox_a{color:#333; display:inline-block; width:auto; height:58px; line-height:58px; text-align:center; }
.pro_list_flox_a:hover, .flox_active{color:#c11d26;border-bottom:1px solid #c11d26; }

/**
pro_title && line
*/
.pro_title_flox{ width:1200px; height:24px; margin:0 auto; margin-bottom:40px;}
.pro_title_flox_line{ float:left; width:4px; height:24px; background:#c11d26;}
.pro_title_flox_h3{ margin-left:20px; float:left; height:24px; line-height:24px; font-size:24px; color:#c11d26;}

/**
tab product show
*/
.tab_pro_show{ width:1200px; min-height:350px;}
.tab_pro_show_left{ float:left; width:836px; min-height:350px; }
.tab_pro_show_left_p{  font-size:14px; color:#666; text-indent:2em; line-height:28px;}
.tab_pro_show_left a{ color:#333;}
.tab_pro_show_right{ float:right; width:320px; min-height:350px;}
/*sup {
    font-size: smaller;
}
table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: grey;
}*/

.flox_reg{ font-size:24px;}
.pro2_ul_flox{ margin:10px 0px;}
.pro2_ul_flox li{ font-size:14px; padding-left:12px; background:url(../image/flox_ico.jpg) no-repeat left center; }
.pro2_flox_title h4{ font-size:18px;}
.pro_tab_show_table h3{ font-size:20px;}







