/**
 * 首页
 */
.head-wrap{
	background-color: transparent;
}
.head-brand{
	background-image: url(../img/index-logo1.png);
}
.head-brand.on{
	background-image: url(../img/logo.png);
}
.head-nav > li .nav-option{
	color: #fff;
}
.head-nav > li .nav-option.on{
	color: #000;
}
.sed-list.on{
	background-color: transparent;
}
.head-nav .sed-list{
	box-shadow: none;
}
.sed-list>li>a{
	color: #fff;
}
.sed-list>li>a:hover{
	color: #0984f7 !important;
}
.login-btn .nav-btn:nth-child(1){
	background-color: transparent;
	color: #fff;
}
.nav-xs .login-btn .nav-btn:nth-child(1){
	border: 1px solid #666;
	background-color: transparent;
	color: #666;
}
.nav-xs .login-btn .nav-btn:nth-child(2){
	border: 1px solid #0984f7;
	background-color: #0984f7;
	color: #fff;
}
.login-btn .nav-btn.on-1{
	background-color: #fff;
	color: #000;
}
.login-btn .nav-btn:nth-child(2){
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
}
.login-btn .nav-btn.on-2{
	border: 1px solid #0984f7;
	background-color: #0984f7;
	color: #fff;
}
.main-fluid {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 40px;
}

.main-background {
	height: 790px;
	background-image: url(../img/index-banner.jpg);
	background-size: cover;
	background-position: 50% 0;
	overflow: hidden;
	position: relative;
}

.main-background .ban-title {
	text-align: center;
	color: #fff;
	margin-top: 260px;
}

.main-background .ban-title h1 {
	margin-bottom: 18px;
	font-size: .3rem;
	font-weight: normal;
}

.main-background .ban-title p {
	font-size: .18rem;
}

.main-background .ban-title .tit-color {
	color: rgb(126, 127, 134);
}

.main-background .ban-title .more-detail {
	margin-top: 100px;
}

.more-detail .more-intro,
.more-detail .go-experience {
	display: inline-block;
	padding: 12.5px 70px;
	border: 1px solid #fff;
	border-radius: 35px;
	color: #fff;
	text-decoration: none;
}

.more-detail .more-intro {
	margin-right: 10px;
}

.more-detail .go-experience {
	margin-left: 10px;
}

.more-detail .more-intro:hover,
.more-detail .go-experience:hover {
	background-color: #0984f6;
	border: 1px solid #0984f6;
}

.service-item {
	color: #fff;
	margin-top: 1.8rem;
	text-align: center;
}

.service-item .service-img {
	display: inline-block;
	width: 50px;
	height: 54px;
	line-height: 54px;
	vertical-align: middle;
	margin-right: 10px;
}

.service-item .service-1 i {
	background: url(../img/list-1.png) no-repeat;
}

.service-item .service-2 i {
	background: url(../img/list-2.png) no-repeat;
}

.service-item .service-3 i {
	background: url(../img/list-3.png) no-repeat;
}

.service-item .service-4 i {
	background: url(../img/list-4.png) no-repeat;
}


/* 特性 （三个立即体验区域） */

.features {}

.features .feature-item {
	margin-bottom: 80px;
	padding: 0 80px;
	text-align: center;
}

.features .feature-item a {
	text-decoration: none;
}

.features .icon {
	margin: auto;
	width: 106px;
	height: 120px;
}
.feature-item:hover .aLabel {
	color: #0984f6;
	border-color: #0984f6;
}
.feature-item:hover .aLabel:after {
	border-left-color: #0984f6;
}
.features .icon-acnlp {
	background-image: url(../img/acnlp.png);
}

.feature-acnlp:hover .icon-acnlp {
	background-image: url(../img/acnlp-hover.png);
}

.features .icon-yoyo {
	background-image: url(../img/yoyo.png);
}

.feature-yoyo:hover .icon-yoyo {
	background-image: url(../img/yoyo-hover.png);
}

.features .icon-mach {
	background-image: url(../img/mach.png);
}

.feature-mach:hover .icon-mach {
	background-image: url(../img/match-hover.png);
}

.features .name-en,
.features .name-cn {
	color: #333;
	text-align: center;
	margin: 0;
}

.features .name-en {
	margin-top: 20px;
	font-size: 16px;
	font-weight: 600;
}

.features .name-cn {
	font-size: 16px;
	font-weight: 600;
}

.features .desp {
	margin-top: 20px;
	font-size: 14px;
	color: #666;
}

.features .btns {
	margin-top: 20px;
	text-align: center;
}

.features .btns {
	display: inline-block;
	padding: 5px 12px;
	border: 1px solid #666;
	border-radius: 15px;
	font-size: 14px;
	color: #666;
}
.aLabel{
	display: inline-block;
	padding: 10px 60px;
	border: 1px solid #666;
	border-radius: 40px;
	color: #666;
	text-decoration: none !important;
	display: inline-block;
	margin-top:25px ;
	position: relative;
}
.aLabel:after{
	border-left: 5px solid #666;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: " ";
    right: 30px;
    top: 15px;
    position: absolute;
}

@media (max-width: 768px) {
	.service-item {
		margin-top: 1.4rem;
	}
	.service-item .col-xs-6 {
		padding-bottom: 15px;
	}
}