@charset "utf-8";

/* CSS Document */
@font-face {
	src: url(https://images.enuoyopin.cn/fonts/HarmonyOS_Sans_SC.woff2);
	font-family: "myfont";
}

@font-face {
	src: url(https://images.enuoyopin.cn/fonts/HarmonyOS_Sans_SC_Medium.woff2);
	font-family: "title";
}

@font-face {
	src: url(https://images.enuoyopin.cn/fonts/Impact.woff2);
	font-family: "nums";
}

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

* {
	padding: 0;
	margin: 0;
	border: none;
	box-sizing: border-box;
	outline: none;
	list-style: none;
	font-family: "myfont","Segoe UI Symbol", "Noto Sans", sans-serif;
}

img {
	display: block;
}

input,
button {
	background: none;
	border: none;
	box-shadow: none;
}

::-webkit-scrollbar {
	width: 0;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
}

.w_all {
	width: 1260px;
	margin: auto;
}

.w_all2 {
	width: 60%;
	margin: auto;
}

p {
	font-size: 1.6rem;
	color: #3d3a39;
	line-height: 1.8;
	margin: 2% 0;
	opacity: 0.8;
}

html,
body {
	width: 100%;
	position: relative;
	font-size: 62.5%;
	overflow-x: hidden;
}

header {
	width: 100%;
	position: fixed;
	left: 0%;
	top: 0px;
	z-index: 9999;
	transition: all 1s ease;
	height: 90px;
	display: flex;
	align-items: center;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
}

header.active {
	background: #fff;
	height: 80px;
}

header.active2 {
	background: #fff;
}

header .contain {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 9;
}

header nav {
	display: flex;
	align-items: center;

}

header .logo {
	height: 20px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: relative;
	z-index: 9;
}

header .logo img {
	height: 100%;
	display: none;
}

header .logo img:last-of-type {
	display: block;
}

header.active .logo img:last-of-type {
	display: block;
}

header.active .logo img:first-of-type {
	display: none;
}

header.active2 .logo img:last-of-type {
	display: block;
}

header.active2 .logo img:first-of-type {
	display: none;
}

header dl {
	display: flex;
	justify-content: space-between;
	margin-left: 2rem;
}

header dl dd {
	font-size: 1.46rem;
	position: relative;
	line-height: 40px;
	margin-left: 3.5rem;
	color: #3d3a39;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

header.active dl dd {
	color: #3d3a39;
}

header.active2 dl dd {
	color: #3d3a39;
}

header dl dd:hover {
	color: #b71c25
}

header .others {
	display: flex;
	align-items: center;
}

header .others .ll {
	display: flex;
	align-items: center;
	color: #3d3a39;
	font-size: 1.6rem;
	cursor: pointer;
	position: relative;
	line-height: 40px;
	margin-left: 2rem;
}

header .others img {
	height: 20px;
	display: none;
}

header .others .ll img:last-of-type {
	display: block;
}

header .others .lang img {
	margin-right: 6px;
}

header.active .others .ll img:last-of-type {
	display: block;
}

header.active .others .ll img:first-of-type {
	display: none;
}

header.active .others .ll {
	color: #3d3a39;
}

header.active2 .others .ll img:last-of-type {
	display: block;
}

header.active2 .others .ll img:first-of-type {
	display: none;
}

header.active2 .others .ll {
	color: #3d3a39;
}

header.active3 {
	background: #fff;
}

header.active3 .logo img:last-of-type {
	display: block;
}

header.active3 .logo img:first-of-type {
	display: none;
}

header.active3 dl dd {
	color: #3d3a39;
}

header.active3 .others .ll img:last-of-type {
	display: block;
}

header.active3 .others .ll img:first-of-type {
	display: none;
}

header.active3 .others .ll {
	color: #3d3a39;
}

.sp_menu {
	position: fixed;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100vh;
	background: #fff;
	z-index: 1;
	clip-path: inset(0 0 100% 0);
	transition: 1s ease;
	opacity: 0;
}

.sp_menu.active {
	pointer-events: auto;
	clip-path: inset(0 0 0 0);
	opacity: 1;
}

.sp_menu .contain {
	position: absolute;
	left: 50%;
	top: 55%;
	transform: translate(-50%, -50%);
}

.sp_menu::before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 90px;
	background: rgba(0, 0, 0, 0.1);
}

.sp_menu .ll {
	margin-top: 5rem;
}

.sp_menu .ll .ss {
	display: flex;
	align-items: center;
	font-size: 1.46rem;
	color: #3d3a39;
	opacity: 0.5;
	padding: 10px;
	transition: all 0.6s linear;
	cursor: pointer;
}

.sp_menu .ll .ss img {
	width: 40px;
	margin-right: 20px;
}

.sp_menu .ll .ss.active {
	opacity: 1;
}

.sp_menu .rr {
	width: 80%;
}

.sp_menu ul {
	display: none;
}

.sp_menu ul:first-of-type {
	display: block;
}

.sp_menu ul li {
	float: left;
	width: 25%;
	padding: 3%;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
}

.sp_menu ul li img {
	display: block;
	width: 100%;
	transition: all 0.6s linear;
}

.sp_menu ul li:hover img {
	transform: scale(1.04);
}

.sp_menu ul li h6 {
	font-weight: normal;
	font-size: 1.6rem;
	color: #3d3a39;
	margin-top: 3rem;
}

.sp_menu ul li h6 strong {
	font-weight: normal;
	display: block;
	font-size: 1.3rem;
	color: #3d3a39;
	margin-top: 10px;
	opacity: 0.6;
}

.sp_menu ul li:hover h6 {
	color: #b71c25;
}

.close img {
	position: absolute;
	right: 0;
	top: -2rem;
	height: 30px;
	cursor: pointer;
}

/* 搜索 */
.search_box {
	position: fixed;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100vh;
	background: #fafafa;
	z-index: 1;
	clip-path: inset(0 0 100% 0);
	transition: 1s ease;
	opacity: 0;
}

.search_box.active {
	pointer-events: auto;
	clip-path: inset(0 0 0 0);
	opacity: 1;
}

.search_box .sbox {
	position: relative;
	height: 100%;
}

.search_box .sbox .close img {
	top: 5%;
}

.search_box .ser {
	position: absolute;
	width: 100%;
	top: 40%;
	transform: translate(-0%, -50%);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 2rem 0;
}

.search_box .ser button {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #3d3a39;
	color: #fff;
	padding: 8px 20px;
	border-radius: 50px;
	cursor: pointer;
}

.search_box .ser button:hover {
	background: #b71c25;
}

.search_box .ser input {
	font-size: 1.6rem;
	width: 100%;
	display: block;
}

.search_box .ser input::placeholder {
	opacity: 0.6;
}

.navBtn {
	display: none;
}

.banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 100vh;
	overflow: hidden;
}

.banner .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	transform: scale(1.1);
	transition: all 2s linear;
}

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

.banner .bottom {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
}

.banner .swiper-pagination {
	display: flex;
	position: static;
	justify-content: center;
	margin: 0 auto 20px;
	font-size: 1.8rem;
	color: #fff;

}

.banner .swiper-pagination span {
	font-family: "nums";
	letter-spacing: 1px;
	margin: 0 2px;
}

.banner .line {
	width: 96px;
	height: 2px;
	background: #fff;
}

.banner .line .ls {
	width: 0;
	height: 100%;
	background: #b71c25;
	transition: 1s;
}

.btns .swiper-button-next,
.btns .swiper-button-prev {
	color: #fff !important;
	transform: scale(0.8);
	padding: 3rem;
	z-index: 9;
	background: rgba(255, 255, 255, 0);
	border-radius: 50%;
}

.btns .swiper-button-disabled {
	display: none;
}

.index_bars {
	padding: 7% 0;
}

.title h3 {
	font-family: "title";
	font-size: 4.4rem;
	color: #3d3a39;
	font-weight: bold;
}
.index_pro .contain{ 
	position: relative;
}
.index_pro .bg {
    width: 100%;
	z-index: -1;
	transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s;
	transform: scale(1.1);
}
.index_video {
	width: 100%;
	height: 100vh;
	position: relative;
}
.index_video::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #3d3a39;
	opacity: 0.05;
}
.index_video video{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.index_pro .swiper {
	width: 100%;
	height: auto !important;
	margin-top: 4%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.index_pro .title{
	text-align: center;
}
.index_pro .txt {
	position: absolute;
	left: 5%;
	top: 15%;
}

.index_pro .txt h4 {
	display: flex;
	align-items: center;
	margin: 0 0 15px 0;
	transform: translateY(50px);
	opacity: 0;
	color: #fff;
	font-size: 3rem;
	font-weight: normal;
	font-family: "title";
}

.index_pro .txt strong {
	background: #b71c25;
	font-weight: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.2rem;
	color: #fff;
	border-radius: 50px;
	margin-right: 2rem;
	padding: 1rem 3rem;
}

.index_pro .txt p {
	font-size: 1.8rem;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 200;
	margin: 0 0 40px 0;
	transform: translateY(50px);
	opacity: 0;
}

.index_pro .txt h6 {
	font-size: 1.8rem;
	color: #fff;
	transform: translateY(50px);
	opacity: 0;
	letter-spacing: 1px;
}

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

.index_pro .swiper-slide-active .txt h4 {
	transform: translateY(0);
	opacity: 1;
	transition: 1s;
	transition-delay: 0.2s;
}

.index_pro .swiper-slide-active .txt p {
	transform: translateY(0);
	opacity: 1;
	transition: 1s;
	transition-delay: 0.4s;
}

.index_pro .swiper-slide-active .txt h6 {
	transform: translateY(0);
	opacity: 1;
	transition: 1s;
	transition-delay: 0.6s;
}
.index_pro .contain2{
    position: relative;
}
.index_pro .botbox{
    margin-top: 1%;
	z-index: 6;
}
.index_pro .bottom {
	display: flex;
}
.index_pro .bottom .img {
	width: 25%;
	border-radius: 15px;
	overflow: hidden;
	cursor: pointer;
}

.index_pro .bottom .img:not(:last-child) {
	margin: 0 2rem 0 0;
}

.index_pro .bottom img {
	width: 100%;
	transition: 2.5s;
}

.index_pro .bottom .img:hover img {
	transform: scale(1.1);
}

.index_bar2 {
	height: 100vh;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.index_bar2 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.index_bar3 .imgs {
	width: 100%;
	position: relative;
	z-index: 1;
	border-radius: 20px;
	overflow: hidden;
}

.index_bar3 .bg {
	display: block;
	width: 100%;
}

.index_bar3 .bottom {
	display: flex;
	margin-top: 2rem;
}

.index_bar3 .bottom .img {
	width: 25%;
	height: 150px;
	border-radius: 15px;
	overflow: hidden;
	cursor: pointer;
}

.index_bar3 .bottom .img:not(:last-child) {
	margin: 0 2rem 0 0;
}

.index_bar3 .bottom img {
	width: 100%;
	height: 100%;
	transition: 2.5s;
}

.index_bar3 .bottom .img:hover img {
	transform: scale(1.1);
}

.index_news .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index_news .contain {
	margin-top: 2%;
	display: flex;
	justify-content: space-between;
}

.index_news .contain .left {
	width: 74%;
}

.index_news .contain img {
	width: 100%;
	display: block;
	transition: 2.5s;
}

.index_news .contain .pp:hover img {
	transform: scale(1.1);
}

.index_news .contain .right {
	width: 23.5%;
}

.index_news .contain .pp {
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

.index_news .contain .pp .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 3rem 5%;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.3);
	z-index: 6;
	color: #fff;
	
}
.index_news .contain .right .pp .txt {
    text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.index_news .contain .right a:not(:last-of-type) .pp {
	margin-bottom: 5%;
}

.index_news h6 {
	font-size: 1.6rem;
	font-weight: normal;
	margin: 0 0 1rem 0;
}

.index_news h4 {
	font-size: 2rem;
	transition: 0.7s;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.index_news ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index_news ul li {
	width: 48%;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 33, 91, 0.03);
}

.index_news ul li h6 {
	color: #B3B3B3;
	margin: 0 0 7px 0;
}

.index_news ul li h4 {
	font-size: 1.6rem;
	color: #2B2B2B;
	transition: 0.7s;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_news ul li:hover h4 {
	color: #b71c25;
}

.more {
	width: 150px;
	line-height: 46px;
	text-align: center;
	border-radius: 26px;
	background: #3d3a39;
	font-size: 1.4rem;
	color: #fff;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.more::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background: #b71c25;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	border-radius: 26px;
}

.more span {
	display: block;
	position: relative;
	z-index: 3;
}

.more span i {
	font-size: 1.4rem;
	margin-left: 5px;
}

.more:hover::before {
	width: 100%;
}

.index_news ul li h4:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	background: #C8C8C8;
	border-radius: 50%;
	top: 9px;
	left: 0;
}

.index_news .contain .right .pp .txt {
	padding: 1rem 2rem;
	font-size: 1.6rem;
}

.index_about {
	overflow: hidden;
	position: relative;
	z-index: 2;
	background: #efefef;
}


.index_about .contain {
	position: relative;
	z-index: 2;

}


.index_about .txt {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.index_about .img {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0%;
}

.index_about .img img {
	height: 100%;
}

.index_about .tt {
	padding: 10% 0;
	z-index: 2;
}
.index_about .title h3 {
	color: #b71c25;
}

.index_about .tt h4 {
	font-size: 2.7rem;
	font-weight: bold;
	color: #1a1a1a;
	display: block;
	margin: 2rem 0 4rem 0;
}

.index_about .tt p {
	font-size: 1.6rem;
	color: #3d3a39;
	line-height: 32px;
	width: 40%;
}

.index_about .more {
	margin-top: 6rem;
}

footer {
	padding: 6% 0 0;
	background: #fff;
	position: relative;
	z-index: 6;
}

footer .logo2 {
	display: flex;
	justify-content: center;
	padding-bottom: 3%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

footer .logo2 img {
	height: 30px;
	margin: auto;
	display: block;
}

footer .boxs {
	display: flex;
	justify-content: space-between;
	margin: 3% auto;
}

footer dl dt {
	font-size: 1.6rem;
	font-family: "title";
	cursor: pointer;
	color: #3d3a39;
	margin-bottom: 20px;
}

footer dl dd {
	font-size: 1.3rem;
	line-height: 1.6;
	margin: 6px 0;
	color: #6C7073;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
}

footer dl:not(:last-of-type) dd:hover {
	color: #b71c25;
}

footer dl.dls {
	margin-left: 15%;
}

footer dl.dls dt {
	font-family: "nums";
	font-size: 2.4rem;
	color: #b71c25;
}

footer dl dd span {
	display: block;
	font-size: 1.7rem;
}

footer .links .imgs {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 3rem 0;
}

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

footer .links b img:first-of-type {
	width: 32px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-radius: 50%;
	border: 1px solid #ddd;
	padding: 5px;
	opacity: 0.7;
}

footer .links b img.ewm {
	opacity: 0;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 30px;
	width: 100px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

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

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

footer .links b:hover .ewm {
	opacity: 1;
	bottom: 45px;
}

footer .copy {
	padding: 2rem 0;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

footer .copy .bb {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer .copy .bb .ll {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer .copy .bb p {
	color: #3d3a39;
	font-size: 1.4rem;
}

footer .copy .bb a {
	margin-left: 20px;
}

.ban {
	position: relative;
	overflow: hidden;
}

.ban img {
	width: 100%;
	display: block;
}

.ban .txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	color: #fff;
	text-align: center;
}

.ban .txt h3 {
	font-size: 5rem;
	letter-spacing: 2px;
	color: #fff;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.ban .txt p {
	font-size: 2.2rem;
	margin-top: 2rem;
	color: #fff;
	text-align: center;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.allbar {
	position: relative;
	z-index: 99;
	background: #fff;
}

.title2 h3 {
	font-family: "title";
	font-size: 4.4rem;
	color: #3d3a39;
	font-weight: normal;
	text-align: center;
}

/* 关于 */
.aban{
	width: 100%;
	height: 100vh;
	position: relative;
}
.aban .bgs{
	width: 100%;
	height: 100vh;
}
.aban .w_all{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: 100vh;
	z-index: 2;
}
.aban .atxt {
	position: absolute;
	right: 0%;
	top: 30%;
	z-index: 8;
}

.aban .atxt h3 {
	color: #b71c25;
	text-align: left;
	font-family: "title";
}

.aban .more {
	margin: 4rem auto 0;
}

.aban .more span {
	display: flex;
	align-items: center;
	justify-content: center;
}

.aban .more img {
	width: 20px;
	margin-left: 10px;
}
.video_bigbox{
	width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
}
.video_box{
	max-width: 90%;
	position: absolute; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%);
}
.video_close img{
	width:36px;
	position:fixed;
	right:-60px;
	top:-60px;
	z-index:7000;
	cursor:pointer;
}
.about{
	position: relative;
	background: #fefefe;
	width: 100%;
	z-index: 6;
}
.about .bg img{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.about .contain{
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about .ll{
	width: 64%;
}
.about .ll h3{
	text-align: left;
	margin-bottom: 5%;
}
.about .ll p{
	font-size: 1.46rem;
	text-align: justify;
}
.about .rr{
	width: 40rem;
}
.about .rr dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about .rr dl dd{
	width: 50%;
	margin: 2rem 0;
	text-align: center;
}
.about .rr dl dd h6{
	font-size: 2rem;
	position: relative;
	color: #b71c25;
}
.about .rr dl dd h6 span{
	font-size: 5rem;
	font-family: "nums";
	color: #b71c25;
	margin-right: 10px;
	letter-spacing: 1px;
}
.about .rr dl dd h6 i{
	font-style: normal;
	position: absolute;
}
.about .rr dl dd:last-of-type h6:after{
    content: "万";
	bottom: 8px;
	font-size: 1.3rem;
	font-style: normal;
	position: absolute;
}
.about2 .top{
	display: flex;
	justify-content: center;
	margin: 3% 0;
}
.about2 .top .bb{
	font-size: 1.6rem;
	color: #3d3a39;
	margin: 0 2rem;
	position: relative;
	padding-bottom: 12px;
	cursor: pointer;
}
.about2 .top .bb.active,.about2 .top .bb:hover{
	color: #b71c25;
}
.about2 .top .bb::after{
	content: '';
	width: 5px;
	height: 5px;
	border: 2px solid #b71c25;
	position: absolute;
	right: -12px;
	top: 0;
	border-radius: 50%;
	opacity: 0;
	transition: all 0.8s linear;
}
.about2 .top .bb.active::after{
	opacity: 1;
}
.about2 .bars{
	display: none;
	cursor: move;
}
.about2 .swiper-wrapper{
	align-items: center;
}
.about2 .swiper-slide .imgs {
    transform: scale(0.82);
    transition: 1s;
    opacity: 1;
}
.about2 .swiper-slide .imgs img{
	width: 100%;
	display: block;
	transition: 0.8s;
}
.about2 .swiper-slide .imgs img:hover{
	transform: scale(1.08);
}
/* .about2 .swiper-slide.swiper-slide-active .imgs {
    transform: scale(1);
    opacity: 1;
} */
.about4 {
	position: relative;
	height: 100vh;
	width: 100%;
	overflow: hidden;
}

.about4 .contain {
	display: flex;
	align-items: center;
	justify-content: end;
	height: 100%;
	width: 100%;
}

.about4 .title h3 {
	color: #fff;
	margin-bottom: 3%;
}

.about4 .box {
	position: relative;
}

.about4 .box .line {
	width: 100%;
	position: relative;
	left: 25px;
}

.about4 .box .line img {
	width: unset !important;
	max-width: unset !important;
}

.about4 .box .line ul li {
	width: 8px;
	height: 8px;
	background: #FFFFFF;
	border-radius: 50%;
	position: absolute;
	cursor: pointer;
	transition: 0.6s;
}

.about4 .box .line ul li p {
	font-size: 2.4rem;
	color: #FFFFFF;
	font-family: "nums";
	width: max-content;
	opacity: 0.5;
	position: absolute;
	top: 1rem;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.6s;
	margin-left: 22px;
}
.about4 .box .line ul li:hover,
.about4 .box .line ul li.on {
	background: #b71c25;
}

.about4 .box .line ul li:hover p,
.about4 .box .line ul li.on p {
	opacity: 1;
}

.about4 .about_swiper {
	margin-top: 20px;
}

.about4 .about_swiper .txts p {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	margin: 10px 0;
	opacity: 0;
	transform: translateY(10px);
	padding-left: 15px;
}

.about4 .about_swiper .swiper-slide-active .txts p {
	opacity: 1;
	transform: translateY(0px);
	transition: 1s;
}

.about4 .about_swiper .swiper-slide.unset p {
	transition-delay: unset !important;
}

.about4 .about_swiper .swiper-slide p:after {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 5px;
	height: 5px;
	background: #fff;
	transform: rotate(45deg);
}

.about4 .box .line ul li:nth-child(1) {
	top: 69px;
	left: 0;
}

.about4 .box .line ul li:nth-child(2) {
	top: 16px;
	left: 500px;
}

.about4 .box .line ul li:nth-child(3) {
	top: -3px;
	left: 1000px;
}

.about4 .box .line ul li:nth-child(4) {
	top: 1px;
	left: 1500px;
}

.about4 .box .line ul li:nth-child(5) {
	top: 23px;
	left: 2000px;
}

.about4 .box .line ul li:nth-child(6) {
	top: 60px;
	left: 2500px;
}
.about4 .box .line ul li:nth-child(7) {
	top: 100px;
	left: 3000px;
}
.btnss {
	display: flex;
	align-items: center;
	position: absolute;
	right: 0%;
	bottom: 0%;
	z-index: 9;
}

.btnss .ll {
	width: 52px;
	height: 52px;
	background: #FFFFFF;
	border-radius: 50%;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.6s;
	margin-right: 2rem;
	cursor: pointer;
}

.btnss .ll i {
	font-size: 1.8rem;
	font-weight: bold;
}

.btnss .ll:hover {
	color: #fff;
	background: #b71c25;
}

.btnss .r {
	transform: rotate(180deg);
}
.about5 ul{
    display: flex;
    flex-wrap: wrap;
}
.about5 ul li{
    width: 22.5%;
    margin-right: 3%;
    margin-top: 3%;
    cursor: pointer;
}
.about5 ul li:nth-of-type(4n){
    margin-right: 0;
}
.about5 ul li img{
    width: 100%;
    display: block;
}
.about5 ul li h6{
    font-size: 1.8rem;
    letter-spacing: 1px;
    margin: 2rem 0 0;
}
.about5 ul li p{
    font-size: 1.5rem;
}
.about5 ul li .t2{
    display: none;
}
.about6 {
    background: #eee;
}
.about6 .contain{
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about6 .ll{
	width: 62%;
}
.about6 .ll h3{
	text-align: left;
	margin-bottom: 5%;
}
.about .ll p{
	font-size: 1.46rem;
}
.about6 .rr{
    width: 30%;
    text-align: center;
}
.about6 .rr img{
    display: block;
    width: 100%;
}
.about6 .rr p strong{
    color: #1a1a1a;
    font-size: 2rem;
    margin-top:1rem;
    display: block;
}
.about .rr p{
	font-size: 1.46rem;
}
/* 产品 */
.pnav {
	background: #fff;
	position: relative;
	z-index: 2;
}

.pnav .top1 {
	background: rgba(247, 247, 247, 0.8);
	border-bottom: 1px solid #eee;
	opacity: 0;
}

.pnav .pns {
	display: flex;
	text-align: center;
	justify-content: center;
	padding: 1.5rem 0;
	
}

.pnav .pns p {
	margin: 0 3rem;
	font-size: 1.4rem;
	opacity: 0.5;
	transition: all 0.4s linear;
}

.pnav .pns p img {
	display: block;
	height: 48px;
	margin: 0 auto 2px;
}

.pnav .pns p.active {
	color: #b71c25;
	opacity: 1;
}

.pnav .pns p:hover {
	opacity: 1;
}

.pnav .top2 {
	border-bottom: 1px solid #eee;
	opacity: 0;
	padding: 1rem 0;
}

.pnav dl {
	display: flex;
	align-items: center;
	margin: 2.2rem 0;
	flex-wrap: wrap;
}
.pnav dl dt{
	margin-right: 2rem;
	font-size: 1.5rem;
	color: #1a1a1a;
}
.pnav dl dd {
	margin-right: 3rem;
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	color: #3d3a39;
	cursor: pointer;
	transition: all 0.4s linear;
}

.pnav dl dd.active,
.pnav dl dd:hover {
	color: #b71c25;
}

.pnav dl dd span {
	width: 13px;
	height: 13px;
	border: 1px solid #3d3a39;
	margin-right: 6px;
	border-radius: 50%;
	position: relative;
	transition: all 0.4s linear;
}

.pnav dl dd.active span::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	transition: all 0.4s linear;
}

.pnav dl dd.active span {
	background: #b71c25;
	border-color: transparent;
}

.pro {
	padding: 4% 0;
	background: #f7f7f7;
	border-top: 1px solid rgba(85, 85, 85, 0.2);
}

.pro ul {
	display: flex;
	flex-wrap: wrap;
}
.pro .contain .title2 h3{
    font-size: 2.4rem;
    margin: 0 0 2rem;
}
.pro .contain:not(:first-of-type) .title2 h3{
    margin-top: 5rem;
}
.pro ul li {
	width: 22%;
	margin: 1.5%;
	padding: 3%;
	box-sizing: border-box;
	text-align: center;
	transition: all 0.8s linear;
	opacity: 0;
}

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

.pro ul li b {
	display: block;
	width: 100%;
}

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

.pro ul li {
	background: #fff;
	border-radius: 20px;
}

.pro ul li h3 {
	font-size: 1.6rem;
	margin-top: 8%;
	color: #3d3a39;
	transition: 1s; 
}

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

.pro ul li:hover h3 {
	color: #b71c25;
}

.pd_nav {
	margin-top: 90px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 2rem 0;
	opacity: 0;
}

.pd_nav .bb {
	display: flex;
	align-items: center;
}

.pd_nav .bb > span,.pd_nav .bb a  span {
	color: #888;
	margin-right: 10px;
	font-size: 1.4rem;
	transition: all 0.5s linear;
}

.pd_nav a:hover span {
	color: #b71c25;
}

.pd_nav span.now {
	color: #3d3a39;
}

.prod .bar1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	opacity: 0;
	padding-top: 5%;
}

.prod .bar1 .left {
	width: 48%;
}

.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: 60%;
	margin: auto;
}

.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: 52px;
	margin: 6px auto;
	border: 2px solid transparent;
	opacity: 0.6;
	transition: all 0.3s linear;
	border-radius: 10px;
}

.prod .bar1 .gallery-thumbs .swiper-slide-thumb-active img{
	border-color: #C8102E;
	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: 41%;
}

.prod .title h3 {
	font-size: 3.2rem;
	font-weight: normal;
	margin-bottom: 2rem;
	color: #b71c25
}
.prod .title h3 span{
    font-weight: normal;
}
.prod .bar1 .tt1 p {
	font-size: 1.6rem;
	color: #111;
	line-height: 1.6;
}

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

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

.prod .bar1 .more {
	margin-top: 4rem;
	width: 130px;
	line-height: 42px;
}

.prod .bar2 {
	width: 100%;
	position: relative;
}
.prod .bar2 p{
    opacity: 0;
}
.prod .bar2 img{
    display: block;
    margin: auto;
    max-width: 100%;
}

.prod .bar2 .txt {
	position: absolute;
	left: 50%;
	top: 18%;
	transform: translateX(-50%);
}

.prod .bar2 .txt img {
	width: 60%;
}

.prod .bar3 {
	background: linear-gradient(to bottom, #f2f2f2, #ececec);
}

.prod .bar3 .ll {
	width: 0%;
}

.prod .bar3 .rr {
	width: 100%;
	box-sizing: border-box;
}

.prod .bar3 .rr img {
	width: 100%;
	margin-top: 3%;
	display: block;
}

.o_nav {
	display: flex;
	justify-content: center;
	background: #fafafa;
	border-radius: 50px;
	width: fit-content;
	margin:2% auto;
	opacity: 0;
	flex-wrap: wrap;
}

.o_nav a {
	width: 120px;
	line-height: 54px;
	text-align: center;
	transition: 0.6s;
	font-size: 1.4rem;
	color: #3d3a39;
	position: relative;
}

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

.o_nav a:after {
	content: '';
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 50px;
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	transition: 0.6s;
	opacity: 0;
}

.o_nav a.active,
.o_nav a:hover {
	color: #b71c25;
}

.o_nav a.active::after {
	opacity: 1;
}

.news1 {
	background-image: linear-gradient(#fff, #FCFCFC);
}

.news .nbox {
	display: flex;
	justify-content: space-between;
	margin-top: 5%;
	opacity: 0;
}

.news .nbox .ll {
	width: 55%;
}

.news .nbox .rr {
	width: 42%;
}

.news .nbox b {
	display: block;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.news .nbox b img {
	display: block;
	width: 100%;
	transition: 3s;
}

.news1 .nbox .ll h3 {
	font-size: 2.4rem;
	color: #1E1E1E;
	display: block;
	margin: 3rem 0 2rem;
	transition: 0.8s;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .nbox .time {
	font-size: 1.4rem;
	color: #3d3a39;
	margin: 0 0 24px 0;
}

.news .nbox h6 {
	padding: 0 15px;
	float: left;
	line-height: 2.4;
	border: 1px solid #ddd;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	font-weight: normal;
	color: #1E1E1E;
	transition: 0.6s;
}

.news .nbox .tts:hover b img {
	transform: scale(1.1);
}

.news .nbox .tts:hover h3 {
	color: #b71c25;
}

.news .nbox .tts:hover h6 {
	background: #b71c25;
	color: #fff;
	border-color: transparent;
}

.news .nbox .rr .tts {
	display: flex;
	padding: 0 0 3rem;
	justify-content: space-between;
	align-items: center;
}

.news .nbox .rr .tts .tt {
	width: 48%;
}

.news .nbox .rr h3 {
	color: #1E1E1E;
	font-size: 1.6rem;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: normal;
	transition: 0.8s;
}

.news .nbox .rr .tts b {
	width: 50%;
}

.news .nbox .rr .time {
	margin-top: 2rem;
}

.news2 {
	padding-bottom: 0;
}

.news2 .nbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0;
	opacity: 1;
}

.news2 .nbox .ll {
	width: 31.3%;
	margin-right: 3%;
	margin-bottom: 3%;
}

.news2 .nbox .ll:nth-of-type(3n) {
	margin-right: 0;
}

.news2 .nbox .ll .time {
	margin-top: 3rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news2 .nbox .ll h6 {
	margin: 0;
}

.news2 .nbox .ll h3 {
	color: #1E1E1E;
	font-size: 1.8rem;
	line-height: 1.6;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: 0.8s;
	margin: 2rem 0 2rem;
}
.nnav{
	margin-top: 90px;
	background: #eee;
	padding: 2rem 0;
}
.nnav dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.3rem;
	color: #666;
	letter-spacing: 1px;
}
.nnav dl dt{
	color: #1a1a1a;
	font-size: 1.6rem;
	font-weight: bold;
}
.nnav .ds{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nnav dl dd{
	margin-left: 4rem;
	transition: all 0.5s linear;
	color: #3d3a39;
}
.nnav dl dd:hover{
	color: #b71c25;
}
.news_d{
	overflow: hidden;
	padding-top: 5%;
}
.news_d .bar0{
	border-bottom: 1px solid #ddd;
	padding: 0 0 3%;
	margin-bottom: 4.5%;
}
.news_d h1{
	font-size: 3rem;
	letter-spacing: 1px;
	line-height: 1.4;
	color: #1a1a1a;
}
.news_d .tt0{
	display: flex;
	align-items: center;
	margin-top: 2rem;
}
.news_d .time {
	font-size: 1.4rem;
	color: #3d3a39;
	margin-left: 20px;
}

.news_d h6 {
	padding: 0 15px;
	line-height: 2.4;
	border: 1px solid transparent;
	border-radius: 14px;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	font-weight: normal;
	color: #fff;
	transition: 0.6s;
	background: #b71c25;
}
.news_d .bar{
	display: flex;
	justify-content: space-between;
	color: #fff;
}
.news_d .bar .right{
	width: 74%;
}
.news_d .right img{
	max-width: 100%;
	margin-top: 3rem;
}
.news_d p{
	opacity: 1;
	margin-bottom: 2rem;
	color: #3d3a39;
	font-size: 1.5rem;
	text-align: justify;
}
.news_d .bar .left{
	width: 20%;
	position: sticky;
	top: 100px;
}
.news_d .bar .left .tt0{
	margin: 0;
}
.news_d .bar .left .tt0 h6{
	display: none;
}
.news_d .bar .left dd{
	background: #f6f6f6;
	border-radius: 10px;
	margin-bottom: 2rem;
	color: #b5b5b6;
	letter-spacing: 1px;
	padding: 3rem 3rem;
	box-sizing: border-box;
}
.news_d .bar .left dd .time{
	position: relative;
	margin: 0;
	padding-left: 12px;
}
.news_d .bar .left dd .time::before{
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #b71c25;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.news_d .bar .left dd h3{
	margin-top: 10px;
	font-size: 1.45rem;
	font-weight: normal;
	line-height: 1.5;
	color: #666;
	transition: all 0.3s linear;
}
.news_d .bar .left dd:hover h3{
	color: #b71c25;
}
.video .tts b{
    position: relative;
}
.video .btnv{
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) !important;
    width: 5.5rem !important;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
}
.cases {
	padding-bottom: 0;
}

.cases .o_nav {
	margin: 2% auto 4%;
}
.cases .o_nav a{
	width: 100px;
	line-height: 46px;
	cursor: pointer;
}
.cases .top{
	display: flex;
	justify-content: center;
	margin: 0% auto 4%;
	opacity: 0;
}
.cases .top .bb{
	font-size: 1.6rem;
	color: #3d3a39;
	margin: 0 2rem;
	position: relative;
	padding-bottom: 8px;
	cursor: pointer;
	opacity: 0.5;
}
.cases .top .bb.active,.about2 .top .bb:hover{
	opacity: 1;
}
.cases .top .bb::after{
	content: '';
	width: 0%;
	height: 2px;
	border-radius: 10px;
	background: #3d3a39;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	opacity: 0;
	transition: all 0.4s linear;
}
.cases .top .bb.active::after{
	opacity: 1;
	width: 50%;
}
.cases .contains{
	opacity: 0;
}
.cases .contain {
	display: none;
}
.cases ul {
	display: flex;
	flex-wrap: wrap;
}

.cases ul li {
	width: 47.5%;
	margin-right: 5%;
	margin-bottom: 4%;
}

.cases ul li:nth-of-type(2n) {
	margin-right: 0;
}

.cases ul li b {
	display: block;
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}

.cases ul li b img:first-of-type {
	display: block;
	width: 100%;
	transition: 3s;
}

.cases ul li .tt {
	padding: 5% 2% 0 8%;
	box-sizing: border-box;
	position: relative;
}

.cases ul li .tt::before {
	content: '';
	position: absolute;
	left: 4%;
	top: -2rem;
	width: 2px;
	height: 7rem;
	background: #b71c25;
}

.cases ul li h3 {
	font-size: 1.7rem;
	color: #1E1E1E;
	display: block;
	margin: 0 0 1rem;
	transition: 0.8s;
	line-height: 1.4;
}

.cases ul li p {
	position: relative;
	line-height: 1.5;
	font-size: 1.4rem;
	padding-left: 12px;
	margin: 5px 0 0;
}

.cases ul li p::before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 4px;
	height: 4px;
	background: #666;
	border-radius: 50%;
}

.cases ul li:hover b img:first-of-type {
	transform: scale(1.1);
}

.cases ul li:hover h3 {
	color: #b71c25;
}
.cases2 .contain{
	display: block;
	margin-top: 5%;
}
.cases2  ul li .vbtn{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 5rem;
	background: #b71c25;
	border-radius: 50%;
}
.hezuo {
	width: 100%;
	height: 100vh;
}

.hz1 {
	position: relative;
}

.hz1 .txt {
	position: absolute;
	left: 50%;
	bottom: 15%;
	transform: translate(-50%, -0%);
	z-index: 8;
}

.hz1 .txt h3 {
	color: #fff;
}

.hz1 .more {
	margin: 4rem auto 0;
}

.hz1 .more span {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hz1 .more img {
	width: 20px;
	margin-left: 10px;
}

.hz3 {
	position: relative;
}

.hz3 .txt {
	position: absolute;
	left: 50%;
	top: 52%;
	transform: translate(-50%, -50%);
	z-index: 8;
}
.hz3 .txt .title2{
	display: flex;
	align-items:center;
	margin-bottom: 2%;
}
.hz3 .txt h3 {
	text-align: left;
	color: #fff;
	font-weight: bold;
}

.hz3 .txt h3 strong {
	letter-spacing: 2px;
	font-size: 5rem;
	line-height: 1;
	font-family: "title";
	margin-right: 3rem;
	padding-right: 3rem;
	position: relative;
}
.hz3 .txt h3 strong::before{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 70%;
	background: #fff;
	border-radius: 20px;
}
.hz3 .txt .bb2 p {
	color: #fff;
	font-weight: normal;
	font-size: 1.8rem;
	display: block;
	margin-bottom: 3px;
	margin: 0;
	line-height: 1.6;
	opacity: 1;
}

.hz3 .txt .bb p {
	font-size: 1.5rem;
	color: #fff;
	display: inline-block;
}
.hz3 ul {
	margin-top: 3%;
	width: 70%;
	display: flex;
	flex-wrap: wrap;
}

.hz3 ul li {
	padding: 2.5% 1%;
	width: 19%;
	line-height: 1.3;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	margin: 0.5%;
	background: rgba(255, 255,255, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.3);
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.hz3 ul li span {
	display: block;
	font-family: "nums";
	font-size: 2.4rem;
	margin-bottom: 5px;
	letter-spacing: 1px;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.hz3 .txt p img {
	margin: 10px auto;
	display: block;
	width: 110px;
}

.hz3 a {
	position: absolute;
	left: 50%;
	bottom: 10%;
	transform: translate(-50%, -0%);
	display: block;
}

.hz3 .more {
	width: 120px;
	line-height: 40px;
	margin: 0;
	border: 1px solid rgba(255, 255, 255, 0.8);
	background: none;
}
.service .o_nav a {
	width: 160px;
}
.service{
	position: relative;
	z-index: 3;
	background: #fff;
	padding: 5% 0;
}
.service .top{
	margin-top: 3%;
	border-bottom: 1px solid #eee;
}
.service .top .bb{
	padding-bottom: 15px;
	margin: 0 3rem;
}
.service .top .bb.active::after{
	width: 100%;
}
.service table{
	width: 100%;
	border-top-left-radius: 60px;
	border-top-right-radius: 60px;
	overflow: hidden;
}
.service table tr td{
	padding: 10px;
	font-size: 1.4rem;
	text-align: center;
	background: #f6f6f6;
	line-height: 1.6;
	color: #333;
	word-break: inherit !important;
}
.service table tr td p{
    font-size: 1.4rem;
    line-height: 1.6;
    word-break: inherit !important;
}
.service table tr:first-of-type td{
	background: #b71c25;
	color: #fff;
	font-size: 1.6rem;
	font-family: "title";
}
.service table tr:first-of-type td p{
    font-size: 1.6rem;
}
.service table tr:nth-of-type(2) td{
	background: #b71c25;
	color: #fff;
}
.service .tts h6{
	font-size: 1.6rem;
	color: #3d3a39;
	margin: 4rem 0 2rem;
}
.service .tts p{
	font-size: 1.4rem;
	margin: 10px 0;
	line-height: 1.8;
}
.service .contain:nth-of-type(2) table tr:nth-of-type(3) td{
	background: #b71c25;
	color: #fff;
}
.service .contain:nth-of-type(2) table tr td.ms{
	width: 55% !important;
	text-align: left;
}
.service .contain:nth-of-type(2) table tr td:nth-of-type(1){
	width:8%;
}
.service .contain:nth-of-type(2) table tr td:nth-of-type(n+2){
	width: 12%;
}
.service .contain:nth-of-type(4) table tr:nth-of-type(2) td{
	background: #f6f6f6;
	color: #333;
}
.service .contain:nth-of-type(4) table tr:not(:first-of-type) td:last-of-type{
	text-align: left;
	width: 66%;
}
.service2 .contain:nth-of-type(2) table tr td:last-of-type{
	width: 15%;
}
.service .tts3 p{
	font-size: 1.4rem;
	margin: 20px 0;
	line-height: 1.8;
	position: relative;
}
.service #tts3 p strong{
	width: 30px;
	line-height: 30px;
	background: #b71c25;
	color: #fff;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	font-family: "nums";
	letter-spacing: 0.5px;
	font-weight: normal;
}
.service2 .tts7 p{
	font-size: 1.4rem;
	margin: 20px 0;
	line-height: 1.8;
	position: relative;
}
.service2 #tts7 p strong{
	width: 30px;
	line-height: 30px;
	background: #b71c25;
	color: #fff;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	font-family: "nums";
	letter-spacing: 0.5px;
	font-weight: normal;
}
.faq{
	background: #f6f6f6;
}
.faq ul {
	margin-top: 1%;
}
.faq ul li{
	cursor: pointer;
}
.faq ul li .txt{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 2.5rem 0;
}
.faq ul li .txt i{
	font-size: 2rem;
	color: #888;
	transition: all 0.4s ease;
	font-weight: bold;
}
.faq ul li.active .txt i{
	color: #b71c25;
	transform: rotate(180deg);
}
.faq ul li h3{
	font-size: 1.7rem;
	color: #1a1a1a;
	display: flex;
	align-items: center;
	font-weight: normal;
	font-family: "title";
}
.faq ul li h3::before{
	content: '';
	width: 24px;
	height: 24px;
	margin-right: 10px;
	background: url(../images/qa.png) no-repeat center/contain;
}
.faq ul li .txt2 {
	padding: 2% 0 1% 2.4%;
	display: none;
}
.faq ul li .txt2 p{
	font-size: 1.46rem;
	line-height: 1.8;
	margin: 10px 0;
	color: #3d3a39;
}
.faq .pages{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3%;
}
.faq .pages a{
	background: #ddd;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	font-size: 1.3rem;
	color: #3d3a39;
	margin: 0 6px;
	cursor: pointer;
	transition: all 0.5s linear;
}
.faq .pages a.active{
	background: #b71c25;
	color: #fff;
}
.faq .pages a:hover{
	color: #b71c25;
}
.contact0 .contain{
	position: absolute;
	height: auto;
	left: 50%;
	top: 56%;
	transform: translate(-50%,-50%);
}
.contact0 .title2 h3{
	color: #fff;
	margin-bottom: 8%;
}
.contact0 ul{
	display: flex;
	justify-content: space-between;
}
.contact0 ul li{
	cursor: pointer;
	width: 25%;
}
.contact0 ul li img{
	width: 62px;
	margin: auto;
	border-radius: 50%;
	padding: 15px;
	background: rgba(255, 255, 255, 0.9);
	text-shadow: 0 12px 20px rgba(0, 0, 0, 0.08);
}
.contact0 ul li p{
	font-size: 1.6rem;
	color: #fff;
	margin: 20px 0;
	text-align: center;
	font-family: "title";
	font-weight: bold;
}
.contact0 ul li p a{
	font-size: 1.5rem;
	line-height: 1.4;
	color: #fff;
	display: block;
	font-weight: normal;
	margin: 10px 0 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.contact0 ul li p a:hover{
	text-decoration: underline;
}
.contact0 ul li p span{
	color: #333;
	display: block;
}
.contact0 ul li b{
	display: block;
	width: 40%;
	overflow: hidden;
}
.contact0 ul li b img{
	width: 100%;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.contact0 ul li:hover b img{
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.contact2 {
	position: relative;
	z-index: 2;
	background: #eee;
}

.contact2 .online {
	margin-top: 2%;
}

.contact2 .online p {
	float: left;
	width: 31.3%;
	margin-right: 3%;
}

.contact2 .online p input {
	font-size: 1.6rem;
	background: #fff;
	border-radius: 30px;
	display: block;
	line-height: 2;
	padding: 10px 20px;
	color: #333;
	width: 100%;
	box-shadow: none;
	border: none;
	box-sizing: border-box;
}

.contact2 .online p input::placeholder,
.contact2 .online p textarea::placeholder {
	color: #888;
}

.contact2 .online p:nth-of-type(3n) {
	margin-right: 0;
}

.contact2 .online p:last-of-type {
	width: 100%;
	align-items: flex-start;
	margin-top: 1rem;
}

.contact2 .online p textarea {
	font-size: 1.6rem;
	background: #fff;
	border-radius: 20px;
	color: #333;
	min-height: 150px;
	width: 100%;
	padding: 10px 20px;
	box-shadow: none;
	border: none;
	box-sizing: border-box;
	line-height: 22px;
}

.submit button {
	background: none;
	display: block;
	line-height: 42px;
	width: 160px;
	padding: 6px 0;
	margin: 2rem auto 0;
	background: #3d3a39;
	color: #fff;
	font-size: 1.7rem;
	border: none;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
	border-radius: 30px;
}

.submit:hover button {
	background: #b71c25;
}

.contact3 {
	position: relative;
	color: #fff;
}

.contact3 .title h3 {
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: left;
}

.contact3 ul {
    width: 70%;
	margin-top: 1%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact3 ul li {
	border: 1px solid rgba(255, 255, 255, 0.4);
	width: 100%;
	padding: 3%;
	margin-top: 3%;
	box-sizing: border-box;
	position: relative;
	border-radius: 10px;
}
.contact3 ul li::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(33, 79, 144, 0.18);
	filter: blur(20px);
}
.contact3 ul li h4 {
	font-size: 2.4rem;
	letter-spacing: 1px;
	margin-bottom: 2rem;
	font-weight: normal;
	font-family: "title";
}
.contact3 ul li .p {
	color: #fff;
	opacity: 0.8;
	font-size: 1.5rem;
	line-height: 1.4;
	display: flex;
	flex-wrap: wrap;
	margin: 5px 0;
}
.contact3 ul li p {
    margin: 0;
    opacity: 1;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.5;
}
/* 点击放大 */
.big_box{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.9);
	z-index: 9999999999;
	display: none;
}
.big_imgss{
	position: absolute;
	width: 75%;
	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_box .righttop{
	position: fixed;
	right: 0px;
	top:0px;
	z-index: 9;
	padding: 10px;
	background: rgba(0,0,0,0.9);
}
.big_box .righttop div{
	float: right;
	margin:0 10px;
	width: 32px;
}
.big_box .righttop img{
	width: 32px;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.big_box .btn{
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
}
.big_box .btn i{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 24px;
	padding: 5px;
	color: #fff;
	display: block;
	font-size: 1.6rem;
	cursor: pointer;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	position: relative;
	z-index: 2;
}
.big_box .btn:before {
    content: "";
    position: absolute;
    top: 0px;
    right:0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: rgba(25, 25, 25, 0.45);
    z-index: 1;
    transform: scale(0.9);
    transition: all 0.25s cubic-bezier(.15,0.2,.1,1);
}
.big_box .btn:hover::before{
	background: #b71c25;
	transform: scale(1);
}
.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_pro .big_imgss{
	height: 76%;
	width: auto;
}
.big_box_pro .big_imgss img{
	height: 100%;
	position: absolute;
	left: 50%;
	top: 49%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: none;
}
.big_imgss2{
	position: absolute;
	width: 66%;
	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);
	background: #fff;
	padding: 2%;
}
.big_imgss2.active{
	-webkit-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1);
}
.big_imgss2 li{
    display: flex;
    justify-content: space-between;
}
.big_imgss2 img{
    width: 50%;
    height: fit-content;
}
.big_imgss2 li .tt{
    width: 43%;
    padding: 2% 0;
}
.big_imgss2 li .t1{
    display: flex;
    align-items: center;
    margin: 0rem 0 2rem;
}
.big_imgss2 li .t2{
    display: block;
}
.big_imgss2 li p{
    margin: 0;
}
.big_imgss2 li h6{
    font-size: 2rem;
    margin-right: 1rem;
}
.pages ul{
    display: flex;
    justify-content: center;
    align-items:center;
}
.pages ul li a,.pages ul li span{
    display: block;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size:1.4rem;
    margin: 4px;
    border-radius: 50%;
}
.pages ul li.active span{
    color:#b71c25;
}
html[lang="en"] .about .ll p{
    text-align: left;
}
html[lang="en"] .about .rr dl dd{
    width: 100%;
    margin: 2.2rem 0;
}
html[lang="en"] .prod .bar1 .more{
    width: 160px;
}
html[lang="en"] .o_nav a{
    width: 150px;
}
html[lang="en"] .news_d h1{
    font-size: 2.6rem;
    letter-spacing: 0px;
}
html[lang="en"] .news_d .bar .left dd h3{
    letter-spacing: 0;
}
html[lang="en"] .nnav dl{
    letter-spacing: 0px;
}
html[lang="en"] .cases .o_nav a{
    width: 130px;
}
html[lang="en"] .title2 h3{
    font-size: 3.8rem;
}
html[lang="en"] .hz3 .txt h3 strong{
    font-size: 4rem;
    letter-spacing: 0;
}
html[lang="en"] .service .o_nav a {
    width: 180px;
}
html[lang="en"] .contact3 .title h3{
    letter-spacing: 1px;
}
html[lang="en"] .contact3 ul li h4{
    letter-spacing: 0px;
}
html[lang="en"] .service table tr td{
    line-height: 1.3;
    padding: 10px 6px;    
}
html[lang="en"] .service table tr td p{
    line-height: 1.3;
}
html[lang="en"] .hz3 ul{
    width: 80%;
}