.banner .bannerCom {
	background-image: url(../img/product.jpg);
}
.banner .bannerComF {
	background-image: url(../img/productF.jpg);
}
@media only screen and (max-width: 991px) {
	.banner .bannerCom {
		background-image: url(../img/productS.jpg);
	}
    .banner .bannerComF {
		background-image: url(../img/productSF.jpg);
	}
}
.product_content {
	width: 100%;
	overflow: hidden;
	padding: 50px 0 33px;
}
.product_content .product_left {
	width: 260px;
	overflow: hidden;
	float: left;
}
.product_left .product_search {
	width: 100%;
	height: 44px;
	line-height: 42px;
	overflow: hidden;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	padding: 0 0 0 42px;
	position: relative;
	margin: 0 0 5px;
}
.product_search input {
	border: none;
	box-shadow: none;
}
.product_search input::-webkit-input-placeholder { 
	color: #999999; 
}
.product_search input:-moz-placeholder{ 
	color: #999999; 
}
.product_search input:-ms-input-placeholder{ 
	color: #999999; 
}
.product_search input:placeholder{ 
	color: #999999; 
}
.product_search img {
	position: absolute;
	left: 13px;
	top: 14px;
}
.product_left h1 {
	font-size: 24px;
	line-height: 62px;
	border-bottom: 1px solid #000000;
	margin: 0 0 13px;
}
.product_left h2 {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	overflow: hidden;
	border-bottom: 1px solid #dedede;
	display: none;
	position: relative;
	padding: 0 10px;
}
.product_left h2 img {
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -5px 0 0;
}
.product_left h2 img:nth-of-type(2) {
	display: none;
}
.product_left h2.pactive {
	color: #d0152d;
}
.product_left h2.pactive img:nth-of-type(1) {
	display: none;
}
.product_left h2.pactive img:nth-of-type(2) {
	display: block;
}
.product_left .product_menu {
	width: 100%;
	overflow: hidden;
}
.product_menu li {
	width: 100%;
	overflow: hidden;
}
.product_menu h4 {
	width: 100%;
	height: 42px;
	overflow: hidden;
	line-height: 41px;
	font-size: 18px;
	border-bottom: 1px solid #e7e7e7;
	position: relative;
}
.product_menu h4 a {
	color: #333333;
}
.product_menu h4 img {
	position: absolute;
	right: 0;
	top: 50%;
	margin: -5px 0 0;
}
.product_menu h4 img:nth-of-type(2) {
	display: none;
}
.product_menu li .menu_two {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 5px 7px;
	display: none;
}
.product_menu li:hover h4 a {
	font-weight: bold;
	color: #d0152d;
}
.product_menu li.active h4 a {
	font-weight: bold;
	color: #d0152d;
}
.product_menu li.active h4 img:nth-of-type(1) {
	display: none;
}
.product_menu li.active h4 img:nth-of-type(2) {
	display: block;
}
.product_menu li.active .menu_two {
	display: block;
}
.menu_two p {
	width: 100%;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
.menu_two p a {
	color: #666666;
}
.menu_two p a:hover {
	color: #d0152d;
	font-weight: bold;
}
.product_content .product_right {
	width: calc(100% - 300px);
	width: -moz-calc(100% - 300px);
	width: -webkit-calc(100% - 300px);
	overflow: hidden;
	float: right;
}
.product_right .product_title {
	width: 100%;
	padding: 5px 0 0;
	line-height: 37px;
	border-bottom: 1px solid #e5e5e5;
	color: #949494;
	font-size: 14px;
}
.product_right .product_title a {
	color: #949494;
}
.product_right .product_title a:hover {
	color: #d0152d;
	text-decoration: underline !important;
}
.product_right .product_list {
	width: 100%;
	overflow: hidden;
	margin: 8px 0 40px;
}
.product_list a {
	display: block;
	width: calc(33.33% - 12px);
	width: -moz-calc(33.33% - 12px);
	width: -webkit-calc(33.33% - 12px);
	overflow: hidden;
	float: left;
	margin: 18px 18px 0 0;
}
.product_list a:nth-of-type(3n){
	margin: 18px 0 0;
}
.product_list a .list_img {
	width: 100%;
	overflow: hidden;
	border: 1px solid #e0e0e0;
}
.list_img img {
	width: 100%;
	transition: all 1s;
}
.product_list a h4 {
	width: 100%;
	line-height: 24px;
	margin: 10px auto 0;
	height: 25px;
	overflow: hidden;
	text-align: center;
}
.product_list a:hover .list_img {
	border: 2px solid #d0152d;
}
.product_list a:hover .list_img img {
	transform: scale(1.1);
}
.product_list a:hover h4 {
	color: #d0152d;
	font-weight: bold;
}
.product_list a:hover h4 span {
	border-bottom: 1px solid #d0152d;
}
@media only screen and (max-width: 991px) {
	.product_content .product_left {
	    width: 205px;
	}
	.product_content .product_right {
	    width: calc(100% - 240px);
	    width: -moz-calc(100% - 240px);
	    width: -webkit-calc(100% - 240px);
	}
	.product_list a {
		width: calc(50% - 9px);
		width: -moz-calc(50% - 9px);
		width: -webkit-calc(50% - 9px);
	}
	.product_list a:nth-of-type(2n+1){
		margin: 18px 18px 0 0;
	}
	.product_list a:nth-of-type(2n){
		margin: 18px 0 0;
	}
}
@media only screen and (max-width: 767px) {
	.product_content .product_left {
	    width: 100%;
	    float: none;
	}
	.product_content {
	    padding: 30px 0;
	}
	.product_content .product_right {
	   	width: 100%;
	    float: none;
	}
	.product_right .product_title {
		display: none;
	}
	.product_right .product_list {
	    margin: 10px 0;
	}
	.product_list a {
		width: calc(50% - 6px);
		width: -moz-calc(50% - 6px);
		width: -webkit-calc(50% - 6px);
	}
	.product_list a:nth-of-type(2n+1){
		margin: 12px 12px 0 0;
	}
	.product_list a:nth-of-type(2n){
		margin: 12px 0 0;
	}
	.product_list a h4 {
	    line-height: 20px;
	    margin: 5px auto 0;
	    height: 20px;
	    font-size: 12px;
	}
	.product_search input {
		width: 100%;
		font-size: 14px;
	}
	.product_left .product_menu {
	    display: none;
	    padding: 0 15px;
	}
	.product_menu h4 {
	    font-size: 15px;
	}
	.product_left h1 {
	   	font-size: 24px;
	    line-height: 50px;
	    margin: 0 0 10px;
	}
	.product_left h2 {
		display: block;
	}
	.product_menu li .menu_two {
		display: none !important;
	}
	.product_menu h4 img {
		display: none !important;
	}
}
/*产品详情*/
.product_details {
	width: 100%;
	overflow: hidden;
	margin: 35px 0 0;
}
.product_details .details_left {
	width: 430px;
	overflow: hidden;
	float: left;
}
.details_left .details_img {
	width: 100%;
	overflow: hidden;
	border: 1px solid #dcdcdc;
}
.details_img img {
	width: 100%;
	transition: all 1s;
}
.details_left .details_img:hover img {
	transform: scale(1.1);
}
.details_left .details_banner {
	width: 100%;
	overflow: hidden;
	margin: 12px 0 0;
}
.details_banner li {
	width: calc(25% - 9px);
	width: -moz-calc(25% - 9px);
	width: -webkit-calc(25% - 9px);
	overflow: hidden;
	float: left;
	margin: 0 12px 0 0;
	cursor: pointer;
	border: 1px solid #dcdcdc;
}
.details_banner li:last-of-type {
	margin: 0;
}
.details_banner li.active {
	border: 1px solid #d0152d;
}
.details_banner li img {
	width: 100%;
}
.details_banner li:hover {
	border-color: #d0152d;
}
.details_left button {
	display: block;
	width: 120px;
	height: 35px;
	background-color: #d0152d;
	border: none;
	box-shadow: none;
	border-radius: 3px;
	color: #FFFFFF;
	margin: 19px auto 0;
}
.details_left button img {
	margin: 0 10px 0 0;
}
.product_details .details_txt {
	width: calc(100% - 458px);
	width: -moz-calc(100% - 458px);
	width: -webkit-calc(100% - 458px);
	overflow: hidden;
	float: right;
	color: #949494;
	font-size: 14px;
	line-height: 25px;
}
.details_txt h2 {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 16px;
	font-size: 30px;
	line-height: 40px;
	border-bottom: 1px solid #e1e1e1;
	margin: 0 0 10px;
    color:#d0152d;

}
.product_details strong {
	display: block;
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	padding: 10px 0 10px 19px;
	border-bottom: 1px solid #efefef;
	margin: 0 0 7px;
	position: relative;
	background: url(../img/detLeft.png) no-repeat 3px 50%;
}
.product_details .details_bottom {
	width: 100%;
	overflow: hidden;
	margin: 35px 0 0;
}
.details_bottom img {
	max-width: 100%;
}
@media only screen and (max-width: 1249px) {
	.product_details .details_left {
	    width: 100%;
	    float: none;
	}
	.product_details .details_txt {
	    width: 100%;
	   	float: none;
	}
	.product_details .details_bottom {
	    margin: 0;
	}
}
@media only screen and (max-width: 991px) {
	
}
@media only screen and (max-width: 767px) {
	.product_details {
	    margin: 15px 0 0;
	}
	.details_txt h2 {
	    padding: 10px 0;
	    font-size: 24px;
	    line-height: 40px;
	    margin: 10px 0;
	}
}
/*搜索页面*/
.search_product {
	width: 100%;
	overflow: hidden;
}
@media only screen and (min-width: 1250px) {
	.search_product .product_list a {
		width: calc(25% - 18px);
		width: -moz-calc(25% - 18px);
		width: -webkit-calc(25% - 18px);
		margin: 24px 24px 0 0;
	}
	.search_product .product_list a:nth-of-type(4n){
		margin: 24px 0 0;
	}
}