﻿* {
	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: 725px;

}

.index_right {
	float: right;
	width: 535px;
}


.p_width {
	width: 100%;
	min-width: 1300px;
}

.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: 340px;
}


/* 
.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;
}

.index_bottom {
	background: url(../images/bg_index_bottom.png) bottom no-repeat;
	padding-top: 54px;
	height: 585px;
}

.copyright {
	font-size: 15px;
	line-height: 35px;
	color: #fff;
	margin-top: 30px;
}

.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: 150px;
	height: 30px;
	line-height: 55px;
	padding-left: 10px;
	background: #fff;
	color: #422517;
	padding-right: 20px;
}
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: 1320px;
	padding: 40px 25px;
}
.rk_right select {
  /* 隐藏原生的下拉箭头 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
 
/* 添加自定义的箭头 */
.rk_right select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
}
	