@charset "utf-8";

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

@font-face {
	src: url(https://images.enuoyopin.cn/OPPOSans-M.ttf);
	font-family: "title";
}

@font-face {
	src: url(../fonts/CrimsonText-Regular-5.ttf);
	font-family: "en";
}

@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: "en","myfont";
	letter-spacing: 0.5px;
}

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

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

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

header.active2 {
	background: #323C56;
}

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: 22px;
	-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: block;
}

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


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

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


header dl dd:hover {
	color: #c71e1e
}

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

header .others .ll {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 1.4rem;
	cursor: pointer;
	position: relative;
	line-height: 40px;
	margin-left: 2rem;
	font-family: "myfont";
}

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

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

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

.sp_menu {
	position: fixed;
	left: 0;
	top: 0px;
	width: 100%;
	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 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 100px;
	padding: 3% 0;
}

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

.sp_menu ul li {
	float: left;
	width: 20%;
	padding:0 3% 1%;
	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: #c71e1e;
}

.close img {
	position: absolute;
	right: 0;
	top: 6%;
	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: #c71e1e;
}

.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: auto !important;
	z-index: 6;
}
.banner .swiper{
	height: 100%;
}
.banner .bg {
	transform: scale(1.1);
	transition: all 2s linear;
}
.banner .swiper-slide-active .bg {
	transform: scale(1);
}
.banner a img{
	display: block;
	width: 100%;
}
.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 {
	letter-spacing: 1px;
	margin: 0 2px;
}

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

.banner .line .ls {
	width: 0;
	height: 100%;
	background: #c71e1e;
	transition: 1s;
}
.btns {
	opacity: 0;
	transition: all 0.8s linear;
}
.banner:hover .btns {
	opacity: 1;
}
.btns .swiper-button-next,
.btns .swiper-button-prev {
	color: #fff !important;
	transform: scale(0.7);
	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;
}
.index_pro{
}
.index_pro .contain{ 
	position: relative;
	box-sizing: border-box;
}
.index_pro .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s;
	transform: scale(1.1);
}
.index_video {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.index_video::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #3d3a39;
	opacity: 0;
}
.banner .swiper-slide video{
	display: block;
	width: 100%;
	object-fit: fill;
}
.index_pro .swiper {
	width: 100%;
	height: auto !important;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.index_pro .swiper a{
	width: 100%;
	display: block;
}
.index_pro .swiper a img{
	width: 100%;
	display: b
	;
}
.index_pro .txt {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 6%;
	text-align: center;
}

.index_pro .txt h4 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 6px 0;
	transform: translateY(50px);
	opacity: 0;
	color: #fff;
	font-size: 3.6rem;
	letter-spacing: 3px;
}


.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 .more {
	margin-top: 3rem;
}
.index_pro .more span{
	display: inline-block;
	color: #fff !important;
	box-shadow: 0 2px 0 -1px #fff;
}

.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;
	font-family: "myfont";
}

.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 .botbox{
	position: absolute;
	left: 50%;
	bottom: 2rem;
	transform: translateX(-50%);
	z-index: 6;
}
.index_pro .bottom {
	display: flex;
}
.index_pro .bottom .img {
	width: 25%;
	height: 150px;
	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%;
	height: 100%;
	transition: 2.5s;
}

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

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

.index_bar2 img{
	width: 100%;
	padding: 0 1.5rem;
	box-sizing: border-box;
}

.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{
	position: relative;
	z-index: 6;
	background: #fff;
}
.index_news .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index_news .news2 {
	margin-top: 2.5%;
}
.index_news .news2 .nbox .ll{
	margin-bottom: 0;
}
.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%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 6;
	color: #fff;
}

.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: #c71e1e;
}
.more span{
	line-height: 26px;
	font-size: 1.4rem;
	color: #3d3a39;
	position: relative;
	display: inline-block;
	margin: auto;
	cursor: pointer;
	box-shadow: 0 2px 0 -1px #3d3a39;
	position: relative;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.more span::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0%;
	height: 1px;
	background: #c71e1e;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	z-index: 2;
}

.more span {
	display: block;
	position: relative;
	z-index: 3;
}
.more:hover span{
	box-shadow: none;
	color: #c71e1e;
}
.more:hover span::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: #c71e1e;
}

.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;
	display: inline-block;
}

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

footer .logo2 {
	display: flex;
	justify-content: center;
	padding: 3.5% 0;
}

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

footer .contain{
	background: #323C56;
	padding: 5% 0 0;
}
footer .boxs {
	display: flex;
	justify-content: space-between;
}

footer dl dt {
	font-size: 1.6rem;
	cursor: pointer;
	color: #fff;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

footer dl dd {
	font-size: 1.3rem;
	line-height: 1.6;
	margin: 6px 0;
	color: rgba(255, 255, 255, 0.7);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
}

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

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

footer dl.dls dt {
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
}
footer dl.dls dd:last-of-type{
	font-family: "myfont";
}

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(255, 255, 255, 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: #fff;
	font-size: 1.4rem;
}

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

.ban {
	position: relative;
}

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

.ban .txt {
	position: absolute;
	left: 50%;
	top: 58%;
	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: 3.6rem;
	margin-top: 2rem;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.ban .txt p img{
	width: 66px;
	margin:0 auto 1rem;
	background: #323C56;
	border-radius: 50%;
}
.allbar {
	position: relative;
	z-index: 99;
	background: #fff;
}

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

/* 关于 */
.aban{
	width: 100%;
	position: relative;
	margin-top: 90px;
	max-height: 100vh;
	overflow: hidden;
}
.aban video{
	width: 100%;
	display: block;
}
.aban .atxt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}

.aban .atxt h3 {
	color: #fff;
	font-family: "title";
	line-height: 1.5;
}

.aban .more {
	margin: 4rem auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.aban .more span {
	margin: 0;
	color: #fff;
	box-shadow: none;
}

.aban .more img {
	background: #c71e1e;
	border-radius: 50%;
	width: 20px;
	margin-right: 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;
	font-family: "myfont";
}
.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: #c71e1e;
}
.about .rr dl dd h6 span{
	font-size: 5rem;
	color: #c71e1e;
	margin-right: 10px;
	letter-spacing: 1px;
}
.about .rr dl dd h6 i{
	font-style: normal;
	position: absolute;
	bottom: 10px;
}
.about .rr dl dd h6 i:nth-of-type(2){
	bottom: 8px;
	font-size: 1.3rem;
}
.about1 {
	background: #323C56;
}
.about1 .title2 h3{
	text-align: center;
	color: #fff;
}
.about1 .title2 p{
	font-size:1.8rem;
	color: #fff;
	text-align: center;
}
.about1 .swiper-container{
	margin-top: 3%;
}
.about1 .swiper-slide{
	display: flex;
	justify-content: space-between;
	background: #f3f3f3;
	align-items: center;
	border-radius: 5px;
	overflow: hidden;
	opacity: 0.3;
	transition: all .25s ease-in-out;
}
.about1 .swiper-slide-active{
	opacity: 1;
}
.about1 .swiper-slide .ll{
	width: 50%;
}
.about1 .swiper-slide img{
	width: 100%;
	display: block;
}
.about1 .swiper-slide .rr{
	width: 50%;
	padding: 0 6%;
	box-sizing: border-box;
}
.about1  h4{
	font-size: 3rem;
}
.about1  h4 strong{
	display: block;
	font-size: 2rem;
	margin: 1.2rem 0 3rem ;
	color: #333;
	font-weight: normal;
	font-family: "title";
}
.about1 p{
	font-size: 1.46rem;
	margin: 2rem 0;
	font-family: "myfont";
}
.about1  .swiper-pagination{
	position: static;
	margin-top: 3%;
}
.about1  .swiper-pagination span{
	border-top: 2px solid #ccc;
	width: 33.3% !important;
	height: auto !important;
	background: none !important;
	margin: 0 !important;
	padding: 0;
	padding-top: 15px;
	transition: all .25s ease-in-out;
	color: #1a1a1a;
	border-radius: 0;
	opacity: 1;
	text-align: left;
}
.about1  .swiper-pagination span i{
	font-style: normal;
	font-size: 1.8rem;
	opacity: 0.8;
	color: #fff;
}
.about1  .swiper-pagination span.swiper-pagination-bullet-active{
	border-color: #fff;
}
.about1  .swiper-pagination span.swiper-pagination-bullet-active i{
	opacity: 1;
	font-weight: bold;
}
.about1 .btnsss{
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	overflow: hidden;
}
.enter{
	background: #fff;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 2rem;
	bottom: 2rem;
	overflow: hidden;
	transition: all .15s ease-in-out;
	transform: scale(0.5);
	opacity: 0;
}
.enter i{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	transform: rotate(180deg);
}
.enter .i2{
	position: absolute;
	left: -40px;
	top: 0;
}
.about1 .enter{
	opacity: 1;
	transform: scale(1);
	position: static;
	border: 1px solid #ddd;
	border-radius: 0;
	padding: 6px;
	cursor: pointer;
}
.about1 .enter.lll{
	transform: rotate(180deg);
	border-top: none;
}
.about1 .enter.swiper-button-disabled i{
	opacity: 0.3;
}
.about2 ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.about2 ul li{
	width:28.9%;
	margin:4% 2.2% 0;
	text-align: center;
	font-size: 1.45rem;
	color: #3d3a39;
	line-height: 1.7;
}
.about2 ul li img{
	width: 100%;
	display: block;
	transition: 0.8s;
	margin-bottom: 2.5rem;
}
.about2 ul li:hover img{
	transform: scale(1.08);
}
.about3{
	position: relative;
}
.about3::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.6;
}
.about3 .title2 h3{
	color: #3d3a39;
}
.about3 .top{
	display: flex;
	justify-content: center;
	margin: 3% 0;
}
.about3 .top .bb{
	font-size: 1.6rem;
	color: #fff;
	margin: 0 2rem;
	position: relative;
	cursor: pointer;
	background: #323C56;
	width: 50px;
	height: 46px;
	display: flex;
	font-family: "title";
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	padding: 10px;
	line-height: 1.2;
	letter-spacing: 2px;
	box-sizing: content-box;
}
.about3 .top .bb.active{
	background: #c71e1e;
}
.about3 .bars{
	display: none;
	cursor: move;
}
.about3 .swiper-wrapper{
	text-align: center;
}
.about3 .swiper-slide .imgs {
    transform: scale(0.82);
    transition: 1s;
    opacity: 1;
}
.about3 .swiper-slide .imgs img{
	max-width:100%;
	height: 100px;
	display: block;
	margin: 1rem auto 3rem;
	transition: 0.8s;
}
.about3 .swiper-slide .imgs img:hover{
	transform: scale(1.08);
}
.about3 .swiper-slide h6{
	font-size: 2rem;
	margin-bottom: 2rem;
	font-family: "myfont";
}
.about3 .swiper-slide p{
	line-height: 1.6;
	font-size: 1.7rem;
	font-family: "myfont";
}
/* 产品 */
.p0ban {
	overflow: hidden;
}
.p0ban .txt h3{
	letter-spacing: 3px;
}
.p0ban .txt p{
	width: 50%;
	margin: 3rem auto;
	font-size: 1.45rem;
	font-weight: normal;
	opacity: 1;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
	font-family: "myfont";
}
.p0ban .bottom{
	margin-top: 5%;
	display: flex;
	justify-content: center;
}
.more2{
	border: 1px solid rgba(255, 255, 255, 0.8);
	padding:1rem  3rem;
	color: #fff;
	font-size: 1.46rem;
	width: 180px;
	text-align: center;
	justify-content: center;
	margin:0 2.5rem ;
	display: flex;
	align-items: center;
	border-radius: 30px;
	transition: all 0.4s linear;
	background: rgba(0, 0, 0, 0.1);
	cursor: pointer;
}
.more2:hover{
	background: #c71e1e;
	border-color: transparent;
}
.more2 img{
	width:  22px;
	margin-right: 10px;
}
.pps{
	height: auto;
	position: relative;
	background: #fff;
	z-index: 3;
}
.pps::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40%;
	background: linear-gradient(to top,rgba(0,0,0,0.6),rgba(0,0,0,0));
}
.pps .bgs img{
	width: 100%;
	display: block;
}
.pps .txt{
	position: absolute;
	bottom: 3%;
	left:50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.pps .txt h3{
	color:#fff;
	margin-bottom: 2rem;
}
.pps .txt p{
	font-weight: normal;
	font-size: 1.6rem;
	opacity: 1;
	font-family: "myfont";
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.pps .more span{
	box-shadow: 0 2px 0 -1px #fff;
	color: #fff;
	display: inline-block;
}
.pban{
	height: 65rem;
	overflow: hidden;
	position: relative;
}
.pban::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40%;
	background: linear-gradient(to top,rgba(0,0,0,0.6),rgba(0,0,0,0));
}
.pban .pimgss{
	position: absolute;
	left: 0;
	bottom: 0;
}
.pban h2{
	font-size: 3rem;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
	letter-spacing: 1px;
}
.pban .txt{
	top: inherit;
	bottom: 0;
}
.pban .txt p{
	font-weight: normal;
	font-size: 1.6rem;
	opacity: 1;
	font-family: "myfont";
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.pban .more span{
	box-shadow: 0 2px 0 -1px #fff;
	color: #fff;
	display: inline;
}
.pro {
	background: #f7f7f7;
	position: relative;
	z-index: 3;
	padding-top: 4.5%;
}

.pro ul {
	display: flex;
	flex-wrap: wrap;
}

.pro ul li {
	width: 23%;
	margin: 1%;
	padding:2% 2%;
	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%;
	margin-bottom: 1rem;
}

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

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

.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: #c71e1e;
}

.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 span {
	color: #888;
	margin-right: 10px;
	font-size: 1.4rem;
	transition: all 0.5s linear;
}

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

.pd_nav span.now {
	color: #3d3a39;
}
.pbar3{
	padding: 10% 0;
	position: relative;
}
.pbar3 .txt h3{
	color: #fff;
	text-align: left;
	margin-bottom: 3%;
	letter-spacing: 1px;
	font-family: "en";
}
.pbar3 .txt p{
	color: #fff;
	line-height: 1.6;
	margin: 1.5rem 0;
	position: relative;
	padding-left: 16px;
	font-size: 1.5rem;
	font-family: "myfont";
}
.pbar3 .txt p::before{
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 5px;
	height: 5px;
	background: #fff;
	transform: rotate(45deg);
}
.prod{
	background: #f6f6f6;
}
.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 img {
	width: 52px;
	margin: 6px auto;
	border: 2px solid transparent;
	opacity: 0.6;
	cursor: pointer;
	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 h2{
	font-size: 3.2rem;
	font-weight: normal;
	margin-bottom: 2rem;
	color: #b71c25;
	font-family: "title";
}
.prod h6{
	font-size: 1.8rem;
	font-weight: normal;
	margin-top: 2rem;
	color: #323C56;
}
.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;
}
.ban3 .txt{
	top: 60%;
}
.ban3 .logos img{
	height: 35px;
	width: auto !important;
	margin: auto;
	margin-bottom: 5rem;
}
.adv{
	position: relative;
	z-index: 2;
	background: #fff;
	padding: 4% 0;
}
.adv ul li {
	margin: 3% 0;
}
.adv ul li h6{
	font-size: 2rem;
	margin-bottom: 2rem;
	position: relative;
	padding-left: 20px;
}
.adv ul li h6::before{
	content: '';
	position: absolute;
	left: 0;
	top:10px;
	width: 7px;
	height: 7px;
	background: #1a1a1a;
	transform: rotate(45deg);
}
.adv ul li p{
	font-size: 1.42rem;
	margin: 0px 0 0;
	line-height: 1.8;
}
.adv2{
	height: 100vh;
}
.adv2 .txt p{
	width: 60%;
	font-size: 1.5rem;
	margin: 3rem auto 0;
	color: #fff;
}
.adv2::before{
	display: none;
}
.adv3 .contain{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.adv3 .contain:nth-of-type(2n){
	flex-direction: row-reverse;
}
.adv3 .contain .ll{
	width: 50%;
	padding: 3% 6%;
	box-sizing: border-box;
}
.adv3 .contain .ll h3{
	margin-bottom: 3rem;
	font-size: 2.6rem;
}
.adv3 .contain .ll p{
	font-size: 1.45rem;
	text-align: center;
	font-family: "myfont";
}
.adv3 .contain .rr{
	width: 50%;
}
.adv3 .contain .rr img{
	width: 100%;
}
.adv4 {
	padding: 5% 0;
}
.adv4 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.adv4 ul li{
	width: 46%;
	margin: 2% 0;
}
.adv4 ul li p{
	color: #333;
}
.adv5 {
	box-sizing: border-box;
	padding-bottom: 3%;
}
.adv5 .bar{
	margin-top: 3%;
}
.adv5 .swiper-slide{
	height: auto;
	background: #f6f6f6;
	padding: 1% 3% 2%;
	border-radius: 20px;
}
.adv5 .swiper-slide img{
	width: 100%;
	transition: all 0.4s linear;
}
.adv5 .swiper-slide:hover img{
	transform: scale(1.06);
}
.adv5 .swiper-slide h6{
	font-size: 1.8rem;
	color: #323C56;
	margin-bottom: 1.5rem;
	text-align: center;
	line-height: 1.6;
	transition: all 0.4s linear;
}
.adv5 .swiper-slide:hover h6{
	color: #c71e1e;
}
.adv5 .swiper-slide strong{
	display: block;
}
.adv5 .swiper-slide p{
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: center;
}
.o_nav {
	display: flex;
	justify-content: center;
	width: fit-content;
	margin:2% auto;
	opacity: 0;
}

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

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

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

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

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

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

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

.news .nbox b img {
	display: block;
	width: 100%;
	transition: 3s;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

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

.news .nbox .time {
	font-size: 1.6rem;
	color: #3d3a39;
	opacity: 0.5;
}

.news .nbox h6 {
	padding: 3% 0 0;
	line-height: 2.4;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3rem;
	font-weight: normal;
	color: #1E1E1E;
	transition: 0.6s;
}
.news .nbox h6::before{
	content: '';
	width: 2px;
	height: 2px;
	background: #3d3a39;
	border-radius: 50%;
	margin-right: 8px;
}
.news .nbox .tts:hover h3 {
	color: #c71e1e;
}


.news2 {
	padding-bottom: 0;
}

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

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

.news2 .nbox .ll:nth-of-type(3n) {
	margin-right: 0;
}
.news2 .nbox b {
	display: block;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.news2 .nbox b img {
	display: block;
	width: 100%;
	transition: 3s;
}
.news2 .nbox .ll:hover b img {
	transform: scale(1.1);
}
.news2 .nbox .ll .time {
	color: #3d3a39;
	opacity: 0.5;
	font-size: 1.4rem;
}

.news2 .nbox .ll h6 {
	padding: 3% 0 0;
	line-height: 2.4;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 1.3rem;
	font-weight: normal;
	color: #1E1E1E;
	transition: 0.6s;
}
.news2 .nbox .ll h6::before{
	content: '';
	width: 2px;
	height: 2px;
	background: #3d3a39;
	border-radius: 50%;
	margin-right: 8px;
}

.news2 .nbox .ll h3 {
	color: #1E1E1E;
	font-size: 1.5rem;
	line-height: 1.6;
	font-weight: normal;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: 0.8s;
	margin: 0rem 0 1rem;
}
.news2 .nbox .ll:hover h3 {
	color: #c71e1e;
}
.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: #c71e1e;
}
.news_d{
	overflow: hidden;
	padding-top: 5%;
	padding-bottom: 0;
}
.news_d .bar0{
	border-bottom: 1px solid #ddd;
	padding: 0 0 3%;
	margin-bottom: 4.5%;
}
.news_d h1{
	font-size: 2.6rem;
	letter-spacing: 1px;
	line-height: 1.4;
	color: #1a1a1a;
	text-align: center;
}
.news_d .tt0{
	display: flex;
	align-items: center;
	margin-top: 2rem;
	justify-content: center;
}
.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: #c71e1e;
}
.news_d .bar{
	display: flex;
	justify-content: space-between;
	color: #fff;
}
.news_d .bar .right{
	width: 100%;
}
.news_d .right img{
	max-width: 100%;
	margin: 3rem auto ;
}
.news_d p{
	opacity: 1;
	margin-bottom: 2rem;
	color: #3d3a39;
	font-size: 1.45rem;
	text-align: center;
	font-family: "myfont";
}
.cases {
	padding-bottom: 0;
}

.cases .o_nav {
	margin: 2% auto 4%;
}
.cases .o_nav a{
	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: #c71e1e;
}

.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: #c71e1e;
}
.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: #c71e1e;
	border-radius: 50%;
}
.hezuo1 {
	position: relative;
	z-index: 4;
	background: #323C56;
}
.hezuo1 .title2 h3{
	color: #fff;
	font-size: 4.2rem;
	letter-spacing: 1px;
}
.hezuo1 .txt p{
	color: #fff;
	text-align: center;
	font-size: 2.4rem;
	margin: 1rem 0;
}
.hezuo1 ul {
	display: flex;
	justify-content: center;
	margin-top: 3.5%;
  }
  .hezuo1 ul li{
	width: 430px;
	position: relative;
  }
  .hezuo1 ul li:not(:last-child) {
	margin: 0 8rem 0 0;
  }
  .hezuo1 ul li .circle {
	width: 133px;
	height: 133px;
	border: 1px solid rgba(254, 238, 210, 0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 42px;
	transition: 0.6s;
	cursor: pointer;
  }
  .hezuo1 ul li .circle img {
	transition: 0.8s;
	width: 50%;
  }
  .hezuo1 ul li .circle:hover {
	background: #c71e1e;
  }
  .hezuo1 ul li .circle:hover img {
	filter: brightness(8) grayscale(0);
  }
  .hezuo1 ul li h4 {
	width: 220px;
	height: 80px;
	background: #FEEED2;
	border-radius: 40px 0px 40px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 60px;
	font-size: 3rem;
	font-weight: 600;
	color: #141414;
  }
  .hezuo1 ul li h5 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	color: #FEEED2;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 36px 0;
	text-align: center;
  }
  .hezuo1 ul li .line {
	width: 100%;
	height: 1px;
	border-top: 1px dashed #FEEED2;
	opacity: 0.2;
	margin: 0 0 48px 0;
  }
  .hezuo1 ul li .tt p{
	font-size: 1.46rem;
	color: #FFFFFF;
	text-align: center;
  }
  .hezuo1 ul li .position {
	position: absolute;
	top: 210px;
	left: 83%;
	display: none;
	align-items: center;
  }
  .hezuo1 ul li .position span {
	width: 9px;
	height: 9px;
	background: #55514a;
	border-radius: 50%;
  }
  .hezuo1 ul li .position .thread {
	width: 184px;
	height: 1px;
	border-top: 1px dashed #FEEED2;
	opacity: 0.2;
  }
  .hezuo1 ul li:not(:last-child) .position {
	display: flex;
  }
  .hezuo2{
	background: #feeed2;
  }
  .hezuo2 ul {
	margin-top: 3.5%;
	display: flex;
	justify-content: space-between;
  }
  .hezuo2 ul li {
	text-align: center;
	cursor: pointer;
	position: relative;
	width: 14.2%;
  }
  .hezuo2 ul li::after{
	content: '';
	position: absolute;
	right: -50px;
	top: 30%;
	width: 100px;
	height: 16px;
	background: url(../images/jt.png) no-repeat center/contain;
  }
  .hezuo2 ul li:last-of-type::after{
	display: none;
  }
  .hezuo2 ul li .img {
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 12px;
	transition: 1s;
  }
  .hezuo2 ul li .img img{
	height: 100%;
  }
  .hezuo2 ul li p {
	font-size: 1.8rem;
	color: #000000;
	line-height: 1.3;
  }
  .hezuo2 ul li:hover .img {
	transform: translateY(-10px);
  }
.hezuo3 .swiper-slide{
	position: relative;
	opacity: 1;
}
.hezuo3  .swiper-slide .ll{
	width: 100%;
}
.hezuo3 .swiper-slide h4{
	color: #c71e1e;
	font-size: 2.4rem;
}
.hezuo3 .swiper-slide .rr {
	width: 45%;
	border-radius: 10px;
	position: absolute;
	left: 8%;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.9);
	padding: 5%;
}
.hezuo3 .swiper-pagination span{
	width: auto !important;
	border-top: none;
	text-align: center;
	padding: 0;
	margin: 0 2rem !important;
}
.hezuo3 .swiper-pagination span i{
	font-weight: normal;
	font-size: 1.6rem;
	opacity: 0.5;
}
.hezuo3 .swiper-pagination span.swiper-pagination-bullet-active i{
	font-weight: 100;
	opacity: 1;
}
.hz1 {
	position: relative;
	height: 100vh;
}

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

.hz1 .txt h3 {
	color: #fff;
}
.hz1 .txt p{
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: normal;
	opacity: 1;
	font-family: "myfont";
	margin-top: 3rem;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.hz1 .txt p img {
	margin: 10px auto;
	display: block;
	width: 110px;
}


.hz3 {
	position: relative;
}

.hz3 .title2{
	position: absolute;
	left: 50%;
	top: 10%;
	transform: translateX(-50%);
}
.hz3 .txt {
	z-index: 8;
	width: 100%;
}
.hz3 .txt h3 {
	color: #fff;
	font-weight: bold;
}

.hz3 .txt h3 strong {
	letter-spacing: 2px;
	font-size: 5rem;
	line-height: 1;
	font-family: "title";
	position: relative;
	text-align: center;
}
.hz3 .txt h4 {
	color: #fff;
	font-weight: normal;
	font-size: 1.8rem;
	margin-top: 2rem;
	text-align: center;
}

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

.hz3 ul li {
	width: 25%;
	padding: 5% 3%;
	box-sizing: border-box;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	background: rgba(255, 255,255, 0.0);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.hz3 ul li:nth-of-type(-n+4) {
	position: relative;
	padding: 16% 3% 5%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.hz3 ul li:nth-of-type(-n+4)::before {
	content: '';
	position: absolute;
	right: -3px;
	bottom: -3px;
	width: 6px;
	height: 6px;
	background: #fff;
	transform: rotate(45deg);
	z-index: 3;
}
.hz3 ul li span {
	display: block;
	font-weight: normal;
	font-size: 3rem;
	margin-bottom: 5px;
	letter-spacing: 1px;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.hz3 .txt p{
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: normal;
	margin-top: 20px;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.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;
}
.hz2 .swiper-slide{
	width: 100%;
	height: 100vh;
	cursor: move;
}
.hz2 .bottom {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
}

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

}

.hz2 .swiper-pagination span {
	letter-spacing: 1px;
	margin: 0 2px;
}

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

.hz2 .line .ls {
	width: 0;
	height: 100%;
	background: #c71e1e;
	transition: 1s;
}
.service{
	position: relative;
	z-index: 3;
	background: #fff;
	padding: 5% 0;
}
.service .top{
	margin-top: 2.5%;
	border-bottom: 1px solid #eee;
}
.service .top .bb{
	padding-bottom: 15px;
	margin: 0 3rem;
	font-size: 1.45rem;
}
.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;
	font-family: "myfont";
}
.service table tr:first-of-type td{
	background: #323C56;
	color: #fff;
	font-size: 1.6rem;
	font-family: "title";
}
.service table tr:nth-of-type(2) td{
	background: #323C56;
	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: #323C56;
	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 .tts2 p{
	font-size: 1.4rem;
	margin: 20px 0;
	line-height: 1.8;
	position: relative;
}
.service .tts2 p strong{
	width: 30px;
	line-height: 30px;
	background: #323C56;
	color: #fff;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	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: #c71e1e;
	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{
    display: block;
	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 span{
    display: block;
	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 li.active span{
	background: #323C56;
	color: #fff;
}
.faq #pages a:hover,.faq #pages span:hover{
	color: #323C56;
}
.contact0 .contain{
	position: absolute;
	height: auto;
	left: 50%;
	top: 56%;
	transform: translate(-50%,-50%);
}
.contact0 .title2 h3{
	color: #fff;
	margin-bottom: 6%;
}
.contact0 ul{
	display: flex;
	justify-content: space-between;
}
.contact0 ul li{
	cursor: pointer;
	max-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.4rem;
	color: #fff;
	margin: 20px 0;
	text-align: center;
}
.contact0 ul li p a{
	font-size:2rem;
	line-height: 1.4;
	color: #fff;
	display: block;
	font-weight: normal;
	margin: 5px 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: #c71e1e;
}

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

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

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

.contact3 ul li {
	border: 1px solid rgba(255, 255, 255, 0.4);
	width: 33.3%;
	padding: 3%;
	box-sizing: border-box;
	position: relative;
}
.contact3 ul li::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(33, 79, 144, 0.15);
	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;
}
/* 点击放大 */
.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: #c71e1e;
	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;
}
html[lang="en"] * {
	font-family: "myfont";
	letter-spacing: 0px;
}
html[lang="en"] .title2 h3 {
    font-family: "title";
}
html[lang="en"] .prod h2 {
    font-family: "title";
}
html[lang="en"] .ban .txt h3{
    font-size: 3rem;
    letter-spacing: 0;
}
html[lang="en"] .hezuo1 ul li h4{
    font-size: 2rem;
}
html[lang="en"] .hezuo2 ul li p{
    font-size: 1.6rem;
}
html[lang="en"] .prod .bar1 .more2{
    width: 200px;
    padding: 13px 0;
}
html[lang="en"] .about3 .top .bb{
    width: auto;
    height: auto;
    padding: 2rem 1rem;
    letter-spacing: 0;
}
html[lang="en"] .contact0 ul li p a{
	font-size:1.8rem;
}