@charset "utf-8";
/*------------------------------------------------------------
	reset
------------------------------------------------------------*/
.abcon {
	margin-bottom: 50px;
}

.abcon p {
	margin-bottom: 20px;
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
	text-indent: 2em;
}

.numsrcoll {
	margin: 0 auto 50px;
	width: 92%;
	min-width: 1200px;
	padding: 0;
	background: #FFA100;
	border-radius: 15px;
}

.numsrcoll .inner {
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	box-sizing: border-box;
}

.numsrcoll .num {
	width: 33.3333333%;
	float: left;
	border-left: 1px dotted #ccc;
	box-sizing: border-box;
}

.numsrcoll .num:first-child {
	border: none;
}

.numsrcoll .js-counter {
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-shadow: 0 0 3px rgba(0,0,0,.6);
}

.numsrcoll .js-counter span {
	margin-right: 10px;
	color: #fff;
    font-size: 70px;
	font-family: impact;
}

.numsrcoll .text {
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}

@media all and (max-width: 1280px) {
	.numsrcoll {
		margin: 0 20px 50px;
		width: auto;
		min-width: inherit;
		padding: 0;
		background: #FFA100;
		border-radius: 15px;
	}
	
	.numsrcoll .js-counter {
		color: #fff;
		font-size: 15px;
		text-align: center;
		text-shadow: 0 0 3px rgba(0,0,0,.6);
	}
	
	.numsrcoll .js-counter span {
		margin-right: 10px;
		color: #fff;
		font-size: 40px;
		font-family: impact;
	}
	
	.numsrcoll .text {
		text-align: center;
		font-size: 17px;
		font-weight: bold;
		color: #fff;
	}
}

.adv {
    width: 100%;
    height: 840px;
    box-sizing: border-box;
    background: url(../images/index_bg05.jpg) center top no-repeat;
	background-size: cover;
    padding: 80px 0 0;
}

.adv .comH2 .en {
	color: #fff;
}

.adv .comH2 .tit {
	color: #fff;
}

.adv .comH2:before {
	opacity: 0.5;
	background: #fff;
}

.adv .comH2:after {
	opacity: 0.5;
	background: #fff;
}

.adv .comH2 .txt {
	color: #ccc;
}

.adv_des{
    width: 100%;
    height: 480px;
    position: relative;
    margin-top: 20px;
}

.adv_des .yuan {
	margin-left: -250px;
	width: 500px;
	position: absolute;
	left: 50%;
	top: -20px;
	overflow: hidden;
	border-radius: 50%;
}

.adv_des .yuan img {
	width: 100%;
}

.adv_circle{
    position: absolute;
    top: 220px;
    left: -35px;
    bottom: 30px;
    right: 0;
    margin: auto;   
    width: 430px;
    height: 330px;
    z-index: 11;
}

@-webkit-keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.adv_circle img{
    animation: ball .6s infinite alternate;
}

.adv_des ul {
	width: 86%;
    min-width: 1300px;
    height: 480px;
    margin: auto;
	position: relative;
}

.adv_des ul li{
    color: #fff;
    width: 415px;
    position: absolute;
}

.adv_des ul li h3{
    font-size: 30px;
    font-weight: bold;
	position: relative;
}

.adv_des ul li:nth-child(odd) h3::after{
    content: '';
    vertical-align: middle;
    width: 206px;
    height: 40px;
	position: absolute;
	left: 200px;
	top: 5px;
    background: url(../images/ysxian.png) center no-repeat;
}

.adv_des ul li:nth-child(even) h3 {
	text-align: right;
}

.adv_des ul li:nth-child(even) h3::before{
    content: '';
    vertical-align: middle;
    width: 206px;
    height: 40px;
    background: url(../images/ysxiana.png) center no-repeat;
	position: absolute;
	right: 200px;
	top: 5px;
}

.adv_des ul li p{
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px;
    text-align: left;
    width: 310px;
}

.adv_des ul li:nth-child(1){
    top: 7px;
    left: 139px;
}

.adv_des ul li:nth-child(2){
    top: 7px;
    right: 120px;
}

.adv_des ul li:nth-child(3){
    top: 165px;
    left: 60px;
}

.adv_des ul li:nth-child(4){
    top: 165px;
    right: 40px;
}

.adv_des ul li:nth-child(5){
    bottom: 45px;
    left: 112px;
}

.adv_des ul li:nth-child(6){
    bottom: 45px;
    right: 87px;
}

.adv_des ul li:nth-child(even) p{
    margin-left: 135px;
}

@media all and (max-width: 1280px) {
	.adv {
		width: 100%;
		height: auto;
		padding: 30px 0;
	}
	
	.adv_des{
		width: auto;
		height: auto;
		position: relative;
		margin-top: 20px;
	}
	
	.adv_des .yuan {
		margin:0 auto;
		width: 70%;
		position: static;
		left: inherit;
		top: inherit;
		border-radius: 50%;
	}
	
	.adv_des .yuan img {
		width: 100%;
	}
	
	.adv_circle{
		position: static;
		top: auto;
		left: inherit;
		bottom: inherit;
		right: inherit;
		margin: -200px auto 0;   
		width: 70%;
		height: auto;
		z-index: 11;
	}
	
	.adv_circle img{
		width: 100%;
		animation: ball .6s infinite alternate;
	}
	
	.adv_des ul{
		min-width: inherit;
		width: auto;
		height: auto;
		margin: 0 20px;
	}
	
	.adv_des ul li{
		margin-bottom: 10px;
		padding: 10px;
		color: #fff;
		width: auto;
		position: relative;
		border: 1px dotted #fff;
		border-radius: 20px;
	}
	
	.adv_des ul li h3{
		font-size: 22px;
		font-weight: bold;
		position: relative;
	}
	
	.adv_des ul li:nth-child(odd) h3::after{
		display: none;
	}
	
	.adv_des ul li:nth-child(even) h3 {
		text-align: left;
	}
	
	.adv_des ul li:nth-child(even) h3::before{
		display: none;
	}
	
	.adv_des ul li p{
		font-size: 15px;
		line-height: 1.8;
		margin-top: 5px;
		text-align: left;
		width: auto;
	}
	
	.adv_des ul li:nth-child(1){
		top: inherit;
		left: inherit;
	}
	
	.adv_des ul li:nth-child(2){
		top: inherit;
		right: inherit;
	}
	
	.adv_des ul li:nth-child(3){
		top: inherit;
		left: inherit;
	}
	
	.adv_des ul li:nth-child(4){
		top: inherit;
		right: inherit;
	}
	
	.adv_des ul li:nth-child(5){
		bottom: inherit;
		left: inherit;
	}
	
	.adv_des ul li:nth-child(6){
		bottom: inherit;
		right: inherit;
	}
	
	.adv_des ul li:nth-child(even) p{
		margin-left: 0;
	}

}
