/*---------------------------------------------------------------------------------------------------*/
/*兼容*/
/*组件*/
/*header*/
/*crumbs*/
/*footer*/
/*tail*/
/*content*/

/*home*/
/*productcate*/
/*productlist*/
/*product*/
/*aboutus*/
/*article*/
/*contactus*/

/*---------------------------------------------------------------------------------------------------*/

@CHARSET "UTF-8";

/*兼容*/

*{
	margin: 0px;
	padding: 0px;
}

body{
	position: relative;
	font-family: Arial,Helvetica,sans-serif;
	margin-bottom: 55px;
}

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;
}

.flex{
	display: flex;
	align-items: center;
	justify-content: center;
}

.no-more{
	width: 100%;
	height: 35px;
	margin-bottom: 10px;
	line-height: 35px;
	text-align: center;
	letter-spacing: 1px;
	color: #bbb;
	font-size: 13px;
}

.listpage{/*以下是分页样式*/
	margin-bottom: 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;
	font-size: 12px;
	border-radius: 4px;
}
.prev,.next{
	width:45px; 
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e2e2e4;
	color: #333;
}
.current{
	width: 25px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e2e2e4;
	background-color: #b01e27;
	color: #fff;
}
.num{
	width: 25px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e2e2e4;
	color: #333;
}
.first,
.end{
	display: none;
}/*以上是分页样式*/

/*header*/

.header{
	min-height: 63px;
	background-color: #fff;
	padding: 0px 15px;
	border-bottom: 1px solid #ddd;
}

.header > .header-top{
	position: relative;
	height: 63px;
}

.header > .header-top > .leftarea{
	float: left;
	height: 63px;
	line-height: 63px;
}

.header > .header-top > .leftarea img{
	width: 120px;
}

.header > .header-top > .rightarea{
	float: right;
	width: 27px;
	height: 21px;
	border: none;
	background-color: #fff;
	margin-top: 21px;
	outline: none;
}

.header > .header-top > .rightarea > .icon-bar{
	display: block;
	height: 3px;
	width: 27px;
	background-color: #b01e27;
}

.header > .header-top > .rightarea > .icon-bar:nth-child(-n+2){
	margin-bottom: 5px;
}

.header > .collapse > .nav > li.active{
	background-color: #b01e27;
}

.header > .collapse > .nav > li.active > a{
	color: #fff;
}

/*crumbs*/

.crumbs{
	height: 50px;
	background-color: #e9e8e8;
	padding: 0px 15px;
}

.crumbs > .leftarea{
	float: left;
	height: 50px;
	line-height: 50px;
}

.crumbs > .leftarea > span{
	font-size: 14px;
}

/*footer*/

.footer{
	background-color: #111;
	padding: 30px 15px;
}

.footer *,
.footer *:hover,
.footer *:active,
.footer *:focus{
	color: #fff;
}

.footer > .footer-top{
	padding-bottom: 10px;
	border-bottom: 1px solid #303030;
}

.footer > .footer-top > .list-left{
	float: left;
	max-width: 72px;
}

.footer > .footer-top > .list-left:first-child{
	margin-right: 10px;
}

.footer > .footer-top > .list-left > *{
	margin-bottom: 10px;
}

.footer > .footer-top > .list-left > .title{
	font-size: 13px;
}

.footer > .footer-top > .list-left > .blockline{
	background-color: #fff;
	width: 14px;
	height: 1px;
}

.footer > .footer-top > .list-left > a{
	display: block;
	font-size: 12px;
}

.footer > .footer-top > .list-right{
	float: right;
	max-width: 140px;
}

.footer > .footer-top > .list-right > *{
	text-align: right;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.footer > .footer-top > .list-right > .hotline-title{
	text-align: center;
	font-size: 13px;
}

.footer > .footer-top > .list-right > .hotline-brief{
	margin-bottom: 20px;
	text-align: center;
	font-size: 12px;
	color: #888;
}

.footer > .footer-top > .list-right > .hotline-img{
	text-align: center;
	margin-bottom: 20px;
}

.footer > .footer-top > .list-right > .hotline-img img{
	width: 60px;
}

.footer > .footer-top > .list-right > .hotline-number{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #b01e27;
}

.footer > .footer-bottom{
	padding-top: 10px;
	font-size: 12px;
	text-align: center;
}

/*tail*/

.tail{
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 55px;
	padding: 7px 15px;
	background-color: #fff;
	border-top: 1px solid #d3d3d3;
	z-index: 99;
}

.tail > div{
	float: left;
	width: 33.33333%;
	height: 40px;
}

.tail .goto_home,
.tail .online_consu,
.tail .phone_consu{
	padding: 10px 0px;
	height: 40px;
}

.tail .goto_home > img,
.tail .online_consu > img,
.tail .phone_consu > img{
	width: 16px;
	height: 16px;
	margin-right: 6px;
}

.tail .goto_home{
	margin-right: 5px;
	color: #b01e27;
	border: 1px solid #d3d3d3;
	background-color: #fff;
}

.tail .online_consu{
	margin-left: 5px;
	margin-right: 5px;
	color: #b01e27;
	border: 1px solid #b01e27;
	background-color: #fbf1f2;
}

.tail .phone_consu{
	margin-left: 5px;
	color: #fff;
	border: 0;
	background-color: #b01e27;
}


/*content*/

.content{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

/*home*/

.home > div:nth-child(n+2){
	padding: 30px 15px;
	overflow: hidden;
}

.home > .mainbrief{
	background-color: #f4f3f3;
}

.home > .mainbrief > .title{
	font-size: 21px;
	font-weight: bold;
	width: 70%;
	letter-spacing: 2px;
}

.home > .mainbrief > .line{
	width: 45px;
	height: 2px;
	margin: 15px 0px;
	background-color: #aaa;
}

.home > .mainbrief > .brief{
	margin-bottom: 15px;
	font-size: 13px;
	color: #666;
	letter-spacing: 1px;
}

.home > .mainbrief > .getmore{
	display: block;
	width: 85px;
	height: 25px;
	margin-bottom: 30px;
	background-color: #b01e27;
	text-align: center;
	line-height: 25px;
	font-size: 13px;
	color: #fff;
	letter-spacing: 1px;
}

.home > .mainbrief > .video video{
	width: 100%;
}


.home > .mainproduct{
	background-color: #fff;
}

.home > .mainproduct > .title{
	margin-bottom: 10px;
	font-size: 18px;
	text-align: center;
	letter-spacing: 1px;
}

.home > .mainproduct > .brief{
	margin-bottom: 20px;	
	font-size: 13px;
	letter-spacing: 1px;
	color: #777;
}

.home > .mainproduct > ul{
	list-style: none;
}

.home > .mainproduct > ul > li{
	position: relative;
	padding: 15px 10px;
	border-top: 1px solid #ddd;
	font-size: 13px;
	letter-spacing: 2px;
}

.home > .mainproduct > ul > li:last-child{
	border-bottom: 1px solid #ddd;
}

.home > .mainproduct > ul > li::after{
	position: absolute;
	content: ">";
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	font-size: 21px;
	color: #b01e27;
}

.home > .mainproduct > ul > li > a{
	display: block;
}


.home > .mainabout{
	min-height: 570px;
	background-color: #b01e27;
	background-image: url(/Public/img/mobile_sys/index_mainabout_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #fff;
}

.home > .mainabout > .title{
	margin-bottom: 10px;
	font-size: 18px;
	letter-spacing: 1px;
}

.home > .mainabout > .brief{
	max-width: 220px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}

.home > .mainabout > .brief2{
	max-width: 200px;
	margin-bottom: 50px;
	font-size: 12px;
	letter-spacing: 1px;
	color: #eee;
}

.home > .mainabout > .getmore{
	position: relative;
	display: block;
	width: 80px;
	height: 22px;
	border-bottom: 1px solid #eee;
}

.home > .mainabout > .getmore > .leftarea{
	float: left;
	color: #eee;
	letter-spacing: 1px;
}

.home > .mainabout > .getmore > .rightarea{
	position: absolute;
	float: right;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(255,255,255,0.6);
	width: 13px;
	height: 13px;
	border-radius: 50%;
	color: #b01e27;
	text-align: center;
	line-height: 13px;
}


.home > .mainserver{
	background-color: #f4f3f3;
}

.home > .mainserver > .title{
	border-left: 3px solid #b01e27;
	padding-left: 5px;
	margin-bottom: 30px;
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
}

.home > .mainserver > ul{
	list-style: none;
}

.home > .mainserver > ul > li{
	margin-bottom: 20px;
}

.home > .mainserver > ul > li > img{
	float: left;
	width: 45px;
}

.home > .mainserver > ul > li > p{
	margin-left: 60px;
}

.home > .mainserver > ul > li > p.title{
	margin-bottom: 7px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}

.home > .mainserver > ul > li > p.brief{
	font-size: 13px;
	letter-spacing: 1px;
}


.home > .mainclient{

}

.home > .mainclient > .title{
	margin-bottom: 10px;
	font-size: 18px;
	text-align: center;
}

.home > .mainclient > .brief{
	margin-bottom: 20px;
	font-size: 13px;
	color: #777;
	text-align: center;
}

.home > .mainclient > .carousel{
	overflow: hidden;
}

.home > .mainclient > .carousel > ul{
	width: 300%;
	list-style: none;
	margin-bottom: 30px;
}

.home > .mainclient > .carousel > ul > li{
	float: left;
	padding: 5px;
	width: 16.666666%;
}

.home > .mainclient > .carousel > ul > li > div{
	height: 270px;
	padding: 0px 7px;
	border: 1px solid #ccc;
	text-align: center;
}

.home > .mainclient > .carousel > ul > li > div > .img{
	margin: 0 auto;
	width: 75px;
	height: 75px;
	margin-top: 30px;
	margin-bottom: 15px;
	line-height: 75px;
}

.home > .mainclient > .carousel > ul > li > div > .img > img{
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

.home > .mainclient > .carousel > ul > li:nth-child(1) > div > .img > img,
.home > .mainclient > .carousel > ul > li:nth-child(3) > div > .img > img,
.home > .mainclient > .carousel > ul > li:nth-child(4) > div > .img > img,
.home > .mainclient > .carousel > ul > li:nth-child(6) > div > .img > img{
	width: 70%;
}

.home > .mainclient > .carousel > ul > li > div > .title{
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}

.home > .mainclient > .carousel > ul > li > div > .brief{
	font-size: 12px;
	color: #666;
	letter-spacing: 1px;
}

.home > .mainclient > .getmore{
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
}

/*productcate*/

.productcate{
	background-color: #f8f8f8;
	padding-top: 20px;
	padding-bottom: 40px;
}

.productcate > div{
	padding: 15px;
}

.productcate > div > .top{
	margin-bottom: 10px;
}

.productcate > div > .top > .leftarea{
	float: left;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}

.productcate > div > .top > .rightarea{
	float: right;
	font-size: 15px;
	color: #b01e27;
	letter-spacing: 1px;
}

.productcate > div > .body{
	list-style: none;
	margin-bottom: 0px;
}

.productcate > div > .body > .item{
	float: left;
	width: 50%;
	height: 49px;
	padding-bottom: 5px;
}

.productcate > div > .body > .item:nth-child(2n+1){
	padding-right: 5px;
}

.productcate > div > .body > .item > a > div{
	background-color: #fff;
	height: 44px;
	padding: 7px;
}

.productcate > div > .body > .item > a > div > .leftarea{
	float: left;
	width: 30px;
	height: 30px;
}

.productcate > div > .body > .item > a > div > .rightarea{
	height: 30px;
	margin-bottom: 0px;
	line-height: 30px;
	margin-left: 40px;
	text-align: center;
}

/*productlist*/

.productlist{
	padding: 30px 0px;
}

.productlist > .listmsgs{
	
}

.productlist > .listmsgs > ul{
	list-style: none;
	margin-bottom: 15px;
}

.productlist > .listmsgs > ul > li{
	position: relative;
	height: 116px;
	padding-top: 14px;
	padding-bottom: 11px;
	margin: 0px 15px 0px 15px;
	border-bottom: 1px solid #f6f6f6;
}

.productlist > .listmsgs > ul > li > .leftarea{
	float: left;
	width: 84%;
}

.productlist > .listmsgs > ul > li > .leftarea > div{
	
}

.productlist > .listmsgs > ul > li > .leftarea > div > .hotsell{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 20px;
	height: 34px;
}

.productlist > .listmsgs > ul > li > .leftarea > div > .headimg{
	float: left;
	text-align: center;
	line-height: 90px;
	width: 90px;
	height: 90px;
	margin-right: 10px;
}

.productlist > .listmsgs > ul > li > .leftarea > div > .headimg > img{
	width: 90px;
	height: 90px;
}

.productlist > .listmsgs > ul > li > .leftarea > div > .title{
	font-size: 16px;
	margin-bottom: 10px;
	margin-left: 100px;
}

.productlist > .listmsgs > ul > li > .leftarea > div > .tag{
	height: 20px;
	margin-left: 100px;
	margin-bottom: 17px;
	color: #666;
	-webkit-line-clamp: 1;
	font-size: 13px;
}

.productlist > .listmsgs > ul > li > .leftarea > div > .tag > span{
	margin-right: 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #999;
}

.productlist > .listmsgs > ul > li > .leftarea > div > .price{
	margin-bottom: 0px;
	color: #ff6600;
	font-size: 14px;
	margin-left: 100px;
}

.productlist > .listmsgs > ul > li > .rightarea{
	float: right;
	width: 40px;
	height: 90px;
	line-height: 90px;
}

.productlist > .listmsgs > ul > li > .rightarea > img{
	width: 40px;
	height: 40px;
	padding: 9px;
	border:1px solid #f6f6f6;
	border-radius: 4px;
}

/*product*/

.product > .detailed{
	padding: 15px;
}

.product > .detailed img{
	max-width: 100%;
}

/*aboutus*/

.aboutus > .aboutus-title{
	padding: 30px 15px;
}

.aboutus > .aboutus-title > div{
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px
}

.aboutus > .aboutus-title > div img{
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.aboutus > .aboutus-title > div p{
	margin-left: 90px;
}

.aboutus > .aboutus-title > div p.title{
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
}

.aboutus > .aboutus-title > div p.brief{
	font-size: 12px;
	letter-spacing: 1px;
}

.aboutus > .aboutus-body{
	padding: 30px 15px;
}

.aboutus > .aboutus-body img{
	max-width: 100%;
}

.aboutus > .aboutus-body > div{
	margin-bottom: 20px;
}

.aboutus > .aboutus-body > .msg2 img{
	margin-bottom: 15px;
}

.aboutus > .aboutus-body > .msg3 table{
	width: 100%;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.aboutus > .aboutus-body > .msg3 table td{
	background-color: #fff;
	padding: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 55px;
	text-align: center;
	word-break: break-all;
}

.aboutus > .aboutus-body > .msg3 table thead td{
	font-weight: bold;
}

.aboutus > .aboutus-body > .msg4 ul{
	list-style: none;
}

.aboutus > .aboutus-body > .msg4 ul > li{
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

.aboutus > .aboutus-body > .msg4 ul p{
	margin-bottom: 0px;
}

.aboutus > .aboutus-body > .msg4 ul .title{
	float: left;
	width: 74%;
	line-height: 20px;
}

.aboutus > .aboutus-body > .msg4 ul .date{
	float: right;
	width: 26%;
	text-align: right;
	color: #999;
	font-size: 12px;
	line-height: 20px;
}

.aboutus > .aboutus-body > .msg5 ul{
	list-style: none;
}

.aboutus > .aboutus-body > .msg5 ul > li{
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

.aboutus > .aboutus-body > .msg5 ul p{
	margin-bottom: 0px;
}

.aboutus > .aboutus-body > .msg5 ul .title{
	float: left;
	width: 74%;
	line-height: 20px;
}

.aboutus > .aboutus-body > .msg5 ul .date{
	float: right;
	width: 26%;
	text-align: right;
	color: #999;
	font-size: 12px;
	line-height: 20px;
}

/*article*/

.article > .article-body{
	padding: 30px 15px;
}

.article > .article-body img{
	max-width: 100%;
}

/*contactus*/

.contactus > .contactus-body{
	position: relative;
	padding: 30px 15px;
}

.contactus > .contactus-body p{
	word-break: break-all;
}

.contactus > .contactus-body > .top{
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}

.contactus > .contactus-body > .top > p{
	margin-bottom: 7px;
	color: #666;
}

.contactus > .contactus-body > .top > .title{
	font-size: 18px;
	color: #b01e27;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.contactus > .contactus-body > .center{
	margin-bottom: 30px;
}

.contactus > .contactus-body > .center > .title{
	font-size: 18px;
	color: #b01e27;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.contactus > .contactus-body > .center > .hotline{
	font-size: 25px;
	margin-bottom: 7px;
	color: #666;
}

.contactus > .contactus-body > .center > a{
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #b01e27;
	border-radius: 5px;
	color: #b01e27;
	font-size: 15px;
}

.contactus > .contactus-body > .center > a > img{
	height: 16px;
	margin-right: 5px;
	margin-top: -2px;
}