.commonweb {
	padding: 0px 15px;
}
@media (min-width: 1260px) {
.commonweb {
	margin: 0px auto;
	max-width: 1200px;
	padding: 0;
}
}
.padtb {
	padding-top: 30px;
	padding-bottom: 30px;
}
.padtbb {
	padding-bottom: 30px;
}
.nopadtb {
	padding-top: 0;
	padding-bottom: 0;
}
.font24 {
	font-size: 20px;
}
.font22 {
	font-size: 19px;
}
.font20 {
	font-size: 18px;
}
.font18 {
	font-size: 16px;
}
.font15 {
	font-size: 15px;
}
.font16 {
	font-size: 16px;
}
.font36 {
	font-size: 22px;
}
.font30 {
	font-size: 20px;
}
.alcenter {
	text-align: center;
}
.c666666 {
	color: #666666;
}
.cd82019 {
	color: #d82019;
}
.c90c42f {
	color: #90c42f;
}
.c4c4c4c {
	color: #4c4c4c;
}
.h28 {
	height: 28px;
}
.h18 {
	height: 18px;
}
.h13 {
	height: 13px;
}
.h12 {
	height: 12px;
}
.h10 {
	height: 10px;
}
.h5 {
	height: 5px;
}
 @media (min-width: 1024px) {
.font36 {
	font-size: 28px;
	line-height: 30px;
}
.font34 {
	font-size: 28px;
	line-height: 30px;
}
.font22 {
	font-size: 22px;
}
.font20 {
	font-size: 20px;
}
.font18 {
	font-size: 18px;
}
.font32 {
	font-size: 27px;
	line-height: 30px;
}
.font30 {
	font-size: 26px;
	line-height: 30px;
}
.font24 {
	font-size: 24px;
}
}
 @media (min-width: 1199px) {
.font36 {
	font-size: 36px;
	line-height: 38px;
}
.font34 {
	font-size: 34px;
	line-height: 38px;
}
.font32 {
	font-size: 32px;
	line-height: 36px;
}
.font30 {
	font-size: 30px;
	line-height: 32px;
}
}
.commonweb {
	padding: 0px 15px;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
 *zoom: 1;
}
.minimg-wrapper {
	overflow: hidden;
	position: relative;
}
.thumb-popup .swiper-wrapper {
	width: 100%;
}
.thumb-popup .swiper-wrapper li {
	position: relative;
	height: 100%;
	width: 100%;
	text-align: center;
}
.thumb-popup .swiper-wrapper li img {
	display: block;
	max-width: 100%;
	max-height: 90%;
	position: relative;
	top: 50%;
	left: 50%;
	-moz-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
}
/*产品详情*/
.product-detail .mainimg-info {
	border: 1px solid #ebebeb;
}
.product-detail .mainimg-info img {
	display: block;
	margin: 0 auto;
	width: 400px;
	height: 400px;
	margin-left: -55%;
	float: left;
}
.product-detail .maintxt-info {
	padding: 20px 0 0 0;
	line-height: 24px;
}
.product-detail .maintxt-info .name {
	color: #242424;
	padding: 15px 0;
	font-size: 14px;
}
.product-detail .maintxt-info .desc {
	border-top: 1px solid #eeeeee;
	color: #242424;
	padding: 15px 0 0 0;
}
 @media (min-width: 1024px) {
.product-detail {
	padding-top: 50px;
}
.product-detail .mainimg-info {
	float: left;
	width: 56%;
	max-width: 557px;
}
.product-detail .maintxt-info {
	overflow: hidden;
	padding: 0 0 0 20px;
}
}
 @media (min-width: 1199px) {
.product-detail {
	padding-top: 98px;
	padding-bottom: 71px;
}
.product-detail .maintxt-info {
	padding: 20px 20px 0 60px;
}
.product-detail .maintxt-info .name {
	font-size: 14px;
	line-height: 30px;
	padding: 29px 0 19px;
	font-weight:500; 
}
.product-detail .maintxt-info .desc {
	line-height: 30px;
	padding: 21px 0 0 0;
	max-width: 510px;
}
}
.pro-datial-tab {
	color: #141414;
	padding-bottom: 25px;
	font-size: 14px;
	font-family: '微软雅黑', Arial;
}
.tab-options {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	text-align: center;
	background-color: #ffffff;
}
.tab-options a {
	display: inline-block;
	vertical-align: top;
 *display: inline;
 *zoom: 1;
	position: relative;
	font-size: 16px;
	line-height: 40px;
	margin: 0 5px;
}
.tab-options a:after {
	content: "";
	height: 3px;
	position: absolute;
	bottom: -1px;
	left: 51%;
	right: 51%;
	z-index: -1;
	background-color: #0c337f;
	-o-transition-property: left, right;
	-moz-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-property: left, right;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
.tab-options a:hover:after, .tab-options a.cur:after {
	left: 0;
	right: 0;
	z-index: 1;
}
.pro-title {
	padding: 0 0 10px 0;
	color: #4c4c4c;
	font-size: 16px;
}
.pro-title img {
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.comtablemin {
	text-align: center;
}
.Features {
	border-bottom: 1px solid #e6e6e6;
}
 @media (min-width: 1024px) {
.pro-datial-tab {
	line-height: 30px;
}
.tab-options {
	height: 68px;
}
.tab-options a {
	line-height: 67px;
	margin: 0 47px;
	font-size: 20px;
}
.pro-title {
	font-size: 20px;
	padding: 0 0 16px 0;
}
.Features {
	padding-top: 71px;
	padding-bottom: 52px;
}
.Technical {
	padding-top: 40px;
}

.tab-optionsbox {
	height: 68px;
}
}