html,body{margin: 0; padding: 0;}
a{text-decoration:none;}
.header{
	width: 100%;
	height: 108px;
	position: fixed;
	top: 0;
	left: 0;
	background-color:  #f5f5f5;
	z-index: 10;
        border-bottom: 2px solid  #d9d9d9;
	/*background: url(../images/LOGO.png) no-repeat center center;*/
}
.logo{
	width: 193px;
	height: 60px;
	background: url(../images/LOGO.png);
	margin: 25px auto;
}
.header-right{
	line-height: 110px;
	font-size: 30px;
	font-weight: 600;
	float: right;
	margin-right: 5%; 
	margin-top: -110px
}
.header-right a{
	color: #000;
}

.download{
	width: 100%;
	height: auto;
	position: fixed;
	z-index: 10;
	background-color: #f5f5f5;
	display: none;
	padding-top:20px 
}
.download-box{
	width: 100%;
	height: auto;
	margin: 40px auto;
}
.download-img{
    width: 40%;
    height: auto;
    margin: 0 auto;
}
.download-text{
	line-height: 60px;
	font-size: 26px;
	text-align: center;
	margin-top: 10px 
}

.banner{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 110px; 
        font-size: 0;
}
.content{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.page-one{
	width: 100%;
	height: auto;
}
.page-title{
	width: 100%;
	line-height: 45px;
	font-size: 36px;
	text-align: center;
	font-family: "方正兰亭超细黑简体";
	margin:70px 0 50px 0; 
}
.page-one-box{
	width: 100%;
	height: auto;
	margin: 0px auto 80px;
}
.box-img{
	width: 40%;
	height: auto;
	margin: 0 auto 30px;
}
.box-img img{
	box-shadow: 0px 5px 20px #f5f5f5;
}
.box-title{
	line-height: 50px;
	font-size: 30px;
	text-align: center;
	margin-bottom: 10px;
}
.box-text{
	line-height: 40px;
	font-size: 26px;
	color: #999;
	text-align: center;
}
.page-footer{
	width: 100%;
	height: 5px;
	background: linear-gradient(to left,#fff 0%, #e7e7e7 50%,#fff 100%);
	background: -webkit-linear-gradient(left,#fff 0%, #e7e7e7 50%,#fff 100%);
	background: -o-linear-gradient(left,#fff 0%, #e7e7e7 50%,#fff 100%);
	background: -ms-linear-gradient(left, #fff 0%, #e7e7e7 50%,#fff 100%);
}
.page-two{
	width: 100%;
	height: auto;
}
.page-img{
	width: 80%;
	height: auto;
	margin: 0 auto 30px;
}
.page-text{
	line-height: 35px;
	font-size: 26px;
	color: #999;
	text-align: center;
	margin-bottom: 10px;
}
.page-three{
	width: 100%;
	height: auto;
}
.footer{
	width: 100%;
	height: auto;
	position: relative;
	background: #fafafa;
	padding: 70px 0 20px 0; 
        border-top: 2px solid #eaeaea; 
}
.footer-title{
	line-height: 50px;
	font-size: 35px;
	margin-bottom:40px; 
	text-align: center;
	color: #333;
}
.footer-box{
	width: 100%;
	margin-bottom: 40px; 
}
.footer-box-title{
	line-height: 50px;
	font-size: 40px;
	color: #000;
	text-align: center;
	margin-bottom: 20px;
}
.phone{
	width: 300px;
	line-height: 70px;
	background: #44b7ff;
	margin: 0 auto;
	border-radius: 10px;
}
.phone a{
	display: block;
	width: 300px;
	height: 70px;
	line-height: 70px;
	color: #fff;
	font-size: 38px;
	text-align:center;
}
.join{
    width:9vw;
    height: 18vw;
    position: fixed;
    top:50%;
    right:2px;
    margin-top: -9vw; 
    background: rgba(255, 184, 34, 0.9);
    z-index: 20;
    border-radius: 15px 0px 0 15px;
}
.join>a{
    display: block;
    width: 9vw;
    height: 18vw;
    font-size: 5vw;
    padding: 3vw 2vw;
    box-sizing:border-box;
    color: #fff;
}