﻿* {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: "microsoft yahei";
}

body{
	background: #fff;
}
a {
	text-decoration: none;
}

a:hover {
	color: #0068b7;
}
.xljy_box{
	background: #f5f5f5;
	padding: 35px 0;
}
ul li {
	list-style: none;
}

.index_left {
	float: left;
	width: 860px;
	
}

.index_right {
	float: right;
	width: 645px;
}

.p_width {
	width: 100%;
	min-width: 1300px;
}

.m_width {
	width: 1300px;
	margin: auto;
}

.index_main {
	padding: 35px 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearboth {
	clear: both;
}


.footerbox{
	padding: 30px 0 0 0;
	background: #014a95 url(../images/bg_footerbox.png) center bottom no-repeat;
	height: 400px;
	border-top:5px solid #ffa200;
}
.footerbox p{
	text-align: center;
	line-height: 36px;
	font-size: 15px;
	color: #fff;
}
.footerbox p span{
	margin: 0 10px;
}
/* .index_bottom {
	background: #014a95;
	height: 160px;
	padding: 35px 0;
	color: #fff;
}

.index_bottom .lxfs_list {
	margin-top: 15px;
}

.index_bottom .lxfs_list li {
	font-size: 15px;
	line-height: 36px;
	color: #fff;
}
.ewm_list li{
	float: left;
	width:150px;
	text-align: center;
}
.ewm_list li img{
	width: 120px;
	height: 120px;
}
.ewm_list li p{
	line-height: 45px;
} */
.index_bottom {
	background: #0068b7;
	height: 70px;
	padding: 40px 0;
}

.index_bottom .copyright {
	font-size: 15px;
	line-height: 35px;
	color: #fff;
	text-align: center;
}

.index_bottom .copyright span {
	margin: 0 15px;
}
.linkbox{
	
}
input:focus {
	outline: none;
}
input{
	color: #fff;
}

input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
	font-size: 14px;
}

input:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
	font-size: 14px;
}

input:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
	opacity: 1;
	font-size: 14px;
}

input::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
	opacity: 1;
	font-size: 14px;
}



/* .select_list .select {
	display: block;
	width: 260px;
	height: 30px;
	margin-bottom: 15px;
	text-align: center;
	margin-left: 55px;
	border-radius: 5px;
	
} */

select {
	border: none;
	outline: none;
	width: 283px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	background: #fff;
	color: #422517;

}