/*轮播*/

.banner-slide {
	margin-top: 0.88rem;
}

.swiper-pagination-bullet {
	height: 0.1rem;
	width: 0.1rem;
	background: rgba(255, 255, 255, 0);
	border: 1px solid #fff;
}

.swiper-pagination-bullet-active {
	background: #dbbb38;
}


/*品牌动态*/
.ppdtBox,.mxkhBox,.cpxlBox,.gywmBox,.cpxqBox {
	padding-top: 0.48rem;
	background: url(../mobileImages/main_bg.jpg);
}
.ppdtBox2{
	/*padding-bottom: 0.8rem;*/
}
.ppdtTitle,.mxkhTitle,.cpxlTitle,.gywmTitle{
	width: 4.8rem;
	height: 1.3rem;
	margin: 0 auto 0.15rem;
}
.ppdt-slide {
	width: 100%;
	height: 100%;
}
.ppdt-slide .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 5.46rem;
	border-radius: 0.1rem;	
	background: rgba(255,255,255,0.2);
	text-align: left;
	font-size: 0.3rem;
	box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.1);
}
.ppdt-slide .swiper-slide img{
	border-top-left-radius: 0.1rem;
	border-top-right-radius: 0.1rem;
}
.ppdt-slide .swiper-slide:nth-child(n) {
	width: 72.8%;
}
.ppdt_img{
	width: 100%;
	height: 3.9rem;
	border-bottom: 1px solid #b7b0a5;
}
.ppdtListInfo{
	height: 1.93rem;
	padding: 0.2rem 0.3rem;
}
.ppdtTextTit{
	font-weight: bold;
	margin-bottom: 0.2rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ppdtListInfo p{
	line-height: 1.7;
	font-size: 0.26rem;
	text-align: justify;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/*明星客户*/
.mxkhBox{
	padding: 0.48 0.2rem 0;
}
.mxkhList{
	padding: 0 0.2rem;
}
.mxkhList li{
	position: relative;
	height: 3.6rem;
	padding-bottom: 0.3rem;
}
.mxkhList2 li{
	height: auto;
	line-height: 0.5rem;
}
.mxkhList2 li p{
	font-size: 0.32rem;
}
.mxkh_name{
	font-weight: bold;
	margin-top: 0.2rem;
}
.mxkh_des{
	margin-top: 0.2rem;
	text-align: justify;
}
.mxkhList li a{
	display: block;
	height: 100%;
	font-size: 0.3rem;
	color: #fff;
}
.mxName{
	text-align: center;
	margin-bottom: 0.2rem;
}
.mxkhList li:nth-child(n) a .mxInfo{
	position: absolute;
	padding-left: 0.5rem;
	top: 1.4rem;
}
.mxkhList li:nth-child(2n) a .mxInfo{
	position: absolute;
	right: 0.5rem;
	top: 1.4rem;
}
.ckgd{
	height: 0.43rem;
	padding: 0 0.2rem 0.4rem;
}
.ckgdBtn{
	width: 1.53rem;
	font-size: 0.28rem;
	text-align: center;
	line-height: 0.43rem;
	border: 1px solid #b2281a;
}
.ckgdBtn a{
	color: #000;
}
.mtpt-88{
	margin-top: 0.88rem;
	padding-top: 0.6rem;
}
/*产品系列*/
.cpxlContent{
	padding: 0 0.2rem;
}
.cpxlContent ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*padding-bottom: 0.4rem;*/
}
.cpxlContent ul li{
	font-size: 0.3rem;
	text-align: center;
	line-height: 0.7rem;
	margin-bottom: 0.2rem;
	background: rgba(255,255,255,0.2);
	box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.1);
}
.cpxlContent ul li a{
	display: block;
}
.cpxlContent ul li img{
	width: 3.3rem;
	height: 2.59rem;
}
/*产品详情*/
.cpxqBox{
	padding-top: 0;
}
.cpxqInfo{
	padding: 0.4rem 0.2rem;
}
.cpName{
	font-size: 0.36rem;
	font-weight: bold;
    margin-bottom: 0.1rem;
}
.cpData{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 0.28rem;
}
.cpData div{
	width: 3.3rem;
	margin-top: 0.2rem;
}
.cpNumber,.cpType{
	margin-right: 0.2rem;
}
.cpDes{
	margin-top: 0.4rem;
	line-height: 0.5rem;
}
.cpDesTitle{
	font-size: 0.32rem;
	font-weight: bold;
	margin-bottom: 0.2rem;
}
.cpDesInfo{
	font-size: 0.28rem;
	text-align: justify;
}
/*相关产品*/
.cpAbout{
	padding: 0.2rem 0.2rem 0.6rem;
}
.cpAboutTitle{
	font-size: 0.28rem;
	margin-bottom: 0.2rem;
}
.cpAbout ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.cpAbout ul li{
	width: 3.3rem;
	box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.1);
}
.cpAbout ul li a{
	display: block;
}
/*关于我们*/
.gywmContent{
	padding: 0 0.2rem 0.6rem;
}
.gywmInfo{
	font-size: 0.3rem;
	text-align: justify;
	background: rgba(255,255,255,0.2);
	color: #000;
	padding: 0.3rem;
	line-height: 1.7;
}
.gywmInfo p{
	text-indent: 2em;
	padding-bottom: 0.2rem;
}
.gywmInfo img{
	padding-bottom: 0.2rem;
}
.fonw{
	font-weight: bold;
}
/*资讯详情*/
.NewsBox{
	margin-top: 0.88rem;
	padding-top: 0.3rem;
	background: rgba(243, 216, 102, 1);
}
.NewsContent{
	padding: 0 0.2rem;
}
.NewsTitle{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.TimeBrowsing{
	height: 16px;
	font-size: 14px;
	padding: 10px 0;
	text-align: center;
}
.TimeBrowsing span{
	display: inline-block;
	height: 20px;
	line-height: 20px;
}
.TimeBrowsing img{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
.riqi_icon{
	margin-top: 2px;
}
.TimeBrowsing .eyes_icon{
	width: 20px;
	height: 20px;
	margin-left: 10px;
}
.NewsDetailsContent{
	font-size: 16px;
	line-height: 1.7;
}
.NewsDetailsContent p{
	text-align: justify;
	text-indent: 2em;
	font-size: 16px !important;
}
.NewsDetailsContent p span{
	font-size: 16px !important;
}
.NewsDetailsContent img{
	/*padding-bottom: 10px;*/
}
.fengexian {
    width: 100%;
    height: 1px;
    background: #b61a00;
    margin-bottom: 10px;
}
/*猜你喜欢*/
.guess_like {
	font-size: 16px;
    /*height: 3.75rem;*/
    border: 1px solid #b61a00;
}
.guess_like_top{
	position: relative;
    text-align: left;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    padding: 0 15px;
	background: url(../mobileImages/dibu_bg_red.jpg);
}
.guess_like_top_span_one {
    display: inline-block;
    height: 100%;
    box-sizing: border-box;
    border-bottom: solid 2px #fff;
    margin-left: 8px;
}
.guess_like_top_span_two {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    position: relative;
    display: inline;
    height: auto;
    line-height: 40px;
}
.guess_like_top_span_two:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 15%;
    left: -8px;
    width: 4px;
    height: 70%;
    background-color: #fff;
}
.guess_lists{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	padding: 0 10px;
}
.guess_lists li{
	width: 3.1rem;
    border-bottom: 1px solid #b61a00;
}
.guess_lists li:nth-child(5), .guess_lists li:last-child {
    border: none;
}
.guess_title{
	margin-top: 10px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.guess_des{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
    height: 42px;
    margin: 6px 0;
    font-size: 14px;
}
.guess_time{
	display: block;
	margin: 6px 0;
}
.pages{
	height: 21px;
	font-size: 14px;
	padding: 20px 0;
}
.pages .pre_page,.pages .next_page{
	width: 3.3rem;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

/*页码*/
.pages2{
	padding: 30px 0 20px 0;
	height: 35px;
	line-height: 35px;
	text-align: center;
    margin-right:10px;
    margin-left:10px;
}
.pages2 a{
	color: #000;
	font-size: 18px;
	display: block;
}
.pages2 .pre_page,.pages2 .next_page{
	border: 1px solid #b1382b;
	width: 104px;
}
