/* 横幅 */
#banner{
	position: relative;
	overflow: hidden;
	box-sizing:border-box;
}
#banner .swiper-slide{
	background-size:cover !important;
	background-position:center center;
	background-repeat:no-repeat;
}
#banner .swiper-slide img{
	display:block;
	margin:0 auto;
    width: 100%;
    height: auto;
}
.banner-pagination-center{
	text-align:center;
	position: absolute;
    bottom: 30px;
	width:100%;
	z-index:98;
}
#banner .banner-pagination {
	display:inline-block;
	width:auto !important;
	height:15px;
	line-height:15px;
}
#banner .banner-pagination .swiper-pagination-bullet {
    border-radius: 0;
    opacity: 1;
    margin: 0 10px;
	background:#fff;
	border-radius:15px;
	height:17px;
	width:16px;

	transform:scale(0.9); 
	background:url('/tpl/default/skin/img/point.png')no-repeat;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#banner .banner-pagination .swiper-pagination-bullet-active{

	background:url('/tpl/default/skin/img/point_on.png')no-repeat;
}
#banner .arrow{
	display:none;
	position:absolute;
	top:50%;
	height:40px;
	width:40px;
	margin-top:-20px;
	z-index:99;
	cursor:pointer;
	transform:rotate(-45deg);-ms-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-o-transform:rotate(45deg);
}
#banner:hover .arrow{
	display:block;
}
#banner .arrow:hover{
	border-color:#cb252a;
}
#banner .prev{
	border-top:3px solid #eee;
	border-left:3px solid #eee;
	left:60px;
}
#banner .next{
	border-bottom:3px solid #eee;
	border-right:3px solid #eee;
	right:60px;
}
#banner .ani-box{
	position:absolute;
	width:100%;
	height:100%;
	display:flex;
	z-index:9999;
	top:0;
	left:0;
	color:#fff;
	justify-content:center;
	flex-direction:column;
	align-items:center;
}
#banner .ani-box .p0{
	font-size:0.21rem;
	display:block;
}
#banner .ani-box .p1{
	font-size:0.25rem;
	border-bottom:2px solid #cb252a;
	margin-bottom:0.17rem;
}
#banner .ani-box .p2{
	font-size:0.09rem;
	margin-bottom:0.2rem;
}

/* 分类 */
.classify{
	overflow:hidden;
	background:#303030;
	padding:0.3rem 0 0 0;
}
.classify .list{
	display:flex;
	flex-wrap:wrap;
	margin:0 -5%;
}
.classify .item{
	color:#fff;
	width:25%;
}
.classify .item:last-child .title .iconfont{
	display:none;
}
.classify .item .title{
	font-size:0.3rem;
	text-align:center;
	position:relative;
	color:#cb252a;
	font-weight:300;
	
}
.classify .item .title .iconfont{
	position:absolute;
	right:0px;
	top:0px;
	font-size:0.26rem;
	margin-right:-0.13rem;
	margin-top:0.06rem;
	font-weight:100;
	color:#fff;
}
.classify .item .arr{
	display:flex;
	justify-content:center;
	margin:30px 0 40px 0;
}
.classify .item:nth-child(even) .title{
	font-weight:700;
	color:#fff;
}
.classify .item .text{
	border-left:1px solid #404040;
	padding-bottom:0.3rem;
}
.classify .item:first-child .text{
	border-left:none;
}
.classify .item a{
	display:block;
	color:#fff;
	text-align:center;
	font-size:18px;
	margin:12px 0;
	font-weight:300;
	
}
.classify .item a:hover{
	color:#cb252a;
}


/* 文本描述 */
.textarea{
	text-align:center;
	padding:0.20rem 0;
	margin:0.2rem 0;
}
.textarea .p1{
	text-align:center;
}
.textarea .p1 .center{
	display:inline-block;
	overflow:hidden;
}
.textarea .p1 p{
	font-weight:700;
	
	font-size:0.28rem;
	position:relative;
	z-index:99;
	margin:0px;
	padding:0 20px;
}
.textarea .p1  .line{
	display:block;
	background:#cb252a;
	height:15px;
	position:relative;
	z-index:98;
	margin-top:-20px;
}
.textarea .p2{
	display:inline-block;
	font-size:0.17rem;
	font-weight:300;
	margin-top:5px;
}
.textarea .p3{
	padding-top:0.1rem;
	line-height:36px;
	font-size:16px;
	
	text-decoration:underline;
}
.textarea .arr{
	margin-top:0.2rem;
}





/* 产品列表 */
.pdlist{
	
}
.pdlist .navlist{
	text-align:center;
	margin:0.05rem 0 0.16rem 0;
}
.pdlist .navlist a{
	display:inline-block;
	font-size:16px;
	padding:1px 5px;
	margin:0 0.1rem;
	margin-bottom:5px;
}
.pdlist .navlist a.on,.pdlist .navlist a:hover{
	background:#cb252a;
	color:#333;
	color:#fff;
}
.pdlist .list{
	overflow:hidden;
	margin:0;
	-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;
}

.pdlist .list.none{
	display:none;
}

.pdlist .animated{
	-webkit-animation-name:fadeIn;
	animation-name:fadeIn;
	display:block;
}

.pdlist .list{
	margin:0 -7px;
}
.pdlist .list .item{
	float:left;
	width:33.3333%;

	
}
.pdlist .list .item .main{
	margin:7px;
	position:relative;
	overflow:hidden;
	background:#fff;
	box-shadow:0 0 0px #fff;
}

.pdlist .list .item .main img{
	display:block;
	width:100%;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
.pdlist .list .item .text{
	position:absolute;
	display:block;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:889;
	background:rgba(0,0,0,0.7);
	opacity:0;
	-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;
	
}
.pdlist .list .item .text .top{
	padding:20px;
	color:#fff;
}
.pdlist .list .item .text .top h3{
	margin-top:0px;
}
.pdlist .list .item .text .bottom{
	position:absolute;
	bottom:20px;
	left:20px;
	color:#fff;
}
.pdlist .list .item .text .bottom i{
	display:block;
	width:24px;
	height:1px;
	background:#fff;
	margin-bottom:10px;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
.pdlist .list .item .text .bottom:hover{
	color:#cb252a;
}
.pdlist .list .item .text .bottom:hover i{
	width:100%;
	background:#cb252a;
}
.pdlist .list .item:hover .text{
	opacity:1;
}
.pdlist .list .item:hover img{
	transform:scale(1.1);
}

.pdlist .more{
	text-align:center;
	padding:0.2rem 0 0.15rem 0;
	border-bottom:1px solid #eee;
}
.pdlist .more a{
	display:inline-block;
	height:40px;
	line-height:40px;
	color:#000;
	font-size:22px;
	font-family:'Arial';
	border-bottom:2px solid #cb252a;
}
.pdlist .more a:hover{
	border-color:#cb252a;
	color:#000;
	background:#cb252a;
}

/* 图片模块 */
.imgarea{
	margin-top:0.2rem;
	height:3rem;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:100%;
	background-position:center center;
}
.imgarea img{
	width:100%;
}


/* 新闻资讯 */
.news{
	
}
.news .list{
	display:flex;
	flex-wrap:wrap;
	margin:0 -7px;
}
.news .list .item{
	width:33.333%;
}
.news .list .item img{
	width:100%;
}
.news .list .item a{
	display:block;
	margin:0px 7px;
	background:#f9f9f9;
	color:#333;
	position:relative;
	position:relative;
	top:0px;
	
}
.news .list .item .text{
	padding:0.1rem;
}
.news .list .item .text h3{
	font-size:16px;
	font-weight:500;
	margin:10px 0 0 0;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.news .list .item .text h3 span{
	line-height:24px;
}
.news .list .item .text .desc{
	margin:30px 0;
	line-height:24px;
	color:#666;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
	height:73px;
}
.news .list .item .text .bottom{
	border-top:1px solid #a1a0a1;
	padding-top:20px;
	display:flex;
	justify-content:space-between;
}
.news .list .item .text .bottom .date .p1{
	font-size:36px;
	color:#757475;
	margin:0px;
}
.news .list .item .text .bottom .date .p2{
	color:#757475;
	margin:0px;
}
.news .list .item .text .bottom .more .p1{
	margin:0px;
	margin-top:15px;
	margin-bottom:10px;
}
.news .list .item .text .bottom .more .p2 .iconfont{
	font-size:24px;
	font-weight:100;
	color:#666;
}
.news .list .item:hover a{
	top:-10px;
	box-shadow:0 0 10px #ccc;
}
.news .list .item:hover h3 span{
	background:#cb252a;
	color:#fff;
}
.news .list .item:hover .text .bottom .more .p1{
	background:#cb252a;
	color:#fff;
	
}
.news .list .line{
	width:100%;
	height:1px;
	background:#a7a7a7;
	margin:0.12rem 5px;
}


/* 留言 */
.message{
	background:url(/tpl/default/skin/img/message_gb.jpg)no-repeat;
	background-size:cover;
	min-height:795px;
	display:flex;
	align-items:flex-end;
	margin-bottom:15px;
}
.message .container-fluid{
	width:100%;
}
.message .form-box{
	display:flex;
	flex-wrap:wrap;
	background:rgba(255,255,255,0.9);
	padding:0.2rem;
	margin-bottom:60px;
	border-radius:3px;
}
.message .form-box .item{
	width:33.333%;
	padding:0 10px;
	box-sizing:border-box;
}
.message .form-box .item .r{
	margin-bottom:25px;
}
.message .form-box .item input{
	width:100%;
	height:36px;
	border:1px solid #a9aaaa;
}
.message .form-box .item textarea{
	width:100%;
	height:127px;
	box-sizing:border-box;
	padding:5px;
	border:1px solid #a9aaaa;
}
.message .form-box .item button{
	width:100%;
	height:42px;
	background:#cb252a;
	color:#000;
	border:none;
	font-size:20px;
	font-weight:500;
	color:#fff;
}
.message .form-box .item button:hover{
	background:#333;
	color:#fff;
}


/* 手机端独立模块 */
.m-textarea{
	height:3.5rem;
	background-image:url('/tpl/default/skin/img/m-textarea.png');
	background-repeat:no-repeat;
	background-size:cover;
	display:flex;
	align-items:center;
	justify-content:center;
}
.m-textarea .p1{
	text-align:center;
	color:#fff;
}
.m-textarea .p1 .center{
	display:inline-block;
	overflow:hidden;
}
.m-textarea .p1 p{
	font-weight:500;
	font-size:24px;
	position:relative;
	z-index:99;
	margin:0px;
	margin-bottom:0px;
	color:#cb252a;
}
.m-textarea .p1  .line{
	display:block;
	background:#fff;
	height:2px;
	position:relative;
	z-index:98;
	margin-top:-2px;
}
.m-textarea .p2{
	padding-top:5px;
	text-align:center;
	font-size:14px;
	color:#fff;
}


.m-classify{
	background:#303030;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	padding:35px 15px;
	margin-bottom:15px;
}
.m-classify .item{
	color:#fff;
	font-size:42px;
	font-weight:700;
	position:relative;
	z-index:2;
}
.m-classify .item:after{
	content:'';
	display:block;
	position:absolute;
	bottom:5px;
	height:10px;
	background:#cb252a;
	width:100%;
	z-index:-1;
}
.m-classify .icon{
	margin:5px 0 0px 0;
}
.m-classify .icon .iconfont{
	color:#fff;
	font-size:36px;
}
.m-classify .item.eve{
	color:#cb252a;
}
.m-classify .item.eve:after{
	background:#fff;
}
.m-classify .arr{
	margin-top:30px;
}
.m-classify .arr img{
	width:45px;
}


@media screen and (max-width:1300px){
	
}
@media screen and (max-width:768px){
	
	.pdlist .list{
		margin:-10px -5px 0 -5px;
	}
	
	
	/* #banner .a1{width:0.8rem;} */
	/* #banner .a2{width:1.8rem;} */
	/* #banner .a3{width:0.5rem;} */
	/* #banner .a4{width:1.2rem;} */
	/* #banner .a5{width:0.5rem;} */
	
	/* #banner .title div{font-size: 0.5rem; height: 0.48rem; line-height: 0.48rem;} */
	
	/* .banner-pagination-center{ */
		/* bottom:20px; */
	/* } */
	/* #banner .banner-pagination .swiper-pagination-bullet{ */
		/* width:10px; */
		/* height:10px; */
		/* margin:0 5px; */
	/* } */
	.classify{padding:30px 0;}
	.classify .item{width:50%;}
	.classify .item .title{font-size:32px;}
	.classify .item:nth-child(2) .iconfont{display:none;}
	.classify .item .title .iconfont{font-size:32px;margin-right:-16px;}
	.classify .item .arr{margin:10px 0 15px 0;}
	.classify .item .arr img{height:20px;}
	.classify .item a{font-size:16px;margin:10px 0;}
	
	
	
	.textarea .p1 p{font-size:32px;}
	.textarea .p1 .line{height:10px;margin-top: -15px;}
	
	.textarea .p2{font-size:18px;}
	.textarea .p3{font-size:14px;}
	.textarea .arr img{width:40px;}
	
	.pdlist .list .item .text .top h3{font-size:18px;}
	.pdlist .list .item{width:100%;}
	.pdlist .more a{font-size:18px;}
	.pdlist .list .item .main{margin:10px;}
	.pdlist .list .item .text .top{padding:15x;}
	.pdlist .navlist a{margin:0;}
	.pdlist .more{margin-bottom:25px;border:none;}
	
	.news .list .item{width:50%;}
	.news .list .item .text .desc{margin:15px 0; -webkit-line-clamp:2; height:48px;}
	.news .list .item .text .bottom{padding-top:10px;}
	.news .list .item .text .bottom .date .p1{font-size:18px;}
	.news .list .item .text .bottom .more .p1{margin-top:0px;}
	.news .list .item .text .bottom .more .p2{margin-bottom:0px;}
	
	.message .form-box .item{width:100%;}
	.message .form-box .item .r{margin-bottom:15px;}
	
	.imgarea{
		margin-top:0.2rem;
		height:3rem;
		background-repeat:no-repeat;
		background-attachment:scroll;
		background-size:100%;
		background-position:center center;
	}
}
