

/****************banner******************/
.banner{
	width: 100%;
	max-width: 100%; /* Ensure the image doesn't exceed the screen width */
	position: relative; /* Create a reference for absolute positioning */
	/*padding-bottom: 33.33%; !* 1:3 aspect ratio (1 / 3 = 0.3333) *!*/
	/*overflow: hidden; !* Hide any overflowed content *!*/
}
/*.content{*/
/*    margin-top:15px;*/
/*}*/
.banner img{
	position: absolute; /* Position the image within the container */
	width: 100%; /* Set the image width to fill the container */
	height: auto; /* Maintain the image's aspect ratio */
}
/****************品牌介绍***************/
@media screen and (max-width: 1800px){
	/*当浏览器宽度小于等于600px时，应用下面的样式*/
	.elc{
		height:600px !important;
	}
}
.content .el-carousel--horizontal {
	overflow-x: visible !important;
}
@media screen and (max-width: 1600px){
	/*当浏览器宽度小于等于600px时，应用下面的样式*/
	.elc{
		height:550px !important;
	}
}
@media screen and (max-width: 1400px){
	/*当浏览器宽度小于等于600px时，应用下面的样式*/
	.elc{
		height:450px !important;
	}
}
.nav ul >li{
	height:50px;
}
@media screen and (max-width: 1200px){
	/*当浏览器宽度小于等于600px时，应用下面的样式*/
	.elc{
		height:400px !important;
	}
}



.introduce .brand_img{
	width: 500px;
	height: 500px;
	border-radius: 50%;
	float: left;
	border: 2px solid #00a5a3;
	overflow: hidden;
}

.introduce .brand_img a img{
	width: 100%;
	height: 100%;
	display: block;
	margin: auto;
	transition:all 0.8s linear;
}
.introduce .brand_img a img:hover{
	transform: scale(1.5);
	/*transition:all 0.8s linear;*/
}
.brand_text h3{
	font-family: "微软雅黑";
	font-weight: normal;
	font-size:20px;
	color: #00a5a3;
	margin-bottom: 25px;
}


/***********介绍的第一块**********/
.introduce .brand{
	width:1200px;
	margin: auto;
	margin-top: 100px;
	display: flex;
	align-items: center;
}
.introduce .brand .brand_text{
	width: 580px;
	margin-left: 10px;
}
.introduce .brand .brand_img{
	margin-left: 55px;
}
.brand_text P{
	width: 580px;
	float: left;
	color: #767676;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 30px;
}
/***********介绍的第二块**********/
.introduce .brand_positioning{
	width: 1200px;
	margin: auto;
	margin-top: 120px;
	display: flex;
	align-items: center;
}
.introduce .brand_positioning .brand_img{
	margin-left: 10px;
}
.introduce .brand_positioning .brand_text{
	width: 600px;
	margin-left: 60px;
}
/******************经典品牌******************/
.classic_brand{
	margin-bottom: 97px;
}
.classic_brand .classic_title{
	margin-top: 100px;
}
.classic_brand .classic_title span{
	width: 200px;
	height: 80px;
	line-height: 80px;
	font-size: 23px;
	font-family: arial;
	color: #00a5a3;
	display: inline-block;
	margin:auto;
	text-align: center;
	font-weight: normal;
}
.classic_brand .classic_title h1{
	text-align: center;
}
.classic_brand .classic_title h1 img{
	display: inline-block;
	width: 480px;
}
.classic_brand .classic_title h1 img:last-of-type{
	transform: rotateY(180deg);
}
.classic_brand .classic_brand_show ul{
	display: flex;
	justify-content: center;
	margin-top: 60px;
}
.classic_brand .classic_brand_show ul li{
	width: 296px;
	display: block;
}
.classic_brand .classic_brand_show ul li{
	margin: auto  40px;
}
.classic_brand .classic_brand_show .show_img{
	width: 100%;
	height: 285px;
	border: 1px solid #a0a0a0;
	overflow: hidden;
	/*background: #4a4a4a;*/
}
.classic_brand .classic_brand_show .show_img a img{
	width: 100%;
	height: 100%;
	display: block;
	margin: auto;
	transition:all 0.8s linear;
}
.classic_brand .classic_brand_show .show_img a img:hover{
	transition:all  0.8s linear;
	transform: scale(1.2);
}
.classic_brand .classic_brand_show .show_news{
	width: 100%;
	margin: auto;
	margin-top: 20px;
}
.classic_brand .classic_brand_show .show_news h4{
	font-weight: normal;
	font-size: 20px;
	color: #2c2c2c;
	text-align: center;
	margin-bottom: 15px;
	font-family: arial;
}
.classic_brand .classic_brand_show .show_news p{
	color: #686868;
	font-size: 18px;
	font-family: arial;
	line-height: 24px;
}

/*************设置banner 图片高度***********/
.banner .swiper-container .swiper-slide a img{
	width: 100%;
}
.swiper-pagination >span{
	width: 23px;
	height: 23px;
}
.swiper-pagination >span.swiper-pagination-bullet-active{
	background-color: #00a5a3;
}
.swiper-button-next,.swiper-button-prev{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: rgba(157,211,217,0.35);
	}
.swiper-button-next >span,.swiper-button-prev >span{
	width: 80px;
	height: 80px;
	display: block;
	font-size: 80px;
	line-height: 70px;
	text-align: center;
	font-family: "微软雅黑";
	color: #eef6f6;
	margin-left: 3px;

}
.swiper-button-prev >span{
	margin-left:-3px;
}
.swiper-button-next >span:hover,.swiper-button-prev >span:hover{
	color: #00a5a3;
}

























