.index_pro_bxo{
	padding: 35px 32px;
	border-top: 15px solid #be9c59;
	position: relative;
	margin-top: -50px;
	z-index: 9999;
	background: #f6f6f6;
	border-radius: 5px;
}
@font-face {
	font-family: 'Swiss911 Cm BT';
	src: url('../fonts/SWISS911 CM BT.TTF');
}
.i_pro_title h2{
	padding-bottom: 20px;
	text-transform: uppercase;
	font-family: Swiss911 Cm BT;
  	color: #be9c59;
}
.inews-title{
color: #FFFFFF; padding-bottom: 5px;
}
.inews-subtitle{
padding-bottom: 8px; color: #FFFFFF;
}
.more-1{float: left;}
.bu-1{position: absolute; left: 0; top: 0;}
.bu2{width: 100%;}
.b-over{overflow: hidden;}
.bu-3{margin-top: 79px;}
.bu-4{text-align: center;}
  .bu-5{position: absolute; left: 0; top: 0;}
.bu-6{top: 50%; margin-top: -150px;}
.bu-7{width: 28px;}
.i_pro_title div{
	width: 100%;
	height: 12px;
	border-top: 1px dashed #9c9c9c;
}
.i_pro_title img{
	float: left;
	margin-top: -6px;
}
.i_pro_title p{
	font-size: 14px;
	color: #343434;
}
.i_teb{
	margin-top: 40px;
}
.i_teb>div{
	padding: 0 8px;
}
.i_teb span{
	position: relative;
	text-align: center;
	width: 100%;
	float: left;
	background: #ffffff;
	color: #464646;
	font-size: 14px;
	cursor:pointer
}
.i_teb span img{
	position: absolute;
	bottom:-8px;
	left: 50%;
	margin-left: -8px;
	opacity: 0;
}
.i_pro_list{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.i_pro_box>div{
	
	padding: 0 8px;
}
.i_pro_box>div>img{
	width: 100%;
	overflow: hidden;
}
.pro_text{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: rgba(190,156,89,0.7);
	overflow: hidden;
	opacity: 0;
	transition: all 0.8s ease-in-out 0s;
}
.i_pro_box div:hover .pro_text{
	opacity: 1;
	transform: rotateX(1deg);
	-webkit-transform: rotateY(360deg);
}
.pro_text h1{
	margin-top: 30%;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 900;
	color: #FFFFFF;
}
.pro_text div{
 	height: 68px;
	font-size: 14px;
	color: #FFFFFF;
	padding: 0 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.pro_text div p{
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #FFFFFF;
}
.pro_title{
	margin: 5px auto;
	display: block;
}
.more{
	width: 140px;
    height: 38px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #be9c59;
	color: #be9c59;
	border-radius: 35px;
	margin: 18px auto;
}
.i_teb .on{
	color: #FFFFFF;
	background: #be9c59;
}
.i_teb .on img{
	opacity: 1;
}
.i_about{
	padding: 0;
	margin-top: 105px;
}
.about_img{
	padding-top: 48px;
	height: 330px;
	overflow: hidden;
}
.about_img div{
	width: 20%;
	padding: 0 5px;
	float: left;
}
.roll-wrap:hover .control{display: block;}
.roll-wrap{position: relative;width: 100%;height:225px;}
.roll-wrap .roll__list{}
.roll_row .roll__list::before, .roll_row .roll__list::after {content: "";display: table;line-height: 0;}
.roll_row .roll__list::after {clear: both;}
.roll_row .roll__list{width: 9999px;}
.roll_row .roll__list li{float: left;display: block;width: 285px;height: 260px;text-align: center;position: relative;z-index: 99;transition: all 0.5s;}
.roll_row .roll__list:hover .li{opacity: 0.3;}
.roll_row .roll__list .li:hover{z-index: 200;opacity: 1;}
.roll_row .roll__list li .zt{border: 4px solid #fff;transition: all 0.25s ease;position: relative;z-index: 99;}
.roll_row .roll__list li .zt:hover{border: 4px solid #fff;transition: all 0.25s ease;transform: scale(1.2,1.2);}


.roll_row .us_list li{
	position: relative;
	width: 425px;
}
.roll_row .us_list li .img{
	height: 100%;
}
.xg{
	position: absolute;
	top: 20px;
	left: 50%;
	z-index: 99999;
	opacity: 0;
	margin-left: -178px;
}
.xg:hover{
	opacity: 1;
}
.case_box{
	margin-top: 138px;
	margin-bottom: 115px;
	overflow: hidden;
}
.case_list{
	margin-top: 46px;
}
.case{
	padding: 23px 0;
	margin: 0 auto;
}
.case .i_img{
	width: 64px;
	height: 64px;
	background: #FFFFFF;
	margin: 0 auto;
	border-radius: 10px;
}
.case h5{
	padding: 20px 0;
	text-align: center;
	font-size: 16px;
	font-weight: 900;
}
.case p{
	height: 42px;
	color: #5f5f5f;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.case:hover{
	background: #be9c59;
	color: #FFFFFF;
}
.case:hover p{
	color: #FFFFFF;
}
.news_box{
	padding: 85px 0;
	background: #be9c59;
	overflow: hidden;
}
.i_news_list{
	margin-bottom: 20px;
	overflow: hidden;
}
.i_news_list:hover .time{
	color: #50390c;
}
.i_news_list:hover .i_news_text{
	color: #50390c;
}
.time{
	float: left;
	width: 62px;
	height: 62px;
	color: #FFFFFF;
}
.time h3{
	text-indent: 4px;
	font-weight: 900;
}
.time p{
	font-size: 12px;
}
.n_img{
	padding-right: 10px;
}
.i_news_text{
	width: 340px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #FFFFFF;
}
.n_form{
	overflow: hidden;
	border-left: 1px solid #FFFFFF;
}
.n_form li{
	padding: 0 30px;
	margin-bottom: 20px;
}
.n_form li input{
	padding: 5px;
	width: 100%;
	background: #FFFFFF;
}
.n_form li textarea{
	padding: 5px;
	width: 100%;
	background: #FFFFFF;
}
.n_form li {
	background: url(../img/x.png) no-repeat 98% 12px;
}
.n_form li:nth-of-type(5){
	background: none;
}
.n_form li:nth-of-type(4){
	background: none;
}
.n_form h5{
	margin-left: 30px;
	font-size: 20px;
	color: #FFFFFF;
}
.n_form p{
	margin-bottom: 15px;
	margin-left: 30px;
	font-size: 12px;
	color: #FFFFFF;
}
.i_send{
	float: right;
	width: 116px;
	height: 38px;
	background: #343434;
	color: #FFFFFF;
	cursor: pointer;
}
/* 产品列表 */
.i_teb a{
	position: relative;
	text-align: center;
	padding: 15px 0;
	width: 100%;
	float: left;
	background: #ecd29f;
	color: #464646;
	font-size: 14px;
	cursor:pointer
}
.i_teb a img{
	position: absolute;
	bottom:-8px;
	left: 50%;
	margin-left: -8px;
	opacity: 0;
}

.i_teb a i{
	margin-bottom: -2px;
	margin-right: 10px;
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #be9c59;
}
.pro_list_box{
	padding: 0;
	overflow: hidden;
}
.i_teb .default{
	color: #FFFFFF;
	background: #be9c59;
}
.i_teb .default i{
	background: #FFFFFF;
}
.i_teb .default img{
	opacity: 1;
}
.pro_list_box .i_teb{
	margin: 0;
	margin-top: 85px;
	padding-bottom: 20px;
}
.pro_list{
	margin: 0;
	width: 100%;
	overflow: hidden;
}
.pro_list>div{
	margin-bottom: 15px;
}
.pro_list img{
	width: 100%;
	border: 1px solid #e4e4e4;
}
.pro_list>div{
	    padding: 0 8px;
}
.sub2-box{
	padding: 10px 0;
	margin-top: 10px;
	background: #f1f1f1;
	text-align: center;
}
.sub2-box div{
	font-size: 16px;
	font-weight: 900;
}
.sub2-box span{
	color: #be9c59;
	font-size: 14px;
}
.pro_xq{
	margin-top: 75px;
}
.swiper-container3{
	margin: 0 30px;
	overflow: hidden;
}
.swiper-container3 img{
	border: 1px solid #e4e4e4;
}
.swiper-nr{
		position: relative;
}
.swiper-button-next3{
	position: absolute;
	margin-top: -12px;
	top: 50%;
	left: 0;
	width: 15px;
	height: 25px;
	background: url(../img/left_img.png) no-repeat;
	z-index: 999;
}
.swiper-button-prev3{
	position: absolute;
	margin-top: -12px;
	top: 50%;
	right: 0;
	width: 15px;
	height: 25px;
	background: url(../img/right_img.png) no-repeat;
	z-index: 999;
}
.pro_ico_bxo{
	padding-right: 40px;
}
.pro_ico{
	
	border: 1px solid #e4e4e4;
}
.pro_ico img{
	width: 100%;
}
.title_box{
	margin-top: 40px;
}
.title_pro{
	font-weight: 900;
	padding-bottom: 15px;
	border-bottom: 1px solid #be9c59;
	font-size: 28px; 
}
.Immediate{
	margin: 15px 0;
	display: block;
	width: 235px;
	height: 35px;
	line-height: 35px;
	color: #FFFFFF;
	text-align: center;
	background: #be9c59;
	border-radius: 35px;
}
.text{
	padding-top: 20px;
}
.title_xq{
	text-align: center;
	margin-bottom: 30px;
	
}
.title_xq h1{
	font-family: Swiss911 Cm BT;
	color: #be9c59;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.title_xq div {
    width: 100%;
    height: 12px;
    border-top: 1px dashed #9c9c9c;
}
.title_xq img{
	margin: 0 auto;
	margin-top: -27px;
}
.title_xq p{
	color: #6e6e6e;
	font-size: 14px;
}
.tj{margin-bottom: 25px;}
.tj img{
	float: left;
	border: 1px solid #e4e4e4;
}

/* ======联系我们============ */
.contact_box{
	padding: 0 20px;
}
.us_list h3{
	text-transform: uppercase;
	font-family: Swiss911 Cm BT;
	font-size: 36px;
	padding-bottom: 10px;
	background: url(../img/us_title.png) no-repeat 0 50px;
}
.us_list{
	width: 100%;
	overflow: hidden;
}

.us_list li{
	margin-top: 20px;
}
.us_list img{
	margin-right: 10px;
}
.add_img {
	padding-right: 15px!important;
}
.add_img img{
	width: 100%;
}
.us_form li{
	margin-bottom: 20px;
}
.us_form input{
	padding: 10px 0;
	width: 100%;
	border: 1px solid #cccccc;
	text-indent: 20px;
}
.message{
	width: 100%;
	height: 180px;
	border: 1px solid #cccccc;
	text-indent: 20px;
}
.sends {
	display: block;
	margin: 0 auto;
    width: 245px;
    height: 45px;
    background: #be9c59;
    color: #FFFFFF;
    cursor: pointer;
	border-radius: 45px;
}
.us_form li:nth-child(1) input{
	background: url(../img/x.png) no-repeat 8px 18px;
}
.us_form li:nth-child(2) input{
	background: url(../img/x.png) no-repeat 8px 18px;
}
.us_img{
	position: relative;
}
.us_xg{
	width: 80%;
	position: absolute;
	top: 42px;
	left: 50%;
	margin-left: -156px;
	opacity: 0;
}
.us_xg:hover{
	opacity: 1;
}
/* 新闻列表 */
.list{
	margin-bottom: 30px;
	padding: 15px 0;
	-moz-box-shadow:0px 0px 8px #B8B8B8; -webkit-box-shadow:0px 0px 8px #B8B8B8; box-shadow:0px 0px 8px #B8B8B8;
}
.list h2{
	font-size: 20px;
	font-weight: 900;
	color: #343434;
}
.itme {
    padding: 8px 0;
    border-bottom: 1px solid #DDDDDD;
}
.list_text {
	font-size: 12px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.list .more{
	font-weight: 900;
	border: none;
	text-decoration:underline;
}
@media screen and (max-width:1200px) {
	
}
@media screen and (max-width:990px) {
	.about_img div{
		width: 33.33%;
		padding: 4px 5px;
	}
}
@media screen and (max-width:750px) {
	.i_about{
		margin-top: 60px;
	}
	.about_img{
		padding-top: 20px;
	}
	.case_box{
		margin-top: 40px;
		margin-bottom: 25px;
	}
	.i_news_text{
		width: 300px;
	}
	.news_box img{
		width: 100%;
	}
	.text_list{
		margin-top: 15px;
	}
	.n_img{
		padding: 0;
	}
	.n_form{
		border: none;
	}
	.i_form{
		padding: 0;
	}
	.n_form h1 {
	    margin-left: 0;
	}
	.n_form p{
		margin-left: 0;
	}
	.n_form li{
		padding-left: 0;
	}
	.list_img img{
		width: 100%;
	}
}
