*{
	padding: 0;
	margin:0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.l{
	float: left;
}
.r{
	float: right;
}
a{
	text-decoration: none;
	color: #333;
}
.main{
	width: 1200px;
	margin: 0 auto;
}
.clear:after{
	content:'';
	display: table;
	clear:both;
	height: 0
}
body{
	font-family: 'microsoft yahei';
	color: #333;
}
body.bg{
	background: #f5f5f5;
}
header{
	height: 90px;
	background: #fff;
}
.logo{
	margin-top: 16px;
	font-size: 35px;
	color: #c53b08;
}
.nav{
	height: 90px;
	text-align: right;
}
.nav a{
	display: inline-block;
	height: 100%;
	line-height: 90px;
	width: 100px;
	text-align: center;
	margin: 0 30px;
	border-bottom: 2px solid #fff;
	-webkit-transition:all .3s;
	transition:all .3s;
	cursor: pointer;
}
.nav a:last-child{
	margin-right: 0;
}
.nav a.on,.nav a:hover{
	color: #f24f13;
	border-color: #f24f13
}
.banner{
	width: 100%;
	font-size: 0;
}
.banner img{
	width: 100%;
}
.ml20{
	margin-left: 14px;
}
.products{
	padding:60px 0;
}
.product{
	position: relative;
	-webkit-transition:all .2s;
	transition:all .2s;
	border: 2px solid #f5f5f5;
	font-size: 0;
}
.product:hover{
	border-color: #f24f13;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.product-title,.product-desc{
	position: absolute;
	width: 100%;
	text-align: center;
}
.product-title{
	top: 22px;
	font-size: 24px;
}
.product-desc{
	top: 60px;
	color: #999;
	font-size: 15px;
}
.partner{
	background: #fff;
	padding: 60px 0;
}
.partner-title{
	text-align: center;
	font-size: 32px;
}
.partner-en{
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
	color: #bbbbbb;
}
.partner-list{
	text-align: center;
	margin: 0 auto ;
	width: 1000px;
}
.partner-list > a{
	display: inline-block;
	float: left;
	position: relative;
	width: 180px;
	height: 102px;
	border: 1px solid #f1f1f1;
	text-align: center;
	margin-right: 90px;
	transition: all .2s;
	-webkit-transition: all .2s;
	margin-top: 50px;
}
.partner-list > a:hover{
	border: 2px solid #f24f13
}
.partner-list > a > img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -80px;
	margin-top: -37px;
}
.partner-list > a:nth-child(4n+4){
	margin-right: 0;
}
/*以上是首页，以下是平台*/
.intro{
	background: #fff;
	padding: 35px 0;
	position: relative;
	top: -100px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .05)
}
.intro-item{
	border-right: 1px solid #ebebeb;
	height: 260px;
	width: 25%;
	text-align: center;
}
.intro-item-icon{
	margin-top: 15px;
}
.intro-item-title{
	margin-top: 25px;
	font-size: 20px;
}
.intro-item-desc{
	margin-top: 25px;
	font-size: 16px;
	color: #999999;
	line-height: 1.8;
}
.advance{
	margin-bottom: 120px;
}
.advance-title{
	text-align: center;
	font-size: 30px;
}
.advance-en{
	text-align: center;
	font-size: 18px;
	color: #bbb;
	margin-top: 10px;
}
.advance-list{
	margin-top: 60px;
}
.advance-item{
	margin-right: 97px;
}
.advance-item:last-child{
	margin-right: 0;
}
.advance-item-r{
	// width: 180px;
	margin-left: 20px;
}
.advance-item p.title{
	font-size: 24px;
	color: #6cace6;
	margin-top: 25px;
}
.advance-item p.desc{
	font-size: 16px;
	color: #666;
	margin-top: 15px;
}
.advance-imgs{
	text-align: center;
	font-size: 0;
	margin-top: 50px;
}
/*关于我们*/
.about{
	padding: 60px 0 65px;
	background: url('../images/about-bg.jpg') no-repeat;
	background-size: cover;
}
.about-title{
	font-size: 32px;
	text-align: center;
}
.about-en{
	color: #bbbbbb;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
}
.about-content{
	margin-top: 20px;
}
.about-content p{
	text-indent: 2em;
	color: #666;
	line-height: 1.8
}
.about-img{
	margin-top: 65px;
	text-align: center;
}
.team{
	background: url('../images/team-bg.jpg') no-repeat;
	background-size: cover;
	padding: 60px 0 110px;
}
.team-title{
	font-size: 32px;
	color: #fff;
	text-align: center;
}
.team-en{
	font-size: 18px;
	color: #99d3ff;
	text-align: center;
	margin-top: 10px;
}
.team-list{
	margin-top: 60px;
	text-align: center;
}
.team-item{
	display: inline-block;
	width: 250px;
	height: 380px;
	margin-right: 30px;
	background: rgba(0, 0, 0, .1);
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.team-item:last-child{
	margin-right: 0;
}
.team-item-img{
	margin-top: 40px;
	text-align: center;
}
.team-item-img >img {
	max-width: 190px;
}
.team-item-name{
	font-size: 22px;
	color: #fff;
	margin-top: 30px;
}
.team-item-position{
	font-size: 14px;
	color: #99d3ff;
	margin-top: 5px;
}
.team-item-intro{
	position: absolute;
	color: #fff;
	padding: 0 25px;
	font-size: 14px;
	line-height: 1.8;
	top: 390px;
}
.team-item-intro,.team-item-img>img{
	-webkit-transition:all .2s;
	transition:all .2s;
}
.team-item:hover .team-item-intro{
	top: 200px;
}
.team-item:hover .team-item-name,.team-item:hover .team-item-position{
	display: none;
}
.team-item:hover .team-item-img>img{
	// transform-origin:center top;
	max-width: 125px;
}
#map{
	width: 100%;
	position: relative;
}
#map > img{
	width: 100%;
}
#map > .main{
}
.about-map{
	position: absolute;
	z-index: 999;
	height: 220px;
	width: 490px;
	top: 50%;
	padding: 40px 30px;
	margin-top: -110px;
	right: 50px;
	background: rgba(0, 0, 0, 0.5);
	border-top: 5px solid #fc914a;
}
.about-map > p{
	color: #fff;
	line-height: 2;
}
/*合作加盟*/
.join{
	background: #fff;
	padding: 30px 0;
}
.join-map{
	padding-left: 50px;
}
.join-contact{
	margin-top: 200px;
	margin-right: 30px;
}
.join-box{
	margin-top: 50px;
	border: 1px solid #dddddd;
	width: 215px;
	position: relative;
	text-align: center;
	padding: 20px 0;
}
.join-box-title{
	position: absolute;
	top: -12px;
	left: 50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	background: #fff;
	padding: 0 5px;
}
span.tel{
	font-size: 24px;
	color: 	#ef7f0b
}
.interest{
	padding: 65px 0 100px;
	text-align: center;
}
.interest-title{
	font-size: 32px;
}
.interest-en{
	color: #bbbbbb;
	font-size: 18px;
	margin-top: 10px;
}
.interest-list{
	margin-top: 65px;
}
.interest-item{
	display: inline-block;
	width: 180px;
	margin-right: 69px;
}
.interest-item:last-child{
	margin-right: 0;
}
.interest-item-content{
	margin-top: 25px;
	color: #666;
	line-height: 1.8;
}
footer{
	padding: 20px;
	background: #414141;	
	text-align: center;
	font-size: 12px;
	color: #999999;
}
.footer{
	background: #414141;
	padding: 20px 0;
	text-align: center;
	color: #999;
	font-size: 12px;
}
.footer-info{
	margin-top: 5px;
}
.download{
	text-align: center;
	margin-bottom: 20px;
	position: absolute;
	top: -70px;
	right: 0;
}
.download a{
	display: inline-block;
	border-radius: 999px;
	background: red;
	color: #fff;
	padding: 10px 30px;
	font-size: 20px;
}
.right{
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -40px;
}
.right>a{
	display: block;
	background: #939393;
	width: 40px;
	height: 40px;
	text-align: center;
	padding-top: 5px;
	cursor: pointer;
	position: relative;
}
.right>a:hover{
	background: #626262;
}
.right>a:first-child{
	border-bottom: 1px solid #fff;
}
.right>a>p.code{
	position: absolute;
	top: -8px;
	right: 45px;
	-webkit-transform:scale(0);
	transform:scale(0);
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-transform-origin: 100% 5%;
	transform-origin: 100% 5%;
}
.right>a:hover>p.code{
	-webkit-transform:scale(1);
	transform:scale(1);
}