/*其他*/
.moreab {
float:left;
	width: 180px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	font-size:18px;
	display: block;
	margin: 20px auto 0;
	background: #444;
	transition: all 0.2s linear 0s;
}

.moreab:hover {
	background: #F3101C;
	color: #fff;
	text-indent: 10px;
}
.moreab1 {
float:right;
	width: 180px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	font-size:18px;
	display: block;
	margin: 0px auto 0;
	background: #444;
	margin-bottom:30px;
	transition: all 0.2s linear 0s;
}

.moreab1:hover {
	background: #F3101C;
	color: #fff;
	text-indent: 10px;
}
/* 公共样式 */

	/* 首页关于我们s */
	.indexabout{background-color: #fff;padding: 80px 0 0;}

	.indexabout .center1600 .aboutbox{border: 1px solid #E2E2E2;display: flex;}
	.indexabout .center1600 .aboutbox .leftbox{width: 630px;}
	.indexabout .center1600 .aboutbox .leftbox img{height: 360px;}
	.indexabout .center1600 .aboutbox .rightbox{width: 570px;padding: 35px 30px;}
	.indexabout .center1600 .aboutbox .rightbox .box22{display: flex;padding-bottom: 20px;border-bottom: 1px solid #E2E2E2;}
	.indexabout .center1600 .aboutbox .rightbox .box22 .left22{margin-right: 20px;}
	.indexabout .center1600 .aboutbox .rightbox .box22 .right22{font-size: 22px;color: #333333;padding-top: 20px;}
	.indexabout .center1600 .aboutbox .rightbox .box22 .right22 span{position: relative;font-size: 14px;font-weight: normal;color: #999999;display: block;}
	.indexabout .center1600 .aboutbox .rightbox .box22 .right23{margin-right: 10px;}
	
	.indexabout .center1600 .aboutbox .rightbox .box23{padding: 20px 0  0;}
	.indexabout .center1600 .aboutbox .rightbox .box23 p{font-size: 16px;color: #666666;text-indent: 2em;line-height: 24px;}
	.indexabout .center1600 .aboutbox .rightbox .box23  span a{color: #ddaa41;font-size: 16px;}
.box24{width: 340px;border-left: 1px solid #eeeeee;}
.box24 .box24cn{background-image: linear-gradient(0deg, 
		#f2f0f1 0%, 
		#ffffff 100%), 
	linear-gradient(
		#eeeeee, 
		#eeeeee);line-height: 60px;}
.box24 .box24cn img{padding: 0 10px;}
.box24 .box24cn span{font-size: 19px;color: #030303;}
.box24 .box24cn1{text-align: center;}
.box24 .box24cn1 span{font-size: 15px;color: #666666;margin-right: 10px;}
.box24 ul{padding-top: 10px;}
.box24 .box24cn1 span i{font-style: normal;color: #ddaa41;font-size: 17px;}
.box24 .box24cn1 input{width: 220px;height: 45px;margin-bottom: 10px;border: 1px solid #CCCCCC;}
.box24 .box24cn2{text-align: center;}
.box24 .box24cn2 button{color: #ffffff;font-size: 19px;text-align: center;background-image: linear-gradient(90deg, 
		#ebb344 0%, 
		#d1a03d 100%), 
	linear-gradient(
		#ddaa41, 
		#ddaa41);width: 158px;height: 42px;line-height: 42px;border: 0;margin: 0 auto;}