* {
	padding: 0;
	border: 0;
	margin: 0;
	font-family: 微软雅黑;
	/*字体，字号*/
	font-size: 16px;
}

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

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

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

ul li {
	list-style: none;
}

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

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

.left {
	float: left;
}

.right {
	float: right;
}

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

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

.clearfix:after {
	clear: both;
}

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

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

.headerbox {
	height: 117px;
	background: url(../images/top_bg.png) center no-repeat;
}
.topbox{
	padding: 8px 0;
}
.logo {
	margin:30px 0 0 0;
}
.top_link {
	margin-top: 15px;
}
.top_link ul li{
	float: right;
}
.top_link ul li a{
	color: #666;
	font-size: 14px;
	line-height: 32px;
}

.navbox{
	background: #235fb6;
	height: 52px;
	line-height: 52px;
}

.index_top{
	background: #f4f4f4;
	height: 600px;
}

.index_middle{
	margin:25px auto;
	min-width: 1300px;
}


.copyright_info{
	font-size: 13px;
	color: #fff;
}
.copyright_info a{
	color: #fff;
	font-size: 13px;
}
.footer{
	background: #103e81;
	height: 70px;
	line-height: 70px;
}

.main_bg{
	background: #ededed;
}
.index_main{
	background: #fff;
	padding: 50px;
	width: 1200px;
}
.copyright_info.right{
	background: url(../images/top_ico.png) left no-repeat;
	padding-left: 5px;
}

/*select*/
select {
  /*Chrome同Firefox与IE里面的右侧三角显示的样式不同*/
  border: none;
  /*将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  padding-left: 15px;
  height: 32px;
float: left;
  line-height: 32px;
  /*如果要加入自定义图片， 就增加这个属性 background: url或者在html中直接加入图标也行*/
  background: url(../images/yq_select.png) left center no-repeat;
  width:220px;
}
/*清除iIE的默认选择框样式*/
select::-ms-expand { display: none; }

