* {
	padding: 0;
	border: 0;
	margin: 0;
	font-family: 微软雅黑;
}
@font-face {
  font-family: "思源宋体SC-Heavy";
  src: url("思源宋体SC-Heavy.woff2") format("woff2"),
       url("思源宋体SC-Heavy.woff") format("woff");
}
}





input {
	background: none;
	color: #5e5e5e;
	font-size: 14px;
}

 input,
textarea,
select,
button,
a:focus {
	outline: none;
}



ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #252525;
	/*链接颜色*/
}

a:hover {
	/*font-weight: bold;*/
	color: #1c60b6;
	/*鼠标指上*/
}

.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;
}


.headbox {
	height: 135px;
	background:#1c63c1 url(../images/top_bg.png) center no-repeat;
	border-bottom: 1px solid #2580c5;
}
.logo{
	padding: 25px 0;
	width: 512px;
	height: 85px;
}

.top_right{
	margin-top: 45px;
	width:700px;
}
.xx_bz{
	margin: 5px 0;
}
.index_main {
	width: 1350px;
	margin: 50px auto 0 auto;
}

.index_middle {
	background: #f5f5f5;
	height: 340px;
	margin: 30px 0;
	padding: 30px 0;
}

.index_bottom {
	background: #f6f6f6;
	height: 120px;
	padding: 40px 0;
}





/*search*/

.searchbox {
	width: 325px;
	height: 45px;
	background: url(../images/search_bg.png) center no-repeat;
}

.search_txt {
	height: 45px;
	line-height: 45px;
	width: 259px;
	padding: 0 8px;
	color: #fff;
	font-size: 16px;
background:none;
}


.search_btn {
	background: url(../images/search_ico.png) right center no-repeat;
	width: 50px;
	height: 45px;
}




/*index_foot*/

.index_foot {
	background: url(../images/index_foot.png) center no-repeat;
	height: 260px;
	border-bottom: 2px solid #fee794;
	padding: 80px 0;
}


/*footer*/

.footer {
	background: #1c60b6;
	height: 110px;
	line-height: 110px;
	vertical-align: middle;
}

.copyright_info,.copyright_info a {
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.copyright_info span{
	text-align: center;
	margin: 0 10px;
}

.copyright_info li{
	float: left;
	margin: 0 15px;
	text-align: center;
}


.yqljbox{
	position: relative;
	width: 285px;
	height: 35px;
	margin-top: 38px;
}
.yqljbox select{
	background: url(../images/select_bg.png) center no-repeat;
	width: 285px;
	height: 35px;
	position: absolute;
	top:0;
	right: 0;
	padding-left:20px;
}
.yqljbox span{
	position: absolute;
	background: #fff url(../images/select_ico.png) center no-repeat;
	width: 38px;
	height: 33px;
	right: -10px;
	top: 1px;
	border-radius: 5px;
}
.yqljbox select option{
	height: 35px;
	line-height: 35px;
}
select {
	border: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: none;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

select::-ms-expand {
	display: none;
}



::-webkit-input-placeholder { /* WebKit browsers */
  color: #c8e4ff;
  font-size: 15px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #c8e4ff;
  font-size: 15px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #c8e4ff;
  font-size: 15px;
}   


.none{display:none;}

