.center_width{
	width: 95%;
	min-width: 1400px;
}
.carousel_banner{
	position: absolute !important;
	top: 0;
	z-index: 0 !important;	
}
.carousel_banner img{
	width: 100%;
	height: 100%;
}
.layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=sub]{
	opacity: 0;
}
.carousel_text{
	position: absolute;
	top: 30%;
	left: 30%;
	color: #fff;
}
.carousel_text h2{
	font-family: 'MicrosoftYaHei-Bold';
	font-size: 58px;
	font-weight: bold;
	margin-bottom: 44px;
}
.carousel_text p{
	font-size: 20px;
	margin-bottom: 64px;
	font-family: "microsoft yahei";
}
.layui-btn.more{
	background-color: transparent;
	border: solid 1px #fff;
	border-radius: 25px;
	padding: 0;
	width: 180px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
.layui-btn.more .layui-icon{
	margin-left: 10px;
}

/* 品牌介绍 */
.brand{
	
}
.brand_center{
	width: 95%;
	height: 500px;
	margin: 150px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.brand_center_left {
	width:50%;
	margin-right: 110px;	
}
.brand_center_left img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}
.brand_center_right {
	width: calc(50% - 110px);
	position: relative;
}
.brand_center_right .brand_info{
	height: 371px;
	position: absolute;
	top: 50%;
	transform: translateY(-30%);
}
.brand_center_right_title {
	/* margin-top: 109px; */
}

.brand_center_right_title h2 {
	font-size: 98px;
	font-weight: 900;
	color: transparent;
	position: absolute;
	left: 0;
	top: -67px;
	letter-spacing: 0;
	font-family: AlegreyaSansSC-Black;
	-webkit-text-stroke: 1px rgba(0,0,0,0.1);
}
.brand_center_right_title h3 {
	font-size: 42px;
	letter-spacing: 0;
	color: #000000;
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-family: MicrosoftYaHei;
}
.brand_center_right_title h3::before {
	content: "";
	display: block;
	position: absolute;
	top: 80px;
	left: 0;
	width: 40px;
	height: 4px;
	background-color: #eb0909;
}
.brand_center_right_desc {
	font-size: 15px;
	line-height: 2;
	color: #666666;
	margin-bottom: 30px;
	font-family: MicrosoftYaHei;
}
.brand_center_right_button {
	padding: 10px 30px;
	border-radius: 24px;
	display: inline-block;
	border: 1px solid #eb0e0e;
}
.brand_center_right_button_in {
	display: flex;
	align-items: center;
	justify-content: center;
}
.brand_center_right_button span {
	font-size: 13px;
	color: #eb0e0e;
	margin-right: 15px;
	font-family: MicrosoftYaHei;
}
.brand_center_right_button img {
	width: 14px;
	height: 12px;
}

/* 产品展示 */
.products{
	width: 100%;
	height: 920px;
	background: url(../img/product_banner1.png) no-repeat;
}
.products_center{
	width: 95%;
	margin: 100px auto;
}
.products_title{
	position: relative;
	top: 100px;
	color: #fff;
}
.products_title h2{
	font-size: 98px;
	font-weight: 900;
	color: transparent;
	position: absolute;
	left: -7px;
	top: -69px;
	letter-spacing: 0;
	font-family: AlegreyaSansSC-Black;
	-webkit-text-stroke: 1px rgba(255,255,255,0.1);
}
.products_title h3{
	font-size: 42px;
	letter-spacing: 0;
	color: #fff;
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-family: MicrosoftYaHei;
}
.products_title h3::before{
	content: "";
	display: block;
	position: absolute;
	top: 80px;
	left: 0;
	width: 40px;
	height: 4px;
	background-color: #fff;
}
.products_title p{
	color: #b3b3b3;
	font-size: 15px;
}
.swiper_product {
	width: 100%;
	top: 172px;
	position: relative;
	overflow: hidden;
}		
	.swiper-slide {		 	  
	background: #fff;
	}
.swiper_product .product_img{
	width: 100%;
	text-align: center;
	position: relative;
	
} 
.swiper_product .product_img img{
	/* margin-top: 60px; */
	width: 100%;
}
.swiper_product_text{
	height: 130px;
	width: calc(100% - 20px);
	padding-right: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background-color: #fafafa;
}
.swiper_product_text:hover{
	background-color: #eb0909;
}
.swiper_product_text:hover div h4{
	color: #fff;
}
.swiper_product_text:hover div p{
	color: #fff;
}

.swiper_product_text #product_prev{
	opacity: 0;
}
.swiper_product_text:hover #product_prev{
	opacity: 1;
}
.swiper_product_text div{
	width: calc(100% - 95px);
	margin-left: 20px;
}

.swiper_product_text div h4, .swiper_product_text div p{
	display:block;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	color: #666;
}
.swiper_product_text div h4{
	font-size: 20px;
	font-weight: bold;
	line-height: 36px;
	color: #333;
}


 /* 新闻资讯 */
.news{
	width: 100%;
	background-color: #fff;
	height: 950px;
}
.news_center{
	width: 95%;
	margin: 0px auto;
}
.products_title.news_title{
	top: 140px;
	height: 345px;
}
.products_title.news_title h2{
	font-size: 98px;
	font-weight: 900;
	color: transparent;
	position: absolute;
	left: -7px;
	top: -69px;
	letter-spacing: 0;
	font-family: AlegreyaSansSC-Black;
	-webkit-text-stroke: 1px rgba(0,0,0,0.1);
}
.products_title.news_title h3{
	color: #000;
}
.products_title.news_title h3::before{
	background-color: #eb0909;
}
.products_title.news_title p{
	color: #666;
}
.news_leftimg{
	float: left;
	width: calc(50% - 100px);
}
.news_leftimg img{
	height: 500px;
	width: 100%;
}
.news_right{
	width: calc(50% - 0px);
	margin-left: 100px;
	float: left;
}
.news_right .first_item h5{
	margin-top: 17px;
	color: #1a1a1a;
	font-size: 24px;
	line-height: 36px;
}
.news_right .first_item span{
	color: #999;
	font-size: 14px;
	line-height: 36px;
}
.news_right .first_item p{
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #666666;
}
.layui-btn.newsmore{
	border: solid 1px rgba(0,0,0,0.1);
	width: 133px;
	height: 37px;
	line-height: 37px;
	background-color: transparent;
	color: #666;
	border-radius: 20px;
	margin-top: 41px;
	font-size: 20px;
	font-weight: inherit;
	margin-bottom: 26px;
}
.layui-btn.newsmore:hover{
	color: #666;
}
.news_list li{
	height: 124px;
	border-bottom:solid 1px rgba(0,0,0,0.1);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news_list .date{
	display: inline-block;
	width: 144px;
	height: 66px;
	line-height: 66px;
	text-align: center;
	border-right: solid 1px rgba(0,0,0,0.1);
	font-size: 24px;
	letter-spacing: 0px;
	color: #d9d9d9;
} 
.news_list .news_list_title {
	width: calc(100% - 250px);
	text-align: left;
}
.news_list .news_list_title h5{
	font-size: 16px;
	color: #333;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 28px;
}
.news_list .news_list_title p{
	color: #999;
	font-size: 14px;
}
.news_list .prev{
	display: block;
	opacity: 0;
}
.news_list li:hover .prev{
	display: block;
	opacity: 1;
	cursor: pointer;
}
.imgbox{
	background-color: #f7f7f7;
	height: 200px;
	width: 100%;

}
.imgbox_center{
	width: 95%;
	margin: 0px auto;
	padding-top: 50px;
}
.imgbox_list{
	display: flex;
	justify-content: space-between;
}
.swiper2{
	overflow: hidden;
	position: relative;
}
.swiper2 .swiper-wrapper{
	width: 100%;
	height: 100%;
	
}
.swiper2 .swiper-slide{
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  justify-content: center;
	  position: relative;
		background-color: transparent;
	
}
.swiper-button-next, .swiper-button-prev{
	color: rgba(0,0,0,0.2) !important;
}