* {
  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;
  /* border: 1px solid red; */
}
.headerBox{
  width: 100%;
  background-color: rgba(0,0,0,0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  transition: 0.3s;
}
.headerBox.active{
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 4px 4px rgb(0 0 0 / 7%);
}
.headerBox.active .two-ul{
  box-shadow: 0 4px 4px rgb(0 0 0 / 7%);
  background-color: rgba(255, 255, 255, 1) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.headerBox.active .nav .one-li:hover>a::before{
  border-bottom-color: #222222;
}
.headerBox.active .language a,
.headerBox.active .language span{
  color: #222222;
}
.headerBox.active .logo img:last-of-type{
  display: block;
}
.headerBox.active .logo img:first-of-type{
  display: none;
}
.headerBox.active .nav .one-li>a{
  color: #222222;
}
.headerBox.active .nav .one-li.active>a::before{
  border-bottom-color: #222222;
}
.headerBox.i-active{
  background-color: rgba(0, 0, 0, 0.3);
}
.headerBox .headerInnerBox{
  margin: 0 auto;
  width: 95%;
  height: 99px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
}
.headerInnerBox .right{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
}
.headerInnerBox .logo img{
  width: 100px;
}
.headerInnerBox .logo img:last-of-type{
  display: none;
}
.headerInnerBox .nav{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
}
.headerInnerBox .nav .one-li{
  height: 100%;
}
.headerInnerBox .nav .one-li:not(:first-of-type){
  margin-left: 55px;
}
.headerInnerBox .nav .one-li>a{
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
  transition: 0.3s;
  position: relative;
}
.headerInnerBox .nav .one-li>a::before{
  display: block;
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
  border-top: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid transparent;
}
.headerInnerBox .nav .one-li.active>a{
  color: #F7B105;
}
.headerInnerBox .nav .one-li.active>a::before{
  border-bottom-color: #FFFFFF;
}
/*.headerInnerBox .nav .one-li:hover>a{*/
/*  color: #F7B105;*/
/*}*/
/*.headerInnerBox .nav .one-li:hover>a::before{*/
/*  border-bottom-color: #FFFFFF;*/
/*}*/
.headerInnerBox .nav .one-li .two-ul{
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 100px;
  transform: scaleY(0);
  transform-origin: center top;
  opacity: 0;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.9);
}
/*.headerInnerBox .nav .one-li:hover>.two-ul{*/
/*  transform: scaleY(1);*/
/*  opacity: 1;*/
/*}*/
.headerInnerBox .nav .one-li.caol-active .two-ul{
  transform: scaleY(1);
  opacity: 1;
}
.headerInnerBox .nav .one-li.caol-active>a{
  color: #F7B105;
}
.headerInnerBox .nav .one-li.caol-active>a::before{
  border-bottom-color: #FFFFFF;
}
.headerInnerBox .nav .one-li .two-ul li a{
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: Source Han Sans CN;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
  position: relative;
  transition: 0.3s;
}
.headerInnerBox .nav .one-li .two-ul li a::before{
  display: block;
  content: '';
  width: 0;
  height: 1px;
  background-color: #F7B105;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.headerInnerBox .nav .one-li .two-ul li a:hover:before{
  width: 50%;
}
.headerInnerBox .nav .one-li .two-ul li:not(:first-of-type){
  margin-left: 70px;
}
.headerInnerBox .nav .one-li .two-ul li{
  height: 100%;
}
.headerInnerBox .nav .one-li .two-ul li a:hover{
  color: #F7B105;
}
.headerInnerBox .language{
  margin-left: 120px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.headerInnerBox .language a,
.headerInnerBox .language span{
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
}
.headerInnerBox .language span{
  margin: 0 15px;
}
.mySwiper{
  width: 100%;
  height: 100vh;
}
.mySwiper .s-c{
  width: 100%;
  height: 100%;
  position: relative;
}
.mySwiper .s-c img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiper .s-c .content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.mySwiper .s-c .content h3{
  font-size: 275px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
  font-family: Montserrat;
  line-height: 1;
}
.mySwiper .s-c .content h6{
  font-size: 60px;
  font-weight: 800;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
  width: 90%;
  margin: 260px auto 0;
  line-height: 1;
}
.mySwiper .my-jt{
  position: absolute;
  bottom: 85px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
  -webkit-align-items: center;
  -webkit-justify-content: flex-end;
  z-index: 9;
}
.mySwiper .my-jt .public{
  width: 60px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  height: 60px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.mySwiper .my-jt .public i{
  font-size: 26px;
  color: #FFFFFF;
  transition: 0.3s;
}
.mySwiper .my-jt .next{
  margin-left: 25px;
}
.mySwiper .my-jt .public:hover{
  border-color: #F7B105;
}
.mySwiper .my-jt .public:hover>i{
  color: #F7B105;
}
.i1-indexBox{
  position: relative;
  width: 100%;
  height: 100vh;
}
.i1-indexBox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i1-indexBox .content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.i1-indexBox .content .text{
  width: 460px;
}
.i1-indexBox .content .text h6{
  font-size: 20px;
  font-weight: 400;
  color: #222222;
  line-height: 36px;
  font-family: Source Han Sans CN;
  text-align: justify;
}
.i1-indexBox .content .text a{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 180px;
  border: 1px solid #222222;
  border-radius: 23px;
  height: 45px;
  margin: 50px 0 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s;
}
.i1-indexBox .content .text a::before{
  display: block;
  content: '';
  width: 0;
  height: 100%;
  background-color: #F7B105;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  transition: 0.3s;
}
.i1-indexBox .content .text a span{
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #222222;
  transition: 0.3s;
}
.i1-indexBox .content .text a i{
  font-size: 18px;
  color: #222222;
  margin-left: 15px;
  transition: 0.3s;
}
.i1-indexBox .content .text a:hover:before{
  width: 100%;
}
.i1-indexBox .content .text a:hover{
  border-color: #F7B105;
}
.i1-indexBox .content .text a:hover>span,
.i1-indexBox .content .text a:hover>i{
  color: #FFFFFF;
}
.i2-indexBox{
  width: 100%;
  height: 100vh;
  position: relative;
}
.i2-indexBox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i2-indexBox .title{
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translateX(-50%);
}
.i2-indexBox .title h3{
  font-size: 36px;
  font-weight: 800;
  color: #333333;
  font-family: Source Han Sans CN;
}
.i2-indexBox .title p{
  width: 30px;
  background: #F7B105;
  height: 3px;
  margin-top: 23px;
}
.i2-indexBox .container{
  position: absolute;
  left: 50%;
  bottom: 145px;
  transform: translateX(-50%);
}
.i2-indexBox .container .public{
  width: 50px;
  background: #FFFFFF;
  box-shadow: 0px 2px 9px 0px rgba(1,3,15,0.1);
  border-radius: 50%;
  height: 50px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  z-index: 9;
}
.i2-indexBox .container .public i{
  transition: 0.3s;
  font-size: 24px;
  color: #2A2A2A;
}
.i2-indexBox .container .public:hover{
  background-color: #F7B105;
}
.i2-indexBox .container .public:hover>i{
  color: #FFFFFF;
}
.i2-indexBox .container .prev{
  position: absolute;
  left: 0px;
  top: 20px;
}
.i2-indexBox .container .next{
  position: absolute;
  right: 0px;
  top: 20px;
}
.i2-indexBox .container .my-i2-swiper{
  width: 450px;
  margin: 0 100px 0 auto;
}
.i2-indexBox .container .my-i2-swiper h3{
  font-size: 36px;
  font-weight: 800;
  color: #222222;
  font-family: Source Han Sans CN;
}
.i2-indexBox .container .my-i2-swiper h6{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  font-family: Source Han Sans CN;
  margin-top: 15px;
}
.i2-indexBox .container .my-i2-swiper .num{
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  margin-top: 50px;
}
.i2-indexBox .container .my-i2-swiper .num .span1{
  font-size: 30px;
  font-weight: bold;
  color: #666666;
  font-family: Arial;
  line-height: 1;
}
.i2-indexBox .container .my-i2-swiper .num .span2,
.i2-indexBox .container .my-i2-swiper .num .span3{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: Arial;
}
.i2-indexBox .container .my-i2-swiper .num .span2{
  margin: 0 5px 0 10px;
}
.i3-indexBox{
  width: 100%;
  height: 100vh;
  position: relative;
}
.i3-indexBox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i3-indexBox .title{
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
}
.i3-indexBox .title h3{
  font-size: 36px;
  font-weight: 800;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
  text-align: center;
}
.i3-indexBox .title p{
  margin: 20px auto 0;
  width: 30px;
  background: #F7B105;
  height: 3px;
}
.i3-indexBox .container{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30%;
}
.i3-indexBox .my-i3-swiper{
  width: 485px;
  margin: 0 auto 0 0;
}
.i3-indexBox .my-i3-swiper h3{
  font-size: 24px;
  font-weight: 800;
  color: #222222;
  font-family: Source Han Sans CN;
}
.i3-indexBox .my-i3-swiper p{
  width: 30px;
  background: #F7B105;
  height: 3px;
  margin: 17px 0;
}
.i3-indexBox .my-i3-swiper h6{
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 26px;
  font-family: Source Han Sans CN;
  text-align: justify;
}
.i3-indexBox .my-i3-swiper .my-jt{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 80px;
}
.i3-indexBox .my-i3-swiper .my-jt .public{
  width: 50px;
  background: #FFFFFF;
  box-shadow: 0px 2px 9px 0px rgba(1,3,15,0.1);
  border-radius: 50%;
  height: 50px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}
.i3-indexBox .my-i3-swiper .my-jt .next{
  margin-left: 25px;
}
.i3-indexBox .my-i3-swiper .my-jt .public i{
  font-size: 24px;
  color: #2A2A2A;
  transition: 0.3s;
}
.i3-indexBox .my-i3-swiper .my-jt .public:hover{
  background-color: #F7B105;
}
.i3-indexBox .my-i3-swiper .my-jt .public:hover>i{
  color: #FFFFFF;
}
.i4-indexBox{
  width: 100%;
  height: 100vh;
  background-color: #FFFFFF;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.i4-indexBox .container p{
  width: 100%;
}
.i4-indexBox h3{
  font-size: 28px;
  font-weight: 800;
  color: #222222;
  font-family: Source Han Sans CN;
  position: absolute;
  top: 50px;
  left: 0px;
}
.i4-indexBox img{
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.i4-indexBox .container{
  position: relative;
  /* border: 1px solid red; */
}
.bannerBox{
  width: 100%;
  height: 660px;
  position: relative;
}
.bannerBox.cao img{
  filter: brightness(85%);
}
.bannerBox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerBox .content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.bannerBox .content h3{
  font-size: 48px;
  font-weight: 800;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
  line-height: 1;
  text-align: center;
}
.bannerBox .content h5{
  font-size: 36px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Arial;
  margin-top: 15px;
  line-height: 1;
  text-align: center;
}
.public-table{
  width: 100%;
  border-bottom: 1px solid #EEEEEE;
}
.public-table ul{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin: 0 auto;
  height: 79px;
}
.public-table ul li a,
.public-table ul span{
  font-size: 14px;
  font-family: Source Han Sans CN;
  color: #666666;
  font-weight: 400;
}
.public-table ul span{
  margin: 0 5px;
}
.public-h3{
  font-family: Source Han Sans CN;
  font-weight: 800;
  color: #222222;
  line-height: 1;
  font-size: 36px;
  text-align: center;
}
.a1-indexBox .text-box p{
  width: 100%;
  overflow-x: auto;
}
.a1-indexBox .text-box p img{
  width: 700px;
}
.a1-indexBox{
  width: 100%;
  position: relative;
  padding-bottom: 110px;
}
.a1-indexBox .a1-indexInnerBox{
  margin: 0 auto;
  padding: 80px 0 60px 0;
}
.a1-indexInnerBox .public-h3{
  text-align: left;
}
.a1-indexInnerBox .text-box{
  margin-top: 40px;
  width: 897px;
}
.a1-indexInnerBox .text-box p{
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 30px;
  font-family: Source Han Sans CN;
  text-indent: 33px;
  text-align: justify;
}
.a1-indexInnerBox .numContent{
  width: 1170px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 90px;
}
.a1-indexInnerBox .numContent .num-b{
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  /* align-items: center; */
  /* -webkit-align-items: center; */
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  /* width: calc(100% / 4); */
}
.a1-indexInnerBox .numContent .num-b:hover>.text{
  color: #F7B105;
}
.a1-indexInnerBox .numContent  .numText{
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.a1-indexInnerBox .numContent  .numText .num{
  font-size: 80px;
  font-family: Montserrat;
  font-weight: 400;
  color: #222222;
  line-height: 1;
}
.a1-indexInnerBox .numContent span{
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #222222;
  padding-bottom: 3px;
  line-height: 1;
  margin-left: 10px;
}
.a1-indexInnerBox .numContent .one{
  font-size: 24px;
  padding-bottom: 7px;
}
.a1-indexInnerBox .numContent .text{
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  margin-top: 20px;
  transition: 0.3s;
}
.a1-indexInnerBox .content{
  width: 1170px;
  height: 197px;
  /*position: absolute;*/
  /*right: 0px;*/
  /*bottom: 110px;*/
  background-color: #163070;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  margin: 90px 0 0 auto;
}
.a1-indexInnerBox .content p{
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  font-family: Source Han Sans CN;
  text-indent: 33px;
  width: 80%;
}
.a2-indexBox{
  width: 100%;
}
.a2-indexBox .a2-indexInnerBox{
  margin: 0 auto;
  padding: 80px 0 210px 0;
}
.a2-indexInnerBox ul{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 90px;
}
.a2-indexInnerBox ul li{
  width: calc((100% - 60px) / 4);
  height: 410px;
  margin-right: 20px;
  margin-bottom: 20px;
  transition: 0.3s;
}
.a2-indexInnerBox ul li:hover{
  box-shadow: 0px 0px 30px 0px rgba(85,85,85,0.3);
}
.a2-indexInnerBox ul li .img-box{
  width: 100%;
  height: calc(100% - 70px);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.a2-indexInnerBox ul li:nth-of-type(4n){
  margin-right: 0px;
}
.a2-indexInnerBox ul li img{
  max-width: 80%;
  max-height: 95%;
}
.a2-indexInnerBox ul li .content{
  width: 100%;
  height: 70px;
}
.a2-indexInnerBox ul li p{
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: Source Han Sans CN;
  text-align: center;
}
.a3-indexBox{
  width: 100%;
  background-color: #F8F8F8;
}
.a3-indexBox .a3-indexInnerBox{
  margin: 0 auto;
  padding: 80px 0 180px 0;
}
.a3-indexInnerBox ul{
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 78px;
}
.a3-indexInnerBox ul li{
  width: calc((100% - 100px) / 5);
  height: 140px;
  background-color: #FFFFFF;
  margin-right: 25px;
  margin-bottom: 25px;
  transition: 0.3s;
}
.a3-indexInnerBox ul li:hover{
  box-shadow: 0px 0px 30px 0px rgba(85,85,85,0.3);
  transform: scale(1.03);
}
.a3-indexInnerBox ul li:nth-of-type(5n){
  margin-right: 0px;
}
.a3-indexInnerBox ul li a{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  width: 100%;
  height: 100%;
}
.a3-indexInnerBox ul li a img{
  max-width: 80%;
  max-height: 95%;
}
.a4-indexBox{
  width: 100%;
}
.a4-indexBox .a4-indexInnerBox{
  margin: 0 auto;
  padding: 80px 0 170px 0;
}
.a4-indexInnerBox .public-h3{
  text-align: left;
}
.a4-indexInnerBox .text-box{
  margin-top: 60px;
}
.a4-indexInnerBox .text-box p{
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #222222;
  line-height: 28px;
  font-size: 16px;
}
.a4-indexInnerBox .container{
  width: 100%;
  height: 475px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 70px;
}
.a4-indexInnerBox .container .left{
  width: calc((100%  - 5px) / 2);
  border-radius: 0 50px 0 50px;
  overflow: hidden;
}
.a4-indexInnerBox .container .left .my-yg-swiper{
  width: 100%;
  height: 100%;
}
.a4-indexInnerBox .container .left .s-c{
  width: 100%;
  height: 100%;
  position: relative;
}
.a4-indexInnerBox .container .left .s-c img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.a4-indexInnerBox .container .left .s-c .content{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.a4-indexInnerBox .container .left .s-c .content h6{
  width: 90%;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
}
.a4-indexInnerBox .container .left .btnBox{
  width: max-content;
  position: absolute;
  bottom: 15px;
  right: 30px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  z-index: 9;
}
.a4-indexInnerBox .container .left .btnBox .public{
  font-size: 18px;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.3s;
}
.a4-indexInnerBox .container .left .btnBox .next{
  margin-left: 10px;
}
.a4-indexInnerBox .container .left .btnBox .public:hover{
  color: #F7B105;
}
.a4-indexInnerBox .container .right{
  width: calc((100%  - 5px) / 2);
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.a4-indexInnerBox .container .right li{
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
  height: calc((100% - 10px) / 2);
  overflow: hidden;
}
.a4-indexInnerBox .container .right li .swiper-container{
  width: 100%;
  height: 100%;
}
.a4-indexInnerBox .container .right li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.a4-indexInnerBox .container .right li:hover>img{
  transform: scale(1.03);
  /* transition: all 0.3s; */
}
.a4-indexInnerBox .container .right li:nth-of-type(2n){
  margin-right: 0px;
}
.a4-indexInnerBox .container .right li:nth-of-type(1),
.a4-indexInnerBox .container .right li:nth-of-type(2){
  margin-bottom: 10px;
}
.a5-indexBox{
  width: 100%;
}
.a5-indexBox .a5-indexInnerBox{
  margin: 0 auto;
  padding: 80px 0 300px 0;
}
.a5-indexInnerBox .container{
  margin-top: 90px;
}
.a5-indexInnerBox .bg-swiper-box{
  width: 685px;
  margin: 120px auto 0;
}
.a5-indexInnerBox .bg-swiper-box .s-c{
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.a5-indexInnerBox .bg-swiper-box .s-c .row:not(:first-of-type){
  margin-top: 50px;
}
.a5-indexInnerBox .bg-swiper-box .s-c .row h3{
  font-size: 24px;
  font-weight: bold;
  color: #173070;
  font-family: Arial;
}
.a5-indexInnerBox .bg-swiper-box .s-c .row h6{
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 28px;
  font-family: Source Han Sans CN;
  margin-top: 25px;
}
.a5-indexInnerBox .flow-swiper-box {
  margin-top: 50px;
  position: relative;
  /* padding: 19px 0 30px 0; */
}
.a5-indexInnerBox .flow-swiper-box::before{
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: '';
  width: 96%;
  height: 1px;
  background-color: #BFBFBF;
}
.a5-indexInnerBox .flow-swiper-box .time{
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  cursor: pointer;
}
.a5-indexInnerBox .flow-swiper-box .time .rund{
  width: 22px;
  background: #BFBFBF;
  border: 4px solid #FFFFFF;
  border-radius: 50%;
  height: 22px;
  transition: 0.3s;
}
.a5-indexInnerBox .flow-swiper-box .time h3{
  width: 160px;
  height: 50px;
  border: 1px solid #173070;
  border-radius: 25px;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 400;
  color: #173070;
  font-family: Arial;
  line-height: 50px;
  text-align: center;
  margin-top: 35px;
}
.a5-indexInnerBox .flow-swiper-box .swiper-button-prev,
.a5-indexInnerBox .flow-swiper-box .swiper-button-next{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #BFBFBF;
  background: none;
  background-color: #FFFFFF;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  transition: 0.3s;
  margin-top: 0px;
  top: -10px;
}
.a5-indexInnerBox .flow-swiper-box .swiper-button-next i,
.a5-indexInnerBox .flow-swiper-box .swiper-button-prev i{
  font-size: 22px;
  color: #999999;
  transition: 0.3s;
}
.a5-indexInnerBox .flow-swiper-box .swiper-button-prev:hover
.a5-indexInnerBox .flow-swiper-box .swiper-button-next:hover{
  border-color: #F7B105;
}
.a5-indexInnerBox .flow-swiper-box .swiper-button-prev:hover>i,
.a5-indexInnerBox .flow-swiper-box .swiper-button-next:hover>i{
  color: #F7B105;
}
.a5-indexInnerBox .flow-swiper-box .swiper-slide-thumb-active .time h3{
  background-color: #173070;
  color: #FFFFFF;
}
.a5-indexInnerBox .flow-swiper-box .swiper-slide-thumb-active .time .rund{
  background-color: #173070;
}
.ser-indexBox{
  width: 100%;
}
.ser-indexBox .ser-indexInnerBox{
  margin: 0 auto;
  padding: 80px 0 160px 0;
}
.ser-indexInnerBox ul{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.ser-indexInnerBox ul li{
  margin-right: 40px;
  margin-bottom: 40px;
  width: calc((100% - 40px) / 2);
  height: 430px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.ser-indexInnerBox ul li:nth-of-type(2n){
  margin-right: 0px;
}
.ser-indexInnerBox ul li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ser-indexInnerBox ul li .content{
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.ser-indexInnerBox ul li .content h3{
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 24px;
  text-align: center;
  line-height: 1;
  margin-bottom: 35px;
}
.ser-indexInnerBox ul li .content .item-box{
  width: 70%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0 auto 40px;
  height: 0px;
  overflow: hidden;
  transition: 0.3s;
  opacity: 0;
}
.ser-indexInnerBox ul li:hover>.content .item-box{
  height: max-content;
  opacity: 1;
}
.ser-indexInnerBox ul li .content .item-box a{
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
  padding: 8px 25px;
  border: 1px solid #FFFFFF;
  border-radius: 18px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  overflow: hidden;
}
.ser-indexInnerBox ul li .content .item-box a:not(:last-of-type){
  margin-right: 20px;
}
.ser-indexInnerBox ul li .content .item-box a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0;
  height: 100%;
  z-index: -1;
  transition: 0.3s;
  background-color: #F7B105;
}
.ser-indexInnerBox ul li .content .item-box a:hover::before{
  width: 100%;
}
.ser-indexInnerBox ul li .content .item-box a:hover{
  color: #FFFFFF;
  border-color: #F7B105;
}
.bu-indexBox{
  width: 100%;
}
.bu-indexBox .bu-indexInnerBox{
  margin: 0 auto;
  padding: 130px 0;
}
.bu-indexInnerBox .public-h3{
  text-align: left;
}
.bu-indexInnerBox p{
  width: 100%;
}
.bu-indexInnerBox img{
  width: 100%;
}
.ne-indexBox{
  width: 100%;
}
.ne-indexBox .ne-indexInnerBox{
  margin: 0 auto;
  padding: 55px 0 130px 0;
}
.ne-indexInnerBox .container .type-box{
  display: flex;
  display: -webkit-flex;
}
.ne-indexInnerBox .type-box .type{
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  font-family: Source Han Sans CN;
  border: 1px solid #D2D2D2;
  padding: 14px 42px;
  border-radius: 6px;
  transition: 0.3s;
  cursor: pointer;
}
.ne-indexInnerBox .type-box .type a{
  transition: 0.3s;
}
.ne-indexInnerBox .type-box .type:not(:first-of-type){
  margin-left: 10px;
}
.ne-indexInnerBox .type-box .type:hover{
  background-color: #F7B105;
  border-color: #F7B105;
  color: #FFFFFF;
}
.ne-indexInnerBox .type-box .type:hover>a{
  color: #FFFFFF;
}
.ne-indexInnerBox .type-box .type.active{
  background-color: #F7B105;
  border-color: #F7B105;
  color: #FFFFFF;
}
.ne-indexInnerBox .type-box .type.active a{
  color: #FFFFFF;
}
.ne-indexInnerBox .box{
  margin-top: 59px;
}
.ne-indexInnerBox .box .list:not(:first-of-type){
  display: none;
}
.ne-indexInnerBox .n-list li{
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
  transition: 0.3s;
}
.ne-indexInnerBox .n-list li:hover{
  transform: translateX(-15px);
}
.ne-indexInnerBox .n-list li:hover>a .right .content h2{
  color: #F7B105;
}
.ne-indexInnerBox .n-list li:not(:first-of-type){
  padding: 30px 0;
}
.ne-indexInnerBox .n-list li:first-of-type{
  padding-bottom: 30px;
}
.ne-indexInnerBox .n-list li a{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
}
.ne-indexInnerBox .n-list li a .left{
  width: 360px;
  border-radius: 10px;
  height: 200px;
  overflow: hidden;
}
.ne-indexInnerBox .n-list li a .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ne-indexInnerBox .n-list li a .right{
  margin-left: 70px;
  width: calc((100% - 360px - 70px));
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.ne-indexInnerBox .n-list li a .right .content{
  width: calc(635px);
}
.ne-indexInnerBox .n-list li a .right .content h2{
  font-size: 24px;
  font-weight: 400;
  color: #222222;
  font-family: Source Han Sans CN;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1;
  transition: 0.3s;
}
.ne-indexInnerBox .n-list li a .right .content h6{
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  line-height: 24px;
  font-family: Source Han Sans CN;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 20px;
}
.ne-indexInnerBox .n-list li a .right .time{
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
}
.ne-indexInnerBox .n-list li a .right .time h3{
  font-size: 60px;
  font-weight: 400;
  color: #666666;
  font-family: Arial;
  line-height: 1;
}
.ne-indexInnerBox .n-list li a .right .time h6{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: Arial;
  margin-top: 10px;
}
.nd-indexBox{
  width: 100%;
}
.nd-indexBox .top{
  width: 100%;
  background-color: #F5F5F5;
  margin-top: 99px;
}
.nd-indexBox .top .content{
  margin: 0 auto;
  padding: 85px 0;
}
.nd-indexBox .top .content h3{
  font-size: 36px;
  font-weight: bold;
  color: #222222;
  font-family: Source Han Sans CN;
  text-align: center;
}
.nd-indexBox .top .content .user-time{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  margin-top: 70px;
}
.nd-indexBox .top .content .user-time .user,
.nd-indexBox .top .content .user-time .type,
.nd-indexBox .top .content .user-time .time{
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: Source Han Sans CN;
}
.nd-indexBox .top .content .user-time .type{
  margin: 0 60px;
}
.nd-indexInnerBox{
  width: 100%;
}
.nd-indexInnerBox .container{
  margin: 0 auto;
  padding: 90px 0 150px 0;
}
.nd-indexInnerBox .container .content{
  width: 1000px;
  margin: 0 auto;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #222222 !important;
  line-height: 30px !important;
  font-family: Source Han Sans CN !important;
}
.nd-indexInnerBox .container .content img{
  max-width: 100%;
  margin: 0 auto;
}
.nd-indexInnerBox .container .content p{
  margin-top: 30px;
}
.nd-indexInnerBox .container .bottom-link{
  border-top: 1px solid #DCDCDC;
  padding-top: 38px;
  margin-top: 80px;
}
.nd-indexInnerBox .container .bottom-link a{
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: Source Han Sans CN;
  display: block;
}
.nd-indexInnerBox .container .bottom-link a:last-of-type{
  margin-top: 10px;
}
.r-indexBox{
  width: 100%;
}
.r-indexBox .r-indexInnerBox{
  margin: 0 auto;
  padding: 80px 0 190px 0;
}
.r-indexInnerBox ul{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 75px;
}
.r-indexInnerBox ul li{
  margin-right: 40px;
  margin-bottom: 40px;
  width: calc((100% - 80px) / 3);
  height: 390px;
  background: #FAFAFA;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  transition: 0.3s;
}
.r-indexInnerBox ul li:hover{
  transform: translateY(-15px);
}
.r-indexInnerBox ul li:nth-of-type(3n){
  margin-right: 0px;
}
.r-indexInnerBox ul li .content{
  width: 80%;
  display: block;
}
.r-indexInnerBox ul li .content h3{
  font-size: 24px;
  font-weight: 800;
  color: #222222;
  font-family: Source Han Sans CN;
}
.r-indexInnerBox ul li .content .text{
  margin: 40px 0 50px 0;
}
.r-indexInnerBox ul li .content .text .row{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.r-indexInnerBox ul li .content .text p,
.r-indexInnerBox ul li .content .text span{
  font-size: 18px;
  font-weight: 400;
  color: #444444;
  line-height: 30px;
  font-family: Source Han Sans CN;
}
.r-indexInnerBox ul li .content .more{
  font-size: 20px;  
  font-weight: 800;
  color: #F7B105;
  display: block;
  width: max-content;
  font-family: Source Han Sans CN;
  padding-bottom: 5px;
  border-bottom: 2px solid #F7B105;
}
.rd-indexBox{
  width: 100%;
}
.rd-indexBox .top{
  width: 100%;
  background-color: #F8F8F8;
}
.rd-indexBox .top .content{
  margin: 0 auto;
  padding: 65px 0 40px 0;
}
.rd-indexBox .top .content h3{
  font-size: 36px;
  font-weight: 800;
  color: #222222;
  font-family: Source Han Sans CN;
}
.rd-indexBox .top .content .item{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 40px;
}
.rd-indexBox .top .content .item .type,
.rd-indexBox .top .content .item span{
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  font-family: Source Han Sans CN;
}
.rd-indexBox .top .content .item span{
  margin: 0 15px;
}
.rd-indexInnerBox{
  width: 100%;
}
.rd-indexInnerBox .container{
  margin: 0 auto;
  padding: 65px 0 170px 0;
}
.rd-indexInnerBox .container .text-box:not(:first-of-type){
  margin-top: 100px;
}
.rd-indexInnerBox .container .text-box h3{
  font-size: 24px;
  font-weight: bold;
  color: #222222;
  font-family: Source Han Sans CN;
}
.rd-indexInnerBox .container .text-box .text{
  margin-top: 15px;
}
.rd-indexInnerBox .container .text-box .text p{
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  line-height: 36px;
  font-family: Source Han Sans CN;
}
.rd-indexInnerBox .container h2{
  margin-top: 200px;
  font-size: 24px;
  font-weight: 400;
  color: #222222;
  font-family: Source Han Sans CN;
}
.rd-indexInnerBox .container h2 span{
  color: #F7B105;
}
.rd-indexInnerBox .container .bottom{
  margin-top: 60px;
  display: flex;
  display: -webkit-flex;
  border-top: 1px solid #EAEAEA;
  padding-top: 50px;
}
.rd-indexInnerBox .container .bottom a{
  width: 150px;
  background: #FFFFFF;
  border: 1px solid #222222;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  font-family: Source Han Sans CN;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.rd-indexInnerBox .container .bottom a::before{
  display: block;
  content: '';
  width: 0;
  height: 100%;
  background-color: #F7B105;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  transition: 0.3s;
}
.rd-indexInnerBox .container .bottom a:hover::before{
  width: 100%;
}
.rd-indexInnerBox .container .bottom a:hover{
  border-color: #F7B105;
  color: #ffffff;
}
.rd-indexInnerBox .container .bottom a:last-of-type{
  margin-left: 20px;
}
.c-indexBox{
  width: 100%;
}
.c-indexBox .c-indexInnerBox{
  margin: 0 auto;
  padding: 80px 0 200px 0;
}
.c-indexInnerBox ul{
  margin-top: 75px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.c-indexInnerBox ul li{
  margin-right: 40px;
  margin-bottom: 40px;
  width: calc((100% - 40px) / 2);
  display: flex;
  display: -webkit-flex;
  height: 250px;
  box-shadow: 0px 0px 20px 0px rgba(1,3,15,0.08);
  transition: 0.3s;
}
.c-indexInnerBox ul li:hover{
  transform: translateY(-15px);
}
.c-indexInnerBox ul li:hover>.right .content h3{
  color: #F7B105;
}
.c-indexInnerBox ul li:nth-of-type(2n){
  margin-right: 0px;
}
.c-indexInnerBox ul li .left{
  width: 250px;
  height: 100%;
}
.c-indexInnerBox ul li .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-indexInnerBox ul li .right{
  width: calc(100% - 250px);
  height: 100%;
  background-color: #FFFFFF;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.c-indexInnerBox ul li .right .content{
  width: 85%;
  margin: 0 auto;
  /*padding-top: 65px;*/
}
.c-indexInnerBox ul li .right .content h3{
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  font-family: Source Han Sans CN;
  transition: 0.3s;
}
.c-indexInnerBox ul li .right .content .line{
   width: 100%;
   height: 1px;
   background-color: #BFBFBF;
   margin: 15px 0 22px 0;
}
.c-indexInnerBox ul li .right .content .row{
  display: flex;
  display: -webkit-flex;
}
.c-indexInnerBox ul li .right .content .row span,
.c-indexInnerBox ul li .right .content .row p{
  font-size: 14px;
  font-weight: 400;
  color: #444444;
  line-height: 24px;
  font-family: Source Han Sans CN;
}
.c-indexInnerBox ul li .right .content .row span{
  width: 45px;
}
.c-indexInnerBox ul li .right .content .row p{
  width: calc(100% - 45px);
}
.sd-indexBox{
  width: 100%;
  margin-top: 100px;
}
.sd-indexBox .container{
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 30px 0 300px 0;
}
.sd-indexBox .public-table{
  border-bottom: none;
}
.sd-indexBox .container .slide-box{
  width: 300px;
}
.sd-indexBox .slide-box h3{
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #222222;
  border-bottom: 1px solid #DCDCDC;
  line-height: 1;
  padding-bottom: 15px;
}
.sd-indexBox .container .slide-box .slide-ul{
  width: 100%;
}
.sd-indexBox .container .slide-box .slide-ul .one-li{
  width: 100%;
}
.sd-indexBox .container .slide-box .slide-ul .one-li>a{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: calc(100% - 40px);
  height: 50px;
  padding: 0 20px;
}
.sd-indexBox .container .slide-box .slide-ul .one-li>a .left{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.sd-indexBox .container .slide-box .slide-ul .one-li>a .left span{
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  font-family: Source Han Sans CN;
  margin-left: 12px;
}
.sd-indexBox .container .slide-box .slide-ul .one-li.active>a i{
  transform: rotate(90deg);
}
.sd-indexBox .container .slide-box .slide-ul .one-li>a i{
  font-size: 14px;
  color: #222222;
}
.sd-indexBox .container .slide-box .slide-ul .one-li .two-ul{
  width: 100%;
}
.sd-indexBox .container .slide-box .slide-ul .one-li .two-ul li{
  width: 100%;
}
.sd-indexBox .container .slide-box .slide-ul .one-li .two-ul li a{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  height: 50px;
  border-radius: 6px;
  overflow: hidden;
  transition: 0.3s;
}
.sd-indexBox .container .slide-box .slide-ul .one-li .two-ul li a:hover{
  background-color: #F5F5F5;
}
.sd-indexBox .container .slide-box .slide-ul .one-li .two-ul li.active a{
  background-color: #F5F5F5;
}
.sd-indexBox .container .slide-box .slide-ul .one-li .two-ul li a span{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: Source Han Sans CN;
  margin-left: 70px;
}
.sd-indexBox .container .contents{
  width: 1030px;
}
.sd-indexBox .container .content p,
.sd-indexBox .container .content div{
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #222222 !important;
  line-height: 30px !important;
  font-family: Source Han Sans CN !important;
  margin-top: 20px !important;
}
.sd-indexBox .container .content img{
    max-width: 100%;
    margin: 0 auto;
}
.sd-indexBox .container .contents .title{
  border-bottom: 1px solid #DCDCDC;
}
.sd-indexBox .container .contents h3{
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #222222;
  line-height: 1;
  position: relative;
  width: max-content;
  border-bottom: 1px solid #F7B105;
  padding-bottom: 15px;
}
.tips{
  position: fixed;
  display: none;
  right: 27px;
  top: 37%;
  z-index: 99;
}
.tips ul li{
  width: 50px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 50%;
  height: 50px;
  transition: 0.3s;
  position: relative;
}
.tips ul li:not(:first-of-type){
  margin-top: 10px;
}
.tips ul li a{
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.tips ul li a i{
  font-size: 22px;
  color: #888888;
  transition: 0.3s;
}
.tips ul li:hover{
  background-color: #F7B105;
  border-color: transparent;
}
.tips ul li:hover>a>i{
  color: #FFFFFF;
}
.tips ul li .fadein{
  display: none;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 10px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}
.tips ul li .tip-img{
  width: 130px;
  height: 100px;
}
.tips ul li .tip-img img{
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.tips ul li .tip-phone{
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
}
/* 分页 */
.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: 35px;
  height: 35px;
  margin-right: 5px;
  padding: 0;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
}
.page .el-pagination .btn-next {
  padding: 0;
  width: 35px;
  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: #F7B105;
  color: #ffffff;
}
.page .el-pagination .el-pager li:hover {
  color: #F7B105 !important;
}
.page .el-pagination .el-pager .btn-quicknext:hover {
  color: #F7B105;
}
.footerBox{
  background-color: #EEEEEE;
}
.footerBox .footerInnerBox{
  margin: 0 auto;
  padding: 120px 0 45px 0;
}
.footerInnerBox .foot-nav{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.footerInnerBox .foot-nav h3{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #222222;
}
.footerInnerBox .foot-nav .content{
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  margin-top: 25px;
}
.footerInnerBox .foot-nav .content a:not(:first-of-type){
  margin-top: 10px;
}
.footerInnerBox .foot-nav .content a{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: Source Han Sans CN;
}
.footerInnerBox .foot-nav h3 a{
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  font-family: Source Han Sans CN;
}
.footerInnerBox .footer-link{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  padding-top: 32px;
  margin-top: 90px;
  border-top: 1px solid #D2D2D2;
}
.footerInnerBox .footer-link .item{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.footerInnerBox .footer-link a,
.footerInnerBox .footer-link span{
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: Source Han Sans CN;
}
.footerInnerBox .footer-link span{
  margin: 0 10px;
}
@media only screen and (max-width:1560px) {
  .center{
    width: 1000px;
    /* border: 1px solid red; */
  }
  .mySwiper .s-c .content h3{
    font-size: 196px;
  }
  .headerInnerBox .nav .one-li:not(:first-of-type){
    margin-left: 30px;
  }
  .headerInnerBox .language{
    margin-left: 60px;
  }
  .headerInnerBox .nav .one-li>a,
  .headerInnerBox .language a, .headerInnerBox .language span,
  .headerInnerBox .nav .one-li .two-ul li a{
    font-size: 14px;
  }
  .mySwiper .s-c .content h6{
    font-size: 46px;
    margin: 200px auto 0;
  }
  .mySwiper .my-jt .public{
    width: 40px;
    height: 40px;
  }
  .mySwiper .my-jt .public i{
    font-size: 16px;
  }
  .i1-indexBox .content .text h6{
    font-size: 18px;
    line-height: 34px;
  }
  .i1-indexBox .content .text a span{
    font-size: 14px;
  }
  .i1-indexBox .content .text a{
    width: 150px;
    height: 38px;
    line-height: 38px;
  }
  .i1-indexBox .content .text a i{
    margin-left: 10px;
  }
  .i2-indexBox .title h3{
    font-size: 28px;
  }
  .i2-indexBox .title p{
    margin-top: 15px;
  }
  .i2-indexBox .container .my-i2-swiper h3{
    font-size: 28px;
  }
  .i2-indexBox .container .my-i2-swiper h6{
    font-size: 14px;
  }
  .i2-indexBox .container .my-i2-swiper .num .span1{
    font-size: 24px;
  }
  .i2-indexBox .container .my-i2-swiper .num .span2, .i2-indexBox .container .my-i2-swiper .num .span3{
    font-size: 14px;
  }
  .i2-indexBox .container .public{
    width: 40px;
    height: 40px;
  }
  .i2-indexBox .container .public i{
    font-size: 18px;
  }
  .i3-indexBox .title h3{
    font-size: 28px;
  }
  .i3-indexBox .title p{
    margin: 15px auto 0;
  }
  .i3-indexBox .my-i3-swiper h3{
    font-size: 20px;
  }
  .i3-indexBox .my-i3-swiper p{
    margin: 13px 0;
  }
  .i3-indexBox .my-i3-swiper h6{
    font-size: 14px;
    line-height: 24px;
  }
  .i3-indexBox .my-i3-swiper .my-jt .public{
    width: 40px;
    height: 40px;
  }
  .i3-indexBox .my-i3-swiper .my-jt .public i{
    font-size: 18px;
  }
  .i4-indexBox h3{
    font-size: 22px;
  }
  .tips{
    right: 1%;
  }
  .tips ul li{
    width: 40px;
    height: 40px;
  }
  .tips ul li a i{
    font-size: 18px;
  }
  .bannerBox{
    height: 460px;
  }
  .public-table ul li a, .public-table ul span{
    font-size: 12px;
  }
  .public-table ul{
    height: 55px;
  }
  .public-h3{
    font-size: 28px;
  }
  .a1-indexInnerBox .text-box{
    width: 650px;
    margin-top: 30px;
  }
  .a1-indexInnerBox .text-box p{
    font-size: 14px;
    line-height: 26px;
  }
  .a1-indexInnerBox .numContent .numText .num{
    font-size: 50px ;
  }
  .a1-indexInnerBox .numContent span{
    font-size: 26px;
  }
  .a1-indexInnerBox .numContent .one{
    font-size: 20px;
  }
  .a1-indexInnerBox .numContent{
    width: 850px;
  }
  .a1-indexInnerBox .numContent .text{
    font-size: 14px;
    margin-top: 10px;
  }
  .a1-indexInnerBox .content p{
    font-size: 14px;
    line-height: 26px;
  }
  .a1-indexInnerBox .content{
    width: 650px;
    height: 170px;
  }
  .a2-indexInnerBox ul{
    margin-top: 60px;
  }
  .a2-indexInnerBox ul li{
    height: 320px;
  }
  .a2-indexInnerBox ul li .content{
    height: 40px;
  }
  .a2-indexInnerBox ul li p{
    font-size: 14px;
  }
  .a2-indexInnerBox ul li .img-box{
    height: calc(100% - 40px);
  }
  .a2-indexBox .a2-indexInnerBox{
    padding: 80px 0 120px 0;
  }
  .a3-indexBox .a3-indexInnerBox{
    padding: 80px 0 120px 0;
  }
  .a3-indexInnerBox ul{
    margin-top: 60px;
  }
  .a3-indexInnerBox ul li{
    height: 100px;
  }
  .a4-indexBox .a4-indexInnerBox{
    padding: 80px 0 120px 0;
  }
  .a4-indexInnerBox .text-box{
    margin-top: 40px;
  }
  .a4-indexInnerBox .text-box p{
    font-size: 14px;
    line-height: 26px;
  }
  .a4-indexInnerBox .container{
    margin-top: 50px;
    height: 360px;
  }
  .a4-indexInnerBox .container .left{
    border-radius: 0 25px 0 25px;
  }
  .a4-indexInnerBox .container .left .s-c .content h6{
    font-size: 14px;
  }
  .a4-indexInnerBox .container .left .btnBox{
    bottom: 8px;
  }
  .a4-indexInnerBox .container .left .s-c .content{
    height: 35px;
  }
  .a5-indexInnerBox .flow-swiper-box .time h3{
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .a5-indexInnerBox .bg-swiper-box{
    width: 550px;
    margin: 80px auto 0;
  }
  .a5-indexInnerBox .bg-swiper-box .s-c .row h3{
    font-size: 20px;
  }
  .a5-indexInnerBox .bg-swiper-box .s-c .row h6{
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
  .a5-indexInnerBox .bg-swiper-box .s-c .row:not(:first-of-type){
    margin-top: 30px;
  }
  .a5-indexBox .a5-indexInnerBox{
    padding: 80px 0 120px 0;
  }
  .bannerBox .content h3{
    font-size: 38px;
  }
  .bannerBox .content h5{
    font-size: 26px;
    margin-top: 8px;
  }
  .ser-indexBox .ser-indexInnerBox{
    padding: 80px 0 80px 0;
  }
  .ser-indexInnerBox ul li{
    height: 330px;
  }
  .ser-indexInnerBox ul li .content h3{
    font-size: 20px;
  }
  .ser-indexInnerBox ul li .content .item-box a{
    font-size: 14px;
  }
  .ser-indexInnerBox ul li .content .item-box{
    width: 80%;
  }
  .bu-indexBox .bu-indexInnerBox{
    padding: 80px 0;
  }
  .ne-indexInnerBox .type-box .type{
    font-size: 14px;
    padding: 11px 35px;
  }
  .ne-indexInnerBox .n-list li a .left{
    width: 260px;
    height: 160px;
  }
  .ne-indexInnerBox .n-list li a .right{
    margin-left: 35px;
    width: calc(100% - 35px);
  }
  .ne-indexInnerBox .n-list li a .right .content h2{
    font-size: 20px;
  }
  .ne-indexInnerBox .n-list li a .right .content h6{
    font-size: 14px;
  }
  .ne-indexInnerBox .n-list li a .right .time h3{
    font-size: 40px;
  }
  .ne-indexInnerBox .n-list li a .right .time h6{
    font-size: 14px;
  }
  .ne-indexBox .ne-indexInnerBox{
    padding: 55px 0 80px 0;
  }
  .nd-indexBox .top .content{
    padding: 55px 0;
  }
  .nd-indexBox .top .content h3{
    font-size: 26px;
  }
  .nd-indexBox .top .content .user-time{
    margin-top: 40px;
  }
  .nd-indexBox .top .content .user-time .user, .nd-indexBox .top .content .user-time .type, .nd-indexBox .top .content .user-time .time{
    font-size: 14px;
  }
  .nd-indexInnerBox .container .content{
    width: 700px;
    font-size: 14px !important;
    line-height: 26px !important;
  }
  .nd-indexInnerBox .container{
    padding: 60px 0 80px 0;
  }
  .nd-indexInnerBox .container .bottom-link{
    margin-top: 60px;
    padding-top: 25px;
  }
  .nd-indexInnerBox .container .bottom-link a{
    font-size: 14px;
  }
  .sd-indexBox .container{
    padding: 30px 0 120px 0;
  }
  .sd-indexBox .container .slide-box{
    width: 200px;
  }
  .sd-indexBox .slide-box h3{
    font-size: 18px;
  }
  .sd-indexBox .container .slide-box .slide-ul .one-li>a .left span{
    font-size: 14px;
  }
  .sd-indexBox .container .slide-box .slide-ul .one-li>a{
    width: calc(100% - 30px);
    padding: 0 15px;
    height: 45px;
  }
  .sd-indexBox .container .slide-box .slide-ul .one-li .two-ul li a{
    height: 45px;
  }
  .sd-indexBox .container .slide-box .slide-ul .one-li .two-ul li a span{
    font-size: 14px;
    margin-left: 55px;
  }
  .sd-indexBox .container .contents h3{
    font-size: 18px;
  }
  .sd-indexBox .container .contents{
    width: 750px;
  }
  .sd-indexBox .container .content p,
  .sd-indexBox .container .content div{
    font-size: 14px !important;
    line-height: 26px !important;
  }
  .r-indexBox .r-indexInnerBox{
    padding: 80px 0 120px 0;
  }
  .r-indexInnerBox ul li{
    height: 300px;
  }
  .r-indexInnerBox ul li .content h3{
    font-size: 20px;
  }
  .r-indexInnerBox ul li .content .text p,
  .r-indexInnerBox ul li .content .text span{
    font-size: 16px;
    line-height: 28px;
  }
  .r-indexInnerBox ul li .content .more{
    font-size: 18px;
  }
  .r-indexInnerBox ul li .content .text{
    margin: 20px 0 30px 0;
  }
  .rd-indexBox .top .content h3{
    font-size: 28px;
  }
  .rd-indexBox .top .content .item{
    margin-top: 20px;
  }
  .rd-indexBox .top .content .item .type, .rd-indexBox .top .content .item span{
    font-size: 16px;
  }
  .rd-indexBox .top .content{
    padding: 45px 0 30px 0;
  }
  .rd-indexInnerBox .container .text-box h3{
    font-size: 20px;
  }
  .rd-indexInnerBox .container .text-box .text p{
    font-size: 16px;
    line-height: 32px;
  }
  .rd-indexInnerBox .container{
    padding: 50px 0 80px 0;
  }
  .rd-indexInnerBox .container .text-box:not(:first-of-type){
    margin-top: 60px;
  }
  .rd-indexInnerBox .container h2{
    margin-top: 100px;
    font-size: 20px;
  }
  .rd-indexInnerBox .container .bottom a{
    font-size: 16px;
    width: 130px;
    height: 44px;
    line-height: 44px;
  }
  .c-indexBox .c-indexInnerBox{
    padding: 80px 0 100px 0;
  }
  .c-indexInnerBox ul li{
    height: 210px;
  }
  .c-indexInnerBox ul li .left{
    width: 180px;
  }
  .c-indexInnerBox ul li .right{
    width: calc(100% - 180px);
  }
  .c-indexInnerBox ul li .right .content h3{
    font-size: 16px;
  }
  .c-indexInnerBox ul li .right .content{
    /*padding-top: 20px;*/
  }
  .c-indexInnerBox ul li .right .content .line{
    margin: 10px 0 15px 0;
  }
  .footerInnerBox .foot-nav h3 a{
    font-size: 16px;
  }
  .footerInnerBox .foot-nav .content a{
    font-size: 14px;
  }
  .footerInnerBox .foot-nav .content{
    margin-top: 20px;
  }
  .footerBox .footerInnerBox{
    padding: 60px 0 25px 0;
  }
  .footerInnerBox .footer-link a, .footerInnerBox .footer-link span{
    font-size: 14px;
  }
  .footerInnerBox .footer-link{
    margin-top: 50px;
    padding-top: 20px;
  }
}