#index_advantage{width: 1342px; height: 951px;max-width: 1920px; padding-top:100px;margin-left: 358px;background: url(../ZERO/img/adbg.jpg) no-repeat;}


.index_advantage_title{background: url(../ZERO/img/advtitlebg.jpg) left no-repeat;padding-left: 103px;width: 500px;height: 68px;float: left;margin-bottom: 38px;}
.index_advantage_title p{font-size: 38px;text-transform: uppercase; margin-left: -20px;height: 38px;line-height: 50px;font-weight: bold;
}

@media only screen and (max-width: 1500px) and (min-width: 1340px){
#index_advantage{width: 1190px;float: left;margin-left: 160px;}
}
@media only screen and (max-width: 1340px) and (min-width: 1190px){
#index_advantage{width: 1190px;float: left;margin-left: 160px;clear: both;}
}
.index_advantage_1{width:665px;float: left;height: 170px;clear: both;margin-top: 70px;margin-left: 30px}

.index_advantage_1 li{
	text-align: center;
	font-size: 16px;color: #333333;float: left;
    -webkit-transition: transform .50s linear;
    -moz-transition: transform .50s linear;
    -o-transition: transform .50s linear;
    transition: transform .50s linear;
}
.index_advantage_1 li:hover{transform:rotate(360deg);}
.index_advantage_1 li:hover p{transform:rotate(0deg);}
.index_advantage_1 li:first-child{
	width: 140px;padding-top: 120px;background: url(../ZERO/img/ad1.png) top center no-repeat;
}
.index_advantage_1 li:first-child+li{
	width: 160px;padding-top: 120px;background: url(../ZERO/img/ad2.png) top center no-repeat;
}
.index_advantage_1 li:first-child+li+li{
	width: 160px;padding-top: 120px;background: url(../ZERO/img/ad3.png) top center no-repeat;
}
.index_advantage_1 li:first-child+li+li+li{
	width: 150px;padding-top: 120px;background: url(../ZERO/img/ad4.png) top center no-repeat;
}

.index_advantage_2{margin-top: 210px;width: 720px;float: right;height: 170px;}
.index_advantage_2 li{
	text-align: center;
	font-size: 16px;color: #333333;float: left;
}
.index_advantage_2 li:first-child{
	width: 200px;padding-top: 120px;background: url(../ZERO/img/ad5.png) top center no-repeat;
}
.index_advantage_2 li:first-child+li{
	width: 200px;padding-top: 120px;background: url(../ZERO/img/ad6.png) top center no-repeat;
}
.index_advantage_2 li:first-child+li+li{
	width: 200px;padding-top: 120px;background: url(../ZERO/img/ad7.png) top center no-repeat;
}


.index_advantage_3{margin-top: 15px;width: 720px;float: right;height: 170px;}
.index_advantage_3 li{
	text-align: center;
	font-size: 16px;color: #333333;float: left;
}
.index_advantage_3 li:first-child{
	width: 200px;padding-top: 120px;background: url(../ZERO/img/ad8.png) top center no-repeat;
}
.index_advantage_3 li:first-child+li{
	width: 200px;padding-top: 120px;background: url(../ZERO/img/ad9.png) top center no-repeat;
}
.index_advantage_3 li:first-child+li+li{
	width: 200px;padding-top: 120px;background: url(../ZERO/img/ad10.png) top center no-repeat;
}


.index_admore{width: 160px;height: 40px;text-align: center;background: #404040;float: right;border-radius: 10px;}
.index_admore a{line-height: 40px;font-size: 18px;color: #fff}
.index_admore:hover{background: #009fa8}

.index_advantage_ad_2{width: 555px; height:433px; float:left;}
.index_advantage_ad_2 ul li{ width:645px; margin:auto; text-align:center; height:433px; overflow:hidden; margin-top:11px;}
.index_advantage_ad_2 ul li img{width:645px; height:433px; transition:all .6s;}
.index_advantage_ad_3{width:300px; float:right;margin-top: 10px;position: relative;}
.index_advantage_ad_3 p{font-size: 16px;color: #666}
.index_advantage_resu_1,.index_advantage_resu_2,.index_advantage_resu_3,.index_advantage_resu_4,.index_advantage_resu_5,.index_advantage_resu_6{display: none;}
.fadeInLeftBig {
	-webkit-animation:fadeInLeftBig 1s .2s ease both;
	-moz-animation:fadeInLeftBig 1s .2s ease both;
}
.fadeInLeftBig1 {
	-webkit-animation:fadeInLeftBig 1s .4s ease both;
	-moz-animation:fadeInLeftBig 1s .4s ease both;
}
.fadeInLeftBig2 {
	-webkit-animation:fadeInLeftBig 1s .6s ease both;
	-moz-animation:fadeInLeftBig 1s .6s ease both;
}
.fadeInRightBig {
	-webkit-animation:fadeInRightBig 1s .2s ease both;
	-moz-animation:fadeInRightBig 1s .2s ease both;
}
.fadeInRightBig1 {
	-webkit-animation:fadeInRightBig 1s .4s ease both;
	-moz-animation:fadeInRightBig 1s .4s ease both;
}
.fadeInRightBig2 {
	-webkit-animation:fadeInRightBig 1s .6s ease both;
	-moz-animation:fadeInRightBig 1s .6s ease both;
}
#index_advantage_animate,#index_advantage_animate_1{
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;

-webkit-animation-duration: 1s;
-webkit-animation-delay: .2s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: 1s;
-moz-animation-delay: .2s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: 1s;
-ms-animation-delay: .2s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: 1s;
animation-delay: .2s;
animation-timing-function: ease;
animation-fill-mode: both;
}