.pageContent{
	padding-top: 90px;
}
/* 左侧导航部分 */
.pageContent-nav{
	width: 85%;
}
.pageContent-nav li{
	line-height: 36px;
	font-size:12px;
	font-family:Microsoft YaHei;
	font-weight:400;
	background: url(../images/dinbu.png) no-repeat left center;
	border-bottom: 1px rgba(234,234,234,1) solid;
}
.pageContent-nav li a{
	display: block;
	width: 100%;
	color:rgba(102,102,102,1);
	padding-left: 12px;
}
.pageContent-nav li a:hover{
	color: #E41529;
}
.pageContent-nav li .red{
	color: #E41529;
}
/* 右侧*/
.pageContent-Right h3{
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:500;
	color:rgba(49,49,49,1);
	line-height: 20px;
	
}
.pageContent-man p{
	font-size:14px;
	font-family:Microsoft YaHei;
	color:#666;
	line-height:24px;
	padding-top: 30px;
}
.pageContent-man p strong{
	font-weight:500;
	color: #333;
}
.pageContent-child h4{
	cursor: pointer;
}
.title-zk{
	padding-left: 37px;
	font-size:18px;
	font-family:Microsoft YaHei;
	font-weight:500;
	color:rgba(51,51,51,1);
	background: url(../images/icon-shouqi.png) no-repeat left center;
	margin-top: 30px;
}
.title-sx{
	background: url(../images/icon-zhankai.png) no-repeat left center;
}
.pageContent-child{
	padding-bottom: 30px;
	border-bottom: 1px #E41529 solid;
	overflow: hidden;
}
.pageContent-child h5{
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:500;
	color:rgba(153,153,153,1);
	line-height:16px;
	position: relative;
	padding-top: 30px;
	padding-bottom: 17px;
}
.pageContent-child h5 span{
	width: calc( 100% - 80px );
	display: block;
	height: 1px;
	background:rgba(216,216,216,1);
	position: absolute;
	right: 0;
	top: 37px;
}
.pageContent-child p{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:21px;
}
.pageContent-about p{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:24px;
}
.pageContent-about p a{
	color: #E41529;
}
.pageContent-send{
	padding: 14px 20px;
	background: #F8F8F8;
	margin-top: 28px;
	margin-bottom: 50px;
	cursor: pointer;
}
.pageContent-send p{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:500;
	color:rgba(51,51,51,1);
	line-height:36px;
}
.pageContent-send span{
	display: block;
	width: 86px;
	height: 36px;
	font-size:12px;
	font-family:Microsoft YaHei;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height: 36px;
	background:rgba(0,0,0,1);
	border-radius:2px;
	border:1px solid rgba(255,255,255,1);
	text-align: center;
}


.pageContent-nav .redli{
	background: url(../images/icon-xuanzhong.png) no-repeat left center;
}
.pageContent-nav .redli a{
	color: #E41529;
}
.pageContent-nav li:hover{
	background: url(../images/icon-xuanzhong.png) no-repeat left center;
}
.pageContent-nav li:hover  a{
	color: #E41529;
}

/* 联系我们*/
.callUs{
	background: url(../images/callUsNew.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	height: 146px;
	margin-bottom: 140px;
	background-attachment:fixed;  
}
.callUs div{
	background: rgba(255,255,255,0.40);
	text-align: center;
	    height: 100%;
}
.callUs div p{
	font-size: 24px;
	line-height: 24px;
	padding-top: 33px;
	padding-bottom: 20px;
	color: #fff;
}
.callUs div a{
	width: 100px;
	display: block;
	line-height: 36px;
	color: #fff;
	background-image: linear-gradient(-180deg, #F5515F 0%, #9F041B 100%);
	border: 1px solid #FFFFFF;
	border-radius: 2px;
	font-size: 12px;
	margin: 0 auto;
}
.callUs div a:hover{
	background-image: linear-gradient(-180deg, #D8D8D8 0%, #888888 99%);
	border: 1px solid #D8D8D8;
	border-radius: 2px;
	font-family: NotoSansHans-Bold;
	font-size: 12px;
	color: rgba(255,255,255,1);
	letter-spacing: 0;
}

@media only screen and (min-width: 100px) and (max-width: 768px) {
	.pageTitle strong{
		font-size: 20px;
	    line-height: 30px;
	    padding-top: 15px;
	    padding-bottom: 10px;
	}
	.callUs div p{
		font-size: 20px;
	}
	.pageContent-nav{
		margin-bottom: 40px;
	}
}
