@font-face {
	font-family: "DIN";
	src: url("../font/DIN-Bold.otf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "DIN_LIGHT";
	src: url("../font/DIN-Light.otf");
	font-weight: normal;
	font-style: normal;
}


body {
	background: #fff;
}

.font_DIN {
	font-family: "DIN";
}

.font_DIN_LIGHT {
	font-family: "DIN_LIGHT"
}

#container {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	overflow-y: auto;
}

/*banner*/
#banner .banner_con {
	text-align: center;
	margin-bottom: 40px;
}

#banner .banner-container {
	margin-top: 79px;
}

#banner .banner_con .text1 {
	font-size: 52px;
	color: #161A1A;
	font-weight: 600;
}

#banner .banner_con .text2 {
	font-size: 22px;
	color: rgb(128, 128, 128);
	margin-top: 10px;
	margin-bottom: 48px;
	font-weight: bold;
}

#banner .banner_con .btn:hover {
	background: #00968a;
	color: #fff;
	border-color: #00968a;
}

.form1-title {
	font-family: PingFang SC, PingFang SC;
	font-weight: 600;
	font-size: 34px;
	color: #3F363C;
	line-height: 68px;
	font-style: normal;
	text-transform: none;
	margin-top: 22px;
	margin-left: 100px;
}

.banner-content {
	display: flex;
	justify-content: space-between;
	height: 500px;
}

/*top*/
#top {
	height: 600px;
}

#top .left {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../images/top_left.png") no-repeat right top
}

#top .right {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	background: url("../images/top_right.png") no-repeat left top
}

#top .top_con {
	height: 100%;
	z-index: 2;
	padding-top: 136px;
	box-sizing: border-box;
}

/*video*/
#video {
	height: 1100px;
	background: rgba(235, 235, 235, 0.3);
}

#video .content {
	text-align: center;
	padding-top: 80px;
}

#video .content .title {
	font-family: PingFang SC, PingFang SC;
	font-weight: 600;
	font-size: 52px;
	color: #161A1A;
	line-height: 52px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

#video .content .videoContainer {
	width: 100%;

	line-height: 60px;
	font-size: 60px;
	margin-bottom: 20px;
}

#video .btns {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.rightVideoBtn,
.leftVideoBtn {
	width: 592px;
	height: 80px;
	background: rgba(158, 132, 120, 0.1);
	color: #161A1A;
	border-radius: 10px 10px 10px 10px;
	border: none;
	font-family: PingFang SC, PingFang SC;
	font-weight: 600;
	font-size: 22px;
	line-height: 29px;
	text-align: left;
	padding-left: 20px;
	transition: background 0.3s ease;
}

.rightVideoBtn:hover,
.leftVideoBtn:hover {
	background: #C01443;
	color: #FFFFFF;
}

.video_prev button.active,
.video_next button.active {
	background: #C01443;
	color: #FFFFFF;
}

@media only screen and (max-width: 1320px) {}

#video .content .videoContainer .swiper_video {
	width: 100%;
	height: 100%;
}

#video .content .videoContainer .subContent {
	width: 100%;
	height: 688px;
	margin-top: 66px;
	cursor: pointer;
	display: block;
	position: relative;
}

#video .content .videoContainer .play {
	width: 90px;
	height: 90px;
	cursor: pointer;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

#video .content .videoContainer .coverImage {
	width: 100%;
	height: 100%;
}

#video .content .videoContainer .swiper-wrapper {
	transition: 1.5s cubic-bezier(0.7, -0.17, 0.15, 1.15);
	margin-left: 0;
}


/*时代新趋势*/
#trend {
	height: 2430px;
}

#trend .content {
	padding-top: 80px;
}

#trend .title {
	font-family: PingFang SC, PingFang SC;
	font-weight: 600;
	font-size: 52px;
	color: #161A1A;
	line-height: 52px;
	text-align: center;
	margin-bottom: 40px;
}

#trend .one {
	width: 100%;
	height: 568px;
}

/* #trend .one .left {
	background: url("../images/trend_one.png") no-repeat
} */

#trend .two {
	width: 100%;
	height: 500px;
}

#trend .two .rightContainer {
	width: 660px;
	padding: 50px 45px 42px 45px;
}

#trend .three .rightContainer1 {
	width: 270px;
}

#trend .three .rightContainer4 {
	padding-top: 50px;
	width: 420px;
}

#trend .three .rightContainer3 {
	display: flex;
	justify-content: space-between;
	width: 680px;
	height: 388px;
	margin-bottom: 48px;
}

#trend .three .rightContainer5 {
	padding-top: 60px;
}

#trend .two .right {
	display: grid;
	gap: 40px;
	margin-bottom: 44px;
}

.trend1,
.trend2,
.trend3,
.trend4 {
	width: 305px;
	height: 144px;
	background: rgba(158, 132, 120, 0.1);
	border-radius: 10px 10px 10px 10px;
	cursor: pointer;
}

.text-bottom {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 12px;
	color: #9E8478;
	line-height: 18px;
	text-align: center;
}

.text-bottom1 {
	width: 650px;
	height: 36px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 12px;
	color: #9E8478;
	line-height: 18px;
	text-align: center;
}

.text-bottom1 {
	width: 650px;
	height: 36px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 12px;
	color: #9E8478;
	line-height: 18px;
	text-align: center;
	margin-top: 41px;
}

.text-bottom2 {
	width: 650px;
	height: 36px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 12px;
	color: #9E8478;
	line-height: 18px;
	text-align: center;
}

.highlight {
	background: #C01443;
	/* 高亮背景色 */
}

.highlight .trend-text2,
.highlight .trend-text2-1 {
	color: #FFFFFF;
	/* 高亮文字颜色 */
}

.highlight img {
	filter: brightness(0) invert(1);
	/* 高亮图片颜色 */
}

/* 左上 */
.trend1 {
	grid-column: 1;
	/* 第一列 */
	grid-row: 1;
	/* 第一行 */
}

/* 右上 */
.trend2 {
	grid-column: 2;
	/* 第二列 */
	grid-row: 1;
	/* 第一行 */
}

/* 左下 */
.trend3 {
	grid-column: 1;
	/* 第一列 */
	grid-row: 2;
	/* 第二行 */
}

/* 右下 */
.trend4 {
	grid-column: 2;
	/* 第二列 */
	grid-row: 2;
	/* 第二行 */
}

#trend .three {
	width: 100%;
	height: 500px;
}

#trend .right {
	float: left;
}

#trend .left {
	float: right;
}

#trend .two .text_content,
#trend .one .text_content {
	width: 370px;
	height: 184px;
	margin-top: 70px;
	padding-left: 20px;
	padding-right: 20px;
}

#trend .three .text_content {
	margin-top: 70px;
}

#trend .text_content .text2 {
	margin-bottom: 30px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 600;
	font-size: 34px;
	color: #161A1A;
	line-height: 34px;
	text-align: left;
}

#trend .text_content .text4,
#trend .text_content .text5 {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 18px;
	color: #3F363C;
	line-height: 27px;
	text-align: left;
	margin-top: 30px;
}

#trend .text_content .text5 {
	margin-top: 12px;
}

.pieBox {
	width: 250px;
	height: 46px;
	border-radius: 0px 8px 0px 8px;
	background-color: transparent;
	border-left: 2px solid rgba(158, 132, 120, 1);
	border-bottom: 2px solid rgba(158, 132, 120, 1);
	transform: skew(-10deg);
	display: flex;
	align-items: center;
	justify-content: left;
	padding-left: 12px;
	transition: all 0.3s ease;
	pointer-events: auto;
}

.pieBox1 {
	width: 250px;
	height: 46px;
	border-radius: 0px 0px 8px 0px;
	background-color: transparent;
	border-right: 2px solid rgba(158, 132, 120, 1);
	border-bottom: 2px solid rgba(158, 132, 120, 1);
	transform: skew(10deg);
	display: flex;
	align-items: center;
	justify-content: right;
	padding-right: 12px;
	transition: all 0.3s ease;
	pointer-events: auto;
}

.pietext {
	transform: skew(10deg);
	font-size: 24px;
	font-weight: bold;
	transition: all 0.3s ease;
}

.pietext1 {
	transform: skew(-10deg);
	font-size: 24px;
	font-weight: bold;
	transition: all 0.3s ease;
}

.boxtext {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #161A1A;
	line-height: 21px;
	text-align: left;
	margin-top: 5px;
}

.boxtext1 {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #161A1A;
	line-height: 21px;
	text-align: right;
	margin-top: 5px;
}

.boxtext span {
	font-weight: 600;
	font-size: 16px;
	transition: all 0.3s ease;
}

.boxtext1 span {
	font-weight: 600;
	font-size: 16px;
	transition: all 0.3s ease;
}

.pietextBox:hover .pieBox,
.pietextBox:hover .pieBox1 {
	border-left-color: #C01443;
	/* 悬浮时边框颜色 */
	border-bottom-color: #C01443;
	/* 悬浮时边框颜色 */
}

.pietextBox:hover .pietext,
.pietextBox:hover .boxtext span,
.pietextBox:hover .pietext1,
.pietextBox:hover .boxtext1 span {
	color: #C01443;
	/* 悬浮时文字颜色 */
}

.pietextBox.highlight1 .pieBox,
.pietextBox.highlight1 .pieBox1 {
	border-left-color: #C01443;
	/* 悬浮时边框颜色 */
	border-bottom-color: #C01443;
	/* 悬浮时边框颜色 */
}

.pietextBox.highlight1 .pietext,
.pietextBox.highlight1 .boxtext span,
.pietextBox.highlight1 .pietext1,
.pietextBox.highlight1 .boxtext1 span {
	color: #C01443;
	/* 悬浮时文字颜色 */
}

.trend-text {
	width: 170px;
	height: 62px;
	font-family: FZLanTingHeiS-DB-GB, FZLanTingHeiS-DB-GB;
	font-weight: 600;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 31px;
	text-align: left;
}

.trend-text1 {
	width: 34px;
	height: 36px;
	font-family: FZLanTingHeiS-B-GB, FZLanTingHeiS-B-GB;
	font-weight: 600;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 46px;
	letter-spacing: 1px;
	text-align: left;
}

.trend-text2 {
	display: block;
	font-family: FZLanTingHeiS-DB-GB, FZLanTingHeiS-DB-GB;
	font-weight: 600;
	font-size: 24px;
	color: #161A1A;
	line-height: 36px;
	text-align: left;
}

.trend-text2-1 {
	font-family: FZLanTingHeiS-B-GB, FZLanTingHeiS-B-GB;
	font-weight: 600;
	font-size: 24px;
	color: #C01443;
	line-height: 36px;
	letter-spacing: 1px;
	text-align: left;
}

.trend-content {
	display: flex;
	gap: 10px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 25px;
}

.text-container2 {
	margin-top: 12px;
}

.trend2:hover,
.trend3:hover,
.trend4:hover {
	background: #C01443;
}

.trend2:hover .trend-text2,
.trend2:hover .trend-text2-1,
.trend3:hover .trend-text2,
.trend3:hover .trend-text2-1,
.trend4:hover .trend-text2,
.trend4:hover .trend-text2-1 {
	color: #FFFFFF;
	/* 文字颜色变为 trend1 的样式 */
}

.text3-container {
	width: 370px;
	height: 67px;
	border-radius: 0px;
	border-left: 3px solid #C01443;
	padding-left: 10px;
	box-sizing: border-box;
}

.text4-container {
	width: 370px;
	height: 94px;
	border-radius: 0px;
	border-left: 3px solid #C01443;
	padding-left: 10px;
	box-sizing: border-box;
	margin-top: 30px;
}

/*职业新赛道*/
#track {
	height: 764px;
	background: rgba(235, 235, 235, 0.3);
}

#track .content {
	padding-top: 150px;
}

#track .title {
	font-family: PingFang SC, PingFang SC;
	font-weight: 600;
	font-size: 52px;
	color: #161A1A;
	line-height: 52px;
	text-align: center;
	margin-bottom: 40px;
}

.trackContainer {
	width: 100%;
	display: flex;
	height: 383px;
	justify-content: space-between;
	margin-top: 60px;
}

.trackContainer3 {
	width: 1160px;
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

.trackContainer1 {
	width: 1160px;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 2px dashed #C01443;
}

.trackContainer2 {
	width: 1160px;
	margin-top: 25px;
}

#track .trackbox {
	width: 383px;
	height: 383px;
	background: #FFFEFE;
	border-radius: 16px 16px 16px 16px;
	cursor: pointer;
}

#track .subContent .left,
#track .subContent .right {
	width: 50%;
	height: 100%;
	float: left;
}

#track .subContent .text {
	width: 550px;
	height: auto;
	font-size: 20px;
	line-height: 36px;
	color: #282828;
}

#track .subContent .text1 {
	margin-bottom: 36px;
	margin-top: 35px;
	margin-bottom: 36px;
}

#track .subContent .right {
	background: url("../images/track.png") no-repeat;
	background-size: 100%;
}

.trackbox {
	position: relative;
	display: inline-block;
}


.trackImg {
	display: block;
	border-radius: 16px;
	transition: all 0.3s ease;
}

.trackTitle {
	position: absolute;
	left: 50%;
	top: 91%;
	transform: translate(-50%, -50%);
	width: 386px;
	height: 72px;
	background-color: rgba(158, 132, 120, 0.7);
	padding: 24px 101px 24px 102px;
	font-weight: 600;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
	border-radius: 0px 0px 16px 16px;
	opacity: 0;
	transition: opacity 0.3s ease;
	box-sizing: border-box;
}

.trackbox:hover .trackImg {
	background: #FFFEFE;
	border-radius: 16px 16px 16px 16px;
	border: 1px solid #9E8478;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.trackbox:hover .trackTitle {
	opacity: 1;
}

.trackbox.active .trackTitle {
	opacity: 1;
}

.trackbox.active .trackImg {
	background: #FFFEFE;
	border-radius: 16px 16px 16px 16px;
	border: 1px solid #9E8478;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


/*文化价值观*/
#values {
	height: 544px;
	background: rgba(235, 235, 235, 0.3);
}

#values .subContent {
	width: 100%;
	height: 312px;
	display: flex;
	justify-content: space-between;
	margin-top: 164px;
}

#values .subContent .textContainer {
	width: 384px;
	height: 238px;
	background: #FFFFFF;
	border-radius: 16px 16px 16px 16px;
	padding: 40px 20px;
	box-sizing: border-box;
}

#values .subContent .li {
	position: relative;
}

#values .textContainer .text {
	font-family: PingFang SC, PingFang SC;
	font-weight: 600;
	font-size: 30px;
	color: #161A1A;
	line-height: 30px;
	text-align: center;
}

#values .textContainer .text-end {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 18px;
	color: #3F363C;
	line-height: 27px;
	text-align: center;
	margin-top: 20px;
}


/*培训体系*/
#training {
	height: 875px;
	background: rgba(235, 235, 235, 0.3);
}

#training .bgContainer .bg {
	width: 1200px;
	margin: 0 auto;
	border-bottom: solid 10px #fff;
}

#training .bgContainer .bg:last-child {
	border-bottom: none;
}

#training .content {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	padding-top: 60px;
	box-sizing: border-box;
}

#training .subContent {
	margin-top: 70px;
}

#training .subContent .leftMenu {
	width: 60px;
	margin-top: 76px;
	float: left;
}

#training .subContent .leftMenu .text {
	width: 100%;
	font-size: 30px;
	line-height: 30px;
	color: #001655;
}

#training .subContent .leftMenu .line {
	width: 100%;
	margin: 21px 0;
	background: url("../images/training_line.png") no-repeat center;
}

#training .subContent .leftMenu .line1 {
	height: 96px;
}

#training .subContent .leftMenu .line2 {
	height: 66px;
}

#training .subContent .leftMenu .line3 {
	height: 86px;
}

#training .subContent .rightContent {
	width: 1200px;
	height: 100%;
	padding-left: 150px;
	box-sizing: border-box;
}

#training .subContent .rightContent .one {
	width: 100%;
	height: 206px;
	padding-top: 40px;
	box-sizing: border-box;
}

#training .subContent .rightContent .one .num {
	width: 62px;
	height: 40px;
	line-height: 26px;
	font-size: 40px;
	float: left;
	margin-top: 38px;
}

#training .subContent .rightContent .one .bg {
	position: relative;
	width: 988px;
	height: 106px;
	background: url("../images/training_bg.png") no-repeat;
	float: left;
}

#training .subContent .rightContent .one .bg .text {
	position: absolute;
	width: 210px;
	font-size: 16px;
	line-height: 16px;
	color: #f5efea;
}

#training .subContent .rightContent .one .bg .text1 {
	width: 126px;
	line-height: 20px;
	left: 14px;
	top: 36px;
	text-align: center;
}

#training .subContent .rightContent .one .bg .text2 {
	left: 194px;
	top: 48px;
}

#training .subContent .rightContent .one .bg .text3 {
	left: 396px;
	top: 14px;
	letter-spacing: -0.8px;
}

#training .subContent .rightContent .one .bg .text4 {
	left: 604px;
	top: 14px;
}

#training .subContent .rightContent .one .bg .text5 {
	left: 792px;
	top: 14px;
	letter-spacing: -1.1px;
}

#training .subContent .rightContent .one .bg .text6 {
	left: 450px;
	top: 76px;
}

#training .subContent .rightContent .one .bg .text7 {
	left: 756px;
	top: 76px;
}

#training .subContent .rightContent .two {
	width: 100%;
	height: 496px;
	margin-top: 10px;
}

#training .subContent .rightContent .two .logos {
	width: 100%;
	height: 190px;
	position: relative;
}

#training .subContent .rightContent .two .logos>div {
	position: absolute;
	top: 34px;
	width: 128px;
	height: 118px;
	background-position: center;
}

#training .subContent .rightContent .two .logos .left {
	height: 190px;
	left: 180px;
	background: url("../images/training_logo_2.png") no-repeat;
}

#training .subContent .rightContent .two .logos .right {
	height: 190px;
	right: 172px;
	background: url("../images/training_logo_1.png") no-repeat;
}

#training .subContent .rightContent .two .list {
	width: 100%;
}

#training .subContent .rightContent .two .list .li {
	width: 500px;
	height: 92px;
	float: left;
	margin-top: 84px;
}

#training .subContent .rightContent .two .list .li:nth-child(1),
#training .subContent .rightContent .two .list .li:nth-child(2) {
	margin-top: 0;
}

#training .subContent .rightContent .two .list .li:nth-child(even) {
	margin-left: 74px;
	width: 470px;
}

#training .subContent .rightContent .two .list .li .num {
	width: 44px;
	height: 100%;
	font-size: 40px;
	line-height: 26px;
	color: #001655;
	float: left;
	margin-right: 38px;
}

#training .subContent .rightContent .two .list .li .smallTitle {
	width: 380px;
	height: 24px;
	font-size: 24px;
	line-height: 24px;
	color: #009d90;
	float: left;
	margin-bottom: 20px;
	margin-top: 4px;
}

#training .subContent .rightContent .two .list .li .text {
	width: 380px;
	height: 20px;
	font-size: 20px;
	line-height: 24px;
	color: #282828;
	float: left;
	margin-bottom: 10px;
}

#training .subContent .rightContent .three {
	width: 100%;
	height: 204px;
	margin-top: 10px;
	padding-top: 74px;
	box-sizing: border-box;
}

#training .subContent .rightContent .three .li {
	width: 300px;
	height: 52px;
	float: left;
}

#training .subContent .rightContent .three .li .icon {
	width: 66px;
	height: 52px;
	float: left;
	background: url("../images/training_logo_4.png") no-repeat center;
}

#training .subContent .rightContent .three .li .text {
	width: 220px;
	height: 24px;
	line-height: 24px;
	font-size: 24px;
	margin-left: 12px;
	float: left;
	margin-top: 15px;
	color: #009d90;
}

#training .subContent .rightContent .three .li:first-child {
	margin-left: 116px;
	margin-right: 270px;
}

#training .subContent .rightContent .three .li:first-child .icon {
	width: 52px;
	background-image: url("../images/training_logo_3.png");
}



/*专属特权*/
#privilege {
	height: 693px;
	background: rgba(235, 235, 235, 0.3);
}

#privilege .content {
	padding-top: 50px;
}

#privilege .subContent {
	width: 100%;
	padding-left: 78px;
	box-sizing: border-box;
}

#privilege .subContent .li {
	width: 348px;
	height: 160px;
	float: left;
	text-align: center;
	margin-top: 60px;
	overflow: hidden;
}

#privilege .subContent .li .icon {
	width: 100px;
	height: 110px;
	display: inline-block;
	background: 100%;
}

#privilege .subContent .li .text {
	width: 100%;
	height: 24px;
	font-size: 24px;
	line-height: 24px;
	margin-top: 20px;
	color: #009d90;
	text-align: center;
}

#privilege .subContent .li:first-child .icon {
	background: url("../images/privilege_icon_1.png") no-repeat
}

#privilege .subContent .li:nth-child(2) .icon {
	background: url("../images/privilege_icon_2.png") no-repeat
}

#privilege .subContent .li:nth-child(3) .icon {
	background: url("../images/privilege_icon_3.png") no-repeat
}

#privilege .subContent .li:nth-child(4) .icon {
	background: url("../images/privilege_icon_4.png") no-repeat
}

#privilege .subContent .li:nth-child(5) .icon {
	background: url("../images/privilege_icon_5.png") no-repeat
}

#privilege .subContent .li:nth-child(6) .icon {
	background: url("../images/privilege_icon_6.png") no-repeat
}



/*代言人*/
#spokesman {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
	position: relative;
}

#spokesman .content1 {
	width: 1280px;
	height: 867px;
}

#spokesman .title {
	margin-bottom: 51px;
	margin-top: 60px;
}

#spokesman .swiper-container1 {
	width: 100%;
	max-width: 1200px;
	height: 674px;
	position: relative;
	overflow: hidden;
}

#spokesman .swiper-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	/* 保持原有flex布局 */
	transition: transform 800ms ease;
}

/* 分页器容器 */
.swiper-pagination {
	position: absolute;
	bottom: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
	z-index: 10;
}

/* 单个分页点（默认状态） */
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 6px;
	background-color: rgba(255, 255, 255, 0.5);
	/* 半透明白色 */
	opacity: 1;
	border-radius: 50%;
	/* 圆形 */
	cursor: pointer;
	transition: all 0.3s ease;
	/* 平滑过渡效果 */
}

/* 当前激活的分页点 */
.swiper-pagination-bullet-active {
	width: 16px;
	height: 8px;
	background-color: #fff;
	/* 纯白色 */
	transform: scale(1.2);
	/* 稍微放大 */
	border-radius: 10px 10px 10px 10px;
}

/* 可选：悬停效果 */
.swiper-pagination-bullet:hover {
	background-color: rgba(255, 255, 255, 0.8);
}

#spokesman .swiper-slide1 {
	width: 100% !important;
	/* 覆盖行内样式 */
	height: 100%;
	flex-shrink: 0;
}

#spokesman .swiper-slide1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* 保持图片比例 */
}


/*新闻中心*/
#news {
	height: 956px;
}

#news .content {
	padding-top: 150px;
}

#news .subContent {
	margin-top: 60px;
	height: 540px;
	width: 100%;
}

#news .swiper_news {
	width: 100%;
	height: 100%;
}

#news .swiper_news .swiper-slide .li {
	width: 390px;
	height: 480px;
	float: left;
	margin-left: 15px;
	border-radius: 2px;
}

#news .swiper_news .swiper-slide .li:first-child {
	margin-left: 0;
}

#news .swiper_news .swiper-slide .li .img {
	width: 100%;
	height: 220px;
}

#news .swiper_news .swiper-slide .li .subCon {
	width: 100%;
	height: 260px;
	background: #f4f3f4;
	padding-top: 26px;
	padding-left: 46px;
	box-sizing: border-box;
}

#news .swiper_news .swiper-slide .li .subCon .liTitle {
	height: 80px;
	width: 300px;
	font-size: 20px;
	line-height: 28px;
	color: #282828;
}

#news .swiper_news .swiper-slide .li .subCon .liText {
	height: 90px;
	width: 300px;
	font-size: 16px;
	line-height: 20px;
	color: #282828;
}

#news .swiper_news .swiper-slide .li .subCon .liTime {
	height: 16px;
	font-size: 16px;
	line-height: 16px;
	color: #6f6f6f;
}

#news .content .subContent .btns {
	position: relative;
	top: 230px;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
	width: 1320px;
	height: 0;
}

@media only screen and (max-width: 1320px) {
	#news .content .subContent .btns {
		width: 100%;
	}
}

#news .swiper_news .swiper-wrapper {
	transition: 1.5s cubic-bezier(0.7, -0.17, 0.15, 1.15);
	margin-left: 0;
}

#news .swiper_news .li {
	display: block;
	float: left;
	cursor: pointer;
}

#news .swiper_news .li .subCon {
	position: relative;
}

#news .swiper_news .li .jiantou {
	position: absolute;
	right: 46px;
	bottom: 50px;
	width: 36px;
}

#news .swiper_news .li:hover {
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
}

#news .swiper_news .li:hover .subCon {
	background: #fff !important;
}


/*联系我们*/
#info {
	height: 800px;
	padding-top: 95px;
	box-sizing: border-box;
}

#info .bg {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 1600px;
	height: 100%;
	background: url("../images/info_bg.png") no-repeat;
}

#info .left {
	width: 590px;
	padding-top: 4px;
	box-sizing: border-box;
	float: left;
}

#info .left .leftTitle {
	width: 100%;
	height: 40px;
	font-size: 40px;
	line-height: 40px;
	color: #fff;
	margin-bottom: 16px;
}

#info .left .leftSubTitle,
#info .left .phone,
#info .left .url {
	width: 100%;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
}

#info .left .leftSubTitle {
	margin-bottom: 286px;
}

#info .left .phone {
	margin-bottom: 10px;
}

#info .left .url {
	margin-bottom: 24px;
}

#info .left .codes {
	width: 260px;
	height: 120px;
}

#info .left .codes img {
	width: 120px;
	height: 120px;
	float: left;
}

#info .left .codes img:first-child {
	margin-right: 20px;
}

#info .right {
	width: 610px;
	height: 100%;
	float: left;
}

#info .right .text {
	width: 100%;
	height: auto;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

#info .right .text3 {
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 30px;
}

#info .right .inputInfo {
	height: 170px;
	margin-bottom: 25px;
}

#info .right .inputInfo .leftBox {
	float: left;
	width: 400px;
	height: 50px;
	background: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	border-radius: 2px;
	position: relative;
}

#info .right .inputInfo .leftBox1 {
	float: left;
	width: 400px;
	height: 50px;
	background: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	border-radius: 2px;
	position: relative;
}

#info .right .inputInfo .leftBox .left {
	padding-top: 0;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #001655;
	padding-left: 20px;
	box-sizing: border-box;
}

#info .right .inputInfo .leftBox1 .left {
	padding-top: 0;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #001655;
	padding-left: 20px;
	box-sizing: border-box;
}

#info .right .inputInfo .leftBox>input {
	width: 320px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #001655;
	position: absolute;
	top: 0;
	right: 0;
}

#info .right .inputInfo .leftBox1>input {
	width: 280px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #001655;
	position: absolute;
	top: 0;
	right: 0;
}

/* 
#info .right .inputInfo .rightBox {
	margin-right: 0;
} */

/* #info .right .inputInfo .rightBox .left {
	width: 140px;
}

#info .right .inputInfo .rightBox>input {
	width: 160px;
	height: 50px;
} */

#info .right .inputInfo>div>input {
	outline: none;
	border: none;
}

#info .right .text4 {
	margin-bottom: 35px;
}

#info .right .submit {
	width: 120px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #001655;
	background: #fff;
	font-size: 20px;
	letter-spacing: 10px;
	padding-left: 8px;
	box-sizing: border-box;
	cursor: pointer;
	border-radius: 2px;
}

#info .right .submit:hover {
	background: #2db5a7;
	color: #fff;
}



/*公共样式*/
.section {
	width: 100%;
	position: relative;
}

.section .content {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

/*标题*/
.section .section_title {
	width: 100%;
	font-size: 52px;
	font-weight: 600;
	height: 60px;
	line-height: 60px;
	color: #161A1A;
	text-align: center;
}

.section .threeTitle {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 20px;
	color: #6E7272;
	line-height: 20px;
	text-align: center;
	margin-top: 16px;
}

.inputInfo ::placeholder {
	font-size: 20px;
}
