
pre {
white-space: pre-wrap;
word-wrap: break-word;
}
.header{
	width: 100%;
	height: auto;
        border-bottom: 1px solid #666
}

.header_box{
	width: 1000px;
	height: 70px;
	margin: 0 auto;

}
.header_logo{
	width: 254px;
	height: 49px;
	margin: 11px;
	background: #000;
	float: left;
	background: url(../img/logo.png);
}
.header_nav{
	float: right;
	font-size: 15px;

}
.header_nav ul li{
	width: auto;
	margin: 20px;
	float: left;
}

.header_nav ul li a{
	width: auto;
	height: 30px;
	float: left;
	line-height: 20px;
        color: #000;
}
.header_login{
	width: 90px;
	height: 30px;
	margin: 20px;
	float: right;
	border-left: 1px solid #ff521d; 
}
.header_login > button,.header_user > button{
	width: 70px;
	border:none;
	text-align: center;
	font-size: 15px;
	margin-left:20px; 
	color: #fff;
	line-height: 20px;
        background: #ff521d;
        border-radius: 5px;
        height: 25px;
}
.header_user{
	width: auto;
	height: 30px;
	margin: 20px;
	float: right;
	border-left: 1px solid #fff; 
}
.header_user > span {
	margin: 0 20px;
	color: #333;
}
.content{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.banner{
	width: 100%;
	height: 760px;
	background: url(../img/banner.png) no-repeat center center;
	overflow: hidden;
}
.banner_box{
	width: 1400px;
	height: 589px;
	margin: 140px auto 100px;
	background: url(../img/banner_logo.png) no-repeat right top;
}
.banner_tilte{
	width: 580px;
	height: 193px;
	float: left;
	margin: 130px 200px;
	background: url(../img/banner_title.png) no-repeat center;
}

.content_flow{
	width: 1200px;
	height: 650px;
	margin: 50px auto;
}
.flow_title{
	margin-bottom: 30px; 
}
.flow_title p{
	text-align: center;
	font-size: 33px;
}
.flow_title p:last-child{
	font-size: 20px;
	color: #999;
}

.flow_box{
	width: 1200px;
	height: 350px;
	margin: 100px 0 30px;
	background: url(../img/banner_flow.png) no-repeat center;
}
.flow_box p{
	margin: 10px 0;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
}
.flow_text{
    width: 400px;
    height: 60px;
    float: left;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
}

.status_content{
	width: 100%;
	height:auto;
}
.status_box{
	overflow: hidden;
	width: 900px;
	height: 600px;
	margin: 0 auto;
}
.status_img{
	width: 195px;
	height: 222px;
	margin: 100px auto 20px;
	background: url(../img/status.png);
}
.status_one{
	display: none;
	text-align: center;
}
.status_one > p {
	font-size: 20px;
	margin: 10px 0;
}
.status_one > p:last-child {
	font-size: 15px;
}


.content_info{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f9f9f9;
}
.info_box{
	width: 800px;
	height: auto;
	margin: 20px auto;
	background: #fff;
	padding: 10px 20px;
	border-radius: 5px;
}
.info_title{
	line-height: 50px;
	font-size: 20px;
	font-weight:700;
}

.info_one{
	min-height: 40px;
        overflow: hidden;
        height: auto;
	line-height: 30px;
	font-size: 16px;
}
.info_one >span{
	display: block;
	line-height: 30px;
	color: #666;
	font-weight:500;
}
.info_one > button{
    width: 100px;
    height: 30px;
    border: none;
    border-radius: 5px;
    background: #FE8C40;
    color:#fff;
    margin-left: 30px;
}
.page_box{
    height:30px;
    margin: 10px auto 10px 25%;
}
/*页面按钮*/
.Page_button{
    width: 100px;
    margin: 0 10px 0 0;
    float: left;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: rgba(1, 120, 253, 0.7);
    cursor: pointer;
    border-radius: 5px;
}
.Page_button:hover{
    background:#0178fd;
}

.footer{
	width: 100%;
	height: 360px;
	position: relative;
	background-color: #333;
	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:120px;
        height: auto;
}
.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{
        width : 100px;
	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-bottom >p >a{
    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;
}

#info_one_img{
	float: left;
	width: 150px;
	height: auto;
	overflow: hidden;
	margin: 10px 20px 10px 0;
	border: none;
}
#info_one_img > img{
	width: 150px;
	height: 150px;
	border: none;
}

.content_adv{
	overflow: hidden;
	width: 100%;
	height: 800px;
	background: url(../img/banner_advantage.png) no-repeat top center;
        padding: 460px 0 0 0;
}
.content_adv_box{
    width: 1200px;
    height: 800px;
    margin: 0 auto;
}
.content_adv_img{
    width: 780px;
    height: 700px;
    background: url(../img/icon_advantange.png) no-repeat center;
    float: left;
}
.content_adv_text{
    width: 350px;
    height: 500px;
    float: right;
    margin-top: 150px;
}
.adv_text{
    width: 300px;
    height: 70px;
    margin: 35px 0;
    border-radius: 35px;
    background-color: #ff521d;
    font-size: 30px;
    line-height: 70px;
    text-align: center;
    color:#f9f9f9;
}
.content_cooperation{
	overflow: hidden;
	width: 100%;
	height: 595px;
	background: url(../img/banner_map.png) no-repeat center center;
}

.content_cooperationBox{

	width: 1205px;
	height: 400px;
	margin: 80px auto 50px;
}

.cooperation_img{
	margin-top: 80px;
	width: 1205px;
	height: 264px;
	background: url(../img/index_cooperation_new.png) no-repeat center;
}