.about-slider { width: 100%; height: 520px; background-image: url("../images_old/about-bg.jpg"); background-repeat: no-repeat; background-size: 100% 100%; }
.about-titleImg { padding: 50px 0 60px; }
.about-titleImg+.text-center img{
	margin-bottom: 90px;
}
.about-slider-bottom { background-color: rgba(51,51,51,0.7); } 
.about-slider-bottom > li:hover { background-color: rgba(51,51,51,1); color: #C2C2C2; }
.about-wml-title { font-size: 30px; font-weight: bold; padding: 30px 0; }
.about-wml-li { font-size: 67px; font-weight: bold; font-family: Arial;}
.triangle-b { width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-top: 20px solid #bcbcbc; }
.developeP { background-color: #f8f8f8; }
.develope-border { border: 1px solid #89a2b1; }
.circle-b { background-color: #00c0df; display: inline-block; width: 13px; height: 13px; border-radius: 13px; vertical-align: middle; }
.bigevent-title { width: calc(100% - 35px); vertical-align: middle; }
.power-define { background-color: #f8f8f8; }
.privacy-policy-font { color: #999999; }
.contact-slider { width: 100%; min-width: 1200px; height: 520px; }
.contact-content { padding-bottom: 60px; }
.contact-content-li { padding-right: 150px; }
.contact-content-title { font-size: 37px; padding-right: 700px; }
.contact-title { font-size: 64px; padding-right: 190px; }
.main-com { border-bottom: 5px solid #00a8ee; font-size: 19px; }
.wml-btn { background-color: #00a8ee; border-radius: 3px; }
.wml-btn:hover { background-color: #EF7E00; transition: all .8s; }
.join-slider { width: 100%; min-width: 1200px; height: 400px; background-image: url("../images_old/join-bg.jpg"); background-repeat: no-repeat; background-size: 100% 100%; }
.join-title { font-size: 45px; padding-left: 25px; padding-bottom: 30px; }
.join-content-title { font-size: 28px; padding-left: 25px; padding-bottom: 30px; }
.join-content-li { font-size: 20px; padding-left: 25px; padding-bottom: 150px; }
.in-enter { color: #666; }
.select-content { margin: 0 20px; border: 1px solid #89a2b1; }
.select-content-title { width: 80%; padding: 15px 0; border-bottom: 1px solid #ccc; }
.brand-slider { width: 100%; min-width: 1200px; height: 400px; background-image: url("../images_old/brand-bg.jpg"); background-repeat: no-repeat; background-size: 100% 100%; }
.brand-title { font-size: 45px; padding-top: 160px; color: #000;}
.brand-smallTitle { font-size: 25px; padding-top: 60px; color: #333; }
.LOGO-read { padding-bottom: 30px; }




@media (max-width: 1366px){

}

@media (max-width: 1200px){
	.main{
		width: 100%;
	}
	.join-slider,.brand-slider { min-width: auto; background-size: unset; height: 300px; background-position: center; }
	.join-title,
	.join-content-title,.brand-smallTitle { display: none; }
	.join-content-li { padding-top: 45px; }
	.brand-title { font-size: 30px; }
}

@media (max-width: 1024px){
	.about-slider{
		height: auto;
		background-size: cover;
		background-position: center;
	}
	.wml.display-f{
		flex-wrap: wrap;
		flex-direction: column;
	}
	.main{
		width: 100%;
	}
}

@media ( max-width: 923px){

}

@media ( max-width: 768px){
	.about-wml-title { font-size: 25px; }
}

@media (max-width: 640px){
	.about-wml-title { font-size: 16px; }
	.wml.join-contact { font-size: 14px; }
}

@media (max-width: 480px) and (min-width: 320px){

}