/*---------------------------------------------------------------------------------------------------*/
/*兼容*/
/*组件*/

/*header*/
/*navigater*/
/*filing*/
/*footer*/
/*content*/

/*index*/
/*productcate*/
/*product*/
/*aboutuscate*/
/*aboutus*/
/*productdetails*/
/*contactus*/

/*---------------------------------------------------------------------------------------------------*/


@CHARSET "UTF-8";

/*兼容*/

*{
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #ececec;
	font-family: Arial,Helvetica,sans-serif;
	margin-bottom: 52px;
}

ul{
	list-style: none;
	margin-bottom: 0px;
}

a,
a:hover,
a:active,
a:focus{
	color: #333;
	text-decoration:none;
}

/*组件*/

.ellipsis{
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.mutyellipsis{/*多行省略*/
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	/*-webkit-line-clamp:3;*//*显示的行数*/
	overflow: hidden;
}

.clearfix{
	clear: both;
}

.listpage{/*以下是分页样式*/
	padding: 15px;
}
.listpage > div{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}
.listpage > div > a,.listpage > div > span{
	margin-left: 2px;
	margin-right: 2px;
}
.listpage > div > span,
.listpage > div > a{
	cursor: pointer;
	border-radius: 4px;
	font-size: 12px;
}
.prev,.next{
	width:58px; 
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e2e2e4;
	color: #333;
}
.current{
	width: 28px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e2e2e4;
	background: #1e3988;
	color: #fff;
}
.num{
	width: 28px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e2e2e4;
	color: #333;
}
.first{
	width: 38px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e2e2e4;
	color: #333;
}
.end{
	width: 38px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e2e2e4;
	color: #333;
}
.num:hover,.end:hover,.first:hover,.prev:hover,.next:hover{
	background: #1e3988;
	color: #fff;
}/*以上是分页样式*/

.modeltitle{
	padding-left: 10px;
	margin-bottom: 0px;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	border-left: 2px solid #1e3988;
}

/*header*/
.header-back{
	background-image: url('headback.jpg');
	background-size:100% 100%;
	height: 85px;
}

.header-back .nei-container{
	height: 85px;
	padding: 22px 15px;
}

.header-back .logo{
	max-height: 100%;
	margin-right: 10px;
	float: left;
}

.header-back p,
.header-back a{
	color: #fff;
}

.header-back .comp-name{
	height: 18px;
	margin-bottom: 8px;
	font-size: 18px;
}

.header-back .comp-host{
	height: 15px;
	margin-bottom: 0px;
	font-size: 12px;
}

.header-back .comp-host span{
	float: left;
	margin-right: 8px;
}

.header-back .comp-host img.level{
	float: left;
	max-height: 100%;
}

/*navigater*/

.navigater{
	background-color: #fff;
	height: 60px;
}

.navigater > div{
	position: relative;
	float: left;
	width: 25%;
	height: 60px;
}

.navigater > div > a{
	color: #666;
}

.navigater > div.select > a{
	/*color: #1e3988;*/
	color: #1e3988;
}

.navigater > div.select::after{
	content: "";
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 2px;
	/*background-color: #1e3988;*/
	background-color: #1e3988;
}

.navigater img{
	width: 20px;
	height: 20px;
	margin-bottom: 5px;
}

.navigater .nav-item{
	height: 60px;
	padding: 10px;
}

.navigater .nav-item > p{
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 0px;
}

/*filing*/

.filing{
	padding: 10px;
	background-color: #ececec;
	font-size: 12px;
}

.filing > p{
	margin-bottom: 0px;
}

.filing a{
	color: #999;
}

/*footer*/

.footer{
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 55px;
	padding: 7px 5px;
	background-color: #f7f7f7;
	border-top: 1px solid #d3d3d3;
	z-index: 99;
}

.footer > div{
	float: left;
	width: 33.33333%;
	height: 40px;
}

.footer .qq_consu,
.footer .phone_consu,
.footer .sms_consu{
	padding: 10px 0px;
	height: 40px;
}

.footer .qq_consu > img,
.footer .phone_consu > img,
.footer .sms_consu > img{
	width: 16px;
	height: 16px;
	margin-right: 6px;
}

.footer .qq_consu{
	margin-right: 5px;
	color: #333;
	border: 1px solid #d3d3d3;
	background-color: #fff;
}

.footer .phone_consu{
	margin-left: 5px;
	margin-right: 5px;
	/*color: #1e3988;*/
	color: #1e3988;
	/*border: 1px solid #7eb8ea;*/
	border: 1px solid #1e3988;
	/*background-color: #ebf6ff;*/
	background-color: #ebeffb;
}

.footer .sms_consu{
	margin-left: 5px;
	color: #fff;
	border: 0;
	/*background-color: #1e3988;*/
	background-color: #1e3988;
}

/*content*/

.content{
	background-color: #ececec;
	padding-top: 10px;
}

/*index*/

.home .carousel{
	width: 100%;
	min-height: 150px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.home .carousel-list{
	width: 100%;
	list-style: none;
}

.home .carousel-list li {
	width: 100%;
	float: left;
}

.home .carousel-list img{
	width: 100%;
	min-height: 150px;
	max-height: 200px;
}



.home .product{
	background-color: #fff;
	margin-bottom: 10px;
	border-top:1px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;
}

.home > .product > .top{
	height: 46px;
	padding: 15px;
	border-bottom: 1px dashed #f6f6f6;
}

.home > .product > .center{
	
}

.home > .product > .center > .item{
	position: relative;
	height: 116px;
	padding-top: 14px;
	padding-bottom: 11px;
	margin: 0px 15px 0px 15px;
	border-bottom: 1px solid #f6f6f6;
}

.home > .product > .center > .item:last-child{
	border-bottom: none;
}

.home > .product > .center > .item > a > div{
	height: 91px;
}

.home > .product > .center > .item .hotsell{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 20px;
	height: 34px;
}

.home > .product > .center > .item .product-img{
	float: left;
	width: 90px;
	height: 90px;
	margin-right: 10px;
}

.home > .product > .center > .item .product-name{
	font-size: 16px;
	margin-bottom: 10px;
	margin-left: 100px;
}

.home > .product > .center > .item .price{
	/*width: 175px;*/
	width: 150px;
	margin-bottom: 0px;
	color: #ff6600;
	font-size: 14px;
	margin-left: 100px;
}

.home > .product > .center > .item .product-tag{
	/*width: 175px;*/
	width: 150px;
	margin-bottom: 17px;
	color: #666;
	-webkit-line-clamp:1;
	margin-left: 100px;
}

.home > .product > .center > .item .product-tag > span{
	margin-right: 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #999;
}

.home > .product > .center > .item .product-tel{
	position: absolute;
	right: 0px;
	top: 40px;
	width: 43px;
	height: 39px;
	padding: 9px 0px;
	border-style: solid;
	border-color: #f6f6f6;
	border-width: 1px;
	border-radius: 4px;
}

.home > .product > .center > .item .product-tel img{
	width: 18px;
	height: 18px;
}

.home > .product > .bottom{
	height: 40px;
	padding: 10px 15px;
}

.home > .product > .bottom .more{
	text-align: center;
}

.home > .product > .bottom .more > span{
	color: #1e3988;
	margin-right: 5px;
	font-size: 13px;
	letter-spacing: 1px;
}

.home > .product > .bottom .more > img{
	width: 16px;
	height: 16px;
}



.home > .aboutus{
	background-color: #fff;
	margin-bottom: 10px;
	border-top:1px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;
}

.home > .aboutus > .top{
	height: 46px;
	padding: 15px;
	border-bottom: 1px dashed #f6f6f6;
}

.home > .aboutus > .center{
	padding: 15px;
}

.home > .aboutus > .center img{
	max-width: 100%;
}



.home > .contactus{
	background-color: #fff;
	margin-bottom: 10px;
	border-top:1px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;
}

.home > .contactus > .top{
	height: 46px;
	padding: 15px;
	border-bottom: 1px dashed #f6f6f6;
}

.home > .contactus > .center > .item{
	padding: 12px 15px 12px;
	height: 72px;
	border-bottom: 1px solid #f6f6f6;
}

.home > .contactus > .center > .item:last-child{
	border-bottom: none;
}

.home > .contactus > .center > .item .contact-totel{
	float: right;
	position: relative;
	width: 65px;
	height: 48px;
	margin-right: -15px;
}

.home > .contactus > .center > .item .contact-totel::before{
	content: "";
	position: absolute;
	top: 7.5px;
	left: 0px;
	height: 33px;
	border-left: 1px solid #f6f6f6;
}

.home > .contactus > .center > .item .contact-totel > p{
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #666;
	margin-bottom: 0px;
}

.home > .contactus > .center > .item .contact-totel > img{
	width: 18px;
	height: 18px;
	margin-bottom: 3px;
}

.home > .contactus > .center > .item .contact-method,
.home > .contactus > .center > .item .contact-number{
	color: #1e3988;
}

.home > .contactus > .center > .item .contact-method{
	margin-bottom: 7px;
}



.home > .address{
	background-color: #fff;
	margin-bottom: 10px;
	border-top:1px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;
}

.home > .address > .top{
	height: 46px;
	padding: 15px;
	border-bottom: 1px dashed #f6f6f6;
}

.home > .address > .center{
	padding: 15px;
}

.home > .address > .center > .item{
	line-height: 40px;
	border-bottom: 1px solid #f6f6f6;
}

.home > .address > .center > .item:last-child{
	border-bottom: none;
}

.home > .address > .center > .item .address-location{
	color: #1e3988;
	margin-right: 45px;
	margin-bottom: 0px;
}

.home > .address > .center > .item img{
	float: right;
	width: 15px;
	height: 18px;
	margin-top: 11px;
}

/*productcate*/

.productcate > .productcatemsgs{
	background-color: #fff;
	margin-bottom: 10px;
	border-top:1px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;
}

.productcate > .productcatemsgs > .top{
	height: 46px;
	padding: 15px;
	border-bottom: 1px dashed #f6f6f6;
}

.productcate > .productcatemsgs > .center{
	padding: 0px 15px;
	margin-bottom: 0px;
	box-shadow: none;
}

.productcate > .productcatemsgs > .center > ul{
	list-style: none;
}

.productcate > .productcatemsgs > .center > ul > li{
	line-height: 50px;
	font-size: 15px;
	color: #777;
	letter-spacing: 1px;
	border-bottom: 1px solid #eee;
}

.productcate > .productcatemsgs > .center > ul > li p{
	margin-bottom: 0px;
}

.productcate > .productcatemsgs > .center > ul > li .orangerightarrow{
	position: relative;
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: 15px;
	margin-right: 10px;
	border-radius: 50%;
	background-color: #ff6600;
}

.productcate > .productcatemsgs > .center > ul > li .orangerightarrow::before{
	position: absolute;
	content: "";
	top: 5px;
	left: 5px;
	width: 0px;
	height: 0px;
	border-left: 10px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.productcate > .productcatemsgs > .center > ul > li .orangerightarrow::after{
	position: absolute;
	content: "";
	top: 5px;
	left: 5px;
	width: 0px;
	height: 0px;
	border-left: 4px solid #ff6600;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.productcate > .productcatemsgs > .center > ul > li .rightarrow{
	float: right;
	width: 15px;
	height: 15px;
	margin-top: 17px;
}

/*product*/

.product > .productmsgs{
	background-color: #fff;
	margin-bottom: 10px;
	border-top:1px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;
}

.product > .productmsgs > .top{
	height: 46px;
	padding: 15px;
	border-bottom: 1px dashed #f6f6f6;
}

.product > .productmsgs > .center{
	
}

.product > .productmsgs > .center > .item{
	position: relative;
	height: 116px;
	padding-top: 14px;
	padding-bottom: 11px;
	margin: 0px 15px 0px 15px;
	border-bottom: 1px solid #f6f6f6;
}

.product > .productmsgs > .center > .item:last-child{
	border-bottom: none;
}

.product > .productmsgs > .center > .item > a > div{
	height: 91px;
}

.product > .productmsgs > .center > .item .hotsell{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 20px;
	height: 34px;
}

.product > .productmsgs > .center > .item .product-img{
	float: left;
	width: 90px;
	height: 90px;
	margin-right: 10px;
}

.product > .productmsgs > .center > .item .product-name{
	font-size: 16px;
	margin-bottom: 10px;
	margin-left: 100px;
}

.product > .productmsgs > .center > .item .price{
	/*width: 175px;*/
	width: 150px;
	margin-bottom: 0px;
	color: #ff6600;
	font-size: 14px;
	margin-left: 100px;
}

.product > .productmsgs > .center > .item .product-tag{
	/*width: 175px;*/
	width: 150px;
	margin-bottom: 17px;
	color: #666;
	-webkit-line-clamp:1;
	margin-left: 100px;
}

.product > .productmsgs > .center > .item .product-tag > span{
	margin-right: 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #999;
}

.product > .productmsgs > .center > .item .product-tel{
	position: absolute;
	right: 0px;
	top: 40px;
	width: 43px;
	height: 39px;
	padding: 9px 0px;
	border-style: solid;
	border-color: #f6f6f6;
	border-width: 1px;
	border-radius: 4px;
}

.product > .productmsgs > .center > .item .product-tel img{
	width: 18px;
	height: 18px;
}

/*aboutuscate*/

.aboutuscate > .aboutuscatemsgs{
	background-color: #fff;
	margin-bottom: 10px;
	border-top:1px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;
}

.aboutuscate > .aboutuscatemsgs > .top{
	
}

.aboutuscate > .aboutuscatemsgs > .center{
	padding: 15px;
	margin-left: 0px;
	margin-right: 0px;
}

.aboutuscate > .aboutuscatemsgs > .center ul{
	list-style: none;
}

.aboutuscate > .aboutuscatemsgs > .center li{
	line-height: 50px;
	border-bottom: 1px solid #eee;
}

.aboutuscate > .aboutuscatemsgs > .center li:last-child{
	border-bottom: none;
}

.aboutuscate > .aboutuscatemsgs > .center p{
	font-size: 16px;
	margin-bottom: 0px;
}

.aboutuscate > .aboutuscatemsgs > .center .title{
	display: block;
	float: left;
	max-width: 240px;
	overflow: hidden;
	height: 50px;
}

.aboutuscate > .aboutuscatemsgs > .center .graycircular{
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin-top: 20px;
	margin-right: 10px;
	border-radius: 50%;
	background-color: #999;
}

.aboutuscate > .aboutuscatemsgs > .center .rightarrow{
	float: right;
	width: 15px;
	height: 15px;
	margin-top: 18px;
}



.aboutuscate > .worksupply{
	display: none;
	background-color: #fff;
	margin-bottom: 10px;
	border-top:1px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;
}

.aboutuscate > .worksupply > .top{
	height: 46px;
	padding: 15px;
	border-bottom: 1px dashed #f6f6f6;
}

.aboutuscate > .worksupply > .center{
	padding: 15px;
	margin-left: 0px;
	margin-right: 0px;
}

.aboutuscate > .worksupply > .center ul{
	list-style: none;
}

.aboutuscate > .worksupply > .center li{
	line-height: 50px;
	border-bottom: 1px solid #eee;
}

.aboutuscate > .worksupply > .center li:last-child{
	border-bottom: none;
}

.aboutuscate > .worksupply > .center p{
	font-size: 16px;
	margin-bottom: 0px;
}

.aboutuscate > .worksupply > .center .graycircular{
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin-top: 20px;
	margin-right: 10px;
	border-radius: 50%;
	background-color: #999;
}

.aboutuscate > .worksupply > .center .rightarrow{
	float: right;
	width: 15px;
	height: 15px;
	margin-top: 18px;
}



.aboutuscate > .workcenter{
	display: none;
	background-color: #fff;
	margin-bottom: 10px;
	border-top:1px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;
}

.aboutuscate > .workcenter > .top{
	height: 46px;
	padding: 15px;
	border-bottom: 1px dashed #f6f6f6;
}

.aboutuscate > .workcenter > .center{
	padding: 15px;
	margin-left: 0px;
	margin-right: 0px;
}

.aboutuscate > .workcenter > .center ul{
	list-style: none;
}

.aboutuscate > .workcenter > .center li{
	line-height: 50px;
	border-bottom: 1px solid #eee;
}

.aboutuscate > .workcenter > .center li:last-child{
	border-bottom: none;
}

.aboutuscate > .workcenter > .center li > div{
	float: left;
	position: relative;
	width: 25%;
	text-align: center;
}

.aboutuscate > .workcenter > .center ul > li > div:nth-child(-n+3)::after{
	position: absolute;
	content: "";
	top: 16px;
	right: 0px;
	width: 0px;
	height: 18px;
	border: 1px solid #1e3988;
}

.aboutuscate > .workcenter > .center p{
	font-size: 16px;
	margin-bottom: 0px;
}



.aboutuscate > .marketpublic{
	display: none;
	background-color: #fff;
	margin-bottom: 10px;
	border-top:1px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;
}

.aboutuscate > .marketpublic > .top{
	height: 46px;
	padding: 15px;
	border-bottom: 1px dashed #f6f6f6;
}

.aboutuscate > .marketpublic > .center{
	padding: 15px;
	margin-left: 0px;
	margin-right: 0px;
}

.aboutuscate > .marketpublic > .center ul{
	list-style: none;
}

.aboutuscate > .marketpublic > .center li{
	line-height: 50px;
	border-bottom: 1px solid #eee;
}

.aboutuscate > .marketpublic > .center li:last-child{
	border-bottom: none;
}

.aboutuscate > .marketpublic > .center p{
	font-size: 16px;
	margin-bottom: 0px;
}

.aboutuscate > .marketpublic > .center .graycircular{
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin-top: 20px;
	margin-right: 10px;
	border-radius: 50%;
	background-color: #999;
}

.aboutuscate > .marketpublic > .center .rightarrow{
	float: right;
	width: 15px;
	height: 15px;
	margin-top: 18px;
}



.aboutuscate > .list{
	display: none;
	background-color: #fff;
	margin-bottom: 10px;
	border-top:1px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;
}

.aboutuscate > .list > .top{
	height: 46px;
	padding: 15px;
	border-bottom: 1px dashed #f6f6f6;
}

.aboutuscate > .list > .center{
	padding: 15px;
	margin-left: 0px;
	margin-right: 0px;
}

.aboutuscate > .list > .center ul{
	list-style: none;
}

.aboutuscate > .list > .center li{
	line-height: 50px;
	border-bottom: 1px solid #eee;
}

.aboutuscate > .list > .center li:last-child{
	border-bottom: none;
}

.aboutuscate > .list > .center p{
	font-size: 16px;
	margin-bottom: 0px;
}

.aboutuscate > .list > .center .title{
	display: block;
	float: left;
	max-width: 240px;
	overflow: hidden;
	height: 50px;
}

.aboutuscate > .list > .center .graycircular{
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin-top: 20px;
	margin-right: 10px;
	border-radius: 50%;
	background-color: #999;
}

.aboutuscate > .list > .center .rightarrow{
	float: right;
	width: 15px;
	height: 15px;
	margin-top: 18px;
}

/*aboutus*/

.aboutus > .aboutusmsgs{
	background-color: #fff;
	margin-bottom: 10px;
	border-top:1px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;
}

.aboutus > .aboutusmsgs > .top{
	height: 46px;
	padding: 15px;
	border-bottom: 1px dashed #f6f6f6;
}

.aboutus > .aboutusmsgs > .center{
	padding: 15px;
}

.aboutus > .aboutusmsgs > .center img{
	max-width: 100%;
}

/*contactus*/

.contactus > .contactusnumber{
	background-color: #fff;
	margin-bottom: 10px;
	border-top:1px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;
}

.contactus > .contactusnumber > .top{
	height: 46px;
	padding: 15px;
	border-bottom: 1px dashed #f6f6f6;
}

.contactus > .contactusnumber > .center > .item{
	padding: 12px 15px 12px;
	height: 72px;
	border-bottom: 1px solid #f6f6f6;
}

.contactus > .contactusnumber > .center > .item:last-child{
	border-bottom: none;
}

.contactus > .contactusnumber > .center > .item .contact-totel{
	float: right;
	position: relative;
	width: 65px;
	height: 48px;
	margin-right: -15px;
}

.contactus > .contactusnumber > .center > .item .contact-totel::before{
	content: "";
	position: absolute;
	top: 7.5px;
	left: 0px;
	height: 33px;
	border-left: 1px solid #f6f6f6;
}

.contactus > .contactusnumber > .center > .item .contact-totel > p{
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #666;
	margin-bottom: 0px;
}

.contactus > .contactusnumber > .center > .item .contact-totel > img{
	width: 20px;
	height: 21px;
	margin-bottom: 3px;
}

.contactus > .contactusnumber > .center > .item .contact-method,
.contactus > .contactusnumber > .center > .item .contact-number{
	color: #1e3988;
}

.contactus > .contactusnumber > .center > .item .contact-method{
	margin-bottom: 7px;
}



.contactus > .contactusaddress{
	background-color: #fff;
	margin-bottom: 10px;
	border-top:1px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;
}

.contactus > .contactusaddress > .top{
	height: 46px;
	padding: 15px;
	border-bottom: 1px dashed #f6f6f6;
}

.contactus > .contactusaddress > .center{
	padding: 15px;
}

.contactus > .contactusaddress > .center > .item{
	line-height: 40px;
	border-bottom: 1px solid #f6f6f6;
}

.contactus > .contactusaddress > .center > .item:last-child{
	border-bottom: none;
}

.contactus > .contactusaddress > .center > .item > .address-location{
	color: #1e3988;
	margin-right: 45px;
	margin-bottom: 0px;
}

.contactus > .contactusaddress > .center > .item > img{
	float: right;
	width: 15px;
	height: 18px;
	margin-top: 11px;
}

.contactus > .contactusaddress > .bottom{
	padding: 0px 15px 15px 15px;
	text-align: center;
}

/*productdetails*/

.productdetails > .basicinfo{
	border-top: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
	background-color: #fff;
	margin-bottom: 10px;
}

.productdetails > .basicinfo > .top{
	height: 46px;
	padding: 15px;
	border-bottom: 1px dashed #f6f6f6;
}

.productdetails > .basicinfo > .center{
	padding: 15px;
}

.productdetails > .basicinfo > .center > .basicinfo-name{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #444;
	text-align: center;
}

.productdetails > .basicinfo > .center > img{
	width: 100%;
	margin-bottom: 30px;
}

.productdetails > .basicinfo > .center > .p2{
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 1px;
}

.productdetails > .basicinfo > .center > .p2 > span:last-child{
	color: #666;
}



.productdetails > .detailsinfo{
	background-color: #fff;
	border-top: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
	margin-bottom: 10px;
}

.productdetails > .detailsinfo > .top{
	height: 46px;
	padding: 15px;
	border-bottom: 1px dashed #f6f6f6;
}

.productdetails > .detailsinfo > .center{
	padding: 15px;
	word-wrap: break-word;
	word-break: break-all;
	white-space: pre-wrap !important;
}

.productdetails > .detailsinfo > .center img{
	max-width: 100%;
}