@font-face {
	font-family: "HarmonyOS_Sans_SC_Light";
	font-display: swap;
	src: url('HarmonyOS_Sans_SC_Light.ttf');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Regular";
	font-display: swap;
	src: url('HarmonyOS_Sans_SC_Regular.ttf');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Bold";
	font-display: swap;
	src: url('HarmonyOS_Sans_SC_Bold.ttf');
}

html,
body {
	font-family: "HarmonyOS_Sans_SC_Regular";
	color: #000000;
}

input,
textarea,
select,
button,
area {
	font-family: "HarmonyOS_Sans_SC_Regular";
}

.section {
	width: 92%;
	margin: auto;
	max-width: 1700px;
}

.header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	transition: 0.4s;
	z-index: 9999;
}

.header .section {
	position: relative;
}

.header .logo {
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 100px;
}

.header .logo a {
	width: 100%;
	display: block;
}

.header .logo a img {
	max-width: 100%;
}

.header .menu {
	width: 65%;
	float: right;
	margin-right: 140px;
}

.header .menu ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.header .menu ul li {
	position: relative;
}

.header .menu ul li a.menu-a {
	display: inline-block;
	font-size: 19px;
	position: relative;
	line-height: 100px;
	color: #fff;
}

.header .menu li .drop {
	background: #fff;
	overflow: hidden;
	position: absolute;
	width: 260px;
	left: 0;
	padding: 20px 30px;
	top: 100%;
	display: none;
}

.header .menu li .drop ul {
	width: 100%;
}

.header .menu li .drop li {
	width: 100%;
	margin: 0;
	padding: 0;
}

.header .menu li .drop li a {
	padding: 5px 0;
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	position: relative;
}

.header .menu li .drop li a:before {
	content: "";
	display: block;
	width: 0%;
	height: 2px;
	background: #da2631;
	border-radius: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}

.header .menu li .drop li a:hover:before {
	width: 100%;
}

.header .menu li .drop li::after {
	display: none;
}

.search_icon {
	width: 23px;
	height: 23px;
	position: absolute;
	right: 140px;
	display: none;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	top: 38px;
	background-image: url(../search.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	transition: 0.4s;
}

.company_icon {
	position: absolute;
	right: 0;
	top: 36px;
	z-index: 10;
}

.company_icon span {
	display: block;
	padding: 0 20px;
	font-size: 20px;
	color: #fff;
}

.company_icon span::before {
	content: '';
	width: 1px;
	height: 20px;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	top: 50%;
	margin-top: -10px;
	background: #fff;
}

.company_icon span::after {
	content: '';
	width: 13px;
	height: 8px;
	right: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	top: 50%;
	margin-top: -4px;
	background-image: url(../icon02.png);
}

.company_link {
	background: #fff;
	position: absolute;
	width: 100%;
	right: 0;
	padding: 20px 10px;
	top: 125%;
	display: none;
	transition: 0.2s;
	text-align: center;
	border-radius: 6px;
}

.company_link::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #ffffff transparent;
}

.company_link a {
	display: block;
	font-size: 18px;
	padding: 10px 0;
}

.company_link a:hover {
	color: #e80502;
}

.m_menu {
	align-items: center;
	justify-content: center;
	width: 24px;
	position: absolute;
	right: 25px;
	top: 0;
	height: 70px;
	display: none;
	transition: 0.4s;
	z-index: 9999999;
}

.m_menu span {
	display: block;
	transition: ease .6s;
	width: 24px;
	height: 2px;
	background: #e80502;
}

.m_menu .line2 {
	margin: 4px 0;
}

.m_menu.on .line3 {
	transform: translateY(-4px) rotate(-45deg);
}

.m_menu.on .line1 {
	transform: translateY(-2px) rotate(45deg);
}

.m_menu.on .line2 {
	display: none;
}

.inner-h,
.fixnav {
	width: 100%;
	background: #fff;
}

.inner-h .menu ul li a.menu-a,
.fixnav .menu ul li a.menu-a {
	color: #000;
}

.inner-h .menu ul li.on a.menu-a,
.header .menu ul li.on a.menu-a,
.header .menu ul li a.menu-a:hover {
	color: #e80502
}

.inner-h .search_icon,
.fixnav .search_icon {
	background-image: url(../search-h.png);
}

.inner-h .company_icon span,
.fixnav .company_icon span {
	color: #444;
}

.inner-h .company_icon span::after,
.fixnav .company_icon span::after {
	background-image: url(../icon02-h.png);
}

.inner-h .company_icon span::before,
.fixnav .company_icon span::before {
	background: #444;
}

.index-title {
	color: #000;
	position: relative;
	margin-bottom: 50px;
	overflow: hidden;
}

.index-title h1 {
	margin-bottom: 5px;
}

.index-title h2 {
	color: #cdcdcd;
	font-weight: bold;
	font-family: 'HarmonyOS_Sans_SC_Bold';
}

.white-color {
	color: #fff;
}

.txt {
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.search-box {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 99999;
	background: rgba(255, 255, 255, 0.85);
}

.search-box .searchform {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.searchform form {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	border-bottom: 1px solid #999;
}

.searchform form .search_input {
	border: none;
	outline: none;
	width: 90%;
	font-size: 18px;
	color: #333333;
	box-sizing: border-box;
	padding: 0 10px;
	line-height: 60px;
	background: none;
}

.searchform form .submit {
	width: 10%;
	height: 50px;
	border: none;
	outline: none;
	background: url(../search.png) center no-repeat;
}

.searchform .close {
	position: absolute;
	top: 25px;
	font-size: 25px;
	right: 40px;
	z-index: 10;
	width: 40px;
	height: 40px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #eee;
	cursor: pointer;
	border-radius: 50%;
}

.searchform .close:hover {
	background: #da2631;
	color: #fff;
}

/*.banner-swiper*/
.banner-swiper {
	width: 100%;
	position: sticky;
	top: 0;
	z-index: 1;
	overflow: hidden;
}

.swiper-slide-txt {
	position: absolute;
	width: 100%;
	z-index: 10;
	top: 35%;
	left: 0;
	color: #fff;
}

.swiper-slide-txt h1 {
	font-size: 5vw;
	animation-delay: 0.3s;
	font-family: 'HarmonyOS_Sans_SC_Regular';
}

.swiper-slide-txt h2 {
	font-size: 2vw;
	padding-left: 10px;
	animation-delay: 0.8s;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.swiper-slide-active h2,
.swiper-slide-active h1 {
	animation-name: fadeInUp;
}

.index-banner-img {
	height: 940px;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1.1);
	background-color: #ecedef;
}

.swiper-slide-active .index-banner-img {
	transform: scale(1);
	transition: all 2.5s ease;
}

.banner-pagination {
	position: absolute;
	bottom: 25px;
	left: 0;
	text-align: center;
	transition: 0.4s;
}

.banner-pagination span {
	margin: 0 7px;
	width: 85px;
	height: 2px;
	transition: 0.4s;
	background: #c0c0c0;
	border-radius: 0;
}

.banner-pagination .swiper-pagination-bullet-active {
	background: #e80502;
	width: 130px;
}

/*index_about*/
.index_about {
	width: 100%;
	background-image: url("../about.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0 30px 0;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.index_about .box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.about-img {
	width: 100%;
	max-width: 765px;
	margin: auto;
	overflow: hidden;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
}

.about-img img {
	width: 100%;
}

.about-txt {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.about-txt .txt {
	max-width: 1315px;
	margin: 70px auto;
	text-align: left;
	text-indent: 2em;
}

.about-txt .txt a {
	color: #da2631;
	font-size: 20px;
}

.num-box {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
	border-top: 1px solid #dcdcdc;
}

.num-box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.num-box ul li {
	text-align: center;
}

.num-box ul li .counter {
	font-size: 60px;
	font-weight: 600;
	color: #da2631;
}

.num-box ul li .num {
	width: 100%;
	overflow: hidden;
}

.num-box ul li i {
	font-style: normal;
	font-size: 45px;
	color: #da2631;
	position: relative;
	display: inline-block;
	margin-left: 4px;
	line-height: 40px;
}

.num-box ul li em {
	font-style: normal;
	font-size: 20px;
	color: #da2631;
	position: relative;
	display: inline-block;
	margin-left: 10px;
}

.num-box ul li span {
	font-size: 20px;
	margin-top: 15px;
	color: #818181;
	display: block;
	position: relative;
}

/*index-Industry*/
.index-Industry {
	width: 100%;
	background: #000;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.slideTxtBox {
	width: 100%;
	position: relative;
}

.Industry-hd {
	z-index: 10;
	width: 35%;
	max-width: 100px;
	right: 4%;
	top: 13%;
	position: absolute;
}

.Industry-hd ul {
	width: 100%;
}

.Industry-hd ul li {
	width: 100%;
	transition: 0.4s;
	cursor: pointer;
	position: relative;
	opacity: 0.5;
	color: #fff;
	text-align: center;
}

.Industry-hd ul li i {
	display: block;
	width: 1px;
	height: 35px;
	position: relative;
	z-index: 5;
	transition: 0.3s;
	background: #fff;
	margin: auto;
}

.Industry-hd ul li i::before {
	content: '';
	width: 3px;
	height: 0;
	left: -1px;
	position: absolute;
	z-index: 10;
	transition: 0.3s;
	opacity: 0;
	background: #fff;
}

.Industry-hd ul li i.hd_i01::before {
	bottom: 0;
}

.Industry-hd ul li i.hd_i02::before {
	top: 0;
}

.Industry-hd ul li img {
	z-index: 10;
	max-width: 100%;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
	margin: 10px auto;
	transition: 0.3s;
}

.Industry-hd ul li span {
	display: block;
	overflow: hidden;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
	font-style: normal;
}

.Industry-hd ul li.on,
.Industry-hd ul li:hover {
	opacity: 1;
}

.Industry-hd ul li.on i::before {
	opacity: 1;
	height: 100%;
}

.Industry-middle {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 5;
}

.Industry-content {
	width: 100%;
}

.Industry-txt {
	width: 92%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 4%;
	z-index: 10;
	color: #fff;
	padding: 115px 0;
}

.Industry-txt h4 {
	font-weight: bold;
	margin-bottom: 25px;
}

.Industry-txt .txt {
	text-align: justify;
	width: 80%;
	max-width: 790px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.Industry-content .box {
	width: 100%;
	overflow: hidden;
	height: 850px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.Industry-more {
	width: 450px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	transition: 0.4s;
	position: absolute;
	line-height: 46px;
	bottom: 0;
	right: 8%;
	z-index: 60;
	overflow: hidden;
	color: #fff;
}

.Industry-more span {
	width: 70%;
	padding: 30px 10px;
	background: #da2631;
	display: inline-block;
	font-size: 20px;
}

.Industry-more i {
	background: #da2631;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 29%;
}

.Industry-more i img {
	max-width: 35%;
}

.Industry-more:hover {
	right: 7%;
}

.investor-relations {
	width: 100%;
	background-image: url("../investor.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 90px 0 130px 0;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.investor-left {
	width: 30%;
	float: left;
}

.investor_stock {
	width: 100%;
	overflow: hidden;
}

.stock_name {
	width: 100%;
	overflow: hidden;
	margin: 50px 0;
	line-height: 44px;
	position: relative;
	padding-left: 170px;
}

.stock_title,
.stock_title_sg,
.nowprice_color,
.r_f_color,
.stock_time {
	float: left;
}

.stock_title {
	width: 155px;
	height: 44px;
	top: 0;
	left: 0;
	background: #454545;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	text-align: center;
	font-style: normal;
	position: absolute;
}

.stock_title::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -8px;
	border-width: 8px;
	border-style: solid;
	border-color: transparent transparent transparent #454545;
}

.stock_name .stock_title_sg {
	color: #000;
	font-style: normal;
	font-size: 20px;
}

.stock_name .nowprice {
	font-size: 38px;
	font-weight: bold;
	margin-right: 5px;
}

.stock_name .dollar {
	font-size: 16px;
}

.r_f_color {
	font-size: 20px;
}

.stock_time {
	font-size: 16px;
	margin-left: 10px;
	color: #787878;
}

.red {
	color: #e80502;
}

.green {
	color: #168932;
}

.gray {
	color: #787878;
}

.investor-more {
	width: 100%;
	margin-top: 80px;
}

.investor-more a {
	color: #000;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	line-height: 50px;
	font-size: 16px;
	transition: 0.4s;
	position: relative;
	border-radius: 30px;
	border: 1px solid #000;
	max-width: 200px;
}

.investor-more i {
	display: inline-block;
	width: 21px;
	transition: 0.3s;
	margin-left: 10px;
}

.investor-more i img {
	width: 100%;
}

.investor-more a:hover {
	background: #da2631;
	color: #fff;
	border: 1px solid #da2631;
}

.investor-more a:hover img {
	filter: brightness(100);
}

.investor-right {
	width: 65%;
	float: right;
	overflow: hidden;
}

.investor_content {
	margin-top: 100px;
	width: 100%;
	overflow: hidden;
	border-radius: 40px;
	position: relative;
}

.investor-list {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	bottom: 10%;
	left: 5%;
	z-index: 10;
}

.investor-list a {
	width: 23%;
	position: relative;
	transition: 0.3s;
	background: rgba(255, 255, 255, 0.85);
	padding: 15px 10px;
	margin: 15px 1%;
	text-align: center;
	min-height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 10px;
	cursor: pointer;
}

.investor-list a h3 {
	font-size: 21px;
}

.investor-list img.img {
	margin: 5px auto;
	max-width: 100%;
	display: none;
}

.investor-img {
	border-radius: 40px;
}

.investor-list a:hover {
	background: #da2631;
	color: #fff;
}

.investor-list a:hover img.img {
	display: block;
	transition: 0.6s;
}

.social-responsibility {
	width: 100%;
	height: 755px;
	overflow: hidden;
	background-image: url(../social.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	background-attachment: fixed;
	position: relative;
	z-index: 10;
}

.social-responsibility .memo {
	color: #fff;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.banner {
	width: 100%;
	overflow: hidden;
	color: #fff;
	position: relative;
	background-size: auto 100%;
	background-position: center center;
}

.inner-banner-img {
	padding-top: 31.5%;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-content {
	position: absolute;
	width: 100%;
	left: 0;
	top: 38%;
	z-index: 20;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 32px;
}

.banner h2 {
	font-size: 55px;
	position: relative;
}

.work-class {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 50;
	border-bottom: 1px solid #cdccce;
}

.work-class .section {
	display: flex;
	flex-wrap: wrap;
}

.work-class a {
	color: #000;
	font-size: 22px;
	line-height: 88px;
	display: block;
	text-align: center;
	position: relative;
	padding: 5px 25px;
}

.work-class a::before {
	content: '';
	width: 0;
	height: 3px;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	bottom: 0;
	opacity: 0;
	background: #d7000f;
}

.work-class a.choose::before,
.work-class a.on::before,
.work-class a:hover::before {
	width: 100%;
	opacity: 1;
}

.work-class a.choose,
.work-class a.on,
.work-class a:hover {
	background: #fff;
}

.inner-title {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

.color-red {
	color: #d7000f;
}

.inner-title h2 {
	width: 100%;
	overflow: hidden;
}

.inner-title h3 {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.inner-title p {
	color: #808080;
}

.text-align {
	text-align: center;
}

.inner-about {
	width: 100%;
	position: relative;
	padding: 90px 0 50px 0;
	overflow: hidden;
	background: #fff;
}

.about-dl {
	display: flex;
	flex-wrap: wrap;
}

.about-dl dl {
	width: 100%;
	overflow: hidden;
	background: #fff;
	position: relative;
	padding: 80px 0;
}

.about-dl dl .section {
	position: relative;
}

.about-dl dl dt {
	width: 47%;
	overflow: hidden;
	position: relative;
	border-radius: 40px;
}

.about-dl dl dd {
	width: 49%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
}

.about-dl dl:nth-child(odd) {
	background: #fff;
}

.about-dl dl:nth-child(odd) dd {
	float: left;
}

.about-dl dl:nth-child(odd) dt {
	float: right;
}

.about-dl dl:nth-child(even) {
	background: #f6f6f6;
}

.about-dl dl:nth-child(even) dd {
	float: right;
}

.about-dl dl:nth-child(even) dt {
	float: left;
}

.inner-speech {
	width: 100%;
	position: relative;
	padding: 90px 0 50px 0;
	overflow: hidden;
	background-image: url(../speech.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top center;
}

.speech-content {
	overflow: hidden;
}

.speech-content h3 {
	font-size: 30px;
	line-height: 45px;
	font-weight: bold;
	color: #d7000f;
	margin: 35px 0;
	position: relative;
	padding-left: 43px;
}

.speech-content h3:before {
	content: '';
	width: 21px;
	height: 19px;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	top: 0;
	background-image: url(../icon06.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.speech-content p {
	margin-bottom: 35px;
}

.speech-content img {
	border-radius: 35px;
	overflow: hidden;
	margin: 0 auto;
	max-width: 100%;
}

.inner_team {
	overflow: hidden;
	padding: 90px 0;
	position: relative;
}

.teamname {
	margin: 80px 0 0 0;
	position: relative;
}

.teamname::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 53px;
	left: 0;
	z-index: 1;
	background: #dbdbdb;
}

.team-title {
	text-align: center;
	cursor: pointer;
	font-size: 22px;
	color: #7a7a7a;
	margin-bottom: 35px;
}

.team-title::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	z-index: 10;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../icon09.png);
}

.swiper-slide-thumb-active .team-title {
	color: #d7000f;
}

.swiper-slide-thumb-active .team-title::before {
	background-image: url(../icon10.png);
}

.directorteam .team-box,
.seniorteam .team-box {
	background: #fafafa;
}

.supervisorteam .team-box {
	background: #fff;
}

.team-box {
	padding: 75px 55px;
	border-radius: 20px;
	position: relative;
	margin-top: 100px;
}

.team-box::before {
	content: "";
	display: block;
	width: 85px;
	height: 85px;
	position: absolute;
	top: -10%;
	right: 5%;
	z-index: 10;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../icon11.png);
}

.teamscontent {
	width: 100%;
}

.team-box h3 {
	font-size: 26px;
	color: #333333;
}

.team-box h3 span {
	font-size: 19px;
	margin-left: 10px;
}

.team-box .txt {
	color: #3b3b3b;
}

.team-prev,
.team-next {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #626262;
	margin-top: -28px;
}

.team-prev:after,
.team-next:after {
	font-size: 16px;
	color: #fff;
}

.team-next {
	right: 0;
}

.team-prev {
	left: 0;
}

.team-prev:hover,
.team-next:hover {
	background: #d7000f;
}

.backgroundf1 {
	background: #f1f1f1;
}

.inner-organizational {
	overflow: hidden;
	padding: 90px 0;
	position: relative;
	background-image: url(../organizational.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.imgbox {
	overflow: hidden;
	padding: 40px 0;
}

.imgbox img {
	max-width: 100%;
	margin: auto;
}

.culture-content {
	width: 100%;
	position: relative;
	background-image: url(../culture-img.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.culture-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 645px;
	overflow: hidden;
}

.culture-txt {
	width: 33.333%;
	height: 100%;
	color: #fff;
	position: relative;
	overflow: hidden;
	z-index: 10;
	text-align: center;
	background: rgba(0, 0, 0, 0.3);
	border-right: 1px solid rgba(255, 255, 255, 0.35);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 3px;
	transition: 0.3s;
}

.culture-icon img {
	max-width: 60px;
	margin: auto;
}

.culture-txt h2 {
	color: #fff;
	margin: 30px 0 20px 0;
}

.culture-txt:hover {
	background-color: #bf2c22;
	background-image: url(../culture_logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 70% auto;
}

.inner-purpose {
	overflow: hidden;
	padding: 30px 0 90px 0;
	position: relative;
	background-image: url(../purpose.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.purpose_dl {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.purpose_dl dt {
	width: 47%;
	overflow: hidden;
	position: relative;
}

.purpose_dl dt img {
	width: 100%;
}

.purpose_dl dd {
	width: 49%;
	padding-top: 50px;
}

.purpose_dl dd .txt {
	position: relative;
	padding-left: 50px;
}

.purpose_dl dd .txt:before {
	content: "";
	display: block;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 13px;
	left: 0;
	z-index: 10;
	background: #bf2c22;
	border-radius: 50%;
}

.inner_business {
	overflow: hidden;
	padding: 90px 0 70px 0;
	position: relative;
}

.business-list {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 30px;
	margin-bottom: 80px;
}

.business-content {
	position: absolute;
	left: 0;
	height: 100%;
	color: #fff;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

.business-content h4 {
	line-height: 50px;
}

.business-content .txt {
	height: 210px;
	padding-right: 20px;
	padding-bottom: 50px;
	overflow: auto;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.business-content .txt::-webkit-scrollbar {
	width: 4px;
	height: 1px;
}

.business-content .txt::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #920d14;
}

.business-content .txt::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #f3f3f3;
}

.business-content01 {
	width: 60%;
	padding: 130px 70px;
	top: 0;
}

.business-content02 {
	width: 48%;
	padding: 70px 70px;
	background: #d7000f;
	top: 120%;
}

.business-list:hover .business-content01 {
	top: -120%;
}

.business-list:hover .business-content02 {
	top: 0;
}

.businesslink {
	display: block;
	width: 190px;
	padding-left: 75px;
	position: relative;
	font-size: 19px;
	line-height: 57px;
	color: #fff;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.35);
}

.after {
	width: 51px;
	height: 51px;
	border-radius: 50%;
	transition: 0.3s;
	position: absolute;
	left: 4px;
	background: #fff;
	top: 50%;
	margin-top: -25.5px;
}

.after img {
	max-width: 100%;
}

.after .after-a {
	position: absolute;
	transition: 0.3s;
	transform: translate(0px, 0px);
	top: 0;
	left: 0;
}

.after .after-b {
	position: absolute;
	transition: 0.3s;
	transform: translate(-25px, 0px);
	top: 0;
	left: 0;
	opacity: 0;
}

.businesslink:hover .after .after-a {
	transform: translate(25px, 0px);
	opacity: 0;
}

.businesslink:hover .after .after-b {
	transform: translate(0px, 0px);
	opacity: 1;
}

/* inner_down */
.inner_down {
	width: 100%;
	position: relative;
	padding: 60px 0 100px 0;
	overflow: hidden;
}

.down_query {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.down_query dl {
	width: 48%;
	margin: 25px 0;
	overflow: hidden;
	background: #fafafa;
	position: relative;
	padding: 10px 10px;
	display: flex;
	flex-wrap: wrap;
	border-radius: 10px;
}

.down_query dl dt {
	width: 40%;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}

.down_query dl dt img {
	width: 100%;
}

.down_query dl dd {
	width: 60%;
	padding: 30px 35px;
	position: relative;
}

.down_query dl dd h3 {
	font-size: 3vw;
	overflow: hidden;
}

.down_query dl dd em {
	display: inline-block;
	width: 16%;
	height: 5px;
	margin: 18px 0 20px 0;
	background: #d7000f;
}

.down_query dl dd p {
	font-size: 1.5vw;
}

.down_query dl dd a.down-pdf {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	transition: 0.4s;
	position: absolute;
	left: 45px;
	bottom: 35px;
	overflow: hidden;
	line-height: 43px;
	font-size: 20px;
	background: #fff;
	padding: 5px 5px;
	width: 175px;
	border-radius: 30px;
}

.down_query dl dd a.down-pdf i {
	display: inline-block;
	width: 43px;
	margin-right: 35px;
	transition: ease .5s;
	background: #d7000f;
	border-radius: 50%;
}

.down_query dl dd a.down-pdf i img {
	width: 100%;
}

/* inner-product */
.inner-product {
	width: 100%;
	position: relative;
	padding: 40px 0;
	overflow: hidden;
}

.intro-title {
	width: 100%;
	position: relative;
	padding: 20px 0;
	border-bottom: 1px solid #a8a8a8;
	text-align: center;
	margin-bottom: 25px;
}

.intro-title span {
	font-size: 33px;
	color: #000000;
	padding: 0 20px;
	font-weight: bold;
}

.intro-list ul {
	display: flex;
	flex-wrap: wrap;
}

.intro-list ul li {
	width: 23%;
	margin: 10px 1%;
	background: #5c77c6;
	color: #fff;
	font-size: 20px;
	padding: 28px 30px;
	line-height: 30px;
	border-radius: 8px;
}

.intro-tt {
	text-align: center;
}

.intro-tt h3 {
	font-size: 38px;
	text-align: center;
	color: #000;
}

.intro-tt em {
	display: inline-block;
	width: 95px;
	height: 5px;
	background: #172a88;
}

.intro-img {
	width: 100%;
	overflow: hidden;
	margin: 40px 0;
}

.intro-img ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.intro-img ul li {
	width: 18%;
	margin: 10px 1%;
}

.intro-img ul li img {
	width: 100%;
}

.inner-news {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}

.news-class {
	width: 100%;
	overflow: hidden;
	margin-bottom: 25px;
	float: left;
	display: flex;
	position: relative;
	flex-wrap: wrap;
}

.news-class a {
	padding: 15px 20px;
	text-align: center;
	line-height: 25px;
	color: #000;
	position: relative;
	box-sizing: border-box;
	font-size: 20px;
	cursor: pointer;
	border-radius: 5px;
	background: #eee;
	margin-left: 5px;
}

.news-class a:hover,
.news-class a.on {
	color: #fff;
	background: #172a88;
}

.news-recommendlist {
	width: 100%;
	margin: 25px 0;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.news-recommendlist a {
	display: block;
	width: 31%;
	margin: 10px 1%;
	z-index: 10;
	overflow: hidden;
	position: relative;
	background: #fff;
	border-radius: 15px;
}

.news-recommendlist a img {
	width: 100%;
}

.news-recommendlist a h3 {
	font-size: 30px;
	line-height: 30px;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-bottom: 10px;
}

.news-recommendlist a h5 {
	font-size: 19px;
	line-height: 30px;
	overflow: hidden;
	color: #3e3e3e;
}

.news-recommendlist .content {
	width: 100%;
	overflow: hidden;
	padding: 25px 15px;
}

.news-recommendlist a:hover {
	background: #172a88;
	color: #fff;
}

.news-recommendlist a:hover h3,
.news-recommendlist a:hover h5 {
	color: #fff;
}

.news-recommendlist a:hover em img {
	filter: brightness(100);
}

.news-news a {
	width: 98%;
	margin: 15px 1%;
	padding: 30px 30px;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	background: #f8f9fb;
	color: #828282;
	display: flex;
	flex-wrap: wrap;
	transition: 0.3s;
}

.news-news a h3 {
	font-size: 30px;
	margin-bottom: 10px;
	overflow: hidden;
	color: #000;
}

.news-news a p {
	font-size: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.news-news .news-txt {
	width: 80%;
	float: left;
}

.news-news .news-time {
	width: 10%;
	margin-left: 10%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.news-news .news-time h4 {
	font-size: 50px;
	color: #172a88;
}

.news-news .news-time h5 {
	font-size: 19px;
	color: #929292;
}

.news-news a:hover {
	background: #172a88;
	color: #fff;
}

.news-news a:hover h3,
.news-news a:hover p,
.news-news a:hover .news-time h4,
.news-news a:hover .news-time h5 {
	color: #fff;
}

.news-detail {
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
	color: #333333;
	background-image: url(../news-detail.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.news-detail .box {
	box-shadow: 0 0 18px #eee;
	padding: 50px 65px;
	background: #fff;
	border-radius: 8px;
	position: relative;
}

.news-detail .goBack {
	display: flex;
	align-items: center;
	color: #888;
	font-size: 16px;
	position: absolute;
	right: 65px;
	top: 50px;
	z-index: 10;
}

.news-detail .goBack:hover {
	color: #f08200;
}

.news-detail .goBack img {
	margin-right: 10px;
}

.news-detail .news-title {
	overflow: hidden;
}

.news-detail .news-title h1 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}

.news-detail .news-title .three {
	color: #666666;
	text-align: center;
	font-size: 14px;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.news-detail .news-intro {
	font-size: 18px;
	line-height: 32px;
	overflow: hidden;
	color: #454545;
	margin: 35px 0;
}

.news-detail .news-intro img {
	max-width: 100%;
	margin: 20px auto;
}

.modNewsUpDown {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #dcdcdc;
	padding: 20px 0;
}

.modNewsUpDown ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.modNewsUpDown ul li a {
	color: #333;
	font-size: 14px;
	line-height: 20px;
	display: flex;
	flex-wrap: wrap;
}

.modNewsUpDown ul li i {
	font-style: normal;
	display: inline-block;
	width: 21px;
	height: 21px;
	line-height: 15px;
	border-radius: 50%;
	text-align: center;
	margin: 0 5px;
	border: 1px solid #666;
}

.modNewsUpDown ul li a:hover {
	color: #172a88;
}

.content-map {
	width: 100%;
	position: relative;
}

.content-map img {
	width: 100%;
}

.content-map .box {
	position: relative;
}

.map_point {
	width: 13%;
	position: absolute;
	top: 15%;
	left: 19%;
}

.point_logo {
	width: 100%;
	background: #fff;
	border: 6px solid #d7000f;
	border-radius: 50%;
}

.point_logo::after {
	content: '';
	width: 2px;
	height: 64%;
	left: 50%;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	top: 100%;
	background: #d7000f;
}

.map_i {
	z-index: 20;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	position: absolute;
	top: 160%;
	left: 47%;
}

.map_i i {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 30;
	border-radius: 50%;
	background: #d7000f;
}

.map_i .map_i_lock01 {
	display: block;
	z-index: 20;
	left: 0;
	top: 0;
	width: 100%;
	border-radius: 50%;
	height: 100%;
	position: absolute;
	-webkit-animation: playbtnscale 1.5s infinite;
	-moz-animation: playbtnscale 1.5s infinite;
	animation: playbtnscale 1.5s infinite;
	background: #d7000f;
}

.map_i .map_i_lock02 {
	display: block;
	background: #d7000f;
	z-index: 10;
	left: 0;
	top: 0;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-animation: playbtnscal2 1.2s infinite;
	-moz-animation: playbtnscal2 1.5s infinite;
	animation: playbtnscal2 1.5s infinite;
}

.modal-overlay {
	display: none;
	position: absolute;
	top: 20%;
	left: 42%;
	width: 42%;
	border-radius: 35px;
	padding: 70px;
	background: #d7000f;
	z-index: 99999;
	justify-content: center;
	align-items: center;
}

.modalcontent {
	position: relative;
	color: #fff;
}

.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-size: 40px;
	color: #fff;
}

.form-form {
	overflow: hidden;
	padding: 70px 0;
	position: relative;
}

.form-form ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}

.form-form ul li {
	overflow: hidden;
	margin: 15px 0;
	position: relative;
}

.form-form ul li.tel,
.form-form ul li.email,
.form-form ul li.company,
.form-form ul li.name {
	width: 31%;
}

.form-form ul li.button_li,
.form-form ul li.content {
	width: 100%;
}

.form-form ul li input {
	line-height: 50px;
	width: 100%;
	font-size: 17px;
	padding: 15px 15px;
	color: #000;
	font-weight: 300;
	background: #f6f6f6;
	border: 1px solid #f6f6f6;
	position: relative;
}

.form-form ul li textarea {
	width: 100%;
	height: 197px;
	padding: 15px 15px;
	font-size: 16px;
	background: #f6f6f6;
	border: 1px solid #f6f6f6;
	position: relative;
}

.form-form ul li i {
	font-style: normal;
	color: #f31213;
	position: absolute;
	right: 15px;
	top: 0;
	width: 10px;
	height: 100%;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
}

.form-form ul li input::placeholder {
	color: #828282;
}

.form-form ul li textarea::placeholder {
	color: #828282;
}

.form-form ul li input.button {
	width: 40%;
	max-width: 205px;
	display: block;
	margin: 10px 0;
	color: #ffffff;
	border: 0;
	line-height: 35px;
	font-size: 20px;
	border-radius: 35px;
	padding: 15px 15px;
	background: #d7000f;
}

.form-form input::placeholder {
	color: #828282;
}

.qt-pagination {
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding: 30px 0;
	text-align: center;
}

.qt-pagination a {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	margin: 0 5px;
	font-size: 15px;
	min-width: 40px;
	line-height: 40px;
	padding: 0 6px;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
}

.qt-pagination .active,
.qt-pagination a:hover {
	background: #f31213;
	color: #fff;
	border: 1px solid #f31213;
}

.cd-top {
	width: 100%;
	overflow: hidden;
	background: #da2631;
	padding: 15px 0;
	position: relative;
	z-index: 10;
}

.cd-top img {
	margin: auto;
}

/*footer*/
.footer {
	width: 100%;
	background: #333333;
	position: relative;
	padding: 70px 0 90px 0;
	z-index: 10;
}

.footer .section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 5;
}

.logo-link {
	width: 16%;
}

.footer-logo {
	width: 100%;
	overflow: hidden;
}

.footer-logo img {
	max-width: 100%;
}

.footer-link {
	width: 100%;
	border: 1px solid #535353;
	position: relative;
	margin-top: 60px;
}

.footer-link span {
	font-size: 18px;
	color: #fff;
	display: block;
	padding: 10px 87px 10px 25px;
}

.footer-link span::after {
	content: '';
	width: 13px;
	height: 8px;
	position: absolute;
	right: 19px;
	top: 18px;
	background: url("../icon02.png");
	background-size: 100%;
}

.footer-link .footer-linktext {
	visibility: hidden;
	width: 100%;
	background-color: #6f6e6e;
	color: #fff;
	text-align: center;
	padding: 5px 10px;
	position: absolute;
	z-index: 9;
	top: 100%;
	left: 0;
	opacity: 0;
	transition: opacity 1s;
}

.footer-link .footer-linktext a {
	display: block;
	font-size: 15px;
	padding: 5px 10px;
	color: #fff;
}

.footer-link:hover .footer-linktext {
	visibility: visible;
	opacity: 1;
}

.foot-menu {
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer h3 {
	font-size: 21px;
	margin-bottom: 20px;
	color: #fff;
}

.foot_contlis {
	overflow: hidden;
}

.foot-menu ul li {
	width: 100%;
	font-size: 19px;
	margin-bottom: 10px;
}

.foot-menu ul li a {
	color: #d0d0d0;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.foot-menu ul li a:hover {
	color: #fff;
}

.footer-copyright {
	width: 100%;
	padding: 20px 0;
	font-size: 15px;
	color: #d0d0d0;
	overflow: hidden;
	position: relative;
	z-index: 5;
	background-color: #191919;
}

.footer-copyright .section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-copyright img {
	display: inline-block;
}

.footer-copyright a {
	color: #d0d0d0;
}

.footer-copyright a:hover {
	color: #ffffff;
}

.footer-copyright p {
	margin: 5px 0;
}

.foot-Support {
	max-width: 135px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-Support .img {
	width: 60px;
	display: flex;
}

.foot-Support .img img {
	width: 100%;
}

@media (max-width:1520px) {
	.num-box ul li .counter {
		font-size: 50px;
	}

	.num-box ul li span {
		font-size: 18px;
	}

	.foot-menu ul li {
		font-size: 17px;
	}

	.Industry-txt {
		padding: 100px 0;
	}

	.Industry-more span {
		padding: 20px 10px;
		font-size: 18px;
	}

	.work-class a,
	.investor-list a h3,
	.footer h3 {
		font-size: 20px;
	}

	.work-class a {
		line-height: 70px;
	}

	.logo-link {
		width: 20%;
	}

	.banner h2 {
		font-size: 44px;
	}
}

@media (max-width:1300px) {
	.num-box ul li .counter {
		font-size: 40px;
	}

	.num-box ul li em,
	.num-box ul li span {
		font-size: 16px;
	}

	.num-box ul li span {
		margin-top: 8px;
	}

	.num-box ul li i {
		font-size: 35px;
	}

	.down_query dl dd {
		padding: 15px 20px;
	}

	.down_query dl dd a.down-pdf {
		position: relative;
		left: 0;
		bottom: 0;
		line-height: 40px;
		font-size: 18px;
		margin-top: 40px;
	}

	.down_query dl dd a.down-pdf i {
		display: inline-block;
		width: 32px;
		margin-right: 25px;
	}
}

@media (max-width:1190px) {
	.inner-banner-img {
		height: 320px;
		padding: 0;
	}

	.index-banner-img {
		height: 820px;
	}

	.social-responsibility {
		height: 600px;
	}

	.Industry-content .box {
		height: 720px;
	}

	.banner-swiper {
		position: relative;
	}

	.section {
		width: 100%;
		padding: 0 25px;
	}

	.company_icon {
		right: 66px;
		top: 23px;
	}

	.company_icon span {
		padding: 0 20px 0 0;
		font-size: 18px;
	}

	.company_icon span::before {
		display: none;
	}

	.company_icon span::after {
		background-image: url(../icon02-h.png);
	}

	.company_icon span {
		color: #444;
	}

	.header {
		z-index: 9999;
		position: fixed;
	}

	.m_menu {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 70px;
		background: #f8f8f8;
		width: 100%;
		display: none;
		z-index: 999;
		margin: 0;
	}

	.header .menu ul li {
		width: 100%;
		border-bottom: 1px solid #dddddd;
	}

	.header .menu ul li a.menu-a {
		padding: 0;
		font-size: 18px;
		line-height: 55px;
		color: #000;
		margin-left: 25px;
		text-align: center;
	}

	.header .menu li .drop ul {
		width: 100%;
		padding: 0;
	}

	.header .menu li .drop {
		position: static;
		width: 100%;
	}

	.header .menu li .drop .hide {
		display: none;
	}

	.header .menu li .drop li {
		width: 100%;
		text-align: left;
		box-sizing: border-box;
		border: none;
	}

	.header .menu li .drop li a {
		text-align: center;
	}

	.header .logo {
		padding: 10px 0;
		height: 70px;
		width: 160px;
	}

	.banner-swiper,
	.banner {
		height: auto;
		margin-top: 70px;
	}

	.banner-pagination span {
		width: 70px;
	}

	.banner-pagination .swiper-pagination-bullet-active {
		width: 100px;
	}

	.Industry-more i img {
		max-width: 24%;
	}

	.footer-link span {
		font-size: 16px;
		padding: 10px 87px 10px 10px;
	}

	.modal-overlay {
		padding: 50px;
	}

	.banner h2 {
		font-size: 40px;
	}
}

@media (max-width:999px) {
	.modal-overlay {
		padding: 30px;
	}

	.num-box ul {
		justify-content: left;
	}

	.num-box ul li {
		width: 31%;
		margin: 10px 2% 10px 0;
	}

	.Industry-hd ul li img {
		max-width: 70px;
	}

	.Industry-hd ul li span {
		font-size: 16px;
	}

	.Industry-more {
		width: 330px;
	}

	.Industry-more span {
		padding: 15px 10px;
		font-size: 16px;
	}

	.investor-relations {
		padding: 80px 0;
	}

	.investor-left,
	.investor-right {
		width: 100%;
		margin: 15px 0;
	}

	.investor_stock {
		max-width: 415px;
		margin: auto;
	}

	.stock_name .stock_title {
		width: 140px;
		font-size: 16px;
		margin-right: 20px;
	}

	.investor-img {
		max-width: 100%;
	}

	.stock_name {
		margin: 30px 0;
	}

	.investor-more a {
		margin: auto;
	}

	.investor-list img.img {
		max-width: 15px;
	}

	.inner-title,
	.index-title {
		text-align: center;
	}

	.investor-more {
		width: 100%;
		margin-top: 40px;
	}

	.work-class a,
	.investor-list a h3,
	.footer h3 {
		font-size: 18px;
	}

	.foot-menu ul li {
		font-size: 16px;
	}

	.investor_content {
		margin-top: 25px;
		border-radius: 20px;
	}

	.social-responsibility .memo {
		text-align: center;
	}

	.logo-link {
		display: none;
	}

	.foot-menu {
		width: 100%;
	}

	.footer-copyright img {
		max-width: 40px;
	}

	.about-dl dl dt {
		border-radius: 20px;
	}

	.purpose_dl dt,
	.purpose_dl dd,
	.about-dl dl dt,
	.about-dl dl dd {
		width: 100%;
	}

	.about-dl dl dt img {
		width: 100%;
	}

	.speech-content h3 {
		font-size: 25px;
	}

	.culture-list {
		height: 645px;
	}

	.banner h2 {
		font-size: 35px;
	}

	.about-dl dl {
		padding: 50px 0;
	}

	.team-box {
		padding: 30px 35px;
		border-radius: 14px;
		position: relative;
		margin-top: 70px;
	}

	.team-box::before {
		width: 55px;
		height: 55px;
		top: -7%;
		background-image: url(../icon11.png);
	}

	.footer {
		width: 100%;
		padding: 50px 0 60px 0;
	}

	.form-form ul li input {
		padding: 10px 10px;
	}

	.business-img img {
		width: 100%;
	}

	.business-content01 {
		display: none;
	}

	.business-content {
		position: relative;
	}

	.business-content02 {
		width: 100%;
		padding: 45px 30px;
	}

	.business-content .txt {
		height: auto;
		padding-right: 0;
		padding-bottom: 0;
	}

	.businesslink {
		padding-left: 75px;
		font-size: 16px;
		line-height: 50px;
	}

	.after {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
}

@media (max-width:768px) {
	.culture-list {
		height: 545px;
	}

	.speech-content p {
		margin-bottom: 20px;
	}

	.work-class .section {
		display: block;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}

	.work-class .section::-webkit-scrollbar {
		display: none
	}

	.work-class .section a {
		display: inline-block;
		width: auto;
		padding: 0 10px;
		line-height: 60px;
		margin: 0 10px 0 0;
	}

	.work-class a,
	.investor-list a h3,
	.footer h3 {
		font-size: 16px;
	}

	.form-form ul li input.button {
		line-height: 35px;
		font-size: 16px;
		padding: 10px 15px;
	}
}

@media (max-width:658px) {
	.index-banner-img {
		height: 460px;
	}

	.swiper-slide-txt h1 {
		font-size: 28px;
	}

	.swiper-slide-txt h2 {
		font-size: 15px;
		padding-left: 0;
	}

	.banner-pagination .swiper-pagination-bullet-active {
		width: 50px;
	}

	.banner-pagination span {
		width: 35px;
		margin: 0 3px;
	}

	.about-img {
		border-top-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	.num-box ul li {
		width: 48%;
		margin: 10px 1%;
	}

	.num-box ul li .counter {
		font-size: 28px;
	}

	.num-box ul li i {
		font-size: 18px;
	}

	.num-box ul li em,
	.num-box ul li span {
		font-size: 15px;
	}

	.about-txt .txt {
		margin: 30px auto;
	}

	.culture-list {
		height: 300px;
	}

	.form-form ul li.tel,
	.form-form ul li.email,
	.form-form ul li.company,
	.form-form ul li.name {
		width: 100%;
	}

	.form-form ul li {
		margin: 3px 0;
	}

	.inner-banner-img {
		height: 200px;
		padding: 0;
	}

	.banner h2 {
		font-size: 25px;
	}

	.culture-icon img {
		max-width: 32px;
	}

	.inner_team {
		padding: 45px 0;
	}

	.index-Industry {
		background-color: #fff;
	}

	.Industry-hd {
		width: 100%;
		max-width: 100%;
		position: relative;
		right: 0;
		background-color: #f1f1f1;
	}

	.Industry-hd ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.Industry-hd ul li {
		color: #000;
		width: auto;
		margin: 0 10px;
	}

	.Industry-hd ul li i {
		display: none;
	}

	.Industry-txt {
		padding: 50px 0 100px 0;
	}

	.Industry-content .box {
		height: 400px;
	}

	.Industry-txt .txt {
		width: 100%;
	}

	.Industry-hd ul li img {
		display: none;
	}

	.Industry-hd ul li span {
		font-size: 18px;
		margin: 25px 0;
	}

	.about-txt .txt a {
		font-size: 15px;
	}

	.Industry-more {
		width: 235px;
	}

	.Industry-more span {
		padding: 5px 10px;
		font-size: 16px;
	}

	.stock_name {
		line-height: 40px;
		padding-left: 120px;
		margin: 22px 0;
	}

	.stock_name .stock_title {
		width: 100px;
		font-size: 15px;
		height: 40px;
		margin-right: 20px;
	}

	.investor-more a {
		line-height: 43px;
		font-size: 15px;
		max-width: 168px;
	}

	.social-responsibility {
		height: 320px;
	}

	.index-title {
		margin-bottom: 30px;
	}

	.stock_name .stock_title_sg {
		font-size: 18px;
	}

	.stock_name .nowprice {
		font-size: 32px;
	}

	.investor-list a {
		width: 31.333%;
		padding: 5px 3px;
		margin: 4px 1%;
		min-height: 65px;
	}

	.inner_team,
	.inner-organizational,
	.index_about,
	.investor-relations {
		padding: 45px 0;
	}

	.investor-img {
		display: none;
	}

	.investor-list {
		position: relative;
	}

	.investor_content {
		margin-top: 25px;
		border-radius: 10px;
		padding: 45px 0;
		background-image: url(..//investor-img.jpg);
	}

	.cd-top {
		padding: 10px 0;
	}

	.cd-top img {
		margin: auto;
		max-width: 30px;
	}

	.foot-menu .foot_contlis {
		width: 100%;
		max-width: 100%;
	}

	.foot-menu .foot_contlis ul {
		display: none;
		background: #fff;
		padding: 10px;
	}

	.foot-menu .w2 li {
		width: 100%;
	}

	.menu02 .menu-ul li:nth-child(odd) {
		width: 100%;
	}

	.menu02 .menu-ul li:nth-child(even) {
		width: 100%;
	}

	.foot-menu h3 {
		line-height: 55px;
		margin: 0;
		font-size: 17px;
		border-bottom: 1px solid #dadada;
		position: relative;
	}

	.fold h3::after {
		background: url(../sanjiao.png) !important;
	}

	.foot_contlis h3::after {
		content: '';
		display: block;
		width: 12px;
		height: 11px;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -4px;
		background: url(../sanjiao-h.png);
	}

	.foot-menu ul li a {
		color: #000;
	}

	.modal-overlay {
		width: 100%;
		top: 0%;
		left: 0%;
		border-radius: 0;
		position: relative;
	}

	.close-btn {
		display: none;
	}

	.form-form ul li input {
		padding: 5px 10px;
	}

	.business-list {
		width: 100%;
		position: relative;
		overflow: hidden;
		border-radius: 10px;
		margin-bottom: 40px;
	}

	.about-dl dl dt {
		border-radius: 8px;
	}

	.about-dl dl {
		padding: 25px 0;
	}

	.team-title {
		text-align: center;
		cursor: pointer;
		font-size: 16px;
		color: #7a7a7a;
		margin-bottom: 35px;
	}

	.culture-txt h2 {
		margin: 15px 0 10px 0;
	}

	.purpose_dl dd .txt:before {
		display: none;
	}

	.purpose_dl dd .txt {
		padding-left: 0;
	}

	.culture-list {
		height: auto;
	}

	.culture-txt {
		width: 100%;
		padding: 45px 0;
	}

	.investor-more i {
		width: 14px;
	}

	.main {
		margin-top: 70px;
	}

	.map_i {
		left: 42%;
		width: 10px;
		height: 10px;
	}
}