
.index-title {
	position: relative;
}
.sq_more {
	position: absolute;
	right: 0;
	top: 130px;
	border: 2px solid #292929;
	padding: 5px 37px;
	font-weight: bold;
	font-size: 15px;
	color: #292929;
}
.sq_more:hover {
	background: #c81233;
	border: 2px solid #c81233;
	color: #fff;
}
.index-more {
	font-family: 'BEBAS';
	text-transform: uppercase;
	display: inline-block;
	width: 200px;
	height: 52px;
	line-height: 52px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin-top: 12%;
	transition: all 0.5s;
	background: #c81233;
}
.index-more:hover {
	cursor: pointer;
	letter-spacing: 2px;
}
.index-more.border {
	color: #999;
	border: 1px solid #999;
	background: transparent;
}
/**/
.index-title h1 {
	position: relative;
	color: #292929;
	text-transform: uppercase;
	margin-top: 0;
	/*font-weight: 500;*/
	line-height: 60px;
	margin-bottom: 3%;
	font-size: 36px;
	letter-spacing: 1px;
	font-family: 微软雅黑;
	/*padding: 6px 10px 20px;*/
}
.index-title h1 span {
	display: block;
	font-size: 40px;
	line-height: 1.2;
	text-transform: uppercase;
	vertical-align: top;
	letter-spacing: -2px;
	color: #c81233;
	/*font-family: 'BEBAS';*/
	position: relative;
	font-weight: bold;
}
/*main-title*/
.main-title {
	position: relative;
}
.main-title h1 {
	position: relative;
	color: #292929;
	text-transform: uppercase;
	margin-top: 0;
	/* font-weight: 500; */
	line-height: 60px;
	margin-bottom: 30px;
	font-size: 36px;
	letter-spacing: 1px;
	font-family: 微软雅黑;
	padding: 6px 10px 20px;
}
.main-title h1 span {
	display: block;
	font-size: 2.6rem;
	line-height: 1.2;
	text-transform: uppercase;
	vertical-align: top;
	color: #c81233;
	position: relative;
	font-weight: 500;
}
/*main-banner*/
.main-banner {
}
.main-banner img {
	width: 100%;
}
.main-banner .main-banner-imgs {
	display: none;
}
/*inner-wrap*/
.inner-wrap {
	width: 86%;
	margin: 0 auto;
	max-width: 1400px;
}



/*=========
	index
===============================*/
/*about*/
.index-about {
	height: 100vh;
	text-align: center;
  max-height: 1080px;
}
.about_all {
	position: relative;
	overflow: hidden;
	height: 100%;
}
.aboutright {
	width: 30%;
	height: 100%;
	float: right;
	position: relative;
	overflow: hidden;
}
.aboutright-img {
	width: 100%;
	height: 100%;
	-webkit-filter: grayscale(42%);
	filter: grayscale(42%);
}
.aboutright-img > img {
	display: none;
	width: 100%;
}
.aboutright-img div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgb(0 127 177 / 20%);
}
.aboutright-img div img {
	cursor: pointer;
	position: relative;
	top: 50%;
	width: 66px;
	margin-top: -20px;
	z-index: 9;
}
.aboutright-img:hover img {
	-webkit-animation: aboutImg 0.68s alternate; -o-animation: aboutImg 1s alternate; animation: aboutImg 1s alternate;
}
@keyframes aboutImg {
	0% {
		-webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1);
	}

}
.aboutleft {
	display: inline-block;
	position: relative;
	width: 38.8%;
	text-align: left;
	top: 50%;
	-webkit-transform: translateY(-50%) !important;
	-moz-transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
}
.about-text {
	overflow: hidden;
}
.aboutleft p {
	font-size: 15px;
	line-height: 32px;
	
}
.aboutleft p .duanluo{
	display: inline-block;
    text-indent: 2em;
    text-align: justify;
}
.about_nub {
	float: right;
	overflow: hidden;
	text-align: left;
	position: relative;
	top: 54%;
	transform: translateY(-50%);
	width: 218px;
	margin-right: 3%;
}
.about_nub li {
	height: 20vh;
	min-height: 120px;
}
.about_nub li p {
	font-size: 14px;
	color: #666666;
}
.about_nub li p span {
	font-size: 2.6rem;
	color: #444;
	line-height: 55px;
	font-family: 'BEBAS';
	margin-bottom: 5px;
	font-weight: bold;
	margin-right: 12px;
	letter-spacing: -1px;
}
.about_nub li span img {
	width: 30px;
	position: relative;
	top: 12px;
	margin-right: 5px;
	vertical-align: super;
}
.about_nub li .intro {
	display: block;
	font-size: 15px;
	line-height: 20px;
}
