body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: white;
}

.header{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: white;
}

.header .logo{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}

.header .logo img{
    display: block;
    width: auto;
    height: 70px;
    margin-left: 10%;
    cursor: pointer;
}

.header .logo .search{
    width: auto;
    height: 40px;
    margin-top: 7.5px;
    float: right;
    background: #F5F5F5;
    margin-right: 10%;
    overflow: hidden;
}

.header .logo .search input{
    display: block;
    width: 200px;
    height: 30px;
    margin-top: 4px;
    border: 0;
    margin-left: 5px;
    float: left;
}

.header .logo .search a{
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    margin-top: 4px;
    float: left;
    border: solid 1px #F5F5F5;
    text-align: center;
    font-size: 16px;
    margin-left: 10px;
    margin-right: 5px;
    border: 0;
    cursor: pointer;
}

.header .nav{
    width: 100%;
    height: 50px;
    overflow: hidden;
    background: #00358C;
}

.header .nav .nav_list{
    width: 80%;
    height: 50px;
    margin-left: 10%;
    overflow: hidden;
	float: left;
    /*background: yellow;*/
}

.header .nav .login{
	display: block;
	width: 80px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 15px;
	color: white;
	float: right;
	cursor: pointer;
	margin-right: 0.5%;
	text-decoration: none;
}

.header .nav .nav_list a{
    display: block;
    width: 8%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
    font-weight: bolder;
    font-size: 16px;
    float: left;
    padding-left: 1%;
    padding-right: 1%;
    /*background: red;*/
    margin-right: 1%;
    cursor: pointer;
    text-decoration: none;
}

.header .nav .nav_list a:hover{
    background: #0046CA;
    text-decoration: none;
}

.header .nav .nav_list .sel{
    background: #0046CA;
    text-decoration: none;
}

.clearBoth{
    clear: both;
}

.content{
    width: 100%;
    height: auto;
    min-height: 600px;
}

.bottom{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #00358C;
}

.bottom .yq_div{
    width: 70%;
    height: auto;
    margin-left: 15%;
    margin-top: 20px;
    overflow: hidden;
}

.bottom .yq_div .yq_tag{
    display: block;
    width: auto;
    height: 30px;
    line-height: 30px;
    text-align: left;
    color: #F5F5F5;
    font-size: 14px;
    float: left;
    margin-left: 3%;
}

.bottom .yq_div .yq_name{
    display: block;
    width: auto;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #F5F5F5;
    font-size: 14px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}

.bottom .yq_div .yq_name:hover{
    color: #5798E0;
}

.bottom .fg{
    width: 70%;
    height: 1px;
    margin-left: 15%;
    background: #F5F5F5;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bottom .nav{
    width: 50%;
    height: 40px;
    margin-left: 30%;
    /*background: white;*/
}

.bottom .nav a{
    display: block;
    width: 11%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #F5F5F5;
    font-size: 14px;
    float: left;
    text-decoration: none;
}

.bottom .nav a:hover{
    color: #5798E0;
}

.bottom .beian_tag{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #F5F5F5;
    text-decoration: none;
}

.bottom .beian_tag:hover{
    color: #5798E0;
}

.bottom .contact{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #F5F5F5;
    text-decoration: none;
    margin-bottom: 20px;
}

#banner {
			width: 100%;
			height: 600px;
			overflow: hidden;
	}
	#banner .sections,.section {
		height:100%;
	}
	#banner,.sections {
		position: relative;
	}
	#banner .section {
		background-color: #000;
		background-size: cover;
		background-position: 50% 50%;
		text-align: center;
		color: white;
	}