<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.about-main{
	margin-top: 42px;
	margin-bottom: 320px;
}

/*slide*/
.carousel {
	width:100%;
	height: 300px;
	margin-top:95px;
}
.carousel-caption {
	z-index: 10;
}
.carousel .item {
	width: 1200px;
	height:300px;
	background-color: rgb(255,255,255);
	margin: 0 auto;
	padding: 0;
}
.carousel-inner &gt; .item &gt; img {
	position: absolute;
	top: 0;
	left: 0;
	height: 300px;
}
/*.about-main2 .about-main3 .about-main4 .about-main5*/
.brand-nav{
	width: 155px;
	height: 48px;
	margin: 0 auto;
	text-align: center;
	line-height: 48px;
	color: #333;
	font-size: 20px;
	border:1px solid #333;
	cursor: pointer;
}
.brand-nav:hover{
	background-color: rgb(0,157,141);
	border-color: #009d8d;
	color: #fff;
}
.brand-active{
	background-color: rgb(0,157,141);
	border-color: #009d8d;
	color: #fff;
}
.brand-name li{
	width: 20%;
	min-height: 30px;
	float: left;
	text-align: center;
	margin-top: 12px;
}
.brand-img{
	width: 180px;
	height: 180px;
	margin: 0 auto;
}.brand-txt{
	 font-size: 18px;
	 color: #333;
	 margin: 0;
	 margin-top: 8px;

 }
.brand-lg,.brand-size{
	float: left;
}
.brand-lg{
	width: 125px;
	overflow: hidden;
	border:1px solid #ccc;
}
.brand-size{
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #333;
	margin-top: 12px;
}
.brand-introduce h6,.contact-us h6{
	font-weight: normal;
	font-size: 18px;
	color: #999;
}
.brand-content{
	font-size: 16px;
	color: #333;
	margin-top: 20px;
	text-indent: 32px;
}
.brand-lineh{
	line-height: 32px;
}
/*detail*/
.brand-introduce{
	width: 1018px;
	overflow: hidden;
	float: right;
	margin-top: -10px;
}
.brand-logo{
	width: 125px;
	overflow: hidden;
	float: left;
}
.detail-img{
	width: 725px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 44px;
	text-align: center;
	color: #333;
}
.detail-img p{
	margin-top:24px;
}
/**/
.about-hide{
	display: none;
}

.m3{
	margin-top: 36px;
}
.mt5{
	margin-top: 45px;
}
.brandChange{
	width: 100%;
	overflow: hidden;
	text-align: right;
	margin-top: 52px;
}
.brandChange span{
	display: inline-block;
	width: 47px;
	height: 47px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #aaaaaa;
	font-size: 24px;
	color: #aaa;
	text-align: center;
	line-height: 47px;
	cursor: pointer;
}
.brandChange span.brandColor{
	border-color: #009D8D;
	color: #009D8D;
}
.brandChange span.brandLeft{
	margin-right: 32px;
}
 .carousel-inner &gt; .item &gt; img, .carousel-inner &gt; .item &gt; a &gt; img {
	display: block;
	max-width: 100%;
	height: 100%;
}
</pre></body></html>