﻿* {
  margin: 0;
  padding: 0;
}
body,
html {
  height: 100%;
  position: relative;
  width: 100%;
}
img {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hamburger {
  display: none;
}
.center{
  width: 1400px;
}
.headerBox:hover{
  background-color: #FFFFFF;
}
.headerBox:hover>.headerInnerBox .headerNav .one-li a span,
.headerBox:hover>.headerInnerBox .language .language-ul li a,
.headerBox:hover>.headerInnerBox .language .language-ul li .two-ul li a{
  color: #333333;
}
.headerBox:hover>.headerInnerBox.headerInnerBox .right .headerNav .active a span{
  color: #1D3194;
}
.headerBox:hover>.headerInnerBox .headerNav .one-li a::after{
  background-color: #1D3194;
}
.headerBox:hover>.headerInnerBox .logo img:last-of-type{
  display: block !important;
}
.headerBox:hover>.headerInnerBox .logo img:first-of-type{
  display: none !important;
}
.headerBox:hover>.headerInnerBox .language img:last-of-type{
  display: block !important;
}
.headerBox:hover>.headerInnerBox .language img:first-of-type{
  display: none !important;
}
.headerBox.active{
  background-color: #FFFFFF;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
.headerBox.active .headerInnerBox .headerNav .one-li a span,
.headerBox.active .headerInnerBox .language .language-ul li a,
.headerBox.active .headerInnerBox .language .language-ul li .two-ul li a{
  color: #333333;
}
.headerBox.active .headerInnerBox.headerInnerBox .right .headerNav .active a span{
  color: #1D3194;
}
.headerBox.active .headerInnerBox .headerNav .one-li a::after{
  background-color: #1D3194;
}
.headerBox.active .headerInnerBox .logo img:last-of-type{
  display: block !important;
}
.headerBox.active .headerInnerBox .logo img:first-of-type{
  display: none !important;
}
.headerBox.active .headerInnerBox .language img:last-of-type{
  display: block !important;
}
.headerBox.active .headerInnerBox .language img:first-of-type{
  display: none !important;
}
.headerBox{
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9;
  transition: 0.3s;
}
.headerBox .headerInnerBox{
  height: 80px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}
.headerInnerBox .logo{
  width: 209px;
  height: 36px;
}
.headerInnerBox .logo img{
  display: none;
  height: 100%;
}
.headerInnerBox .right{
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
}
.headerInnerBox .right .headerNav{
  display: flex;
  display: -webkit-flex;
  height: 100%;
  margin-right: 90px;
}
.headerInnerBox .right .headerNav .one-li{
  /* position: relative; */
  height: 100%;
}
.headerInnerBox .right .headerNav .one-li:not(:last-of-type){
  margin-right: 60px;
}
.headerInnerBox .right .headerNav .one-li>a{
  /* border: 1px solid red; */
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  /*justify-content: center;*/
  /*-webkit-justify-content: center;*/
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
  padding-top: 30px;
}
.headerInnerBox .right .headerNav .one-li>a span{
  font-size: 18px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #FFFFFF;
  transition: 0.3s;
}
.headerInnerBox .right .headerNav .one-li>a::after{
  display: block;
  content: '';
  width: 0px;
  background-color: #FFFFFF;
  height: 2px;
  margin-top: 10px;
  transition: 0.3s;
}
.headerInnerBox .right .headerNav .active>a::after{
  width: 29px;
}
.headerInnerBox .right .headerNav .one-li:hover>a::after{
  width: 29px;
}
.headerInnerBox .right .headerNav .one-li:hover>a span{
  color: #1D3194;
}
.headerInnerBox .right .headerNav .one-li:hover>.two-box{
  height: max-content;
  padding: 30px 0;
  border-top: 1px solid #EBEBEB;
}
.headerInnerBox .right .headerNav .one-li .two-box{
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 0px;
  overflow: hidden;
  background-color: #FFFFFF;
  padding: 0px 0;
  transition: 0.3s;
}
.headerInnerBox .right .headerNav .one-li .two-box .container{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 0 auto;
}
.headerInnerBox .right .headerNav .one-li .two-box .img-box{
  width: 280px;
  border-radius: 6px;
  overflow: hidden;
  height: 210px;
}
.headerInnerBox .right .headerNav .one-li .two-box .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.headerInnerBox .right .headerNav .one-li .two-box .left{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.headerInnerBox .right .headerNav .one-li .two-box  .left .content{
  margin-left: 48px;
}
.headerInnerBox .right .headerNav .one-li .two-box  .left .phone-text {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.headerInnerBox .right .headerNav .one-li .two-box  .left .phone-text i{
  font-size: 24px;
  color: #666666;
}
.headerInnerBox .right .headerNav .one-li .two-box  .left .phone-text span{
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  font-family: Source Han Sans SC;
  margin-left: 10px;
}
.headerInnerBox .right .headerNav .one-li .two-box  .left .phone{
  font-size: 34px;
  font-weight: 400;
  color: #333333;
  font-family: Arial;
  margin-top: 20px;
}
.headerInnerBox .right .headerNav .one-li .two-box .line{
  width: 1px;
  background: #EBEBEB;
  height: 210px;
}
.headerInnerBox .right .headerNav .one-li .two-box .right{
  /* border: 1px solid red; */
  width: 750px;
}
.headerInnerBox .right .headerNav .one-li .two-box .right ul{
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.headerInnerBox .right .headerNav .one-li .two-box .right ul li{
  margin-bottom: 30px;
  margin-right: 150px;
  width: calc((100% - 300px) / 3);
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.headerInnerBox .right .headerNav .one-li .two-box .right ul li:hover>a{
  color: #1D3194;
  border-bottom-color: #1D3194;
}
.headerInnerBox .right .headerNav .one-li .two-box .right ul li:nth-of-type(3n){
  margin-right: 0px;
}
.headerInnerBox .right .headerNav .one-li .two-box .right ul li a{
  display: block;
  width: fit-content;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  font-family: Source Han Sans SC;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}
.headerInnerBox .right .language{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.headerInnerBox .right .language img{
  display: none;
  width: 24px;
  height: 24px;
}
.headerInnerBox .right .language .language-ul{
  margin-left: 5px;
}
.headerInnerBox .right .language .language-ul>li{
  width: 50px;
  height: 30px;
  position: relative;
}
.headerInnerBox .right .language .language-ul>li>a{
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  /* background-color: red; */
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Source Han Sans SC;
  transition: 0.3s;
}
.headerInnerBox .right .language .language-ul li .two-ul{
  background-color: #FFFFFF;
}
.headerInnerBox .right .language .language-ul li .two-ul li{
  width: 50px;
  height: 0px;
  transition: 0.3s;
  overflow: hidden;
}
.headerInnerBox .right .language .language-ul li .two-ul li a{
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Source Han Sans SC;
  /* background-color: #FFFFFF; */
  transition: 0.3s;
}
.headerInnerBox .right .language .language-ul li:hover>.two-ul>li{
  height: 30px;
}
.mySwiper .s-c{
  width: 100%;
  height: 100vh;
}
.mySwiper .s-c img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiper .s-c .item{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
}
.mySwiper .s-c .item h3{
  font-size: 60px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: Source Han Sans SC;
}
.mySwiper .s-c .item h5{
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Source Han Sans SC;
}
.mySwiper .s-c .item h6{
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Montserrat;
  margin: 35px 0 100px 0;
}
.mySwiper .s-c .item a{
  display: block;
  width: 145px;
  background-color: #FFFFFF;
  /* border-radius: 6px; */
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  font-weight: 400;
  color: #3F6FD2;
  font-family: Source Han Sans SC;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s;
}
.mySwiper .s-c .item a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #1D3194;
  transition: 0.3s;
}
.mySwiper .s-c .item a:hover::before{
  width: 100%;
}
.mySwiper .s-c .item a:hover{
  color: #FFFFFF;
  background-color: transparent;
}
.mySwiper .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: #BEBEBE;
}
.mySwiper .swiper-pagination-bullet-active{
  background-color: #FFFFFF;
}
.mySwiper .swiper-pagination{
  bottom: 50px;
}
.i-index1Box{
  width: 100%;
  height: 100vh;
  position: relative;
  background: url('../image/i-2.jpg') no-repeat center / cover;
}
.i-index1Box .i-index1InnerBox{
  margin: 0 auto;
  height: 100%;
}
.i-index1InnerBox .left{
  width: 650px;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
}
.public-title .public-h3{
  font-size: 36px;
  font-family: Source Han Sans SC;
  font-weight: bold;
  color: #333333;
}
.public-title .public-p{
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  font-family: Arial;
  margin: 8px 0 15px 0;
}
.public-title .public-line{
  width: 54px;
  background: #1D3194;
  height: 4px;
}
.i-index1InnerBox .left h6{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  font-family: Source Han Sans SC;
  margin: 30px 0;
}
.i-index1InnerBox .left a{
  width: 145px;
  /* border-radius: 6px; */
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #1D3194;
  font-family: Source Han Sans SC;
  border: 1px solid #aaa9a9;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  overflow: hidden;
}
.i-index1InnerBox .left a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #1D3194;
  transition: 0.3s;
}
.i-index1InnerBox .left a:hover::before{
  width: 100%;
}
.i-index1InnerBox .left a:hover{
  border-color: #1D3194;
  color: #FFFFFF;
}
.i-index1InnerBox .left .video-box{
  width: 500px;
  height: 300px;
  position: relative;
  margin-top: 40px;
  overflow: hidden;
}
.i-index1InnerBox .left .video-box:hover>i{
  transform: translate(-50%,-50%) rotate(360deg);
}
.i-index1InnerBox .left .video-box:hover> video{
  transform: scale(1.03);
}
.i-index1InnerBox .left .video-box video{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.i-index1InnerBox .left .video-box i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  font-size: 40px;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.5s;
}
.i-index1InnerBox .right{
  position: absolute;
  height: 100%;
  right: 0px;
  top: 0px;
  width: 45%;
}
.i-index1InnerBox .right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i-index2Box{
  width: 100%;
  height: 100vh;
  background: url('../image/i-3.jpg') no-repeat center / cover;
  /* display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center; */
  position: relative;
}
.i-index2Box .i-index2InnerBox{
  margin: 0 auto;
  padding-top: 150px;
}
.i-index2InnerBox .top-swiper-box .swiper-slide{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.i-index2InnerBox .top-swiper-box .swiper-slide .left{
  width: 450px;
}
.i-index2InnerBox .top-swiper-box .swiper-slide .left .public-h3,
.i-index2InnerBox .top-swiper-box .swiper-slide .left .public-p{
  color: #FFFFFF;
}
.i-index2InnerBox .top-swiper-box .swiper-slide .left .public-line{
  background-color: #FFFFFF;
}
.i-index2InnerBox .top-swiper-box .swiper-slide .left .text{
  margin: 40px 0;
}
.i-index2InnerBox .top-swiper-box .swiper-slide .left .text h3{
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  font-family: Source Han Sans SC;
}
.i-index2InnerBox .top-swiper-box .swiper-slide .left .text p{
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
  font-family: Source Han Sans SC;
  margin-top: 25px;
}
.i-index2InnerBox .top-swiper-box .swiper-slide .left a{
  width: 145px;
  border: 1px solid #FFFFFF;
  height: 42px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Source Han Sans SC;
   line-height: 42px;
   text-align: center;
   display: block;
   overflow: hidden;
   position: relative;
   z-index: 1;
   transition: 0.3s;
}
.i-index2InnerBox .top-swiper-box .swiper-slide .left a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 0px;
  height: 100%;
  background-color: #1D3194;
  transition: 0.3s;
}
.i-index2InnerBox .top-swiper-box .swiper-slide .left a:hover{
  color: #FFFFFF;
  border-color: #1D3194;
}
.i-index2InnerBox .top-swiper-box .swiper-slide .left a:hover::before{
  width: 100%;
}
.i-index2InnerBox .top-swiper-box .swiper-slide .right{
  /*width: 620px;*/
  /*height: 465px;*/
  /*background: #FFFFFF;*/
  width: 620px;
  height: 465px;
  border: 10px solid #FFFFFF;
  border-radius: 10px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  overflow: hidden;
}
.i-index2InnerBox .top-swiper-box .swiper-slide .right img{
  /*max-width: 100%;*/
  /*max-height: 100%;*/
  /*width: 70%;*/
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.i-index2InnerBox .top-swiper-box .swiper-slide .right:hover>img{
  transform: scale(1.05);
}
.i-index2InnerBox .bottom-swiper-box{
  /* margin-top: 50px; */
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.i-index2InnerBox .bottom-swiper-box .swiper-container{
  padding-top: 15px;
}
.i-index2InnerBox .bottom-swiper-box .swiper-slide{
  background-color: #FFFFFF;
  height: 105px;
}
.i-index2InnerBox .bottom-swiper-box .content{
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.i-index2InnerBox .bottom-swiper-box .content::before{
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 0px;
  height: 100%;
  background-color: #1D3194;
  transition: 0.3s;
}
.i-index2InnerBox .bottom-swiper-box .content .img-box{
  position: relative;
  z-index: 2;
}
.i-index2InnerBox .bottom-swiper-box .content .img-box img{
  width: 20px;
  height: 26px;
}
.i-index2InnerBox .bottom-swiper-box .content .img-box img:last-of-type{
  display: none;
}
.i-index2InnerBox .bottom-swiper-box .content p{
  width: 95%;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  font-family: Source Han Sans SC;
  margin-top: 10px;
  text-align: center;
  transition: 0.3s;
}
.i-index2InnerBox .bottom-swiper-box .content .box{
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  background-color: transparent;
  transition: 0.3s;
  z-index: 1;
}
.i-index2InnerBox .bottom-swiper-box .content .box::before{
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 0px;
  height: 100%;
  background-color: #1D3194;
  transition: 0.3s;
}
.i-index2InnerBox .bottom-swiper-box .content:hover>.box::before{
  width: 100%;
}
.i-index2InnerBox .bottom-swiper-box .content:hover>.img-box img:last-of-type{
  display: block;
}
.i-index2InnerBox .bottom-swiper-box .content:hover>.img-box img:first-of-type{
  display: none;
}
.i-index2InnerBox .bottom-swiper-box .content:hover> p{
  color: #FFFFFF;
}
.i-index2InnerBox .bottom-swiper-box .swiper-slide-thumb-active .content p{
  color: #FFFFFF;
}
.i-index2InnerBox .bottom-swiper-box .swiper-slide-thumb-active .content .img-box img:last-of-type{
  display: block;
}
.i-index2InnerBox .bottom-swiper-box .swiper-slide-thumb-active .content .img-box img:first-of-type{
  display: none;
}
.i-index2InnerBox .bottom-swiper-box .swiper-slide-thumb-active .content::before{
  width: 100%;
}
.i-index2InnerBox .bottom-swiper-box .swiper-slide-thumb-active .content .box::before{
  width: 100%;
}
.i-index4Box{
  width: 100%;
  height: 100vh;
  background: url('../image/i4-1.png') no-repeat center / cover;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.public-top{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}
.public-top .right{
  display: flex;
  display: -webkit-flex;
}
.public-top .right .prev,
.public-top .right .next{
  width: 30px;
  height: 30px;
  border: 2px solid #BFBFBF;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.public-top .right .next{
  margin-left: 20px;
}
.public-top .right .prev i,
.public-top .right .next i{
  font-size: 22px;
  color: #BFBFBF;
  transition: 0.3s;
}
.public-top .right .prev:hover,
.public-top .right .next:hover{
  border-color: #1D3194;
}
.public-top .right .prev:hover>i,
.public-top .right .next:hover>i{
  color: #1D3194;
}
.i-index4InnerBox .content{
  display: flex;
  display: -webkit-flex;
  margin-top: 50px;
}
.i-index4InnerBox .content .item.active{
  width: 45%;
}
.i-index4InnerBox .content .item{
  margin-right: 25px;
  width: calc((55% - 50px) / 2);
  height: 500px;
  overflow: hidden;
  border-radius: 10px;
  transition: 0.3s;
  position: relative;
}
.i-index4InnerBox .content .item:nth-of-type(3n){
  margin-right: 0px;
}
.i-index4InnerBox .content .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(80%);
}
.i-index4InnerBox .content .item .title{
  width: 90%;
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  font-size: 22px;
  font-weight: 500;
  color: #FFFFFF;
  font-family: Source Han Sans SC;
}
.i-index4InnerBox .content .item .flow-content{
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 90%;
  height: 100%;
  display: none;
}
.i-index4InnerBox .content .item .flow-content h3{
  font-size: 22px;
  font-weight: 500;
  color: #FFFFFF;
  font-family: Source Han Sans SC;
  margin-top: 100px;
}
.i-index4InnerBox .content .item .flow-content p{
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
  font-family: Source Han Sans SC;
  margin-top: 40px;
}
.i-index4InnerBox .content .item .flow-content a{
  display: block;
  width: 145px;
  border: 1px solid #FFFFFF;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Source Han Sans SC;
  position: absolute;
  left: 0px;
  bottom: 40px;
  z-index: 1;
  transition: 0.3s;
}
.i-index4InnerBox .content .item .flow-content a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 0px;
  height: 100%;
  background-color: #1D3194;
  transition: 0.3s;
}
.i-index4InnerBox .content .item .flow-content a:hover{
  border-color: #1D3194;
}
.i-index4InnerBox .content .item .flow-content a:hover::before{
  width: 100%;
}
.i-index4InnerBox .content .item.active .flow-content{
  display: block;
}
.i-index4InnerBox .content .item.active .title{
  display: none;
}
.i-index5Box{
  width: 100%;
  height: 100vh;
  background: url('../image/i5-4.jpg') no-repeat center / cover;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.i-index5InnerBox .my-news-swiper{
   margin-top: 50px;
}
.i-index5InnerBox .my-news-swiper .content{
  width: 100%;
}
.i-index5InnerBox .my-news-swiper .content .img-box{
  width: 100%;
  height: 300px;
}
.i-index5InnerBox .my-news-swiper .content .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i-index5InnerBox .my-news-swiper .content .line{
  width: 100%;
  height: 2px;
  background: #ADB9D1;
  margin: 15px 0;
  position: relative;
  z-index: 1;
}
.i-index5InnerBox .my-news-swiper .content .line::before{
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 0px;
  height: 100%;
  background-color: #1D3194;
  transition: 0.3s; 
}
.i-index5InnerBox .my-news-swiper .content:hover>.line::before{
  width: 100%;
}
.i-index5InnerBox .my-news-swiper .content .time{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  font-family: Source Han Sans SC;
}
.i-index5InnerBox .my-news-swiper .content h3{
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  font-family: Source Han Sans SC;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 15px 0;
}
.i-index5InnerBox .my-news-swiper .content .text{
  height: 65px;
}
.i-index5InnerBox .my-news-swiper .content .text span{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 31px;
  font-family: Source Han Sans SC;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.i-index5InnerBox .my-news-swiper .content a{
  display: block;
  width: 145px;
  height: 42px;
  border: 1px solid #1D3194;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #1D3194;
  font-family: Source Han Sans SC;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  margin-top: 25px;
}
.i-index5InnerBox .my-news-swiper .content a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 0px;
  height: 100%;
  background-color: #1D3194;
  transition: 0.3s;
}
.i-index5InnerBox .my-news-swiper .content a:hover{
  color: #FFFFFF;
}
.i-index5InnerBox .my-news-swiper .content a:hover::before{
  width: 100%;
}
.i-index6Box{
  width: 100%;
  height: 100vh;
  background: url('../image/i6-bg.jpg') no-repeat center / cover;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.i-index6InnerBox .public-h3,
.i-index6InnerBox .public-p{
  color: #FFFFFF;
  text-align: center;
}
.i-index6InnerBox .public-line{
  margin: 0 auto;
}
.i-index6InnerBox .text{
  margin-top: 30px;
}
.i-index6InnerBox .text p{
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
  font-family: Source Han Sans SC;
  text-align: center;
}
.i-index6InnerBox .my-buddy-swiper{
  margin-top: 50px;
  padding-bottom: 50px;
}
.i-index6InnerBox .my-buddy-swiper ul{
  width: 100%;
}
.i-index6InnerBox .my-buddy-swiper ul li{
  margin-top: 17px;
  width: 100%;
}
.i-index6InnerBox .my-buddy-swiper ul li a{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  width: 100%;
  height: 100px;
  background-color: #FFFFFF;
  border-radius: 6px;
  overflow: hidden;
}
.i-index6InnerBox .my-buddy-swiper ul li a img{
  max-width: 100%;
  max-height: 100%;
}
.i-index6InnerBox .my-buddy-swiper .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: #BEBEBE;
}
.i-index6InnerBox .my-buddy-swiper .swiper-pagination-bullet-active{
  background-color: #FFFFFF;
}
/* about */
.top-banner{
  width: 100%;
  height: 650px;
  position: relative;
}
.top-banner .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(80%);
}
.top-banner .content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.top-banner .content h3{
  font-size: 50px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: Source Han Sans SC;
}
.top-banner .content h6{
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Source Han Sans SC;
  margin-top: 30px;
}
.top-banner .t-b-nav{
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.top-banner .t-b-nav p,
.top-banner .t-b-nav span,
.top-banner .t-b-nav a{
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Source Han Sans SC;
}
.top-banner .t-b-nav a{
  width: 56px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.top-banner .t-b-nav span{
  margin: 0 10px;
}
/*.at .content h3{*/
/*  text-align: right;*/
/*}*/
.table{
  width: 100%;
  border-bottom: 1px solid #EBEBEB;
}
.table ul{
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.table ul li.active{
  border-bottom-color: #1D3194;
}
.table ul li.active a{
  color: #1D3194;
  font-weight: 500;
}
.table ul li{
  border-bottom: 2px solid transparent;
  height: 78px;
  transition: 0.3s;
}
.table ul li:hover{
  border-bottom-color: #1D3194;
}
.table ul li:hover>a{
  color: #1D3194;
  font-weight: 500;
}
.table ul li a{
  display: block;
  height: 100%;
  line-height: 78px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  font-family: Source Han Sans SC;
}
.table ul span{
  width: 1px;
  border-right: 1px solid #EBEBEB;
  height: 40px;
  margin: 0 50px;
}
.a-index1Box{
  width: 100%;
  padding: 60px 0;
}
.a-index1Box  h3{
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  font-family: Source Han Sans SC;
  margin: 0 auto;
}
.a-index1Box .a-index1InnerBox{
  margin: 30px auto 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
}
.a-index1InnerBox .left{
  width: 720px;
}
.a-index1InnerBox .left h6{
  font-size: 26px;
  font-weight: 500;
  color: #333333;
  font-family: Source Han Sans SC;
}
.a-index1InnerBox .left .line{
  width: 54px;
  background: #1D3194;
  height: 4px;
  margin: 20px 0 40px 0;
}
.a-index1InnerBox .left .text{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 36px;
  font-family: Source Han Sans SC;
}
.a-index1InnerBox .a-video-box{
  width: 600px;
  height: 340px;
  position: relative;
  overflow: hidden;
}
.a-index1InnerBox .a-video-box:hover> i{
  transform: translate(-50%,-50%) rotate(360deg);
}
.a-index1InnerBox .a-video-box:hover> video{
  transform: scale(1.03);
}
.a-index1InnerBox .a-video-box video{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.a-index1InnerBox .a-video-box i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  font-size: 40px;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.3s;
}
.a-index2Box{
  width: 100%;
  position: relative;
}
.a-index2Box .bg{
  width: 100%;
  height: 900px;
}
.a-index2Box .a-index2InnerBox{
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.a-index2InnerBox .public-title{
  position: absolute;
  left: 0px;
  top: 50px;
  z-index: 1;
}
.a-index2InnerBox .public-h3,
.a-index2InnerBox .public-p{
  color: #FFFFFF;
}
.a-index2InnerBox .public-line{
  background-color: #FFFFFF;
}
.a-index2InnerBox .my-history-swiper{
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 100px;
  z-index: 1;
}
.a-index2InnerBox .my-history-swiper .content{
  width: 90%;
  margin: 0 auto;
  height: 500px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.a-index2InnerBox .my-history-swiper .content .left{
  width: 1px;
  height: 220px;
  background-color: #b9b8b8;
  position: relative;
}
.a-index2InnerBox .my-history-swiper .content .left span{
  width: 15px;
  background: #999999;
  border-radius: 50%;
  height: 15px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: calc(-50% + 1px);
  transform: translateX(-50%);
}
.a-index2InnerBox .my-history-swiper .content .right{
  margin-left: 20px;
  width: calc(100% - 20px - 1px);
}
.a-index2InnerBox .my-history-swiper .content .right .time{
  font-size: 32px;
  font-family: Arial;
  font-weight: bold;
  color: #FFFFFF;
}
.a-index2InnerBox .my-history-swiper .content .right .text{
  margin-top: 10px;
}
.a-index2InnerBox .my-history-swiper .content .right .text p{
  font-size: 16px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
}
.a-index2InnerBox .my-history-swiper .content .right .text p:not(:first-of-type){
  margin-top: 8px;
}
.a-index2InnerBox .my-history-swiper .swiper-slide:nth-of-type(odd) .content{
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.a-index2InnerBox .my-history-swiper .swiper-slide:nth-of-type(odd) .content .left span{
  top: 0px;
  bottom: auto;
}
.a-index2InnerBox .my-history-swiper .swiper-slide.swiper-slide-active .content .left{
  background-color: #FFFFFF;
}
.a-index2InnerBox .my-history-swiper .swiper-slide.swiper-slide-active .content .left span{
  background-color: #FFFFFF;
}
.a-index3Box{
  width: 100%;
}
.a-index3Box .a-index3InnerBox{
  margin: 0 auto;
  padding: 80px 0;
}
.a-index3InnerBox .container{
  width: 1100px;
  height: 620px;
  margin: 50px auto 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  position: relative;
}
.a-index3InnerBox .container ul{
  width: 100%;
  height: 100%;
  position: relative;
}
.a-index3InnerBox .container ul li{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  width: 180px;
  height: 180px;
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: Source Han Sans SC;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  transition: 0.3s;
}
.a-index3InnerBox .container ul .zs{
  top: 0px;
  left: 60px;
  background-color: #0058B8;
  border-radius: 40px 40px 0 40px;
}
.a-index3InnerBox .container ul .zs.active{
  top: 0px;
  left: 0px;
}
.a-index3InnerBox .container ul .zx{
  bottom: 0px;
  left: 60px;
  background-color: #61D1DB;
  border-radius: 40px 0px 40px 40px;
}
.a-index3InnerBox .container ul .zx.active{
  bottom: 0px;
  left: 0px;
}
.a-index3InnerBox .container ul .ys{
  right: 60px;
  top: 0px;
  background-color: #29B1FF;
  border-radius: 40px 40px 40px 0px;
}
.a-index3InnerBox .container ul .ys.active{
  right: 0px;
  top: 0px;
}
.a-index3InnerBox .container ul .yx{
  bottom: 0px;
  right: 60px;
  background-color: #0E8BE1;
  border-radius: 0px 40px 40px 40px;
}
.a-index3InnerBox .container ul .yx.active{
  bottom: 0px;
  right: 0px;
}
.a-index3InnerBox .container .content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  width: 700px;
  background: #FFFFFF;
  box-shadow: 0px 1px 16px 0px rgba(129,129,129,0.21);
  border-radius: 60px;
  height: calc(360px - 60px);
  overflow: hidden;
  padding-top: 60px;
}
.a-index3InnerBox .container .content .box{
  display: none;
}
.a-index3InnerBox .container .content .box.active{
  display: block;
}
.a-index3InnerBox .container .content .mide{
  width: 80%;
  display: flex;
  display: -webkit-flex;
  margin: 0 auto;
}
.a-index3InnerBox .container .content .mide .left img{
  width: 140px;
  height: 140px;
}
.a-index3InnerBox .container .content .mide .right{
  margin-left: 30px;
  width: calc(100% - 140px - 30px);
}
.a-index3InnerBox .container .content .mide .right h5{
  font-size: 38px;
  font-weight: bold;
  color: #333333;
  font-family: Source Han Sans SC;
}
.a-index3InnerBox .container .content .mide .right .line{
  width: 100%;
  height: 1px;
  background-color: #DCDCDC;
  margin: 40px 0 30px 0;
}
.a-index3InnerBox .container .content .mide .right h6{
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  font-family: Source Han Sans SC;
}
.a-index7Box{
  width: 100%;
}
.a-index7Box .a-index7InnerBox{
  margin: 0 auto;
  padding: 80px 0;
}
.a-index7InnerBox ul{
  display: flex;
  display: -webkit-flex;
  margin-top: 50px;
}
.a-index7InnerBox ul li{
  margin-right: 20px;
  width: calc((100% - 60px) / 4);
}
.a-index7InnerBox ul li:hover>.img-box img{
  transform: scale(1.03);
}
.a-index7InnerBox ul li:hover>.content h3{
  color: #1D3194;
}
.a-index7InnerBox ul li:nth-of-type(4n){
  margin-right: 0px;
}
.a-index7InnerBox ul li .img-box{
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.a-index7InnerBox ul li .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.a-index7InnerBox ul li .content{
  width: 100%;
}
.a-index7InnerBox ul li .content h3{
  font-size: 20px;
  color: #333333;
  font-family: Source Han Sans SC;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  transition: 0.3s;
}
.a-index7InnerBox ul li .content h5{
  font-size: 16px;
  color: #333333;
  font-family: Source Han Sans SC;
  font-weight: 400;
  text-align: center;
  margin-top: 30px;
}
/* .a-index7InnerBox .container{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin: 50px auto 0;
  width: 1100px;
}
.a-index7InnerBox .container ul{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 300px;
  height: 300px;  
}
.a-index7InnerBox .container ul li{
  width: calc((100%) / 2);
  height: calc((100%) / 2);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.a-index7InnerBox .container ul li:nth-of-type(1n){
  border-radius: 50%  50% 0 50%;
}
.a-index7InnerBox .container ul li:nth-of-type(2n){
  border-radius: 50%  50% 50% 0;
}
.a-index7InnerBox .container ul li:nth-of-type(3n){
  border-radius: 50%  0 50% 50%;
}
.a-index7InnerBox .container ul li:nth-of-type(4n){
  border-radius: 0  50% 50% 50%;
}
.a-index7InnerBox .container ul li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.a-index7InnerBox .container ul li .title{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: Source Han Sans SC;
  width: 0%;
  height: 0%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s;
}
.a-index7InnerBox .container ul li:nth-of-type(1n) .title{
  background-color: #0058B8;
}
.a-index7InnerBox .container ul li:nth-of-type(2n) .title{
  background-color: #29B1FF;
}
.a-index7InnerBox .container ul li:nth-of-type(3n) .title{
  background-color: #61D1DB;
}
.a-index7InnerBox .container ul li:nth-of-type(4n) .title{
  background-color: #0E8BE1;
}
.a-index7InnerBox .container ul li.active .title{
  width: 100%;
  height: 100%;
  opacity: 1;
}
.a-index7InnerBox .container .right{
  width: calc(100% - 300px - 100px);
  margin-left: 100px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.a-index7InnerBox .container .right .item{
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
}
.a-index7InnerBox .container .right .item .content{
  display: flex;
  display: -webkit-flex;
  margin-top: 10px;
}
.a-index7InnerBox .container .right .item .content h3{
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  font-family: Source Han Sans SC;
  writing-mode:vertical-lr;
}
.a-index7InnerBox .container .right .item .content h5{
  writing-mode:vertical-lr;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  font-family: Source Han Sans SC;
  margin-left: 5px;
}
.a-index7InnerBox .container .right .item .img-box{
  width: 67px;
  height: 67px;
}
.a-index7InnerBox .container .right .item .img-box img{
  width: 100%;
  height: 100%;
} */
.a-index4Box{
  background: url('../image/i5-4.jpg') no-repeat center / cover;
}
.a-index4Box .a-index4InnerBox{
  margin: 0 auto;
  padding: 60px 0;
}
.a-index4InnerBox .my-team-swiper{
  margin-top: 50px;
  padding-bottom: 60px;
}
.a-index4InnerBox .my-team-swiper .swiper-slide{
  background-color: #FFFFFF;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  height: 405px;
}
.a-index4InnerBox .my-team-swiper .content{
  width: 90%;
}
.a-index4InnerBox .my-team-swiper .content .top{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.a-index4InnerBox .my-team-swiper .content .top h3{
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  font-family: Source Han Sans SC;
  transition: 0.3s;
}
.a-index4InnerBox .my-team-swiper .content .top h6{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  font-family: Source Han Sans SC;
  width: 60%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: right;
}
.a-index4InnerBox .my-team-swiper .content .line{
  width: 100%;
  height: 1px;
  background-color: #AAAAAA;
  margin: 20px 0;
  position: relative;
  z-index: 1;
}
.a-index4InnerBox .my-team-swiper .content .line::before{
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 0px;
  height: 100%;
  background-color: #1D3194;
  transition: 0.3s;
}
.a-index4InnerBox .my-team-swiper .swiper-slide:hover>.content .line::before{
  width: 100%;
}
.a-index4InnerBox .my-team-swiper .swiper-slide:hover>.content h3{
  color: #1D3194;
}
.a-index4InnerBox .my-team-swiper .content .text h5{
  height: 21px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  font-family: Source Han Sans SC;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.a-index4InnerBox .my-team-swiper .content .text h6{
  height: 46px;
  margin-top: 15px;
}
.a-index4InnerBox .my-team-swiper .content .text h6 span{
  font-size: 14px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.a-index4InnerBox .my-team-swiper .content .bottom{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  margin-top: 35px;
}
.a-index4InnerBox .my-team-swiper .content .bottom .more{
  width: 32px;
  height: 32px;
  border: 2px solid #999999;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  border-radius: 50%;
  transition: 0.3s;
}
.a-index4InnerBox .my-team-swiper .content .bottom .more:hover{
  border-color: #1D3194;
}
.a-index4InnerBox .my-team-swiper .content .bottom .more:hover>i{
  color: #1D3194;
}
.a-index4InnerBox .my-team-swiper .content .bottom .more i{
  font-size: 22px;
  color: #999999;
  transition: 0.3s;
}
.a-index4InnerBox .my-team-swiper .content .bottom .img-box{
  width: 157px;
  background: #F8F8F8;
  border-radius: 50%;
  height: 157px;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.a-index4InnerBox .my-team-swiper .content .bottom .img-box img{
  max-width: 100%;
  max-height: 100%;
}
.a-index4InnerBox .my-team-swiper .swiper-scrollbar{
  bottom: 20px;
}
.a-index4InnerBox .my-team-swiper .swiper-scrollbar-drag{
  background-color: #1D3194;
  position: relative;
}
.a-index4InnerBox .my-team-swiper .swiper-scrollbar-drag::before{
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background-color: #1D3194;
  cursor: pointer;
}
.a-index4InnerBox .container{
  position: relative;
}
.a-index4InnerBox .details-box{
  width: 100%;
  height: calc(100%);
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 18px 0px rgba(0,0,0,0.23);
  display: none;
}
.a-index4InnerBox .details-box .details-list{
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  position: relative;
}
.a-index4InnerBox .details-box i{
  font-size: 30px;
  color: #AAAAAA;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1;
}
.a-index4InnerBox .details-box .details-list .item{
  display: none;
}
.a-index4InnerBox .details-box .details{
  display: flex;
  display: -webkit-flex;
}
.a-index4InnerBox .details-box .details .left{
  width: 240px;
  height: 320px;
  overflow: hidden;
}
.a-index4InnerBox .details-box .details .left:hover>img{
  transform: scale(1.05);
}
.a-index4InnerBox .details-box .details .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.a-index4InnerBox .details-box .details .right{
  width: 540px;
  margin-left: 75px;
}
.a-index4InnerBox .details-box .details .right .top{
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.a-index4InnerBox .details-box .details .right .top h3{
  font-size: 38px;
  font-weight: 500;
  color: #333333;
  font-family: Source Han Sans SC;
  line-height: 1;
}
.a-index4InnerBox .details-box .details .right .top span{
  margin: 0 5px 0 15px;
}
.a-index4InnerBox .details-box .details .right .top span,
.a-index4InnerBox .details-box .details .right .top p{
  font-size: 16px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #333333;
}
.a-index4InnerBox .details-box .details .right .line{
  width: 100%;
  height: 1px;
  background-color: #EBEBEB;
  margin: 25px 0 55px 0;
}
/*.a-index4InnerBox .details-box .details .right .text .row{*/
/*  display: flex;*/
/*  display: -webkit-flex;*/
/*}*/
/*.a-index4InnerBox .details-box .details .right .text .row:not(:first-of-type){*/
/*  margin-top: 13px;*/
/*}*/
/*.a-index4InnerBox .details-box .details .right .text .row span{*/
/*  width: 10px;*/
/*  border: 2px solid #1D3194;*/
/*  border-radius: 50%;*/
/*  height: 10px;*/
/*  margin-top: 5px;*/
/*}*/
.a-index4InnerBox .details-box .details .right .text p:not(:first-of-type){
  margin-top: 13px;
}
.a-index4InnerBox .details-box .details .right .text p{
  font-size: 16px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  width: calc(100%);
  display: flex;
  display: -webkit-flex;
  position: relative;
  padding-left: 29px;
  /*margin-left: 15px;*/
}
.a-index4InnerBox .details-box .details .right .text p::before{
  position: absolute;
  top: 5px;
  left: 0px;
  display: block;
  content: '';
  width: 10px;
  border: 2px solid #1D3194;
  border-radius: 50%;
  height: 10px;
}
.a-index5Box{
  width: 100%;
  background: url('../image/new-a1.jpg')no-repeat fixed center / cover;
}
.a-index5Box .a-index5InnerBox{
  padding: 80px 0;
  margin: 0 auto;
}
.a-index5InnerBox .public-h3,
.a-index5InnerBox .public-p{
  text-align: center;
  color: #FFFFFF;
}
.a-index5InnerBox .public-line{
  margin: 0 auto;
  background-color: #FFFFFF;
}
.a-index5InnerBox .text{
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
  font-family: Source Han Sans SC;
  margin: 70px 0;
  text-align: center;
}
.a-index5InnerBox .my-honor-swiper{
  padding-bottom: 80px;
}
.a-index5InnerBox .my-honor-swiper .swiper-slide{
  height: 430px;
  background-color: #FFFFFF;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.a-index5InnerBox .my-honor-swiper .content{
  width: 90%;
}
.a-index5InnerBox .my-honor-swiper .content .img-box:hover> img{
  transform: scale(1.03);
}
.a-index5InnerBox .my-honor-swiper .content .img-box{
  width: 100%;
  height: 305px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  overflow: hidden;
}
.a-index5InnerBox .my-honor-swiper .content .img-box img{
  max-width: 100%;
  max-height: 100%;
  transition: 0.3s;
}
.a-index5InnerBox .my-honor-swiper .content .bottom{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 40px;
}
.a-index5InnerBox .my-honor-swiper .content .bottom .img-icon{
  width: 16px;
  height: 16px;
}
.a-index5InnerBox .my-honor-swiper .content .bottom .img-icon img{
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.a-index5InnerBox .my-honor-swiper .content .bottom h3{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  font-family: Source Han Sans SC;
  width: calc(100% - 16px - 5px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.a-index5InnerBox .my-honor-swiper .swiper-pagination-bullet{
  width: 40px;
  height: 2px;
  opacity: 0.6;
  background-color: #FFFFFF;
}
.a-index5InnerBox .my-honor-swiper .swiper-pagination-bullet-active{
  width: 103px;
  height: 2px;
  background: #FFFFFF;
  opacity: 1;
}
.a-index5InnerBox .my-honor-swiper .swiper-pagination{
  bottom: 0px;
}
.dialog{
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  display: none;
}
.dialog img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: auto;
  max-width: 100%;
  height: 70%;
  max-height: 70%;
}
.dialog.active img{
  filter: blur(1px);
}
.dialog i{
  position: absolute;
  right: 10%;
  top: 10%;
  font-size: 30px;
  color: #FFFFFF;
  cursor: pointer;
}
.a-index6Box{
  width: 100%;
  background-color: #F8F8F8;
}
.a-index6Box .a-index6InnerBox{
  margin: 0 auto;
  padding: 60px 0;
}
.a-index6InnerBox .my-buddy-swiper{
  margin-top: 50px;
  padding-bottom: 80px;
}
.a-index6InnerBox .my-buddy-swiper{
  margin-top: 50px;
  padding-bottom: 50px;
}
.a-index6InnerBox .my-buddy-swiper ul{
  width: 100%;
}
.a-index6InnerBox .my-buddy-swiper ul li{
  margin-top: 17px;
  width: 100%;
}
.a-index6InnerBox .my-buddy-swiper ul li a{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  width: 100%;
  height: 100px;
  background-color: #FFFFFF;
  border-radius: 6px;
}
.a-index6InnerBox .my-buddy-swiper ul li a img{
  max-width: 100%;
  max-height: 100%;
}
.a-index6InnerBox .my-buddy-swiper .swiper-pagination-bullet{
  width: 40px;
  height: 2px;
  opacity: 0.4;
  background-color: #1D3194;
}
.a-index6InnerBox .my-buddy-swiper .swiper-pagination-bullet-active{
  width: 103px;
  height: 2px;
  background: #1D3194;
  opacity: 1;
}
.a-index6InnerBox .my-buddy-swiper .swiper-pagination{
  bottom: 0px;
}
/* product */
.p-index1Box{
  width: 100%;
}
.p-index1Box .p-index1InnerBox{
  margin: 0 auto;
  padding: 60px 0;
}
.p-index1InnerBox .big-title{
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  color: #333333;
  font-family: Source Han Sans SC;
  margin-top: 50px;
}
.p-index1InnerBox .p-list{
  margin-top: 140px;
}
.p-index1InnerBox .p-list li{
  display: flex;
  display: -webkit-flex;
  background-color: #F8F8F8;
}
.p-index1InnerBox .p-list li:not(:first-of-type){
  margin-top: 50px;
}
.p-index1InnerBox .p-list li .left{
  width: 440px;
  height: 330px;
  position: relative;
}
.p-index1InnerBox.dxcp .p-list li .left{
  height: 450px;
}
.p-index1InnerBox .p-list li .left .my-p-swiper{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  transition: 0.3s;
}
.p-index1InnerBox .p-list li .left .my-p-swiper .s-c{
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.p-index1InnerBox .p-list li .left:hover .pd{
  transform: scale(1.03);
}
.p-index1InnerBox .p-list li .left .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-index1InnerBox .p-list li .left .pd{
  /* position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1; */
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  transition: 0.3s;
  object-fit: cover;
}
.p-index1InnerBox .p-list li .right{
  width: calc(100% - 440px);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.p-index1InnerBox .p-list li .right .content{
  width: 90%;
}
.p-index1InnerBox .p-list li .right .content h3{
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  font-family: Source Han Sans SC;
  transition: 0.3s;
}
.p-index1InnerBox .p-list li .right .content .line{
  width: 460px;
  height: 2px;
  background: #C9C9C9;
  position: relative;
  z-index: 1;
  margin: 30px 0 50px 0;
}
.p-index1InnerBox .p-list li .right .content .text{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  font-family: Source Han Sans SC;
}
.p-index1InnerBox .p-list li .right .content .line::before{
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 80px;
  height: 100%;
  background-color: #1D3194;
  transition: 0.3s;
}
.p-index1InnerBox .p-list li:hover>.right .content h3{
  color: #1D3194;
}
.p-index1InnerBox .p-list li:hover>.right .content .line::before{
  width: 100%;
}
.p-index2Box{
  width: 100%;
  background-color: #F8F8F8;
  padding: 60px 0;
}
.p-index2Box .p-index2InnerBox{
  margin: 0 auto;
}
.p-index2Box .p-list{
  margin-top: 50px;
}
.p-index2Box .p-list li:nth-of-type(odd){
  background: url('../image/p-4.jpg') no-repeat center / cover;
}
.p-index2Box ul li:nth-of-type(even){
  background: url('../image/p-5.jpg') no-repeat center / cover;
}
.p-index2Box ul li .container{
  display: flex;
  display: -webkit-flex;
  margin: 0 auto;
}
.p-index2Box ul .item1 .right,
.p-index2Box ul .item2 .left{
  width: 700px;
  height: 520px;
}
.p-index2Box ul .item1 .left{
  width: calc(100% - 700px);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
}
.p-index2Box ul .item2 .right{
  width: calc(100% - 700px - 75px);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  margin-left: 75px;
}
.p-index2Box ul .item1 .left .num{
  position: absolute;
  top: 70px;
  right: 55px;
  z-index: 1;
  font-size: 129px;
  font-weight: normal;
  color: #EBEBEB;
  font-family: Arial;
}
.p-index2Box ul .item2 .right .num{
  position: absolute;
  top: 70px;
  right: 0px;
  z-index: 1;
  font-size: 129px;
  font-weight: normal;
  color: #EBEBEB;
  font-family: Arial;
}
.p-index2Box ul .item1 .left .content,
.p-index2Box ul .item2 .right .content{
  width: 560px;
}
.p-index2Box ul .item1 .left .content h3,
.p-index2Box ul .item2 .right .content h3{
  font-size: 24px;
  font-weight: bold;
  color: #1D3194;
  font-family: Source Han Sans SC;
}
.p-index2Box ul .item1 .left .content .line,
.p-index2Box ul .item2 .right .content .line{
  width: 19px;
  background: #1D3194;
  height: 4px;
  margin: 25px 0 45px 0;
}
.p-index2Box ul .item1 .left .content .text,
.p-index2Box ul .item2 .right .content .text{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  font-family: Source Han Sans SC;
  transition: 0.3s;
}
.p-index2Box ul .item1 .left .content .text:hover,
.p-index2Box ul .item2 .right .content .text:hover{
  color: #1D3194;
}
.p-index2Box ul .item1 .right img,
.p-index2Box ul .item2 .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* product-details */
.p-c-index1Box{
  width: 100%;
}
.p-c-index1Box .p-c-index1InnerBox{
  margin: 0 auto;
  padding: 60px 0;
}
.p-c-index1InnerBox .big-title{
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  color: #333333;
  font-family: Source Han Sans SC;
  margin-bottom: 60px;
}
.p-c-index1InnerBox ul{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.p-c-index1InnerBox ul li{
  width: calc((100% - 75px) / 4);
  margin-right: 25px;
  margin-bottom: 25px;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.p-c-index1InnerBox ul li:hover>a .img-box img{
  transform: scale(1.03);
}
.p-c-index1InnerBox ul li:hover>a .text::before{
  width: 100%;
}
.p-c-index1InnerBox ul li:hover>a .text p{
  color: #FFFFFF;
}
.p-c-index1InnerBox ul li:nth-of-type(4n){
  margin-right: 0px;
}
.p-c-index1InnerBox ul li a{
  display: block;
  width: 100%;
  height: 100%;
}
.p-c-index1InnerBox ul li a .img-box{
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.p-c-index1InnerBox ul li a .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.p-c-index1InnerBox ul li a .text{
  width: 100%;
  height: 60px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  position: relative;
}
.p-c-index1InnerBox ul li a .text::before{
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #1D3194;
  transition: 0.3s;
}
.p-c-index1InnerBox ul li a .text p{
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: Source Han Sans SC;
  transition: 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
/* study */
.s-index1Box{
  width: 100%;
}
.s-index1Box .s-index1InnerBox{
  margin: 0 auto;
  padding: 60px 0;
}
.s-index1InnerBox .content{
  margin-top: 50px;
}
.s-index1InnerBox .content h3{
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  font-family: Source Han Sans SC;
}
.s-index1InnerBox .content h6{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  font-family: Source Han Sans SC;
  margin-top: 20px;
}
.s-index1InnerBox .p-list{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 50px;
}
.s-index1InnerBox .p-list li{
  margin-right: 35px;
  width: calc((100% - 70px) / 3);
  height: 330px;
  overflow: hidden;
}
.s-index1InnerBox .p-list li:nth-of-type(3n){
  margin-right: 0px;
}
.s-index1InnerBox .p-list li a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.s-index1InnerBox .p-list li a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-index1InnerBox .p-list li a .flow-text{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 52, 148, 0.8);
  left: 0px;
  bottom: -100%;
  z-index: 1;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  transition: 0.3s;
}
.s-index1InnerBox .p-list li a .flow-text h3{
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  font-family: Source Han Sans SC;
}
.s-index1InnerBox .p-list li a .flow-text h6{
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Source Han Sans SC;
  margin-top: 10px;
}
.s-index1InnerBox .p-list li:hover>a .flow-text{
  bottom: 0px;
}
.s-index1InnerBox .details{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 50px;
}
.s-index1InnerBox .details .item{
  width: 400px;
}
/*.s-index1InnerBox .details .item .row{*/
/*  display: flex;*/
/*  display: -webkit-flex;*/
/*}*/
/*.s-index1InnerBox .details .item .row:not(:first-of-type){*/
/*  margin-top: 15px;*/
/*}*/
/*.s-index1InnerBox .details .item .row span{*/
/*  width: 10px;*/
/*  border: 2px solid #1D3194;*/
/*  border-radius: 50%;*/
/*  height: 10px;*/
/*  margin-top: 5px;*/
/*}*/
.s-index1InnerBox .details .item p:not(:first-of-type){
  margin-top: 15px;
}
.s-index1InnerBox .details .item p{
  width: calc(100%);
  /*margin-left: 15px;*/
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: Source Han Sans SC;
  line-height: 24px;
  display: flex;
  display: -webkit-flex;
  position: relative;
  padding-left: 29px;
}
.s-index1InnerBox .details .item p::before{
  position: absolute;
  top: 5px;
  left: 0px;
  display: block;
  content: '';
  width: 10px;
  border: 2px solid #1D3194;
  border-radius: 50%;
  height: 10px;
  /*margin-top: 5px;*/
}
.s-index1InnerBox .n-p-list{
  margin-top: 50px;
}
.s-index1InnerBox .n-p-list li .title{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.s-index1InnerBox .n-p-list li .title .fh{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.s-index1InnerBox .n-p-list li .title .fh span:nth-of-type(1){
  width: 4px;
  background: #1D3194;
  height: 24px;
}
.s-index1InnerBox .n-p-list li .title .fh span:nth-of-type(2){
  width: 4px;
  height: 18px;
  background: #1D3194;
  opacity: 0.6;
  margin: 0 3px;
}
.s-index1InnerBox .n-p-list li .title .fh span:nth-of-type(3){
  width: 4px;
  height: 12px;
  background: #1D3194;
  opacity: 0.4;
}
.s-index1InnerBox .n-p-list li .title h3{
  margin-left: 10px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  font-family: Source Han Sans SC;
}
.s-index1InnerBox .n-p-list li .text{
  margin-top: 30px;
}
.s-index1InnerBox .n-p-list li .text p{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 36px;
  font-family: Source Han Sans SC;
}
.s-index1InnerBox .n-p-list li img{
  margin: 40px auto 0;
  max-width: 100%;
}
.s-index1InnerBox .n-p-list li:not(:first-of-type){
  margin-top: 70px;
}
.s-index2Box{
  width: 100%;
  background-color: #F8F8F8;
}
.s-index2Box .s-index2InnerBox{
  padding: 60px 0;
  margin: 0 auto;
}
.s-index2InnerBox .my-honor-swiper{
  padding-bottom: 80px;
  margin-top: 50px;
}
.s-index2InnerBox .my-honor-swiper .swiper-slide{
  height: 430px;
  background-color: #FFFFFF;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  background: url('../image/s-4.jpg') no-repeat center / cover;
  background-color: #FFFFFF;
}
.s-index2InnerBox .my-honor-swiper .content{
  width: 90%;
}
.s-index2InnerBox .my-honor-swiper .content .img-box:hover>img{
  filter: blur(1px);
}
.s-index2InnerBox .my-honor-swiper .content .img-box{
  width: 100%;
  height: 305px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  overflow: hidden;
}
.s-index2InnerBox .my-honor-swiper .content .img-box img{
  max-width: 100%;
  max-height: 100%;
  transition: 0.3s;
}
.s-index2InnerBox .my-honor-swiper .content .bottom{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 40px;
}
.s-index2InnerBox .my-honor-swiper .content .bottom .img-icon{
  width: 16px;
  height: 16px;
  margin-left: auto;
}
.s-index2InnerBox .my-honor-swiper .content .bottom .img-icon img{
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.s-index2InnerBox .my-honor-swiper .content .bottom h3{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  font-family: Source Han Sans SC;
  width: calc(100% - 16px - 5px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.s-index2InnerBox .my-honor-swiper .swiper-pagination-bullet{
  width: 40px;
  height: 2px;
  opacity: 0.4;
  background-color: #1D3194;
}
.s-index2InnerBox .my-honor-swiper .swiper-pagination-bullet-active{
  width: 103px;
  height: 2px;
  background: #1D3194;
  opacity: 1;
}
.s-index2InnerBox .my-honor-swiper .swiper-pagination{
  bottom: 0px;
}
/* recruit */
.r-index1Box{
  width: 100%;
}
.r-index1Box .r-index1InnerBox{
  margin: 0 auto;
  padding: 60px 0;
}
.r-index1InnerBox .top{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.r-index1InnerBox .top .list{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.r-index1InnerBox .top .list .row{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.r-index1InnerBox .top .list .row:first-of-type{
  margin-right: 100px;
}
.r-index1InnerBox .top .list .row .left{
  width: 51px;
  background: #E7E7E7;
  border-radius: 50%;
  height: 51px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.r-index1InnerBox .top .list .row .left i{
  color: #1D3194;
  font-size: 24px;
}
.r-index1InnerBox .top .list .row .right{
  margin-left: 15px;
}
.r-index1InnerBox .top .list .row .right span{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: Source Han Sans SC;
}
.r-index1InnerBox .top .list .row .right p{
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  font-family: Source Han Sans SC;
  margin-top: 5px;
}
.r-index1InnerBox .r-list{
  margin-top: 50px;
}
.r-index1InnerBox .r-list li:not(:first-of-type){
  margin-top: 30px;
}
.r-index1InnerBox .r-list li .hd{
  background-color: #F8F8F8;
  transition: 0.3s;
}
.r-index1InnerBox .r-list li .hd .content{
  width: 90%;
  height: 100px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.r-index1InnerBox .r-list li .hd .content .name{
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  font-family: Source Han Sans SC;
  transition: 0.3s;
}
.r-index1InnerBox .r-list li .hd .content .right{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.r-index1InnerBox .r-list li .hd .content .right .text{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: Source Han Sans SC;
  margin-right: 100px;
  transition: 0.3s;
}
.r-index1InnerBox .r-list li .hd .content .right .btn{
  width: 156px;
  background: #1D3194;
  border-radius: 24px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Source Han Sans SC;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.r-index1InnerBox .r-list li .hd .content .right .btn::before{
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #FFFFFF;
  transition: 0.3s;
}
.r-index1InnerBox .r-list li .hd .content .right .btn:hover::before{
  width: 100%;
}
.r-index1InnerBox .r-list li .hd .content .right .btn:hover{
  color: #1D3194;
  background-color: transparent;
}
.r-index1InnerBox .r-list li.active .container{
  height: max-content;
  background-color: #1D3194;
  border-top: 1px solid #8f8d8d;
  padding: 40px 0;
}
.r-index1InnerBox .r-list li.active .hd{
  background-color: #1D3194;
}
.r-index1InnerBox .r-list li.active .content .name,
.r-index1InnerBox .r-list li.active .content .right .text{
  color: #FFFFFF;
}
.r-index1InnerBox .r-list li.active .content .right .btn{
  background-color: #FFFFFF;
  color: #1D3194;
}
.r-index1InnerBox .r-list li .container{
  background-color:  #F8F8F8;
  height: 0px;
  overflow: hidden;
  transition: 0.3s;
}
.r-index1InnerBox .r-list li .container .content{
  width: 90%;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.r-index1InnerBox .r-list li .container .content .item{
  width: 40%;
}
.r-index1InnerBox .r-list li .container .content .item h3{
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  font-family: Source Han Sans SC;
}
.r-index1InnerBox .r-list li .container .content .item h3:not(:first-of-type){
  margin-top: 40px;
}
.r-index1InnerBox .r-list li .container .content .item .text{
  margin-top: 20px;
}
.r-index1InnerBox .r-list li .container .content .item .text p{
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  font-size: 16px;
}
.r-index1InnerBox .r-list li .container .content .item .text p:not(:first-of-type){
  margin-top: 10px;
}
.r-index1InnerBox .r-list li .container .content .item .text a{
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  font-size: 16px;  
  margin-top: 20px;
  display: block;
  width: 130px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background-color: #FFFFFF;
  color: #1D3194;
  border-radius: 20px;
}
/* cantact */
.c-index1Box{
  width: 100%;
}
.c-index1Box .c-index1InnerBox{
  margin: 0 auto;
  padding: 60px 0;
}
.c-index1InnerBox .map-box{
  width: 100%;
  height: 630px;
  position: relative;
  margin-top: 50px;
}
 #map{
  width: 100%;
  height: 100%;
}
#map .amap-logo{
  display: none;
  opacity: 0 !important;
}
#map .amap-copyright{
  display: none !important;
}
#map .amap-info-close{
  display: none;
}
#map .c-map-h4{
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  font-family: Source Han Sans CN;
}
#map .c-map-p{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  font-family: Source Han Sans CN;
}
.c-index1InnerBox .bottom{
  margin-top: 50px;
  border-top: 3px solid #666666;
  padding-top: 50px;
}
.c-index1InnerBox .bottom .content{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.c-index1InnerBox .bottom .content .text p{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: Source Han Sans SC;
}
.c-index1InnerBox .bottom .content .text h6{
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  font-family: Source Han Sans SC;
  margin-top: 15px;
}
.c-index1InnerBox .bottom .content i{
  font-size: 50px;
  color: #1D3194;
}
.c-index1InnerBox .bottom .line{
  width: 100%;
  height: 1px;
  background-color: #EBEBEB;
  margin: 50px 0;
}
.c-index1InnerBox .bottom .list{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.c-index1InnerBox .bottom .list .row{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.c-index1InnerBox .bottom .list .row .left{
  width: 50px;
  border-radius: 50%;
  border: 1px solid #1D3194;
  height: 50px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.c-index1InnerBox .bottom .list .row .left i{
  color: #1D3194;
  font-size: 24px;
}
.c-index1InnerBox .bottom .list .row .right{
  margin-left: 15px;
}
.c-index1InnerBox .bottom .list .row .right span{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: Source Han Sans SC;
}
.c-index1InnerBox .bottom .list .row .right p{
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  font-family: Source Han Sans SC;
  margin-top: 5px;
}
/* news */
.n-index1Box{
  width: 100%;
}
.n-index1Box .n-index1InnerBox{
  margin: 0 auto;
  padding: 60px 0;
}
.n-index1InnerBox .n-list{
  margin-top: 50px;
}
.n-index1InnerBox .n-list li{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  transition: 0.3s;
}
.n-index1InnerBox .n-list li:hover> .mide h3{
  color: #1D3194;
}
.n-index1InnerBox .n-list li:not(:first-of-type){
  margin-top: 30px;
}
.n-index1InnerBox .n-list li .left{
  width: 355px;
  height: 210px;
}
.n-index1InnerBox .n-list li .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.n-index1InnerBox .n-list li .mide{
  width: calc(100% - 355px - 38px - 80px);
}
.n-index1InnerBox .n-list li .mide h3{
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  font-family: Source Han Sans SC;
  transition: 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.n-index1InnerBox .n-list li .mide .time{
  font-size: 16px;
  font-weight: 400;
  color: #AAAAAA;
  font-family: Source Han Sans SC;
  margin: 20px 0 30px 0;
}
.n-index1InnerBox .n-list li .mide .text{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  font-family: Source Han Sans SC;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.n-index1InnerBox .n-list li a{
  width: 38px;
  height: 38px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  background-color: #DADADA;
  border-radius: 50%;
}
.n-index1InnerBox .n-list li a i{
  font-size: 20px;
  color: #FFFFFF;
}
.n-index1InnerBox .n-list li:hover{
  transform: scale(1.03);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
  /*padding: 20px;*/
}
/* n-details */
.n-d-index1Box{
  width: 100%;
}
.n-d-index1Box .n-d-index1InnerBox{
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.n-d-index1InnerBox .left{
  width: 995px;
}
.n-d-index1InnerBox .left h4{
  font-size: 26px;
  font-weight: bold;
  color: #1D3194;
  font-family: Source Han Sans SC;
}
.n-d-index1InnerBox .left .time{
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  font-family: Source Han Sans SC;
  margin-top: 25px;
}
.n-d-index1InnerBox .left .line{
  width: 100%;
  background: #EBEBEB;
  height: 1px;
  margin: 30px 0;
}
.n-d-index1InnerBox .left .content p{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  font-family: Source Han Sans SC;
}
.n-d-index1InnerBox .left .content p img{
  max-width: 100%;
  margin: 0 auto;
}
.n-d-index1InnerBox .left .content p:not(:first-of-type){
  margin-top: 30px;
}
.n-d-index1InnerBox .left .bottom{
  width: 700px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  padding: 25px 0;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  margin-top: 100px;
}
.n-d-index1InnerBox .left .bottom .b-l{
  width: calc(100% - 180px - 10px);
}
.n-d-index1InnerBox .left .bottom .b-l a{
  display: block;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  font-family: Source Han Sans SC;
}
.n-d-index1InnerBox .left .bottom .b-l a:last-of-type{
  margin-top: 15px;
  /* color: #449516; */
}
.n-d-index1InnerBox .left .bottom .back{
  width: 154px;
  background: #C9C9C9;
  border-radius: 25px;
  height: 50px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  overflow: hidden;
  cursor: pointer;
}
.n-d-index1InnerBox .left .bottom .back .jt{
  width: 50px;
  background: #1D3194;
  border-radius: 50%;
  height: 50px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.n-d-index1InnerBox .left .bottom .back .jt i{
  font-size: 18px;
  color: #FFFFFF;
}
.n-d-index1InnerBox .left .bottom .back p{
  width: calc(100% - 50px);
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Source Han Sans SC;
  line-height: 50px;
  text-align: center;
}
.n-d-index1InnerBox .right{
  width: 360px;
  background-color: #F8F8F8;
  padding: 30px 0;
  height: max-content;
}
.n-d-index1InnerBox .right .content{
  width: 90%;
  margin: 0 auto;
}
.n-d-index1InnerBox .right .content .title{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.n-d-index1InnerBox .right .content .title span{
  width: 4px;
  background: #1D3194;
  height: 18px;
}
.n-d-index1InnerBox .right .content .title p{
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  font-family: Source Han Sans SC;
  margin-left: 15px;
}
.n-d-index1InnerBox .right .content .line{
  width: 100%;
  background: #000000;
  height: 1px;
  margin: 20px 0 0 0;
}
.n-d-index1InnerBox .right .content ul li a{
  display: block;
}
.n-d-index1InnerBox .right .content ul li a h4{
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  font-family: Source Han Sans SC;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.n-d-index1InnerBox .right .content ul li a img{
  width: 100%;
  height: 230px;
  object-fit: cover;
  margin: 15px 0 0 0;
}
.n-d-index1InnerBox .right .content ul li a h6{
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  font-family: Source Han Sans SC;
  margin: 15px 0 0 0;
}
.n-d-index1InnerBox .right .content ul li a .time{
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  font-family: Source Han Sans SC;
  margin-top: 15px;
}
.n-d-index1InnerBox .right .content ul li:last-of-type{
  padding-top: 20px;
}
.n-d-index1InnerBox .right .content ul li:not(:last-of-type){
  padding: 20px 0;
  border-bottom: 1px solid #EBEBEB;
}
/* 分页 */
.page {
  /* border: 1px solid red; */
  width: 100%;
  margin-top: 50px;
}
.page .el-pagination {
  text-align: center;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0px;
}
.page .el-pagination .btn-prev {
  width: 75px;
  height: 35px;
  margin-right: 5px;
  padding: 0;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
}
.page .el-pagination .btn-next {
  padding: 0;
  width: 75px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  height: 35px;
}
.page .el-pagination .btn-prev .el-icon-arrow-left:before {
  font-size: 14px;
  content: '首页';
  color: #222222;
  font-weight: normal;
}
.page .el-pagination .btn-next .el-icon-arrow-right:before {
  font-size: 14px;
  content: '末页';
  color: #222222;
  font-weight: normal;
}
.page .el-pager li {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #ffffff;
  border: 1px solid #d2d2d2 !important;
  border-radius: 4px;
  margin-right: 5px;
  padding: 0px;
}
.page .el-pager li.active {
  background-color: #005097;
  color: #ffffff;
}
.page .el-pagination .el-pager li:hover {
  color: #005097 !important;
}
.page .el-pagination .el-pager .btn-quicknext:hover {
  color: #005097;
}
/* footer */
.footerBox{
  width: 100%;
  background-color: #404040;
}
.footerBox .footerInnerBox{
  margin: 0 auto;
}
.footerInnerBox .top{
  padding: 25px 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
}
.footerInnerBox .top .img-box{
  width: 209px;
  height: 36px;
}
.footerInnerBox .top .img-box img{
  height: 100%;
}
.footerInnerBox .top .right{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.footerInnerBox .top .right .box p{
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #9e9d9d;;
  font-family: Source Han Sans SC;
}
.footerInnerBox .top .right .item{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #666666;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  position: relative;
}
.footerInnerBox .top .right .item .flow-img{
  position: absolute;
  top: -106px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background-color: #FFFFFF;
  padding: 3px;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
  display: none;
}
.footerInnerBox .top .right .item .flow-img img{
  width: 100%;
  height: 100%;
}
.footerInnerBox .top .right .box:not(:last-of-type){
  margin-right: 18px;
}
.footerInnerBox .top .right .item:hover>.hide{
  display: block;
}
.footerInnerBox .top .right .item:hover>.show{
  display: none;
}
.footerInnerBox .top .right .item>img{
  max-width: 100%;
  max-height: 100%;
}
.footerInnerBox .top .right .item>img:last-of-type{
  display: none;
}
.footerInnerBox .top .right .item:hover>.flow-img{
  display: block;
}
.footerInnerBox .mide{
  padding: 50px 0;
  border-top: 1px solid #9C9C9C;
  border-bottom: 1px solid #9C9C9C;
}
.footerInnerBox .mide .container{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.footerInnerBox .mide .container .left .title{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.footerInnerBox .mide .container .left .title i{
  font-size: 24px;
  color: #FFFFFF;
}
.footerInnerBox .mide .container .left .title span{
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Source Han Sans SC;
  margin-left: 10px;
}
.footerInnerBox .mide .container .left .phone{
  font-size: 34px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Arial;
  margin: 20px 0 30px 0;
}
.footerInnerBox .mide .container .left .qr h6{
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Source Han Sans SC;
}
.footerInnerBox .mide .container .left .qr .box{
  display: flex;
  display: -webkit-flex;
  margin-top: 10px;
}
.footerInnerBox .mide .container .left .qr .box .item:last-of-type{
  margin-left: 25px;
}
.footerInnerBox .mide .container .left .qr .box .item img{
  width: 90px;
  height: 90px;
}
.footerInnerBox .mide .container .left .qr .box .item p{
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Source Han Sans SC;
  margin-top: 5px;
}
.footerInnerBox .mide .container .right{
  display: flex;
  display: -webkit-flex;
}
.footerInnerBox .mide .container .right li:not(:last-of-type){
  margin-right: 70px;
}
.footerInnerBox .mide .container .right li h3 a{
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Source Han Sans SC;
}
.footerInnerBox .mide .container .right li .content{
  margin-top: 20px;
}
.footerInnerBox .mide .container .right li .content a{
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #9e9d9d;
  font-family: Source Han Sans SC;
  text-align: center;
}
.footerInnerBox .mide .container .right li .content a:not(:first-of-type){
  margin-top: 10px;
}
.footerInnerBox .mide .bottom{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 40px;
}
.footerInnerBox .mide .bottom p{
  font-size: 16px;
  font-weight: 400;
  color: #9e9d9d;
  font-family: Source Han Sans SC;
}
.footerInnerBox .link{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 20px 0;
}
.footerInnerBox .link a{
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #9e9d9d;
}
@media only screen and (max-width:1560px) {
  .center{
    /* border: 1px solid red; */
    width: 1000px;
  }
  .headerInnerBox .right .headerNav .one-li>a{
    padding-top: 25px;
  }
  .headerInnerBox .right .headerNav .one-li>a span{
    font-size: 16px;
  }
  .headerInnerBox .right .headerNav .one-li:not(:last-of-type){
    margin-right: 30px;
  }
  .headerInnerBox .right .headerNav{
    margin-right: 50px;
  }
  .headerBox .headerInnerBox{
    height: 70px;
  }
  .headerInnerBox .right .headerNav .one-li .two-box .right ul li a{
    font-size: 16px;
  }
  .headerInnerBox .right .headerNav .one-li .two-box .img-box{
    width: 250px;
    height: 180px;
  }
  .headerInnerBox .right .headerNav .one-li .two-box .line{
    height: 180px;
  }
  .headerInnerBox .right .headerNav .one-li .two-box .right{
    width: 450px;
  }
  .headerInnerBox .right .headerNav .one-li .two-box .right ul li{
    width: calc((100% - 200px) / 3);
    margin-right: 100px;
  }
  .headerInnerBox .right .headerNav .one-li .two-box .left .content{
    margin-left: 30px;
  }
  .headerInnerBox .right .headerNav .one-li .two-box .left .phone-text span{
    font-size: 16px;
  }
  .headerInnerBox .right .headerNav .one-li .two-box .left .phone-text i{
    font-size: 22px;
  }
  .headerInnerBox .right .headerNav .one-li .two-box .left .phone{
    font-size: 28px;
  }
  .top-banner .content h3{
    font-size: 40px;
  }
  .top-banner .content h6{
    font-size: 16px;
    margin-top: 20px;
  }
  .public-title .public-h3{
    font-size: 30px;
  }
  .public-title .public-p{
    font-size: 16px;
  }
  .table ul li a{
    font-size: 16px;
    line-height: 68px;
  }
  .table ul li{
    height: 68px;
    border-bottom: 2px solid transparent;
  }
  /* index */
  .mySwiper .s-c .item h3{
    font-size: 40px;
  }
  .mySwiper .s-c .item h6{
    font-size: 20px;
    margin: 20px 0 50px 0;
  }
  .mySwiper .s-c .item a{
    width: 120px;
    height: 43px;
    line-height: 43px;
    font-size: 14px;
  }
  .i-index1InnerBox .left{
    width: 450px;
  }
  .i-index1InnerBox .left h6{
    font-size: 14px;
    line-height: 28px;
    margin: 20px 0;
  }
  .i-index1InnerBox .left a{
    width: 120px;
    line-height: 43px;
    height: 43px;
    font-size: 14px;
  }
  .i-index1InnerBox .left .video-box{
    width: 380px;
    height: 200px;
  }
  .i-index2InnerBox .bottom-swiper-box .content p{
    font-size: 16px;
  }
  .i-index2InnerBox .bottom-swiper-box .swiper-slide{
    height: 85px;
  }
  .i-index2InnerBox .bottom-swiper-box .content .img-box img{
    width: 15px;
    height: 21px;
  }
  .i-index2InnerBox .top-swiper-box .swiper-slide .right{
    width: 400px;
    height: 300px;
  }
  .i-index2InnerBox .top-swiper-box .swiper-slide .left .text{
    margin: 30px 0;
  }
  .i-index2InnerBox .top-swiper-box .swiper-slide .left .text h3{
    font-size: 20px;
  }
  .i-index2InnerBox .top-swiper-box .swiper-slide .left .text p{
    font-size: 14px;
    margin-top: 20px;
  }
  .i-index2InnerBox .top-swiper-box .swiper-slide .left a{
    width: 120px;
    height: 41px;
    line-height: 41px;
    font-size: 14px;
  }
  .i-index4InnerBox .content .item{
    height: 350px;
    margin-right: 15px;
    width: calc((55% - 30px) / 2);
  }
  .i-index4InnerBox .content .item .title{
    bottom: 20px;
    font-size: 18px;
  }
  .i-index4InnerBox .content .item .flow-content h3{
    font-size: 18px;
    margin-top: 50px;
  }
  .i-index4InnerBox .content .item .flow-content p{
    font-size: 14px;
    line-height: 26px;
    margin-top: 20px;
  }
  .i-index4InnerBox .content .item .flow-content a{
    bottom: 20px;
    width: 120px;
    line-height: 41px;
    height: 41px;
    font-size: 14px;
  }
  .i-index5InnerBox .my-news-swiper .content .img-box{
    height: 200px;
  }
  .i-index5InnerBox .my-news-swiper .content .time{
    font-size: 14px;
  }
  .i-index5InnerBox .my-news-swiper .content h3{
    font-size: 18px;
  }
  .i-index5InnerBox .my-news-swiper .content .text span{
    font-size: 14px;
    line-height: 26px;
  }
  .i-index5InnerBox .my-news-swiper .content a{
    width: 120px;
    height: 41px;
    line-height: 41px;
    font-size: 14px;
    margin-top: 20px;
  }
  .public-top .right .prev, .public-top .right .next{
    width: 25px;
    height: 25px;
  }
  .public-top .right .prev i, .public-top .right .next i{
    font-size: 16px;
  }
  .i-index6InnerBox .text p{
    font-size: 14px;
  }
  /* about */
  .a-index1Box h3{
    font-size: 30px;
  }
  .a-index1InnerBox .left h6{
    font-size: 22px;
  }
  .a-index1InnerBox .left .line{
    width: 44px;
    margin: 10px 0 20px 0;
  }
  .a-index1InnerBox .left{
    width: 520px;
  }
  .a-index1InnerBox .left .text{
    font-size: 14px;
    line-height: 28px;
  }
  .a-index1InnerBox .a-video-box{
    width: 420px;
    height: 280px;
  }
  .a-index2Box .bg{
    height: 600px;
  }
  .a-index2InnerBox .public-title{
    top: 30px;
  }
  .a-index2InnerBox .my-history-swiper{
    bottom: 40px;
  }
  .a-index2InnerBox .my-history-swiper .content{
    height: 400px;
  }
  .a-index2InnerBox .my-history-swiper .content .right .text p{
    font-size: 14px;
  }
  .a-index2InnerBox .my-history-swiper .content .right .time{
    font-size: 26px;
  }
  .a-index2InnerBox .my-history-swiper .content .left{
    height: 180px;
  }
  .a-index3InnerBox .container{
    width: 800px;
    height: 500px;
  }
  .a-index3InnerBox .container .content{
    width: 500px;
    height: calc(280px - 60px);
    border-radius: 30px;
  }
  .a-index3InnerBox .container .content .mide .left img{
    width: 100px;
    height: 100px;
  }
  .a-index3InnerBox .container .content .mide .right{
    margin-left: 20px;
    width: calc(100% - 100px - 20px);
  }
  .a-index3InnerBox .container .content .mide .right h5{
    font-size: 28px;
  }
  .a-index3InnerBox .container .content .mide .right .line{
    margin: 20px 0 10px 0;
  }
  .a-index3InnerBox .container .content .mide .right h6{
    font-size: 20px;
  }
  .a-index3InnerBox .container ul li{
    width: 130px;
    height: 130px;
    font-size: 20px;
  }
  .a-index3InnerBox .container ul .zs{
    border-radius: 20px 20px 0 20px;
  }
  .a-index3InnerBox .container ul .zx{
    border-radius: 20px 0 20px 20px;
  }
  .a-index3InnerBox .container ul .ys{
    border-radius: 20px 20px 20px 0px;
  }
  .a-index3InnerBox .container ul .yx{
    border-radius: 0px 20px 20px 20px;
  }
  .a-index7InnerBox .container{
    width: 1000px;
  }
  .a-index7InnerBox ul li .img-box{
    height: 200px;
  }
  .a-index7InnerBox ul li .content h3{
    font-size: 18px;
    margin-top: 15px;
  }
  .a-index7InnerBox ul li .content h5{
    font-size: 14px;
    margin-top: 20px;
  }
  .a-index4InnerBox .my-team-swiper .content .bottom .img-box{
    width: 120px;
    height: 120px;
  }
  .a-index4InnerBox .my-team-swiper .content .bottom .more{
    width: 25px;
    height: 25px;
  }
  .a-index4InnerBox .my-team-swiper .content .bottom .more i{
    font-size: 14px;
  }
  .a-index4InnerBox .my-team-swiper .content .top h3{
    font-size: 18px;
  }
  .a-index4InnerBox .my-team-swiper .content .top h6{
    font-size: 14px;
  }
  .a-index4InnerBox .my-team-swiper .swiper-slide{
    height: 350px;
  }
  .a-index4InnerBox .details-box .details .left{
    width: 200px;
    height: 260px;
  }
  .a-index4InnerBox .details-box .details .right{
    margin-left: 50px;
    width: 500px;
  }
  .a-index4InnerBox .details-box .details .right .top h3{
    font-size: 28px;
  }
  .a-index4InnerBox .details-box .details .right .top span, .a-index4InnerBox .details-box .details .right .top p{
    font-size: 14px;
  }
  .a-index4InnerBox .details-box .details .right .line{
    margin: 15px 0 30px 0;
  }
  .a-index4InnerBox .details-box .details .right .text p{
    font-size: 14px;
  }
  .a-index4InnerBox .details-box .details .right .text p:not(:first-of-type){
    margin-top: 8px;
  }
  .a-index5InnerBox .text{
    margin: 40px 0;
    font-size: 14px;
  }
  .a-index5Box .a-index5InnerBox{
    padding: 60px 0;
  }
  .a-index5InnerBox .my-honor-swiper .content .img-box{
    height: 280px;
  }
  .a-index5InnerBox .my-honor-swiper .content .bottom h3{
    font-size: 14px;
  }
  .a-index5InnerBox .my-honor-swiper .content .bottom{
    margin-top: 20px;
  }
  .a-index5InnerBox .my-honor-swiper .swiper-slide{
    height: 355px;
  }
  /* study */
  .s-index1InnerBox .content{
    margin-top: 40px;
  }
  .s-index1InnerBox .content h3{
    font-size: 20px;
  }
  .s-index1InnerBox .content h6{
    font-size: 14px;
    line-height: 26px;
  }
  .s-index1InnerBox .n-p-list li .title h3{
    font-size: 20px;
  }
  .s-index1InnerBox .n-p-list li .text p{
    font-size: 14px;
    line-height: 26px;
  }
  .s-index1InnerBox .p-list li{
    height: 300px;
  }
  .s-index1InnerBox .p-list li a .flow-text h3{
    font-size: 18px;
  }
  .s-index1InnerBox .p-list li a .flow-text h6{
    margin-top: 5px;
    font-size: 14px;
  }
  .s-index1InnerBox .details .item{
    width: 300px;
  }
  .s-index1InnerBox .details .item p{
    font-size: 14px;
  }
  .s-index2InnerBox .my-honor-swiper .content .img-box{
    height: 280px;
  }
  .s-index2InnerBox .my-honor-swiper .swiper-slide{
    height: 355px;
  }
  .s-index2InnerBox .my-honor-swiper .content .bottom{
    margin-top: 20px;
  }
  .s-index2InnerBox .my-honor-swiper .content .bottom h3{
    font-size: 14px;
  }
  /* product */
  .p-index1InnerBox .p-list{
    margin-top: 80px;
  }
  .p-index1InnerBox .big-title{
    font-size: 16px;
    line-height: 26px;
  }
  .p-index1InnerBox .p-list li .left{
    width: 340px;
    height: 230px;
  }
  .p-index1InnerBox.dxcp .p-list li .left{
    height: 400px;
  }
  /*.p-index1InnerBox .p-list li .left .pd{*/
  /*  height: 255px;*/
  /*  width: 100px;*/
  /*}*/
  .p-index1InnerBox .p-list li .right{
    width: calc(100% - 340px);
  }
  .p-index1InnerBox .p-list li .right .content h3{
    font-size: 18px;
  }
  .p-index1InnerBox .p-list li .right .content .line{
    width: 360px;
    margin: 15px 0 30px 0;
  }
  .p-index1InnerBox .p-list li .right .content .text{
    font-size: 14px;
    line-height: 26px;
  }
  .p-index1InnerBox .p-list li:not(:first-of-type){
    margin-top: 30px;
  }
  .p-index2Box ul .item1 .right, .p-index2Box ul .item2 .left{
    width: 500px;
    height: 400px;
  }
  .p-index2Box ul .item1 .left{
    width: calc(100% - 500px);
  }
  .p-index2Box ul .item2 .right{
    margin-left: 50px;
    width: calc(100% - 500px - 50px);
  }
  .p-index2Box ul .item1 .left .content, .p-index2Box ul .item2 .right .content{
    width: 400px;
  }
  .p-index2Box ul .item1 .left .content h3, .p-index2Box ul .item2 .right .content h3{
    font-size: 20px;
  }
  .p-index2Box ul .item1 .left .content .text, .p-index2Box ul .item2 .right .content .text{
    font-size: 14px;
    line-height: 26px;
  }
  .p-index2Box ul .item1 .left .content .line, .p-index2Box ul .item2 .right .content .line{
    margin: 15px 0 25px 0;
  }
  .p-index2Box ul .item1 .left .num{
    right: 50px;
    font-size: 80px;
  }
  .p-index2Box ul .item2 .right .num{
    font-size: 80px;
  }
  /* product-case */
  .p-c-index1InnerBox .big-title{
    font-size: 16px;
    line-height: 26px;
  }
  .p-c-index1InnerBox ul li a .img-box{
    height: 200px;
  }
  .p-c-index1InnerBox ul li a .text{
    height: 50px;
  }
  .p-c-index1InnerBox ul li a .text p{
    font-size: 14px;
  }
  /* news */
  .n-index1InnerBox .n-list li .mide h3{
    font-size: 16px;
  }
  .n-index1InnerBox .n-list li .mide .time{
    font-size: 14px;
    margin: 10px 0 20px 0;
  }
  .n-index1InnerBox .n-list li .mide .text{
    font-size: 14px;
    line-height: 24px;
  }
  .n-index1InnerBox .n-list li .left{
    width: 280px;
    height: 160px;
  }
  .n-index1InnerBox .n-list li .mide{
    width: calc(100% - 280px - 30px - 80px);
  }
  .n-index1InnerBox .n-list li a{
    width: 30px;
    height: 30px;
  }
  .n-index1InnerBox .n-list li a i{
    font-size: 14px;
  }
  /* news-details */
  .n-d-index1InnerBox .left{
    width: 650px;
  }
  .n-d-index1InnerBox .left .bottom{
    width: 600px;
  }
  .n-d-index1InnerBox .right{
    width: 300px;
  }
  .n-d-index1InnerBox .left h4{
    font-size: 22px;
  }
  .n-d-index1InnerBox .left .content p{
    font-size: 14px;
  }
  .n-d-index1InnerBox .left .content p:not(:first-of-type){
    margin-top: 20px;
  }
  .n-d-index1InnerBox .right .content .title p{
    font-size: 18px;
    line-height: 26px;
  }
  .n-d-index1InnerBox .right .content ul li a h4{
    font-size: 16px;
  }
  .n-d-index1InnerBox .right .content ul li a img{
    height: 180px;
  }
  .n-d-index1InnerBox .right .content ul li a h6{
    font-size: 12px;
    line-height: 22px;
  }
  /* recruit */
  .r-index1InnerBox .top .list .row .right p{
    font-size: 18px;
  }
  .r-index1InnerBox .r-list li .hd .content .name{
    font-size: 18px;
  }
  .r-index1InnerBox .r-list li .hd .content .right .text{
    font-size: 14px;
  }
  .r-index1InnerBox .r-list li .hd .content .right .btn{
    width: 130px;
    height: 43px;
    line-height: 43px;
    font-size: 14px;
  }
  .r-index1InnerBox .r-list li .container .content .item h3{
    font-size: 16px;
  }
  .r-index1InnerBox .r-list li .container .content .item .text p,
  .r-index1InnerBox .r-list li .container .content .item .text a{
    font-size: 14px;
  }
  /* contact */
  .c-index1InnerBox .map-box{
    height: 500px;
  }
  .c-index1InnerBox .bottom .content .text h6{
    font-size: 18px;
  }
  .c-index1InnerBox .bottom .list .row .right p{
    font-size: 18px;
  }
  /* footer */
  .footerInnerBox .mide .container .left .phone{
    font-size: 28px;
  }
  .footerInnerBox .mide .container .left .title span{
    font-size: 16px;
  }
  .footerInnerBox .mide .container .left .title i{
    font-size: 20px;
  }
  .footerInnerBox .mide .container .right li h3 a{
    font-size: 18px;
  }
  .footerInnerBox .mide .container .right li .content a{
    font-size: 14px;
  }
  .footerInnerBox .mide .container .left .qr h6{
    font-size: 16px;
  }
  .footerInnerBox .mide .container .left .qr .box .item p{
    font-size: 12px;
  }
  .footerInnerBox .mide .bottom p{
    font-size: 14px;
  }
  .footerInnerBox .link a{
    font-size: 12px;
  }
  .footerInnerBox .mide .container .left .qr .box .item img{
    width: 70px;
    height: 70px;
  }
}
