/*联系我们*/
.mobile{
	display: none;
}
.header1,.header2{
	background-color: inherit;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.sec1 .tit{
	text-align: center;
	font-size: 19px;
	color: #c0192a;
	padding-top: 48px;
	padding-bottom: 18px;
}
.sec1 .page-nav{
	text-align: right;
	font-size: 12px;
	color: #909090;
	font-family: "宋体","微软雅黑",Arial,sans-serif;
	padding-right: 3%;
	margin-bottom: 20px;
}
.sec1 .page-nav a{
	font-size: 12px;
	color: #909090;
	font-family: "宋体","微软雅黑",Arial,sans-serif;
}
.sec1 .page-nav img{
	margin-right: 5px;
	vertical-align: sub;
}
.sec1 .kv{
	text-align: center;
	background-color: #ededed;
}
.sec2 .left{
	background-color: #333;
	height: 400px;
	width: 30%;
	padding-top: 40px;
	padding-left: 4%;
	padding-right: 2%;
	float: left;
}
.sec2 .left .tit{
	margin-bottom: 20px;
}
.sec2 .left li{
	margin-bottom: 10px;
	font-size: 14px;
	color: #b1b1b1;
	padding-left: 40px;
	position: relative;
	line-height: 1.8;
}
.sec2 .left li img{
	position: absolute;
	top: 0;
	left: 0;
}
.sec2 .left li.name{
	color: #fff;
}
.sec2 .right{
	width: 70%;
	float: right;
	height: 400px;
}
@media only screen and (max-width: 1366px){
	.sec2 .left{
		padding-top: 10px;
	}
}
@media only screen and (max-width: 1280px){
	.sec2 .left{
		padding-top: 10px;
	}
}
@media only screen and (max-width: 1024px){
	.sec2 .left{
		padding-top: 10px;
	}
}
@media only screen and (max-width: 768px){
	.sec2 .left .tit{
		width: 90%;
	}
	.sec2 .left li{
		margin-bottom: 5px;
	}
}
@media only screen and (max-width: 414px){
	.mobile{
		display: block;
	}
	.pc{
		display: none;
	}
	.sec1 .tit{
		font-size: 1.5rem;
		padding: 18px 0;
	}
	.sec1 .kv img{
		width: 60%;
	}
	.sec2 .left,.sec2 .right{
		width: 100%;
	}
	.sec2 .left{
		height: 290px;
		padding: 25px 7% 0;
	}
	.sec2 .left .tit{
		width: 106px;
		height: 51px;
		margin-bottom: 15px;
	}
	.sec2 .left li{
		font-size: 1.2rem;
		padding-left: 25px;
		margin-bottom: 6px;
	}
	.sec2 .left li img{
		width: 15px;
		height: 15px;
		left: 0;
	}
	.sec2 .right{
		height: 200px;
	}
}
