.Toptile {
	width: 100%;
	margin: 1.5rem auto 0;
	padding-bottom: 1rem;
	text-align: center;
	line-height: 50px;
	font-size: 1.666666rem;
	font-weight: 700;
	border-bottom: 1px solid #dbdbdb;

}

.imgs,
.imgs img {
	width: 100%;
}

.loginImg {
	width: 64px;
	height: 64px;
	border-radius: 32px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	transition: all .5s;
	border: 1px dashed #d9deee;
}

.cireimg {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #2e4ba3;
}

.hisT1 .loginImg .img {
	background: url(../images/aboutUs/guonei1.png);
	background-size: 100% 100%;
}

.hisT2 .loginImg .img {
	background: url(../images/aboutUs/chanpin1.png);
	background-size: 100% 100%;
}

.hisT3 .loginImg .img {
	background: url(../images/aboutUs/xiangmu1.png);
	background-size: 100% 100%;
}

.hisT4 .loginImg .img {
	background: url(../images/aboutUs/yanfa1.png);
	background-size: 100% 100%;
}

.hisT5 .loginImg .img {
	background: url(../images/aboutUs/zhuanzhu1.png);
	background-size: 100% 100%;
}

.hisT6 .loginImg .img {
	background: url(../images/aboutUs/chuangxin1.png);
	background-size: 100% 100%;
}

.minContent {
	width: 64%;
	margin: 0 auto;
	position: relative;
}

.sportMove {
	width: 100%;
	overflow: hidden;
}

.timeLine {
	height: 52%;
	white-space: nowrap;
	word-wrap: break-word;
	position: relative;
	left: -20%;
	font-size: 0;
	/* float: left; */
}

@media (max-width:1400px) {
	.timeLine {
		height: 56vh;
	}
}

.timeLine li {
	height: 100%;
	width: 20% !important;
	display: inline-block;
}

.timeLine li .topt {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 22px;
	font-weight: 700;
	margin: 20px 0;
}

.botc {
	width: 100%;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}

.botc span {
	height: 1px;
	display: inline-block;
	width: 100%;
	border: 1px solid #d3d3d3;
}

.botc .cire {
	width: 26px;
	height: 26px;
	border-radius: 13px;
	background-color: #cdd1e0;
	border: 1px solid #d3d3d3;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: absolute;
	top: -13px;
	left: 50%;
	margin-left: -13px;
}

.botc .cire1 {
	width: 18px;
	height: 18px;
	border-radius: 10px;
	background-color: #2e4ba3;

}

.hisT {
	height: 36vh;
	padding: 10px;
	margin: 2rem 5% 2.2rem;
	border-radius: 5px;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-direction: column;
	border: 1px solid #cdd1e0;
	transition: all 1s;
}

.topImg {
	height: 80px;
	line-height: 80px;
}

.cireimg .img {
	width: 26px;
	height: 26px;
}

.centerTitle {
	width: 100%;
	height: 4rem;
	font-size: 1.5rem;
	font-weight: 700;
	color: #333;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}

.centerTitle span:nth-child(1) {
	width: 100%;
	height: 40px;
	white-space: normal;
	text-align: center;
}

.centerTitle span:nth-child(1)::after {
	content: '';
	width: 30px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 5px;
	margin-left: -15px;
	border-bottom: solid 2px #d9deee;
}

.timeLine li:nth-child(3) .centerTitle span:nth-child(1)::after,
.timeLine li:nth-child(4) .centerTitle span:nth-child(1)::after,
.timeLine li:nth-child(6) .centerTitle span:nth-child(1)::after {
	margin-top: 2rem;
}

/* .centerTitle span:nth-child(2) {
	display: block;
	width: 38px;
	height: 2px;
	border-bottom: solid 2px #d9deee;
	margin-top: 5px;
} */

.desc {
	width: 100%;
	height: 8rem;
	margin-top: 10px;
	color: #666;
	font-size: 1rem;
	text-align: justify;
	white-space: normal;
}

.hisT:hover .cireimg {
	background-color: #fff;
}

.hisT:hover {
	background-color: #4e7dff;
}

.hisT:hover .loginImg {
	background-color: #4e7dff;
}

.hisT:hover .centerTitle,
.hisT:hover .desc {
	color: #fff;
}

.nexPage {
	position: absolute;
	width: 30px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.nexPage:hover {
	background-color: rgba(4, 4, 4, .2)
}

.nexPage img {
	position: absolute;
	width: 16px;
	height: 26px;
	text-align: center;
	top: 20px;
	left: 5px;
}

.leftPage {
	position: absolute;
	left: -30px;
	top: 50%;
	margin-top: 5%;
}

.rightPage {
	position: absolute;
	right: -30px;
	top: 50%;
	margin-top: 5%;
}

@media (min-width:1400px) {

	.rightPage,
	.leftPage {
		margin-top: 3%;
	}
}

.hisT1:hover .loginImg .img {
	background: url(../images/aboutUs/guonei2.png);
	background-size: 100% 100%;
}

.hisT2:hover .loginImg .img {
	background: url(../images/aboutUs/chanpin2.png);
	background-size: 100% 100%;
}

.hisT3:hover .loginImg .img {
	background: url(../images/aboutUs/xiangmu2.png);
	background-size: 100% 100%;
}

.hisT4:hover .loginImg .img {
	background: url(../images/aboutUs/yanfa2.png);
	background-size: 100% 100%;
}

.hisT5:hover .loginImg .img {
	background: url(../images/aboutUs/zhuanzhu2.png);
	background-size: 100% 100%;
}

.hisT6:hover .loginImg .img {
	background: url(../images/aboutUs/chuangxin2.png);
	background-size: 100% 100%;
}



.pf-prev-nav.nav-style-1::before {
	width: 16px;
	height: 26px;
	content: url(../images/aboutUs/left.png) !important;
}

.pf-next-nav.nav-style-1::before {
	width: 16px;
	height: 26px;
	content: url(../images/aboutUs/right.png) !important;
}

.conImg {
	padding: 13px 0 1.9rem;
	text-align: center;
}

.conImg img {
	width: 100%;
}

.conImg p {
	line-height: 2rem;
	margin-bottom: 30px;
	color: #666;
	font-size: 1rem;
	text-align: justify;
	text-indent: 2.4rem;
}

.conImg .tree {
	width: 726px;
}

.linTo {
	width: 64%;
	padding: 30px 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}

.linTo a {
	display: inline-block;
	position: relative;
}

.linTo a img {
	width: 12rem;
}

.linTo a div {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.linTo a span {
	width: 3rem;
	color: #111;
	font-size: 2rem;
	text-align: center;
}

.linTo a:hover div span {
	color: #FFF;
}

.linTo a div {
	background: rgba(255, 255, 255, 0);
	transition: all 1s ease;
}

.linTo a:hover div {
	background: rgba(51, 51, 51, .8);
}

.aboutUs {
	display: flex;
	justify-content: center;
}

.cultrueImg {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 5px 1rem;
}

.cultrueImg .imgSix {
	width: -webkit-calc((100% - 2rem) / 3);
	width: -moz-calc((100% - 2rem) / 3);
	width: calc((100% - 2rem) / 3);
	position: relative;
	margin-bottom: 1rem;
}

.cultrueImg img,
.cultrueImg img {
	width: 100%;
	position: relative;
	padding: 3px;
	transition: all 1s;
}

.cultrueImg .imgSix:hover {
	box-shadow: 0px 0px 9px #e4dbdb;
}

.cultrueImg .imgSix>div {
	transition: all 1s ease;
	background: rgba(255, 255, 255, 0);
}

.cultrueImg .imgSix:hover>div {
	background: rgba(51, 51, 51, .8);
}

.cultrueImg .imgSix:hover>div>span:nth-child(1),
.cultrueImg .imgSix:hover>div>span:nth-child(2) {
	color: #fff;
}

.cultrueImg .imgSix div {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
}

.cultrueImg .imgSix div span {
	margin: 10px;
	text-align: center;
}

.cultrueImg .imgSix div span:nth-child(1) {
	font-size: 1.2rem;
	font-weight: 700;
	color: #111;
}


.honorCon {
	width: 64%;
	margin: 0 auto;
}

.honorImg {
	width: 64%;
	padding: 30px 0 1.7rem;
	margin: 0 auto;
	text-align: center;

}

.honorImg .topIMg {
	display: flex;
	margin-bottom: 10px;
	justify-content: space-around;
}
.honorImg .botimg{
	margin-bottom: 0;
}
.honorImg .topIMg img {
	width: 80%;
}

.honorImg .botimg img {
	width: 85%;
}

.honorImg .topIMg>div {
	position: relative;
}

.honorImg .topIMg>div>div {
	width: 80%;
	height: 100%;
	margin-left: 10%;
	transition: all 1s;
	opacity: .4;
	position: absolute;
	left: 0;
	top: 0;
}

/* .honorImg .topIMg>div:hover div{
    background-color: #000;
} */

.actives {
	padding-bottom: 2rem;
}

.actives img {
	width: 100%;
}

.actives p {
	height: 50px;
	line-height: 50px;
	font-size: 1.2rem;
	text-align: center;
}

@media screen and (max-width:1250px) {
	.linTo {
		width: 100%;
		padding: 15px;
		display: inline-block;
	}

	.linTo a {
		float: left;
		width: 50%;
	}

	.linTo a img {
		width: 100%;
	}

	.minContent {
		width: 100%;
	}

	.Toptile {
		padding: 0 15px;
	}

	.sportMove {
		padding: 0 15px;
		margin-bottom: 0;
	}

	.conImg .tree {
		width: 100%;
	}

	.cultrueImg {
		padding: 15px 5px;
	}

	.cultrueImg .imgSix {
		width: -webkit-calc((100% - 1rem) / 2);
		width: -moz-calc((100% - 1rem) / 2);
		width: calc((100% - 1rem) / 2);
		margin-bottom: 1rem;
	}

	.honorImg {
		width: 100%;
	}

	.actives p,
	.actives img {
		padding: 0 15px;
	}

	.honorImg .topIMg {
		display: block;
	}

	.timeLine li {
		width: 55% !important;
	}

	.nexPage {
		display: none;
	}

	.sportMove {
		overflow: scroll;
	}
}
