html,body,ul, li,p{margin: 0;padding: 0; font-family: "Microsoft YaHei";}
li{list-style-type:none}
a{text-decoration: none; }

.header{
	width: 100%;
	height: 60px;
	position: relative;
	background: linear-gradient(#404040 0%, #000 50%,#404040 100%);
}
.header_box{
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}

.header_logo{
	width: 140px;
    height: 81px;
    /*background: linear-gradient(#e5e5e5 0%, #c4c4c4 50%,#e5e5e5 100%);*/
    /*background: url(../img/logo.png);*/
    float: left;
    margin-right: 40px; 
    z-index: 5;
}

.header_nav{
	width: 660px;
	height: 60px;
	float: left;
}
.header_nav > ul >li>a{
	width: auto;
	height: 60px;
	line-height: 60px;
	float: left;
	color: #fff;
	margin: 0 15px;
	font-size: 16px;
}

.header_nav > ul >li>a:hover{
	color: #fa6b3a;
}
.land{
	width: 120px;
	height: 30px;
	line-height: 30px;
	float: right;
	margin: 15px 0px 15px 15px;
	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 > select{
    width: 120px;
    height: 30px;
    background: linear-gradient(#65d1ff 0%, #34aaff 100%);
    border:none;
    color: #fff;
}
.land > select > option{
    height: 30px;
    color: #000;
}
.land a{
	color: #fff;
}
.top{
	width: 100%;
	height: 860px;
}

.banner{
	width: 100%;
	height: 760px;
}
.home_page{
	background: url(../img/banner/banner.png) no-repeat center;
}
.banner_box{
	width: 1200px;
	height: 540px;
	margin: 0 auto;
	padding: 220px 0  0 0;
}

.max_title p{
	display: block;
	color:#fff;
	font-size: 72px;
	letter-spacing: 16px;
	text-align:center;
	line-height: 80px;
	margin: 0;
}
.max_title p:last-child{
	color:#fff;
	font-size: 48px;
	line-height: 60px;
}
.max_title1 p{
	display: block;
	color:#fff;
	font-size: 72px;
	font-weight: bold;
	letter-spacing: 4px;
	text-align:center;
	line-height: 80px;
	margin: 0;
}
.max_title1 p:last-child{
	color:#fff;
	font-size: 64px;
	line-height: 60px;
}
.max_title2 p{
	display: block;
	color:#fff;
	font-size: 72px;
	letter-spacing: 16px;
	text-align:center;
	line-height: 80px;
	margin: 0;
}
.max_title2 p:last-child{
	color:#fff;
	margin-top: 60px;
	font-size: 68px;
	line-height: 60px;
}
.top_bottom{
	width: 100%;
	height: 100px;
	background: linear-gradient(#3f3f3f 0%, #000 50%,#3f3f3f 100%); 
}

.top_bottombox{
	width: 1200px;
	height: 100px;
	margin: 0 auto;
}
.top_propagate{
	width: 600px;
	height: 100px;
	float: left;
	
}
.top_propagate > img{
	margin: 35px 0px 35px 40px; 
	float: left;
}
.top_propagate > p{
	display: block;
	height: 20px;
	line-height: 20px;
	color: #999999;
	float: left;
	margin: 40px 0px;
	padding: 0 40px ;
}
.top_propagate > p:last-child{
	border-left: 1px solid #999; 
}
.content{
	width: 100%;
	height: auto;
	position: relative;
}
.content_function{
	width: 100%;
	height: 730px;
	background: url(../img/banner/content_function.png) no-repeat center;
	padding: 70px 0px 0px;
}
.black p{
	color: #333;
	font-size: 48px;
}

.white p{
	font-size: 48px;
}
.content_function_box{
	width: 1200px;
	height: 600px;
	margin: 0 auto;
}

.content_function_boxA{
	width: 500px;
	height: 200px;
	margin: 60px 50px 10px;
	float: left;
}
.content_function_imgA{
	width: 300px;
	height: 200px;
	border-radius: 20px;
	float: left;
}
.content_function_imgB{
	width: 130px;
	height: 40px;
	float: left;
	margin-left: 10px;
	background: #fa6b3a;
	color: #fff; 
	font-size: 20px;
	line-height: 38px;
	text-align: center;
	border-radius: 5px;
}
.content_function_text{
	width: 170px;
	height: 90px;
	float: left;
	margin: 60px 0px 0px 30px;
	font-size: 16px;
	color: #999;
	line-height: 28px;
}
.content_programme{
	width: 100%;
	height: 680px;
	background: url(../img/banner/content_programme.png) no-repeat center;
	padding: 120px 0px 0;
}
.content_programme_box{
	width: 1200px;
	height: 100px;
	margin: 400px auto 0;
}
.content_programme_boxA{
	width: 80px;
	height: 90px;
	margin: 0px 40px;  
	float: left;
	text-align:center;
	position:relative 
}
.content_programme_boxA >p {
	height: 20px;
	font-size: 20px;
	color: #fff;
	position:absolute;
	bottom:0px;
}
.content_city{
	width: 100%;
	height: 700px;
	background: url(../img/banner/content_city.png) no-repeat center;
	padding: 100px 0px 0;
}

.content_city_box{
	width: 1200px;
	height: 530px;
	margin: 30px auto 0;
}
.content_city_boxA{
	width: 600px;
	height: 530px;
	float: left;
}
.join_box{
	width: 550px;
	height: 450px;
}
#form>button{
	width: 200px;
	height: 64px;
	float: right;
	font-size: 32px;
	color: #fff;
	border-radius: 5px;
	border:none;
	background: #fa6b3a;
}
.info{
	width: 550px;
	height: 100px;
}
.info > p{
	display: block;
	width: 150px;
	height: 64px;
	line-height: 64px;
	font-size: 32px;
	color: #1a1a1a;
	font-weight:bold;
	float: left;
}
.info > input {
	width: 360px;
	height: 44px;
	float: left;
	border: none;
	background: #fff;
	font-size: 30px;
	padding: 10px 20px;
	outline:none;
}
.content_system{
	width: 100%;
	height: 680px;
	background: linear-gradient(#3f3f3f 0%, #000 50%,#3f3f3f 100%);
	padding: 120px 0px 0px;
	border-bottom: 1px solid #000;
}
.content_system_box{
	width: 1200px;
	height: 450px;
	margin: 40px auto;
}
.content_system_boxA{
	width: 388px;
	height: 400px;
	margin-right:200px; 
	float: left;
}
.content_system_boxB{
	width: 600px;
	height: 400px;
	float: left;
}
.app_box{
	width: 600px;
	height: 130px;
}
.app_text{
	width: 600px;
	height: 48px;
	position: relative;
	color: #fff;
}
.app_text > p{
	float: left;
	font-size: 40px;
	margin-right: 10px;
}
.app_text > span{
	font-size: 20px;
	float: right;
	position:absolute;
	bottom:0px;
}
.app_img{
	height: 600px;
	height: 51px;
	margin: 14px 0;
}
.app_img > img {
	margin-right:10px;
}
/*.footer{
	width: 100%;
	height: 360px;
	background: linear-gradient(#262626 0%,#202020 25%, #000 50%,#202020 75%,#262626 100%);
}*/
.footer{
	width: 100%;
	height: 360px;
	position: relative;
	background: linear-gradient(#262626 0%,#202020 25%, #000 50%,#202020 75%,#262626 100%);
	padding-top: 60px;
	box-sizing: border-box;
	color: #fafafa;
}
.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: #fafafa;
}
.footer-top>ul>li{
	line-height: 30px;
	font-size: 14px;
	color: #fafafa; 
}
.footer-top>ul>li>a{
	color: #fafafa;
}
.footer-box{
	width: 350px;
	height: 130px;
	float: right;
}
.footer-textone{
	width: 350px;
	height: 50px;
	font-size: 22px;
	color: #fafafa;
    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;
    color: #fff;
}
.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>ul>li{
	width: 38px;
	height: 16px;
	margin-top: 20px; 
	display: block;
        background: url(../img/code/wechat_icon.png) no-repeat center 0;
        position: relative;
        transition: none;
}
.float-box>ul>li#app{
	background: url(../img/code/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;
}

.app> img {
    width:140px;
}
.wechat > img{
    width:140px;
}
._citys { width: 450px; display: inline-block; border: 2px solid #eee; padding: 5px; position: relative; background-color: #fff;}
._citys span { color: #05920a; height: 15px; width: 15px; line-height: 15px; text-align: center; border-radius: 3px; position: absolute; right: 10px; top: 10px; border: 1px solid #05920a; cursor: pointer; }
._citys0 { width: 95%; height: 34px; line-height: 34px; display: inline-block; border-bottom: 2px solid #05920a; padding: 0px 5px; font-size:14px; font-weight:bold; margin-left:6px; }
._citys0 li { display: inline-block; line-height: 34px; font-size: 15px; color: #888; width: 80px; text-align: center; cursor: pointer; }
._citys1 { width: 100%; display: inline-block; padding: 10px 0; }
._citys1 a { width: 83px; height: 35px; display: inline-block; background-color: #f5f5f5; color: #666; margin-left: 6px; margin-top: 3px; line-height: 35px; text-align: center; cursor: pointer; font-size: 12px; border-radius: 5px; overflow: hidden; }
._citys1 a:hover { color: #fff; background-color: #05920a; }
.AreaS { background-color: #05920a !important; color: #fff !important; }


.commonMask{
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1200;
	display:none;
}
.commonMask .cm-mask{
	position:absolute;
	width:100%;
	height:100%;
	background:#000;
	filter: alpha(opacity=60);
	opacity:0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);/*兼容ie8及以下*/
}
.commonMask .cm-win{
	width:578px;
	background:#fff;
	position:absolute;
	left:50%;
	margin-left:-289px;
	min-height:200px;
	top:50%;
	margin-top:-244px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	behavior:url(js/PIE.htc);
	-ms-behavior: url(js/PIE.htc);
	animation: scaleEWei 0.2s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	-webkit-animation: scaleEWei 0.2s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	-moz-animation: scaleEWei 0.2s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	-o-animation: scaleEWei 0.2s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}


.commonMask .cm-win h1{
	font-size:20px;
	height: 88px;
	line-height:88px;
	padding-left:50px;
	border-bottom:1px solid #eee;
	color:#333;
}
.commonMask .cm-win h1 .commonMaskClose{
	font-weight:lighter;
	outline:none;
	border:none;
	background:none;
	position:absolute;
	right:0;
	top:0;
	width:40px;
	height:40px;
	background: url('../img/code/close.png') center no-repeat;
	background-size: 20px 20px;
	line-height:40px;
	text-align:center;
	cursor:pointer;
	top:25px;
	right:10px;
	color:#ccc;
	font-size:22px;
}
.commonMask .cm-win .cm-content{
	padding-top:40px;
	padding-bottom:50px;
}
.commonMask .cm-win .cm-content .cm-content-inner{
	text-align:center;
	padding-top:20px;
	padding-bottom:50px;
}
.commonMask .cm-win .cm-content .cm-content-inner p{
	font-size:14px;
	color:#333;
	padding-top:16px;
}


.recruit{
    width: 100%;
    height: 660px;
    padding: 100px 0 0 ;
    background: url(../img/recruit.png) no-repeat center;
}
.recruit_box{
    width: 1000px;
    height: 540px;
    margin: 0 auto;
    background: url(../img/recruit_na.png) no-repeat center;
}




