.product_banner{
	width: 100%;
	overflow: hidden;
}
@media only screen and (max-width:991px ) {
	.product_banner img{
		width: auto;
		height: 100%;
		position: relative;
		left: -220px;
	}
}
@media only screen and (max-width:767px) {
	.product_banner{
		width:100%;
		height: 300px;
		overflow: hidden;
	}
	.product_banner img{
		width: auto;
		height: 100%;
		position: relative;
		left: -120px;
	}
}
@media only screen and (min-width:1921px ) {
	.product_banner img{
		width: 100%;
		height: auto;
		position: relative;
		left: 0px;
	}
}
.product_content{
	width: 100%;
	overflow: hidden;
	padding-bottom: 60px;
}
.product_content .container>ul{
	width: 100%;
	overflow: hidden;
}
.product_content .container>ul>li{
	width: 100%;
	height: 335px;
	border-bottom: 2px solid #004894;
	padding: 60px 10px;
	overflow: hidden;
}
.product_img{
	overflow: hidden;
	text-align: center;
}
.product_img img{
	width: 100%;
	transition: all 0.5s;
}
.product_img:hover img{
	transform: scale(1.1);
}
.product_content ul li .product_img{
	float: right;
	height: 100%;
	overflow: hidden;
}
.product_text{
	height: 100%;
	overflow: hidden;
	position: relative;
}
.product_text h1{
	font-size: 40px;
	color: #333;
	margin-bottom: 20px;
}
.product_text ul{
	width: 100%;
	overflow: hidden;
}
.product_text ul li{
	float: left;
	width: 205px;
	line-height: 20px;
	background: url(../img/product_icon.png) no-repeat left center;
	padding-left: 20px;
}
.product_text ul li a{
	color: #333;
	transition: padding-left 0.5s;
}
.product_text ul li:hover a{
	text-decoration: underline !important;
	color: #004894;
	font-weight: bold;
	padding-left: 5px;
}
.product_text ul li:nth-of-type(3n){
	width: 180px;
}
.product_text>a{
	display: block;
	width: 130px;
	height: 40px;
	color: #000;
	font-size: 16px;
	border: 1px solid #000;
	border-radius: 20px;
	text-align: center;
	line-height: 38px;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s;
}
.product_text>a:hover{
	color: #fff;
	background-color: #004894;
	border-color: #004894;
}
@media only screen and (max-width:767px ) {
	.product_content .container>ul>li{
		width: 100%;
		height: auto;
		padding: 30px 0;
		overflow: hidden;
	}
	.product_text ul li{
		width: 50%;
	}
	.product_text ul li:nth-of-type(3n){
		width: 50%;
	}
	.product_text{
		margin-top: 20px;
		height: auto;
		padding-bottom: 60px;
	}
	.product_text h1{
		font-size: 30px;
	}
}
@media only screen and (min-width:768px ) {
	.product_content .container>ul>li{
		padding: 50px 10px;
	}
	.product_text ul li{
		width: 50%;
	}
	.product_text ul li:nth-of-type(3n){
		width: 50%;
	}
	.product_img img{
		width: auto;
		height: 100%;
	}
}
@media only screen and (min-width:992px ) {
	.product_content .container>ul>li{
		padding: 60px 10px;
	}
}
@media only screen and (min-width:1200px ) {
	.product_text ul li{
		width: 205px;
	}
	.product_text ul li:nth-of-type(3n){
		width: 180px;
	}
	.product_img img{
		width: 100%;
		height: auto;
	}
}