.h-tops {
	height: 0;
	overflow: hidden;
	position: relative;
	top: -175px;
}

.navCenItem .aboutUls {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

.aboutUls li {
	display: inline-block;
	width: 24%;
}

.aboutUls li a {
	display: inline-block;
	background-size: 24px !important;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 2px;
	color: #333333;
	padding: 38px 0 38px 34px;

}

.aboutUls li:nth-child(1) a {
	background: url(../img/about/icon1.png) no-repeat left center;
}

/* .aboutUls li:nth-child(2) a{
	background: url(../img/about/icon2.png) no-repeat left center;
} */
.aboutUls li:nth-child(2) a {
	background: url(../img/about/icon3.png) no-repeat left center;
}

.aboutUls li:nth-child(3) a {
	background: url(../img/about/icon4.png) no-repeat left center;
}

.about-listbox {
	width: 100%;
	background: #F8F8F8;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	overflow: hidden;
}

.about-listbox .titleH3 {
	font-size: 34px;
	line-height: 34px;
	color: #333333;
	margin-bottom: 33px;
}

.company-desc {
	padding: 80px 0 50px;
}

.company-desc .descBoxs p {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #333333;
	margin-bottom: 20px;
}

.company-desc .descBoxs p:last-child {
	margin-bottom: 0;
}

.company-desc .iconUls {
	margin-top: 30px;
	width: 100%;
}

.company-desc .iconUls li {
	float: left;
	width: 25%;
	text-align: center;
}

.company-desc .iconUls li span {
	font-size: 16px;
	letter-spacing: 2px;
	color: #333333;
	line-height: 50px;
	display: inline-block;
	padding-left: 60px;
}

.company-desc .iconUls li:nth-child(1) span {
	float: left;
	background: url(../img/about/1.png) no-repeat left center;
	background-size: 30px;
}

.company-desc .iconUls li:nth-child(2) span {
	background: url(../img/about/2.png) no-repeat left center;
	background-size: 35px;
}

.company-desc .iconUls li:nth-child(3) span {
	background: url(../img/about/3.png) no-repeat left center;
	background-size: 30px;
}

.company-desc .iconUls li:nth-child(4) span {
	float: right;
	background: url(../img/about/4.png) no-repeat left center;
	background-size: 28px;
}


/* scrollScreen */
.scrollScreen {
	width: 100%;
	/* margin-bottom: 80px; */
	background-color: #F8F8F8;
	position: sticky;
}

.vhScreenBox {
	width: 100%;
	height: 680px;
}

.screen-tain {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 20;
}

.video-marks-big {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 35;
	transform: scale(1);
}

.screen-cen-cideo {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 30;
	/* transform: translate(-50%, -50%); */
}

.screen-cen-cideo .fixBg {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.video-marks {
	position: absolute;
	width: 66vw;
	height: 100%;
	/* background-color: rgba(0,0,0,0.35); */
	z-index: 32;
	top: 90px;
	left: 17vw;
}


.border-boxs {
	position: absolute;
	z-index: 40;
	background: #F8F8F8;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.border-left,
.border-right {
	width: 8vw;
	transform: scaleX(1);
}

.border-top {
	top: 0;
	left: 0;
	right: 0;
	transform-origin: 50% 0;
}

.border-bottom {
	bottom: 0;
	left: 0;
	right: 0;
	height: 80px;
	transform-origin: 50% 100%;
}

.border-left {
	transform-origin: 0 50%;
	left: 0;
	top: 0;
	bottom: 0;
}

.border-right {
	transform-origin: 100% 50%;
	right: 0;
	top: 0;
	bottom: 0;
}

.border-top.scre-btop,
.border-bottom.scre-btop {
	transform: scaleY(0) !important;
}

.border-left.scre-bleft,
.border-right.scre-bleft {
	transform: scaleX(0) !important;
}

.video-marks-big .count-Tainer {
	width: 71%;
	position: absolute;
	top: 40%;
	left: 15%;
	text-align: center;
}

.video-marks-big .count-Tainer dl {
	display: inline-block;
	width: 25%;
	text-align: center;
	float: left;
}

.video-marks-big .count-Tainer dl dt {
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 2px;
	color: #ffffff;
	transition-delay: 0.9s;
	transition: all 2s ease;
}

.video-marks-big .count-Tainer dl dt i {
	font-size: 16px;
	vertical-align: baseline;
}

.video-marks-big .count-Tainer dl dd {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 2px;
	color: #ffffff;
}

.historys {
	margin-top: 80px;
}

.histStory {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 35px;
}

.histStory .storyTain {
	z-index: 5;
	padding: 20px 26px;
}

.histStory .storyBox:before {
	content: '';
	width: 94%;
	display: block;
	position: absolute;
	top: 49.6%;
	left: 50%;
	border-top: 2px #2d7dd0 solid;
	z-index: 4;
	transform: translateX(-50%);
}

.histStory .storyTain .swiper-slide {
	height: 300px;
}

.histStory .storyTain .swiper-slide:after {
	background-color: #FFFFFF;
	position: absolute;
}

.histStory .storyTain .swiper-slide .histStorys {
	text-align: center;
	cursor: pointer;
	line-height: 24px;
	color: #333333;
	height: 100%;
	width: 100%;
	display: table;
}

.histStory .storyTain .swiper-slide .midBord {
	padding: 10px 0;
	text-align: center;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.histStory .storyTain .swiper-slide .midBord:after {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	background-color: #ffffff;
	border: solid 3px #919191;
	border-radius: 50%;
	margin: auto;
}

.histStory .storyTain .swiper-slide .midBord::before {
	content: '';
	width: 8px;
	height: 8px;
	background-color: #919191;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 50;
}

.histStory .storyTain .swiper-slide:nth-of-type(odd) .histStorys h4 {
	top: 65%;
}

.histStory .storyTain .swiper-slide:nth-of-type(odd) .histStorys .histDTxt {
	top: auto !important;
	bottom: 65%;
}

.histStorys h4 {
	font-size: 26px;
	font-weight: bold;
	line-height: 26px;
	letter-spacing: 1px;
	color: #2d7dd0;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
}

.histStorys .month {
	font-size: 12px;
	margin-bottom: 70px;
}

.histStorys .histDTxt {
	width: 90%;
	font-size: 15px;
	line-height: 20px;
	color: #666666;
	text-align: left;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translateX(-50%);
}

.histStorys .histDTxt p {
	padding-left: 10px;
	line-height: 26px;
	position: relative;
}

.histStorys .histDTxt p::before {
	content: '';
	width: 6px;
	height: 6px;
	background-color: #b5b5b5;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	position: absolute;
	left: 0px;
	top: 11px;
}

.histStory .storyTain .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(../img/right.svg);
	width: 45px;
	height: 45px;
	right: 0px;
	left: auto;
	background-size: 22px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(../img/left.svg);
	background-size: 22px;
	width: 45px;
	height: 45px;
	left: 0px;
	right: auto;
}

.histStory .storyTain .swiper-container-free-mode>.swiper-wrapper {
	width: 100%;
	height: 100%;
	-webkit-transition-timing-function: linear;
	/*之前是ease-out*/
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	margin: 0 auto;
}


.honorTain {
	width: 100%;
	height: 463px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.honor-cenBox {
	padding: 80px 0;
}

.honor-cenBox .titleH3 {
	color: #FFFFFF;
}



.RYTain-boxs {
	width: 100%;
	height: 230px;
	overflow: hidden;
}

.RYTain-boxs .swiper-container,
.RYTain-boxs .swiper-container .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.RYTain-boxs .swiper-slide {
	width: 100%;
	height: 27px !important;
	display: block;
	margin-bottom: 20px;
}

.RYTain-boxs .swiper-slide p {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #ffffff;
	display: inline-block;
	float: left;
	width: 50%;
}

.RYTain-boxs .swiper-slide p::before {
	content: '\25C4';
	font-size: 12px;
	display: inline-block;
	margin-right: 8px;
	vertical-align: text-bottom;
}








@media screen and (max-width:1500px) {}

@media screen and (max-width:1200px) {

	.RYTain-boxs .swiper-slide {
		height: auto !important;
	}

}

@media screen and (max-width:910px) {
	.RYTain-boxs .swiper-slide p {
		width: 100%;
	}

	.about-listbox .titleH3 {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.company-desc .descBoxs p{
		font-size: 14px;
		margin-bottom: 5px;
	}

	.company-desc {
		padding: 30px 0;
	}

	.vhScreenBox {
		height: 500px;
	}

	.video-marks-big .count-Tainer {
		width: 90%;
		position: absolute;
		top: 50%;
		left: 5%;
		text-align: center;
		transform: translateY(-50%);
	}

	.video-marks-big .count-Tainer dl {
		width: 46%;
		margin: 50px 2%;
	}

	.video-marks-big .count-Tainer dl dt {
		font-size: 30px;
	}

	.video-marks-big .count-Tainer dl dd {
		font-size: 14px;
	}

	.company-desc .iconUls li {
		float: left;
		width: 45%;
		text-align: left;
		margin: 1%;
	}

	.company-desc .iconUls li span {
		padding-left: 50px;
		font-size: 14px;
		letter-spacing: 0;
		background-size: 25px !important;
	}
	.company-desc .iconUls li:nth-child(4) span{
		float: none;
	}
	.company-desc .iconUls {
	    margin-top: 7px;
	}
	.histStory .storyTain .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        background-size: 15px;
    }
	.RYTain-boxs .swiper-slide{
	    margin-bottom: 0;
	}
    .storyTain .swiper-button-prev, .storyTain .swiper-button-next {
        background-size: 14px !important;
        top: 49.6%;
        outline: none;
    }
    .histStory .storyTain .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        right: -6px;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        left: -6px;
    }
    .swiper-container-vertical>.swiper-scrollbar{
        display: none;
    }

















}
