* {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: "microsoft yahei";
}
@keyframes rotate{
	from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
}
@keyframes backgroundSide{
	from{
		background-position: 0;
	}
	to{
		background-position: 100%;
	}
}
body {
	background: #fff;
}

a {
	text-decoration: none;
}

a:hover {
	color: #0068b7;
}

ul li {
	list-style: none;
}

.index_left {
	float: left;
	width: 1010px;

}

.index_right {
	float: right;
	width: 215px;
	border: 1px solid #d3d3d3;
	padding:25px 25px 23px 25px;
	background: #f8f9ff;
}

.index_right2 {
	float: right;
width: 450px;
	}
.p_width {
	width: 100%;
	min-width: 1380px;
}

.m_width {
	width: 1300px;
	margin: auto;
}

.index_main {
	padding: 35px 0 0 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearboth {
	clear: both;
}

.linkbox {
	background: #eaeaea;
	height: 50px;
	padding: 50px 0;
}



.linkbox .yqlj_list ul {
	width: 1200px;
	margin-left: 100px;
	height: 50px;
	line-height: 50px;
}

.linkbox .yqlj_list ul li {
	color: #333;
	float: left;
	margin-right: 50px;
	font-size: 15px;
	width: 240px;
}


/* 
.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 {
	float: left;
	width: 150px;
	text-align: center;
	margin-top: 15px;
}

.ewm img {
	width: 100px;
	height: 100px;
}

.ewm p {
	line-height: 24px;
	text-align: center !important;
}

.ewm p.txt1 {
	text-align: center;
}

.txt1 {
	line-height: 24px;
	color: #fff;
	opacity: 0.5;
}

.footerbox {
	background: #014a95;
	height:220px;
	padding: 30px 0;
}

.footerbox .copyright {
	font-size: 15px;
	line-height: 35px;
	color: #fff;
	margin-top: 30px;
}
.footerbox .copyright a{color: #fff;}
.footerbox .copyright span {
	margin: 0 15px;
}

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 {
	outline: none;
	width: 240px;
	height: 55px;
	line-height: 55px;
	padding-left: 10px;
	background: #fff;
	color: #422517;
	padding-right: 20px;
	border-radius: 8px;
	border: 1px solid #d3d3d3;
	font-size: 16px;
}
select option{
	line-height: 55px;
}
.index_index{
	box-shadow: #ededed 2px 5px 3px 0;
	background: #fff;
	border: 1px solid #f9f9f9;
	min-height: 200px;
	margin: 45px auto;
	width: 1300px;
	padding: 40px 25px;
}