* {
	margin: 0;
	padding: 0;
}

@font-face {
    font-family: "思源黑体";
    src: url("SourceHanSans-Regular.ttf");
}
body {
  min-width: 1440px;
   font-family: "思源黑体";
}
.top {
	width: 100%;
	background: url('../image/aboutUs.png') no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	justify-content: center;
	height: 684px;
}

.nav {
	position: absolute;
	top: 200px;
	width: 1440px;
	display: flex;
	align-items: center;
}

.nav a {
	color: #808080;
	text-decoration: none;
	font-size: 14px;
}

.nav p {
	color: #808080;
	font-size: 14px;
}

.top .text {
	position: absolute;
	top: 350px;
	width: 1440px;
}

.text_top {
	color: #ffffff;
	font-size: 40px;
	margin-bottom: 20px;
	font-weight: 700;
}

.text_bottom {
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
}

.Company_profile {
	width: 100%;
}

.Company_row {
	width: 1440px;
	margin: 90px auto;
}

.Company_title {
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 52.13px;
	color: rgba(0, 0, 0, 1);
}

.Company_cen {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 43px;
}

.Company_tex {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 43px;
	color: rgba(128, 128, 128, 1);
	width: 100%;
	display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 12;
        overflow: hidden;
        text-overflow: ellipsis;
}

.Company_tex {
	width: 45%;
	overflow: hidden;
}

.Company_tex p {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 43px;
	color: rgba(128, 128, 128, 1);
}

.Company_img {
	width: 727px;
	height: 469px;
	opacity: 1;
	border-radius: 20px 20px 0px 20px;
	background: rgba(229, 229, 229, 1);
	display: flex;
	justify-content: flex-end;
}

.about-one {
	width: 693px;
	height: 461px;
	opacity: 1;
	border-radius: 20px 0px 0px 20px;
	margin-top: -34px;
}

.Growth_course {
	width: 100%;
	position: relative;
	height: 798px;
	background: url('../image/czlc.png') no-repeat;
	background-size: cover;
}

.czlc {
	width: 100%;
}

.Growth_row {
	width: 100%;
	position: absolute;
	left: 0;
	top: 72px;
	display: flex;
	justify-content: center;
}

.Growth_cen {
	width: 1440px;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
}

.Growth_title {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.Growth_h {
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 52.13px;
	color: rgba(255, 255, 255, 1);
}

.news-btn {
	width: 128px;
	height: 40px;
	opacity: 1;
	border-radius: 20px;
	background: rgba(21, 99, 188, 1);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 40px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	margin: 76px auto 50px;
	cursor: pointer;
	position: relative;
	display: block;
	text-decoration: none;
}

.news-btn::before {
	content: '';
	width: 0%;
	height: 0%;
	background-color: rgba(255, 255, 255, 0.6);
	position: absolute;
	left: 50%;
	top: 50%;
	transition: all 0.5s;
}

.news-btn:hover::before {
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
}

/* time */
.timer-shaft {
	position: relative;
	width: 78%;
	height: 170px;
	overflow: hidden;
}

.timer-left {
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 1;
	width: 60px;
	height: 60px;
	margin-top: -25px;
	cursor: pointer;
	border: 1px solid #d0d0d0;
	border-radius: 30px;
	text-align: center;
	background-color: #fff;
}

.arrow-left {
	position: absolute;
	top: 35%;
	left: 40%;
	z-index: 2;
	width: 20px;
	height: 20px;
	border-top: 2px solid #d0d0d0;
	border-right: 2px solid #d0d0d0;
	transform: rotate(225deg)
}

.arrow-right {
	position: absolute;
	top: 35%;
	right: 40%;
	z-index: 2;
	width: 20px;
	height: 20px;
	border-top: 2px solid #d0d0d0;
	border-right: 2px solid #d0d0d0;
	transform: rotate(45deg);
}

.timer-right {
	position: absolute;
	top: 50%;
	right: 0px;
	z-index: 1;
	width: 60px;
	height: 60px;
	margin-top: -25px;
	cursor: pointer;
	border: 1px solid #d0d0d0;
	border-radius: 30px;
	text-align: center;
	background-color: #fff;
}

.timer-scale {
	position: absolute;
	top: 53%;
	left: 50px;
	height: 169px;
	padding-left: 80px;
	font-size: 0;
	white-space: nowrap;
	border-top: 1px solid #d0d0d0;
}

.timer-scale-cont {
	display: inline-block;
	height: 100%;
	line-height: 60px;
}

.arrow {
	position: relative;
	left: 8%;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 12px solid #fff;
	display: none;
}

.time-circle {
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	transition: all .3s;
	cursor: pointer;
	color: #fff;
}

.line-scale {
	width: 210px;
	height: 9px;
	margin: 0 2px;
	background-size: cover;
}

.timer-scale-cont.hov .arrow {
	display: block;
}

.timer-scale-cont.hov .time-circle {
	font-weight: bold;
}

.shaft-detail-cont {
	display: none;
	width: 100%;
}
.shaft-tt{
    width: 100%;display: flex;align-items: flex-start;
}
/* ********** */
.Growth_tex {
	width: 1300px;
	display: flex;
	align-items: center;
	margin-top: 62px;
}

.Growth_serch {
	width: 434px;
	height: 444px;
	background: url('../image/serh.png') no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
}
ul{list-style: none;}
.yeras_serch {
	font-size: 72px;
	font-weight: 700;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
	margin-left: -45px;
	margin-top: -32px;
	float: left;
}

.Growth_wen {
	margin-left: 180px;
	width: 48%;
	margin-top: 35px;
}

.Growth_wen ul li {
     width: 100%!important;
	line-height: 2;
	color: rgba(255, 255, 255, 1);
}
.Growth_wen ul {
    width: 100%!important;
    overflow: hidden;
}

.Growth_list {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 22px;
	color: rgba(229, 229, 229, 1);
	margin-bottom: 20px;
}

.Growth_list:nth-last-child(1) {
	margin-bottom: 0;
}

/* 闪耀征程 */
.Shining-journey {
	width: 100%;
	display: flex;
	justify-content: center;
}

.Shining-row {
	width: 1440px;
	margin: 87px auto 140px;
}

.Shining-title {
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 52.13px;
	color: rgba(0, 0, 0, 1);
}

.Shining-ul {
	width: 100%;
	margin-top: 35px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 45px;
}

.Shining-li {
	width: 150px;
	height: 36px;
	opacity: 1;
	border-radius: 50px;
	background: #fff;
	border: 1px solid rgba(229, 229, 229, 1);
	margin-right: 25px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 22px;
	color: rgba(166, 166, 166, 1);
	text-align: center;
	line-height: 36px;
	transition: all 0.5s;
}

.Shining-box {
	width: 100%;display: block;
}

.Shining-cen {
	width: 100%;
	overflow: hidden;
	padding: 2px 0 !important;
}

.Shining-list {
	width: 424px !important;
	height: 290px;
	opacity: 1;
	border-radius: 10px;
	background: rgba(255, 255, 255, 1);
	margin:0 24px;
	box-shadow: -4px 2px 11px 6px rgba(0, 0, 0, 0.03);
	cursor: pointer;
}

.Shining-list:hover .Shining-img {
	transform: scale(1.1);
}

.tempWrap {
	/*width: 1400px !important;*/
}

.Shining-images {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.Shining-img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	transition: all 0.5s;
}

.Shining-text {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 23.17px;
	color: rgba(128, 128, 128, 1);
	margin-top: 26px;
	margin-left: 14px;
}

.Shining-name {
	margin-top: 18px;
	margin-left: 14px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 26.06px;
	color: rgba(0, 0, 0, 1);
}

.Shining-bd {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 45px;
}

.Shining-left {
	width: 100px;
	height: 40px;
	background: rgba(21, 99, 188, 1);
	margin-right: 80px;
	position: relative;
	display: block;
	cursor: pointer;
}

/* **************** */
.main_bottom {
	width: 100%;
	background-color: rgba(245, 245, 245, 1);
	padding-bottom: 82px;
}

.main_bottom .text {
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 57.92px;
	color: rgba(0, 0, 0, 1);
	padding-top: 89px;
	text-align: center;
}

.slideTxtBox {
	width: 1440px;
	margin: 75px auto 57px;
}

.slideList {
	width: 443px !important;
	opacity: 1;
	border-radius: 50px 0px 50px 0px;
	overflow: hidden;
	position: relative;
	margin-right: 18px;
	height: 500px;
}

.slideImg {
	width: 100%;
	height: 100%;
	display: block;
}

.slideText {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 24px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 23.17px;
	color: rgba(255, 255, 255, 1);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.link-list {
	width: 1440px;
	margin: 53px auto 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.link-img {
	width: auto;
	height: 111px;
	margin-right: 13px;
}

.link-img:nth-last-child(1) {
	margin-right: 0;
}