:root {
	--bgs: #eef0f7;
	--green: #6fb92c;
	--blue: #3071b7;
	--color: #028b79;
	--colors: #fa9f1b;
	--yellow: linear-gradient(90deg, rgba(17, 54, 147, 1) 0%, rgba(24, 152, 213, 1) 100%);
	--swiper-preloader-color: #014099;
}
@font-face{
	src:url(../fonts/HarmonyOS_Sans_SC_Light.ttf);
	font-family:"myfont";
	}
@font-face{
	src:url(../fonts/HarmonyOS_Sans_SC_Medium.ttf);
	font-family:"title";
	}
*{
	padding:0;
	margin:0;
	list-style:none;
	font-family:"myfont",Arial,sans-serif;
	}
@font-face {
  font-family: 'iconfont';
  src:url(../icons/iconfont.eot);
  src: url(../icons/iconfont.eot?#iefix) format('embedded-opentype'),
  url(../icons/iconfont.woff) format('woff'),
  url(../icons/iconfont.ttf) format('truetype'),
  url(../icons/iconfont.svg#iconfont) format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
input{
	-webkit-appearance: none;
}
input:focus,textarea:focus{
	outline:none;
	}
.clear{
	clear:both;
	}
a{
	text-decoration:none;
	}
p{
	font-size: 1.5rem;
	color: #333;
	line-height: 1.7;
	letter-spacing: 0.5px;
}
body,html{
	font-size: 62.5%;
	background: #fff;
}
.w_all{
	width: 82%;
	margin: 0 auto;
	max-width: 1440px;
}
.w_all2{
	width: 68%;
	margin: auto;
}
header{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 22;
}

header.active{
	background: rgba(255, 255, 255, 1);
}
header.active3{
	background: rgba(255, 255, 255, 1);
}
header nav{
	width: 100%;
	padding: 0 50px;
	display: flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: space-between;
}
header .logo img{
	height: 46px;
	position: relative;
	z-index: 10;
}
header .logo img:last-of-type{
	display:none
}
header.active .logo img{
	display: none;
}
header.active .logo :last-of-type{
	display:block
}
header.active3 .logo img{
	display: none;
}
header.active3 .logo :last-of-type{
	display:block
}
header ul{
	display:flex;
	width:85rem;
	justify-content: space-between;
}
header ul li{
	position:relative;
}
header ul li > a{
	color:#fff;
	font-size: 1.7rem;
	line-height: 80px;
	font-family: "title";
	letter-spacing: 1px;
}
header.active ul li > a{
	color: rgba(0, 0, 0, 0.8);
}
header.active3 ul li > a{
	color: rgba(0, 0, 0, 0.8);
}
header ul li > a i{
	margin-left: 8px;
	display: none;
}
header ul li > a::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 2px;
	background: var(--colors);
}
header ul li > a.active::before{
	width: 100%;
}
header .others{
	display: flex;
	align-items: center;
}
header .others .rr{
	margin-left: 4rem;
	display: flex;
	color: #fff;
	align-items: center;
	font-size: 1.6rem;
	justify-content: flex-end;
}
header.active .others .rr{
	color: rgba(0, 0, 0, 0.8);
}
header.active3 .others .rr{
	color: rgba(0, 0, 0, 0.8);
}
header .others img{
	width: 25px;
	margin-right: 8px;
}
header .others .rr:first-of-type img{
	width: 27px;
}
header .others img:last-of-type{
	display: none;
}
header.active .others img{
	display: none;
}
header.active .others img:last-of-type{
	display:block
}
header.active3 .others img{
	display: none;
}
header.active3 .others img:last-of-type{
	display:block
}
.sBg{
	width: 100%;
	top: 80px;
	position: fixed;
	left: 0;
	background: #eee;
	height: 60px;
	z-index: -1;
	display: none;
}
.s_menu{
	position: absolute;
	display:none;
	top: 80px;
	left: 0%;
	width: max-content
}
.s_menu dl {
    border-radius: 10px;
	display: flex;
}
.s_menu dd a{
	font-size: 1.5rem;
	margin: 20px 0;
	margin-right: 3rem;
	display: block;
	cursor: pointer;
	color: #1a1a1a;
	transition: all 0.3s linear;
	border-right: 1px solid #ccc;
	padding-right: 3rem;
}
.s_menu dd dd:last-of-type a{
	border: none;
}
.s_menu dd a:hover{
    color: var(--colors);
}
.lines .ss {
	height: 100vh;
	position: fixed;
	left: 18.5%;
	top: 0px;
	z-index: 10;
	box-sizing: border-box;
	border-left: 2px solid rgba(255, 255, 255, 0.1);
}
.lines .ss:last-of-type{
	left: initial;
	right: 18.5%;
}
.animated04 {
	transition: all 0.4s ease;
}
.scroll {
	position: absolute;
	left: 50%;
	bottom: 5%;
	width: 1px;
	height: 9rem;
	z-index: 333;
	background: rgba(255, 255, 255, 0.3);
	transform: translateX(-50%);
}
.scroll span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 40%;
	background: #fff;
	animation: slideInDown 1.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite
}
@keyframes slideInDown {
	0% {
		top: 0%;
	}

	100% {
		top: 60%;
	}
}

.full_slider {
	width: 100%;
	height: 100vh;
	z-index: 2;
	overflow: hidden;
	background: var(--color);
}

.full_slider>.swiper-wrapper {
	display: block;
}

.full_item {
	position: relative;
	width: auto;
	height: 100%;
	overflow: hidden;
	background: var(--color);
}

.full_item .inner {
	width: 100%;
	height: 100%;
	position: relative;
	box-sizing: border-box;
}
.sec_footer {
	height: auto;
	overflow: initial;
}
.full_pagination {
	position: absolute;
	color: #fff;
	left: 1%;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
}
.full_pagination span {
	display: block;
	margin: 10px auto;
	width: 4px !important;
	height: 4px !important;
	background: #fff;
	opacity: 0.7 !important;
	border: 2px solid transparent;
}
.full_pagination span.swiper-pagination-bullet-active{
	background: none !important;
	border-color:  #fff;
	width: 6px !important;
	height: 6px !important;
	opacity: 0.7 !important;
}
/* banner 第一屏 */
.banner .swiper-slide{
	width: 100%;
	position: relative;
}
.banner .swiper-slide::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.1;
	z-index: 2;
}
.banner video{
	display: block;
	width: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	object-fit: fill;
}
.banner .bgs{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: scale(1.1);
	transition: all 4s linear;
}
.banner .bgs.active{
	transform: scale(1);
}
.banner .ban_txt{
	position: absolute;
	left: 50%;
	top:52%;
	transform: translate(-50%,-50%);
	z-index: 6;
	text-align: center;
}
.banner .swiper-container{
	height: 100%;
}
.banner .swiper-slide#b3 .bgs{
   background-position: left 10% !important;
}
.banner h3 {
	color: #fff;
	font-size: 7rem;
	line-height: 1.4;
	font-family:"title";
	font-weight: normal;
	letter-spacing: 4px;
	text-shadow: 0 2px 10px rgba(17, 54, 147, 0.1);
}
.banner p {
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.4;
	letter-spacing: 1px;
	margin: 2rem 0 6rem;
	text-shadow: 0 2px 10px rgba(17, 54, 147, 0.1);
}
.banner .bottom{
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner .ll{
	color: #fff;
	position: static;
	margin: 0;
	opacity: 0.5;
	transition: all 0.5s linear;
}
.banner .ll:hover{
	opacity: 1;
}
.banner .ll::after{
	font-size: 2.6rem ;
}
.banner .swiper-button-prev{
	position: static;
}
.banPagination{
	position: static;
	margin: 0 6rem 0 !important;
}
.banPagination span{
	background: none !important;
	margin: 0 10px;
	width: 6px; 
	height: 6px;
	opacity: 1 !important;
	border: 1px solid #fff;
}
.banPagination span.swiper-pagination-bullet-active{
	background: #fff !important;
	border-color:  #fff;
	width: 20px !important;
	border-radius: 10px !important;
}
.more{
	background: rgba(255, 255, 255, 0.06);
	display: flex;
	justify-content: space-between;
	padding: 1.2rem 3rem;
	align-items: center;
	color: #fff;
	font-size: 1.6rem;
	width: 100px;
	margin-top: 6rem;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.more img{
	display: block;
	transform: rotate(180deg);
	height: 2.2rem;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.more b{
	display: flex;
	font-weight: normal;
	overflow: hidden;
}
.more:hover{
	background: rgba(255, 255, 255, 0.3);
	border-radius: 40px;
}
/* 第二屏 */
.index_about .contain{
	width: 100%;
	display: flex;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	transition: all 0.6s linear;
	background: var(--color);
	position: relative;
	overflow: hidden;
}
.index_about .ll{
	width: 50%;
	height: 100%;
}
.index_about .rr{
	width: 50%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #fff;
	align-items: center;
	padding: 5%;
	box-sizing: border-box;
}
.index_about .bgs img{
	position: absolute;
	right: 1%;
	bottom: 10%;
	max-width: 25%;
	opacity: 0.26;
}
.index_pro ul{
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100vh;
}
.index_pro ul .bbs{
	width: 50%;
	height: 100%;
	text-align: center;
	margin: auto;
	display: flex;
	align-items: center;
	color: #fff;
	cursor: pointer;
}
.index_pro ul li{
	width: 100%;
	margin-top: 5vh;
}
.index_pro ul a:last-of-type{
	border: none;
}
.index_pro ul li .bb{
	width: 100%;
	transition: all 0.4s ease;
}
.index_pro ul li .imgs{
	margin-bottom: 2rem;
	transition: all 0.4s ease;
	display: block;
}
.index_pro ul li .imgs img{
	height:7rem;
}
.index_pro ul li:hover .imgs{
	transform: rotateY(180deg);
}
.index_pro ul li  h3{
	font-family: "title";
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 3rem;
}
.index_pro ul a:hover .bb{
	transform: translateY(-8%);
}
.index_pro ul li .tt{
	margin: 3% 0;
}
.index_pro ul li .tt p{
	opacity: 0.95;
	margin: 4px 0;
	transition: all 0.4s ease;
	color: #fff;
	font-size: 1.8rem;
}
.index_pro ul li .tt p:hover{
	opacity: 1;
}
.index_pro .more{
	margin: auto;
	opacity: 0;
	transform: translateY(-40px);
	transition: all 0.4s ease;
	background: var(--color);
}
.index_pro ul li:hover .more{
	opacity: 1;
	transform: translateY(10px);
}
.index_pro ul a .more:hover{
	background: var(--colors);
}
.title h3{
	font-size: 6rem;
    font-weight: bold;
    color: #fff;
	font-family: "title";
	letter-spacing: 0.5rem;
	margin: 1rem 0 4rem;
}
.title h6{
	font-size: 2rem;
	text-transform: uppercase;
    color: #fff;
}
.title p{
	font-size: 1.7rem;
    color: #fff;
    margin-top: 2rem;
    line-height: 1.8;
	opacity: 0.9;
}
.containIndex{
	position: absolute;
	left: 50%;
	top: 52%;
	transform: translate(-50%,-50%);
	text-align: center;
	max-width: 80%;
}
.index_rz .title h6{
	letter-spacing: 2px;
}
.index_rz .title h3{
	margin-bottom: 0;
}
.index_rz ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #fff;
	margin-top: 0%;
	width: 100%;
}
.index_rz ul li{
	text-align: center;
	margin-top: 8%;
	width: 25%;
	box-sizing: border-box;
}
.index_rz ul li img{
	height:7rem;
	border-radius: 10px;
}
.index_rz ul li h4{
	font-weight: normal;
	font-size: 1.8rem;
	margin-top: 1rem;
}
.index_case .contain{
	width: 100%;
	display: flex;
	height: 100%;
	justify-content: space-between;
	align-items: flex-end;
	transition: all 0.6s linear;
	background: var(--color);
	position: relative;
	overflow: hidden;
}
.index_case .ll{
	width: 64%;
	height: 84%;
}
.index_case .rr{
	width: 50%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #fff;
	align-items: center;
	padding: 5%;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
}
.index_case .rr p{
	width: 70%;
}
.index_case .bgs img{
	position: absolute;
	right: -10%;
	bottom: 0%;
	max-width: 100%;
	opacity: 0.26;
}
.news .containIndex{
	width: 63%;
}
.news .title{
	text-align: center;
}
.index_news{
	background: #f5f5f5;
}
.index_news .title h6{
	color: #333;
}
.index_news .title h3{
	color: #1a1a1a;
	margin-bottom: 4%;
}
.index_news .swiper-slide{
	display: block;
}
.index_news .swiper-slide img{
	width: 100%;
	transition: all 0.3s linear;
}
.index_news .tt{
	background: #fff;
	text-align: left;
	padding: 3rem;
}
.index_news .tt h3{
	font-size: 2rem;
	margin-bottom: 2rem;
	color: #1a1a1a;
	transition: all 0.3s linear;
}
.index_news .swiper-slide:hover .tt h3{
	color: var(--colors);
}
.index_news .date{
	display: flex;
	font-size: 1.6rem;
	letter-spacing: 0.5px;
	justify-content: space-between;
	align-items: center;
	color: #333;
}
.index_news .date img{
	width: 20px;
}
.index_news .swiper-scrollbar{
	margin-top: 4rem;
	display: block !important;
    width: 100%;
    height: 1px;
    left: 0;
    background: #c4c4c4;
}
.index_news .swiper-scrollbar .swiper-scrollbar-drag {
    height: 2px;
    background: #000;
}
.index_hz .more{
	margin:10rem  auto 0;
}
.sec_footer {
	padding: 2% 0 ;
	background: #f8f8f8;
	position: relative;
}
.sec_footer .copy{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sec_footer .logo2{
    display:flex;
}
.sec_footer .logo2 img{
	height: 5.5rem;
}
.sec_footer .copy p{
	font-size: 1.56rem;
	margin: 3px 0;
}
.sec_footer .bot{
    display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0rem;
}
.sec_footer .tr a{
	color: rgba(0, 0, 0, 0.8);
	margin-right: 2rem;
}
.sec_footer .tl{
    text-align: right;
}
.sec_footer .tl a{
	color: rgba(0, 0, 0, 0.8);
	margin-left: 2rem;
}
.sec_footer p{
	color: rgba(0, 0, 0, 0.8);
}
.sec_footer .copy .links .imgs{
    display: flex;
}
.sec_footer .links .imgs {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 3rem 0;
}

.sec_footer .links b {
	cursor: pointer;
	display: block;
	margin-left: 15px;
	position: relative;
	overflow: hidden;
}

.sec_footer .links b img:first-of-type {
	width: 30px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-radius: 50%;
	padding: 6px;
	opacity: 0.8;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.sec_footer .links b img.ewm {
	opacity: 0;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 30px;
	width: 100px;
	
}

.sec_footer .links b:hover img:first-of-type {
	opacity: 1;
}

.sec_footer .links b:hover {
	overflow: inherit;
}

.sec_footer .links b:hover .ewm {
	opacity: 1;
	bottom: 45px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.ban {
	position: relative;
	width: 100%;
	margin-top: 15rem;
}
.ban b{
	display: flex;
	justify-content: flex-end;
}
.ban b img{
	width: 93%;
}
.ban .txt{
	padding: 3rem 0 8rem;
}
.ban h3 {
	color: #1a1a1a;
	font-size: 5.8rem;
	line-height: 1.4;
	font-family:"title";
	letter-spacing: 1px;
}
.ban .top{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 1.4rem;
}
.ban .top a:first-of-type{
	position: relative;
}
.ban .top a:first-of-type::before{
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--color);
	position: absolute;
	top: 50%;
	left: -4px;
	transform: translateY(-50%);
}
.ban .top a:hover p{
	color: var(--colors);
}
.ban .top p{
	margin: 0 12px;
	transition: all 0.4s linear;
}
.ban .top p.now{
	margin-right: 0;
	color: var(--color);
}
.ban .bottom{
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	margin-top: 2rem;
}
.ban .bottom p{
	font-size: 1.8rem;
	font-family: "title";
	margin: 0 12px;
	transition: all 0.4s linear;
}
.ban .bottom a:first-of-type p{
	margin-left: 0;
}
.ban .bottom  p:hover{
	color: var(--colors);
}
.allbars{
	padding: 6% 0;
}
.title2 h3{
	text-align: center;
	font-size: 3.6rem;
	letter-spacing: 2px;
}
.title2 h4{
	text-align: center;
	font-size: 1.7rem;
	margin-bottom: 1rem;
	text-transform: uppercase;
	opacity: 0.7;
	letter-spacing: 1px;
}
.o_nav {
	display: flex;
	justify-content: center;
	width: fit-content;
	margin:2% auto;
}

.o_nav a {
	line-height: 2;
	text-align: center;
	transition: 0.6s;
	font-size: 1.8rem;
	color: #3d3a39;
	position: relative;
	margin: 0 3rem;
}

.o_nav a span {
	display: block;
	position: relative;
	z-index: 2;
}

.o_nav a:after {
	content: '';
	width: 100%;
	height: 1px;
	background: var(--color);
	position: absolute;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%, -0%);
	z-index: 1;
	transition: 0.6s;
	opacity: 0;
}

.o_nav a.active{
	color: var(--color);
}

.o_nav a:hover {
	color: var(--colors);
}
.o_nav a.active::after {
	opacity: 1;
}
.pro {
	position: relative;
	z-index: 3;
	padding-top: 4%;
}

.pro ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.pro ul li {
	width: 23%;
	margin: 1%;
	padding:2% 2%;
	box-sizing: border-box;
	text-align: center;
	transition: all 0.8s linear;
	background: #eee;
	border-radius: 20px;
}

.pro ul li:hover {
	transform: translateY(-5%);
}

.pro ul li b {
	display: block;
	width: 100%;
	margin-bottom: 1rem;
}

.pro ul li b img {
	display: block;
	width: 100%;
	transition: 3s;
}

.pro ul li p {
	font-size: 1.6rem;
	color: #3d3a39;
	transition: 1s;
	font-weight: normal;
	margin: 0 0 0;
	line-height: 1.5;
}

.pro ul li:hover b img {
	transform: scale(1.1);
}

.pro ul li:hover p {
	color:var(--color);
}

.prod .bar1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.prod .bar1 .left {
	width: 48%;
	border: 1px solid #f9f9f9;
	background: #eee;
	padding: 2%;
	border-radius: 8px;
	box-sizing: border-box;
	overflow: hidden;
}

.prod .bar1 .swiper-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.prod .bar1 .swiper-slide {
	background-size: cover;
	background-position: center;
}

.prod .bar1 .gallery-top {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.prod .bar1 .gallery-top img {
	width: 70%;
	margin: auto;
	display: block;
}

.prod .bar1 .gallery-thumbs {
	margin: 5rem auto 0;
	width: 85%;
}

.prod .bar1 .gallery-thumbs .swiper-wrapper {
	justify-content: center;
}

.prod .bar1 .gallery-thumbs .swiper-slide {
	cursor: pointer;
}

.prod .bar1 .gallery-thumbs .swiper-slide img {
	width: 56px;
	margin: 6px auto;
	border: 2px solid transparent;
	opacity: 0.7;
	transition: all 0.3s linear;
	border-radius: 10px;
}

.prod .bar1 .gallery-thumbs .swiper-slide-thumb-active img {
	border-color: var(--colors);
	opacity: 1;
}

.prod .bar1 .bottom {
	position: relative;
}

.prod .bar1 .swiper-button-next {
	right: 0;
}

.prod .bar1 .swiper-button-prev {
	left: 0;
}

.prod .bar1 .swiper-button-next::after,
.prod .swiper-button-prev::after {
	font-size: 2rem;
	color: #888;
}

.prod .bar1 .right {
	width: 45%;
}
.prod h5{
	font-size: 1.6rem;
	font-weight: normal;
	padding: 4px 10px;
	margin-bottom: 2rem;
	color: var(--colors);
	font-family: "title";
	border: 1px solid var(--colors);
	display: inline-block;
}
.prod h2{
	font-size: 3.2rem;
	margin-bottom: 2rem;
	color: var(--color);
	font-family: "title";
	letter-spacing: 1px;
}
.prod h6{
	font-size: 1.8rem;
	margin-top: 2rem;
	color: #1a1a1a;
}
.prod .bar1 .tt1 p {
	font-size: 1.6rem;
	color: #111;
	font-family: "myfont";
}

.prod .bar1 .txt p {
	margin: 8px 0;
	font-size: 1.4rem;
	line-height: 1.6;
	padding-left: 15px;
	position: relative;
	font-family: "myfont";
}

.prod .bar1 .txt p::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 5px;
	height: 5px;
	background: #3d3a39;
	transform: rotate(45deg);
}

.prod .bar1 .more2 {
	margin: 4rem 0 0;
	width: 150px;
	background: #323C56;
}
.prod .bar1 .more2 i{
	font-size: 1.3rem;
	margin-left: 10px;
}
.prod .bar1 .more2:hover{
	transform: translateY(-5px);
	background: #b71c25;
}
.res1 .contain{
	margin-top: 3%;
}
.res1 dl{
	display: flex;
	justify-content: center;
}
.res1 dl dd{
	font-size: 1.7rem;
	color: #fff;
	margin: 0 2rem 3rem;
	position: relative;
	padding-bottom: 1.2rem;
	cursor: default;
	letter-spacing: 1px;
}
.res1 dl dd::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 0;
	border: 2px solid #fff;
	border-radius: 50%;
	transform: translate(-50%);
	opacity: 0;
	transition: all 0.5s ease;
}
.res1 dl dd.active::before{
	opacity: 1;
	width: 4px;
	height: 4px;
}
.res1  .uls{
	display: none;
}
.res1  .uls:first-of-type{
	display: block;
}
.res1 ul{
	display: flex;
	flex-wrap: wrap;
}
.res1 ul li{
	font-size: 1.7rem;
	width: 30.6%;
	margin-right: 4%;
	margin-bottom: 2%;
	padding: 2.2rem 3rem;
	background: #eee;
	border-radius: 8px;
	position: relative;
	transition: all 0.6s ease;
	box-sizing: border-box;
	cursor: pointer;
	color: #333;
}
.res1 ul li:nth-of-type(3n){
	margin-right: 0;
}
.res1 ul li::before{
	content: '';
	position: absolute;
	left: 1.6rem;
	top: 3.1rem;
	border-radius: 50%;
	width: 5px;
	height: 5px;
	background: var(--color);
	transition: all 0.6s ease;
}

.res1 ul li:hover{
	transform: translateY(-8px);
}
.res1 ul li a{
	color: #333;
}
.manual ul{
	display: flex;
	flex-wrap: wrap;
}
.manual ul li{
	font-size: 1.7rem;
	width: 30.6%;
	margin-right: 4%;
	margin-bottom: 2%;
	padding: 4rem 3rem;
	background: #eee;
	border-radius: 8px;
	position: relative;
	transition: all 0.6s ease;
	box-sizing: border-box;
	cursor: pointer;
	color: #333;
}
.manual ul li:nth-of-type(3n){
	margin-right: 0;
}
.manual ul li:hover{
	transform: translateY(-8px);
}
.manual ul li a{
	color: #333;
}
.manual ul li span{
	display: block;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 1rem;
	color: var(--color);
	font-family: "nums";
}
.manual ul li p{
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
	font-size: 1.8rem;
	transition: all 0.4s ease;
}
.manual ul li:hover p{
	color: var(--colors);
}
.manual ul li p img{
	width: 28px;
	height: 28px;
}
.a_about .tt1 p{
	font-size: 3.2rem;
	font-family: "title";
	margin-bottom: 5rem;
	line-height: 1.4;
}
.a_about .tt2 p{
	margin: 10px auto;
	font-size: 1.6rem;
	line-height: 1.8;
	text-align: justify;
}
.a_about .tt3{
	margin-top: 5%;
}
.a_about ul{
	display: flex;
	justify-content: space-between;
	color: #fff;
	text-align: center;
	padding: 10% 0;
	flex-wrap: wrap;
}
.a_about ul li h4{
	font-size: 2.4rem;
}
.a_about ul li h4 span{
	font-size: 6rem;
	font-family: "nums";
	margin-right: 8px;
}
.a_about ul li p{
	font-size: 1.9rem;
	margin-top: 10px;
	color: #fff;
}

.a_honor{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 0;
}
.a_honor .left{
	width: 56%;
}
.a_honor .swiper-container{
	cursor: grab;
}
.a_honor .swiper-wrapper{
	align-items: center;
}
.a_honor .swiper-slide h3{
	margin-top: 2rem;
	font-size: 1.8rem;
	font-weight: normal;
	text-align: center;
	color: #1a1a1a;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.a_honor .swiper-slide:hover .swiper-slide h3{
	color: var(--colors);
	letter-spacing: 1px;
}
.a_honor .imgs img{
	width: 90%;
	display: block;
	margin: auto;
}
.a_honor .swiper-container{
	padding: 3% 0;
}
.a_honor .contain{
	position: relative;
}
.a_honor .btn{
	justify-content: space-between;
	display: flex;
	align-items: center;
	z-index: 6;
	position: absolute;
	left: 50%;
	top: 47%;
	transform: translate(-50%,-50%);
	width: 96%;
}
.a_honor .btn i{
	font-size: 2.2rem;
	width: 44px;
	text-align: center;
	background: var(--color);
	padding: 10px;
	border-radius: 50%;
	margin:0 20px;
	cursor: pointer;
	color: #fff;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.a_honor .btn .llr{
	-webkit-transform: rotate(180deg) translateY(2px);
	transform: rotate(180deg) translateY(2px);
	display: none;
}
.a_honor .btn .ll:hover i{
	background: var(--colors);
}

.more3{
	font-size: 1.6rem;
	color: #1a1a1a;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.more3 img{
	height: 10px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	transform-origin: 0 0;
}
.a_honor ul li:hover .more3 img{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.a_honor ul li  b{
	display: none;
}
.a_daode{
	padding-top: 0;
}
.a_daode .imgs{
	width: 100%;
	height: 80rem;
	display: block;
}
.a_daode .contain{
	margin-top: -32%;
	position: relative;
	z-index: 6;
}
.a_daode .tt{
	background: #fff;
	padding: 5% 6%;
	box-sizing: border-box;
	border-radius: 20px;
	position: relative;
}
.a_daode .img img{
	position: absolute;
	left: 6%;
	top: -3rem;
	height: 5.6rem;
}
.a_daode h6{
	font-size: 3.4rem;
	font-family: "title";
	margin-bottom: 6%;
	letter-spacing: 1px;
	line-height: 1.6;
	color: var(--color);
}
.a_daode p{
	color: #1a1a1a;
	font-size: 1.6rem;
	margin: 10px 0;
	text-align: justify;
}

.a_contact{
	width: 100%;
	height: 100vh;
	position: relative;
}
.a_contact .txt{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
} 
.a_contact .txt h4{
	color: #fff;
	text-align: left;
}
.a_contact .txt h3{
	text-align: left;
	color: #fff;
	margin-bottom: 5rem;
}
.a_contact .txt p{
	display: flex;
	align-items: center;
	margin: 1.5rem 0;
	font-size: 1.8rem;
	color: #fff;
}
.a_contact .txt p a{
	color: #fff;
}
.a_contact .txt p img{
	height: 28px;
	margin-right: 10px;
}
.a_contact .ewm{
	text-align: center;
	color: #fff;
	margin-top: 4rem;
	position: relative;
	display: flex;
	font-size: 1.5rem;
	letter-spacing: 1px;
}
.a_contact .ewm img{
	width: 130px;
	margin-bottom: 10px;
	display: block;
}
.message .title2 h3{
	text-align: center;
	margin-top: 0rem;
}
.message .bars{
	width: 80%;
	margin: 2% auto 0;
}
.message .bars p{
	margin: 0;
	opacity: 1;
}
.message .bars p input{
	box-shadow: none;
	text-align: center;
	border: none;
	width: 100%;
	box-sizing: border-box;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	background: none;
	padding: 3rem 0;
	color: #1a1a1a;
	font-size: 1.6rem;
}
.submit{
	 margin: 12% auto 0;
	 cursor: pointer;
	 background: var(--color);
	 position: relative;
	 padding: 23px 10px;
	 border-radius: 50px;
	 width: 130px;
	 transition: all 0.5s linear;
 }
.submit button{
	box-shadow: none;
	border: none;
	background: none;
	text-align: center;
	font-size: 1.6rem;
	color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	cursor: pointer;
}
.submit:hover{
	background: var(--colors);
}
/* 荣誉图片放大 */
.big_box{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.8);
	z-index: 9999999999;
	display: none;
}
.big_imgss{
	position: absolute;
	height: 70%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%) scale(0);
	transform: translate(-50%,-50%) scale(0);
	transition: all 1s cubic-bezier(0.19,1,0.22,1);
	-webkit-transition: all 1s cubic-bezier(0.19,1,0.22,1);
}
.big_imgss.active{
	-webkit-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1);
}
.big_imgss img{
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: none;
}
.big_imgss img:first-of-type{
	display: block;
}
.big_box .righttop{
	position: fixed;
	right: 0px;
	top:0px;
	z-index: 9;
	padding: 15px;
}
.big_box .righttop div{
	float: right;
	width: 48px;
}
.big_box .righttop img{
	width: 48px;
	padding: 6px;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.big_box .righttop img:hover{
	opacity: 0.6 !important;
}
.big_box .btn{
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}
.big_box .btn i{
	color: #fff;
	display: block;
	font-size: 3rem;
	cursor: pointer;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	position: relative;
	z-index: 2;
}
.big_box .btn:hover i{
	color: #817d60;
}
.big_box .btn_l{
	left: 2%;
}
.big_box .btn_r{
	right: 2%;
}
.big_box .btn_r i{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.big_box .nums{
	position: fixed;
	left: 50%;
	bottom: 3%;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.5rem;
}
.big_box .nums span{
	color: #fff;
}
/* 点击下载弹框 */
.online{
	background: #fff;
	position: absolute;
	padding: 2.5% 3%;
	left: 50%;
	border-radius: 20px;
	top: 50%;
	-webkit-transform: translate(-50%,-50%) scale(0);
	transform: translate(-50%,-50%) scale(0);
	transition: all 1s cubic-bezier(0.19,1,0.22,1);
	-webkit-transition: all 1s cubic-bezier(0.19,1,0.22,1);
}
.online.active{
	-webkit-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1);
}
.online h3{
	font-size: 2.6rem;
	margin-bottom: 3rem;
	text-align: center;
	letter-spacing: 1px;
}
.online p input{
	display: block;
	width: 100%;
	padding: 10px 0;
	border-radius: 4px;
	box-shadow: none;
	background: none;
	font-size: 1.5rem;
	color: #333;
	margin: 1rem 0;
	box-sizing: border-box;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.online .submit{
	transform: scale(0.9);
}
.online .close{
	margin-right: -40px;
	margin-top: -40px;
}
/* 新闻 */
.n_news ul{
	display: flex;
	flex-wrap: wrap;
}
.n_news ul li{
	width: 31.3%;
	margin:1.5% 3% 1.5% 0;
	transition: all 0.5s linear;
}
.n_news ul li a{
	display: block;
	transition: all 0.5s linear;
	border: 1px solid #ccc;
	overflow: hidden;
}
.n_news ul li:nth-of-type(3n){
	margin-right: 0;
}
.n_news ul li b{
	width: 100%;
	margin:auto;
	display: block;
	overflow: hidden;
}
.n_news ul li b img{
	width: 100%;
	margin:auto;
	display: block;
	transition: all 0.5s ease;
}
.n_news ul li:hover b img{
	transform: scale(1.1);
}
.n_news ul li .txt{
	padding: 8% 6%;
	box-sizing: border-box;
	overflow: hidden;
}
.n_news ul li h4{
	font-size: 1.9rem;
	margin-bottom: 2rem;
	color: #333;
	transition: all 0.5s ease;
	overflow: hidden;
    word-break: break-all;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.n_news ul li:hover h4{
	color:var(--colors);
}
.n_news ul li p{
	display: flex;
	align-items: center;
	opacity: 0.8;
	letter-spacing: 1px;
	font-size: 1.4rem;
}
.n_news ul li p img{
	margin-right: 10px;
}
.pages{
	text-align: center;
	margin-top: 4%;
}
.pages a{
	line-height: 20px;
	padding: 5px;
	min-width: 20px;
	color: #333;
	font-size: 1.4rem;
	border: 1px solid #fff;
	border-radius: 5px;
	display: inline-block;
	margin: 6px;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.pages a i{
	color: #333;
	font-size: 1.6rem;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.pages a.active{
	border-color: #00439a;
	background: #00439a;
	color: #000;
}
.pages a:hover{
	color: #000;
	background: #00439a;
	border-color: #00439a;
}
.pages a:hover i{
	color: #000;
}
.nban .top p.now{
	max-width: 15rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_d h1{
	font-size: 3rem;
	font-family: "title";
	letter-spacing: 1px;
	margin-bottom: 6%;
	line-height: 1.5;
	color: var(--color);
	padding-bottom: 4%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news_d .txt2 span{
	display: flex;
	font-size: 1.4rem;
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
	opacity: 0.8;
	letter-spacing: 1px;
	font-size: 1.3rem;
}
.news_d .txt2 span img{
	margin-right: 10px;
}
.news_d .right img{
	max-width: 100%;
	margin-top: 2rem;
}
.news_d p{
	color: #333;
	margin-bottom: 2rem;
	text-align: justify;
	font-size: 1.7rem;
	line-height: 1.8;
}
html[lang="en"] *{
    letter-spacing: 0 !important;
}
html[lang="en"] .banner h3 {
    font-weight: bold;
}
html[lang="en"] .more{
    width: max-content;
}
html[lang="en"] .banner .ban_txt{
    width: 80%;
}
html[lang="en"] .more img {
    margin-left: 5px;
}