@charset "utf-8";

/* common 通用设置 开始 */
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: SimSun;
	color:#5e5e5e;
	font-family: "\5fae\8f6f\96c5\9ed1";
}
img,h1,h2,h3,h4,h5,h6,p,div,ul,li,a,dl,dt,dd,table,tr,td,ol {
	margin: 0;
	padding : 0;
	border: 0;
	list-style: none;
	text-decoration: none;
	font-weight:normal;
}
a{
	text-decoration:none;
	color: #5e5e5e;
}
a:hover{
	text-decoration:none;
}
.clear { 
	margin:0; 
	padding:0; 
	width:0; 
	height:0; 
	clear:both;
}
input , textarea{
	outline: none;
	border: none;
	font-family: "\5fae\8f6f\96c5\9ed1";
}
.banner img{
	width: 100%;
	margin: 0 auto;
}
/* ---   头部   开始   ---- */
header {
    height: 84px;
    padding-top: 14px;
	border-bottom: 2px solid #cd2f18;
}
.h_cont{
	width: 1200px;
	margin: 0 auto;
}
.h_cont div{
	float: left;
}
.logo{
	margin-right: 52px;
}
.ph_head{
	display: none;
}
.main_nav{
	margin-top: 20px;
}
.main_nav>li{
	float: left;
	margin:0 16px;
	height: 50px;
	position: relative;
}
.main_nav li>a{
	display: inline-block;
	font-size: 14px;
	color: #333;
}
.main_nav li.active>a , .main_nav li:hover>a{ 
	color: #c92007;
}
.second_nav{
	position: absolute;
	top: 48px;
	left: -30px;
	z-index: 999999;
	text-align: center;
	background: rgba(255,255,255,0.9);
}
.second_nav li{
	width: 124px;
	height: 39px;
	line-height: 39px;
}
.second_nav li a{
	display: block;
	color: #030000;
	font-size: 14px;
}
.second_nav li:hover a{
	color: #fff;
	background: #c92007;
}
.h_num{
	margin: 18px 0 0 55px;
	color: #c92007;
	height: 27px;
	line-height: 27px;
	font-size: 18px;
	padding-left: 34px;
	background: url(../images/phone.png) no-repeat left center;
}
/* ---   头部    手机侧边菜单   ---- */
.marking {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    background: rgba(0,0,0,0.6);
    z-index: 101;
    display: none;
}
.menu{
	width: 50vw;
	height: 100vh;
	background: #f1f1f1;
	position: fixed;
	top: 0;
	right: -60%;
	z-index: 999;
}
.menu ul li{
	height: 46px;
	background: #fff;
	margin-bottom: 3px;
}
.menu ul li:first-child{
	margin: 20px 0 10px 0;
}
.menu ul li a{
	display: block;
	padding-left: 7vw;
	font-size: 14px;
	color: #555;
	line-height: 46px;
}
.menu ul li i{
	padding-right: 4vw;
	font-size:20px;
}
.menu .icon-01{
	color: #fb4f52;
}
.menu .icon-02{
	color: #f6b465;
}
.menu .icon-03{
	color: #8ad8ca;
	font-size: 24px;
}
.menu .icon-04{
	color: #53b2df;
}
.menu .icon-05{
	color: #1965b7;
}
.menu .icon-06{
	color: #f06eaa;
	font-size: 20px;
}
.menu .icon-07{
	color: #c990fc;
	font-size: 20px;
}
/* ---   底部    开始   ---- */
footer{
	padding-top: 42px;
	background: #dadada;
}
.ft_con{
	width: 1200px;
	margin: 0 auto;
}
.ft_con ul{
	float: left;
}
.ft_con .info{
	width: 488px;
	border-right: 1px solid #c9c9c9;
}
.ft_con .info li{
	max-width: 353px;
	color: #333;
	font-size: 16px;
	margin-bottom: 22px;
	display: flex;
	align-content: center;
}
.ft_con .info li i{
	color: #c92007;
	font-size: 26px;
	margin-right: 20px;
}
.ft_con .eq{
	padding: 0 76px;
	text-align: center;
}
.ft_con .eq p{
	color: #6d6d6d;
	margin-top: 30px;
}
.ft_con .eq li:first-child{
	margin-bottom: 50px;
}
.ft_con .message li{
	margin-bottom: 8px;
}
.ft_con .message li:first-child{
	font-size: 16px;
	color: #333;
	margin-bottom: 14px;
}
.ft_con .message li input{
	height: 40px;
	width: 328px;
	font-size: 14px;
	color: #fff;
	padding-left: 22px;
	background: #bbb;
}
.ft_con .message li textarea{
	padding:16px 22px 0 22px;
	width: 328px;
	height: 75px;
	resize: none;
	background: #bbb;
}
.ft_con .message li:last-child input{
	font-size: 16px;
	color: #fff;
	background: #c92007;
}
input::-moz-placeholder { color: #fff; }
input::-webkit-input-placeholder { color:#fff; }
input:-ms-input-placeholder { color:#fff; }
textarea::-moz-placeholder { color: #fff; }
textarea::-webkit-input-placeholder { color:#fff; }
textarea:-ms-input-placeholder { color:#fff; }
/* --- 底部声明  开始   ---- */
section{
	height: 50px;
	line-height: 50px;
	color: #666;
	font-size: 12px;
	text-align: center;
	background: #dadada;
	border-top: 1px solid #c9c9c9;
}
/* --- 响应式w1200  头部   开始   ---- */
@media only screen and (min-width: 1001px) and (max-width: 1200px) {
	header{
		height: 100px;
	}
	.h_cont{
		width: 992px;
		margin: 0 auto;
		padding-top: 28px;
		position: relative;
	}
	.logo{
		margin-right: 0;
		margin-top: -10px;
	}
	.h_num{
		position: absolute;
		top: -20px;
		right: 0;
	}
	.logo{
		margin-right: 0;
	}
	.h_cont .main_nav{
		float: right;
		height: 36px;
		margin-top: 10px;
	}
	.second_nav{
		top: 46px;
	}
	/* ---   底部    开始   ---- */
	.ft_con{
		width: 992px;
	}
	.ft_con .info {
	    width: 354px;
	    border-right:none;
	}
	.ft_con .info li i {
	    margin-right: 14px;
	}
	.ft_con .eq {
	    padding: 0 35px;
	    text-align: center;
	}
}
/* --- 响应式w1000  头部   开始   ---- */
@media only screen and (min-width: 769px) and (max-width: 1000px) {
	header{
		height: 150px;
		padding-top: 0;
	}
	.h_cont{
		width: 768px;
		margin: 0 auto;
		padding-top: 20px;
		position: relative;
	}
	.h_num{
		position: absolute;
		top: 20px;
		right: 0;
	}
	.h_cont .main_nav{
		float: left;
	}
	.main_nav>li{
		margin: 0 36px 0 0;
	}
	/* ---   底部    开始   ---- */
	.ft_con{
		width: 768px;
		display: flex;
		justify-content: space-between;
	}
	.ft_con .info {
	    border-right:none;
	}
	.ft_con .info li i {
	    margin-right: 14px;
	}
	.ft_con .eq{
	    padding:0;
	    text-align: center;
	}
	.ft_con form{
		display: none;
	}
}
/* --- 响应式 手机  头部   开始   ---- */
@media only screen and (min-width: 320px) and (max-width: 768px) {
	.logo , .main_nav , .h_num{
		display: none;
	}
	header{
		border: none;
		height: 70px;
		background: #f1f1f1;
	}
	.ph_head{
		display: block;
		width: 94vw;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.ph_logo{
		width: 66vw;
	}
	.ph_logo img{
		width: 220px;
		height: 38px;
	}
	.ph_back{
		width: 6vw;
	}
	.ph_back img{
		width: 12px;
		height: 22px;
	}
	.ph_m_nav{
		width: 6vw;
	}
	.ph_m_nav img{
		width: 22px;
		height: 18px;
	}
	
	/* ---   底部    开始   ---- */
	.ft_con{
		width: 94vw;
	}
	.ft_con .info {
		width: 94vw;
	    border-right:none;
	}
	.ft_con .info img{
		width: 100%;
	}
	.ft_con .info li i {
	    margin-right: 14px;
	}
	.ft_con .eq , .ft_con form{
		display: none;
	}
	section{
		font-size: 12px;
		line-height: 20px;
		padding-top: 20px;
		height: 80px;
		text-align: center;
	}
	section span{
		display: inline-block;
		width: 94vw;
	}
}