@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}
html,
body {
  font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333333;
  background-color: #ffffff;
}
ul,
li {
  list-style-type: none;
  margin: 0;
}
input,
textarea,
select {
  resize: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: 0;
}
a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #000;
}
img {
  max-width: 100%;
  border-style: none;
  vertical-align: middle;
}
.zoom-img {
  overflow: hidden;
}
.zoom-img .img {
  overflow: hidden;
}
.zoom-img img {
  transition: all 0.5s;
}
.zoom-img:hover img {
  transform: scale(1.04);
  -ms-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -o-transform: scale(1.04);
  -moz-transform: scale(1.04);
}
.clear:after {
  display: block;
  clear: both;
  content: '';
  visibility: hidden;
  height: 0;
}
.clear {
  zoom: 1;
}
.nav-page {
  font-size: 0;
  text-align: center;
}
.flex {
  display: box;
  /* OLD - Android 4.4- */
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  box-shadow: none;
}
.btn-link:focus,
.btn-link:hover {
  text-decoration: none;
}
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin: 0;
  font-weight: normal;
}
/*引入字体包*/
@font-face {
  font-family: pingFangM;
  src: url('../fonts/PingFang\ Medium.ttf');
}
@font-face {
  font-family: pingFangB;
  src: url('../fonts/PingFang\ Bold.ttf');
}
@font-face {
  font-family: pingFangR;
  src: url('../fonts/PingFang\ Regular.ttf');
}
@font-face {
  font-family: pingFangL;
  src: url('../fonts/PingFang\ Light.ttf');
}
@font-face {
  font-family: manL;
  src: url('../fonts/manrope-light-4.otf');
}
.wp {
  width: 80%;
  margin: 0 auto;
}
.banner {
  position: relative;
}
.banner .banner_img img {
  width: 100%;
  max-width: 100%;
}
.banner .b_con {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  animation-name: w3;
  animation-duration: 1s;
  animation-iteration-count: 1;
}
.banner .b_con h1 {
  font-size: 40px;
  font-family: pingFangB;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  margin: 0 0 21px 0;
}
.banner .b_con p {
  font-size: 16px;
  font-family: pingFangM;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}
.ser2_01 .row01 {
  padding-top: 6.0417vw;
  padding-bottom: 2.0833vw;
  display: flex;
   justify-content: flex-start;
}
.ser2_01 .row01_r .detail{
	font-size:16px;
	line-height:1.8;
}
.ser2_01 .row01 .row01_l {
  width: 20%;
}

.ser2_01 .row01 .row01_l h1 {
  font-size: 30px;
  color: #000;
  font-family: pingFangB;
  position: relative;
  margin: 0;
  padding-bottom: 27px;
}
.ser2_01 .row01 .row01_l h1::after {
  content: '';
  display: block;
  width: 35px;
  height: 2px;
  background-color: #0082d9;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ser2_01 .row01 .row01_r p {
  font-size: 16px;
  font-family: pingFangB;
  color: #4e4d4d;
  line-height: 26px;
  margin-bottom: 22px;
}
.ser2_01 .row01 .row01_r .row01_r_txt {
  font-size: 18px;
  color: #0082d9;
}
.ser2_01 .row01 .row01_r .row01_r_txt .big {
  font-size: 30px;
}
.ser2_01 .row01_img {
  margin-bottom: 6.7708vw;
}
.ser2_01 .row01_img img {
  width: 100%;
  max-width: 100%;
}
.ser2_01 .row01 .row01_r {
    width: 80%;
}
.ser_02 {
  background: url('../images/service/ser_4.png');
  padding-top: 130px;
  padding-bottom: 130px;
}
.ser_02 .row02 {
  text-align: center;
}
.ser_02 .row02 .row02_top {
  margin-bottom: 42px;
}
.ser_02 .row02 .row02_top h1 {
  font-size: 30px;
  color: #fff;
  font-family: pingFangB;
  margin: 0;
  position: relative;
  padding-bottom: 27px;
  margin-bottom: 25px;
}
.ser_02 .row02 .row02_top h1::after {
  content: '';
  display: block;
  width: 35px;
  height: 2px;
  background-color: #0082D9;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ser_02 .row02 .row02_top p {
  font-size: 16px;
  font-family: pingFangM;
  color: #fff;
  line-height: 26px;
  margin-bottom: 22px;
}
.ser_02 .row02 .row02_top .top_txt {
  color: #0082d9;
  font-family: pingFangB;
  font-size: 22px;
  margin: 0;
}
.ser_02 .row02 .row02_top .top_txt span {
  font-size: 1.5625vw;
}
.ser_02 .row02 .carousel {
  position: relative;
  width: 100%;
}
.ser_03 .carousel-p{color: black;}
.ser_02 .row02 .swiper-button-prev,
.ser_02 .row02 .swiper-button-next {
  width: 58px;
  height: 58px;
  transition: all 0.3s;
  border-radius: 50%;
  background-color: #1D1D1D;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ser_02 .row02 svg{
	transition: all .3s;
}
.ser_02 .row02 .swiper-button-prev:hover svg,
.ser_02 .row02 .swiper-button-next:hover svg{
	fill: white;
	transform: all .3s;
}
.ser_02 .row02 .swiper-button-prev img,
.ser_02 .row02 .swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ser_02 .row02 .img2 {
  display: none;
}
.ser_02 .row02 .swiper-button-prev {
  left: -5.2083vw;
}
.ser_02 .row02 .swiper-button-prev::after {
  content: '';
  display: block;
}
.ser_02 .row02 .swiper-button-prev:hover {
  background-color: #0082d9;
}
.ser_02 .row02 .swiper-button-prev:hover .img1 {
  display: none;
}
.ser_02 .row02 .swiper-button-prev:hover .img2 {
  display: block;
}
.ser_02 .row02 .swiper-button-next {
  right: -5.2083vw;
}
.ser_02 .row02 .swiper-button-next:hover {
  background-color: #0082d9;
}
.ser_02 .row02 .swiper-button-next:hover .img1 {
  display: none;
}
.ser_02 .row02 .swiper-button-next:hover .img2 {
  display: block;
}
.ser_02 .row02 .box {
  display: block;
  text-align: center;
  transition: all 0.3s;
}
.ser_02 .row02 .box .text {
  display: block;
  font-size: 20px;
  font-family: pingFangM;
  color: #fff;
  line-height: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.ser_03 {
  background: url("../images/service/ser_6.png") no-repeat;
  background-size: cover;
}
.ser_03 .row03 {
  padding-top: 148px;
  padding-bottom: 112px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.ser_03 .row03 .row03_l {
  width: 30%;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 42px;
}
.ser_03 .row03 .row03_l h1 {
  font-size: 30px;
  color: #000;
  font-family: pingFangB;
  line-height: 30px;
  position: relative;
  padding-bottom: 27px;
  margin: 0 0 25px 0;
  text-align: left;
}
.ser_03 .row03 .row03_l h1::after {
  content: '';
  display: block;
  width: 35px;
  height: 2px;
  background-color: #0082d9;
  position: absolute;
  bottom: 0;
  left: 0;
}
.banner-nav{
	position: absolute;
	top: 117px;
	left: 0;
	right: 0;
}
.banner-nav a{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: rgba(255, 255, 255, .6);
}
.banner-nav a:last-child{color: white;}
.banner-nav-img{
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner-nav .container{
	display: flex;
	align-items: center;
}
.ser_03 .row03 .row03_l p {
  font-size: 16px;
  font-family: pingFangB;
  color: #4e4d4d;
  line-height: 30px;
  margin: 0 0 22px 0;
}

.ser_03 .row03 .row03_l .detail {

  font-size: 16px;

  /*font-family: pingFangB;*/

  color: #4e4d4d;

  line-height: 30px;


}
.ser_03 .row03 .row03_l .l_txt {
  color: #0082d9;
  margin: 0;
  text-align: left;
}
.ser_03 .row03 .row03_l .l_txt span {
  font-size: 22px;
}
.ser_03 .row03 .row03_r {
  width: 60%;
  display: flex;
  justify-content: space-between;
}
.ser_03 .row03 .row03_r .carousel {
  position: relative;
  width: 100%;
}
.carousel .swiper-slide{background: transparent;}
.carousel-p{font-size: 20px;
font-family: PingFang SC;
font-weight: 500;
color: #FFFFFF;margin: 25px 0 0 0;}
.row03_l_bottom{position: relative;height: 120px;}
.ser_03 .swiper-pagination{background: rgba(0, 0, 0, .1);height: 1px;position: absolute;left: 20%;right: 20%;top: 45%;}
.ser_03 .swiper-pagination span{background: #0082D9;}
.ser_03 .swiper-button-prev,
.ser_03 .swiper-button-next {
  width: 58px;
  height: 58px;
  transition: all 0.3s;
  border-radius: 50%;
  background-color: #e0e0e0;
  transform: translateY(-50%);
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ser_03 .row03 .row03_r .swiper-button-prev img,
.ser_03 .row03 .row03_r .swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ser_03 .row03 .row03_r .img2 {
  display: none;
}
.ser_03 .row03 .row03_r .swiper-button-prev {
  left: -5.2083vw;
}
.ser_03 .row03 .row03_r .swiper-button-prev::after {
  content: '';
  display: block;
}
.ser_03 .swiper-button-prev:hover,
.ser_03 .swiper-button-next:hover{
	background: #0082D9;
}
.ser_03 .swiper-button-prev:hover svg{
  fill: white;
}
.ser_03 .row03 .row03_r .swiper-button-prev:hover .img1 {
  display: none;
}
.ser_03 .row03 .row03_r .swiper-button-prev:hover .img2 {
  display: block;
}
.ser_03 .row03 .row03_r .swiper-button-next {
  right: -5.2083vw;
}
.ser_03 .swiper-button-next:hover svg{
  fill: white;
}
.ser_03 .row03 .row03_r .swiper-button-next:hover .img1 {
  display: none;
}
.ser_03 .row03 .row03_r .swiper-button-next:hover .img2 {
  display: block;
}
.ser_03 .row03 .row03_r .swiper-slide {
  padding: 10px;
}
.ser_03 .row03 .row03_r .box {
  display: block;
  text-align: center;
  transition: all 0.3s;
}
.ser_03 .row03 .row03_r .box .img {
 /* width: 23.9583vw;
  height: 23.0208vw; */
}
.ser_03 .row03 .row03_r .box .text {
  display: block;
  font-size: 20px;
  font-family: pingFangM;
  color: #fff;
  line-height: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.ser_04 {
  background: none;
}
.ser_04 .row02 .row02_top h1 {
  color: #000;
}
.ser_04 .row02 .row02_top p {
  color: #4e4d4d;
}
.ser_04 .row02 .Box .Box_con .conbox ul li span {
  color: #000;
}
.ser_04 .row02 .swiper-slide .text {
  color: #000;
}
.ser_04 .row02 .swiper-button-prev,
.ser_04 .row02 .swiper-button-next {
  background-color: #e0e0e0;
}
.ser_04 .carousel-p{color: black;}

@media (max-width: 1200px){
	.ser_03 .row03{
		flex-direction: column;
	}
	.ser_03 .row03 .row03_l h1{
		text-align: center;
	}
	.ser_03 .row03 .row03_l h1::after{
		left: 50%;
		transform: translateX(-50%);
	}
	.ser_03 .row03 .row03_l .l_txt{
		text-align: center;
	}
}
.row02_top .detail{
	font-size:18px;
}