@charset "utf-8";
/* CSS Document */
@font-face{
	src:url(../fonts/HarmonyOS_Sans_SC_Light.ttf);
	font-family:"myfont";
	}
@font-face{
	src:url(../fonts/HarmonyOS_Sans_SC_Medium.ttf);
	font-family:"title";
	}
@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%;
	list-style:none;
	font-family:"myfont", sans-serif;
}
input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	box-sizing: border-box;
  }
input[type="checkbox"] {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	border: 1px solid #a3a3a3;
	border-radius: 0%;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
input[type="checkbox"]:checked {
	border-color: #1a1a1a;
    background:#1a1a1a;
	background-image: url(../images/ok.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position:center;
}
img{
	display: block;
}
.clear{
	clear:both;
	}
a{
	text-decoration:none;
	}
::-webkit-scrollbar-thumb:hover {
    background:#0264ad;
}

::selection {
    background: #0264ad;
    color: #fff;
}
.w_all{
	width:88%;
	margin:auto;
}
.w_all2{
	width:76%;
	margin:auto;
}
.w_all3{
	width:1120px;
	margin:auto;
}
/*index*/
html, body{
	width:100%;
	position:relative;
	}
header{
	width:100%;
	position:absolute;
	left:0%;
	top:0px;
	z-index:9999;
	padding: 4rem 6rem;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header.active{
	position:absolute;
}
nav{
	position: relative;
	display: flex;
	align-items: center;
}
.logo{
	height: 52px;
	position: relative;
	z-index: 99;
}
.logo img{
	display: block;
	height: 100%;
}
.navBtn{
	z-index:99999;
	cursor:pointer;
	display: block;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	margin-left: 5rem;
}
.navBtn span{
	display: block;
	width: 40px;
	height: 4px;
	background:#fff;
	margin:8px 0;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}
.navBtn span:nth-of-type(2){
	width: 30px;
}
.navBtn span:nth-of-type(3){
	width: 20px;
}
.navBtn:hover span{
	width: 40px;
}
.nav_btn_active span:nth-of-type(2){
	margin-left: 10px;
}
.nav_btn_active span:nth-of-type(3){
	margin-left: 20px;
}
.ssmenu{
	display: none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100vh;
	background: rgba(31,32,34,0.9);
	overflow: hidden;
}
header .ssmenu .bgg{
	height: 100vh;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0.1;
}
header .ssmenu .bgg img{
	height: 100%;
}
header .ssmenu .bgg2{
	position: absolute;
	left: 0%;
	top: -20%;
	opacity: 0.5;
	width: 100%;
}
header .ssmenu .bgg2 img{
	width: 100%;
}
header .ssmenu .bbs{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
header .ssmenu dl dd {
	position: relative;
	overflow: hidden;
	margin: 4rem 0;
}
header .ssmenu dl dd  span{
	font-weight: bold;
	display: block;
	font-size: 4rem;
	font-family: "title";
	position: relative;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	letter-spacing: 3px;
	cursor: pointer;
	color: #fff;
	opacity: 0.6;
}
header .ssmenu dl dd:hover span{
	opacity: 1;
}
header .ssmenu .ss{
	position: absolute;
	left: 30rem;
	top: 0;
	display: none;
	z-index: 9;
}
header .ssmenu dd:hover{
	overflow: initial;
}
header .ssmenu dd:hover .ss{
	display: block;
}
header .ssmenu .ss p{
	color: #fff;
	margin: 2rem 0;
	font-size: 1.6rem;
	opacity: 0.6;
	transition:all 0.3s;
}
header .ssmenu .ss p:hover{
	opacity: 1;
}
header .language{
	color: #fff;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
}
header .language i{
	font-size: 2.4rem;
	margin-right: 5px;
	display: block;
	margin-top: 3px;
}
.banner{
	width:100%;
	height: auto !important;
	position:relative;
	overflow: hidden;
	background: #fff;
}
.banner .swiper-slide {
	overflow:hidden;
	position: relative;
}
.banner .swiper-slide img{
    width: 100%;
}
.banner .slide-inner:before {
    content: "";
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    background: rgba(87, 98, 83,0);
    pointer-events: none;
    z-index: 1;
}
.banner .swiper-pagination{
	bottom: 5% !important;
}
.banner .swiper-pagination-bullet{
	width: 64px !important;
	height: 2px !important;
	opacity: 1 !important;
	background: rgba(255,255,255,0.5);
	margin: 0 10px !important;
	border-radius: 0 !important;
	position: relative;
}
.banner .swiper-pagination span::after{
	content: "";
	position: absolute;
	left: 0%;
	bottom: 0px;
	width: 0%;
	height: 2px;
	background: #fff;
	z-index: 2;
}
.banner .swiper-pagination-bullet-active::after{
	width: 100% !important;
	-webkit-transition: all 5s linear;
	transition: all 5s linear;
}
.swiper-button-next, .swiper-button-prev{
	top: 55% !important;
	padding:0 2% ;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
}
.txt_all{
	position: absolute;
	left: 14%;
	top: 45%;
	transform: translateY(-50%);
	width: 72%;
	z-index: 4;
	text-align: center;
}
.txt_all p{
	font-size: 6.4rem;
	color: #fff;
	font-family: "title";
	font-weight: bold;
	letter-spacing: 4px;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
	margin-bottom: 3rem;
}
.txt_all p strong{
    margin-bottom: -1rem;
	display: block;
	font-size: 2.6rem;
	color: #fff;
	letter-spacing: 2px;
}
.more{
	margin-top: 4rem;
	display: inline-block;
	letter-spacing: 1px;
	color: #fff;
	background: #0264ad;
	line-height: 52px;
	padding: 0 40px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.more span{
	position: relative;
	z-index: 2;
	font-size: 1.46rem;
	font-weight: 600;
}
.more::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background: #0a5892;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
	z-index: 1;
}
.more:hover::before{
	height: 100%;
}
.indexBars{
	position: relative;
	padding: 7% 0;
}
.title{
	color: #1a1a1a;
}
.title h3{
	font-size: 4.6rem;
	letter-spacing: 2px;
	font-weight: 400;
	font-family: "title";
}
.title h6{
	font-size: 1.6rem;
	letter-spacing: 1px;
	font-weight: 400;
	font-family: "title";
	margin-bottom: 1rem;
	opacity: 0.8;
	text-transform: uppercase;
}
.index_bar4 .contain{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_bar4 .left{
	width: 40%;
	box-sizing: border-box;
}
.index_bar4 .left h6{
	font-size: 1.4rem;
	font-weight: normal;
	font-family: "title";
}
.index_bar4 .left h3{
	margin: 4% 0;
	font-size: 4rem;
	letter-spacing: 2px;
	font-weight: normal;
}
.index_bar4 .left p{
	font-size: 1.5rem;
	line-height: 2;
}
.index_bar4 .right{
	width: 50%;
	padding: 0 6rem 6rem 0;
	position: relative;
	box-sizing: border-box;
}
.index_bar4 .right img:first-of-type{
	width: 100%;
}
.index_bar4 .right img:last-of-type{
	max-width: 52%;
	position: absolute;
	right: 0;
	bottom: 0;
}
.index_bar5{
	background: #636363;
}
.index_bar5 .title{
	color: #fff;
	text-align: center;
}
.index_bar5 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 4% auto 2%;
}
.index_bar5 ul li{
	width: 31.3%;
	position: relative;
	opacity: 0;
}
.index_bar5 ul li .imgs{
	overflow: hidden;
	width: 100%;
}
.index_bar5 ul li img{
	width: 100%;
	border-radius: 4px;
	transition: all 0.4s linear;
}
.index_bar5 ul li:hover img{
	transform: scale(1.08);
}
.index_bar5 ul li .txt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 3rem;
	box-sizing: border-box;
}
.index_bar5 ul li h4{
	font-size: 2.6rem;
	color: #fff;
	letter-spacing: 2px;
}
.index_bar5 .bottom a{
	display: flex;
	justify-content: center;
}
.index_bar6 .title{
	text-align: center;
}
.index_bar6 ul{
	display: flex;
	flex-wrap: wrap;
	margin: 4% auto 2%;
	justify-content: space-between;
}
.index_bar6 ul li{
	position: relative;
	width: 24%;
	padding: 0.578%;
	overflow: hidden;
	border-radius: 4px;
	box-sizing: border-box;
}
.index_bar6 ul li:nth-of-type(2),.index_bar6 ul li:nth-of-type(4){
	width: 51%;
}
.index_bar6 ul li a{
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}
.index_bar6 ul li .imgs{
	width: 100%;
	overflow: hidden;
}
.index_bar6 ul li img{
	width: 100%;
	transition: all 0.4s linear;
	display: block;
}
.index_bar6 ul li:hover img{
	transform: scale(1.08);
}
.index_bar6 ul li .txt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 2.5rem 3rem;
	box-sizing: border-box;
	background: linear-gradient(to top,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
}
.index_bar6 ul li h4{
	font-size: 2.1rem;
	color: #fff;
	letter-spacing: 1px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-shadow: 0 0 2px rgba(0,0,0,0.06);
}
.index_bar6 a{
	display: flex;
	justify-content: center;
}
/* .index_bar7 {
	background:#cbd1d2
} */
.index_bar8 .right{
	padding: 0 ;
}
.index_bar8 .right img:last-of-type{
	position: static;
	max-width: 100%;
	width: 100%;
}
.index_bar8 .left .title{
	margin-bottom: 2rem;
}
.index_bar8 .left p{
	display: flex;
	align-items: center;
	font-size: 1.7rem;
	margin: 1.2rem 0;
}
.index_bar8 .left p img{
	width: 24px;
	margin-right: 10px;
}
.footer {
	background: #f6f6f6;
	padding: 5% 0 3%;
}
.footer .contain{
	display: flex;
	position: relative;
	align-items: center;
	flex-wrap: wrap;
}
.totop{
	position: absolute;
	right: 0;
	top: 40%;
	transform: translateY(-0%);
	width: 38px;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
	background: #0264ad;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	color: #fff;
	border-radius: 50%;
	transform: rotate(90deg);
	transition: all 0.4s linear;
}
.totop:hover{
	opacity: 0.8;
}
.footer .logo2 img{
	height: 6rem;
}
.footer  dl{
	display: flex;
	margin-left: 4rem;
}
.footer  dl dd{
	font-size: 1.6rem;
	color: #333;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
	cursor: pointer;
	margin-left: 4rem;
	font-family: "title";
}
.footer  dl dd:hover{
	color: #0264ad;
}
.footer .others{
	display: flex;
}
.footer .others b{
	display: block;
	width:22px;
	margin-right: 10px;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.footer .others b img{
	width: 100%;
}
.footer .others b:hover{
	opacity: 0.6;
}
.footer .copyright{
	display: flex;
	padding: 3% 0 0;
	justify-content: space-between;
	align-items: center;
}
.footer .copyright p{
	font-size:1.46rem;
	color: #333;
	display: flex;
}
.footer .copyright a{
	font-size:1.46rem;
	display: flex;
	color: #333;
	margin-left: 3rem;
}
.o_nav{
	padding: 3rem 0 2.5%;
}
.o_nav ul{
	display: flex;
}
.o_nav ul li{
	margin-right: 10px;
	font-size: 1.4rem;
	color: #1a1a1a;
	opacity: 0.7;
	transition: all 0.3s linear;
}
.o_nav ul a:hover li{
	opacity: 1;
}
.o_nav ul li.now{
	color: #0264ad;
	opacity: 1;
	font-family: "title";
}
.allbars{
	position: relative;
	padding: 0 0 5%;
}
.allbars2{
	position: relative;
	padding: 5% 0;
}
.title2 h3{
	font-size: 3.6rem;
	letter-spacing: 1px;
	font-weight: 400;
	font-family: "title";
}
.title2 p{
	font-size: 1.6rem;
	color: #1a1a1a;
	margin: 2rem 0;
	line-height: 1.8;
}
.contact0 .bar1{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact0 .left{
	width: 70%;
	position: relative;
	z-index: 2;
}
.contact0 .left .txt{
	margin-top:6%;
}

.contact0 .title2 h3{
	color: #0264ad;
	letter-spacing: 0px;
}
.contact0 p{
	color: #333;
	font-size: 1.8rem;
	margin: 2% 0;
	line-height: 2;
}
.contact0 p strong{
	color: #333;
	font-size: 1.8rem;
}
.contact0 p a{
	color: #333;
	font-size: 1.8rem;
	border-bottom: 1px solid #69727b;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.contact0 p a:nth-of-type(2){
	margin-left: 10px;
}
.contact0 p a:hover{
	border-color:transparent ;
}
.contact0 .right{
	width: 60%;
}
.contact0 .right img{
	width: 100%;
}
.contact{
	background: #eee;
}
.contact .contain{
	text-align: center;
}
.contact .box{
	width: 58%;
	margin:5rem auto 0;
}
.contact .box input.inputs{
	width: 100%;
	display: block;
	box-sizing: border-box;
	border: 1px solid rgba(26, 26, 26,0.15);
	padding: 10px 15px;
	background: none;
	font-size: 1.6rem;
	color: #1a1a1a;
	margin: 16px 0;
	line-height: 30px;
	border-radius: 4px;
}
.contact .box ::-webkit-input-placeholder {
    color: #1a1a1a;
	font-size: 1.6rem;
}
.contact .box textarea{
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 10px 15px;
	line-height: 30px;
	height: 108px;
	font-size: 1.6rem;
	color: #1a1a1a;
	border-radius: 4px;
	margin: 16px 0;
	background: none;
	border: 1px solid rgba(26, 26, 26,0.15);
}
.contact input:focus,
.contact textarea:focus {
  border-color: #333;
}
.contact .box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact .box p{
	position: relative;
	width: 48%;
}
.contact .box p:last-of-type{
	width: 100%;
}
.contact .box p span{
	position: absolute;
	left: 15px;
	top: 16px;
	background: #eee;
	opacity: 0;
	transition: all 0.3s ease;
	font-size: 1.3rem;
	padding: 2px;
}
.contact .box p span.active{
	opacity: 1;
  	transform: translateY(-25px);
}
.contact .submit{
	width: 150px;
	padding: 0;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 5rem auto 0;
}
.contact .submit button{
	display: block;
	background: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
	color: #fff;
	font-size: 1.6rem;
	cursor: pointer;
	letter-spacing: 1px;
}
.o_ban{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.o_ban img{
	width: 100%;
}
.o_ban .txt{
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	transform: translate(-50%,-50%);
}
.o_ban h3{
	font-weight: normal;
	font-size: 5.6rem;
	color: #fff;
	font-family: "title";
	letter-spacing: 4px;
}
.a1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.a1 .rr {
	width: 40%;
	position: relative;
}
.a1 .rr img{
	display: block;
	width: 100%;
	position: relative;
}
.a1 .title2 h3{
	color: #0264ad;
}
.a1 .ll {
	width: 54%;
}
.a1 .ll  p {
	font-size: 1.56rem;
	color: #666;
	line-height: 2;
	margin: 1.5rem 0;
}
.a2 {
	position: relative;
}
.a2:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(2, 100, 173, 0.7);
}
.a2 .title2 h3{
	color: #fff;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 0%;
	margin-top: 5%;
	transform: translateX(-50%);
}
.a2 ul{
	position: relative;
	z-index: 5;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
.a2 ul li {
	width: 20%;
	padding: 15% 0 10%;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid rgba(255,255,255,0.12);
}
.a2 ul li:last-of-type {
	border: none;
}
.a2 ul li  img{
	width: 70px;
	margin: auto ;
}
.a2 ul li h3 {
	color: #fff;
	font-weight: normal;
	font-family: "title";
	font-size: 2.4rem;
	letter-spacing: 2px;
	margin: 1rem 0 2rem;
}
.a2 ul p {
	font-size: 1.7rem;
	line-height: 1.8;
	color: #fff;
	font-weight: normal;
}
.a3 {
	background: #eee;
	position: relative;
}
.a3 .title2 {
	text-align: center;
	margin-bottom: 3%;
}
.btn .ll{
	position: absolute;
	left: 0;
	top: 45%;
	z-index: 5;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.btn .ll i{
	font-size: 3rem;
	color: #333;
	display: block;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.btn .ll:hover i{
	color: #0264ad;
}
.btn .lll2 {
	left: inherit;
	right: 0;
}
.btn .llr2 i{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	display: block;
}
.a3 .honor {
	position: relative;
}
.a3 .honor .swiper-container{
	width: 90%;
	margin: auto;
}
.a3 .honor b img {
	margin: auto;
	width: 100%;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.a3 .honor h4 {
	font-size: 1.7rem;
	color: #333;
	line-height: 1.4;
	padding: 20px;
	text-align: center;
}
.a4{
	background: #fff;
	position: relative;
}
.a4 .title2 {
	text-align: center;
	margin-bottom: 3%;
}
.a4 .partner{
	position: relative;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	display: flex;
	flex-wrap: wrap;
}
.a4 .partner li{
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	width: 20%;
	box-sizing: border-box;
}
.a4 .partner img{
	box-sizing: border-box;
	padding:2% 22%;
	display: block;
	width: 100%;
}
.a4 .btn .ll{
	top: 50%;
}
.a4 .btn .lll {
	left: inherit;
	right: 0;
}
.a4 .btn .llr i{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	display: block;
}
.pro{
	background: none;
	padding-bottom: 4%;
}
.pro ul{
	justify-content: flex-start;
}
.pro ul li{
	margin-bottom: 3%;
	margin-right: 3%;
}
.pro ul li:nth-of-type(3n){
	margin-right: 0;
}
.prolist0{
	background: #e4e7e9;
}
.prolist0 .contain{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.prolist0 .contain h6{
	display: flex;
	align-items: center;
	font-size: 3rem;
	font-family: "title";
	color: #1a1a1a;
	margin-bottom: 2rem;
}
.prolist0 .contain h6 i{
	display: block;
	margin-right: 2rem;
	font-size: 3.8rem;
	transform: rotate(180deg);
}
.prolist0 .contain h3{
	color: #0264ad;
}
.prolist0 .contain .tt{
	width: 55%;
}
.prolist0 .contain .tt p{
	font-size: 1.8rem;
	line-height: 2;
	margin: 0.5rem 0;
}
.prolist1 ul li .txt{
	position: relative;
}
.prolist1 ul li .txt h4 {
	color: #1a1a1a;
	font-size: 2.2rem;
	letter-spacing: 1px;
}
.pro_d{
	position: relative;
	width: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
}
.pro_d .close img{
	position: fixed;
	right: 4rem;
	top: 4rem;
	width: 35px;
	transition: all 0.4s linear;
}
.pro_d .close img:hover{
	transform: scale(1.08);
	opacity: 0.7;
}
.pro_d .bar1{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pro_d .left{
	width: 55%;
	box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
.pro_d .left img{
	width: 100%;
	border-radius: 5px;
}
.pro_d .right{
	width: 36%;
	padding: 5% 0;
}
.pro_d .right h1{
	font-size: 3.8rem;
    color: #1a1a1a;
    font-weight: 400;
	font-family: "title";
}
.pro_d .right table{
	width: 100%;
	margin: 1.5rem 0;
}
.pro_d .right tbody{
	display: flex;
	flex-wrap: wrap;
}
.pro_d .right table tr{
	width: 100%;
	padding: 12px 0;
	box-sizing: border-box;
}
.pro_d .right table td{
	font-size: 1.6rem;
	line-height: 1.4;
	display: block;
}
.pro_d .right table td p{
	font-size: 1.6rem;
	line-height: 1.4;
}
.pro_d .right table td:first-of-type{
	font-weight: bold;
	margin-bottom: 6px;
	font-size: 1.7rem;
}
.pro_d .right table td:first-of-type p{
	font-size: 1.7rem;
	font-weight: bold;
}
.pro_d .bar1 .more{
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	margin-top: 1rem;
	cursor: pointer;
}
.area .bars:nth-of-type(2n){
	background: #e4e7e9;
}
.area .bars:nth-of-type(2n) .contain{
	flex-direction: row-reverse;
}
.area .contain{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.area h3{
	color: #0264ad;
	margin-bottom:5%;
}
.area .left{
	width: 46%;
	box-sizing: border-box;
}
.area .left h3{
	margin: 4% 0;
	font-size: 4rem;
	letter-spacing: 2px;
	font-weight: normal;
}
.area .left p{
	font-size: 1.8rem;
	line-height: 2;
	margin: 1rem 0;
	color: #555;
}
.area .left p strong{
	color: #1a1a1a;
	font-size: 1.8rem;
}
.area .right{
	width: 46%;
	position: relative;
	box-sizing: border-box;
}
.area .right img{
	width: 100%;
}
.cases{
	padding-bottom: 2%;
}
.cases .bars ul{
	display: flex;
	flex-wrap: wrap;
}
.cases .bars ul li{
	width: 47.5%;
	margin-right: 5%;
	margin-bottom: 3%;
}
.cases .bars ul li:nth-of-type(2n){
	margin-right: 0;
}
.cases .bars ul li .imgs{
	width: 100%;
	overflow: hidden;
}
.cases .bars ul li .imgs img{
	width: 100%;
	transition: all 0.4s linear;
}
.cases .bars ul li:hover .imgs img{
	transform: scale(1.08);
}
.cases .bars ul li .txt{
	padding:0rem 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center
}
.cases .bars ul li .ll{
	width: 22%;
}
.cases .bars ul li .ll img{
	width: 100%;
}
.cases .bars ul li h6{
	font-size: 2rem;
	color: #1a1a1a;
}
.cases .bars ul li .title2{
	width: 70%;
	margin: 0;
}
.cases .bars ul li .title2 h3{
	font-size: 2.8rem;
	letter-spacing: 1px;
	color: #1a1a1a;
	transition: all 0.4s linear;
}
.cases .bars ul li:hover .title2 h3{
	color: #0264ad;
}
.casesd .bars{
	position: relative;
	background: #fff;
	padding: 5%;
	box-sizing: border-box;
	margin-top: -10%;
	overflow: hidden;
}
.casesd .title2 img{
	position: absolute;
	right: 0;
	top: -10%;
	opacity: 0.1;
	max-width: 100%;
}
.casesd .txt{
	margin-top: 5rem;
	position: relative;
	z-index: 2;
}
.casesd p{
	font-size: 1.7rem;
	margin: 3rem 0;
	color: #555;
	line-height: 1.8;
}
.casesd p img{
	max-width: 100%;
}
.casesd .bottom{
	display: flex;
	justify-content: center;
}
.pages{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3%;
}
.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;
}
.pages a.active{
	background: #0264ad;
	color: #fff;
}
.pages a:hover{
	color: #0264ad;
}
html[lang="en"] *{
    letter-spacing: 0 !important;
}
