*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-weight: normal;
	margin: 0 auto;
	font-size: 12px;
	font-family: PingFang SC, Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, Microsoft Yahei, 微软雅黑, STHeiti, 华文细黑, sans-serif;
	line-height: normal;
	position: relative;
	background: #fff;
}

html, 
body {
	position: relative;
	height: 100%;
}

ul,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

ul {
	list-style: none;
}

* {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
	display: block;
}

h2,
h4 {
	font-weight: normal;
}

a {
	color: #05a;
	text-decoration: none;
	transition: all .5s;
}

.clear {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.hidden {
	display: none;
}
.w100{
	width: 100%;
}
.moreBox {
	display: none;
}
.w1180{
	position: relative; width: 1180px;padding-bottom: 60px;
}
/*-----------------头部开始--------------------*/
.mt60 {
	margin-top: 60px;
}

@font-face {
	font-family: "MontserratBold";
	src: url("../fonts/Montserrat-Bold.ttf");
}

@font-face {
	font-family: "MontserratRegular";
	src: url("../fonts/Montserrat-Regular.ttf");
}

@font-face {
	font-family: "MontserratLight";
	src: url("../fonts/Montserrat-Light.ttf");
}

.flex {
	display: flex;
}
input::-webkit-input-placeholder {
	color: #000;
  }
  input::-moz-input-placeholder {
	color: #000;
  }
  input::-ms-input-placeholder {
	color: #000;
  }
textarea::-webkit-input-placeholder {
	color: #000;
  }
  input::-moz-input-placeholder {
	color: #000;
  }
  input::-ms-input-placeholder {
	color: #000;
  }
  .xia1{
	display: none !important;
}
/* 滚屏 */
.swiper-container {
	width: 100%;
	height: 100%;
}
.bai{
    display: none;
}
html,body {
	position: relative;
	height: 100%;
}

.swiper-slide{
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
  }
  .swiper-slide img{
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  position: absolute;
	  top: 0;
	  left: 0;
  }
  .video-min {
    position: fixed;
    top: 30% !important;
    width: 45% !important;
    left: 27% !important;
    height: auto !important;
	display: block;
    height: 17rem;
   
    background: #000;
    outline: none;
}
.shang{
	width: 50px;
    height: 50px;
    position: fixed;
    right: 50px;
    bottom: 10%;
    display: inline-block;
    background: #2B5CFF;
    z-index: 5;
    border-radius: 50px;
    overflow: hidden;
}
.shang a{
	width: 100%;
    height: 100%;
    display: block;
	margin-top: 10px;
}
.shang a img{
	width: 30px;
    height: 30px;
    object-fit: contain;
    margin: 10px auto;
}
.video-min-img {
    width: 20px;
    position: absolute;
    top: 25.8%;
    left: 75.5%;
    z-index: 5;
}
  .title1 a:hover{
	  color: #2B5CFF !important;
  }
  .video_n{
	  height: 288px;
  }
  .video_n .bf {
    position: absolute;
    top: 30%;
    left: 40%;
    width: 80px;
    height: 80px;
}
.video_n video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video_n .bf p{
	color: #fff;
    width: 100%;
    text-align: center;
	margin-top: 15px;
	font-size: 14px;
}
  .swiper_text{
	  z-index: 6;
	  color: #fff;
	  position: absolute;
	  left: 20%;
	  top: 20%;
	  text-align: left;
  }
  .swiper_text h6{
	font-size: 36px;
	font-weight: 500;
}
.swiper_text h1{
	font-size: 64px;
	font-weight: 700;
	margin-top: 40px;
}
.swiper_text h3{
	font-size: 24px;
	font-weight: 100;
	margin-top: 40px;
	line-height: 36px;
	margin-bottom: 100px;
}
.swiper_text .swiper_a1{
	padding: 20px 110px;
	color: #fff;
	background-color:  rgba(43, 92, 255, 0.9);
	font-size: 18px;
	transition: color 1.5s, background .6s;
	
}
.swiper_text .swiper_a1:hover{
	background-color: rgba(245, 239, 239, 0.1);
	color: #2B5CFF;
}
.swiper_text div{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 5px solid #fff;
	position: relative;
	margin-top: 150px;
}
.swiper_text div a{
	width: 100%;
}
.swiper_text div img{
	width: 22px;
	height: 11px;
	object-fit: cover;
	position: absolute;
	top: 17px;
	left: 9px;
}


  /*头部*/
  .header{
	  position: absolute;
	  top: 0;
	  z-index: 99;
	  width: 100%;
	  border-bottom: 1px solid rgba(255, 255, 255, .5);
	  /* padding: 20px 0; */
  }
  .header .content{
	  width: 90%;
	  margin:0 auto ;
	  justify-content: space-between;
	  align-items: center;
  }
  .header .content .logo{
	  max-width: 148px;
	  height: 54px;
  }
  .header .content .logo img{
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
  }
  /* .nav {
	  width: 60%;
  } */
  .nav ul li img.bai{
      display: none;
  }
  .nav ul{
	  justify-content: space-between;
  }
  .nav ul li{
	  position: relative;
	  
	  padding:5px 20px ;
  }
  .video_c>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .nav ul li .menu{
	  position: absolute;
	  width: 200px;
	  padding:0 20px ;
	  top: 100%;
	  left: 0;
	  background-color: rgba(0, 0, 0, 0.7);
	  display: none;
	  z-index: 5;
  }
  .nav ul li .menu p a{
	  color: #fff !important;
  }
  @media(min-width: 1200px){
	.nav ul li:hover .menu{
		display: block;
	}
  }
  .nav ul li .menu p a:hover{
	color: #2B5CFF;
}
  .nav ul li a{
	  line-height: 54px;
	  font-size: 15px;
	  color: #fff;
  }
  .nav ul li img{
	  max-width: 20px;
	  display: inline-block;
  }
  .nav ul li  span{
	  font-size: 18px;
	  line-height: 54px;
	  font-weight: 700;
	  color: #fff;
	  margin-left: 15px;
  }
  .footer{
	width: 100%;
	background: #16151D;
  }
  .footer .content{
	  width: 1180px;
	  margin: 0 auto;
	  padding: 0 10px;
  }
  .footer1{
	background: #000000;
	padding: 20px 0;
  }
  .footer1 p{
	  color: #fff;
	  font-size: 14px;
	  line-height: 28px;
  }
  .footer_t{
	  justify-content: space-between;
	  padding:30px 0;
	  border-bottom: 1px dashed rgba(254, 247, 184, 0.1);
  }
  .footer_t>div{
	  display: flex;
	  align-items: center;
  }
  .footer_t>div img{
	  width: 40px;height: 40px;
	  object-fit: cover;
  }
  .footer_t>div p{
	  font-size: 18px;
	  color: #fff;
	  margin-left: 20px;
  }
  .footer_t>div>div{
	  width: 70px;height: 70px;
	  border-radius: 50%;
	  background: #1F254A;
	  padding: 15px 15px;
  }
  .footer_b{
	  justify-content: space-between;
	  margin-top: 50px;
	 
  }
  .footer_div {
	margin-top: 20px;
    padding-bottom: 50px;
  }
  .footer_div div{
		font-size: 16px;
		color: rgba(255, 255, 255, 0.6);
  }
  .footer_div div a{
	color: rgba(255, 255, 255, 0.6);
	margin-right: 15px;

  }
	.logo_f{
		width: 125px;
		height: 125px;
	}
	.logo_f img{
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.footer_b div h1{
		font-size: 18px;
		line-height: 25px;
		color: #FFFFFF;
		margin-bottom: 30px;
	}
	.footer_b div>p{
		color: #FFFFFF;
		font-size: 16px;
		line-height: 24px;
		display: flex;
		margin: 10px 0;
	}
	.footer_b div.dz>p{
		align-items: center;
		justify-content: space-between;
		
	}
	.footer_b div.dz>p img{
		width: 15%;
	}
	.footer_b div.dz>p span{
		display: inline-block;
		width: 85%;
		font-size: 16px;
		letter-spacing: 1px;
	}
	.footer_b div.gz>div{
		justify-content: space-between;
	}
	.footer_b div.gz>div img{
		width: 96px;
		height: 94px;
	}
	.footer_b div.gz>div p{
		margin-top: 30px;
	}
	.header1{
		position: relative;
		background-color: #fff;
	}
	.header1 .nav ul li a{
		color: #2B5CFF;
	}
	.header1 .nav ul li a:hover{
		color: #2B5CFF !important;
	}
	.header1 .nav ul li span{
		color: #2B5CFF;
	}
	.lb{
		width: 30px;
		height: 30px;
		display: none;
	}
	.lb img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}


  .title{
	  width: 50%;
	  margin: 100px auto 40px;
	  text-align: center;
  }
  .title h1{
	  font-size: 40px;
	  margin-bottom: 30px;
  }
  .title p{
	  font-size: 18px;
	  line-height: 36px;
  }
  .product_l{
	  width: 50%;
	  padding: 50px;
	 
  }
  .product_r{
	  width: 45%;
	  
  }
  .product_l img{
	  display: inline-block;
	  transition: all 0.6s;
    -ms-transition: all 0.8s;
	width: 100%;
	height: 100%;
	object-fit: contain;
  }
  .product_l img:hover{
    transform: scale(1.1);

    -ms-transform: scale(1.1);
}
.product_div{
	width: 90%;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}
.product_div:nth-child(3){
	flex-flow: row-reverse;
}
.product_l2 img{
	width: 50%;
}
  .product_l2 img:nth-child(2){
	  float: right;
	  margin-top: 300px;
  }
  .product_l div{
	  width: 50%;

  }
  .product_l div h2{
	  font-size: 32px;
  }
  .product_l div p{
	  font-size: 18px;
	  line-height: 36px;
	  margin: 40px 0;
  }
  .product_l div a,.product_r div a{
	font-size: 18px;
    color: #000;
    /* padding: 20px 110px; */
	background: #2B5CFF;
	color: #fff;
    width: 100%;
    border: 1px solid #000;
    display: inline-block;
    padding: 20px 0;
    text-align: center;
	transition: color 1.5s, background .6s;
  }
  .product_l div a:hover{
	  background: #fff;
	  color: #000;
  }
  .product_r div a:hover{
	background: #2B5CFF;
	color: #fff;
}
  .product_r img{
	margin: 0 auto;
	transition: all 0.6s;
    -ms-transition: all 0.8s;
  }
  .product_r img:hover{
    transform: scale(1.1);

    -ms-transform: scale(1.1);
}
  .product_l{
	background: rgba(43, 92, 255, 0.06);;
}
.product_r div{
	width: 100%;

}
.product_r div h2{
	font-size: 32px;
}
.product_r div p{
	font-size: 18px;
	line-height: 36px;
	margin: 40px 0;
}
.service_div div{
	width: 16.7%;
	position: relative;
	overflow: hidden;
}
.service_div div img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
    -ms-transition: all 0.8s;
}
.service_div div img:hover{
    transform: scale(1.1);

    -ms-transform: scale(1.1);
}
.service_div div p{
	position: absolute;
	color: #fff;
	font-size: 32px;
	line-height: 64px;
	width: 100%;
	text-align: center;
	top: 85%;
}
.case{
	width: 100%;
	position: relative;
}
.case .case_div,.case ul{
	width: 100%;
}
.case ul{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 24px;
	line-height: 98px;
	height: 98px;
	background: rgba(18, 38, 170, 0.6);
	z-index: 6;
}
.case ul li{
	width: 25%;
	text-align: center;
	color: #fff;
	position: relative;
	transition: color 1.5s, background .6s;
	cursor: pointer;
}
.case ul li:hover{
	background-color: rgba(248, 248, 252, 0.3);
	color: #333;
}
.case .case_div img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.case .case_div{
	display: none;
}
.case .case_div.show{
	display: block;
}
.case ul li.select::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 25px;
    background: #fff;
    left:50%;
    top: 0px;
}
.case_div {
	position: relative;
}
.case_div  div{
	position: absolute;
	left: 10%;
	bottom: 13%;
	width: 26%;
}
.xia1{
	display: none;
}
.case_div  div h3{
	font-size: 32px;
	line-height: 64px;
	color: #fff;
}
.case_div  div p{
	color: rgba(255, 255, 255, .8);
	font-size: 18px;
	line-height: 36px;
	margin: 20px 0 80px;
	font-weight: 100;
}
.case_div  div  a{
	font-size: 18px;
	color: #fff;
	padding: 20px 110px;
	border: 1px solid #fff;
	position: relative;
	transition: color 1.5s, background .6s;
}
.case_div div a:hover{
	background: #2B5CFF;
	color: #fff;
}
.news_div .news_c{
	width: 33%;
	background: rgba(40, 50, 118, 0.06);
	position: relative;
}
.news_div .news_c:nth-child(2){
	margin: 0 0.5%;
}
.news_div .news_t{
	width: 100%;
	position: relative;
	height: 557px;
	
}
.news_div .news_t.news_t1{
	height: 300px;
}
.news_div .news_t img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
    -ms-transition: all 0.8s;
}
.news_div .news_t img:hover{
    transform: scale(0.9);

    -ms-transform: scale(0.9);
}
.news_c:hover a{
	color: #2B5CFF;
}
.news_div h3{
	width: 70%;
	margin-top: 20px;
	margin-left: 5%;
	font-weight: 600;
	font-size: 24px;
	line-height: 48px;
	display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden; 
	min-height: 96px;
}
.news_div a{
	width: 100%;
	
	display: block !important;
	display: flex;
	justify-content: space-between;
	color: #666;
	font-size: 16px;
	align-items: center;
	
}
.news_div a:nth-child(2){
	width: 90%;
	display: flex !important;
	margin: 20px auto;
}
.news_div a img{
	width: 24px;
	height: 12px;
}
.news_div .date{
	position: absolute;
	right: 0;
	bottom: -33px;
	font-size: 18px;
	color: #fff;
	background: #2B5CFF;
	padding: 10px;
	text-align: center;
	font-weight: 100;
}
.cooperation_div{
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cooperation_div div{
	width: 20%;
    margin: 10px 1.3%;
}
.cooperation_div div img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.banner{
	position: relative;
}
.banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner h1{
	font-size: 64px;
	color: #fff;
	position: absolute;
	top: 45%;
	left: 20%;
	
}
.content{
	width: 1180px;
	margin: 80px auto;
	padding: 0 10px;
}
.title1{
	font-size: 42px;
	color: #212121;
	position: relative;
	margin-bottom: 100px;
}
.title1::after{
	content: '';
	position: absolute;
	width: 46px;height: 4px;
	background:  rgba(43, 92, 255, 0.9);
	top: 150%;
	left: 0;
}
.about_div{
	justify-content: space-between;
}
.about_l,.about_r{
	width: 48%;
}
.about_l p{
	font-size: 16px;
	line-height: 32px;
	margin-top: 30px;
}
.about_l p:first-child{
	margin-top: 0;
}
.about_r{
	position: relative;
	width: 45%;
}
.about_r img{
	z-index: 99;
	position: absolute;
	right: 5%;
	transition: all 0.6s;
    -ms-transition: all 0.8s;
	width: 100%;
	height: 100%;
    object-fit: contain;
}
.about_r img:hover{
    transform: scale(1.1);

    -ms-transform: scale(1.1);
}
.about_r>div{
	width: 487px;
	height: 332px;
	position: absolute;
	right: 0;
	top: 10%;
	background:  rgba(43, 92, 255, 0.9);
	z-index: 1;
}
.grow{
	position: relative;
	height: 778px;
}
.grow .content{
	padding-top:50px ;
}
.grow_div{
	align-items: center;
    line-height: 1.8;
    margin-top: 140px;
	position: relative;
	width: 90%;
	margin: 140px auto;
}
.grow_div .swiper-slide{
	flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
	background-color: transparent;
}
.honor_click img:first-child{
	width: 100%;
    height: 100%;
	object-fit: cover;
}
.lb_div {
    display: flex;
    justify-content: space-between;
}
.lb_div_l {
    width: 15%;
}
.grow_div .lb_div_l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	position: static;
}
.lb_div_r {
    padding: 0 20px;
	width: 85%;
}
.lb_div .lb_div_r h2 {
    text-align: left;
    font-weight: bold;
    color: #2B5CFF;
    font-size: 27px;
}
.lb_div .lb_div_r p {
    font-weight: normal;
    font-size: 16px;
    color: #444444;
    margin-top: 30px;
}
.grow .swiper-button-prev, .grow .swiper-button-next{
	top: 45%;
}
.grow .swiper-button-prev{
	left: -4%;
}
.grow .swiper-button-next{
	right: -4%;
}
.grow .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	color: #C3CBCD;
}
.grow .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
	color: #C3CBCD;
}
.honor_div{
	flex-wrap: wrap;
	position: relative;
}
.honor_div .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: 0%;
    right: auto;
    top: 46%;
}

.honor_div .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: 1%;
    left: auto;
    top: 46%;
}
.honor_div .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
	color: #2B5CFF;
}
.honor_div  .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	color: #2B5CFF;
}
.honor_div  .swiper-container{
	width: 90%;
}
.honor_c{
	width: 100%;
	margin-right: 1.1%;
	background: #F5F7F9;
	padding: 50px 34px 30px;
	margin-top: 20px;
}
.honor_c:nth-child(4n){
	margin-right: 0;
}
.honor_c img{
	position: static;
	object-fit: contain;
}
.honor_b{
	display: flex;
	justify-content: space-between;
	width: 110%;
	margin-left: -5%;
	margin-top: 50px;
	font-size: 16px;
	align-items: center;
}
.honor_b img{
	width: 20px;
	height: 20px;
}
.paging{
	margin-top: 40px;
}
.paging li{
	color: #fff;
	width: 51px;
	height: 51px;
	background: rgba(195, 203, 205, 0.5);
	line-height: 51px;
	text-align: center;
	margin-left: 20px;
	font-size: 18px;
}
.paging li.active{
	background: #2B5CFF;
}
.paging li:first-child{
	margin-left: 0;
}
.video{
	background: rgba(40, 50, 118, 0.1);
}
.bg{
    background-color: #666;
    /* display: none; */
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*FF IE7*/
    filter: alpha(opacity=50);
    /*IE*/
    opacity: 0.5;
    /*FF*/
    z-index: 9;
    position: fixed !important;
    /*FF IE7*/
    position: absolute;
	display: none;
  
}
.hei{
    background-color: rgba(0, 0, 0, 0.7);
    /* display: none; */
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*FF IE7*/
    filter: alpha(opacity=50);
    /*IE*/
    
    /*FF*/
    z-index: 9;
    position: fixed !important;
    /*FF IE7*/
    position: absolute;
	display: none;
  
}
.honor_click {
    padding: 10px 0;
	width: 864px;
	height: 560px;
   
    z-index: 9;
    left: 50%;
    top: 50%;
    margin-left:-432px !important;
    margin-top: -280px!important;
    position: fixed !important;
    position: absolute;
    display: none;
}
.honor_click .gb{
	width: 50px;
	height: 50px;
	position: absolute;
	right: -10px;
	top: -40px;
}
.nav_2{
	width: 100%;
	height: 76px;
	background: #F5F7F9;
}
.nav_2 ul{
	width: 1180px;
	 margin: 0 auto;
	 justify-content: space-between;
	 padding: 0 10px;
}
.nav_2 ul li{
	position: relative;
}
.nav_2 ul li a{
	font-size: 18px;
	line-height: 76px;
	color: #000;
	transition: color 1.5s, background .6s;
}
.nav_2 ul li a:hover{
	color: #2B5CFF;
}
.nav_2 ul li.active ::after {
	position: absolute;
    content: '';
    width: 71px;
    height: 7px;
	background:  rgba(43, 92, 255, 0.9);
    left:0;
    top: 69px;
}
.product1_div{
	width: 100%;
	justify-content: space-between;
	padding: 57px 15px 48px 0;
	box-shadow: 0px 4px 20px 4px rgba(18, 38, 170, 0.05);
}
.product1_l{
	width: 50%;
	
}
.product1_l .swiper-container{
	padding: 0 54px 60px ;
}
.product1_l .swiper-slide img{
	position: static;
}
.product1_l .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: 2%;
    left: auto;
    top: 50%;
}
.product1_l  .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: 2%;
	top: 50%;
}
.product1_l .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
	color: #C3CBCD;
}
.product1_l .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	color: #C3CBCD;
}
.product1_l .swiper-pagination-bullet{
	width: 55px;
    height: 3px;
	border-radius: 0;
}
.product1_r{
	padding-left: 40px;
	padding-bottom: 60px;
	flex-flow: column;
	justify-content: space-between;
}
.product1_r h2{
	font-size: 36px;
	font-weight: 600;
}
.product1_r h3{
	font-size: 18px;
	font-weight: 600;
}
.product1_r p{
	font-size: 16px;
	line-height: 32px;
	color: #666666;
}
.product1_r a{
	padding: 20px 110px;
	background:  rgba(43, 92, 255, 0.9);
	font-size: 18px;
	color: #fff;
	display: inline-block;
	transition: color 1.5s, background .6s;
}
.product1_r a:hover{
	color: #000;
	background-color: rgba(43, 92, 255, 0.7);
	
}
.case1_c{
	overflow: hidden;
}
.case1_c img{
	width: 100%;
	transition: all 0.6s;
    -ms-transition: all 0.8s;
	height: 100%;
	object-fit: cover;
}
.case1_c:hover  img{
    transform: scale(1.1);

    -ms-transform: scale(1.1);
}
.pro_nav{

	border-bottom: 2px solid #F5F7F9;
}
.pro_nav ul{
	justify-content: space-around;
	width: 1180px;
	margin: 0 auto;
	padding: 0 10px;
}
.pro_nav ul li{
	font-size: 18px;
	line-height: 72px;
	padding: 0 50px;
}
.pro_nav ul li a{
	color: #000;
}
.pro_nav ul li.active{
	border-bottom: 3px solid #2B5CFF;
}
.pro_nav ul li:hover{
	color: #2B5CFF;
}
.video_div{
	justify-content: space-between;
}

.video_c .bf{
	position: absolute;top: 40%;
	left: 40%;
	width: 80px;
	height: 80px;
}
.video_c .bf img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.video_l{
	width: 35%;
}
.video_r{
	width: 60%;
	flex-flow: column;
	justify-content: space-between;
}
.video_t{
	justify-content: space-between;
	width: 100%;
}
.video_t .video_c{
	width: 48%;
	height:288px;
}
.video_c video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	
}
.video_b .video_c .bf{
	left: 44%;
}
.video_l .video_c{
	height: 610px;
}
.video_b .video_c{
	height: 288px;
}
.video_c{
	position: relative;
}
.explain{
	box-shadow: 0px 4px 20px 4px rgba(18, 38, 170, 0.05);
	padding: 60px;
}
.explain_1{
	justify-content: space-between;
	margin-top: 50px;
}
.explain_1:first-child{
	margin-top: 0;
}
.explain .explain_l{
	width: 15%;
}
.explain .explain_l p{
	font-size: 24px;
	font-weight: 600;
}
.explain .explain_r{
	width: 80%;
}
.explain .explain_r div{
	margin-top: 30px;
}
.explain .explain_r div:first-child{
	margin-top: 0;
}
.explain .explain_r div h6{
	font-size: 16px;
	font-weight: 600;
	line-height: 32px;
}
.explain .explain_r div p{
	font-size: 16px;
	line-height: 32px;
	color: #333333;
}
.explain .explain_r div a{
	color: #000;
	font-weight: 600;
	font-size: 16px;
	line-height: 32px;
}
.back{
	margin-top: 80px;
	justify-content: flex-end;
	align-items: center;
}
.back a{
	background: rgba(43, 92, 255, 0.9);
	color: #fff;
	padding: 20px 110px;
	font-size: 18px;
	margin-left: 100px;
}
.back p{
	color: #615E88;
	font-size: 18px;

}
.banner h2{
	font-size: 36px;
	color: #FFFFFF;

	font-weight: 100;
    position: absolute;
    top: 60%;
    left: 20%;
}
.title2{
	font-size: 42px;
	color: #000;
	text-align: center;position: relative;

}
.title2::after{
	content: '';
	position: absolute;
	width: 46px;height: 4px;
	background:  rgba(43, 92, 255, 0.9);
	top: 150%;
	left: 48%;
}
.pattern_c{
	position: relative;
	width: 32%;
	overflow: hidden;
}
.pattern_c:nth-child(2){
	margin: 0 2%;
}
.pattern_c>img{
	/* position: absolute;
	top: 0;
	left: 0; */
	width: 100%;
	height: 100%;
	object-fit:cover;
	transition: all 0.6s;
    -ms-transition: all 0.8s;
}
.pattern_c:hover >img{
    transform: scale(1.1);

    -ms-transform: scale(1.1);
}
.pattern_div{
	width: 100%;
	margin-top: 100px;

}
.we .swiper-slide-active{
	height: 526px;
}
.pattern_c div{
	position: absolute;
	top: 40%;
	left: 40%;
	z-index: 99;
}
.pattern_c p{
	position: absolute;
	width: 100%;
	top: 65%;
	left: 0;
	text-align: center;
	z-index: 99;
	font-size: 32px;
	color: #fff;
}
.advantage,.process,.condition_l{
	background-size: cover;
	padding: 80px 0 0px;
}
.advantage .content,.process .content{
	margin-bottom: 0;
}
.advantage img{
	margin-top: 80px;
}
.process .title2{
	color: #fff;
}
.process .title2::after{
	background-color: #fff;
}
.process_div{
	width: 100%;
	margin-top: 100px;
	justify-content: space-between;
}
.process_div .process_c{
	width: 15%;
}
.process_div .process_c .process_t{
	width: 140px;height: 140px;
	border-radius: 50%;
	/* background-color: #fff; */
	border: 10px solid rgba(255, 255, 255, 0.2);
	overflow: hidden;
	margin: 0 auto;
}
.process_div .process_c .process_t p{
	height: 100%;
	padding-top: 20px;
	background-color: #fff;
}
.process_div .process_c .process_t p img{
	width: 70px;height: 70px;
	object-fit: contain;
	margin: 0 auto;
	
}
.process_b{
	margin-top: 50px;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	position: relative;
}
.process_b img{
	position: absolute;
    right: -33px;
    top: 11px;
    width: 40px;
    height: 12px;
}
.process{
	padding-bottom: 250px;
}
.condition_div{
	margin-top: 100px;
	justify-content: space-between;
}
.condition_div .condition_l{
	width: 30%;
}
.condition_div .condition_r{
	width: 60%;
	padding-top: 80px;
	position: relative;
}
.condition_div .condition_r h2{
	width: 80%;
	font-weight: 600;
	font-size: 36px;
	color: #000;
}
.condition_div .condition_r p{
	font-size: 20px;
	color: #666;
	line-height: 40px;
	margin-top: 20px;
}
.condition_div .condition_r p:nth-child(2){
	margin-top: 80px;
}
.condition_div .condition_r img{
	position: absolute;
	left: 0;
	top: 35%;
}
.we{
	position: relative;
}
.we>img{
	position: absolute;
	top: 100px;
	right: 0;
}
.we_div{
	margin-top: 150px;
	justify-content: space-between;
}
.we_l{
	width: 40%;
}
.we_l h5{
	font-size: 30px;
	font-weight: 600;
}
.we_l div.dz{
	margin-top: 40px;
}
.we_l div.dz>p {
    align-items: center;
    justify-content: space-between;
	font-size: 16px;
    line-height: 24px;
    display: flex;
    margin: 10px 0;
}
.we_l div.dz>p span {
    display: inline-block;
    width: 90%;
    font-size: 16px;
    letter-spacing: 1px;
}
.we_l h6{
	font-size: 16px;
	font-weight: 600;
	margin-top: 40px;
}
.we_l p{
	font-size: 16px;
	color: #333;
}
.video .content{
	margin: 0 auto;
	padding: 80px 10px;

}

.we_r{
	width: 60%;
	justify-content: space-between;
}
.we_r>div{
	width: 48%;
}
.we_r>div input{
	width: 100%;
	font-size: 18px;
	line-height: 36px;
	padding: 10px 20px;
	
	background-color: #EBEBEB;
	border: none;
}
.shuru{
	width: 100%;
    font-size: 18px;
    line-height: 36px;
    padding: 10px 20px;
    margin-bottom: 20px;
    background-color: #EBEBEB;
    border: none;
	align-items: center;
}
.shuru p{
	font-size: 18px;
    flex: 0 0 90px;
	margin-right: 10px;
	text-align: left;
}
.we_r>div textarea{
	width: 100%;
	font-size: 18px;
	line-height: 36px;
	padding: 10px 20px;
	margin-bottom: 20px;
	background-color: #EBEBEB;
	height: 133px;
	border: none;
}
.we_r>div a{
	display: block;
	margin-top: 50px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background-color: #2B5CFF;
	transition: color 1.5s, background .6s;
	padding: 20px 0;
	cursor: pointer;
}
.we_r>div a:hover{
	color: #000;
	background-color: rgba(43, 92, 255, 0.7);
}
.back1 br{
	display: none;
}
.bt{
	position: relative;
	display: inline-block;
}
.bt::after{
	content: '*';
	color: #FF7414;
	position: absolute;
	top: 15px;
	left: 50px;
	width: 5px;
	height: 5px;
}
.partner{
	box-shadow: 0px 4px 20px 4px rgba(18, 38, 170, 0.1);
	margin: 100px auto 150px;
	position: relative;
	width: 90%;
}
.partner .swiper-slide{
	display: flex;
	justify-content: space-between;
}
.partner .swiper-slide .partner_l{
	width: 35%;
	height:100%;
}
.partner .swiper-slide .partner_r{
	width: 60%;
	text-align: left;
	padding: 50px 50px 50px 0;
	position: relative;
}
.partner .swiper-slide .partner_l img{
	position: static;
}
.partner .swiper-slide .partner_r img{
	width: 130px;
	height: 130px;
	top: 35%;
}
.partner .swiper-scrollbar{
	height: 4px;
	width: 10%;
	position: absolute;
	top: 110%;
	left: 45%;
}
.partner .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
	color: #000;
	
}
.partner .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: -4%;

    top: 60%;
}
.partner  .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	color: #000;
}
.partner .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	top: 60%;
	right: -4%;
}
.study_c{
	width: 100%;
	text-align: center;
}
.study_c img{
	width: 30px;height: 30px;
	margin: 0 auto;
}
.study_c tr{
	font-size: 18px;
	height: 100px;
	background-color: #fff;
}
.study_c tr:first-child{
	font-size: 23px;
}
.study_c tr:nth-child(2n){
	background: rgba(196, 196, 196, 0.2);
}
.study_c tr td{
	margin: 0;
	border:none;
}
.study_c tr td:first-child{
	text-align: left;
	padding-left: 20px;
}
.case1_div{
	flex-wrap: wrap;
}
.case1_c{
	width: 32%;
	margin-top: 20px;
	position: relative;
	margin-right: 2%;
	height: 261px;
}
.case1_c:nth-child(3n){
	margin-right: 0;
}
.case1_bj{
	padding: 20px;
	position: absolute;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 72.73%, rgba(43, 92, 255, 0.77) 78.12%, #2B5CFF 100%);
	
	/* IE 10 */

	background:-moz-linear-gradient(top,rgba(255, 255, 255, 0) 72.73%, rgba(43, 92, 255, 0.77) 78.12%, #2B5CFF 100%);/*火狐*/ 

	background:-webkit-gradient(linear, rgba(255, 255, 255, 0) 72.73%, from rgba(43, 92, 255, 0.77) 78.12%, to(#2B5CFF));/*谷歌*/ 

	background: -webkit-gradient(linear, rgba(255, 255, 255, 0) 72.73%, from rgba(43, 92, 255, 0.77) 78.12%, to(#2B5CFF));      /* Safari 4-5, Chrome 1-9*/

	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 72.73%, rgba(43, 92, 255, 0.77) 78.12%, #2B5CFF 100%);   /*Safari5.1 Chrome 10+*/

	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 72.73%, rgba(43, 92, 255, 0.77) 78.12%, #2B5CFF 100%);  /*Opera 11.10+*/
	bottom: 0;
	color: #fff;
	width: 100%;
	height: 100%;
	
	
}
.case1_div .case1_c .case1_bj a{
	display: inline-block;
    padding-top: 58%;
}
.case1_bj h6{
	font-size: 20px;
	line-height: 40px;
}
.case1_bj p{
	font-size: 14px;
	line-height: 28px;
}
.case1_c:hover .case1_bj{
	display: block;
}
.case_details h2{
	font-size: 48px;
	margin-bottom: 50px;
}
.case_details p{
	font-size: 16px;
	line-height: 32px;
}
.case_details h6{
	font-size: 16px;
	font-weight: 600;
	line-height: 32px;
	margin-top: 30px;
}
.case_details img{
	width: 80%;
    margin: 20px auto;
}
.case_case .case1_div{
	margin-top: 100px;
}
.news1 .news_div h3{
	font-size: 20px;
	line-height: 30px;
}
.news1 .news_div .date{
	bottom: -33px;
}
.news1 .news_div{
	flex-wrap: wrap;
}
.news1 .news_div .news_c{
	margin: 0;
	margin-right: .5%;
	margin-top: 20px;

}
.news1 .news_div .news_c:nth-child(3n){
	margin-right: 0;
}
.back1{
	justify-content: flex-end;
	align-items: center;
}
.back1 p{
	font-size: 18px;
	color: #615E88;
}
.back1 a{
	padding: 20px 110px;
	color: #fff;
	background: rgba(43, 92, 255, 0.9);
	font-size: 18px;
	margin-left: 50px;
}
.explain_1 .searchform{
	width: 80%;
}
.back1 a:hover{
	color: #000;
	background: rgba(43, 92, 255, 0.7);
}
.contact_div{
	justify-content: space-between;
}
.contact_r{
	position: relative;
	width: 60%;
}
.map,.map_k{
	width: 670px;
	height: 375px;
}
.map_k{
	border: 1px solid #2B5CFF;
}
.map{
	
	position: absolute;
	top: 30px;
	left: 30px;
}
.consult_img{
	position: absolute;
	top: 0;
	right: 10px;
}
.consult .content{
	position: relative;
}
.consult .we_div{
	margin-top: 80px;
}
.consult .we_div .we_l{
	padding-top: 20px;
}
.we_div form{
	width: 55%;
}
.banner2{
	width: 100%;
	height: calc(100vh - 98px);
	position: relative;
}
.banner2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.banner-text{
	position: absolute;
	z-index: 8;
	color: #fff;
	top: 25%;
	left: 15%;
	width: 41%;
}
.banner-text h1{
	font-size: 64px;
}
.banner-text h3{
	font-size: 36px;
	margin-top: 50px;
}
.banner-text p{
	width: 60px;
	height: 2px;
	background-color: #fff;
	margin-top: 70px;
}
.banner-text a{
	padding: 20px 110px;
	color: #fff;
	background: #2B5CFF;
	font-size: 18px;
	margin-top: 70px;
	display: inline-block;
	transition: all 0.6s;
    -ms-transition: all 0.8s;
	transition: color 1.5s, background .6s;
}
.banner-text a:hover{
	color: #000;
	background-color: rgba(43, 92, 255, 0.7);
}
.yuan{
	display: none;
}
.jump{
    width: 376px;
    height: 54px;
    position: absolute;
    right: -161px;
    top: calc(60vh - 188px);
    z-index: 6;
    transform: rotate(90deg);
    transition: color .5s ease;
    
}
.jump p{
    width: 50%;
    height: 100%;
    line-height: 54px;
    text-align: center;
    background: #333333;
    text-transform: uppercase;
   
}
.jump p.active{
    background: #166EC5;
}
.jump p a{
    font-size: 12px;
    color: #fff;
    letter-spacing: 8px;
}
.banner2 div.xia{
	width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid #fff;
    position: absolute;
   left: 48%;
   top: 80%;
   z-index: 6;
}
.honor_t{
	height: 200px;
}
.banner2 div.xia a{
	width: 100%;
}
.banner2 div.xia img{
	
    width: 22px;
    height: 11px;
    object-fit: cover;
    position: absolute;
    top: 17px;
    left: 9px;
}
.honor_b p{
	height: 42px;
}
.land1 .pattern_c div{
	width: 90px;
	height: 90px;
	top: 25%;
}
.land1 .pattern_c div img{
	 width: 100%;
	 height: 100%;
	 object-fit: contain;
}
.land1 .pattern_c p{
	top: 50%;
}
.land1 .pattern_c h6{
	position: absolute;
    width: 80%;
    top: 65%;
    left: 10%;
    text-align: center;
    z-index: 6;
    font-size: 24px;
    color: #fff;
	font-weight: 100;
}
.lan2_div{
	box-shadow: 0px 4px 20px 4px rgba(18, 38, 170, 0.1);
	border-radius: 5px;
	background: linear-gradient(0deg, #2B5CFF, #2B5CFF);
	width: 896px;
	padding: 67px;
	color: #fff;
	margin-top: 100px;
}
.lan2_div .title1{
	color: #fff;
	margin-bottom: 80px;
}
.lan2_div .title1::after{
	background-color: #fff;
}
.lan2_div p{
	font-size: 18px;
	line-height: 36px;
	width: 519px;
}
.land2 .content{
	position: relative;
}
.lan2_img{
	position: absolute;
	right: 10px;
	top: 30%;
}
.land2{
	background-image: url(../img/lan-bj1.png);
	background-size: cover;
	padding-bottom: 100px;
	background-repeat: no-repeat;
}
.land3_div{
	margin-top: 80px;
	justify-content: space-between;
}
.land3_div .land3_l{
	width: 40%;
	position: relative;
}
.land3_div .land3_l>img{
	position: absolute;
	top: 150px;
	left: 0;
}
.land3_div .land3_r{
	width: 55%;
}
.land3_div .land3_l p{
	font-size: 24px;
	line-height: 48px;
	font-weight: 600;
}
.land3_div .land3_l ul{
	margin-top: 50px;
}
.land3_div .land3_l ul li{
	display: flex;
	margin-top: 30px;
	cursor: pointer;
}
.land3_div .land3_l ul li img{
	width: 40px;
	height: 40px;
}
.land3_div .land3_l ul li span{
	margin-left: 20px;
	font-size: 20px;
	color: #666;
	font-weight: 600;
}
.land3_div .land3_l ul li span:hover{
	color: #2B5CFF;
}
.land3_div .land3_l ul li.active span{
	
	color: #2B5CFF;
}
.land3_c{
	width: 100%;
	height: 100%;
	position: relative;
	display: none;
}
.land3_c.active{
	display: block;
}
.land3_c img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.land3_c div{
	position: absolute;bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(43, 92, 255, 0.96);
	padding: 20px;
}
.land3_c div h3{
	font-size: 18px;
	color: #fff;
	line-height: 36px;
	font-weight: 600;
}
.land3_c div p{
	font-size: 16px;
	color: #fff;
	font-weight: 100;
	width: 100%;
	line-height: 32px;
	
}
.land4 p{
	margin-top: 40px;
	font-size: 20px;
	text-align: center;
}
.land4 h4{
	margin-top: 50px;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}
.land4 table{
	border: 1px solid #E7E7ED;
	margin-top: 50px;
	border-bottom: 5px solid #2B5CFF;
}
.land4 tbody{
	font-size: 18px;
	
	
}
.land4 tbody tr:first-child{
	background: #2B5CFF;
	color: #fff;
}
.land4 tbody tr td{
	padding: 10px 48px;
	border-bottom: 1px solid #E7E7ED;
}
.land4 tbody tr td:first-child{
	width: 132px;
}
.land4 tbody tr td:nth-child(2){
	width: 200px;
}
.land4 tbody tr{
	border: 1px solid #E7E7ED;
}
.land4 tbody tr:nth-child(2){
	background: rgba(43, 92, 255, 0.03);
}
.land4 tbody tr:nth-child(3){
	background: rgba(43, 92, 255, 0.03);
}
.land4 tbody tr:nth-child(4){
	background: rgba(43, 92, 255, 0.03);
}
.land4 tbody tr:nth-child(7){
	background: rgba(43, 92, 255, 0.08);
}
.land4 tbody tr:nth-child(8){
	background: rgba(43, 92, 255, 0.08);
}
.land4 tbody tr:nth-child(9){
	background: rgba(43, 92, 255, 0.08);
}
.land4{
	background-image: url(../img/lan-bj2.png);
	background-size: cover;
	padding-bottom: 100px;
	background-repeat: no-repeat;
	padding-top: 50px;
}
.land4 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.land5 .condition_div .condition_l{
	width: 43%;
}
.land5 .condition_div .condition_r{
	width: 50%;
}
.land5 h5{
	display: flex;
	margin-top: 50px;
}
.condition_div .condition_r img{
	top: 13%;
}
.land5 .condition_div .condition_r h5 img{
	width: 40px;
	height: 40px;
	position: static;
}
.land5 .condition_div .condition_r h5 span{
	color: #2B5CFF;
	font-size: 24px;
	margin-left: 20px;
}
.land5 .condition_div .condition_r div{
	font-size: 18px;
	margin-top: 30px;
}
.land6{
	padding: 50px 0;
}
.land6 .title2{
	color: #fff;
}
.land6 .title2::after{
	background-color: #fff;
}
.land6 .process_b span{
	font-weight: 100;
}
.land7 .pattern_c div{
	top: 30%;
}
.land7 .pattern_c p{
	top: 56%;
}
.land7 .pattern_c a{
	font-size: 24px;
	color: #fff;
	display: inline-block;
	width: 100%;
	top: 75%;
	z-index: 99;
	position: absolute;
	text-align: center;
	text-decoration:underline;
	padding-bottom: 5px;
}
.lan8 img{
	margin-top: 80px;
}
.lnding_div{
	margin-top: 80px;
	justify-content: space-between;
}
.lnding1_l{
	width: 45%;
	position: relative;
}
.lnding1_l img{
	position: absolute;
	top: 100px;
	left: 0;
}
.lnding1_l h5{
	font-size: 36px;
	color: #333;
}
.lnding1_l p{
	font-size: 18px;
	line-height: 36px;
	color: #333;
	margin-top: 30px;
}
.lnding1_r{
	width: 50%;
	
}
.lnding1_r div{
	width: 545px;
	height: 331px;
	background: #2B5CFF;
	position: relative;
	margin-top: 40px;
	margin-left: 50px;
}
.lnding1_r div img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: -50px;
	top: -40px;
	transition: all 0.6s;
    -ms-transition: all 0.8s;
}
.lnding1_r div img:hover{
    transform: scale(1.1);

    -ms-transform: scale(1.1);
}
.landing2_div{
	justify-content: space-between;
	margin-top: 80px;
}
.landing2_c{
	width: 32%;
	box-shadow: 0px 4px 20px 4px rgba(43, 92, 255, 0.1);
	padding: 20px;
}
.landing2_c h3{
	display: flex;
	font-size: 30px;
	font-weight: 600;
	align-items: center;
}
.landing2_c h3 img{
	width: 70px;
	height: 70px;
	margin-right: 20px;
}
.landing2_c p{
	line-height: 36px;
	font-size: 18px;
	margin-top: 20px;
	color: #333;
}
.landing3{
	background-image: url(../img/lan-bj2.png);
	background-size: 100% 100%;
	padding-bottom: 100px;
	background-repeat: no-repeat;
	padding-top: 10px;
}
.landing3 .add1{
	margin-top: 80px;
	font-weight: 600;
    font-size: 32px;
    color: #333333;
   
}
.landing3 table{
	width: 100%;
	margin-top: 20px;
	filter: drop-shadow(0px 2px 20px rgba(43, 92, 255, 0.1));
}
.landing3 table tbody  tr:first-child{
	background: #2B5CFF !important;
	border: 3px solid #FFFFFF;
	color: #fff;
}
.landing3 table tbody  tr td{
	font-size: 24px;
	padding: 15px 20px;
	line-height: 48px;
	border: 3px solid #FFFFFF;
	text-align: left;
}
.landing3 table tbody  tr td:first-child{
	width: 24%;
	background: linear-gradient(180deg, #E9EEF6 68.23%, rgba(248, 248, 252, 0.72) 100%);
	border: 3px solid #FFFFFF;
}
.landing3 table tbody  tr td:nth-child(2){
	background: linear-gradient(180deg, #F3F5F8 75%, #FEFFFE 100%);
}
.landing4_div{
	justify-content: space-between;
	margin-top: 80px;
}
.landing4_l{
	width: 45%;
	position: relative;
}
.landing4_l>img{
	position: absolute;
	top: 80px;
	left: 0;
}
.landing4_l h6{
	font-size: 24px;
	font-weight: 600;
}
.landing4_l p{
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.landing4_l p img{
	width: 40px;
	height: 40px;
	margin-right: 20px;
}
.landing4_l p span{
	font-size: 18px;
	color: #333;
	line-height: 36px;
}
.landing4_r{
	width: 50%;
	overflow: hidden;
}
.landing4_r img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
    -ms-transition: all 0.8s;
}
.landing4_r img:hover{
    transform: scale(1.1);

    -ms-transform: scale(1.1);
}
.landing3 td{
	text-align: center;
}
.landing5_div{
	width: 100%;
	margin-top: 50px;
}
.landing5_div .landing5_c{
	justify-content: space-between;
}
.landing5_div .landing5_c:nth-child(2){
	flex-flow: row-reverse;
}
.landing5_c .landing5_l{
	width: 45%;
	position: relative;
}
.landing5_c .landing5_l img{
	position: absolute;
	left: 0px;
	top: 80px;
}
.landing5_c .landing5_l h3{
	font-weight: 600;
	font-size: 32px;
	color: #333333;
	margin-top: 30px;
}
.landing5_c .landing5_l p{
	font-weight: 300;
	font-size: 18px;
	line-height: 36px;
	margin-top: 10px;
	width: 90%;
}
.landing5_c .landing5_r{
	width: 50%;
	overflow: hidden;
}
.landing5_c .landing5_r img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
    -ms-transition: all 0.8s;
}
.landing5_c .landing5_r img:hover{
    transform: scale(1.1);

    -ms-transform: scale(1.1);
}
.landing6_div{
	margin-top: 80px;
}
.landing6_div div{
	width: 50%;
	overflow: hidden;
}
.landing6_div div img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
    -ms-transition: all 0.8s;
}
.landing6_div div img:hover{
    transform: scale(1.1);

    -ms-transform: scale(1.1);
}
.landing6{
	background-image: linear-gradient(#fff, #f2f4f8);
}
.serve{
	justify-content: space-between;
	margin-top: 50px;
}
.serve_div{
	width: 32%;
	flex-flow: column;
}
.serve_div1{
	padding: 20px 20px 0;
	box-shadow: 0px 4px 20px 4px rgba(43, 92, 255, 0.1);
	background-color: #fff;
}
.serve_div div{
	padding: 20px 20px 0;
	box-shadow: 0px 4px 20px 4px rgba(43, 92, 255, 0.1);
	background-color: #fff;
}
.serve_div h2{
	display: flex;
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	align-items: center;
}
.serve_div h2 img{
	width: 80px;height: 80px;
}
.serve_div h2 span{
	margin-left: 20px;
}
.serve_div p{
	font-weight: 300;
	font-size: 18px;
	color: #333333;
	line-height: 36px;
	margin-top: 20px;
}
.serve-b{
	margin-top: 40px;
	height: 479px;
}
.serve_t{
	
	height: 332px;
}
.serve_div h6{
	padding-left: 20px;
	font-weight: 300;
	font-size: 18px;
	color: #333333;
	line-height: 36px;
	margin-top: 10px;
	position: relative;
}
.serve_div h6::after{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #333;
	position: absolute;
	left: 6px;
	top: 17px;

}
.ld1 .landing5_c:nth-child(2n){
	flex-flow: row-reverse;
}
.ld1 .landing5_c .landing5_l h3{
	margin-top: 80px;
}
.explain_img2 {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.explain_img2 img{
	width: 35%;
	
}
.explain_img1{
	position: relative;
	margin-top: 30px;
}
.explain_img1 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.explain_img1 div{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px ;
	background: rgba(43, 92, 255, 0.96);
	color: #fff;
}
.explain .explain_r .explain_img1 div p{
	color: #fff;
}
.explain_table table{
	width: 100%;
	background: rgba(43, 92, 255, 0.03);
	font-size: 16px;
	color: #333;
	
}
.back1 p a{
	color: #000 !important;
}
.jump p a:hover{
	font-size: 14px;
	font-weight: 700;
}
.explain_table table tr{
	border: 1px solid #666;
}
.explain_table table tr td{
	padding: 20px;
}
@media(max-width: 1970px){
	.service_div div p{
		font-size: 26px;
	}
	
}
@media(max-width: 1770px){
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
		right: 13%;
	}
	.swiper_text h6{
		font-size: 24px;
	}
	.swiper_text h1{
		font-size: 36px;
		margin-top: 30px;
	}
	.swiper_text h3{
		font-size: 20px;
		margin-top: 30px;
		margin-bottom: 50px;
	}
	.swiper_text div{
		margin-top: 50px;
	}
}
@media(max-width: 1670px){
	.service_div div p{
		font-size: 20px;
	}
}
@media(max-width: 1500px){
    .product_l2{
     padding-top: 100px;
     padding-bottom: 100px;
    }
    .product_l2 img{
        width: 60%;
    }
    .product_l2 img:nth-child(2){
        margin-top: 150px;
    }
	.banner-text h1{
		font-size: 42px;
	}
	.banner-text h3{
		font-size: 20px;
		margin-top: 20px;
	}
	.banner-text{
		top: 15%;
	}
	.banner-text p{
		margin-top: 20px;
	}
	.jump{
		top: 200px;
	}
	.banner-text a{
		margin-top: 40px;
	}
	.product_r div{
		width: 100%;
	}
	.swiper_text{
		left: 6%;
    	top: 14%;
	}
}
@media(max-width: 1350px){
	.service_div div p{
		font-size: 18px;
	}
}
@media(max-width: 1200px){
	.lb{
		display: block;
		margin: 10px 0 ;
	}
	.content{
		width: 90%;
	}
	.nav ul{
		position: fixed;
		right: 0;
		flex-flow: column;
		width: 50%;
		text-align: center;
		background-color: #fff;
		top: 0;
		display: none;
		height: 100%;
	}
	.banner h1{
		left: 5%;
	}
	.video_div{
		flex-flow: column;
		width: 100%;
	}
	.video_l,.video_r{
		width: 100%;
		margin: 10px 0;
	}
	.video_t{
		margin-bottom: 20px;
	}
	.title1{
		margin-bottom: 20px;
	}
	.title1::after{
		width: 36px;
		top: 100%;
	}
	.content{
		margin: 20px auto;
		width: 90%;
		padding: 0;
		
	}
	
	.about_r{
		display: none;
	}
	.about_l, .about_r{
		width: 100%;
	}
	.nav ul li a{
		color: #fff;
	}
	.nav ul li:last-child{
		display: none;
	}
	.swiper_text{
		left: 8%;
		top: 60px;
	}
	.ld1 .landing5_c:nth-child(2n){
		flex-flow: column;
	}
	.banner h2{
		left: 5%;
	}
	.title2::after{
		width: 36px;
		top: 100%;
   		left: 50%;
   		margin-left: -18px;
	}
	.landing3 table tbody tr td{
		padding: 10px 20px;
	}
	.landing3{
		padding-bottom: 10px;
	}
	.condition_div .condition_r p:nth-child(2){
		margin-top: 20px;
	}
	.condition_div .condition_r p{
		margin-top: 10px;
	}
	
	.banner-text h3,.banner-text p,.banner-text a,.lnding_div,.lnding1_l p,.landing2_div,.landing3 table,.landing4_div,.case_case .case1_div,.ld1 .landing5_c .landing5_l h3{
		margin-top: 20px;
	}
	.landing2_c h3 img{
		width: 20px;
		height: 20px;
	}
	.serve_div h2 img{
		width: 30px;
		height: 30px;
	}
	.landing4_l p img{
		width: 24px;
		height: 24px;
	}
	.case_details h6{
		margin-top: 15px;
	}
	.case_details h2{
		margin-bottom: 10px;
	}
	.banner2 div.xia{
		display: none;
	}
	.swiper-container.swiper-container_index{
		height: 300px;
	}
	.swiper_text h1,.title h1,.case_div div h3,.banner h1,.title1,.we_l h5,.banner h1,.title2,.condition_div .condition_r h2,.banner-text h1,.lnding1_l h5,.landing5_c .landing5_l h3,.case_details h2,.serve_div h2 span,.explain .explain_l p,.product1_r h2,.news_div h3{
		font-size: 18px;
		line-height: 36px;
	}
	.swiper_text h6,.swiper_text h3,.service_div div p,.case ul li,.banner h2,.pattern_c p,.landing2_c h3,.landing4_l h6,.serve_div h6,.news1 .news_div h3,.nav_2 ul li a,.product1_r h3,.land3_div .land3_l ul li span,.land3_div .land3_l p,.land3_c div h3,.land4 p,.land4 h4,.land5 .condition_div .condition_r h5 span{
		font-size: 14px;
		line-height: 28px;
	}
	.swiper_text .swiper_a1,.title p,.case_div div p,.case_div div a,.footer1 p,.process_b,.condition_div .condition_r p,.partner_r p,.banner-text h3,.banner-text a,.lnding1_l p,.landing2_c p,.landing3 table tbody tr td,.landing4_l p span,.landing5_c .landing5_l p,.serve_div p,.back1 p,.back1 a,.study_c tr,.pro_nav ul li,.explain .explain_r div h6,.explain .explain_r div p,.back p,.back a,.product1_r p,.product1_r a,.explain_table table,.land1 .pattern_c h6,.land3_c div p,.land4 tbody,.land5 .condition_div .condition_r div,.land7 .pattern_c a,.news_div a,.case_details p,.case_details h6,.we_r>div a,.we_r>div input,.we_r>div textarea,.news_div .date{
		font-size: 12px;
		line-height: 24px;
	}
	.news_div .news_c{
		width: 49%;
	}
	.news1 .news_div .news_c{
		margin-right: 0;
		
	}
	.news_div{
		flex-wrap: wrap;
	}
	.case_details h2{
		font-weight: 600;
	}
	.news1 .news_div .news_c:nth-child(2n){
		margin-left: 2%;
	}
	.news1 .news_div .news_c:nth-child(23n){
		margin-right: 0%;
	}
	.product1_r div{
		margin-top: 15px;
	}
	.land4 tbody tr td{
		padding: 10px;
	}
	.land3_div .land3_l ul{
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.land4{
		padding-bottom: 30px;
		padding-top: 20px;
	}
	.lan8 img{
		margin-top: 20px;
	}
	.land5 h5{
		margin-top: 20px;
	}
	.land5 .condition_div .condition_r div{
		margin-top: 15px;
	}
	.land3_div .land3_l ul li{
		width: 30%;
	}
	.land3_div .land3_l>img,.land3_div .land3_l ul li img,.condition_div .condition_r>img{
		display: none;
	}
	.land5 .condition_div .condition_r h5 img{
		width: 25px;
		height: 25px;
	}
	.landing4_div,.landing5_div .landing5_c,.serve,.land3_div{
		flex-flow: column;
	}
	.land3_div .land3_l,.land3_div .land3_r,.land5 .condition_div .condition_r{
		width: 100%;
	}
	.back1 a
	.ld1 .landing5_c:nth-child(2n){
		flex-flow: column;
	}
	.back a,.product1_r a{
		padding: 10px 40px;
	}
	.land1 .pattern_c div{
		width: 50px;
		height: 50px;
	}
	.explain_img1 div{
		padding: 10px;
	}
	.pro_nav ul li{
		padding: 0;
	}
	.explain .explain_r div{
		margin-top: 15px;
	}
	.explain .explain_r div a{
		color: #fff;
	}
	.nav_2{
		height: 40px;
	}
	.nav_2 ul li a{
		line-height: 40px;
	}
	.pro_nav ul{
		width: 100%;
		padding: 0;
	}
	.process_div .process_c{
	    width: 33.33%;
	    margin-top: 10px;
		padding: 0 10px;
	}
	
	.condition_div .condition_r h2{
	    width: 100%;
	}
	.process_div{
	    flex-wrap: wrap;
	    justify-content:space-around;
	}
	
	.nav_2 ul li.active ::after{
		width: 50px;
		height: 3px;
		left: 10%;
		top: 37px;
	}
	.shang{
	    right: 5px;
	}
	.study_c img{
		width: 15px;
		height: 15px;
	}
	.study_c tr{
		height: 40px;
	}
	.fwfw{
	    margin-top: 0 !important;
	}
	.study_c tr:first-child{
		font-size: 14px;
	}
	.serve_t,.serve-b{
		height: auto;
		/* padding-bottom: 20px; */
		margin-top: 20px;
	}
	.serve_div div,.serve_div1{
		padding: 20px;
	}
	.nav_2 ul{
		width: 90%;
		
	}
	.landing5_c .landing5_l,.landing5_c .landing5_r,.serve_div{
		width: 100%;
		margin: 10px 0;
	}
	.landing5_div .landing5_c:nth-child(2){
		flex-flow: column;
	}
	.lan2_div{
		width: 100%;
		margin-top: 20px;
	}
	.landing4_l,.landing4_r{
		width: 100%;
		margin: 10px 0;
	}
	.swiper_text .swiper_a1{
		
		display: inline-block;
		width: 200px;
		text-align: center;
		padding: 10px 0;
	}
	.swiper_text h3{
		margin: 10px 0;
	}
	.swiper_text div,.banner2 div.xia{
		width: 20px;
		height: 20px;
		margin-top: 30px;
		border:2px solid #fff ;
	}
	.swiper_text div img ,.banner2 div.xia img{
		width: 10px;
		height: 7px;
		object-fit: cover;
		position: absolute;
		top: 5px;
		left: 3px;
	}

	.banner-text{
		left: 5%;
	}
	.swiper-button-next, .swiper-button-prev{
		width: 30px;
		height: 30px;
	}
	.swiper-button-next:after, .swiper-button-prev:after{
		font-size: 18px;
	}
	.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
		width: 25%;
    height: 4px;
    left: 43%;
    top: 85%;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev,.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
		top: 86%;
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
		left: 72%;
	}
	.lan2_div{
	    padding: 20px;
	}
	.video .title1 a{
	    
	 margin-top: 5px!important;   
	}
	.title{
		width: 80%;
		margin: 20px auto;
	}
	.product_r div p{
	    margin: 20px 0;
	}
	.product_l div a, .product_r div a{
	    padding: 10px 0;
	    border:0;
	}
	.product_r div h2{
		font-size: 15px;
		text-align: center;
		margin-top: 10px;
	}
	.product_div{
		flex-flow: column !important;
		width: 80%;
		margin: 20px auto;
	}
	.product_l, .product_r{
		width: 100%;
		padding: 0;
	}
	.product_l img,.product_r img{
		width: 100%;
		
	}
	.product_l img:nth-child(2){
		margin-top: 20px;
	}
	.product_l div,.product_r div{
		width: 100%;
	}
	.title h1{
		margin-bottom: 10px;
	}
	.service_div{
		flex-wrap: wrap;
		width: 80%;
		margin: 20px auto;
	}
	.service_div div{
		width: 33.3%;
	}
	.case ul{
		height: auto;
		padding: 10px 0;
		
	}
	.case ul li.select::after {
		top: -10px;
		height: 10px;
	}
	.case .case{
		width: 80%;
		margin: 20px auto;
		padding-top: 48px;
	}
	.case_div div{
		width: 90%;
	}
	.case_div div p{
		margin: 10px 0;
	}
	.case_div div a{
		padding: 10px 30px;
	}
	.cooperation_div div{
		width: 30%;
		margin:10px 1.5%;
	}
	.footer{
		display: none;
	}
	.footer.footer1{
		display: block;
	}
	.footer .content{
		width: 100%;
	}
	.contact_div{
		flex-flow: column;
	}
	.we_l,.contact_r,.we_r{
		width: 100%;
	}
	.consult_img{
		display: none;
	}
	.consult{
		margin-top: 50px;
	}
	.consult .we_div{
		margin-top: 20px;
		flex-flow: column;
	}
	.we_r>div a{
		margin-top: 0px;
	}
	.we_r,.we_l div.dz,.pattern_div{
		margin-top: 20px;
	}
	.pattern_div .pattern_c:nth-child(1) img{
	    object-position: center;
	}
	.pattern_c div{
		width: 30px;
		height: 30px;
		left: 50%;
		margin-left: -15px;

	}
	.pattern_c div img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.advantage, .process, .condition_l{
		padding-top: 1px;
	}
	.advantage .content img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		margin-top: 20px;
	}
	.process_div,.condition_div{
		margin-top: 20px;
	}
	.process_div .process_c .process_t{
		width: 70px;
		height: 70px;
		border: 3px solid rgba(255, 255, 255, 0.2);
	}
	.process_div .process_c .process_t p img{
		width: 35px;
		height: 35px;
	}
	.land7 .pattern_c div{
	    width: 60px;
	    height: 60px;
	    margin-left: -30px;
	}
.land7 .pattern_c p{
    font-size: 18px;
}
	.process_div .process_c .process_t p{
		padding-top: 15px;
	}
	.process_b img{
		width: 15px;
		height: 15px;
		top: 4px;
	}
	.process_b{
		margin-top: 10px;
	}
	.process{
		padding-bottom: 25px;
	}
	.condition_l,.we>img{
		display: none;
	}
	.condition_div .condition_r{
		width: 100%;
	}
	.we_div{
		flex-flow: column;
	}
	.partner{
		margin: 20px auto;
	}
	.we_l div.dz>p span{
		width: 95%;
	}
	 .swiper-button-next:after,.we .swiper-button-prev:after{
		 font-size: 18px;
	 }
	 .partner .swiper-slide .partner_r{
		 padding: 20px 20px 20px 0;
	 }
	 .landing1 .lnding_div{
	    display: block;
	}
	 .lnding1_r{
	     width: unset;
	 }
	 .lnding1_r div{
	    background: none;
	    margin-left: 0;
	    width: unset;
	    height: unset;
	 }
	 .lnding1_r div img{
	         position: relative;
    left: 0;
    top: 0;
    height: unset;
	 }
	 .lnding1_l{
		 width: 100%;
	 }
	 .landing3 table tbody tr td:first-child{
		border: 1px solid #FFFFFF;
	 }
	 .landing3 table tbody tr td{
		border: 1px solid #FFFFFF;
	 }
	 .case_div div p{
		 margin: 0;
		 margin-bottom: 10px;
	 }
	 .product1_l .swiper-container{
	     padding-bottom: 30px;
	 }
	 .back1 a{
		 padding: 10px 20px;
	 }
	 .header1 .content .nav ul li a{
		 color: #000 !important;
	 }
	 .swiper_text h1{
		margin-top: 0px;
	}
	.banner2 div.xia,.swiper_text div{
		display: none;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
		right: 28%;
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
		left: 58%;
	}
	.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
		left: 30%;
	}
	.jump{
		display: none;
	}
	.banner-text a{
		padding: 10px 40px;
	}
	.banner2{
		height: 300px;
	}
	.lan2_img{
		position: relative;
		right: unset;
	}
	.lan2_img img{
	    width: 100%;
	    
	}
	.lan2_div .title1{
		margin-bottom: 20px;
	}
	
	.lan2_div p{
		width: 100%;
		font-size: 15px;
		line-height: 28px;
	}
	.land2{
		padding-bottom: 0;
	}
	.pattern_c>img{
	    height: 300px;
	    object-position: top;;
	}
	.land1 .pattern_c p{
	    font-size: 18px;
	}
	.pattern_c:nth-child(2){
	    margin: unset;
	}
	.land3_div{
		margin-top: 20px;
	}
	.land3_div .land3_l ul{
		margin-top: 0;
	}
	.land4 tbody tr td:first-child{
		width: 15px;
	}
	.land4 tbody tr td:nth-child(2) {
		width: 50px;
	}
	.condition_div .condition_r{
		padding-top: 0px;
	}
	.we_r{
		margin-left: 0px !important;
		width: 100% !important;
	}
	.nav ul li{
		padding: 0;
    text-align: left;
    padding-left: 30px;
	}
	.serve{
		margin-top: 0;
	}
	.landing5_div{
		margin-top: 0;
	}
	.product1_div{
		flex-flow: column;
		flex-wrap: wrap;
	}
	.product1_l{
		width: 100%;
	}
	.explain{
		padding: 10px;
	}
	.we_r>div a{
		padding: 10px;
	}
	.video .content{
		padding: 20px 0 ;
	}
	.product_r div p{
		font-size: 12px;
		line-height: 24px;
	}
	.nav ul li .menu{
		position: relative;
		width: 100%;
		background-color: #fff;
	}
	.back1 p a{
		font-size: 12px;
		line-height: 24px;
	}
	.back1 br{
		display: block;
	}
	.we_div form{
		width: 100% !important;
	}
	.case1_div .case1_c .case1_bj a{
		padding-top: 190px !important;
	}
	.case1_bj img{
		width: 100%;
		height: 260px;
	}
	.back1 p a{
		font-size: 12px !important;
	}
	.back1{
		justify-content: space-between;
	}
	.explain_1{
	    display: block;
	}
	.explain .explain_l{
	    width: unset;
	    margin-bottom: 10px;
	}
	.explain .explain_r{
	    width: 100%;
	}
	.product1 .product1_r{
	    padding-bottom: 0;
	}
	.explain_1 .searchform{
	    width: 100%;
	}
	.nav ul li .menu p{
		position: relative;
	}
	.nav ul li .menu p::after{
		position: absolute;
		content: '';
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background-color: #2B5CFF;
		left: -20px;
		top: 25px;
	}
	.nav ul li {
		padding: 0;
		text-align: left;
		display: flex;
		align-items: center;
		padding-left: 30px;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.nav ul li img {
		width: 30px;
		max-width: 30px;
		display: inline-block;
		height: 30px;
	}
	.shuru p{
		font-size: 12px;
		line-height: 24px;
		flex: 0 0 60px;
	}
	
}
@media(max-width: 650px){
	.banner-text{
		width: 61%;
	}
	.xia1{
		display: inline-block !important;
	}
	.nav ul li a{
		font-size: 12px;
	}
	.yuan1{
		display: none;
	}
	.yuan{
		display: inline-block;
		width: 32%;
	}
	.news_div .news_c{
		width: 100%;
		margin: 10px auto ;
	}
	.process_b img{
		display: none;
	}
	.honor_div .swiper-container{
		width: 100%;
	}
	#btn2{
		font-size: 12px !important;
	}
	.news_div .news_t{
		height: 200px;
	}
	.news_div .news_c:nth-child(2){
		margin: 10px auto ;
	}
	.honor_click{
		width: 100%;
		height: 100%;
		margin-left: -50% !important;
    	margin-top: -75%!important;
	}
	.land3_c div{
		background: rgba(43, 92, 255, 0.3);
	}
	.honor_click .ry{
		width: 80% !important;
		height: 80% !important;
		margin: 0 auto;
	}
	.honor_click .gb{
		width: 25px;
		height: 25px;
		right: 7px;
    	top: 25px;
	}
	.video_l .video_c{
		height: 200px;
	}
	.video_c .bf{
		width: 40px;height: 40px;
	}
	.video_t .video_c{
		height: 144px;
	}
	.video_b .video_c{
		height: 144px;
	}
	#tmp>div{
		width: 100% !important;
		margin: 40% auto !important;
	}
	.video-min-img{
		top: 18.8%;
    	left: 90.5%;
	}
	.pattern_div{
		flex-wrap: wrap;
		flex-flow: column;
	}
	.pattern_c{
		width: 100%;
		margin: 10px 0;
	}
	.landing2_div{
		flex-wrap: wrap;

	}
	.landing2_c{
		width: 100%;
		margin: 10px 0;
	}
	.explain_table table tr td{
		padding: 5px;
	}
	.swiper-wrapper132 .swiper-slide{
		flex-wrap: wrap;
		flex-flow: column;
	}
	.partner .swiper-slide .partner_l{
		width: 100%;
	}
	.partner .swiper-slide .partner_r{
		width: 100%;
	}
	.partner .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
		right: -30px;
	}
	.partner .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
		left: -30px;
	}
	.partner .swiper-slide .partner_r{
		padding: 20px;
	}
	.case1_c{
		width: 100%;
	}
	.map, .map_k{
		width: 100%;
	}
	.map{
		left: 10px;
	}
	.header .content .logo{
		width: 110px;
		height: 40px;
	}
	.grow_div{
		width: 90%;
		margin: 20px 0;
		height: 80%;
	}
	.fzlc_img{
		height: 300px !important;
	}
	.grow{
		height: 300px;
		overflow: hidden;
	}
	.grow .content{
		padding: 0px;
	}
	.lb_div_l{
		width: 7%;
	}
	.lb_div_r{
		width: 93%;
	}
	.service_div div p {
		font-size: 12px;
		line-height: 24px;
	}
}
@media(max-width: 450px){
	.yuan{
		width: 100%;
	}
}