/* 轮播图 */
.lunbo-wai{
	padding-left: 0;
	padding-right: 0;
}

.slide-list a{
	display: block;
}
.slide-list a img{
	width: 100%;
	height: auto;
	
}
/* .slide-list:nth-child(1) a{
	background-image: url(../img/banner1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.slide-list:nth-child(2) a{
	background-image: url(../img/banner2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.slide-list:nth-child(3) a{
	background-image: url(../img/banner3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
} */





.lunbo-prev {
	top: 0;
	left: 0;
	width: 20%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
	background-size: auto auto;
	margin-top: 0;
	opacity: 0.3;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.lunbo-next {
	top: 0;
	right: 0;
	width: 20%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
	background-size: auto auto;
	margin-top: 0;
	opacity: 0.3;
}
.lunbo-prev:hover {
	opacity: 1;
}
.lunbo-next:hover {
	opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 10%;
}
.swiper-pagination-bullet{
	background: #fff;
	opacity: 1;
	width: 5px;
	height: 5px;
}
.swiper-pagination-bullet-active{
	background: #fff;
	width: 15px;
	border-radius: 10px;
	transition: width .4s ease-out;
}



/* 品牌介绍 */
.brand-wai{
	background: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
	border-bottom: 4px solid #161a33;
}
.title-wai a{
	display: block;
}
.title-big{
	text-align: center;
}
.title-big span{
	display: inline-block;
	text-align: center;
	font-size: 30px;
	/* color: #212529; */
	/* color: #f2184f; */
	color: #ff0000;
	position: relative;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}
.title-big span:before{
	content: '';
	display: block;
	width: 60%;
	height: 1px;
	background: #212529;
	position: absolute;
	top: 50%;
	left: -100%;
}
.title-big span:after{
	content: '';
	display: block;
	width: 60%;
	height: 1px;
	background: #212529;
	position: absolute;
	top: 50%;
	right: -100%;
}
.title-wai{
	margin-bottom: 50px;
}
.title-wai a p{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #999999;
	text-transform: uppercase;
}

.brand-left-picleft span{
	display: block;
	position: relative;
	overflow: hidden;
}
.brand-left-picleft span:first-child{
	margin-bottom: 28px;
}
.brand-left-picleft span img{
	/* min-height: 200px; */
	transform: scale(1.2);
	transition: .5s all ease-out;
}
.brand-mod{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 20;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	padding: 30px;
	transition: .5s all ease-out;
	border: 1px solid #fff;
}
.brand-mod h4{	
	font-size: 22px;
	letter-spacing: 3px;
	margin-bottom: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.brand-mod p{
	box-sizing: border-box;
	padding: 0 15px;
	text-align: left;
	display: none;
	transition: .5s all ease-out;
	/* display: -webkit-box; */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.brand-left-picleft span:hover .brand-mod{
	background: rgba(0,0,0,.4);
	transform: scale(.82);
}
.brand-left-picleft span:hover img{
	transform: scale(1);
}
.brand-left-picleft span:hover .brand-mod p{
	display: block;
}


.brand-right h3{
	margin-bottom: 20px;
	/* color: #f2184f; */
}
.brand-right p{
	line-height: 26px;
	color: #999;
}
.brand-move{
	margin-top: 30px;
}
.brand-move>a{
	display: inline-block;
	font-size: 16px;
	color: #1a2a3a;
	text-transform: uppercase;
	font-weight: 600;
	transition: color .4s ease-in;
}
.brand-move>a>img{
	display: inline-block!important;
	width: auto!important;
	max-width: 100%;
	margin: 5px;
	width: 30px;
	vertical-align: text-top;
	transition: all .4s ease-in;
}
.brand-move:hover>a{
	color: #FF0000;
}
.brand-move:hover>a>img{
	transform: translateX(8px);
}




/* 产品中心 */
.products-wai{
	padding-left: 0;
	padding-right: 0;
	padding-top: 80px;
	/* margin-bottom: 80px; */
	background: #fff;
}

.products-title{
	margin-bottom: 50px;
	
}
.protit-slide .swiper-wrapper{
	justify-content: center;
}
/* 必须设置宽度 */
.protit-list{
	/* width: 14.28%; */
	/* width: 10%; */
	width: auto;
	cursor: pointer;
	text-align: center;
	font-size: 20px;
	transition: .3s color ease-in-out;
	padding: 0 15px;
}
.protit-list:hover{
	/* color: #f2184f; */
	color: #FF0000;
}
.protit-slide .swiper-slide-thumb-active{
	/* color: #f2184f; */
	color: #FF0000;
}



.products-list-left, .products-list-right,
.pro-lefttop-l, .pro-leftbot-r
{
	padding-left: 0;
	padding-right: 0;
}


.pro-lefttop-l{
	background: #DCA44B;
	/* height: 350px; */
	display: flex;
	flex-direction: column;
	justify-content: left;
	align-items: center;
	box-sizing: border-box;
	/* padding: 15% 35px; */
	padding: 5% 35px;
}
.pro-lefttop-l h5{
	width: 100%;
	margin-bottom: 20px;
}
.pro-lefttop-l h5 a{
	display: block;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	letter-spacing: 2px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.pro-lefttop-l p{
	width: 100%;
	font-size: 13px;
	color: #fff;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.pro-leftbot-r{
	overflow: hidden;
}
.pro-leftbot-r img{
	width: 100%;
}
.pro-btn{
	text-align: left;
	margin-top: 30px;
	width: 100%;
}
.pro-btn a{
	padding: 7px 11px;
	font-size: 13px;
	color: #333;
	background: #fff;
	text-transform: uppercase;
	transition: all .7s ease-in-out;
}
.pro-btn a:hover{
	background: #ff0000;
	color: #fff;
}



/* 新闻中心 */
.news-wai{
	padding-top: 160px;
	padding-bottom: 80px;
	background: #e9eef3;
	/* background: url(../img/bg_section.gif) repeat; */
}
.news-list-img{
	position: relative;
}
.news-list-img a{
	display: block;
}
.news-date{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 60px;
	height: 60px;
	z-index: 1;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	padding: 3px 8px 0px;
	text-align: center;
	background-color: #FF0000;
	text-transform: capitalize;
}
.news-list-content{
	position: relative;
	padding: 65px 25px 0;
	text-align: center;
}
.news-list-tit{
	font-size: 20px;
	text-align: center;
	color: #222;
	font-weight: 700;
	padding: 23px 15px;
	background: #fff;
	position: absolute;
	top: -35px;
	left: 30px;
	right: 30px;
	z-index: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.news-list-tit:before{
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0%;
	height: 100%;
	display: block;
	z-index: -1;
	background-color: #FF0000;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.news-list-txt{
	color: #7e8597;
	font-size: 15px;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.news-wai .owl-theme .owl-controls{
	margin-top: 45px;
}
.news-wai .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: #FF0000;
}

.news-list:hover .news-list-tit:before{
	width: 100%;
}
.news-list:hover .news-list-tit{
	color: #fff;
	background: transparent;
}
.news-list:hover .brand-move>a{
	color: #FF0000;
}
.news-list:hover .brand-move>a>img{
	transform: translateX(8px);
}



/* 联系我们 */
.contact-wai{
	padding-top: 80px;
	padding-bottom: 80px;
}

.contact-right ul{
	padding: 30px 30px 0;
}
.contact-list{
	margin-bottom: 15px;
}
.contact-inf{
	font-size: 14px;
	
}
.contact-list .iconfont{
	margin-right: 10px;
}
.contact-right a{
	display: inline-block;
	padding: 7px 11px;
	font-size: 13px;
	background: #ff0000;
	color: #fff;
	text-transform: uppercase;
	margin-left: 30px;
	margin-top: 10px;
}




/* 友情链接 */
.friend-wai{
	background: #e6ebf0;
	padding-top: 30px;
	padding-bottom: 30px;
}
.friend-tit{
	font-size: 20px;
	color: #333;
}
.friend{
	display: flex;
	justify-content: left;
}
.friend ul{
	flex: 1;
	display: flex;
	justify-content: left;
	align-items: center;
	flex-wrap: wrap;
}
.friend-list{
	margin-left: 20px;
	margin-right: 20px;
}
.friend-list a{
	color: #333;
}
.friend-list a:hover{
	color: #333;
}






@media screen and (max-width: 991px) {
	.pro-lefttop-l{
		padding: 15% 35px;
	}
	.brand-right{
		padding-left: 0;
		padding-right: 0;
	}
	.brand-left{
		padding-left: 0;
		padding-right: 0;
	}
	.brand-left-picleft{
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 28px;
	}
	
	.protit-list{
		padding: 0 5px;
	}
	.products-wai .protit-slide .swiper-wrapper{
		justify-content: left;
	}
}
@media screen and (max-width: 768px) {
	.brand-left-picleft{
		padding-right: 7.5px;
		padding-left: 0;
	}
	.brand-right-picleft{
		padding-left: 7.5px;
		padding-right: 0;
	}
	
	.brand-mod h4{
		font-size: 16px;
		margin-bottom: 5px;
		margin-top: 0;
	}
	.brand-mod p{
		padding-left: 0;
		padding-right: 0;
		font-size: 12px;
	}
	
	.contact-left{
		padding-left: 0;
		padding-right: 0;
	}
	
	.protit-list{
		font-size: 12px;
	}
	
}
@media screen and (max-width: 414px) {
	.brand-right h3{
		font-size: 22px;
	}
}
@media screen and (max-width: 320px) {
	.brand-right h3{
		font-size: 18px;
	}
	.brand-mod{
		padding: 10px;
	}
	.brand-mod h4{
		font-size: 16px;
		margin-top: 0;
	}
	.brand-mod p{
		padding-left: 0;
		padding-right: 0;
		font-size: 12px;
	}
	
	.title-big span:before{
		left: -75%;
	}
	.title-big span:after{
		right: -75%;
	}
	
	
}







