﻿@charset "utf-8";
.product-box {padding-top: 30px;}
.product-box * {box-sizing: border-box;}
.productlist li{
	border:1px solid #e5e5e5;
	padding:15px 30px;
	margin-bottom: 30px;
	position: relative;
}
.productlist li:hover{
	border:1px solid #0093dd;
}

.productlistleft h3{
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 0;
	
}
.productlistleft h3 a{
	color: #0093dd;
	font-size: 16px;
	display: block;
	font-weight: bold;
}
.productlistleft h3 a:hover{
	text-decoration: underline;
}
.productlistleft h4{
	font-weight: normal;
	font-size: 14px;
	margin: 0;
}

.productlistleft{
	width: 72%;
	padding-right: 30px;
}
.productlistright{
	width: 28%;
}
.productlistright .hotprotductthumb{
    border:1px solid #e5e5e5;
    display: block;
    margin-bottom: 10px;
}
.productlistright .hotprotductthumb img{
	width: 100%;
}
.productlistleft h3{
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 0;
	
}
.productlistleft h3 a{
	color: #0093dd;
	font-size: 16px;
	display: block;
	font-weight: bold;
}
.productlistleft h3 a:hover{
	text-decoration: underline;
}
.productlistleft h4{
	font-weight: normal;
	font-size: 14px;
	margin: 0;
}

.value{
	margin-top: 10px;
}
.value>span{
	display: inline-block;
	margin-right: 15px;
	color: #888;
	font-size: 13px;
}
.value>span>span{
	color: #0093dd;
}

.text-det p{
    margin: 10px 0 0 0;
    line-height: 20px;
    color: #3f3f3f;
    font-size: 13px;
}
.text-det p span{
	display: inline-block;
	font-weight: bold;
	color: #888;
}

.pricechoose{
	margin-bottom: 10px;
}
.pricechoose .pricename{
	display: block;
	width: 35%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #0093dd;
	border-radius: 3px 0 0 3px;
}
.pricechoose .pa_size{
	width: 65%;
	height: 30px;
	line-height: 30px;
	border:1px solid #0093dd;
	border-left:none;
	padding: 0 10px;
	color: #0093dd;
	font-weight: bold;
	border-radius: 0 3px 3px 0;
}
.pricechoose .pa_size option{
	font-weight: bold;
}

.proaddcart a{
	display: inline-block;
	text-align: center;
	width: 48%;
	height: 32px;
	line-height: 32px;
	color: #fff;
	border-radius: 3px;
	background: #00a73b;
	float: right;
}
.proaddcart a i {
	display: inline-block;
	margin-right: 5px;
	width: 14px;
	height: 14px;
	margin-bottom: -2px;
	background: url(../images/phone.png) no-repeat center;
	background-size: cover;
}
.proaddcart .wechat {
	float: left;
}
.proaddcart .wechat i {
	background-image: url(../images/qwechat.png);
}

.product-detail-box {
	margin: 30px 0 0;
	width: 100%;
}

.product-detail-box .box-left {
	float: left;
	width: 27%;
}
.product-detail-box .box-right {
	float: right;
	width: 71%;
}
.product-detail-box .box-right .title {
	font-size: 22px;
    color: #008fcd;
    margin-bottom: 15px;
}
.product-detail-box .box-right .infos {
    margin-bottom: 15px;
	font-size: 14px;
}
.product-detail-box .box-right .infos span {
	margin-right: 15px;
}
.product-detail-box .box-right .huohao-box {
	font-size: 14px;
}

.box-content {padding-top: 20px;}
.proshowTab .hd{border-bottom: 1px solid #dadada}
.proshowTab .hd li{display: inline-block;height: 50px;line-height: 50px;color: #008fcd;font-size: 14px;margin-right: 50px;position: relative;cursor: pointer;}
.proshowTab .hd li:after{content: "";position: absolute;width: 10px;height: 10px;border-radius: 50%;border:1px solid #008fcd;bottom: -6px;left: calc((100% - 12px ) / 2);background-color: #fff}
.proshowTab .hd li.on:after{background-color: #008fcd}
.proshowTab .bd .proshowCon{padding: 40px 0; line-height: 1.6;font-size: 16px;}

.proArticle li {margin: 5px 0;}
.proArticle span{float: right;display: inline-block;background-color: #008fcd; padding: 2px 8px;color: #fff;border-radius: 5px;}