
/*清浮*/
.g-cf:after {
	content: "";
	clear: both;
	display: table;
}
.g-cf {
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.clearfix {
	*zoom: 1;
}

.ht {
	padding-top: 80px;
}

/*浮动*/

.fl {
	float: left;
	_display: inline;
}

.fr {
	float: right;
	_display: inline;
}


.bgbox {
	background-size: cover;
	background-repeat: no-repeat;
}

input,
textarea {
	outline: none;
	-webkit-appearance: none;
	background: none;
}

input[type='checkbox']:focus {
	outline: none;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #8b8b8b;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #8b8b8b;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #8b8b8b;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #8b8b8b;
}

.container {
	width: 1360px;
	margin: 0 auto;
	margin: 0 auto;
}


.about .title {
	padding: 50px 0 10px;
}

.about-tab {
	text-align: center;
	background-color: #d51a21;
	padding: 20px;
	font-size: 0;
}

.about-tab a {
	display: inline-block;
	width: 270px;
	border-right: solid 1px rgba(255, 255, 255, .2);
	padding: 10px 0;
	position: relative;
	z-index: 11;
}

.about-tab a:last-child {
	border-right: 0;
}

.about-tab a i {
	display: block;
}

.about-tab a span {
	display: block;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	margin-top: 15px;
}

.about-tab a.on::after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-top: solid 10px #d51a21;
	border-left: 10px transparent solid;
	border-right: 10px transparent solid;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}




.about-cont {
	overflow: hidden;
}

/* 公司简介 */
.Add-Content {
	padding: 40px 0;
	overflow: hidden;
}

.p-all {
	height: 466px;
	overflow-y: scroll;
	padding: 30px 0;
	padding-right: 30px;
	font-size: 16px;
	line-height: 30px;
	color: #333;
}

.p-all::-webkit-scrollbar {
	width: 9px;
	height: 500px;
	border-radius: 4px;
}

.p-all::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: #d51a21;
}

.p-all::-webkit-scrollbar-track {
	border-radius: 4px;
	background-color: #cbcbcb;
}

.Add-Content .box2 {
	font-size: 15px;
	color: #878787;
	margin: 0 22px;
	background: url(../image/big.png) no-repeat center center;
	background-size: 100% auto;
	padding: 85px 24.5%;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}

.Add-Content .box2 p {
	margin-bottom: 18px;
	text-indent: 2em;
	font-size: 13.5px;
}





/*
.z-sy6-p2 {
	position: absolute;
	top: 6.72rem;
	left: 0.24rem;
	font-size: 0.42rem;
	line-height: 0.66rem;
	color: #fff;
	font-weight: bold;
	text-align: left;
}
*/
.aboTit {
	text-align: center;
	max-width: 760px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding: 25px 0;
}

.aboTit h2 {
	font-size: 36px;
	color: #10132a;
	line-height: 1;
}
.aboTit span{width:60px;height: 3px;background: #f00;display: block; margin: 7px auto;}



@media screen and (max-width:640px) {
.title .head {
	text-align: center;
	position: relative;
	margin-bottom: .3rem;
}

.title .head::before {
	display: block;
	content: '';
	width: .81rem;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.title.hcolor .head::before {
	background-color: #d51920;
}

.title.hcolor .head h2 {
	color: #252e36;
}

.title.hcolor .head p {
	color: #dadee0;
}

.title .head h2 {
	font-size: .36rem;
	color: #fff;
	/* line-height: 1; */
}

.title .head p {
	font-size: .18rem;
	padding: .14rem 0 .2rem;
	line-height: 1;
	color: #fff;
}

.title .txt {
	font-size: .22rem;
	color: #fff;
	line-height: .42rem;
	text-align: center;
}

.title.hcolor .txt {
	color: #2f3650;
}

.title .txt span {
	display: inline-block;
	font-size: .24rem;
	color: #d51920;
	font-weight: bold;
}


}
