﻿@charset "utf-8";
/*CSS Document*/

/*二级头部*/
.mpej_header .header_box{
	width: 100%;
	padding: 18px 0;
}
.header_box .logo{
	float: left;
	width: 271px;
	height: 66px;
}
.logo a,.logo a img{
	display: block;
	width: 100%;
	height: 100%;
}

.header_box .form{
	padding-top: 20px;
	width: 425px;
	float: right;
}
.form input {
	width: 350px;
	height: 33px;
	border: 1px solid #ce0b24;
	font-size: 14px;
	line-height: 33px;
	color: #666;
	background: #fff;
	/*border-radius: 5px;*/
	padding-left: 7px;
}
.form .submitBtn{
    width: 66px;
    height: 35px;
}
.submitBtn img{
	display: block;
	width: 100%;
	height: 100%;
}

/*footer*/
.footer {
	background: #fff;
	border-top: 4px solid #0084ff;
	padding: 10px 0 20px;
	margin-top: 40px;
}

.footer>p {
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin: 5px auto;
}
.footer>p a{
	color: #333;
}
.footer>p a:hover{
	color: #FF6400;
}
.footerlink {
	width: 100%;
}
.widthMain {
	width: 1000px;
	margin: 0 auto;
display:flex;
justify-content: center;
}
.foot_link {
	display: flex;
	position: relative;
}
.foot_link span{
	display: block;
	padding: 0 12px;
	margin-top: 12px;
}
.foot_link a {
	display: block;
	line-height: 30px;
	font-size: 18px;
	color: #333;
}
.foot_link a:hover{
	color: #FF6400;
}
.foot_link i {
	width: 1px;
	height: 14px;
	background: #333;
	display: block;
	position: absolute;
	top: 20px;
	right: 0;
}
.foot_link:last-child i {
	display: none;
}
.mp_footer .wzdt{
	text-align:center; 
	line-height:2em;
}
.mp_footer .wzdt a{
	color: #333;
}
.mp_footer .wzdt a:hover{
	color: #FF6400;
}
.mp_footer .footer_img{
	text-align:center; 
	padding-bottom:15px;
}

@media only screen and (max-width: 640px) and (min-width: 320px){
.mp_footer .wzdt{
display:none;
}
}










