@charset "utf-8";

/*#stCoverBg .swiper-slide .inner{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#stCoverBg .swiper-slide .inner:hover{
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#stCoverBg .swiper-slide {
	overflow: hidden;
}
*/


.st-cover-focus {
	font-family: "Microsoft YaHei" ;
}
.st-cover-focus div.a{
	line-height: 70px; 
}

.st-cover-focus .st-btn{
	margin-top: 90px;
}

#font h2{
	margin: 15px 0;
    font-size: 240%;
    font-weight: bold;
}

#font {
    margin: 0px auto 50px;
    text-align: center;
}
#font p{
	font-size: 160%;
}

#main .item .tt {
    font-size: 20px;
    padding: 20px 0;
    font-family: "Microsoft YaHei" ;
}

#main .item:hover{
	color: #f36;
}

#main .contact .st-btn.more{
	margin-bottom: 70px;
	width: 160px;
	border-radius: 0;
	border-color: #98ba21;
	background: #98ba21;
    color: #fff;
	
}
#main .contact .st-btn.more:hover {
    background: none;
	color: #f36;
}
#main .st-part{
	padding: 70px 0 10px;
}


#main .st-maxw {
    max-width: 1500px;
}

#main  .items{
	margin: 30px 0;
}
.st-col-3>.S_items>.item {
    float: left;
    display: block;
    width: 49.4999%;
    margin-left: 1%;
}


@media screen and (max-width: 768px) {
	.st-col-3>.items>.item {
	    width: 100%;
	    margin-left: 0;
	}
	.st-col-3>.items>.item:first-child {
    	margin-left: 0;
	}
	.st-maxw ul {
    	padding:0 0; 
	}
	.brand .st-col-3>.items>.item .pic img {
	    width: 100%; 
	    margin: 0 auto; 
	}

}




@media screen and (max-width: 500px) {
	.brand .st-col-3>.items>.item .pic img {
	    width: auto;
	}

}
