html,body,ol,ul,li,p,h1,h2,h3,h4,h5,hr{margin: 0; padding: 0;font-family: "Microsoft YaHei";}
li{list-style-type:none;}
a{text-decoration:none; color: #999;}

.header{
	width: 100%;
	height: auto;
	background: -webkit-linear-gradient(#fff 0%, #f9f9f9 100%);
	background: -o-linear-gradient(#fff 0%, #f9f9f9 100%);
	background: -ms-linear-gradient(top, #fff 0%, #f9f9f9 100%);
	background: linear-gradient(#fff 0%, #f9f9f9 100%);

}
.header-top{
	width: 1200px;
	height: 100px;
	margin: 0 auto;
}

.header_bottom{
    border-top: 1px solid #ebebeb;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid #fbfbfb;
    border-bottom: 1px solid hsla(0,0%,100%,.9);
    content: " ";
    left: 0;
    right: 0;
    bottom: -1px;


}

.logo{
	width: 60px;
	height: 60px;
	float: left;
	margin:20px 0;
	border-radius: 50%;
	background: url(../img/homepage/logo.png) no-repeat center;
}
.land{
	width: 100px;
	height: 30px;
	line-height: 30px;
	float: right;
	margin: 35px 0px 35px 90px;
	text-align: center;
	color: #fff;
	background-color: #dcdcdc;
	border-radius: 5px;
	background: -webkit-linear-gradient(#65d1ff 0%, #34aaff 100%);
	background: -o-linear-gradient(#65d1ff 0%, #34aaff 100%);
	background: -ms-linear-gradient(top, #65d1ff 0%, #34aaff 100%);
	background: linear-gradient(#65d1ff 0%, #34aaff 100%);
}
.land a{
	color: #fff;
}
.nav{
	width: auto;
	height: 100px;
	float: right;
	color: #8E8E8E;
}
.nav>ul>li{
	float: left;
	width: auto;
	line-height: 100px;
	text-align: center;
	margin: 0px 15px;
}
.nav>ul>li>a{
	color: #b2b2b2;
}
.nav>ul>li>a:hover{
	color: #000;
}
.nav>ul>li.active a{
	color: #333;
}
.nav-one{
	margin-right: 50px;
}
.content{
	width: 100%;
	height: auto;
	position: relative;
	border: none;
}
.header-bottom{
	width: 100%;
	height: 38px;
	
        border-bottom: 1px solid #ebebeb;
        background: #f8f8f8;
        box-shadow:0px 2px 20px rgb(245,245,245);
        margin-bottom: 2px;
        
}

.header-bottom>ul{
	width: 1200px;
	height: 39px;
	margin: 0 auto;
}
.header-bottom>ul>li{
	line-height: 39px;
	margin-right: 30px;
	float: left;
	color: #999;
	font-size: 15px;
}
.header-bottom>ul>li>a{
	color: #999;
}
.header-bottom>ul>li.active a{
	color: #333;
}

.banner{
	width: 100%;
	background-position: center center;
	background-size: cover;
        border:none;
}
.page{
	width: 100%;
	height: auto;
}
.page-one{
	width: 1202px;
	height: 795px;
	margin: 0 auto;
}

.page-title{
	width: 600px;
	height: 160px;
	margin: 0 auto;
	line-height: 70px;
	padding: 90px 0 0px 0;
	box-sizing: border-box;
	text-align: center;
	color: #777;
	font-size: 46px;
	font-family:"方正兰亭超细黑简体";
}

.page-one-content{
	width: 1202px;
	height: 400px;
	margin-top: 100px;
	border:1px solid #dcdcdc;
	border-radius: 15px;
	box-sizing: border-box;
}

.page-one-box{
	width: 300px;
	height: 400px;
	padding: 60px 30px 30px;
	float: left;
	box-sizing: border-box;
	border-right: 1px solid #dcdcdc;
	background: url(../img/homepage/icon-logo.png) no-repeat center 345px;
	z-index: 2;
}

.page-one-box:hover{
	box-shadow: 0 0 50px rgba(0,0,0,.08) inset;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}
.page-one-text{
	width: 240px;
	height: 120px;
	box-sizing: border-box;
	padding-top: 30px;
}
.subtitle{
	line-height: 40px;
	text-align: center;
	color: #888;
	font-size: 18px;
}
.page-one-box-bottom{
	width: 240px;
	height: 30px;
	margin-top: 5px;
	background-color: #fff;
	display: none;
}
.button{
	width: 98px;
	height: 28px;
	border-radius: 5px;
	margin:0 10px;
	float: left;
	border: 1px solid #999;
}

.button a{
	display: block;
	width: 98px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #999;
}
.button-blue{
	width: 98px;
	height: 28px;
	border-radius: 5px;
	margin:0 10px;
	float: left;
	background-color: #57b9ff;
	border:1px solid #57b9ff;
}
.button-blue a{
	display: block;
	width: 98px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #fff;
}

.circle-left{
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.circle-right{
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border:none;
}
.page-footer{
	width: 100%;
	height: 3px;
	background: linear-gradient(to left,#fff 0%, #fafafa 50%,#fff 100%);
	background: -webkit-linear-gradient(left,#fff 0%, #fafafa 50%,#fff 100%);
	background: -o-linear-gradient(left,#fff 0%, #fafafa 50%,#fff 100%);
	background: -ms-linear-gradient(left, #fff 0%, #fafafa 50%,#fff 100%);
}
.page-two{
	width: 1200px;
	height: 1095px;
	margin: 0 auto;
}
.page-two-content{
	width: 900px;
	height: auto;
	margin: 50px auto 0; 
	overflow: hidden;

}
.page-two-box{
	width: 200px;
	height: 200px;
	margin: 30px 50px;
	float: left;
}
#page-three{
	background: linear-gradient(to top,#fff 0%, #fcfcfc 100%);
	background: -webkit-linear-gradient(top,#fff 0%, #fcfcfc 100%);
	background: -o-linear-gradient(top,#fff 0%, #fcfcfc 100%);
	background: -ms-linear-gradient(top, #fff 0%, #fcfcfc 100%);
}
#page-four{
	background: linear-gradient(to top,#fcfcfc 0% , #fff 100%);
	background: -webkit-linear-gradient(top, #fcfcfc 0%, #fff 100%);
	background: -o-linear-gradient(top, #fcfcfc 0%, #fff 100%);
	background: -ms-linear-gradient(top,#fcfcfc 0%, #fff 100%);
}
.page-three{
	width: 1300px;
	height: 1095px;
	margin: 0 auto;
}
.page-three-content{
	width: 1300px;
	height:880px;
	margin-top: 50px;
}
.page-three-title{
	text-align: center;
	line-height: 50px;
	font-size: 30px;
        color: #888;
}
.page-three-left{
	width: 716px;
	height: 400px;
	float: left;
	padding: 180px 0 0 100px;
}
.page-three-left-img{
	width: 716px;
	height: 158px;
	margin-bottom: 60px; 
}
.page-three-left-box{
	width: 158px;
	height: 158px;
	border-radius: 50%;
	float: left;
	margin-right: 80px;
}
.page-three-left-text{
	width: 716px;
	line-height: 32px;
	font-size: 18px;
	font-family: "方正兰亭超细黑简体";
       
}
.page-three-right{
	width: 484px;
	height: 721px;
	float: right;
	margin-top: 40px; 
}
.page-four{
	width: 1200px;
	height: 945px;
	margin: 0 auto;
}
.page-four-top{
	width: 1200px;
	height: 465px;
	box-sizing: border-box;
	padding-top: 160px;
	background: url(../img/homepage/icon-video.png) no-repeat center 100px;
}
.page-text-one{
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	color: #999999;
}
.page-text{
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #999999;
}

.page-media{
	width: 540px;
	height: 300px;
	margin: 0 auto;
	border-radius: 13px;
	box-shadow: 0 5px 20px #ebebeb;
}

.page-four-bottom{
	width: 300px;
	height: 180px;
	margin: 0 auto;
	line-height: 160px;
	text-align: center;
	color: #999999;
	font-size: 16px;
}
.page-five{
	width: 1261px;
	height: 950px;
	margin: 0 auto;
}
.page-five-box{
	width: 600px;
	height: auto;
	margin: 0 auto;
}
.page-five-img{
	width: 1070px;
	height: 392px;
	margin: 100px auto 0;
	background: url(../img/homepage/join-us.png) no-repeat center; 
}

.footer{
	width: 100%;
	height: 350px;
	position: relative;
	background-color: #fafafa;
	padding-top: 60px;
	box-sizing: border-box;
	color: #999;
}
.footer-top{
	width: 1200px;
	height: 218px;
	margin: 0 auto 0;
	border-bottom: 2px solid #b7b7b7;
}
.footer-top ul{
	float: left;
	margin-right:90px;

}
.footer-top>ul>h3{
	margin: 5px 0 15px;
	font-size: 16px;
	color: #666;
}
.footer-top>ul>li{
	line-height: 30px;
	font-size: 14px;
	color: #999; 
}
.footer-box{
	width: 350px;
	height: 130px;
	float: right;
}
.footer-textone{
	width: 350px;
	height: 50px;
	font-size: 22px;
	color: #666;
        text-align: center;
}
.footer-texttwo{
	width: 350px;
	height: 30px;
	text-align: center;
	font-size: 15px;
}
.footer-bottom{
	width: 1200px;
	height: 70px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 70px;
}
.footer-bottom p{
    display: block;
    line-height: 70px;
    float: left;
}
.footer-icon{
    width: 40px;
    height: 50px;
    float: left;
    margin: 12px 0 0 20px;
    float: right;
}
.footer-icon>a>img{
    width: 40px;
    height: 50px;
    margin: 0 auto;
    
}
.float-box{
	width: 38px;
	height: auto;
	border-radius: 19px;
	border: 1px solid #dcdcdc;
	position: fixed;
	top: 30%;
	right: 20px;
	opacity: .8;
	z-index: 10;
	background-color: #fff;
	padding: 20px 0;
}
.float-box>ol>li{
	width: 16px;
	height: 16px;
}
.float-box>ul>li{
	width: 38px;
	height: 16px;
	margin-top: 20px; 
	display: block;
    background: url(../img/homepage/wechat_icon.png) no-repeat center 0;
    position: relative;
    transition: none;
}
.float-box>ul>li#app{
	background: url(../img/homepage/phone_icon.png) no-repeat center 0;
}
.float-box>ul>li:hover{
	background-position: center -26px;
}
.float-box>ul>li#app:hover{
	background-position: center -26px;
}

.wechat{
    position: absolute;
    width: 140px;
    height: 140px;
    top: -70px;
    left: -190px;
   	z-index: 20;
    display: block;
    background-color: #fff;
    padding: 9px;
    border: 1px solid #999;
    border-radius: 10px;
    display: none;
}
.app{
    position: absolute;
    width: 140px;
    height: 140px;
    top: -70px;
    left: -190px;
   	z-index: 20;
    display: block;
    background-color: #fff;
    padding: 9px;
    border: 1px solid #999;
    border-radius: 10px;
    display: none;
    float: left;
}

.media{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0 ;
	right: 0;
	background-color: rgba(0,0,0,.8);
	z-index: 20;
	width: 100%;
	height: 100%;
	visibility:visible;
}
.media-box{
	width: 848px;
	height: 477px;
    margin: -239px auto 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 5px;
}
.close-media{
	position: absolute;
	top: 60px;
	right: 60px;
	width: 30px;
	height: 30px;
	background: url(../img/homepage/close.png) no-repeat top center;
}
.flex-control-paging>li.change>a{
	background: url(../img/homepage/dot.png) no-repeat 0px 0px;
}

.cnzz{
    float: right;
}


