@charset "utf-8";
/* CSS Document */
@font-face{
	src:url(../fonts/HarmonyOS_Sans_SC_Regular.ttf);
	font-family:"myfont";
	}
@font-face{
	src:url(../fonts/HarmonyOS_Sans_SC_Medium.ttf);
	font-family:"title";
	}
@font-face{
	src:url(../fonts/impact.ttf);
	font-family:"num";
}
@font-face{
	src:url(../fonts/Barlow-Regular.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;
	outline:none;
	font-size:62.5%;
	color:#666;
	list-style:none;
	font-family:"myfont";
}
p{
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 1rem 0;
	color: rgba(95,105,115,1);
	}
img{
	display: block;
}
.clear{
	clear:both;
	}
a{
	text-decoration:none;
	color:#666;
	}
.w_all{
	width: 1280px;
	margin:auto;
}
.w_all2{
	width:96%;
	margin:auto;
}
/*index*/
html, body{
	width:100%;
	position:relative;
	font-size:62.5%;
	}
header{
	width:100%;
	position:fixed;
	left:0%;
	top:0;
	z-index:9999;
	transition: all .5s ease;
}
header.active{
	background: #fff;
}
.header2{
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.nav_box{
	display: flex;
	align-items:center;
	justify-content: space-between;
}
.logo{
	height: 50px;
	-webkit-transition:all 0.5s linear;
	transition:all 0.5s linear;
}
.logo img{
	display: block;
	height: 100%;
}
.logo .img2{
	display: none;
}
header.active .logo .img1{
	display: none;
}
header.active .logo .img2{
	display: block;
}
.header2 .logo .img1{
	display: none;
}
.header2 .logo .img2{
	display: block;
}
.navbox{
	display: flex;
	align-items: center;
}
.nav_box ul{
	display: flex;
}
.nav_box ul li{
	position: relative;
    padding: 0px 1.1vw;
}
.nav_box ul li h3{
	font-size: 1.7rem;
	line-height: 70px;
	position: relative;
	color:#fff;
	font-weight: normal;
	font-family: "title";
	cursor: pointer;
	transition: all ease .3s;
}
header.active .nav_box ul li h3{
	color: #333;
}
.header2 .nav_box ul li h3{
	color: #333;
}
.nav_box ul li:hover h3{
	color: #29686f !important;
}
.n_right {
	margin-left: 0;
}
.n_right .language{
	display: flex;
	align-items: center;
	color: #fff;
	cursor: pointer;
	font-size: 1.6rem;
}
.n_right i{
	color: #fff;
	font-size: 2.2rem;
	margin-right: 0.6rem;
	font-weight: normal;
	margin-top: 2px;
}
header.active .n_right .language{
	color: #333;
}
header.active .n_right i{
	color: #333;
}
.header2 .n_right .language{
	color: #333;
}
.header2 .n_right i{
	color: #333;
}
.s_menu{
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	top: 70px;
	text-align: center;
	display: none;
	z-index: 999;
	background: #fff;
    padding: 1rem 3rem;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    width: max-content;
}
.s_menu dl dd{
	padding: 6px 0;
	font-size: 1.5rem;
	background: #fff;
	transition: all 0.3s linear;
	cursor: pointer;
}
.s_menu dl dd:hover{
	color: #29686f;
}
.sp_menu{
	position: fixed;
	width: 100%;
	padding: 1% 3%;
	box-sizing: border-box;
}
.sp_menu .dls{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sp_menu .dls dl{
	width: 22%;
	text-align: left;
	margin: 1% 0;
}
.sp_menu .dls dl dt{
	font-size: 1.6rem;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.8rem;
	margin-bottom: 1rem;
	color: #1a1a1a;
	font-weight: bold;
}
.sp_menu .dls dl dd{
	font-size: 1.4rem;
	padding: 3px 0;
}
.navBtn{
	position: relative;
	z-index:99999;
	cursor:pointer;
	display: none;
}
.navBtn span{
	display: block;
	width: 24px;
	height: 2px;
	background:#fff;
	margin:5px auto;
}
header.active .navBtn span{
	background: #333;
}
.header2 .navBtn span{
	background: #333;
}
.nav_btn_active{
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}
.nav_btn_active span:nth-of-type(1){
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	}
.nav_btn_active span:nth-of-type(2){
	opacity:0;
	}
.nav_btn_active span:nth-of-type(3){
	margin-top:-57%;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	}
.banner{
	width:100%;
	height: auto !important;
	position:relative;
	overflow: hidden;
	}
.banner .swiper-slide{
	width:100%;
	position: relative;
	height: 82vh;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner img{
	width:100%;
	height: 100%;
	display: block;
	}
.banner video{
	width:100%;
	height: 100%;
	object-fit: fill;
}
.banner .txt{
	position: absolute;
	left: 50%;
	top: 52%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.banner .txt h2{
	font-size: 8rem;
	color: #fff;
	font-family: "title";
	letter-spacing: 3px;
	transition: all ease .8s .3s;
	margin-bottom: 2rem;
	transform: translateY(30px);
	opacity: 0;
}
.banner .txt p{
	font-size: 2.6rem;
	color: #fff;
	font-family: "title";
	line-height: 1.6;
	letter-spacing: 4px;
    transition: all ease .8s .8s;
	transform: translateY(30px);
	opacity: 0;
}
.banner .swiper-slide-active .txt h2{
	transform: translateY(0px);
	opacity: 1;
}
.banner .swiper-slide-active .txt p{
	transform: translateY(0px);
	opacity: 1;
}

.btn {
	position: absolute;
	right: 3rem;
	bottom: 3%;
	z-index: 99;
}
.btn .ll {
	border-radius: 50%;
	width: 5rem;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s linear;
	background: #29686f;
	margin: 1rem 0;
}
.btn i {
	display: block;
	font-size: 2rem;
	color: #fff;
	display: block;
}
.btn .llr i{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
} 
.btn .ll:hover i{
	color: #fff;
}
.banner .swiper-pagination {
	display: flex;
	justify-content: center;
}
.banner .swiper-pagination span{
	margin:2rem 5px !important;
    background: #fff;
    opacity: 0.6 !important;
    height: 10px !important;
    width: 10px !important;
    transition: all ease .3s;
	display: block;
}	
.banner .swiper-pagination span.swiper-pagination-bullet-active{
	width: 30px !important;
    border-radius: 15px;
	opacity:1 !important;
}
.more{
	width: max-content;
	margin: 3rem auto;
	padding: 14px 30px;
	background: #1a1a1a;
	border-radius: 30px;
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	letter-spacing: 1px;
}
.more::before{
	content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: #29686f;
    transition: transform cubic-bezier(0.4, 0, 0.2, 1)  0.25s;
    transform-origin: 100% 50%;
    transform: scaleX(0);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 30px;
}
.more:hover::before{
	transform: none;
    transform-origin: 0% 50%;
}
.more span{
	color: #fff;
	font-size: 1.6rem;
	position: relative;
	z-index: 2;
}
.more i{
	color: #fff;
	margin-left: 12px;
	font-size: 1.6rem;
	display: block;
	position: relative;
	z-index: 2;
	margin-top: 1px;
}
.more:hover i{
	animation: shuffle 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes shuffle {
    50% {
        transform: translateX(100%) ;
    }

    50.01% {
        transform: translateX(-100%);
    }
}
.index_bars{
	padding: 5% 0;
	position: relative;
}
.title{
	margin-bottom: 4rem;
	text-align: center;
}
.title h3{
	font-size: 4.6rem;
	color: #1a1a1a;
	line-height: 1.5;
	margin-bottom: 1.5rem;
	letter-spacing: 2px;
}
.title h4{
	font-size: 2.4rem;
	color: #666;
	line-height: 1.5;
	margin:0 0 2rem 0;
	font-weight: normal;
}
.title p{
    color: #666;
	line-height: 1.6;
    letter-spacing: 0px;
    font-size: 1.8rem;
}
.index_pro .btn{
	position: static;
}
.index_pro .btn .ll{
	background:rgba(12, 18, 39, 0.4) ;
}
.index_pro .btn .ll:hover{
	background: #29686f;
}
.index_pro .contain{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index_pro .box{
	width: 90%;
}
.index_pro .swiper-slide{
    border-radius: 8px;
    padding: 2px;
    position: relative;
	box-sizing: border-box;
	background: #fff;
	overflow: hidden;
}
.index_pro b{
	display: block;
	width: 100%;
	overflow: hidden;
}
.index_pro b img{
	width: 100%;
	border-radius: 6px 6px 0 0;
}
.imgScale {
	overflow: hidden;
}
.imgScale img{
	width:100%;
	display: block;
	transition: all ease .3s;
	overflow: hidden;
}
.imgScale:hover img{
	transform: scale(1.08);
}
.index_pro .tt{
	padding:1rem 2rem;
	box-sizing: border-box;
	text-align: center;
}
.index_pro .tt h4{
    color: #1a1a1a;
    font-size: 2rem;
    line-height: 1.5;
    margin: 1.5rem 0 1rem;
    transition: all ease .5s;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.index_pro .swiper-slide:hover h4{
	color: #29686f;
}
.index_pro .tt p{
	color: #333;
	font-size: 1.4rem;
    line-height: 1.7;
	height: 4.5;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index_pro .bot{
	display: flex;
	align-items: center;
	border-top: 1px solid #EAEAEA;
	padding: 0.8rem 0;
	width: 90%;
	margin: auto;
}
.index_pro .bot p{
	display: flex;
	align-items: center;
	color: #1A3760;
	margin: 0 2rem 0 0;
	font-size: 1.3rem;
}
.index_pro .bot p img{
	width: 1.6rem;
	margin-right: 5px;
	margin-top: -2px;
}
.index_about .more{
	margin-top: 6rem;
}
.index_about dl{
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.index_about dl dd{
	font-size: 2rem;
	color:#29686f; 
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	width: 25%;
	border-right: 1px solid rgba(0,0,0,0.15);
}
.index_about dl dd:last-of-type{
	border: none;
}
.index_about dl dd strong{
	font-size: 6rem;
	color:#29686f; 
	font-family:"en";
	margin-right: 6px;
}
.index_about dl dd span{
	display: block;
	font-size: 1.8rem;
	font-style: normal;
	color:#333; 
	margin-top: 2rem;
	font-weight: normal;
}
.index_pinzhi{
	background: #eee;
	padding-bottom: 0;
}
.index_pinzhi ul{
	display: flex;
	justify-content: space-between;
}
.index_pinzhi ul a{
	width: 50%;
	display: block;
	position: relative;
}
.index_pinzhi ul a::before{
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 50%;
	height: 8px;
	background: #29686f;
	z-index: 6;
	opacity: 0;
}
.index_pinzhi ul a:hover::before{
	width: 100%;
	transition: all 0.5s ease;
	opacity: 1;
}
.index_pinzhi ul li b{
	display: block;
	height: 75vh;
	overflow: hidden;
}
.index_pinzhi ul li b img{
	width: 100%;
}
.index_pinzhi ul li .txt{
	position: absolute;
	left: 50%;
	top: 20%;
	transform: translate(-50%,-00%);
	text-align: center;
}
.index_pinzhi ul li h4{
	color: #fff;
	font-size: 2.8rem;
	letter-spacing: 2px;
	transition: all 0.3s linear;
}
.index_pinzhi ul li p{
	color: #fff;
	font-size: 1.6rem;
	margin: 1.5rem 0 4rem;
	transition: all 0.3s linear;
}
.index_pinzhi .more2 i{
	background: #fff;
	width: 3rem;
	margin: auto;
	line-height: 3rem;
	border-radius: 50%;
	padding: 0.6rem;
	display: block;
	font-weight: bold;
	transform: scale(0) translateY(200%);
	transition: all 0.5s ease;
}
.index_pinzhi ul li:hover .more2 i{
	transform: scale(1) translateY(0);
}
.index_news{
	background:#f2f3f5;
}
.index_news ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index_news ul li{
	width: 31.3%;
	transition: all 0.6s linear;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}
.index_news .txt{
	transition: all 0.6s linear;
	width: 50%;
}
.index_news ul li .txt{
	width: 100%;
	padding: 2.5rem;
	box-sizing: border-box;
}
.index_news h5{
	font-size: 1.4rem;
	color: #29686f;
}
.index_news h4{
    color: #333;
	font-size: 2rem;
	font-family: "title";
	transition: all 0.6s linear;
	margin: 1rem 0 0rem;
	line-height: 1.6;
}
.index_news .txt p{
	color: #777;
	font-size: 1.4rem;
    line-height: 1.6;
	margin-top: 0.5rem;
	height: 4.5;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index_news ul li h4{
	font-size: 1.6rem;
}
.index_news ul li:hover{
	transform: translateY(-5px);
}
.index_news ul li:hover h4{
	color: #29686f;
}
.index_news .more{
	margin:4rem 0 0;
	background: none;
	padding: 0;
}
.index_news .more::before{
	display: none;
}
.index_news .more span{
	color: #999;
	font-size: 1.4rem;
}
.index_news .more i{
	transform: none;
	margin-left:5px;
	color: #999;
	font-size: 1.4rem;
}
.index_news .more:hover span,.index_news .more:hover i{
	color: #29686f;
}
.footer {
	position: relative;
	z-index: 9;
	background: #2e2e2e;
	color: #fff;
}
.footer .contain{
	display: flex;
	padding: 4% 0 3%;
	justify-content: space-between;
}
.footer .ll{
	width: 26%;
}
.footer .ll .logo2 img{
	height: 6rem;
	margin-bottom: 2rem;
}
.footer .ll .bb{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: rgba(255,255,255,0.1);
	padding: 1rem 2rem;
	box-sizing: border-box;
	margin: 2rem 0;
	border-radius: 30px;
}
.footer .ll .bb input{
	width: 100%;
	background: none;
	line-height: 2.4;
	color: #fff;
}
.footer .ll .bb input::placeholder{
	color: rgba(255,255,255,0.8);
	font-size: 1.5rem;
}
.footer .ll .bb button{
	background: none;
	cursor: pointer;
}
.footer .ll .bb button i{
	color: #fff;
	font-size: 2rem;
	transform: rotate(180deg);
	display: block;
}
.footer dl{
	display: flex;
	margin: 2.2rem 0;
}
.footer dl dd{
	margin-right: 1.8rem;
	width: 2rem;
	position: relative;
	cursor: pointer;
}
.footer dl dd img{
	width: 100%;
	transition: all 0.5s ease;
}
.footer dl dd img:nth-of-type(2){
	opacity: 0;
	width: 13rem;
	position: absolute;
	left: 0;
	bottom: 100%;
}
.footer dl dd:hover img:nth-of-type(2){
	opacity: 1;
	bottom: 150%;
}
.footer dl dd:hover img:nth-of-type(1){
	transform: translateY(-3px);
}
.footer .ll p{
	color: #fff;
	font-size: 1.4rem;
	margin: 0.2rem 0;
}
.footer .rr{
	width: 60%;
}

.footer ul{
	display: flex;
	justify-content: space-between;
}
.footer ul li{
    max-width: 24%;
}
.footer ul li h3{
	font-size: 1.8rem;
	color: #fff;
	margin-bottom: 1rem;
	letter-spacing: 1px;
}
.footer ul li p{
	font-size: 1.5rem;
	color: rgba(255,255,255,0.8);
	line-height: 1.6;
	margin: 5px 0;
	transition: all .5s ease;
	cursor: pointer;
}
.footer ul li p:hover{
	color: #fff;
	text-decoration: underline;
}
.footer .copyright{
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: 1rem 0;
}
.footer .copyright .box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer .copyright p{
	color: rgba(255,255,255,0.5);
	font-size: 1.3rem;
}
.footer .copyright  a{
	font-size: 1.3rem;
	color: rgba(255,255,255,0.5);
	transition: all 0.3s linear;
}
.footer .copyright  a:hover{
	color: #fff;
}
.o_ban{
	margin-top: 70px;
	padding-bottom: 5rem;
}
.o_ban .txt{
	z-index: 9;
}
.o_ban .txt h2{
	font-size: 3.6rem;
	color: #1a1a1a;
	margin-bottom: 1.5rem;
	letter-spacing: 1px;
	font-family: "title";
}
.o_ban .txt p{
	font-size: 1.6rem;
	color: #333;
}
.all_nav {
	background:#fff;
	position: relative;
	z-index: 999;
	width: 100%;
	padding: 2rem 0;
	border-top: 1px solid rgba(0,0,0,0.1);
}
.all_nav ul{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.all_nav ul .ll{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.all_nav ul li{
	color: #333;
	font-size: 1.7rem;
	padding: 0px 35px;
	line-height: 1;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-left: 1px solid rgba(0,0,0,0.3);
}
.all_nav ul li:hover{
	color: #29686f;
}
.all_nav ul li.active{
	color: #29686f;
	text-decoration: underline;
}
.all_nav ul a:first-of-type li{
	padding-left: 0;
	border: none;
}
.all_nav ul .right{
	display: flex;
	justify-content: space-between;
	align-items: center;
	opacity: 0.8;
	font-size: 1.4rem;
	color: #888;
}
.all_nav ul .right  img{
	width:1.8rem;
	margin-right: 5px;
	margin-top: -2px;
}
.all_nav ul .right span{
	font-size: 1.4rem;
	margin: 0 5px;
	color: #333;
}
.all_nav ul .right a{
	font-size: 1.4rem;
	margin: 0 5px;
	color: #888;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	display: flex;
	align-items: center;
}
.all_nav ul .right a:hover{
	color:#29686f ;
}
.title2{
	margin-bottom: 3rem;
	text-align: center;
}
.title2 h1{
	font-size: 3.6rem;
	color: #1a1a1a;
	letter-spacing: 1px;
}
.about{
	position: relative;
	background: #f3f6f5;
}
.about .title2{
	text-align: center;
	box-sizing: border-box;
}
.about p{
	font-size: 1.62rem;
	line-height: 2;
	color: #333;
}
.about .right p:first-of-type{
	color: #333;
}
.about2_0{
	height: 70vh;
}
.about2{
	background: #f3f6f5;
	text-align: center;
}
.about2 .contain{
	position: relative;
}
.about2 .swiper-container{
	width: 90%;
	margin: auto;
	position: relative;
	z-index: 3;
}
.about2 .swiper-slide{
	text-align: center;
	font-size: 1.7rem;
	display: block;
	color: #333;
}
.about2 b{
	width: 100%;
	display: block;
	overflow: hidden;
	margin: 0 0 2rem;
}
.about2 b img{
	width: 100%;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: relative;
}
.about2 .swiper-slide:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	box-shadow: 0 0px 10px rgba(0,0,0,0.1);
	z-index: 6;
}
.about2 .btn{
	width: 100%;
	right: inherit;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.about2 .btn .ll{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.about2 .btn .lll{
	left: initial;
	right: 0;
}
.about2 .swiper-pagination{
	display: flex;
	justify-content: center;
	width: 100%;
}
.about2 .swiper-pagination span{
	margin: 3rem 6px  0 ;
}
.about2 .swiper-pagination span.swiper-pagination-bullet-active{
	background: #29686f;
}
.about3{
	background: #fff;
}
.about3 ul{
	display: flex;
	flex-wrap: wrap;
}
.about3 ul li{
	width:22.7%;
	margin-right: 3%;
	margin-bottom: 1%;
}
.about3 ul li:nth-of-type(4n){
	margin-right: 0%;
}
.about3 ul li img{
	width: 100%;
}
.news {
	background: #f3f6f5;
}
.news  .index_news{
	background: none;
}
.news  .index_news ul{
	justify-content: flex-start;
}
.news  .index_news ul li{
	margin-right: 3%;
	margin-bottom: 3%;
}
.news .index_news ul li:nth-of-type(3n){
	margin-right: 0;
}
.pages ul{
	text-align: center;
	padding: 1% 0;
	display: flex;
	justify-content: center;
	align-items: center;
	}
.pages span,.pages a{
	margin: 3px;
	font-size: 1.4rem;
	color: #333;
	padding:6px 10px;
	cursor: pointer;
	border-radius: 5px;
	transition: all .5s ease;
	border: 1px transparent solid;
}
.pages li.active span{
	color: #29686f;
	border-color: #29686f;
}
.pages li:hover span,.pages li:hover a{
	color: #29686f;
}
.pages li span,.pages li a{
	
}
.news_d{
	padding-top: 3%;
}
.news_d .contain{
	display: flex;
	justify-content: space-between;
}
.news_d .box{
	width: 72%;
}
.news_d .top{
	margin-bottom: 3rem;
	border-bottom: 1px solid rgba(221,221,221,1);
	padding-bottom: 2rem;
}
.news_d  .top h6{
	color: rgba(153,153,153,1);
	font-weight: normal;
	font-size: 1.5rem;
	display: flex;
	align-items: center;
}
.news_d  .top h6 strong{
	color: #29686f;
	font-size: 1.5rem;
	margin-right: 3rem;
}
.news_d  .top h6 img{
	width: 1.6rem;
	margin-right: 5px;
	opacity: 0.6;
}
.news_d .top h3{
	font-size: 3rem;
	color: #333;
	font-weight: bold;
	margin-bottom: 2rem;
}
.news_d .cc p{
	font-size: 1.6rem;
	color: rgba(102,102,102,0.8);
	margin: 2rem 0;
	line-height: 2;
}
.news_d .cc p strong{
	color: #333;
	font-size: 1.8rem;
}
.news_d .cc img{
	margin: 2rem 0;
	width: 100%;
}
.news_d .bottom{
	margin-top: 3rem;
	border-top: 1px solid rgba(221,221,221,1);
	padding-top: 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news_d .ll{
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	transition: all .5s ease;
}
.news_d .ll img{
	width: 2.6rem;
	margin-right: 5px;
}
.news_d .ll:hover{
	color: #29686f;
}
.news_d .rr{
	display: flex;
	align-items: center;
	font-size: 1.6rem;
}
.news_d  .bottom p{
	color: #555;
	font-weight: normal;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	margin-left: 3rem;
	transition: all .5s ease;
}

.news_d  .bottom p i{
	display: block;
	margin: 2px 5px 0 0;
	color: #555;
}
.news_d  .bottom a:last-of-type p i{
	margin: 0px 0 0 5px;
	transform: rotate(180deg) translateY(2px);
}
.news_d  .bottom p:hover,.news_d  .bottom p:hover i{
	color: #29686f;
}
.news_d .cr{
	width: 18%;
	background: #eee;
	padding: 2rem;
	box-sizing: border-box;
	height: 100%;
}
.news_d ul li{
	width: 100%;
	margin: 0rem 0 2rem;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding-bottom: 2rem;
}
.news_d ul li:last-of-type{
	border: none;
}
.news_d ul li b{
	width: 100%;
	overflow: hidden;
	display: block;
}
.news_d ul li b img{
	width: 100%;
	display: block;
}
.news_d ul li h3{
	font-size: 1.4rem;
	overflow: inherit;
	white-space: inherit;
	color: #333;
	text-overflow: inherit;
	margin: 1.5rem 0 ;
	transition: all .5s ease;
	font-weight: normal;
}
.news_d ul li:hover h3{
	color: #29686f;
}
.news_d ul li h5{
	font-weight: normal;
	font-size: 1.4rem;
	color: #666;
}
.gongcheng ul li{
	background: none;
}
.gongcheng ul li .txt{
	padding:1rem 0;
}
.gongcheng ul li .txt h4{
	font-size: 2rem;
	color: #1a1a1a;
}
.gongcheng ul li:hover .txt h4{
	color: #29686f;
}
.yeji .index_news ul li{
	background: none;
	text-align: center;
	width:19.2%;
	margin-right: 1%;
	margin-bottom: 1%;
}
.yeji .index_news ul li:nth-of-type(3n){
	margin-right: 1%;
}
.yeji .index_news ul li:nth-of-type(5n){
	margin-right: 0%;
}
.yeji .index_news ul li img{
	background: #fff;
	width: 100%;
	padding: 0 3%;
	box-sizing: border-box;
}
.yeji .index_news ul li .txt{
	padding:0;
}
.yeji .index_news ul li .txt h4{
	font-size: 1.5rem;
	color: #1a1a1a;
	font-weight: normal;
	margin-bottom: 3rem;
	transition: all .5s ease;
}
.yeji .index_news ul li:hover .txt h4{
	color: #29686f;
	font-weight: bold;
}
.areas{
	background: #fff;
}
.areas2 .title2{
	text-align: center;
}
.title3 h3{
	font-family: "num";
	color: rgba(32,32,32,1);
	font-size: 4.8rem;
}
.title3 h2{
	font-size: 1.6rem;
	color: #333;
	margin-top: 0.5rem;
}
.contact{
	padding-top: 0;
}
.contact ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f3f9f9;
	border-radius: 20px;
	padding: 4rem;
	box-sizing: border-box;
	font-size: 1.6rem;
    color: rgba(3, 3, 3, 0.7);
    font-weight: bold;
	margin-bottom: 3%;
}
.contact ul li .ll{
	width: 48.5%;
	
}
.contact ul li .rr{
	width: 48.5%;
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 35rem;
	overflow: hidden;
}
.contact ul li .rr img{
	width: 100%;
	border-radius: 10px;
	display: block;
}
#dituContent,#dituContent2{
	height: 100%;
}
.contact h6{
	font-size: 2.2rem;
    color: #1a1a1a;
	margin-bottom: 3rem;
}
.contact ul li p{
	font-size: 1.6rem;
	color: #666;
	margin: 1.4rem 0;
	transition: all .5s ease;
	line-height: 1.4;
	font-weight: normal;
}
.contact ul li p a{
	font-size: 1.6rem;
	color: #29686f;
	margin-right: 2rem;
	transition: all .5s ease;
	text-decoration: underline;
}
.contact ul li p a:hover{
	opacity: 0.7;
	text-decoration: none;
}
.contact ul li .imgs{
	display: flex;
	text-align: center;
}
.contact ul li .imgs p{
	margin-right: 2rem;
	font-size: 1.4rem;
}
.contact ul li .imgs img{
	height: 11rem;
}
.message{
	background: #fff;
}
.message .title2{
	text-align: center;
}
.message .online .inps{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.message .online .inps p.pp1{
	width: 32%;
}
.message .online .inps p.pp2{
	width: 49%;
}
.message .online .inps p.pp3{
	width: 100%;
}
.message .online .inps p {
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	padding: 1.4rem 1.5rem 0.7rem;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.message .online .inps p span{
	font-size: 1.6rem;
	display: block;
	color: #333;
	margin-bottom: 5px;
}
.message .online .inps p img{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
.message .online .inputs{
	font-size: 1.6rem;
	background: none;
	display: block;
	line-height: 1.4;
	padding:0;
	color: #333;
	width: 100%;
	box-shadow: none;
	border:none;
	box-sizing: border-box;
}
.message .online .pps{
	width: 49%;
	float: left;
}
.message .online .pps2{
	float: right;
}
.message ::placeholder{
	color: #bbb;
}
.message .submit{
	display: flex;
	justify-content: center;
}
.message .submit button{
	display: block;
	background: none;
	display: inline-block;
	line-height: 40px;
	width: 160px;
	padding: 8px 0 ;
	margin: 4rem auto 1.5rem;
	background: #000;
	color: #fff;
	font-size: 1.6rem;
	border: none;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
	border-radius: 30px;
	letter-spacing: 1px;
}
.message .submit button:hover{
	background: #29686f;
}

.pross .contain{
	display: flex;
	justify-content: space-between;
}
.pross .ll{
	position: relative;
	width: 240px;
	padding: 2rem 2rem;
	box-sizing: border-box;
	background: #fff;
	border-radius: 3px;
}
.pross dl dt{
	font-size: 2rem;
	color: #1a1a1a;
	padding: 0.9rem 0;
	font-family: "title";
	display: flex;
	font-weight: bold;
	align-items: center;
	justify-content: space-between;
}
.pross dl dt i{
	display: block;
	transform: rotate(180deg);
	color: #29686f;
	font-weight: bold;
	font-size: 1.8rem;
}
.pross dl dd{
	font-size: 1.5rem;
	margin: 1rem 0;
	padding: 0 2rem;
	box-sizing: border-box;
	color: #333;
	display: flex;
	align-items: center;
	position: relative;
	transition: all 0.3s linear;
}
.pross dl dd::before{
	content: '';
	width: 9px;
	height: 9px;
	border: 1px solid #29686f;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top:5px;
}
.pross dl dd::after{
	content: '';
	width: 4px;
	height: 4px;
	background: #29686f;
	border-radius: 50%;
	position: absolute;
	left: 3px;
	top: 8px;
	opacity: 0;
}
.pross dl dd.active::after{
	opacity: 1;
}
.pross dl dd:hover{
	color: #29686f;
}
.pross dl dd span{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	font-size: 1.2rem;
	background: #eee;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.6rem;
	height: 1.6rem;
	line-height: 1;
	opacity: 0.6;
}
.pross .rr{
	width: calc(100% - 280px);
	height: 100%;
}
.pro{
	background: #f3f9f9;
}
.pro .rr ul{
	display: flex;
	flex-wrap: wrap;
}
.pro .rr ul li{
	width:32%;
	background: none;
	box-sizing: border-box;
	border-radius: 10px;
	background: #fff;
	margin-bottom: 2%;
	margin-right: 2%;
	text-align: center;
}
.pro .rr ul li:nth-of-type(3n){
	margin-right: 0;
}
.pro .rr ul li b{
	margin:  auto;
	display:block;
	overflow: hidden;
}
.pro .rr ul li b img{
	width: 100%;
	border-radius: 3px;
}
.pro .rr ul li h3{
	font-size: 1.7rem;
	color: #1a1a1a;
	padding: 2rem 0;
	transition: all 0.3s linear;
}
.pro .rr ul li:hover h3{
	color: #29686f;
}
.pro .pbottom{
	display: flex;
	justify-content: flex-end;
}
.pro .pages{
	width: calc(100% - 300px);
}
.p_ban {
	width: 100%;
	height: calc(100vh - 65px);
	position: relative;
	overflow: hidden;
}
.p_ban img{
	display: block;
	width: 100%;
}
.p_ban video{
	display: block;
	width: 100%;
	object-fit: fill;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
}
.all_navp ul li{
	padding-left: 0;
	border: none;
	font-size: 2.4rem;
	font-weight: 700;
	color: #1a1a1a;
}
.prod{
	background: #f3f9f9;
}
.prod .pbar1{
	display: flex;
	justify-content: space-between;
}
.prod .rr .imgs{
	width: 49%;
}
.prod .rr .imgs img{
	width: 100%;
}
.prod .rr .imgs .swiper-container{
	width: 85%;
	margin: 4% auto 0;
	position: relative;
	z-index: 100;
}
.prod .rr .imgs .bot{
	position: relative;
}
.prod .rr .imgs .swiper-slide{
	border: 2px solid transparent;
	transition: all 0.5s ease;
	cursor: pointer;
	border-radius: 5px;
	overflow: hidden;
	box-sizing: border-box;
}
.prod .rr .imgs .swiper-slide-active{
	border-color:  #29686f;
}
.prod .rr .imgs .btn{
	right: inherit;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	height: 100%;
	align-items: center;
}
.prod .rr .imgs .ll{
	width: 4rem;
	height: 4rem;
	padding: 0;
	background: none;
}
.prod .rr .imgs .ll i{
	color: #333;
}
.prod .rr .pbar1 .txt{
	width: 45%;
	box-sizing: border-box;
}
.prod .rr .pbar1  h3{
	font-size: 2.8rem;
	color: #333;
}
.prod .rr .pbar1  h4{
	font-size: 1.8rem;
	color: #333;
	font-weight: normal;
}
.prod .rr .pbar1 p{
	line-height: 1.6;
	font-size: 1.5rem;
	margin:0 0 1rem 0;
	color: #666;
}
.prod .rr .pbar1 p strong{
	color: #1a1a1a;
	font-size: 1.5rem;
}
.prod .pbar1{
	padding-bottom: 0;
}
.prod .bottom{
	margin-top: 5%;
	border-top: 1px solid rgba(221,221,221,1);
	padding-top: 2rem;
	display: flex;
	justify-content: space-between;
}
.prod  .bottom p{
	color: #555;
	font-weight: normal;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	transition: all .5s ease;
}
.prod  .bottom p i{
	display: block;
	margin: 2px 5px 0 0;
	color: #555;
}
.prod  .bottom a:last-of-type p i{
	margin: 0px 0 0 5px;
	transform: rotate(180deg) translateY(2px);
}
.prod  .bottom p:hover,.news_d  .bottom p:hover i{
	color: #29686f;
}
.prod .pbars:nth-of-type(2n){
	background: #fff;
	margin: 2rem 0 0rem;
}
.prod .pbar2{
	background: #fff;
	
}

.prod .pbar2 .boxs{
	padding: 2.5rem 3rem;
	box-sizing: border-box;
}
.prod .pbar2 p strong{
	font-size: 1.8rem;
	color: #333;
	margin-bottom: 2rem;
	display: block;
}
.prod .pbar2 p{
	font-size: 1.4rem;
	line-height: 1.4;
}
.prod .pbar2 table{
	width: 100%;
}
.prod .pbar2 table tr td{
	font-size: 1.4rem;
	padding: 1rem;
	background: #eee;
	text-align: center;
	color: #333;
}
.prod .pbar2 table tr:first-of-type td{
	background: #ccc;
}
.prod .pbar2 ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #eee;
	padding: 0.6rem 2rem;
	box-sizing: border-box;
	margin-bottom: 1rem;
	border-radius: 6px;
}
.prod .pbar2 ul li p{
	font-size: 1.6rem;
	color: #333;
	transition: all 0.5s ease;
}
.prod .pbar2 ul li:hover p{
	color: #29686f;
}
.prod .pbar2 ul li img{
	width: 2.2rem;
}
.prod .pbar3 .swiper-container{
	position: relative;
}
.prod .pbar3 b> img{
	width: 100%;
}
.prod .pbar3 .swiper-container{
	width: 103%;
	margin-left: -1.5%;
}
.prod .pbar3 .swiper-slide{
	opacity: 0.6;
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
	transform: scale(0.89);
}
.prod .pbar3 .swiper-slide p{
	text-align: center;
	color: #333;
	padding: 0rem 2rem 2rem;
	font-size: 1.7rem;
	box-sizing: border-box;
	font-weight: bold;
	opacity: 0;
	transition: all 0.6s ease 0.4s;
}
.prod .pbar3 .swiper-slide.swiper-slide-active{
	opacity: 1;
	transform: scale(1.2);
}
.prod .pbar3 .swiper-slide.swiper-slide-active p{
	opacity: 1;
	bottom: 0;
}
.prod .pbar3 .swiper-slide.swiper-slide-active .vbtn{
	opacity: 1;
}
.prod .pbar3 .btn{
	position: absolute;
	bottom: initial;
	top: 50%;
	right: inherit;
	left: 50%;
	width: 100%;
	transform: translate(-50%,-100%);
	justify-content: space-between;
	display: flex;
}
.prod .pbar3 .btn .ll {
	color: #fff;
	border: 1px solid rgba(255,255,255,0.8);
	border-radius: 50%;
	width: 2rem !important;
	height: 2rem !important;
	padding: 0.8rem;
	margin: 0 0rem ;
	background: rgba(0, 0, 0, 0.9);
	opacity: 1;
	transform: scale(1);
}
.prod .pbar3 .btn .ll i{
	color: #fff;
	font-size: 1.8rem;
}
.prod .pbar3 .btn .ll:hover {
	border-color: transparent;
	background: #ff5a00;
}
.big_box{
	position: fixed;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.88);
	z-index: 9999999999;
	display: none;
}
.big_imgss{
	position: absolute;
	height: 85%;
	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 .big_imgss img{
	display: block;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.big_box .righttop{
	position: fixed;
	right: 0px;
	top:0px;
	z-index: 9;
	padding: 15px;
}
.big_box .righttop div{
	float: right;
}
.big_box .righttop img{
	margin: 0;
	height: 4rem;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.big_box .righttop img:hover{
	opacity: 0.6 !important;
}
.big_box .btn{
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}
.big_box .btn i{
	color: #fff;
	display: block;
	font-size: 3rem;
	cursor: pointer;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	position: relative;
	z-index: 2;
}
.big_box .btn:hover i{
	color: #817d60;
}
.big_box .btn_l{
	left: 2%;
	bottom: inherit;
}
.big_box .btn_r{
	right: 2%;
	bottom: inherit;
}
.big_box .btn_r i{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.big_box .nums{
	position: fixed;
	left: 50%;
	bottom: 3%;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.5rem;
}
.big_box .nums span{
	color: #fff;
}
html[lang='en'] *{
    letter-spacing: 0 !important;
}