* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
}

@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');
}

body,
div,
ul,
li,
a,
dl,
dd,
dt,
input,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

html,
body {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
	font-family: "HarmonyOS_Sans_SC_Regular";
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

input,
textarea,
select,
button,
area {
	appearance: button;
	-moz-appearance: button;
	-webkit-appearance: button;
	outline: none;
	font-family: "HarmonyOS_Sans_SC_Regular";
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul,
li,
dl,
dd,
dt {
	list-style: none;
}

a {
	text-decoration: none;
	color: #111;
	-webkit-transition: all ease-in .2s;
	-ms-transition: all ease-in .2s;
	-moz-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}

img {
	border: 0;
	display: block;
	font-size: 0;
}

body {
	color: #000;
	font-family: "HarmonyOS_Sans_SC_Regular";
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #fafafa;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.box {
	width: 100%;
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.section {
	width: 84%;
	max-width: 1420px;
	margin: 0 auto;
}

.header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	transition: 0.5s;
	z-index: 999;
}

.header .section {
	position: relative;
}

.header .logo {
	float: left;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .logo a {
	width: 190px;
	display: block;
}

.header .logo a img {
	max-width: 100%;
}

.header .menu {
	width: 73%;
	float: right;
	margin-right: 70px;
	padding: 12px 0;
}

.header .menu ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.header .menu ul li {
	text-align: center;
	position: relative;
}

.header .menu ul li a.menu-a {
	display: inline-block;
	position: relative;
	font-size: 20px;
	color: #000000;
	line-height: 86px;
}

.header .menu li .drop {
	background: rgba(255, 255, 255, 0.85);
	overflow: hidden;
	position: absolute;
	width: 240px;
	left: 50%;
	margin-left: -120px;
	padding: 10px 0;
	top: 100%;
	display: none;
	border-top: 1px solid #f0f0f0;
}

.header .menu li .drop ul {
	width: 100%;
	display: block;
	text-align: center;
}

.header .menu li .drop li {
	display: block;
	margin: 0;
	width: 100%;
}

.header .menu li .drop li a {
	padding: 0 10px;
	color: #111;
	line-height: 40px;
	font-size: 18px;
}

.header .menu li .drop li a:hover {
	color: #920d14;
}

.search_icon {
	width: 21px;
	height: 21px;
	position: absolute;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	top: 44px;
	background-image: url(../search.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	transition: 0.4s;
}

.m_menu {
	align-items: center;
	justify-content: center;
	width: 24px;
	position: absolute;
	right: 25px;
	top: 0;
	height: 76px;
	display: none;
	transition: 0.4s;
}

.m_menu span {
	display: block;
	transition: ease .6s;
	width: 24px;
	height: 2px;
	background: #920d14;
}

.m_menu .line2 {
	margin: 4px 0;
}

.m_menu.on .line3 {
	transform: translateY(-2px) rotate(-45deg);
}

.m_menu.on .line1 {
	transform: translateY(0px) rotate(45deg);
}

.m_menu.on .line2 {
	display: none;
}

.fixnav {
	width: 100%;
	background: #fff;
}

.fixnav a.menu-a {
	color: #000;
}

.header .menu ul li.on .menu-a,
.header .menu ul li:hover .menu-a {
	color: #920d14;
}

.index-title {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.index-title span {
	font-size: 40px;
	color: #323232;
	font-weight: bold;
	position: relative;
}

.index-title p {
	font-size: 19px;
	color: #868686;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.white-color {
	color: #fff !important;
}

.main-more {
	width: 100%;
	margin-top: 40px;
}

.main-more a {
	color: #920d14;
	display: block;
	padding-left: 18px;
	line-height: 42px;
	font-size: 17px;
	transition: 0.4s;
	position: relative;
	border-radius: 30px;
	background: #fff;
	border: 1px solid #920d14;
	max-width: 180px;
	margin: auto;
}

.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: #920d14;
	color: #fff;
}

/**/
.banner-swiper {
	position: sticky;
	top: 0;
	z-index: 1;
	overflow: hidden;
}

.swiper-slide-txt {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	color: #920d14;
}

.swiper-slide-txt h1 {
	font-size: 2.8vw;
	line-height: 1;
	max-width: 780px;
	animation-delay: 0.4s;
	text-shadow: 0 0 8px #ffffff;
}

.swiper-slide-txt h2 {
	font-size: 2.5vw;
	margin-top: 2%;
	animation-delay: 0.8s;
	text-shadow: 0 0 8px #ffffff;
}

.banner-swiper-link {
	position: relative;
	animation-delay: 1s;
	width: 100%;
	max-width: 360px;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
}

.banner-swiper-link a {
	border: 1px solid #fff;
	color: #fff;
	width: 45%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-right: 3%;
	line-height: 48px;
	font-size: 18px;
	position: relative;
	overflow: hidden;
}

.banner-swiper-link i {
	max-width: 18px;
	margin-left: 10px;
}

.swiper-slide-active span,
.swiper-slide-active h1,
.swiper-slide-active h2,
.swiper-slide-active .banner-swiper-link {
	animation-name: fadeInUp;
}

.index-banner-img {
	height: 870px;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1.2);
}

.swiper-slide-active .index-banner-img {
	transform: scale(1);
	transition: all 5.5s ease;
}

.banner-button {
	width: 110px;
	height: 50px;
	left: 5%;
	bottom: 4%;
	position: absolute;
	z-index: 10;
}

.banner-next,
.banner-prev {
	width: 50px;
	line-height: 50px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	background: rgba(240, 245, 248, 0.5);
	border-radius: 50%;
}

.banner-next {
	right: 0;
}

.banner-prev {
	left: 0
}

.banner-next:after,
.banner-prev:after {
	display: none;
}

.banner-next:hover,
.banner-prev:hover {
	background: #920d14;
}

.txt {
	font-size: 17px;
	line-height: 32px;
}

.button-pointer {
	left: 50%;
	bottom: 5%;
	z-index: 11;
	width: 110px;
	height: 110px;
	margin-left: -55px;
	position: absolute;
	text-align: center;
}

.button-pointer i {
	display: block;
	position: absolute;
	-webkit-animation-name: mouse;
	-webkit-animation-duration: 2.5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 2.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-name: mouse;
	animation-duration: 2.5s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-play-state: running;
	width: 21px;
	left: 50%;
	margin-left: -10.5px;
	height: 31px;
	background-image: url(../mos.png);
	background-size: 100%;
}

.button-pointer span {
	font-size: 14px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
}

/*index-about*/
.index-about {
	width: 100%;
	padding: 165px 0 190px 0;
	overflow: hidden;
	background-image: url(../about-bj.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 10;
}

.index-about .section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.video-img {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-img {
	width: 40%;
}

.about-img img {
	width: 100%;
	position: relative;
	z-index: 10;
}

.video {
	margin: 40px auto;
	z-index: 20;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 50%;
	margin-top: -28px;
	margin-right: -28px;
}

.video img {
	width: 100%;
	position: relative;
	z-index: 20;
	border-radius: 50%;
}

.video .video_lock01 {
	display: block;
	background: #920d14;
	z-index: 10;
	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;
}

.video .video_lock02 {
	display: block;
	background: #920d14;
	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;
}

.about-txt {
	width: 46%;
	color: #757575;
	overflow: hidden;
	text-align: justify;
}

.about-txt span {
	display: inline-block;
	font-size: 21px;
	color: #920d14;
	padding-left: 22px;
	position: relative;
}

.about-txt span:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	width: 8px;
	margin-top: -7px;
	height: 8px;
	border-radius: 50%;
	border: 3px solid #920d14;
}

.about-txt h1 {
	font-size: 45px;
	color: #000;
	margin: 10px 0 20px 0;
}

.about-more {
	background: #920d14;
	font-size: 18px;
	color: #fff;
	display: inline-block;
	margin-top: 60px;
	padding: 11px 55px;
	border-radius: 35px;
}

.about-more:hover {
	margin-left: 8px;
}

.about-num-video {
	overflow: hidden;
	width: 100%;
	padding: 65px 0;
}

/*index-news */
.index-news {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	padding: 120px 0;
	position: relative;
	z-index: 10;
}

.index-news .section {
	position: relative;
	z-index: 20;
}

.news_box {
	width: 100%;
	position: relative;
	z-index: 10;
}

.newsslide {
	width: 100%;
	display: block;
	padding: 35px 30px;
	overflow: hidden;
}

.newsslide h3 {
	font-size: 24px;
	line-height: 36px;
	min-height: 72px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #000;
	position: relative;
}

.newsslide .txt {
	color: #747474;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 22px 0;
}

.newsslide .box {
	height: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
	background: #f4f4f4;
}

.newsslide .box img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.newsslide:hover img {
	transform: scale(1.1, 1.1);
}

.newsslide span {
	display: block;
	font-size: 16px;
	color: #920d14;
	transition: 0.3s;
}

.newsslide i {
	max-width: 22px;
	margin-left: 10px;
	display: inline-block;
	overflow: hidden;
	transition: 0.3s;
}

.newsslide:hover h3 {
	color: #920d14;
}

.newsslide:hover i {
	margin-left: 15px;
}

.news-next,
.news-prev {
	width: 44px;
	line-height: 44px;
	height: 44px;
	margin-top: -22px;
	border-radius: 50%;
	background: #c9c9c9;
}

.news-next {
	right: -50px;
}

.news-prev {
	left: -50px;
}

.news-next:after,
.news-prev:after {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.news-next:hover,
.news-prev:hover {
	background: #696969;
}

#index-con {
	width: 100%;
	height: 60%;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	z-index: 9;
}

.news-pagination {
	width: 100%;
	text-align: center;
}

.news-pagination span {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	transition: 0.4s;
	background: #e4c2c4;
}

.news-pagination .swiper-pagination-bullet-active {
	background: #920d14;
}

/*index-Industry*/
.index-layout {
	width: 100%;
	background: #fff;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.slideTxtBox {
	width: 100%;
	position: relative;
}

.layout-hd {
	z-index: 10;
	width: 240px;
	height: 100%;
	top: 0;
	right: 17%;
	position: absolute;
	background-image: url(../layout-hd.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.layout-hd ul {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	position: absolute;
	max-width: 380px;
}

.layout-hd ul li {
	width: 100%;
	transition: 0.4s;
	cursor: pointer;
	position: absolute;
	padding-left: 100px;
	color: #fff;
}

.layout-hd ul li.layout_li01 {
	left: 97px;
	top: 94px;
}

.layout-hd ul li.layout_li02 {
	left: -12px;
	top: 43%;
}

.layout-hd ul li.layout_li03 {
	left: 80px;
	top: 79%;
}

.layout-hd ul li i {
	position: absolute;
	left: 0;
	top: 10px;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	font-size: 20px;
	z-index: 10;
	font-style: normal;
}

.layout-hd ul li.layout_li03 i {
	left: 0;
	top: 60px;
}

.layout-hd ul li img {
	width: 164%;
	transition: 0.3s;
	border: 1px solid #fff;
}

.layout-hd ul li.on,
.layout-hd ul li:hover {}

.layout-hd ul li.on img,
.layout-hd ul li:hover img {
	width: 210%;
}

.layout-middle {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 5;
}

.layout-content {
	width: 100%;
}

.layout-txt {
	width: 100%;
	position: absolute;
	bottom: 25%;
	left: 0;
	z-index: 10;
	color: #fff;
}

.layout-txt h4 {
	font-size: 41px;
}

.layout-txt span {
	display: inline-block;
	margin-top: 15px;
	font-size: 19px;
	text-align: justify;
	color: #fff;
	padding: 10px 15px;
	background: #920d14;
	border-radius: 30px;
}

.layout-content .box {
	width: 100%;
	height: 860px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*index-cases */
.index-cases {
	width: 100%;
	overflow: hidden;
	background-color: #f4f4f4;
	background-image: url(../cases.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 90px 0;
	position: relative;
	z-index: 10;
}

.cases-hd {
	width: 100%;
}

.cases-hd .section {
	position: relative;
}

.cases-hd .index-title {
	text-align: left;
}

.cases-hd ul {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	flex-wrap: wrap;
}

.cases-hd ul li {
	display: flex;
	flex-wrap: wrap;
	transition: 0.4s;
	cursor: pointer;
	font-size: 21px;
	line-height: 30px;
	position: relative;
	margin-left: 20px;
	padding: 25px 5px 25px 42px;
	color: #656565;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.cases-hd ul li img {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -16px;
	width: 32px;
	z-index: 10;
}

.cases-hd ul li.on,
.cases-hd ul li:hover {
	color: #000;
	font-weight: bold;
}

.cases-hd ul li.on::after,
.cases-hd ul li:hover::after {
	opacity: 1;
}

.cases-middle {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.cases-middle-swiper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.cases-middle-swiper ul {
	overflow: hidden;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.cases-middle-swiper ul li {
	width: 32%;
	margin: 15px 0;
	background: #fff;
	padding: 20px 20px;
	cursor: pointer;
}

.cases-middle-swiper ul li:nth-child(3n-1) {
	margin: 15px 2%;
}

.cases-content {
	width: 100%;
	position: relative;
}

.cases-content dl {
	width: 100%;
	position: relative;
	z-index: 30;
	overflow: hidden;
}

.cases-content dl dt {
	width: 100%;
	overflow: hidden;
}

.cases-content dl dt a {
	width: 100%;
	display: block;
	height: 310px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cases-content dl dt img {
	height: 100%;
	margin: 0 auto;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.cases-content dl:hover dt img {
	transform: scale(1.2, 1.2);
}

.cases-content dl dd .txt {
	line-height: 30px;
	margin-bottom: 25px;
}

.cases-content dl dd {
	width: 100%;
	color: #000;
	padding: 10px 10px;
	overflow: hidden;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.cases-content dl dd em {
	font-size: 3vw;
	font-style: normal;
	font-family: 'HarmonyOS_Sans_SC_Bold';
}

.cases-content dl dd h2 {
	font-size: 20px;
	margin: 15px 0;
}

.cases-content dl dd .txt i {
	font-size: 14px;
	display: inline-block;
	margin-right: 40px;
	position: relative;
	padding-left: 20px;
	font-style: normal;
}

.cases-content dl dd .txt i:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	width: 6px;
	margin-top: -5px;
	height: 6px;
	border-radius: 50%;
	border: 2px solid #920d14;
}

.cases-content dl dd a {
	display: inline-block;
	font-size: 16px;
	color: #920d14;
	transition: 0.3s;
}

.cases-content dl dd a i {
	max-width: 22px;
	margin-left: 10px;
	display: inline-block;
	overflow: hidden;
	transition: 0.3s;
}

.cases-content dl dd:hover a i {
	margin-left: 15px;
}

/*banner*/
.inner-title {
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
}

.inner-title h3 {
	font-size: 40px;
	color: #000;
	position: relative;
}

.inner-title em {
	display: inline-block;
	width: 40px;
	height: 5px;
	background: #920d14;
}

.inner-title p {
	font-size: 18px;
	color: #9c9c9c;
	position: relative;
}

.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;
	bottom: 58%;
	z-index: 20;
	color: #920d14;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 32px;
}

.banner h2 {
	font-size: 38px;
	position: relative;
}

.main-nav {
	width: 100%;
	position: relative;
	z-index: 10;
	overflow: hidden;
	color: #595959;
}

.main-nav .nav-now {
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
	line-height: 80px;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.main-nav .nav-now a {
	display: inline-block;
	color: #595959;
	transition: color .3s;
	position: relative;
}

.main-nav .nav-now a.hm {
	width: 20px;
}

.main-nav .nav-now a.hm::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	width: 19px;
	margin-top: -10px;
	height: 20px;
	background-image: url(../icon05.png);
	background-size: 100%;
}

.main-nav .nav-now i {
	font-style: normal;
	margin: 0 10px;
	color: #cbcbcb;
	display: inline-block;
}

.main-nav .nav-now a:hover {
	color: #920d14;
}

.work-class {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: -70px;
	z-index: 50;
}

.work-class .section {
	display: flex;
	flex-wrap: wrap;
	background: rgba(255, 255, 255, 0.85);
}

.work-class a {
	color: #000;
	font-size: 19px;
	line-height: 60px;
	display: block;
	text-align: center;
	position: relative;
	padding: 5px 5px;
}

.work-class a::before {
	content: '';
	width: 0;
	height: 3px;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	top: 0;
	background: #920d14;
}

.about-class a:first-child::before,
.work-class a.choose::before,
.work-class a.on::before,
.work-class a:hover::before {
	width: 100%;
}

.about-class a:first-child,
.work-class a.choose,
.work-class a.on,
.work-class a:hover {
	background: #f5f5f5;
}

.about-class a {
	width: 16.666%;
}

.p-class a {
	width: 25%;
}

/*inner-about */
.inner-about {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	padding: 90px 0;
	position: relative;
}

.inner-about .content {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.about-left {
	width: 50%;
	padding-right: 100px;
}

.about-left h1,
.about-left h2 {
	font-size: 45px;
}

.about-left h1 {
	color: #000;
	font-weight: bold;
}

.about-left h2 {
	color: #920d14;
}

.about-left em {
	display: inline-block;
	width: 40px;
	height: 5px;
	background: #920d14;
}

.about-left .box {
	margin-top: 100px;
}

.about-left .box img {
	width: 100%;
}

.about-right {
	width: 50%;
	padding-left: 100px;
	border-left: 1px solid #e4e4e4;
}

.about-right .txt {
	height: 800px;
	padding-right: 20px;
	padding-bottom: 20px;
	overflow: auto;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.about-right .txt p {
	margin-bottom: 30px;
}

.about-right .txt::-webkit-scrollbar {
	width: 4px;
	height: 1px;
}

.about-right .txt::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #920d14;
}

.about-right .txt::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #f3f3f3;
}

.inner-about .video-img {
	border-radius: 24px;
	margin-top: 100px;
}

.inner-about .video-img img {
	width: 100%;
}

.inner-history {
	width: 100%;
	padding: 120px 0;
	overflow: hidden;
	background: #f5f5f5;
}

.inner-history .section {
	position: relative;
}

.main-growth {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 99;
}

.main-growth .growth-mySwiper2 {
	width: 90% !important;
	margin: 8px auto;
}

.growth-dl {
	width: 100%;
	margin: 40px auto;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	justify-content: space-between;
}

.growth-dl dt {
	width: 33%;
	font-size: 3vw;
	color: #920d14;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	position: relative;
	top: -14px;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

.growth-dl dd {
	width: 65%;
	min-height: 150px;
	margin-left: 2%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	position: relative;
	top: -14px;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

.growthsection {
	position: relative;
	z-index: 10;
}

.growth-dl .growth-box-txt {
	font-size: 20px;
	line-height: 30px;
	color: #3b3b3b;
}

.growth-mySwiper2 .swiper-slide-active .growth-dl dd,
.growth-mySwiper2 .swiper-slide-active .growth-dl dt {
	opacity: 1;
	top: 0;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
	transition-delay: 0.4s;
}

.growth-time-box {
	margin-top: 50px;
	position: relative;
}

.growth-time-box .section {
	position: relative;
}

.growth-prev,
.growth-next {
	margin-top: -10px;
}

.growth-next {
	right: 0;
}

.growth-prev {
	left: 0;
}

.growth-prev:after,
.growth-next:after {
	font-size: 20px;
}

.growth-time-box::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 7px;
	left: 0;
	z-index: 1;
	background: #d8d8d8;
}

.time-title {
	text-align: center;
	cursor: pointer;
}

.time-title h2 {
	font-size: 18px;
	color: #343434;
	margin: 35px 0 15px 0;
}

.time-title::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -7px;
	z-index: 10;
	background: #fff;
	border: 4px solid #ddd;
	border-radius: 100%;
}

.swiper-slide-thumb-active .time-title {
	color: #920d14;
}

.swiper-slide-thumb-active .time-title::before {
	border: 4px solid #920d14;
}

.DevelopmentPath_icon {
	position: absolute;
	bottom: -160%;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

.DevelopmentPath_icon img {
	width: 90%;
	display: inline-block;
}

.DevelopmentPath_icon.on {
	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	transform: rotate(-60deg);
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

.inner-team {
	width: 100%;
	padding: 90px 0;
	overflow: hidden;
	background: #ffffff;
}

.inner-team .inner-title {
	text-align: left;
}

.team-main {
	width: 100%;
	position: relative;
}

.team-intro {
	width: 38%;
	float: left;
}

.team-content h1 {
	font-size: 47px;
}

.team-content h2 {
	font-size: 19px;
	margin-bottom: 15px;
}

.team-content .content {
	font-size: 16px;
	line-height: 30px;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.team-intro-img {
	width: 58%;
	float: right;
}

.teammySwiper {}

.teammySwiper .swiper-slide {
	width: 20%;
}

.teammySwiper .swiper-slide-thumb-active {
	width: 30%;
}

.newsimg {
	overflow: hidden;
	border-radius: 20px;
}

.team-button {
	width: 80px;
	position: relative;
	margin-top: 80px;
}

.team-next,
.team-prev {
	width: 36px;
	line-height: 36px;
	height: 36px;
	margin-top: -18px;
	border: 1px solid #c3c4c4;
	border-radius: 50%;
}

.team-next {
	right: 0;
}

.team-prev {
	left: 0;
}

.team-next:after,
.team-prev:after {
	font-size: 16px;
	color: #c3c4c4;
}

.team-next:hover:after,
.team-prev:hover:after {
	color: #fff;
}

.team-next:hover,
.team-prev:hover {
	border: 1px solid #920d14;
	background: #920d14;
}

.inner_honor {
	width: 100%;
	padding: 90px 0;
	overflow: hidden;
}

.honor-table {
	width: 100%;
	margin-bottom: 140px;
}

.honor-table table {
	width: 100%;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-collapse: collapse;
}

.honor-table table td {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	text-align: center;
}

.honor-table table td.honor-table-td01 {
	width: 48.75%;
}

.honor-table table td.honor-table-td02 {
	width: 36.25%;
}

.honor-table table td.honor-table-td03 {
	width: 15%;
}

.honor-table table td.honor-table-td04 {
	width: 40%;
}

.honor-table table td.honor-table-td05 {
	width: 20%;
}

.honor-table table td.honor-table-td06 {
	width: 25%;
}

.honor-table table td.honor-table-td07 {
	width: 15%;
}

.honor-table-bj {
	background: #920d14;
	color: #fff;
	line-height: 30px;
}

.honor-table-bj td {
	font-size: 22px;
	padding: 10px 20px;
}

.honor-table-body {
	background: #f0f0f0;
}

.honor-table-body td {
	font-size: 20px;
	padding: 15px 20px;
}

.honor_list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.honor_list ul li {
	width: 23%;
	margin: 20px 1%;
}

.honor_list ul li .box {
	border: 7px solid #fff;
	padding: 20px 20px;
	background: #fff;
}

.honor_list ul li img {
	max-width: 100%;
	margin: auto;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.honor_list ul li h4 {
	font-size: 20px;
	font-family: 'HarmonyOS_Sans_SC_Light';
	padding: 15px 0;
	text-align: center;
}

.honor_list ul li:hover .box {
	border: 7px solid #cecece;
	transition: 0.3s;
}

.honor_list ul li:hover img {
	transform: scale(1.1, 1.1);
}

.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0%;
	width: 100%;
	height: 100%;
	padding: 10px 50px;
	z-index: 1000;
}

.honorSwiper {
	position: fixed;
	height: 100%;
}

.img-box {
	position: absolute;
	top: 0;
	left: 0%;
	width: 100%;
	height: 100%;
	padding: 20px;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.img-box img {
	height: 80%;
	margin: 10% 0;
	width: auto !important;
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
}

#closePopup {
	color: #920d14;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 25px;
	font-size: 20px;
	background: #fff;
	border-radius: 50%;
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 1001;
	cursor: pointer;
}

.inner-culture {
	width: 100%;
	position: relative;
	padding: 90px 0;
	overflow: hidden;
	background-image: url(../culturebj.jpg);
	background-size: cover;
	background-position: top center;
}

.culture-img {
	width: 53%;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	bottom: 0;
}

.culture-img img {
	width: 100%;
}

.inner-culture .section {
	position: relative;
	z-index: 10;
}

.culture-list {
	width: 100%;
	overflow: hidden;
	margin-bottom: 60px;
}

.culture-list ul {
	width: 80%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.culture-list ul li {
	display: block;
	margin: 10px 10px 10px 0;
	position: relative;
	color: #fff;
	transition: 0.3s;
	cursor: pointer;
	padding: 25px 25px;
}

.culture-list ul li h4 {
	font-size: 19px;
	margin-bottom: 5px;
}

.culture-list ul li p {
	font-size: 18px;
	font-family: "HarmonyOS_Sans_SC_Light";
}

.culture-list ul li.w01 {
	width: 30%;
	background: #ce1634;
}

.culture-list ul li.w02 {
	width: 62%;
	background-image: url(../culture02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.culture-list ul li.w03 {
	width: 38%;
	background: #7e7e7e;
}

.culture-list ul li.w04 {
	width: 38%;
	background: #7e7e7e;
}

.culture-list ul li.w05 {
	width: 36%;
	color: #4d4d4b;
	background: #ebebeb;
}

.culture-txt {
	width: 100%;
	overflow: hidden;
}

.culture-txt ul {
	width: 60%;
	float: right;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.culture-txt ul li {
	display: block;
	margin: 10px 0;
	position: relative;
	color: #fff;
	font-size: 21px;
	line-height: 40px;
	transition: 0.3s;
	cursor: pointer;
}

.inner_video {
	width: 100%;
	position: relative;
	padding: 70px 0 100px 0;
	overflow: hidden;
}

.video_list {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.video_list a {
	width: 32%;
	margin: 10px 0;
	display: block;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}

.video_list a:nth-child(3n-1) {
	margin: 10px 2%;
}

.video_list a img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.video_list a:hover img {
	transform: scale(1.1, 1.1);
}

.video-icoon {
	margin: 40px auto;
	z-index: 20;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
}

.video-icoon img {
	width: 100%;
	position: relative;
	z-index: 20;
	border-radius: 50%;
}

.video-icoon .video_lock01 {
	display: block;
	background: #fff;
	z-index: 10;
	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;
}

.video-icoon .video_lock02 {
	display: block;
	background: #fff;
	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;
}

.inner_Product {
	position: relative;
	padding: 50px 0 100px 0;
}

.detail-content {
	width: 100%;
	overflow: hidden;
	padding: 100px 0;
}

.detail-content img {
	max-width: 100%;
	margin: 10px auto;
}

.detail-content h4 {
	font-size: 40px;
	text-align: center;
	font-family: 'HarmonyOS_Sans_SC_Bold';
	margin-bottom: 20px;
}

.product_intro {
	width: 100%;
	overflow: hidden;
	color: #444;
	font-size: 18px;
	line-height: 32px;
	font-family: "HarmonyOS_Sans_SC_Light";
}

.inner-news {
	width: 100%;
	overflow: hidden;
	padding: 80px 0;
	background: #fff;
}

.news-left {
	width: 64.6666%;
	margin: 0 1%;
	float: left;
}

.newsimg {
	display: block;
	width: 100%;
}

.news-right {
	width: 31.333%;
	margin: 0 1%;
	float: right;
}

.news-swiper-container {
	width: 100%;
	overflow: hidden;
}

.news-swiper-container .swiper-slide .box {
	max-height: 510px;
}

.news-swiper-container .swiper-slide .box img {
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.news-swiper-container .swiper-slide a:hover img {
	transform: scale(1.05, 1.05);
}

.pagination-button {
	position: absolute;
	background: rgba(0, 0, 0, 0.55);
	width: 100%;
	padding: 20px 20px;
	left: 0;
	bottom: 0;
	z-index: 10;
}

.news-swiper-pagination {
	max-width: 100px;
	float: left;
	color: #fff;
	font-size: 20px;
}

.news-swiper-pagination span {
	margin: 0 1px;
	line-height: 44px;
	display: inline-block;
	transition: 0.4s;
	color: #fff;
	font-size: 20px;
}

.button-button {
	width: 60px;
	height: 40px;
	float: right;
	position: relative;
}

.button-next,
.button-prev {
	width: 24px;
	line-height: 44px;
	height: 44px;
	margin-top: -22px;
}

.button-next {
	right: 0;
}

.button-prev {
	left: 0;
}

.button-next:after,
.button-prev:after {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

.honor-next {
	right: 0;
}

.honor-prev {
	left: 0;
}

.honor-next:after,
.honor-prev:after {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

.news_query {
	width: 100%;
	overflow: hidden;
	background: #fafafa;
	padding: 50px 0;
}

.news-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.list-a {
	overflow: hidden;
	position: relative;
	background: #fff;
	display: block;
	box-shadow: 0 0 16px #ccc;
	z-index: 10;
	color: #000;
}

.news-list a {
	width: 31.33%;
	margin: 15px 1%;
}

.list-a .box {
	background: #f4f4f4;
	height: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.list-a .box img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.newscontent {
	padding: 35px 40px;
	background-color: #fff;
}

.newscontent span {
	font-size: 22px;
	color: #a2a2a2;
}

.newscontent h2 {
	font-size: 24px;
	margin: 10px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.newscontent .txt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-family: "HarmonyOS_Sans_SC_Light";
	margin-bottom: 26px;
}

.newscontent i {
	display: inline-block;
	font-style: normal;
	border-left: 2px solid #920d14;
	font-size: 19px;
	padding: 4px 0 4px 15px;
	color: #454545;
}

.news-list a:hover h2 {
	color: #920d14;
}

.list-a:hover img,
.news-list a:hover img {
	transform: scale(1.1, 1.1);
}

.news-news a {
	width: 100%;
	padding: 45px 10px;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	transition: 0.3s;
	color: #000;
	border-bottom: 1px solid #cfcfcf;
}

.news-news .box {
	position: relative;
	min-height: 90px;
}

.union-news .box {
	padding: 0 50px 0 150px;
}

.gonggao-news .box {
	padding: 0 100px 0 150px;
}

.news-time {
	position: absolute;
	color: #555555;
	left: 0;
	top: 0;
}

.news-time:before {
	content: '';
	width: 33px;
	height: 100%;
	right: -40px;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	bottom: 0;
	background-image: url(../icon12.png);
	background-size: 100%;
}

.news-time span {
	display: block;
	text-align: center;
	font-size: 33px
}

.news-news .news-txt {
	width: 100%;
}

.news-news .news-txt h4 {
	font-size: 25px;
	margin-bottom: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.news-news .news-txt .txt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #555555;
}

.news-news .icon {
	position: absolute;
	right: 0;
	top: 50%;
	max-width: 35px;
	margin-top: -20px;
}

.news-news .icon img {
	max-width: 100%;
	filter: sepia(1);
	opacity: 0.5;
	transition: 0.3s;
}

.news-news a:hover h4 {
	color: #920d14;
}

.news-news a:hover .icon img {
	opacity: 1;
	filter: none;
}

.main-detail {
	width: 100%;
}

.main-detail .section {
	position: relative;
}

.main-detail_left {
	width: 75%;
	background-color: #ffffff;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.07);
	margin-top: -210px;
	position: relative;
	padding: 70px 95px;
	float: left;
}

.main-title {
	width: 100%;
	overflow: hidden;
}

.main-title h1 {
	font-size: 35px;
}

.news_time_auter {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 45px 0;
	padding: 15px 10px;
	background: #f7f7f7;
}

.main-title .news_time {
	width: auto;
	color: #920d14;
	font-size: 18px;
	position: relative;
}

.main-title .news_auter {
	color: #888;
	width: auto;
	font-size: 16px;
	margin-left: 40px;
	position: relative;
	padding-left: 25px;
}

.main-title .news_auter::before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -9px;
	z-index: 10;
	width: 16px;
	height: 18px;
	left: 0;
	background-image: url(../icon105.png);
}

.news-intro {
	width: 100%;
	font-size: 18px;
	line-height: 35px;
	overflow: hidden;
	color: #666666;
}

.main-detail_left .news-intro h3 {
	height: 40px;
	color: #333333;
	font-weight: bold;
	font-size: 20px;
	line-height: 40px;
	padding: 10px 0;
	margin: 10px 0;
	border-bottom: 1px solid #dcdcdc;
}

.main-detail_left .news-intro img {
	max-width: 100%;
	margin: 20px auto;
}

.main-detail_right {
	float: right;
	width: 20%;
}

.detail-news {
	width: 100%;
	position: -webkit-sticky;
	position: sticky;
	top: 84px;
	margin-top: 100px;
}

.detail-news h1 {
	width: 100%;
	overflow: hidden;
	padding: 25px 0;
	font-size: 26px;
	font-weight: bold;
	color: #920d14;
	position: relative;
	border-bottom: 1px solid #dcdcdc;
}

.detail-news ul {
	width: 100%;
}

.detail-news ul li {
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
	position: relative;
	border-bottom: 1px solid #dcdcdc;
}

.detail-news ul li img {
	width: 100%;
}

.detail-news ul li h3 {
	display: block;
	color: #000;
	font-size: 22px;
}

.detail-news ul li span {
	display: block;
	color: #999999;
	font-size: 18px;
	margin: 15px 0;
}

.detail-news ul li a {
	width: 100%;
	display: block;
	color: #666666;
	font-size: 18px;
	line-height: 28px;
	position: relative;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.hot-news ul li a:hover,
.detail-news ul li a:hover {
	color: #920d14;
}

.up-down {
	width: 100%;
	margin-top: 40px;
	border-top: 1px solid #eee;
}

.up-down ul {
	width: 100%;
}

.up-down ul li {
	width: 100%;
	font-size: 16px;
	margin: 15px 0;
}

.up-down ul li span {
	color: #888;
}

.up-down ul li a:hover {
	color: #920d14;
}

.t_button {
	margin-top: 55px;
}

.t_g4shen {
	font-size: 20px;
	color: #fff;
	line-height: 1.5;
	padding: 17.5px 82.5px;
	background: #920d14;
	display: inline-block;
	cursor: pointer;
}

.up-down {
	width: 100%;
	margin-top: 40px;
}

.up-down ul {
	width: 100%;
}

.up-down ul li {
	width: 100%;
	font-size: 16px;
	margin: 15px 0;
}

.up-down ul li span {
	color: #888;
}

.up-down ul li a:hover {
	color: #920d14;
}

.item_class {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	z-index: 10;
	margin-bottom: 40px;
}

.item_class a {
	color: #000;
	font-size: 20px;
	line-height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	margin: 0 20px;
	border-radius: 10px;
}

.item_class a img {
	margin-right: 15px;
}

.item_class i:last-child {
	display: none;
}

.item_class a.on,
.item_class a:hover {
	background: #920d14;
	color: #fff;
}

.item_class a.on img,
.item_class a:hover img {
	filter: brightness(100);
}

.layout_class i {
	display: inline-block;
	width: 3.5%;
	background: #ddd;
	height: 1px;
}

.cases_class a {
	padding: 18px 28px;
}

.layout_class a {
	padding: 18px 45px;
}

.innovation_class a {
	padding: 18px 45px;
}

.inner_layout {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
	background: #fafafa;
}

.map-img {
	width: 100%;
	margin: 50px auto 0 auto;
	text-align: center;
	color: #000;
	position: relative;
}

.map-img img {
	width: 100%;
}

.map-list {
	width: 46px;
	height: 46px;
	position: absolute;
	font-size: 18px;
}

.map-list a {
	position: absolute;
	z-index: 15;
	text-transform: uppercase;
	font-weight: bold;
}

.map-list a:hover {
	color: #920d14;
}

.map01 {
	left: 35%;
	top: 38.2%;
}

.map01 a {
	left: -39px;
	top: 12px;
}

.map02 {
	left: 36.2%;
	top: 39.8%;
}

.map02 a {
	display: block;
	width: 56px;
	left: 36px;
	top: 13px;
}

.map03 {
	left: 34.6%;
	top: 44.2%;
}

.map03 a {
	display: block;
	width: 99px;
	left: 0;
	top: 37px;
}

.map04 {
	left: 24.2%;
	top: 32.8%;
}

.map04 a {
	display: block;
	width: 99px;
	right: 32px;
	top: 12px;
}

.map05 {
	left: 68.4%;
	top: 18.5%;
}

.map05 a {
	display: block;
	width: 99px;
	left: 32px;
	top: 12px;
}

.map06 {
	left: 17.8%;
	top: 38.2%;
}

.map06 a {
	left: -75px;
	top: 10px;
}

.map07 {
	left: 27%;
	top: 22%;
}

.map07 a {
	left: -71px;
	top: 11px;
}

.map08 {
	left: 43.8%;
	top: 27.2%;
}

.map08 span {
	left: 50%;
	top: 10px;
	width: 165px;
}

.map08-1 {
	left: 42.5%;
	top: 28.2%;
}

.map08-1 span {
	left: 32%;
	top: 30px;
	width: 165px;
}

.map09 {
	left: 64.2%;
	top: 16.2%;
}

.map09 span {
	left: -75px;
	top: 10px;
}

.map10 {
	left: 69.5%;
	top: 25.2%;
}

.map10 span {
	left: 52px;
	top: 10px;
}

.map-list i::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #b72d38;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -5px;
	z-index: 10;
}

.map-list i::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../icon13.png);
	position: absolute;
	left: 0;
	z-index: 5;
	top: 0;
	border-radius: 100%;
	background-size: 100%;
	opacity: 0;
	-webkit-animation: mapi 1.5s ease-out;
	-moz-animation: mapi 1.5s ease-out;
	animation: mapi 1.5s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.map-list i {
	display: block;
	width: 48px;
	height: 48px;
	z-index: 10;
}

.item_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.item_list a {
	width: 32%;
	margin: 10px 0;
	display: block;
	background: #ffffff;
	color: #000;
	position: relative;
	border: 1px solid #e3e3e3;
}

.item_list a:nth-child(3n-1) {
	margin: 10px 2%;
}

.item_list .box {
	height: 310px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #eee;
}

.item_list .box img {
	height: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.item_list .content {
	padding: 30px 20px;
}

.item_list a h5 {
	font-size: 22px;
	line-height: 35px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.item_list a .link_ck {
	width: 100px;
	margin-top: 10px;
	padding-right: 30px;
	position: relative;
	font-size: 16px;
	line-height: 26px;
}

.item_list a::after {
	content: '';
	width: 0;
	height: 3px;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	bottom: 0;
	background: #920d14;
}

.after {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	transition: 0.3s;
	position: absolute;
	right: 0;
	background: #bfbfbf;
	top: 50%;
	margin-top: -13px;
}

.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;
}

.main-more .after {
	right: 15px;
}

.item_list a:hover::after {
	width: 100%;
}

.main-more a:hover .after,
.item_list a:hover .after {
	background: #920d14;
}

.main-more a:hover .after .after-a,
.item_list a:hover .after .after-a {
	transform: translate(25px, 0px);
	opacity: 0;
}

.main-more a:hover .after .after-b,
.item_list a:hover .after .after-b {
	transform: translate(0px, 0px);
	opacity: 1;
}

.item_list a:hover .box img {
	transform: scale(1.1, 1.1);
}

/*inner-job*/
.inner-job {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
	background: #fafafa;
}

.inner-job ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.inner-job ul li {
	width: 23%;
	margin: 20px 1%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 20px #eee;
	padding: 60px 45px;
	cursor: pointer;
}

.inner-job ul li h4 {
	font-size: 28px;
}

.inner-job ul li .txt {
	min-height: 120px;
	padding: 15px 0;
}

.inner-job ul li h5 {
	font-size: 19px;
}

.inner-job ul li span {
	color: #a0a0a0;
	font-size: 20px;
}

.inner-job ul li i {
	font-size: 17px;
	font-style: normal;
	line-height: 23px;
	display: inline-block;
	padding-right: 40px;
	transition: 0.3s;
	position: relative;
}

.inner-job ul li i::before {
	content: '';
	width: 23px;
	height: 23px;
	right: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	bottom: 0;
	background-image: url(../icon11.png);
	background-size: 100%;
}

.inner-job ul li a:hover i,
.inner-job ul li a:hover h4 {
	color: #01a7ed;
}

.inner_page {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	padding: 60px 0;
	font-size: 18px;
	line-height: 35px;
	color: #444;
}

.inner_page img {
	max-width: 100%;
	margin: 0 auto;
}

/*inner-contact */
.inner-contact {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	background-image: url(../contactbj.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 60px 0;
}

.inner-contact ul {
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.inner-contact ul li {
	overflow: hidden;
	width: 31%;
	float: left;
	color: #888888;
	font-size: 26px;
	margin: 35px 1%;
	position: relative;
}

.inner-contact ul li h4 {
	font-size: 25px;
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #d9d9d9;
}

.inner-contact ul li a {
	color: #888888;
}

.inner-contact ul li a:hover {
	color: #920d14;
}

.inner-contact ul li span {
	font-size: 16px;
	display: block;
	text-align: center;
	color: #888888;
}

.foot-menu-icon {
	width: 100%;
	margin-top: 18px;
	overflow: hidden;
	text-align: left;
}

.foot-menu-icon .img-icon {
	width: 30%;
	display: inline-block;
	margin-right: 2%;
	overflow: hidden;
}

.foot-menu-icon .img-icon img {
	max-width: 100%;
}

.foot-menu-icon a:hover {
	opacity: 0.8;
}

.form-form {
	width: 100%;
	overflow: hidden;
	background: #fafafa;
	padding: 70px 0 110px 0;
	position: relative;
}

.form-form ul {
	width: 100%;
	overflow: hidden;
}

.form-form ul li {
	overflow: hidden;
	float: left;
	margin: 15px 1%;
	position: relative;
}

.form-form ul li.w25 {
	width: 23%;
}

.form-form ul li.w100 {
	width: 98%;
}

.form-form ul li input {
	line-height: 30px;
	width: 100%;
	font-size: 17px;
	padding: 10px 35px 10px 20px;
	color: #000;
	background: #ffffff;
	border: 1px solid #d8d8d8;
	position: relative;
}

.form-form ul li textarea {
	width: 100%;
	height: 197px;
	line-height: 30px;
	padding: 10px 35px 10px 20px;
	font-size: 17px;
	background: #ffffff;
	border: 1px solid #d8d8d8;
	position: relative;
}

.form-form ul li i {
	font-style: normal;
	color: #ff0000;
	position: absolute;
	right: 15px;
	top: 0;
	width: 15px;
	height: 100%;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
}

.form-form ul li input::placeholder {
	color: #818181;
}

.form-form ul li textarea::placeholder {
	color: #818181;
}

.form-form ul li .button {
	width: 40%;
	max-width: 210px;
	display: block;
	margin: 10px 0;
	color: #ffffff;
	border: 0;
	line-height: 35px;
	font-size: 22px;
	border-radius: 35px;
	padding: 10px 15px;
	background: #920d14;
}

.form-form input::placeholder {
	color: #828282;
}

.qt-pagination {
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding: 60px 0;
	text-align: center;
}

.qt-pagination a {
	font-size: 16px;
	min-width: 40px;
	line-height: 40px;
	padding: 0 6px;
	display: inline-block;
	text-align: center;
	color: #920d14;
	border: 1px solid #cdcdcd;
}

.qt-pagination .pages,
.qt-pagination a:hover {
	background: #920d14;
	color: #fff;
}

.footer_box {
	width: 100%;
	overflow: hidden;
	background: #fff;
	color: #000000;
	border-top: 1px solid #eeeeee;
	position: relative;
	z-index: 10;
	padding: 50px 0;
}

.foot-logo-nav {
	width: 100%;
	padding: 30px 0;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	border-bottom: 1px solid #dadada;
}

.foot-logo {
	width: 20%;
	margin-right: 5%;
}

.foot-logo img {
	max-width: 100%;
}

.foot-nav {
	width: 75%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-nav a {
	display: block;
	width: 16.666%;
	color: #000;
	line-height: 59px;
	font-size: 21px;
}

.foot-box {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0;
}

.foot-span {
	width: 25%;
	padding: 10px 15px;
}

.foot-span p {
	font-size: 40px;
	position: relative;
	font-weight: 300;
}

.foot-menu {
	width: 75%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-box h3 {
	display: none;
	font-size: 21px;
	margin-bottom: 10px;
}

.foot_contlis {
	overflow: hidden;
	width: 16.666%;
}

.menu-ul {
	overflow: hidden;
	width: 100%;
}

.foot-menu ul li {
	width: 100%;
	font-size: 17px;
	margin: 20px 0;
	position: relative;
}

.foot-menu ul li a {
	color: #5f5f5f;
	font-family: "HarmonyOS_Sans_SC_Light";
	font-weight: 500;
}

.foot-menu ul li a:hover {
	color: #920d14;
}

.foot-contact {
	width: 25%;
	padding: 50px 75px;
	border-left: 1px solid #e4e4e4;
}

.foot-contact ul {
	width: 100%;
}

.foot-contact ul li {
	width: 100%;
	font-size: 20px;
	margin-bottom: 30px;
	padding-left: 40px;
	position: relative;
}

.foot-contact ul li.mail:before {
	content: '';
	width: 23px;
	height: 18px;
	transition: 0.3s;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 20;
	background-image: url(../icon02.png);
	background-size: 100%;
}

.foot-contact ul li.adr:before {
	content: '';
	width: 21px;
	height: 27px;
	transition: 0.3s;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 20;
	background-image: url(../icon03.png);
	background-size: 100%;
}

.foot-Support {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-Support .img {
	width: 60px;
	display: flex;
}

.foot-Support .img img {
	width: 100%;
}

.foot-copyright {
	width: 100%;
	padding: 35px 0;
	overflow: hidden;
	line-height: 25px;
	color: #000;
	font-size: 17px;
	border-top: 1px solid #eeeeee;
	position: relative;
	z-index: 10;
	background-color: #fff;
}

.foot-copyright .section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-copyright a {
	color: #000;
}

.foot-nav a:hover,
.foot-copyright a:hover {
	color: #920d14;
}

.cd-top {
	display: inline-block;
	height: 44px;
	width: 40px;
	position: fixed;
	bottom: 20px;
	right: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../top.png) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {
	opacity: 1;
}

.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}

@media (max-width:1660px) {
	.news_box {
		padding: 0 60px;
	}

	.news-next {
		right: 0;
	}

	.news-prev {
		left: 0;
	}

	.index-banner-img {
		height: 780px;
	}
}

@media (max-width:1550px) {
	.news-news a {
		padding: 35px 10px;
	}

	.news-time span {
		font-size: 28px;
	}

	.news-news .news-txt h4 {
		font-size: 22px;
	}

	.layout-content .box {
		height: 720px;
	}

	.header .menu {
		width: 70%;
		margin-right: 55px;
	}

	.newsslide {
		padding: 20px 15px;
	}

	.newsslide h3 {
		font-size: 26px;
	}

	.txt {
		font-size: 16px;
		line-height: 30px;
	}

	.about-more {
		font-size: 15px;
	}

	.about-txt h1 {
		font-size: 42px;
	}

	.index-title span {
		font-size: 36px;
	}

	.culture-list ul li h4,
	.newscontent i,
	.layout-txt span,
	.index-title p {
		font-size: 18px;
	}

	.cases-hd ul li {
		font-size: 19px;
	}

	.layout-txt h4 {
		font-size: 36px;
	}

	.culture-txt ul li {
		font-size: 19px;
	}

	.about-left h1,
	.about-left h2 {
		font-size: 42px;
	}

	.video {
		width: 46px;
		height: 46px;
		margin-top: -23px;
		margin-right: -23px;
	}

	.detail-news ul li span,
	.culture-list ul li p {
		font-size: 17px;
	}

	.inner-title h3 {
		font-size: 38px;
	}

	.history-txt h2 {
		font-size: 42px;
	}

	.banner h2 {
		font-size: 35px;
	}

	.newscontent h2 {
		font-size: 25px;
	}

	.newscontent span,
	.detail-news ul li h3 {
		font-size: 20px;
	}

	.main-title h1 {
		font-size: 32px;
	}

	.main-title .news_time {
		font-size: 16px;
	}

	.main-title .news_auter {
		font-size: 15px;
	}

	.item_class a {
		font-size: 19px;
	}

	.item_list a h5 {
		font-size: 20px;
	}

	.detail-content h4 {
		font-size: 35px;
	}

	.inner-contact ul li h4 {
		font-size: 21px;
	}

	.inner-contact ul li p {
		font-size: 22px;
	}

	.honor_list ul li h4 {
		font-size: 18px;
	}

	.honor-table-bj td {
		font-size: 22px;
	}

	.honor-table-body td {
		font-size: 20px;
	}
}

@media (max-width:1350px) {
	.item_class a {
		margin: 0 10px;
	}

	.cases_class a {
		padding: 12px 20px;
	}

	.innovation_class a {
		padding: 12px 30px;
	}

	.layout_class a {
		padding: 12px 30px;
	}

	.item_list .content {
		padding: 30px 20px;
	}

	.inner-title h3 {
		font-size: 30px;
	}
}

@media (max-width:1200px) {
	.news-time span {
		font-size: 24px;
	}

	.news-news .news-txt h4 {
		font-size: 20px;
	}

	.news-news a {
		padding: 28px 10px;
	}

	.banner-swiper {
		position: relative;
	}

	.honor-table-bj td {
		font-size: 20px;
	}

	.honor-table-body td {
		font-size: 18px;
	}

	.item_class a {
		font-size: 18px;
	}

	.main-detail_left {
		margin-top: -170px;
		padding: 50px 75px;
	}

	.index-banner-img {
		height: 680px;
	}

	.layout-content .box {
		height: 680px;
	}

	.layout-hd ul li.layout_li01 {
		left: 73px;
		top: 60px;
	}

	.layout-hd ul li.layout_li03 {
		left: 60px;
		top: 76%;
	}

	.layout-hd ul li {
		padding-left: 69px;
	}

	.layout-hd ul li img {
		width: 112%;
	}

	.layout-hd ul li.on img,
	.layout-hd ul li:hover img {
		width: 140%;
	}

	.newsslide h3 {
		font-size: 22px;
	}

	.about-left {
		padding-right: 50px;
	}

	.about-right {
		padding-left: 50px;
	}

	.work-class {
		margin-top: 0;
	}

	.work-class .section {
		width: 100%;
		background: #f5f5f5;
	}

	.about-class a:first-child,
	.work-class a.choose,
	.work-class a.on,
	.work-class a:hover {
		background: #fff;
	}

	.work-class a {
		font-size: 18px;
	}
}

@media (max-width:1140px) {
	.honor_list ul li h4 {
		font-size: 17px;
	}

	.index-banner-img {
		height: 580px;
	}

	.swiper-slide-txt h1 {
		font-size: 28px;
	}

	.swiper-slide-txt h2 {
		font-size: 25px;
	}

	.header {
		z-index: 9999;
		background: #fff;
		height: 76px;
	}

	.header .section {
		width: 100%;
		max-width: 100%;
		padding: 0 25px;
	}

	.m_menu {
		display: flex;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 76px;
		background: #920d14;
		width: 100%;
		display: none;
		z-index: 999;
		margin: 0;
	}

	.header .menu ul {
		display: block;
		width: 100%;
		overflow: hidden;
		float: none;
	}

	.header .menu ul li {
		width: 100%;
		text-align: left;
		padding: 0;
		position: relative;
		border-bottom: 1px solid #a73c41;
	}

	.header .menu ul li a.menu-a {
		padding: 0;
		display: inline-block;
		line-height: 50px;
		color: #fff;
		font-size: 18px;
		margin-left: 25px;
	}

	.header .menu>ul>li:nth-child(2):after,
	.header .menu>ul>li:nth-child(3):after,
	.header .menu>ul>li:nth-child(4):after,
	.header .menu>ul>li:nth-child(6):after,
	.header .menu>ul>li:nth-child(7):after {
		width: 12px;
		height: 7px;
		content: '';
		display: block;
		position: absolute;
		right: 25px;
		background-image: url(../menu-span-w.png);
		background-repeat: no-repeat;
		top: 21px;
	}

	.header .menu li .drop ul {
		width: 100%;
		padding: 0;
	}

	.header .menu li .drop {
		position: static;
		width: 100%;
		margin: 0;
	}

	.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 {
		display: block;
		font-size: 16px;
		text-align: center;
	}

	.fixnav a.menu-a,
	.header .menu ul li a.menu-a,
	.header .menu ul li.on .menu-a,
	.header .menu ul li:hover .menu-a {
		color: #fff;
	}

	.header .logo {
		height: 76px;
	}

	.header .logo a {
		width: 140px;
	}

	.search_icon {
		margin-top: 0;
		top: 28px;
		right: 60px;
		position: absolute;
	}

	.banner-swiper,
	.banner {
		margin-top: 76px;
	}

	.fixnav .menu ul li.on a.a1 {
		color: #fff !important;
	}

	.about-img,
	.about-txt {
		width: 100%;
		margin: 10px 0;
	}

	.about-txt h1 {
		font-size: 38px;
	}

	.cases-hd .index-title {
		text-align: center;
	}

	.cases-hd ul {
		position: static;
		width: 100%;
		justify-content: center;
		margin-bottom: 40px;
	}

	.index-cases {
		padding: 90px 0 50px 0;
	}

	.cases-button {
		position: relative;
	}

	.foot-copyright {
		font-size: 15px;
	}

	.foot-nav,
	.foot-span {
		display: none;
	}

	.foot-box h3 {
		display: block;
	}

	.foot-menu {
		width: 100%;
	}

	.banner h2 {
		font-size: 32px;
	}

	.about-left h1,
	.about-left h2 {
		font-size: 38px;
	}

	.about-left .box {
		margin-top: 60px;
	}

	.inner-about .video-img {
		border-radius: 24px;
		margin-top: 60px;
	}

	.culture-list ul {
		width: 100%;
	}

	.culture-txt ul li {
		font-size: 18px;
	}
}

@media (max-width:999px) {
	.img-box img {
		height: auto;
		margin: 0 10px;
		width: 80% !important;
	}

	#closePopup {
		top: 90px
	}

	.map-list {
		font-size: 16px;
	}

	.growth-dl dt,
	.growth-dl dd {
		width: 100%;
	}

	.growth-dl dt {
		font-size: 30px;
	}

	.growth-dl .growth-box-txt {
		font-size: 16px;
		line-height: 30px;
		color: #3b3b3b;
	}

	.growth-dl {
		width: 100%;
		margin: 20px auto;
	}

	.growth-time-box {
		margin-top: 10px;
		position: relative;
	}

	.main-detail_left {
		width: 100%;
		margin-top: -60px;
	}

	.main-detail_right {
		display: none;
	}

	.index-about {
		padding: 105px 0 120px 0;
	}

	.work-class a {
		font-size: 17px;
	}

	.inner-banner-img {
		padding-top: 43%;
	}

	.about-left h1,
	.about-left h2 {
		font-size: 35px;
	}

	.about-class .section {
		display: block;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}

	.about-class .section::-webkit-scrollbar {
		display: none
	}

	.about-class .section a {
		display: inline-block;
		width: auto;
		padding: 2px 15px;
	}

	.main-nav .nav-now {
		font-size: 16px;
		line-height: 60px;
	}

	.culture-txt ul li {
		font-size: 17px;
	}

	.about-left,
	.about-right,
	.news-left,
	.news-right {
		width: 100%;
		margin: 15px 0;
		padding: 0;
	}

	.item_list a,
	.news-list a,
	.form-form ul li.w25,
	.inner-job ul li,
	.honor_list ul li,
	.inner-contact ul li,
	.video_list a {
		width: 48%;
		margin: 10px 1%;
	}

	.video_list a:nth-child(3n-1),
	.item_list a:nth-child(3n-1) {
		margin: 10px 1%;
	}

	.culture-list ul li.w01,
	.culture-list ul li.w02,
	.culture-list ul li.w03,
	.culture-list ul li.w04,
	.culture-list ul li.w05 {
		width: 100%;
	}

	.culture-list ul,
	.culture-txt ul {
		width: 100%;
	}
}

@media (max-width:865px) {
	.cases-middle-swiper ul li {
		width: 48%;
		margin: 15px 1%;
	}

	.cases-middle-swiper ul li:nth-child(3n-1) {
		margin: 15px 1%;
	}

	.cases-content dl dt a {
		height: 227px;
	}
}

/*banner媒体查询*/
@media (max-width:768px) {
	.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%;
	}

	.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;
	}

	.cases_class a,
	.innovation_class a,
	.layout_class a {
		padding: 8px 10px;
	}

	.layout_class i {
		display: none;
	}

	.item_class a img {
		margin-right: 10px;
		max-width: 24px;
		margin-top: 3px;
		float: left;
	}

	.cases_class,
	.innovation_class {
		display: block;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}

	.cases_class::-webkit-scrollbar,
	.innovation_class::-webkit-scrollbar {
		display: none
	}

	.cases_class a,
	.innovation_class a {
		display: inline-block;
		width: auto;
		margin: 0 10px 0 0;
	}
}

@media (max-width:658px) {
	.item_list .content {
		padding: 15px 15px;
	}

	.item_class a {
		font-size: 16px;
	}

	.cases-content dl dt a {
		height: 160px;
	}

	.cases-middle-swiper ul li {
		padding: 10px 10px;
	}

	.honor-table-bj td {
		font-size: 16px;
		padding: 5px 5px;
	}

	.honor-table-body td {
		font-size: 15px;
		padding: 5px 5px;
	}

	.honor_list ul li .box {
		padding: 10px 10px;
	}

	.section {
		width: 100%;
		padding: 0 22px;
	}

	.work-class .section {
		padding: 0;
	}

	.news_box {
		padding: 0 47px;
	}

	.newsslide .box {
		height: auto;
		margin-bottom: 20px;
	}

	.newsslide .box img {
		width: 100%;
	}

	.newsslide span {
		font-size: 15px;
	}

	.newsslide i {
		max-width: 15px;
	}

	.news-next,
	.news-prev {
		width: 36px;
		height: 36px;
		margin-top: -18px;
	}

	.news-next:after,
	.news-prev:after {
		font-size: 15px;
	}

	.news-pagination span {
		margin: 0 3px;
		width: 6px;
		height: 6px;
	}

	.layout-hd {
		width: 100%;
		right: 0;
		background: none;
		height: auto;
		position: relative;
	}

	.layout-hd ul {
		display: flex;
		flex-wrap: wrap;
		max-width: 100%;
		position: relative;
	}

	.layout-hd ul li {
		width: 33.333%;
		margin: 0;
		position: static;
		padding: 0;
	}

	.layout-hd ul li i {
		display: none;
	}

	.layout-hd ul li img,
	.layout-hd ul li.on img,
	.layout-hd ul li:hover img {
		width: 100%;
	}

	.layout-hd ul li.layout_li01,
	.layout-hd ul li.layout_li02,
	.layout-hd ul li.layout_li03 {}

	.layout-content .box {
		height: 380px;
	}

	.layout-content .box img {
		height: 100%;
	}

	.history-txt {
		width: 100%;
		height: auto;
		padding: 60px 10px;
		border-radius: 0;
		border: 1px solid #fff;
	}

	.history-txt h2 {
		margin-top: 0;
	}

	.button-pointer {
		width: 90px;
		margin-left: -45px;
		height: 80px;
	}

	.button-pointer span {
		font-size: 12px;
	}

	.button-pointer i {
		width: 14px;
		left: 50%;
		margin-left: -7px;
		height: 20px;
	}

	.qt-pagination {
		padding: 30px 0;
	}

	.index-about,
	.index-news,
	.index-cases,
	.inner-about,
	.inner-history,
	.inner-culture,
	.inner-news,
	.inner_Product,
	.detail-content,
	.inner-contact,
	.form-form,
	.inner_honor,
	.inner_video {
		padding: 50px 0;
	}

	.honor-table {
		margin-bottom: 50px;
	}

	.inner-about .video-img {
		border-radius: 6px;
		margin-top: 30px;
	}

	.history-button {
		margin: 25px auto 0 auto;
	}

	.txt {
		font-size: 15px;
		line-height: 22px;
	}

	.about-txt span {
		font-size: 16px;
	}

	.about-more {
		margin-top: 30px;
		padding: 10px 40px;
	}

	.about-txt h1 {
		font-size: 25px;
	}

	.newsslide {
		padding: 10px 10px;
	}

	.newsslide h3 {
		font-size: 20px;
		min-height: auto;
	}

	.index-title span {
		font-size: 25px;
	}

	.culture-list ul li h4,
	.newscontent i,
	.index-title p {
		font-size: 16px;
	}

	.layout-txt span {
		font-size: 14px;
	}

	.cases-hd ul li {
		font-size: 16px;
		margin-left: 10px;
		padding: 15px 5px 15px 28px;
	}

	.cases-hd ul li img {
		max-width: 24px;
		margin-top: -12px;
	}

	.layout-txt h4 {
		font-size: 24px;
	}

	.cases-content dl dd em {
		font-size: 20px;
	}

	.cases-content dl dd h2 {
		font-size: 16px;
		margin: 10px 0;
	}

	.casesmySwiper .swiper-slide {
		transform: scale(0.7);
	}

	.cases-content dl dd .txt {
		min-height: auto;
		display: none;
	}

	.cases-content dl dd a {
		font-size: 12px;
	}

	.cases-content dl dd a i {
		max-width: 13px;
		margin-left: 6px;
	}

	.casesmySwiper .swiper-slide-active {
		transform: scale(1);
	}

	.main-nav .nav-now a.hm::before {
		width: 16px;
		margin-top: -9px;
		height: 17px;
	}

	.main-nav .nav-now {
		font-size: 14px;
		line-height: 48px;
	}

	.main-nav .nav-now i {
		margin: 0 6px;
	}

	.inner_page,
	.culture-txt ul li {
		font-size: 16px;
		line-height: 29px;
	}

	.about-left h1,
	.about-left h2 {
		font-size: 28px;
	}

	.video {
		width: 38px;
		height: 38px;
		margin-top: -16px;
		margin-right: -16px;
	}

	.detail-news ul li span,
	.culture-list ul li p {
		font-size: 16px;
	}

	.inner-title h3 {
		font-size: 28px;
	}

	.history-txt h2 {
		font-size: 28px;
	}

	.banner h2 {
		font-size: 25px;
	}

	.newscontent h2 {
		font-size: 18px;
	}

	.newscontent span,
	.detail-news ul li h3 {
		font-size: 18px;
	}

	.main-title h1 {
		font-size: 26px;
	}

	.main-title .news_time {
		font-size: 15px;
	}

	.main-title .news_auter {
		font-size: 14px;
	}

	.item_class a {
		font-size: 16px;
	}

	.item_list a h5 {
		font-size: 18px;
		line-height: 28px;
		min-height: auto;
	}

	.detail-content h4 {
		font-size: 26px;
	}

	.inner-contact ul li h4 {
		font-size: 18px;
	}

	.inner-contact ul li p {
		font-size: 18px;
	}

	.foot-logo {
		width: 32%;
	}

	.index-title {
		margin-bottom: 30px;
	}

	.foot-copyright {
		padding: 15px 0;
	}

	.footer_box {
		padding: 25px 0;
	}

	.history-txt .txt {
		padding: 0 10px;
	}

	.honor_list ul li h4 {
		font-size: 16px;
	}

	.form-form ul li.w25,
	.form-form ul li.w100 {
		width: 98%;
		margin: 5px 1%;
	}

	.item_list a,
	.news-list a,
	.inner-job ul li,
	.honor_list ul li,
	.inner-contact ul li,
	.video_list a {
		width: 98%;
		margin: 10px 1%;
	}

	.news-swiper-container .swiper-slide .box {
		max-height: 100%;
	}

	.inner-title em {
		width: 30px;
		height: 3px;
	}

	.list-a .box,
	.item_list .box {
		height: auto;
	}

	.item_list .box img,
	.list-a .box img {
		width: 100%;
		height: auto;
	}

	.form-form ul li .button {
		width: 60%;
		line-height: 35px;
		font-size: 18px;
		padding: 5px 15px;
	}

	.pagination-button {
		padding: 10px 10px;
	}

	.newscontent {
		padding: 15px 20px;
		background-color: #fff;
	}

	.list-a {
		box-shadow: 0 0 20px #eee;
	}

	.newscontent i {
		padding: 2px 0 2px 10px;
	}

	.header .section {
		padding: 0 22px;
	}

	.m_menu {
		right: 22px;
	}

	.work-class a {
		font-size: 15px;
		line-height: 41px;
	}

	.video_list a {
		border-radius: 8px;
	}

	.button-next:after,
	.button-prev:after {
		font-size: 16px;
	}

	.main-detail_left {
		margin-top: -30px;
		padding: 30px 25px;
	}

	.news_time_auter {
		margin: 20px 0;
		padding: 5px 10px;
	}

	.main-title h1 {
		font-size: 22px;
	}

	.news-intro {
		font-size: 16px;
		line-height: 30px;
	}

	.item_list a .after {
		width: 20px;
		height: 20px;
		margin-top: -10px;
	}

	.search-box {
		background: rgb(146, 13, 20, 0.9);
	}

	.searchform .close {
		color: #fff;
		right: 20px;
		border: 1px solid #fff;
	}

	.searchform form {
		width: 100%;
		border-bottom: 1px solid #fff;
	}

	.searchform form .search_input::placeholder {
		color: #fff;
	}

	.searchform form .submit {
		width: 20%;
		background: url(../search-w.png) center no-repeat;
	}

	.searchform form .search_input {
		width: 80%;
		color: #fff;
	}

	.newscontent h2 {
		-webkit-line-clamp: 4;
	}

	.map-list {
		font-size: 12px;
	}

	.map-list {
		width: 20px;
		height: 20px;
	}

	.map-list i {
		display: block;
		width: 20px;
		height: 20px;
		z-index: 10;
	}

	.map-list i::before {
		width: 6px;
		height: 6px;
		margin-left: -3px;
		margin-top: -3px;
	}

	.map02 a {
		display: block;
		width: 56px;
		left: 11px;
		top: -1px;
	}

	.map03 a {
		display: block;
		width: 99px;
		left: -19px;
		top: 26px;
	}

	.map04 a {
		display: block;
		width: 42px;
		right: 22px;
		top: -7px;
	}

	.map05 a {
		display: block;
		width: 61px;
		left: 16px;
		top: 0px;
	}

	.map06 a {
		left: -51px;
		top: 10px;
	}

	.map07 a {
		left: -35px;
		top: -14px;
	}

	.news-time span {
		font-size: 19px;
	}

	.news-news .news-txt h4 {
		font-size: 16px;
		margin-bottom: 2px;
	}

	.news-news a {
		padding: 15px 10px;
	}

	.news-news .box {
		position: relative;
		min-height: 50px;
	}

	.union-news .box {
		padding: 0 20px 0 80px;
	}

	.news-time:before {
		right: -21px;
	}

	.news-news .icon {
		max-width: 22px;
		margin-top: -32px;
	}

	.gonggao-news .box {
		padding: 0 59px 0 80px;
	}
}