* {
	padding: 0;
	border: 0;
	margin: 0;
	font-family: "宋体";
}

input {
	background: none;
	color: #5e5e5e;
	font-size: 14px;
}

input,
textarea,
select,
button,
a:focus {
	outline: none;
}

body {
	min-width: 1350px;
	width: 100%;
}

ul li {
	list-style: none;
}

a{
	text-decoration: none;
	color: #222222;
	/*链接颜色*/
}

a:hover {
	/*font-weight: bold;*/
	color: #0750b3;
	/*鼠标指上*/
}

.active {
	color: #0750b3;
	font-weight: normal;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearboth {
	clear: both;
}

.clearfix {
	clear: both;
	overflow: hidden;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

.p_width {
	width: 100%;
	min-width: 1350px;
	margin: 0 auto;
}

.m_width {
	width: 1350px;
	margin: 0 auto;
}

.m_t20 {
	margin-top: 20px;
}

.m_t55 {
	margin-top: 55px;
}

.m_t25 {
	margin-top: 25px;
}

.m_t35 {
	margin-top: 35px;
}

.m_b25 {
	margin-bottom: 25px;
}

.m_b35 {
	margin-bottom: 35px;
}
.m_tb25 {
	margin: 25px auto;
}
.m_tb55 {
	margin: 55px auto;
}

.p_t25 {
	padding-top: 25px;
}

.p_t35 {
	padding-top: 35px;
}

.p_b25 {
	padding-bottom: 25px;
}

.p_b35 {
	padding-bottom: 35px;
}

.p_l25 {
	padding-left: 25px;
}

.p_l35 {
	padding-left: 35px;
}

.p_r25 {
	padding-right: 25px;
}

.p_r35 {
	padding-right: 35px;
}

.p_tb40 {
	padding: 40px 0;
}

.p_tb35 {
	padding: 35px 0;
}

.p_tb70 {
	padding: 70px 0;
}

.p_bt25 {
	padding: 25px 0;
}
.headerbox{
	height: 90px;
	padding: 30px 0;
	background: #0670c4 url(../images/topbox_bg.png) center top no-repeat;
}
.index_middle {
	background: url(../images/index_middle.png) center no-repeat;
	height: 430px;
	padding: 35px 0;
}


.none {
	display: none;
}

.index_bottom {
	background:#fff url(../images/index_bottom_bg.png) right bottom no-repeat;
	padding: 30px 0 0 0;
}

.footerbox{
	background: #0b5cb3 url(../images/foot_line.png) center top no-repeat;
	height: 90px;
	padding: 45px 0;
}

.copyright {
	height: 45px;
	line-height: 45px;
	text-align: left;
	color: #fff;
}
.copyright_info{
	width: 915px;
}
.copyright span{
	font-size: 15px;
	margin: 0 10px;
}
.copyright span a{
	color: #feb90a;
}

select option {
	line-height: 35px;
	height: 35px;
	color: #a5b9da;
	font-size: 15px;
}

/*

select {
	Chrome和Firefox里面的边框是不一样的，所以复写了一下
	border: none;
	/*很关键：将默认的select选择框样式清除
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	line-height: 36px;
	height: 36px;
	color: #333333;
	background: none;
	padding-left: 10px;
	font-size: 15px;
}
*/

/*清除ie的默认选择框样式清除，隐藏下拉箭头

select::-ms-expand {
	display: none;
}*/

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #e7f3f9;
	font-size: 14px;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #e7f3f9;
	font-size: 14px;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #e7f3f9;
	font-size: 14px;
}



.index_right {
	width: 885px;
}

.foot_right{
	width: 601px;
	height: 190px;
}
.foot_left{
	width: 599px;
	height: 190px;
}
.white,.white a{
	color: #fff;
}
.center{
	text-align: center;
}

