* {
	word-wrap: break-word;
	outline: none;
}

body{
	background: #eff8fe;
}

.bg_white{
	background: #fff;
}


body,
input,
textarea,
select,
button {
	color: #666;
	font: 14px "Microsoft YaHei";
	border: 0
}

body,
ul,
ol,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset {
	margin: 0;
	padding: 0;
}

ul,
ol,
li {
	list-style-image: none;
	list-style-type: none;
}


.oh {
	overflow: hidden;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.ta_c{
	text-align: center;
}

.cb{
	clear: both;
}

.middle{
	width: 1212px;
	margin: 0 auto;
}




a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none
}

img {
	border: none;
}

input {
	border: 0
}

div,
span,
a,
p,
li {
	font-size: 14px;
}

.head{
	height: 190px;
	background: #ffffff;
}
.head .logo{
	float: left;
	margin-top: 38px;
}

.head .headTitleBox{
	float: right;
	overflow: hidden;
	margin-top: 70px;
}

.head .headTitleBoxLeft{
	float: left;
	line-height: 50px;
	color: #b00e19;
	font-size: 50px;
	font-weight: bold;
	margin-right: 10px;
}

.head .headTitleBoxRight{
	width: 270px;
	float: right;
}

.head .headTitle{
	font-size: 26px;
	color: #000;
	font-weight: bold;
}

.head .headText{
	font-size: 14px;
	color: #000;
}

.navBox{
	width: 100%;
	height: 60px;
	background: #0065a3;
}

.navBox .nav{
	overflow: hidden;
}

.navBox .nav a{
	float: left;
	display: block;
	line-height: 60px;
	font-size: 18px;
	width: 200px;
	color: #fff;
	text-align: center;
}
.navBox .nav a.select{
	color: #fff799;
}

.footer{
	width: 100%;
	background: #0065a3;
	height: 170px;
	margin-top: 70px;
}

.footer .fl{
	width: 900px;
	margin-top: 50px;
}

.footer .fl .textBox .text{
	float: left;
	color: #fff;
	font-size: 20px;
	margin-right: 44px;
}

.footer .fl .textBox .text i{
	display: inline-block;
	width: 38px;
	height: 35px;
	vertical-align:text-bottom;
}

.footer .fl .footerNav{
	margin-left: -10px;
	overflow: hidden;
	margin-top: 20px;
}

.footer .fl .footerNav a{
	color: #fff;
	font-size: 18px;
	display: block;
	float: left;
	padding: 0 10px;
	border-right: 1px #fff solid;
	height: 18px;
	line-height: 18px;
}
.footer .fl .footerNav a:last-child{
	border-right: none;
}

.footer .fr{
	margin-right: 60px;
	width: 104px;
	margin-top: 22px;
}

.footer .fr img{
	width: 104px;
	height: 104px;
}

.footer .fr p{
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.footer .beian{
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	background: #0065a3;
}

.footer .beian a{
	color: #fff;
	display: inline-block;
	font-size: 16px;
	margin-left: 10px;
}