/*
@Author: Zhao Ying
@Create Time: 2017-12-22
*/

.box {
     position: relative;
}
.header_box {
   
	height: 113px;
	width: 100%;
	background: #1d4359;
}
.container{
	width: 1200px;
	margin: 0 auto;
}

.bg-login a {
    position: absolute;
    left: 45%;
    bottom: 6%;
    color: #fff;
    font-size: 40px;
    
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.logo{
	width: 218px;
	height: 113px;
	float: left;
}
.nav_list{
	padding: 35px 0;
	margin-left: 230px;
	float: left;
	overflow: hidden;
}
.nav_list li{
	float: left;
	width: 95px;
	line-height: 42px;
	text-align: center;
	border-radius: 21px;
	border: 1px #fff solid;
	font-size: 18px;
	color: #FFFFFF;
}
.nav_list li a{
	font-size: 18px;
	color: #FFFFFF;
}
.tel_box{
	color: #FFFFFF;
	font-size: 26px;
	line-height: 113px;
	width: 250px;
	background: url(../images/icon_phone.png) no-repeat center left;
	background-size: 30px 30px;
	padding-left: 50px;
	overflow: hidden;
}
.box{
	width: 100%;
	height: 950px;
	background: url(../images/bg.png) no-repeat center;
	background-size: cover;
}
.download_box{
	width: 100%;
	padding-right:80px;
	padding-left: 500px;
	padding-top: 416px;
	overflow: hidden;
}
.download_box p{
	font-size: 28px;
	line-height: 74px;
	color: #FFFFFF;
}
.down_list{
	padding: 0 84px;
	margin-top: 20px;
	overflow: hidden;
}
.down_list a{
	width: 198px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	border-radius: 4px;
	display: inline-block;
	background: url(../images/bg1.png) no-repeat center;
	background-size: contain;
}
.down_list a img{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-right: 10px;
}
.footer_box{
	background: #f89c25;
	width: 100%;
	height: 167px;
	padding-top: 40px;
	overflow: hidden;
}
.footer_box p{
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
}
