* {
	padding: 0;
	border: 0;
	margin: 0;
	font-family: 微软雅黑;
}

input {
	background: none;
	color: #5e5e5e;
	font-size: 14px;
}

input,
textarea,
select,
button,
a:focus {
	outline: none;
}

body {
	min-width: 1350px;
	width: 100%;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333333;
	/*链接颜色*/
}

a:hover {
	/*font-weight: bold;*/
	color: #014dab;
	/*鼠标指上*/
}

.active {
	color: #014dab;
	font-weight: normal;
}

.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;
}

.m_t20 {
	margin-top: 5px;
}

.m_t55 {
	margin-top: 20px;
}

.m_t25 {
	margin-top: 25px;
}

.m_t35 {
	margin-top: 20px;
}

.m_b25 {
	margin-bottom: 25px;
}

.m_b35 {
	margin-bottom: 35px;
}

.m_tb55 {
	margin: 55px auto;
}

.p_t25 {
	padding-top: 25px;
}

.p_t35 {
	padding-top: 20px;
}

.p_b25 {
	padding-bottom: 25px;
}

.p_b35 {
	padding-bottom: 35px;
}

.p_l25 {
	padding-left: 25px;
}

.p_l35 {
	padding-left: 35px;
}

.p_r25 {
	padding-right: 25px;
}

.p_r35 {
	padding-right: 35px;
}

.p_tb40 {
	padding: 40px 0;
}

.p_tb55 {
	padding: 20px 0;
}

.p_tb70 {
	padding: 70px 0;
}

.p_bt25 {
	padding: 25px 0;
}

.index_middle {
	background: #f7f8f8;
	height: 275px;
}

.mp_width {
	max-width: 1600px;
	background: url(/_upload/tpl/02/bc/700/template700/images/index_bot_bg.png) center no-repeat;
	min-width: 1350px;
	margin: 45px auto 0 auto;
}

.none {
	display: none;
}

.index_bottom {
	background: #f1f5ff url(../images/foot_boxbg.png) center no-repeat;
	height: 145px;
	border-top: 6px solid #f5c812;
}

.footerbox {
	background: #014e99;
	height: 75px;
}

.copyright {
	height: 75px;
	line-height: 75px;
	text-align: center;
}

.copyright span,
.copyright span a {
	font-size: 15px;
	color: #fff;
}

.copyright span {
	margin: 0 15px;
}

select option {
	line-height: 40px;
	height: 40px;
	color: #252525;
	font-size: 15px;
}

.ljbox span {
	position: absolute;
	right: 2px;
	top: 1px;
	background: #fff url(../images/select_ico.png) center no-repeat;
	width: 35px;
	height: 38px;
	z-index: 10;
}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: none;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	line-height: 40px;
	height: 40px;
	color: #555;
	background: none;
	width: 280px;
	padding-left: 10px;
	font-size: 15px;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

select::-ms-expand {
	display: none;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #6078c6;
	font-size: 14px;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #6078c6;
	font-size: 14px;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #6078c6;
	font-size: 14px;
}

.index_left {
	width: 900px;
}

.index_right {
	width: 425px;
}

.foot_right{
	width: 535px;
}
.foot_left{
	width: 815px;
}
