﻿.product_content {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
.product_box {
	width: 100%;
	overflow: hidden;
	padding: 0px 0px 20px;
	margin: 0px 0 0px;
	float:left;
}
.product_box .box_title {
	width: 100%;
	height: 40px;
	overflow: hidden;
}
.box_title h4 {
	font-size: 24px;
	color: #4c4d52;
	line-height: 40px;
	float: left;
	font-weight: bold;
}
.product_search {
	width: 310px;
	height: 40px;
	overflow: hidden;
	float: right;
}
.product_search input {
	width: 240px;
	height: 40px;
	border: none;
	background-color: #f9f9f9;
	padding: 0 0 0 15px;
	font-size: 16px;
}
.product_search input::-webkit-input-placeholder { 
	color: #949494;
}
.product_search input:-moz-placeholder{ 
	color: #949494; 
}
.product_search input:-ms-input-placeholder{ 
	color: #949494;
}
.product_search input:placeholder{ 
	color: #949494;
}
.pro_btn {
	width: 70px !important;
	height: 40px !important;
	border: none !important;
	background-color: #046cb7 !important;
	float: right !important;
	font-size:16px !important;
	color: #ffffff !important;
	font-weight:normal !important;
	display:block !important;
	padding-left:0 !important;
}
.product_list {
	width: 100%;
	overflow: hidden;
	margin: 25px 0 0;
	border-top: 1px solid #f0f0f0;
	padding: 30px 0 0;
}
.product_list a {
	display: block;
	width: calc(50% - 40px);
	width: -moz-calc(50% - 40px);
	width: -webkit-calc(50% - 40px);
	overflow: hidden;
	margin: 0 80px 40px 0;
	float: left;
}
.product_list a:nth-of-type(2n){
	margin: 0 0 40px;
}
.product_list a .list_img {
	width: 215px;
	overflow: hidden;
	float: left;
	border: 1px solid #eaeaea;
}
.list_img img {
	width: 100%;
	transition: all 1s;
}
.product_list a .list_txt {
	width: calc(100% - 255px);
	width: -moz-calc(100% - 255px);
	width: -webkit-calc(100% - 255px);
	overflow: hidden;
	float: left;
	margin: 0 0 0 40px;
	color: #888888;
	font-size: 16px;
}
.list_txt p {
	height: 80px;
	overflow: hidden;
}
.list_txt h4 {
	font-size: 18px;
	color: #4c4d52;
	line-height: 25px;
	height: 25px;
	margin: 15px 0 10px;
	overflow: hidden;
}
.list_txt span {
	display: block;
	color: #949494;
	width: 75px;
	overflow: hidden;
	margin: 40px 0 0;
	padding: 0 0 0 18px;
	background: url(../images/pl.png) no-repeat left center;
}
.product_list a:hover .list_img img {
	transform: scale(1.15);
}
.product_list a:hover .list_txt h4 {
	color: #f3f4f6;
}
.product_list a:hover .list_txt span {
	color: #f3f4f6;
}
.info1 h1,.info2 h1,.info3 h1
{
    font-size: 18px;
    color: #ffffff;
    line-height: 45px;
    background-color:#046cb7;
    font-weight:normal;
    text-indent:20px;
    margin: 0 0px 25px;
    float: left;
    width: 100%;
}
.swiper-paginations
{
    width:45px !important;
    margin:0 auto !important;
}
@media only screen and (max-width: 1199px) {
	.product_content {
		width: 865px;
	}
	.product_menu a {
		margin: 1px 1px 0 0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.product_menu a:hover {
		margin: 1px 1px 0 0;
	    line-height: 40px;
	    height: 40px;
	}
	.product_menu a.active {
	    margin: 1px 1px 0 0;
	    line-height: 40px;
	    height: 40px;
	}
	.product_list a {
		width: 100%;
		float: none;
	}
}
@media only screen and (max-width: 991px) {
	.product_content {
		width: 688px;
		margin: 0 auto 0;
	}
	.logo img:nth-of-type(2) {
		display: none;
	}
	.logo img:nth-of-type(1) {
		display: inline-block;
	}
}
@media only screen and (max-width: 767px) {
	.content {
		background-size: 800px;
	}
	.product_content {
		width: 100%;
		margin: 0 auto 0;
		background-color: #FFFFFF;
	}
	.product_menu a {
		text-align: left;
	}
	.product_menu a:nth-of-type(2n){
		width: 50%;
		margin: 1px 0 0;
	}
	.product_box {
		width: 100%;
	    padding: 0;
	    margin: 20px auto 30px;
	}
	.product_list {
	    margin: 10px 0 0;
	    padding: 20px 0 0;
	}
	.product_list a {
	    margin: 0 0 20px !important;
	}
	.product_list a .list_img {
	    width: 155px;
	}
	.product_list a .list_txt {
	    width: calc(100% - 170px);
	    width: -moz-calc(100% - 170px);
	    width: -webkit-calc(100% - 170px);
	    margin: 0 0 0 15px;
	    line-height: 18px;
	    font-size: 12px;
	}
	.list_txt h4 {
	    font-size: 16px;
	    line-height: 20px;
	    height: 20px;
	    max-height: 40px;
	    margin: 10px 0 5px;
	    overflow: hidden;
	}
	.list_txt p {
	    height: 54px;
	    overflow: hidden;
	}
	.list_txt span {
	    margin: 20px 0 0;
	    padding: 0 0 0 13px;
	}
	.product_box .box_title {
	    height: auto;
	}
	.box_title h4 {
	    padding: 0 0px;
	    float: none;
	}
	.product_search {
	    width: 100%;
	    float: none;
	    margin: 20px 0 10px;
	}
	.product_search input {
	    width: 265px;
	}
	.swiper-paginations
    {
        width:65px !important;
        margin:0 auto !important;
    }
}
@media only screen and (min-width: 1200px) {
	.product_content {
		width: 1065px;
	}
	.product_menu a {
		font-size: 12px;
		padding: 0 10px;
	}
}
@media only screen and (min-width: 1400px) {
	.product_content {
		width: 1065px;
	}
	.product_menu a {
		font-size: 16px;
		padding: 0 13px;
	}
}
@media only screen and (min-width: 1600px) {
	.product_content {
		width: 1165px;
	}
	.product_menu a {
		font-size: 16px;
	}
}
/*产品详情*/
.product_details {
	width: 100%;
	overflow: hidden;
	margin: 25px 0 25px;
	border-top: 1px solid #f3f4f6;
	padding: 30px 0 0;
}
.product_details .details_left {
	width: 45%;
	overflow: hidden;
	border: 1px solid #eaeaea;
	float: left;
}
.details_left img {
	width: 100%;
    margin:0 auto;
}
.product_details .details_right {
	width: 51%;
	overflow: hidden;
	margin: 0 0 0 45px;
	float: right;
}
.details_right h3 {
	line-height: 30px;
	padding: 15px 0;
	font-size: 18px;
	color: #4c4d52;
	border-bottom: 1px solid #f0f0f0;
	margin: 0;
}
.details_right .details_txt {
	width: 100%;
	overflow: hidden;
	line-height: 25px;
	color: #888888;
	font-size: 16px;
}
.details_txt strong {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #f45d1f;
	padding: 0 0 0 27px;
	font-weight: normal;
	margin: 0 0 20px;
}
.details_txt img {
	width: 100%;
}


/*产品详情页*/
.info1{font-size: 16px;color: #323232;line-height: 2;padding-bottom: 14px; margin-bottom: 25px;}
.info2{font-size: 16px;color: #323232;line-height: 2;padding-bottom: 14px; margin-top: 25px; text-align: justify;}
.info3{font-size: 16px;color: #323232;line-height: 2;padding-bottom: 14px; margin-bottom: 25px; text-align: justify;}
.details2_txt{ width:100%; float:left;}


@media only screen and (max-width: 1199px) {
	.product_details {
	    margin: 25px 0 50px;
	}
	.product_details .details_left {
	    width: 45%;
	}
	.product_details .details_right {
	    width: 51%;
	    margin: 0 0 0 30px;
	}
}
@media only screen and (max-width: 991px) {
	.product_details .details_left {
	    width: 100%;
	}
	.product_details .details_right {
	    width: 100%;
	    margin: 20px 0 0;
	}
}
@media only screen and (max-width: 767px) {
	.product_details {
	    margin: 10px 0 30px;
	    padding: 20px 0 0;
	}
	.product_details .details_right {
	    margin: 10px 0 0;
	}
	.details_right h3 {
	    margin: 0 0 0px;
	}
	.details_right .details_txt {
	    line-height: 20px;
	    font-size: 12px;
	}
	.details_txt strong {
		height: 35px;
		line-height: 35px;
		font-size: 15px;
		padding: 0 0 0 17px;
		margin: 0 0 10px;
	}
}
@media only screen and (min-width: 1200px) {
	.product_details .details_left {
	    width: 44%;
	}
	.product_details .details_right {
	    width: 51%;
	    margin: 0 0 0 36px;
	}
}
@media only screen and (min-width: 1400px) {
	.product_details .details_left {
	    width: 45%;
	}
	.product_details .details_right {
	    width: 51%;
	}
}
@media only screen and (min-width: 1600px) {
	.product_details .details_left {
	    width: 45%;
	    text-align: center;
	}
	.product_details .details_right {
	    width: 51%;
	}
}
/*相关产品*/
.product_relevant {
	width: 100%;
	overflow: hidden;
}
.product_relevant h3 {
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
	padding: 0 0 15px;
	border-bottom: 1px solid #f0f0f0;
	margin: 0 0 35px;
	color: #4c4d52;
	font-weight: bold;
}
.product_relevant .relevant_list {
	width: 100%;
	overflow: hidden;
	margin: 0 0 35px;
}
.relevant_list a {
	display: block;
	overflow: hidden;
	margin: 0 1.3% 0 0;
	float: left;
	text-align: center;
	color: #666666;
	width: 24%;
}
.relevant_list a:last-of-type{
	margin: 0;
}
.relevant_list a .relevant_img {
	width: 100%;
	overflow: hidden;
	border: 1px solid #ebebeb;
}
.relevant_list a .relevant_img img {
	width: 100%;
	transition: all 1s;
}
.relevant_list a p {
	line-height: 32px;
	margin: 5px 0;
	font-size: 16px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.relevant_list a:hover .relevant_img img {
	transform: scale(1.15);
}
.relevant_list a:hover {
	color: #4c4d52;
}
@media only screen and (max-width: 1199px) {
	.relevant_list a {
		width: calc(25% - 20px);
		width: -moz-calc(25% - 20px);
		width: -webkit-calc(25% - 20px);
		margin: 0 25px 0 0;
	}
}
@media only screen and (max-width: 991px) {
	.relevant_list a {
	    width: calc(50% - 20px);
	    width: -moz-calc(50% - 20px);
	    width: -webkit-calc(50% - 20px);
	    margin: 0 40px 30px 0;
	}
	.relevant_list a:nth-of-type(2n) {
		margin: 0 0 30px;
	}
}
@media only screen and (max-width: 767px) {
	.product_relevant .relevant_list {
	    margin: 0 0 20px;
	}
	.product_relevant h3 {
	    line-height: 30px;
	    padding: 0 0 10px;
	    margin: 0 0 20px;
	}
	.relevant_list a {
	    width: calc(50% - 10px);
	    width: -moz-calc(50% - 10px);
	    width: -webkit-calc(50% - 10px);
	    margin: 0 20px 10px 0;
	}
	.relevant_list a:nth-of-type(2n) {
		margin: 0 0 10px;
	}
}


.right 
{
    float:right;
    margin-top: 8px;
}


.details2_txt .info2 img {
    max-width: 100%;
    max-height: 400px;
    height: auto;
}

.details2_txt .info2 table {
    width: 100% !important;
    border-collapse: collapse;
    border: 0px none;
    border-top: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
    border-spacing: 0;
    table-layout: fixed;
}

.details2_txt .info2 table tr {
    height: auto !important;
}


.details2_txt .info2 table th {
    height: auto !important;
    border: 0px none !important;
    line-height: 1.5;
    padding: 5px !important;
    text-align: center;
    border-right: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    word-wrap: break-word;
    word-break: break-all;
    width: auto!important;
    font-size: 16px !important;
}

.details2_txt .info2 table td {
    height: auto !important;
    border: 0px none !important;
    line-height: 1.5;
    padding: 5px !important;
    text-align: center;
    border-right: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    word-wrap: break-word;
    word-break: break-all;
    width: auto!important;
    font-size: 16px;
}

.details2_txt .info2 table td p {
    display: block;
    margin: 0;
}

.details2_txt .info2 table td span {
    display: inline-block;
    margin: 0;
    font-size: 16px !important;
    line-height: 2;
    font-family: "微软雅黑" !important;
}

.details2_txt .info2 table tr {
    transition: all .2s;
}

.details2_txt .info2 table tr:hover {
    background: #e7f1fc;
}


.r_3{ width:30.33%; float:left; text-align:center; font-size:18px; line-height:50px; max-width:125px; background-color:#046cb7; color:#ffffff;}
.r_3 a{ color:#ffffff; display:block;}
.r_4{ width:33.33%; float:left; text-align:center; font-size:18px; line-height:50px; max-width:125px; background-color:#046cb7; color:#ffffff; margin-left:3%;}
.r_4 a{ color:#ffffff; display:block;}