/* +main banner
*----------------------------------------------------------------------------*/
#main-banner {position: relative;overflow: hidden;z-index: 0;margin-top: 87px;background-image: url(/images/02/main/header-bg.jpg);background-position: 50% 50%;background-repeat: no-repeat;background-size: cover;}
#main-banner .rslides {position: relative;width: calc( 100% - 200px );margin-right: auto;}
#main-banner .rslides_tabs {width: 100%;position: absolute;bottom: 10px;z-index: 100;text-align: center;}
#main-banner .rslides_tabs li {margin: 0 5px;display: inline-block;}
#main-banner .rslides_tabs li a {width: 55px;height: 2px;background: #2f2f2f;display: block;text-indent: -999999px;opacity: 0.5;}
#main-banner .rslides_tabs li:hover a ,#main-banner .rslides_tabs li.rslides_here a {opacity: 1;}

@media screen and (max-width: 1024px) {
	#main-banner .rslides{width: 100%;}
	#main-banner{margin-top: 75px;}
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 640px) {
	#main-banner ul li img {height: 280px;}
	#main-banner .rslides_tabs {display: none;}
	#main-banner::before{background-size: 870px;background-position: 100% 103%;-webkit-animation: 12s serviceWaveAni linear infinite;animation: 12s serviceWaveAni linear infinite;}
}