.i-about{
	padding: 50px 0;
}
.i-about .info{
	text-align: center;
	padding: 30px 0 40px 0;
	font-size: 18px;
	line-height: 2;
}
.i-about .more{
	text-align: center;
	display: block;
	overflow: hidden;
	border: 1px solid #959595;
	width: 220px;
	line-height: 45px;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 18px;
}

.i-product{
	padding: 38px 0;
	background: #c3c3c1;
	position: relative;
	overflow: hidden;
	/*height: 910px;*/
}
.i-product .menu{
	text-align: center;
	padding: 25px 0;
}
.i-product .menu li{
	display: inline-block;
}
.i-product .menu li a{
	display: block;
	overflow: hidden;
	font-size: 16px;
	padding: 0 30px;
}
.i-product .list li{
	width: 33.3%;
	float: left;
	padding: 0 12px;
}
.i-product .list li a{
	display: block;
	overflow: hidden;
	position: relative;
}
.i-product .list li .wrap > img{
	width: 100%;
	height: 100%;
	transition: all 0.7s;
}
.i-product .list li:hover .wrap > img {
	transform: scale(1.2);
}
.i-product .list li .fd{
	color: #fff;
	text-align: center;
	background: rgba(70, 70, 70, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	padding: 0 30px;
	font-size: 28px;
	line-height: 44px;
	transition: all 0.7s;
}
.i-product .list li:hover .fd{
	opacity: 0;
}
.i-youshi{
	padding: 30px 0;
}
.i-youshi ul{
	margin: auto;
	width: 1200px;
	padding: 30px 0;
}
.i-youshi ul li{
	float: left;
	width: 400px;
	height: 230px;
	background: #898989;
	position: relative;
	transition: all 0.7s;
	overflow: hidden;
}
.i-youshi ul li .imgwr {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
}
.i-youshi ul li .imgwr:before{
	position: absolute;
	content: "";
	top: 40px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-left: 24px solid #898989;
	border-bottom: 30px solid transparent;
	z-index: 5;
	transition: all 0.7s;
}
.i-youshi ul li:hover .imgwr:before{
	border-left: 24px solid #7f3024;
}
.i-youshi ul li .imgwr img{
	width: 200px;
	height: 100%;
	transition: all 0.7s;
}
.i-youshi ul li .conwr{
	position: absolute;
	right: 200px;
	padding: 0 20px;
	left: 0;
	top: 0;
	bottom: 0;
}
.i-youshi ul li .conwr .t{
	color: #fff;
	font-size: 18px;
	padding: 0 0 10px 0;
}
.i-youshi ul li .conwr  p{
	font-size: 12px;
	color: #c9c9c9;
	line-height: 2;
	max-height: 112px;
	overflow: hidden;
	transition: all 0.7s;
}
.i-youshi ul li.items{
	width: 50%;
}
.i-youshi ul li.items .imgwr{
	right: auto;
	left: 0;
}
.i-youshi ul li.items .imgwr:before{
	border-left: 0;
	border-right: 24px solid #898989;
	left: auto;
	right: 0;
}
.i-youshi ul li.items:hover .imgwr:before{
	border-right: 24px solid #7f3024;
}
.i-youshi ul li.items .imgwr img{
	width: 400px;
	height: 100%;
}
.i-youshi ul li.items .conwr{
	right: auto;
	left: 400px;
}
.i-youshi ul li:hover {
	background: #7f3024;
}
.i-youshi ul li:hover .imgwr img {
	transform: scale(1.1);
}
.i-join .tit{
	background: #7f3024;
	font-size: 38px;
	text-align: center;
	color: #fff;
	padding: 40px 0;
	letter-spacing: 10px;
	position: relative;
	transition: all 0.7s;
}
.i-join .tit:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-top: 25px solid #7f3024;
	transform: translateX(-50%);
	transition: all 0.7s;
}
.i-join ul{
	text-align: center;
	padding: 80px 0;
}
.i-join ul li{
	float: left;
	width: 50%;
	padding: 0 5px;
}
.i-join ul li a {
	display: block;
	overflow: hidden;
	position: relative;
}
.i-join ul li a > img {
	width: 100%;
	height: 570px;
	transition: all 0.7s;
}
.i-join ul li:hover a > img {
	transform: scale(1.2);
}
.i-join ul li .conwr{
	padding: 90px 40px 0 40px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(30, 30, 30, 0.7);
	z-index: 5;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
}
.i-join ul li .conwr .t{
	letter-spacing: 2px;
	overflow: hidden;
	line-height: 1.5;
}
.i-join ul li .conwr .t span{
	font-size: 45px;
	display: block;
	overflow: hidden;
}
.i-join ul li .conwr .box{
	display: block;
	overflow: hidden;
	font-size: 24px;
	border-radius: 10px;
	line-height: 50px;
	margin-top: 80px;
	letter-spacing: 10px;
	font-weight: bold;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.i-join ul li .conwr .box:before,
.i-join ul li .conwr .box:after {
	border: 2px solid #fff;
	content: "";
	width: 40px;
	height: 130px;
}
.i-join ul li .conwr .box:before {
	border-right: 0;
}
.i-join ul li .conwr .box:after{
	border-left: 0;
	margin-left: -10px;
}
.i-news .box{
	padding: 40px 0;
}
.i-news .box dl{
	float: left;
	/*width: 288px;*/
	width: 24.5%;
	border: 2px solid #7f3024;
	border-top: 0;
}
.i-news .box dl dt{
	background: #7f3024;
	color: #fff;
	padding: 15px;
	font-size: 16px;
	position: relative;
	letter-spacing: 2px;
}
.i-news .box dl dt span{
	display: block;
	overflow: hidden;
}
.i-news .box dl dt em{
	font-size: 13px;
	text-transform: uppercase;
}
.i-news .box dl dt a{
	position: absolute;
	right: 15px;
	top: 15px;
	color: #fff;
}
.i-news .box dl dd{
	border-top: 1px solid #707070;
}
.i-news .box dl dd a{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px 0 30px;
	line-height: 45px;
	/*font-size: 13px;*/
	position: relative;
}
.i-news .box dl dd a:before{
	content: "";
	background: #707070;
	width: 4px;
	height: 4px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -2px;
}
@media only screen and (max-width: 768px){
	.i-about .info{
		padding: 20px 0;
		font-size: 15px;
	}
	.i-about .more{
		width: 60%;
		line-height: 32px;
		font-size: 15px;
	}
	.i-product .list li .ratio-box{
		height: auto !important;
	}
	.i-product .list li .wrap > img{
		height: auto;
	}
	/*.i-product .list li{*/
	/*	margin-top: 20px;*/
	/*	width: 100%;*/
	/*}*/
	.i-youshi ul{
		width: 100%;
	}
	.i-youshi ul li{
		width: 100%;
	}
	.i-youshi ul li .conwr{
		width: 50%;
		padding: 0 10px;
	}
	.i-youshi ul li .conwr .t{
		font-size: 15px;
	}
	.i-youshi ul li .imgwr{
		width: 50%;
	}
	.i-youshi ul li.items{
		width: 100%;
	}
	.i-youshi ul li.items .imgwr img{

	}
	.i-youshi ul li.items .conwr{
		left: auto;
		right: 0;
	}
	.i-join .tit{
		font-size: 18px;
		padding: 18px 0;
	}
	.i-join .tit:before {
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-top: 12px solid #7f3024;
	}
	.i-join ul{
		padding: 20px 0 20px;
	}
	.i-join ul li{
		width: 100%;
	}
	.i-join ul li:first-child{
		margin-bottom: 20px;
	}
	.i-join ul li a > img{
		height: auto;
	}
	.i-join ul li .conwr{
		padding: 40px 20px 0 20px;
		font-size: 20px;
	}
	.i-join ul li .conwr .t span{
		font-size: 22px;
	}
	.i-join ul li .conwr .box{
		margin-top: 30px;
		font-size: 14px;
		font-weight: normal;
		line-height: 30px;
		letter-spacing: 5px;
	}
	.i-news .box{
		display: block !important;
		padding: 20px 0;
	}
	.i-news .box dl{
		width: 100%;
		margin-bottom: 10px;
	}

}