* {
  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;
}
.appDb{
  display: none;
}
.cg-dailog{
  display: none;
}
.headerBox{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.headerBox.active{
  background-color: #174296;
}
.headerBox .headerInnerBox{
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.headerInnerBox .right{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.headerInnerBox .right .h-nav{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 89px;
  margin-right: 45px;
}
.headerInnerBox .right .h-nav .one-li{
  height: 100%;
  position: relative;
}
.headerInnerBox .right .h-nav .one-li .two-ul{
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  opacity: 0;
  transform-origin: center top;
  transition: 0.3s;
  box-shadow: 0px 4px 20px 0px rgb(4 4 6 / 30%);
  width: 149px;
}
.headerInnerBox .right .h-nav .one-li .two-ul li{
  width: 100%;
  background: #174296;
  transition: 0.3s;
}
.headerInnerBox .right .h-nav .one-li .two-ul li:not(:first-of-type){
  border-top: 1px solid #999999;    
}
.headerInnerBox .right .h-nav .one-li .two-ul li a{
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
  text-align: center;
  padding: 15px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s;
}
.headerInnerBox .right .h-nav .one-li .two-ul li a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  width: 0;
  height: 100%;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  z-index: -1;
  transition: 0.3s;
}
.headerInnerBox .right .h-nav .one-li:hover>.two-ul{
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}
.headerInnerBox .right .h-nav .one-li .two-ul li:hover{
  background: #FFFFFF;
}
.headerInnerBox .right .h-nav .one-li .two-ul li a:hover{
  color: #174296;
}
.headerInnerBox .right .h-nav .one-li .two-ul li a:hover::before{
  width: 100%;
}
.headerInnerBox .right .h-nav .one-li:not(:first-of-type){
  margin-left: 45px;
}
.headerInnerBox .right .h-nav .one-li>a{
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Microsoft YaHei;
  position: relative;
  z-index: 1;
}
.headerInnerBox .right .h-nav .one-li>a::before{
  display: block;
  content: '';
  width: 0;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  transition: 0.3s;
}
.headerInnerBox .right .h-nav .one-li>a:hover::before{
  width: 100%;
}
.headerInnerBox .right .h-nav .one-li.active>a::before{
  width: 100%;
}
.headerInnerBox .right .option{
  width: 121px;
  background: #3377FA;
  border-radius: 8px;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Microsoft YaHei;
  line-height: 40px;
  text-align: center;
}
.mySwiper{
  width: 100%;
}
.mySwiper .s-c{
  width: 100%;
  height: 100vh;
  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: 60px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: Microsoft YaHei;
  text-align: center;
}
.mySwiper .s-c .content h6{
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Microsoft YaHei;
  text-align: center;
  margin: 35px 0 80px 0;
}
.mySwiper .s-c .content a{
  /* width: 138px;
  height: 40px; */
  width: max-content;
  background: #3377FA;
  border-radius: 8px;
  margin: 0 auto;
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: Microsoft YaHei;
  padding: 12px 36px;
  /* line-height: 40px; */
  text-align: center;
}
.mySwiper .s-c .content span{
  color: #3377FA;
}
.mySwiper .s-c .s2{
  margin-left: auto;
  width: max-content;
}
.mySwiper .s-c .s2 h3{
  text-align: left;
}
.mySwiper .s-c .s2 h6{
  text-align: left;
}
.mySwiper .s-c .s2 a{
  margin: 0;
}
.mySwiper .s-c .s3 h3{
  text-align: left;
}
.mySwiper .s-c .s3 h6{
  text-align: left;
}
.mySwiper .s-c .s3 a{
  margin: 0;
  background-color: #FEA93A;
}
.mySwiper .swiper-button-prev,
.mySwiper .swiper-button-next{
  width: 50px;
  height: 50px;
  background: transparent;
  border: 2px solid #D7D7D7;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  transition: 0.3s;
}
.mySwiper .swiper-button-prev i,
.mySwiper .swiper-button-next i{
  font-size: 30px;
  color: #D7D7D7;
  transition: 0.3s;
}
.mySwiper .swiper-button-prev:hover,
.mySwiper .swiper-button-next:hover{
  border-color: #3377FA;
}
.mySwiper .swiper-button-prev:hover i,
.mySwiper .swiper-button-next:hover i{
  color: #3377FA;
}
.mySwiper .swiper-button-prev{
  left: 8%;
}
.mySwiper .swiper-button-next{
  right: 8%;
}
.mySwiper .swiper-pagination{
  width: 1400px !important;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  /* display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center; */
  text-align: left;
}
.mySwiper .swiper-pagination-bullet{
  width: 40px;
  background: #F2F7FB;
  height: 2px;
  opacity: 1;
  transition: 0.3s;
  border-radius: 0;
}
.mySwiper .swiper-pagination-bullet-active{
  width: 115px;
  height: 2px;
  background-color: #3377FA;
}
.i1-indexBox{
  width: 100%;
  background-color: #FFFFFF;
}
.i1-indexBox .i1-indexInnerBox{
  margin: 0 auto;
  padding: 100px 0 85px 0;
}
.public-box h3{
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #040404;
  font-size: 36px;
  text-align: center;
}
.public-box .line{
  width: 50px;
  background: #3377FA;
  height: 2px;
  margin: 20px auto;
}
.public-box h6{
  font-size: 18px;
  font-weight: 400;
  color: #969696;
  font-family: Microsoft YaHei;
  text-align: center;
  line-height: 30px;
}
.i1-indexInnerBox ul{
  margin-top: 60px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.i1-indexInnerBox ul li{
  margin-right: 30px;
  margin-bottom: 30px;
  width: calc((100% - 60px) / 3);
  height: 285px;
  border-radius: 10px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s;
}
.i1-indexInnerBox ul li::before{
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: -1;
  width: 0;
  height: 100%;
  transform: translateX(-50%);
  background-color: #3377FA;
  transition: 0.3s;
}
/* .i1-indexInnerBox ul li:hover{
  transform: translateY(-15px);
} */
.i1-indexInnerBox ul li:hover::before{
  width: 100%;
}
.i1-indexInnerBox ul li:hover>a .content .top .img-box img:last-of-type{
  display: block;
}
.i1-indexInnerBox ul li:hover>a .content .top .img-box img:first-of-type{
  display: none;
}
.i1-indexInnerBox ul li:hover>a .content .top .num{
  color: #EBEBEB;
}
.i1-indexInnerBox ul li:hover>a .content h3,
.i1-indexInnerBox ul li:hover>a .content h6 span{
  color: #FFFFFF;
}
.i1-indexInnerBox ul li:nth-of-type(3n){
  margin-right: 0px;
}
.i1-indexInnerBox ul li a{
  display: block;
  width: 100%;
  height: 100%;
}
.i1-indexInnerBox ul li a .content{
  width: 88%;
  margin: 0 auto;
  padding-top: 55px;
}
.i1-indexInnerBox ul li a .content .top{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
}
.i1-indexInnerBox ul li a .content .top .img-box img{
  width: 50px;
  max-height: 50px;
}
.i1-indexInnerBox ul li a .content .top .img-box img:last-of-type{
  display: none;
}
.i1-indexInnerBox ul li a .content .top .num{
  font-size: 24px;
  font-weight: bold;
  color: #EBEBEB;
  font-family: Microsoft YaHei;
  transition: 0.3s;
}
.i1-indexInnerBox ul li a .content h3{
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  font-family: Microsoft YaHei;
  margin: 33px 0 28px 0;
  transition: 0.3s;
}
.i1-indexInnerBox ul li a .content h6{
  height: 45px;
}
.i1-indexInnerBox ul li a .content h6 span{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  font-family: Microsoft YaHei;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.3s;
}
.public-btn-box{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 30px;
}
.public-btn-box a{
  width: 150px;
  border: 1px solid #3377FA;
  border-radius: 10px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 48px;
  text-align: center;
  height: 48px;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1; 
  color: #3377FA;
}
/* .public-btn-box .btn{
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #3377FA;
} */
/* .public-btn-box .bg{
  background-color: #3377FA;
  color: #FFFFFF;
} */
.public-btn-box .btn{
  margin-left: 55px;
}
.public-btn-box a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: -1;
  width: 0;
  height: 100%;
  transform: translateX(-50%);
  background-color: #3377FA;
  transition: 0.3s;
}
.public-btn-box a:hover::before{
  width: 100%;
}
.public-btn-box a:hover{
  color: #FFFFFF;
  /* transform: translateY(-10px); */
}
.i2-indexBox{
  width: 100%;
  background-color: #F8F8F8;
  padding: 85px 0 65px 0;
}
.i2-indexBox ul{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 70px;
}
.i2-indexBox ul li{
  margin-right: 40px;
  margin-bottom: 40px;
  width: calc((100% - 80px) / 3);
  transition: 0.3s;
}
.i2-indexBox ul li:hover{
  box-shadow: 0px 1px 18px 0px rgb(0 0 0 / 23%);
  transform: translateY(-15px);
}
.i2-indexBox ul li:nth-of-type(3n){
  margin-right: 0px;
}
.i2-indexBox ul li a{
  display: block;
  width: 100%;
  height: 100%;
}
.i2-indexBox ul li a .img-box{
  width: 100%;
  height: 340px; 
  overflow: hidden;
  position: relative;
}
.i2-indexBox ul li a .img-box img{
  width: 100%;
  height: 100%;
}
.i2-indexBox ul li a .img-box .flow-type{
  background-color: #E3331C;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Microsoft YaHei;
  text-align: center;
  padding: 3px 0 5px 0;
  transform: rotate(-50deg);
  width: 150px;
  position: absolute;
  left: -55px;
  top: 10px;
  z-index: 1;
}
.i2-indexBox ul li a .content-box{
  width: 100%;
  height: 120px;
  background-color: #FFFFFF;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.i2-indexBox ul li a .content-box .content{
  width: 88%;
}
.i2-indexBox ul li a .content-box .content h3{
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  font-family: Microsoft YaHei;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.i2-indexBox ul li a .content-box .content .bottom{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  margin-top: 20px;
}
.i2-indexBox ul li a .content-box .content .bottom .type{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  font-family: Microsoft YaHei;
}
.i2-indexBox ul li a .content-box .content .bottom .print{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}
.i2-indexBox ul li a .content-box .content .bottom .print i{
  font-size: 26px;
  color: #333333;
}
.i2-indexBox ul li a .content-box .content .bottom .print p{
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  font-family: Microsoft YaHei;
}
.i3-indexBox{
  width: 100%;
  background: url('../images/i3-bg.png') no-repeat center / cover;
}
.i3-indexBox .i3-indexInnerBox{
  margin: 0 auto;
  padding: 70px 0 80px 0;
}
.i3-indexInnerBox .public-box h3{
  color: #FFFFFF;
}
.i3-indexInnerBox .public-box h6{
  color: #FFFFFF;
}
.i3-indexInnerBox .container{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 60px;
}
.i3-indexInnerBox .i3-r-Swiper{
  width: 620px;
  margin: 0;
  padding: 70px 0;
}
.i3-indexInnerBox .i3-r-Swiper .swiper-pagination{
  width: 620px !important;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  /* display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center; */
  text-align: left;
}
.i3-indexInnerBox .i3-r-Swiper .swiper-pagination-bullet{
  width: 20px;
  background: #F2F7FB;
  height: 2px;
  opacity: 1;
  transition: 0.3s;
  border-radius: 0;
}
.i3-indexInnerBox .i3-r-Swiper .swiper-pagination-bullet-active{
  width: 48px;
  height: 2px;
  background-color: #3377FA;
}
.i3-indexInnerBox .i3-r-Swiper h6{
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  font-size: 16px;
}
.i3-indexInnerBox .i3-r-Swiper .name-box{
  margin-left: auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  width: max-content;
  margin-top: 40px;
}
.i3-indexInnerBox .i3-r-Swiper .name-box .line{
  width: 50px;
  height: 2px;
  background: #FFFFFF;
}
.i3-indexInnerBox .i3-r-Swiper .name-box .name{
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Microsoft YaHei;
  margin-left: 15px;
}
.i3-indexInnerBox .i3-r-Swiper .more-box{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 40px;
}
.i3-indexInnerBox .i3-r-Swiper .more-box a{
  width: 150px;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  height: 48px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Microsoft YaHei;
  text-align: center;
  line-height: 48px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  transition: 0.3s;
}
.i3-indexInnerBox .i3-r-Swiper .more-box a:last-of-type{
  margin-left: 17px;
}
.i3-indexInnerBox .i3-r-Swiper .more-box a::before{
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  width: 0;
  height: 100%;
  background-color: #3377FA;
  z-index: -1;
  transition: 0.3s;
}
.i3-indexInnerBox .i3-r-Swiper .more-box a:hover:before{
  width: 100%;
}
.i3-indexInnerBox .i3-r-Swiper .more-box a:hover{
  border-color: #3377FA;
}
.i3-indexInnerBox .i3-r-Swiper .dh1{
  position: absolute;
  top: -70px;
  left: 0px;
}
.i3-indexInnerBox .i3-r-Swiper .dh2{
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.i3-indexInnerBox .right{
  width: 710px;
  background: #FFFFFF;
  border-radius: 10px;
  height: 474px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.i3-indexInnerBox .right .content{
  width: 90%;
}
.i3-indexInnerBox .right .content h3{
  font-size: 60px;
  font-weight: 400;
  color: #333333;
  font-family: Impact;
}
.i3-indexInnerBox .right .content h3 span{
  font-size: 36px;
}
.i3-indexInnerBox .right .content h6{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  font-family: Microsoft YaHei;
  margin: 25px 0 45px 0;
}
.i3-indexInnerBox .right .content .i3-pp-Swiper ul{
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  height: 176px;
  overflow-y: auto;
}
.i3-indexInnerBox .right .content .i3-pp-Swiper ul::-webkit-scrollbar {/*滚动条整体样式*/
  width: 5px;     /*高宽分别对应横竖滚动条的尺寸 */
  height: 5px;
}
.i3-indexInnerBox .right .content .i3-pp-Swiper ul::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: #3377FA;
}
.i3-indexInnerBox .right .content .i3-pp-Swiper ul::-webkit-scrollbar-track {/*滚动条里面轨道*/
  /* box-shadow: inset 0 0 5px rgba(0,0,0,0.1); */
  border-radius: 5px;
  background: #e9e4e4;
}
.i3-indexInnerBox .right .content .i3-pp-Swiper ul li{
  margin-right: 18px;
  margin-bottom: 18px;
  width: calc((100% - 54px - 8px) / 4);
  height: 68px;
  border: 1px solid #e9e6e6;
}
.i3-indexInnerBox .right .content .i3-pp-Swiper ul li:nth-of-type(4n){
  margin-right: 0px;
}
.i3-indexInnerBox .right .content .i3-pp-Swiper 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%;
}
.i3-indexInnerBox .right .content .i3-pp-Swiper ul li a img{
  max-height: 90%;
  max-width: 100%;
}
.i4-indexBox{
  width: 100%;
  background-color: #FFFFFF;
}
.i4-indexBox .i4-indexInnerBox{
  margin: 0 auto;
  padding: 85px 0 100px 0;
}
.i4-indexInnerBox .container{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 40px;
}
.i4-indexInnerBox .container .left{
  width: 665px;
}
.i4-indexInnerBox .container .left h3{
  font-size: 24px;
  font-weight: bold;
  color: #3377FA;
  font-family: Microsoft YaHei;
  padding-bottom: 12px;
  border-bottom: 1px solid #DEDEDE;
  width: max-content;
  position: relative;
}
.i4-indexInnerBox .container .left h3::before{
  display: block;
  content: '';
  width: 25px;
  height: 3px;
  position: absolute;
  bottom: -2px;
  left: 0px;
  background-color: #3377FA;
}
.i4-indexInnerBox .container .left h5{
  margin: 30px 0 50px 0;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  font-family: Microsoft YaHei;
}
.i4-indexInnerBox .container .left h6{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  font-family: Microsoft YaHei;
}
.i4-indexInnerBox .container .left a{
  width: 150px;
  /* background: #3377FA; */
  border: 1px solid #3377FA;
  border-radius: 10px;
  height: 48px;
  font-size: 16px;
  font-weight: 400;
  color: #3377FA;
  line-height: 48px;
  text-align: center;
  font-family: Microsoft YaHei;
  display: block;
  transition: 0.3s;
  margin: 85px 0 90px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
}
.i4-indexInnerBox .container .left a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background-color: #3377FA;
  transition: 0.3s;
  z-index: -1;
}
.i4-indexInnerBox .container .left a:hover::before{
  width: 100%;
}
.i4-indexInnerBox .container .left a:hover{
  /* transform: translateY(-10px); */
  color: #FFFFFF;
}
.i4-indexInnerBox .container .right{
  width: 646px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.i4-indexInnerBox .container .right .item{
  width: calc((100% - 34px) / 3);
  margin-right: 17px;
  margin-bottom: 17px;
  border-radius: 10px;
  overflow: hidden;
}
.i4-indexInnerBox .container .right .item:nth-of-type(3n){
  margin-right: 0px;
}
.i4-indexInnerBox .container .right .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.i4-indexInnerBox .container .right .item:hover>img{
  transform: scale(1.05);
}
.i4-indexInnerBox .numContent{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%;
}
.i4-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); */
}
.i4-indexInnerBox .numContent .num-b:hover>.text{
  color: #3377FA;
}
.i4-indexInnerBox .numContent  .numText{
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.i4-indexInnerBox .numContent  .numText .num{
  font-size: 42px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3377FA;
}
.i4-indexInnerBox .numContent span{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3377FA;
  padding-bottom: 10px;
}
.i4-indexInnerBox .numContent .text{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-top: 5px;
  transition: 0.3s;
}
.i5-indexBox{
  width: 100%;
  background-color: #F8F8F8;
}
.i5-indexBox .i5-indexInnerBox{
  margin: 0 auto;
  padding: 65px 0 50px 0;
}
.i5-indexInnerBox .table{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 47px;
}
.i5-indexInnerBox .table .btn{
  width: 172px;
  border: 1px solid #3377FA;
  border-radius: 10px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #3377FA;
  font-family: Microsoft YaHei;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
}
.i5-indexInnerBox .table .btn::before{
  display: block;
  content: '';
  width: 0;
  height: 100%;
  background-color: #3377FA;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  transition: 0.3s;
}
.i5-indexInnerBox .table .btn:hover::before{
  width: 100%;
}
.i5-indexInnerBox .table .btn:hover{
  color: #FFFFFF;
}
.i5-indexInnerBox .table span{
  font-size: 18px;
  color: #C4C4C4;
  margin: 0 35px;
}
.i5-indexInnerBox .table .btn.active{
  color: #FFFFFF;
}
.i5-indexInnerBox .table .btn.active::before{
  width: 100%;
}
.i5-indexInnerBox .container{
  margin-top: 58px;
}
.i5-indexInnerBox .container .box:not(:first-of-type){
  display: none;
}
.i5-indexInnerBox .container ul{
  display: flex;
  display: -webkit-flex;
}
.i5-indexInnerBox .container ul li{
  margin-right: 21px;
  height: 449px;
  width: calc((100% - 42px) / 3);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.i5-indexInnerBox .container ul li:nth-of-type(3n){
  margin-right: 0px;
}
.i5-indexInnerBox .container ul li .c-content{
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.i5-indexInnerBox .container ul li .c-content .content{
  width: 90%;
  height: 90%;
}
.i5-indexInnerBox .container ul li .c-content .content h3{
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  font-family: Microsoft YaHei;
  transition: 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.i5-indexInnerBox .container ul li .c-content .content .time{
  font-size: 16px;
  font-weight: 400;
  color: #BCBCBC;
  font-family: Microsoft YaHei;
  margin: 25px 0 30px 0;
}
.i5-indexInnerBox .container ul li .c-content .content h6{
  height: 45px;
}
.i5-indexInnerBox .container ul li .c-content .content h6 span{
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.i5-indexInnerBox .container ul li .c-content .content img{
  margin-top: 45px;
  width: 100%;
  height: 210px;
}
.i5-indexInnerBox .container ul li .c-content .row{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  cursor: pointer;
}
.i5-indexInnerBox .container ul li .c-content .row .row-time{
  font-size: 16px;
  font-weight: 400;
  color: #BCBCBC;
  font-family: Microsoft YaHei;
}
.i5-indexInnerBox .container ul li .c-content .row a{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  font-family: Microsoft YaHei;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.3s;
  width: calc((100% - 100px));
}
.i5-indexInnerBox .container ul li .c-content .row:not(:first-of-type){
  margin-top: 22px;
}
.i5-indexInnerBox .container ul li .c-content .row-content{
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
}
.i5-indexInnerBox .container ul li .c-content .row:hover>a{
  color: #3377FA;
}
.i5-indexInnerBox .container ul li:hover>.c-content .content h3{
  color: #3377FA;
}
.i5-indexInnerBox .container ul li:hover{
  box-shadow: 0px 1px 18px 0px rgb(0 0 0 / 23%);
  transform: translateY(-10px);
}
.i5-indexInnerBox .public-btn-box{
  margin-top: 50px;
}
.i6-indexBox{
  width: 100%;
  background: url('../images/i6-1.jpg') no-repeat center / cover;
}
.i6-indexBox .i6-indexInnerBox{
  margin: 0 auto;
  padding: 80px 0 100px 0;
}
.i6-indexInnerBox .top h3{
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 30px;
}
.i6-indexInnerBox .top h6{
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Microsoft YaHei;
  margin-top: 20px;
}
.i6-indexInnerBox form{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 65px;
}
.i6-indexInnerBox form input{
  /* width: 20%; */
  height: 48px;
  border-radius: 6px;
  background: #FFFFFF;
  outline: none;
  border: none;
  text-indent: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  font-family: Microsoft YaHei;
}
.i6-indexInnerBox form input::placeholder{
  color: #666666;
}
.i6-indexInnerBox form input::-webkit-input-placeholder{
  color: #666666;
}
.i6-indexInnerBox form .pb{
  width: 20%;
}
.i6-indexInnerBox form .ms{
  width: 40%;
}
.i6-indexInnerBox form button{
  width: 15%;
  background: #FFFFFF;
  border-radius: 10px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  color: #3377FA;
  font-family: Microsoft YaHei;
  border: none;
  outline: none;
}
/* tag */
.tag-Box{
  width: 100%;
  background-color: #F8F8F8;
  margin-top: 90px;
}
.tag-Box .tag-InnerBox{
  padding: 40px 0 70px 0;
  margin: 0 auto;
}
.public-nav{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.public-nav p,
.public-nav a,
.public-nav span{
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  font-family: Microsoft YaHei;
}
.public-nav .active{
  color: #3377FA;
}
.public-nav span{
  margin: 0 15px;
}
.tag-InnerBox .container{
  width: 100%;
  margin-top: 40px;
}
.tag-InnerBox .row{
  width: 100%;
  background: #FFFFFF;
  border-radius: 10px;
}
.tag-InnerBox .row:not(:last-of-type){
  margin-bottom: 21px;
}
.tag-InnerBox .row .content{
  width: 90%;
  margin: 0 auto;
  padding: 30px 0 29px 0;
}
.tag-InnerBox .row .content h3{
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3377FA;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}
.tag-InnerBox .row .content h6{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  font-family: Microsoft YaHei;
}
.tag-InnerBox .row .content ul{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.tag-InnerBox .row .content ul li a{
  display: block;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  font-size: 16px;
  padding: 10px 18px;
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  line-height: 1;
}
.tag-InnerBox .row .content ul li a:hover{
  border-color: #3377FA;
  color: #3377FA;
}
.tag-InnerBox .row .content ul li a:hover::before{
  width: 100%;
}
.tag-InnerBox .row .content ul li a::before{
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  width: 0;
  height: 100%;
  background: rgba(51,119,250,0.06);
  transition: 0.3s;
}
.tag-InnerBox .row .content ul li:not(:last-of-type){
  margin-right: 11px;
}
.tag-InnerBox .row .content ul li{
  margin-bottom: 11px;
}
.poly-Box{
  width: 100%;
  margin-top: 90px;
  background-color: #F8F8F8;
}
.poly-Box .poly-InnerBox{
  margin:  0 auto;
  padding: 24px 0 105px 0;
}
.poly-InnerBox .container{
  margin-top: 40px;
}
.poly-InnerBox .container .top{
  width: 100%;
  height: 83px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  border-radius: 10px;
  background: url('../images/poly1.png') no-repeat center / cover;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 35px;
}
.poly-InnerBox .container .top span{
  font-size: 24px;
}
.public-list{
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.public-left{
  width: 387px;
}
.public-cptj{
  width: 100%;
  background-color: #FFFFFF;
  padding: 28px 0;
}
.public-title{
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  font-family: Microsoft YaHei;
  border-left: 6px solid #3377FA;
  line-height: 1;
  padding-left: 20px;
}
.public-cptj ul{
  width: 90%;
  margin: 30px auto 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.public-cptj ul li{
  margin-right: 16px;
  margin-bottom: 16px;
  width: calc((100% - 17px) / 2);
  height: 103px;
}
.public-cptj ul li:nth-of-type(odd){
  margin-right: 0px;
}
.public-cptj ul li a{
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.public-cptj ul li a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(70%);
}
.public-cptj ul li a .text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: Microsoft YaHei;
  width: 95%;
  text-align: center;
  z-index: 1;
}
.public-cptj ul li a .flow-bg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #3377FA;
  opacity: 0.7;
  width: 0;
  height: 0;
  transition: 0.3s;
}
.public-cptj ul li a:hover>.flow-bg{
  width: 100%;
  height: 100%;
}
.public-cptj ul li:nth-of-type(1){
  margin-right: 0px;
  width: 100%;
}
.public-rmwz{
  width: 100%;
  background-color: #FFFFFF;
  padding: 38px 0;
}
.public-rmwz ul{
  width: 90%;
  margin: 25px auto 0;
}
.public-rmwz ul li a{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.public-rmwz ul li a span{
  font-size: 16px;
  font-weight: 400;
  color: #3377FA;
  font-family: Arial;
  width: 18px;
}
.public-rmwz ul li a p{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  font-family: Microsoft YaHei;
  width: calc(100% - 18px - 9px);
  margin-left: 9px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.3s;
}
.public-rmwz ul li a:hover>p{
  color: #3377FA;
}
.public-rmwz ul li:not(:first-of-type){
  margin-top: 20px;
}
.public-left-item:not(:first-of-type){
  margin-top: 22px;
}
.public-xgzs-cptj{
  width: 100%;
  background-color: #FFFFFF;
  padding: 38px 0 20px 0;
}
.public-xgzs-cptj ul{
  width: 100%;
  margin-top: 30px;
}
.public-xgzs-cptj ul li{
  width: 100%;
  border-top: 1px solid#E6E6E6;
}
.public-xgzs-cptj ul li a{
  width: 100%;
  height: 45px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.public-xgzs-cptj ul li a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  transition: 0.3s;
  background-color: #3377FA;
  z-index: -1;
}
.public-xgzs-cptj ul li a span{
  width: 10px;
  background: #333333;
  height: 2px;
  margin: 0 25px 0 30px;
  transition: 0.3s;
}
.public-xgzs-cptj ul li a p{
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  font-family: Microsoft YaHei;
  transition: 0.3s;
}
.public-xgzs-cptj ul li a:hover::before{
  width: 100%;
}
.public-xgzs-cptj ul li a:hover>span{
  background-color: #FFFFFF;
}
.public-xgzs-cptj ul li a:hover>p{
  color: #FFFFFF;
}
.public-xgzs-cptj ul li.active a::before{
  width: 100%;
}
.public-xgzs-cptj ul li.active a span{
  background-color: #FFFFFF;
}
.public-xgzs-cptj ul li.active a p{
  color: #FFFFFF;
}
.public-rmbq{
  width: 100%;
  background-color: #FFFFFF;
  padding: 28px 0;
}
.public-rmbq ul{
  width: 90%;
  margin: 28px auto 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.public-rmbq ul li a{
  display: block;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  font-family: Microsoft YaHei;
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  line-height: 1;
}
.public-rmbq ul li a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: rgba(51,119,250,0.06);
  transition: 0.3s;
  z-index: -1;
}
.public-rmbq ul li a:hover{
  color: #3377FA;
  border-color: #3377FA;
}
.public-rmbq ul li a:hover::before{
  width: 100%;
}
.public-rmbq ul li:not(:last-of-type){
  margin-right: 10px;
}
.public-rmbq ul li{
  margin-bottom: 10px;
}
.public-right{
  width: 989px;
}
.public-right .public-right-container{
  width: 100%;
  background-color: #FFFFFF;
  padding: 35px 0 20px 0;
}
.public-right .line{
  width: 100%;
  height: 1px;
  background-color: #E2E2E2;
  margin: 30px 0 35px 0;
}
.public-right .pr-container{
  width: 95%;
  margin: 0 auto;
}
.public-right .my-pr-swiper{
  width: 100%;
  height: 184px;
  border-radius: 10px;
  overflow: hidden;
}
.public-right .my-pr-swiper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jh-list{
  margin-top: 40px;
}
.jh-list li .c-a{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.jh-list li .c-a .left{
  width: 335px;
  height: 232px;
}
.jh-list li .c-a .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jh-list li .c-a .right{
  width: calc(100% - 335px - 45px);
  margin-left: 45px;
}
.jh-list li .c-a .right .title{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.jh-list li .c-a:hover>.right .title h3{
  color: #3377FA;
}
.jh-list li .c-a .right .title h3{
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  font-size: 18px;
  width: calc(100% - 15px - 9px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-left: 9px;
  transition: 0.3s;
}
.jh-list li .c-a .right h6{
  height: 51px;
  margin: 18px 0 50px 0;
}
.jh-list li .c-a .right h6 span{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  font-family: Microsoft YaHei;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.jh-list li .c-a .right .time-text{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.jh-list li .c-a .right .time-text .text,
.jh-list li .c-a .right .time-text .time{
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  font-family: Microsoft YaHei;
}
.jh-list li .c-a .right .bottom{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 20px;
}
.jh-list li .c-a .right .bottom .type-ls{
  margin-left: 14px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  width: calc(100% - 14px - 15px);
}
.jh-list li .c-a .right .bottom .type-ls a{
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  font-family: Microsoft YaHei;
}
.jh-list li .c-a .right .bottom .type-ls .active{
  color: #3377FA;
}
.jh-list li:not(:first-of-type){
  padding: 30px 0;
  border-top: 1px solid #E2E2E2;
}
.jh-list li:first-of-type{
  padding-bottom: 30px;
}
.banner{
  width: 100%;
  height: 649px;
  position: relative;
}
.banner .active h3,
.banner .active h6{
  text-align: center;
}
.banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.banner .content h3{
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 48px;
}
.banner .content h6{
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Microsoft YaHei;
  margin-top: 35px;
}
.banner .b-nav{
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.banner .b-nav p,
.banner .b-nav a,
.banner .b-nav span{
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Microsoft YaHei;
}
.banner .b-nav span{
  margin: 0 15px;
}
.wiki-Box{
  width: 100%;
  background-color: #F8F8F8;
}
.wiki-Box .wiki-InnerBox{
  margin: 0 auto;
  padding: 98px 0 108px 0;
}
.public-right .wiki-table{
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.public-right .wiki-table .active{
  color: #FFFFFF;
  border-color: #3377FA;
}
.public-right .wiki-table .active::before{
  width: 100%;
}
.public-right .wiki-table a{
  padding: 15px 30px;
  line-height: 1;
  font-size: 18px;
  font-weight: 400;
  color: #3377FA;
  font-family: Microsoft YaHei;
  transition: 0.3s;
  border: 1px solid #3377FA;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.public-right .wiki-table a:hover{
  color: #FFFFFF;
  border-color: #3377FA;
}
.public-right .wiki-table a:hover::before{
  width: 100%;
}
.public-right .wiki-table a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
  width: 0;
  height: 100%;
  background-color: #3377FA;
  z-index: -1;
}
.public-right .wiki-text{
  width: 100%;
  margin-top: 59px;
}
.public-right .wiki-text .c-a{
  width: 100%;
  display: block;
  box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.23);
  padding: 30px 0;
}
.public-right .wiki-text .c-a .content{
  width: 94%;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.public-right .wiki-text .c-a .content .left{
  width: 335px;
  height: 232px;
}
.public-right .wiki-text .c-a .content .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-right .wiki-text .c-a .content .right{
  width: calc(100% - 335px - 45px);
  margin-left: 45px;
}
.public-right .wiki-text .c-a .content .right .title{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.public-right .wiki-text .c-a:hover>.content .right .title h3{
  color: #3377FA;
}
.public-right .wiki-text .c-a .content .right .title h3{
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  font-size: 18px;
  width: calc(100% - 15px - 9px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-left: 9px;
  transition: 0.3s;
}
.public-right .wiki-text .c-a .content .right h6{
  height: 51px;
  margin: 18px 0 50px 0;
}
.public-right .wiki-text .c-a .content .right h6 span{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  font-family: Microsoft YaHei;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.public-right .wiki-text .c-a .content .right .time-text{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.public-right .wiki-text .c-a .content .right .time-text .text,
.public-right .wiki-text .c-a .content .right .time-text .time{
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  font-family: Microsoft YaHei;
}
.public-right .wiki-text .c-a .content .right .bottom{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 20px;
}
.public-right .wiki-text .c-a .content .right .bottom .type-ls{
  margin-left: 14px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  width: calc(100% - 14px - 15px);
}
.public-right .wiki-text .c-a .content .right .bottom .type-ls a{
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  font-family: Microsoft YaHei;
}
.public-right .wiki-text .c-a .content .right .bottom .type-ls .active{
  color: #3377FA;
}
.wiki-list{
  width: 100%;
  margin-top: 55px;
}
.wiki-list li .c-a{
  display: block;
  width: 100%;
}
.wiki-list li .c-a h3{
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  font-family: Microsoft YaHei;
  transition: 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.wiki-list li .c-a:hover>h3{
  color: #3377FA;
}
.wiki-list li .c-a h6{
  height: 51px;
  margin: 25px 0;
}
.wiki-list li .c-a h6 span{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  font-family: Microsoft YaHei;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.wiki-list li .c-a .time-type{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}
.wiki-list li .c-a .time-type .time{
  font-size: 16px;
  font-weight: 400;
  color: #AAAAAA;
  font-family: Microsoft YaHei;
}
.wiki-list li .c-a .bottom{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  max-width: calc(100% - 90px - 20px);
  /*margin-top: 20px;*/
}
.wiki-list li .c-a .bottom .type-ls{
  margin-left: 14px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: calc(100% - 14px - 15px);
}
.wiki-list li .c-a .bottom .type-ls a{
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  font-family: Microsoft YaHei;
}
.wiki-list li .c-a .bottom .type-ls .active{
  color: #3377FA;
}
.wiki-list li:not(:first-of-type){
  padding: 30px 0;
  border-top: 1px solid #E2E2E2;
}
.wiki-list li:first-of-type{
  padding-bottom: 30px;
}
.public-right .details-container{
  background-color: #FFFFFF;
}
.details-container .wd-content{
  width: 94%;
  margin: 0 auto;
  padding: 65px 0 45px 0;
}
.details-container .wd-content .wd-title{
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  font-family: Microsoft YaHei;
  text-align: center;
}
.details-container .wd-content .wd-text{
  margin-top: 60px;
}
.details-container .wd-content .wd-text p,
.details-container .wd-content .wd-text span,
.details-container .wd-content .wd-text a{
  font-size: 16px !important;
  /*font-weight: 400 !important;*/
  /*color: #666666 !important;*/
  line-height: 30px !important;
  font-family: Microsoft YaHei !important;
}
.details-container .wd-content .wd-text a{
  color: #3377FA !important;
  text-decoration: underline !important;
}
.details-container .wd-content .wd-text img{
  max-width: 100%;
  margin: 30px auto;
}
.details-container .wd-content .wd-type{
  margin-top: 57px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.details-container .wd-content .wd-type p{
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  font-family: Microsoft YaHei;
  margin-bottom: 10px;
}
.details-container .wd-content .wd-type a{
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  font-size: 14px;
  line-height: 1;
  padding: 10px 18px;
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  margin-left: 20px;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 10px;
}
.details-container .wd-content .wd-type a::before{
  display: block;
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  transition: 0.3s;
  background: rgba(51,119,250,0.06);
  z-index: -1;
}
.details-container .wd-content .wd-type a:hover{
  color: #3377FA;
  border-color: #3377FA;
}
.details-container .wd-content .wd-type a:hover::before{
  width: 100%;
}
.details-container .time-share{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin: 38px 0;
}
.details-container .time-share .time{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  font-family: Microsoft YaHei;
}
.details-container .time-share .time .ses{
  margin-left: 30px;
}
.details-container .time-share .t-s-r{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-left: 80px;
}
.details-container .time-share .t-s-r .fx{
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  font-family: Microsoft YaHei;
}
.details-container .social-share .social-share-icon{
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
}
.wiki-prev-next{
  margin-top: 90px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 22px 0;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}
.wiki-prev-next .w-l{
  width: 310px;
}
.wiki-prev-next .w-l a{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  font-family: Microsoft YaHei;
  display: block;
  transition: 0.3s;
}
.wiki-prev-next .w-l a:hover{
  color: #3377FA;
}
.wiki-prev-next .w-r{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  width: 154px;
  background: #E6E6E6;
  border-radius: 25px;
  height: 50px;
}
.wiki-prev-next .w-r:hover>span{
  color: #3377FA;
}
.wiki-prev-next .w-r span{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  font-family: Microsoft YaHei;
  text-align: center;
  width: calc(100% - 50px);
  transition: 0.3s;
}
.wiki-prev-next .w-r .rund{
  width: 50px;
  height: 100%;
  border-radius: 50%;
  background-color: #3377FA;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: auto;
}
.wiki-prev-next .w-r .rund i{
  font-size: 20px;
  color: #FFFFFF;
}
.dev-Box{
  width: 100%;
}
.dev-container{
  width: 100%;
}
.dev-container .row .content{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 85px 0;
  margin: 0 auto;
}
.dev-container .row.bs{
  background-color: #F8F8F8;
}
.dev-container .row .right{
  width: 645px;
}
.dev-container .row .right h3{
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  font-family: Microsoft YaHei;
}
.dev-container .row .right .point{
  display: flex;
  display: -webkit-flex;
  margin-top: 18px;
}
.dev-container .row .right i{
  width: 8px;
  background: #3377FA;
  opacity: 0.5;
  height: 8px;
}
.dev-container .row .right i:not(:first-of-type){
  margin-left: 10px;
}
.dev-container .row .right h6{
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  font-size: 16px;
  margin: 40px 0 95px 0;
}
.dev-container .row .right .a-box{
  display: flex;
  display: -webkit-flex;
}
.dev-container .row .right .a-box a{
  width: 198px;
  border-radius: 10px;
  height: 48px;
  border: 1px solid #3377FA;
  font-size: 16px;
  font-weight: 400;
  color: #3377FA;
  font-family: Microsoft YaHei;
  line-height: 48px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
}
.dev-container .row .right .a-box a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-color: #3377FA;
  transition: 0.3s;
  width: 0px;
  height: 100%;
}
.dev-container .row .right .a-box a:hover{
  color: #FFFFFF;
}
.dev-container .row .right .a-box a:hover::before{
  width: 100%;
}
.dev-container .row .right .a-box a:last-of-type{
  margin-left: 30px;
}
.dev-container .row .left img{
  max-width: 560px;
}
.dev2-Box{
  width: 100%;
  background: url('../images/dev2-bg.jpg') no-repeat center / cover;
}
.dev2-Box .dev2-InnerBox{
  margin: 0 auto;
  padding: 86px 0;
  height: calc(930px - 172px);
  position: relative;
}
.dev2-InnerBox .item{
  display: flex;
  display: -webkit-flex;
}
.dev2-InnerBox .item .left{
  width: 357px;
}
.dev2-InnerBox .item .left h3{
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  color: #3377FA;
  font-family: Microsoft YaHei;
}
.dev2-InnerBox .item .left h6{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  font-family: Microsoft YaHei;
  margin-top: 10px;
}
.dev2-InnerBox .item .rund{
  width: 100px;
  height: 100px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.dev2-InnerBox .item .rund .flow-rund{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  z-index: -1;
  background: rgb(191, 222, 252);
  animation: pulse 4s linear infinite;
}
.dev2-InnerBox .item .rund .flow-rund1{
  animation-delay: 0s !important;
}
.dev2-InnerBox .item .rund .flow-rund2{
  animation-delay: 2s !important;
}
@keyframes pulse {
  0% {
    width: 78px;
    height: 78px;
    opacity: 1;
  }
  100% {
    width: 120px;
    height: 120px;
    opacity: 0;
  }
}
.dev2-InnerBox .item .rund .img-box{
  width: 70px;
  background: #FFFFFF;
  border: 4px solid #C5E1FB;
  border-radius: 50%;
  height: 70px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.dev2-InnerBox .item .rund .img-box img{
  transition: 1s;
}
.dev2-InnerBox .item .rund:hover>.img-box img{
  transform: rotateY(180deg);
}
.dev2-InnerBox .i-l h3,
.dev2-InnerBox .i-l h6{
  text-align: right;
}
.dev2-InnerBox .i-l .left{
  margin-right: 30px;
}
.dev2-InnerBox .i-r h3,
.dev2-InnerBox .i-r h6{
  text-align: left;
}
.dev2-InnerBox .i-r .left{
  margin-left: 30px;
}
.dev2-InnerBox .item1{
  position: absolute;
  left: 0px;
  top: 320px;
}
.dev2-InnerBox .item2{
  position: absolute;
  left: 0px;
  top: 550px;
}
.dev2-InnerBox .item3{
  position: absolute;
  right: 0px;
  top: 320px;
}
.dev2-InnerBox .item4{
  position: absolute;
  right: 0px;
  top: 550px;
}
.dev2-InnerBox a{
  display: block;
  height: 48px;
  border-radius: 10px;
  width: 150px;
  border: 1px solid #3377FA;
  line-height: 48px;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3377FA;
  font-size: 16px;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
  overflow: hidden;
}
.dev2-InnerBox a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3377FA;
  transition: 0.3s;
  width: 0;
  height: 100%;
  z-index: -1;
}
.dev2-InnerBox a:hover::before{
  width: 100%;
}
.dev2-InnerBox a:hover{
  color: #FFFFFF;
}
.dev2-InnerBox .sdys{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(50% - 10px);
  font-size: 34px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Microsoft YaHei;
}
.tall-Box{
  width: 100%;
}
.tall-Box .tall-InnerBox{
  margin: 0 auto;
  padding: 65px 0 85px 0;
}
.tall-table{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.tall-table a{
  width: 172px;
  height: 48px;
  border: 1px solid #3377FA;
  border-radius: 10px;
  text-align: center;
  line-height: 48px;
  overflow: hidden;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #3377FA;
  font-family: Microsoft YaHei;
  transition: 0.3s;
  z-index: 1;
}
.tall-table a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3377FA;
  z-index: -1;
  transition: 0.3s;
  width: 0;
  height: 100%;
}
.tall-table a:hover:before{
  width: 100%;
}
.tall-table a:hover{
  color: #FFFFFF;
}
.tall-table span{
  font-size: 20px;
  color: #C4C4C4;
  margin: 0 45px;
}
.tall-table .active::before{
  width: 100%;
}
.tall-table .active{
  color: #FFFFFF;
}
.tall-container{
  margin-top: 75px;
}
.tall-container .tall-title h3{
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  font-family: Microsoft YaHei;
}
.tall-container .tall-title h5{
  font-size: 26px;
  font-weight: 400;
  color: #CCCCCC;
  font-family: Arial;
  margin-top: 14px;
}
.tall-container .tall-title h6{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  font-family: Microsoft YaHei;
  width: 755px;
}
.tall-container .tall-title .line{
  width: 40px;
  background: #3D7EFA;
  height: 2px;
  margin: 20px 0 32px 0;
}
.tall-container .tall-list{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.tall-container .tall-list li{
  margin-right: 30px;
  width: calc((100% - 60px) / 3);
  background-color: #F8F8F8;
  height: 252px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tall-container .tall-list li::before{
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-color: #3377FA;
  transition: 0.3s;
  width: 0;
  height: 100%;
}
.tall-container .tall-list li:hover::before{
  width: 100%;
}
.tall-container .tall-list li:nth-of-type(3n){
  margin-right: 0px;
}
.tall-container .tall-list li:hover>.content h3,
.tall-container .tall-list li:hover>.content h6{
  color: #FFFFFF;
}
.tall-container .tall-list li:hover>.content .point i{
  opacity: 0.5;
  background-color: #6095FC;
}
.tall-container .tall-list li .content{
  width: 90%;
  margin: 0 auto;
  padding-top: 35px;
  height: 200px;
  overflow-y: auto;
}
.tall-container .public .content h3{
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  font-family: Microsoft YaHei;
  transition: 0.3s;
}
.tall-container .public .content .point{
  display: flex;
  display: -webkit-flex;
  padding: 15px 0 27px 0;
}
.tall-container .public .content .point i{
  width: 8px;
  background: #3377FA;
  opacity: 0.5;
  height: 8px;
  transition: 0.3s;
}
.tall-container .public .content .point i:not(:first-of-type){
  margin-left: 9px;
}
.tall-container .public .content h6{
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  font-family: Microsoft YaHei;
  transition: 0.3s;
}
.tall-container .tall-list-top{
  display: flex;
  display: -webkit-flex;
  height: 252px;
  margin: 45px 0 22px 0;
}
.tall-container .tall-list-top .left{
  background: url('../images/tall-1.jpg') no-repeat center / cover;
  height: 100%;
  border-radius: 10px;
  width: calc((100%) - (100% - 15px) / 3);
  margin-right: 30px;
}
.tall-container .tall-list-top .left .content{
  width: 93%;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding-top: 35px;
}
.tall-container .tall-list-top .left .content .point i{
  opacity: 0.5;
  background-color: #6095FC;
}
.tall-container .tall-list-top .left .content .c-l h3{
  color: #FFFFFF;
}
.tall-container .tall-list-top .left .content .c-l h6{
  color: #FFFFFF;
}
.tall-container .tall-list-top .left .content .c-l{
  width: 52%;
}
.tall-container .tall-list-top .left .content .c-r{
  width: 30%;
}
.tall-container .tall-list-top .left .content .c-r h2{
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: Microsoft YaHei;
}
.tall-container .tall-list-top .left .content .c-r .line{
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  opacity: 0.4;
  margin: 20px 0 24px 0;
}
.tall-container .tall-list-top .left .content .c-r h5{
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 23px;
  font-family: Arial;
}
.tall-container .tall-list-top .right{
  width: calc((100% - 15px) / 3);
  height: 100%;
  display: flex;
  display: -webkit-flex;
}
.tall-container .tall-list-top .right .item{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #F8F8F8;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tall-container .tall-list-top .right .item::before{
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-color: #3377FA;
  transition: 0.3s;
  width: 0;
  height: 100%;
}
.tall-container .tall-list-top .right .item:hover::before{
  width: 100%;
}
.tall-container .tall-list-top .right .item:hover>.content h3,
.tall-container .tall-list-top .right .item:hover>.content h6{
  color: #FFFFFF;
}
.tall-container .tall-list-top .right .item:hover>.content .point i{
  opacity: 0.5;
  background-color: #6095FC;
}
.tall-container .tall-list-top .right .item .content{
  width: 90%;
  margin: 0 auto;
  padding-top: 35px;
  height: 200px;
  overflow-y: auto;
}
.tall-container .public-btn-box{
  margin-top: 85px;
}
.tall2-Box{
  width: 100%;
  background-color: #F8F8F8;
  padding: 90px 0;
}
.tall2-Box .my-tall-swiper{
  margin-top: 70px;
  padding-bottom: 55px;
}
.tall2-Box .my-tall-swiper a{
  display: block;
  width: 100%;
  height: 100%;
}
.tall2-Box .my-tall-swiper a .img-box{
  width: 100%;
  height: 340px; 
  overflow: hidden;
  position: relative;
}
.tall2-Box .my-tall-swiper a .img-box img{
  width: 100%;
  height: 100%;
}
.tall2-Box .my-tall-swiper a .img-box .flow-type{
  background-color: #E3331C;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Microsoft YaHei;
  text-align: center;
  padding: 3px 0 5px 0;
  transform: rotate(-50deg);
  width: 150px;
  position: absolute;
  left: -55px;
  top: 10px;
  z-index: 1;
}
.tall2-Box .my-tall-swiper a .content-box{
  width: 100%;
  height: 120px;
  background-color: #FFFFFF;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.tall2-Box .my-tall-swiper a .content-box .content{
  width: 88%;
}
.tall2-Box .my-tall-swiper a .content-box .content h3{
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  font-family: Microsoft YaHei;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.tall2-Box .my-tall-swiper a .content-box .content .bottom{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  margin-top: 20px;
}
.tall2-Box .my-tall-swiper a .content-box .content .bottom .type{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  font-family: Microsoft YaHei;
}
.tall2-Box .my-tall-swiper a .content-box .content .bottom .print{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}
.tall2-Box .my-tall-swiper a .content-box .content .bottom .print i{
  font-size: 26px;
  color: #333333;
}
.tall2-Box .my-tall-swiper a .content-box .content .bottom .print p{
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  font-family: Microsoft YaHei;
}
.tall2-Box .my-tall-swiper .swiper-pagination{
  bottom: 0px;
}
.tall2-Box .my-tall-swiper .swiper-pagination-bullet{
  width: 60px;
  background: #CACACA;
  height: 2px;
  opacity: 1;
  transition: 0.3s;
  border-radius: 0;
}
.tall2-Box .my-tall-swiper .swiper-pagination-bullet-active{
  width: 120px;
  height: 2px;
  background-color: #3377FA;
}
.tall2-Box .public-btn-box{
  margin-top: 59px;
}
.tall3-Box{
  width: 100%;
}
.tall3-Box .tall3-InnerBox{
  margin: 0 auto;
  padding: 90px 0 105px 0;
}
.tall3-InnerBox .tall3-container{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%;
  height: 570px;
  margin-top: 58px;
}
.tall3-InnerBox .tall3-container .left{
  width: calc(50% - 30px);
  height: 100%;
  background-color: #F8F8F8;
}
.tall3-InnerBox .tall3-container .left:hover>.content .text h3{
  color: #3377FA;
}
.tall3-InnerBox .tall3-container .left .content{
  width: 90%;
  margin: 0 auto;
  padding-top: 28px;
}
.tall3-InnerBox .tall3-container .left .content .img-box{
  width: 100%;
  height: 300px;
}
.tall3-InnerBox .tall3-container .left .content .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tall3-InnerBox .tall3-container .left .content .text{
  width: 100%;
  padding-top: 40px;
}
.tall3-InnerBox .tall3-container .left .content .text h3{
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  font-family: Microsoft YaHei;
  transition: 0.3s;
}
.tall3-InnerBox .tall3-container .left .content .text .time{
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #AAAAAA;
  font-size: 14px;
  margin: 18px 0 28px 0;
}
.tall3-InnerBox .tall3-container .left .content .text h6{
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  font-size: 16px;
}
.tall3-InnerBox .tall3-container .right{
  width: calc(50% - 30px);
  height: 100%;
}
.tall3-InnerBox .tall3-container .right .row{
  width: 100%;
  height: calc((100% - 4px) / 3);
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.tall3-InnerBox .tall3-container .right .row::before{
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-color: #F8F8F8;
  transition: 0.3s;
  width: 0;
  height: 100%;
}
.tall3-InnerBox .tall3-container .right .row:hover::before{
  width: 100%;
}
.tall3-InnerBox .tall3-container .right .row:first-of-type{
  border-top: 1px solid #CCCCCC;
}
.tall3-InnerBox .tall3-container .right .row .content{
  width: 95%;
  margin: 0 auto;
}
.tall3-InnerBox .tall3-container .right .row .content .title{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.tall3-InnerBox .tall3-container .right .row .content .title span{
  width: 8px;
  background: #CCCCCC;
  border-radius: 50%;
  height: 8px;
}
.tall3-InnerBox .tall3-container .right .row .content .title h3{
  width: calc(100% - 8px - 13px);
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  font-family: Microsoft YaHei;
  margin-left: 13px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.3s;
}
.tall3-InnerBox .tall3-container .right .row .content .text{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  margin-top: 32px;
}
.tall3-InnerBox .tall3-container .right .row .content .text h6{
  width: 80%;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: Microsoft YaHei;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.tall3-InnerBox .tall3-container .right .row .content .text i{
  font-size: 32px;
  color: #B3B3B3;
  transition: 0.3s;
}
.tall3-InnerBox .tall3-container .right .row:hover>.content h3,
.tall3-InnerBox .tall3-container .right .row:hover>.content i{
  color: #3377FA;
}
.tall3-InnerBox .public-btn-box{
  margin-top: 85px;
}
.case-Box{
  width: 100%;
  background-color: #F8F8F8;
}
.case-Box .case-InnerBox{
  margin: 0 auto;
  padding: 80px 0 95px 0;
}
.case-InnerBox .case-table{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.case-InnerBox .case-table a{
  width: 172px;
  border: 1px solid #3377FA;
  border-radius: 10px;
  height: 48px;
  font-size: 18px;
  font-weight: 400;
  color: #3377FA;
  line-height: 48px;
  font-family: Microsoft YaHei;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
}
.case-InnerBox .case-table a::before{
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  background-color: #3377FA;
  width: 0px;
  height: 100%;
  transition: 0.3s;
  z-index: -1;
}
.case-InnerBox .case-table a:hover{
  color: #FFFFFF;
}
.case-InnerBox .case-table a:hover::before{
  width: 100%;
}
.case-InnerBox .case-table a.active{
  color: #FFFFFF;
}
.case-InnerBox .case-table a.active::before{
  width: 100%;
}
.case-list{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 80px;
}
.case-list li{
  margin-right: 28px;
  margin-bottom: 28px;
  width: calc((100% - 56px) / 3);
  transition: 0.3s;
}
.case-list li:hover{
  box-shadow: 0px 1px 18px 0px rgb(0 0 0 / 23%);
  transform: translateY(-10px);
}
.case-list li:nth-of-type(3n){
  margin-right: 0px;
}
.case-list li a{
  display: block;
  width: 100%;
  height: 100%;
}
.case-list li a .img-box{
  width: 100%;
   height: 220px; 
  overflow: hidden;
  position: relative;
}
.case-list li a .img-box img{
  width: 100%;
  height: 100%;
}
.case-list li a .content-box{
  width: 100%;
  height: 95px;
  background-color: #FFFFFF;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.case-list li a .content-box .content{
  width: 88%;
}
.case-list li a .content-box .content h3{
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  font-family: Microsoft YaHei;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.case-list li a .content-box .content .bottom{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  margin-top: 15px;
}
.case-list li a .content-box .content .bottom .type{
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  font-family: Microsoft YaHei;
}
.case-list li a .content-box .content .bottom .print{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}
.case-list li a .content-box .content .bottom .print i{
  font-size: 26px;
  color: #333333;
}
.case-list li a .content-box .content .bottom .print p{
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  font-family: Microsoft YaHei;
}
.case-Box .page{
  margin-top: 50px;
}
.caseX-Box .case-list li a .img-box{
  height: 640px;
}
.caseX-Box .case-list li{
  margin-right: 25px;
  margin-bottom: 25px;
  width: calc((100% - 75px) / 4);
}
.caseX-Box .case-list li:nth-of-type(3n){
  margin-right: 20px;
}
.caseX-Box .case-list li:nth-of-type(4n){
  margin-right: 0px;
}
.caseX-Box .case-list li a{
  position: relative;
}
.caseX-Box .case-list li a .flow-box{
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  /*border-radius: 6px;*/
  overflow: hidden;
  transition: 0.3s;
  opacity: 0;
}
.caseX-Box .case-list li a:hover>.img-box .flow-box{
  height: 100%;
  opacity: 1;
}
.caseX-Box .case-list li a .flow-box .imgb{
  width: 150px;
  height: 150px;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}
.caseX-Box .case-list li a .flow-box .imgb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.caseX-Box .case-list li a .flow-box .view{
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 16px;
  width: 150px;
  background: #3377FA;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  margin-top: 55px;
}
.case-d-Box{
  width: 100%;
  background-color: #F8F8F8;
}
.case-d-Box .case-d-InnerBox{
  margin: 0 auto;
  padding: 80px 0 65px 0;
}
.case-d-Box .case-d-InnerBox video{
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
.case-d-InnerBox .top .name{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.case-d-InnerBox .top .name .left{
  width: 80%;
}
.case-d-InnerBox .top .name .left h3{
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  font-family: Microsoft YaHei;
}
.case-d-InnerBox .top .name .left .type{
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  font-size: 16px;
  margin-top: 15px;
}
.case-d-InnerBox .top .name .left h6{
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  font-size: 16px;
}
.case-d-InnerBox .top .name .right{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.case-d-InnerBox .top .name .right i{
  font-size: 28px;
  color: #3377FA;
}
.case-d-InnerBox .top .name .right p{
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  font-family: Microsoft YaHei;
  line-height: 1;
  margin-left: 7px;
}
.case-d-InnerBox .top .text{
  margin: 60px 0 65px 0;
}
.case-d-InnerBox .top .text h4{
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  font-family: Microsoft YaHei;
}
.case-d-InnerBox .top .text h6{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  font-family: Microsoft YaHei;
  line-height: 30px;
  margin-top: 5px;
}
.case-d-InnerBox .public-btn-box{
  margin-top: 0px;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.case-d-InnerBox .case-d-container{
  margin-top: 85px;
}
.case-d-InnerBox .case-d-container img{
  width: 100%;
}
.case-d-InnerBox .case-d-container .bottom{
  width: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  margin-top: 40px;
}
.case-d-InnerBox .case-d-container .bottom .content{
  width: 90%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 35px 0;
  margin: 0 auto;
}
.case-d-InnerBox .case-d-container .bottom .content a{
  width: 45%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.case-d-InnerBox .case-d-container .bottom .content a .left{
  width: 220px;
  height: 165px;
  border-radius: 10px;
  overflow: hidden;
}
.case-d-InnerBox .case-d-container .bottom .content a .left img{
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}
.case-d-InnerBox .case-d-container .bottom .content a .right{
  margin-left: 35px;
  width: calc(100% - 220px - 35px);
}
.case-d-InnerBox .case-d-container .bottom .content a .right .title{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.case-d-InnerBox .case-d-container .bottom .content a .right .title i{
  color: #333333;
  font-size: 20px;
  transition: 0.3s;
}
.case-d-InnerBox .case-d-container .bottom .content a .right .title span{
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  font-family: Microsoft YaHei;
  line-height: 1;
  transition: 0.3s;
}
.case-d-InnerBox .case-d-container .bottom .content a .right h6{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  font-family: Microsoft YaHei;
  margin-top: 30px;
}
.case-d-InnerBox .case-d-container .bottom .content a:hover>.right .title i,
.case-d-InnerBox .case-d-container .bottom .content a:hover>.right .title span{
  color: #3377FA;
}
.brand-Box .brand-line{
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
  margin: 75px 0 90px 0;
}
.brand-Box .brand-title{
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  font-family: Microsoft YaHei;
  margin-bottom: 40px;
}
.brand-Box .tall-list li{
  height: 296px;
  margin-bottom: 30px;
}
.brand-Box .tall-list li .content{
  position: relative;
  padding-top: 70px;
}
.brand-Box .tall-list li .content .flow-num{
  position: absolute;
  right: 0px;
  top: 30px;
  font-size: 100px;
  font-weight: 400;
  font-style: italic;
  color: #DDE9FF;
  font-family: Arial;
}
.brand-Box .public-btn-box{
  margin-top: 55px;
}
.sz-Box{
  width: 100%;
  background: url('../images/sz-bg.jpg') no-repeat center / cover;
}
.sz-Box .sz-InnerBox{
  margin: 0 auto;
  padding: 100px 0 10px 0;
}
.sz-InnerBox .container1 ul{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 89px;
}
.sz-InnerBox .container1 ul li{
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
}
.sz-InnerBox .container1 ul li img{
  transition: 1s;
}
.sz-InnerBox .container1 ul li:hover>img{
  transform: rotateY(180deg);
}
.sz-InnerBox .container1 ul li .text{
  margin-top: 40px;
}
.sz-InnerBox .container1 ul li .text h3{
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  font-family: Microsoft YaHei;
  text-align: center;
}
.sz-InnerBox .container1 ul li .text .line{
  height: 2px;
  background: #333333;
  width: 23px;
  margin: 20px auto 25px;
}
.sz-InnerBox .container1 ul li .text h6{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: Microsoft YaHei;
  text-align: center;
}
.sz-InnerBox .container1 ul li:nth-of-type(2){
  margin: 0 250px;
}
.sz-InnerBox .container1 ul li:nth-of-type(1){
  margin-left: 50px;
}
.sz-InnerBox .container2 ul{
  margin-top: 85px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.sz-InnerBox .container2 ul li{
  margin-right: 150px;
  margin-bottom: 99px;
  width: calc((100% - 450px) / 4);
}
.sz-InnerBox .container2 ul li:nth-of-type(4n){
  margin-right: 0px;
}
.sz-InnerBox .container2 ul li img{
  height: 65px;
  margin: 0 auto;
  transition: 1s;
}
.sz-InnerBox .container2 ul li:hover>img{
  transform: rotateY(180deg);
}
.sz-InnerBox .container2 ul li .text{
  margin-top: 25px;
}
.sz-InnerBox .container2 ul li h3{
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  font-family: Microsoft YaHei;
  text-align: center;
}
.sz-InnerBox .container2 ul li .line{
  width: 23px;
  background: #333333;
  height: 2px;
  margin: 20px auto 25px;
}
.sz-InnerBox .container2 ul li h6{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  font-family: Microsoft YaHei;
  text-align: center;
}
.sz-InnerBox i{
  display: block;
  width: max-content;
  margin: 70px auto;
  font-size: 28px;
  color: #333333;
}
.sz2-Box{
  width: 100%;
  height: 720px;
  background-color: #F8F8F8;
}
.sz2-Box .sz2-InnerBox{
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.sz2-InnerBox .public-box{
  position: absolute;
  top: 109px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.sz2-InnerBox .container{
  background: #FFFFFF;
  border-radius: 10px;
  position: absolute;
  left: 0px;
  bottom: -40%;
  /* transform: translateY(37%); */
}
.sz2-InnerBox .content{
  width: 93%;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.sz2-InnerBox .content img{
  width: 130px;
  /* height: 100%; */
}
.sz2-InnerBox .content .item-box{
  width: calc((100% - 50px - 130px) / 2);
}
.sz2-InnerBox .content .item-box .item{
  display: flex;
  display: -webkit-flex;
}
.sz2-InnerBox .content .item-box .item:not(:first-of-type){
  margin-top: 40px;
}
.sz2-InnerBox .content .item-box .item .left{
  font-size: 60px;
  font-weight: 400;
  color: #BDBDBD;
  font-family: Arial;
}
.sz2-InnerBox .content .item-box .item .right{
  margin-left: 35px;
  padding-left: 35px;
  border-left: 1px solid #D4D4D4;
  /* width: calc(100% - ); */
}
.sz2-InnerBox .content .item-box .item .right h3{
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  font-family: Microsoft YaHei;
  transition: 0.3s;
}
.sz2-InnerBox .content .item-box .item .right h6{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  font-family: Microsoft YaHei;
  margin-top: 22px;
}
.sz2-InnerBox .content .item-box .item:hover>.right h3{
  color: #3377FA;
}
.sz3-Box{
  width: 100%;
  height: 540px;
  background: url('../images/sz3.jpg') no-repeat center / cover;
}
.sz4-Box{
  width: 100%;
}
.sz4-Box .sz4-InnerBox{
  margin: 0 auto;
  padding: 85px 0 100px 0;
}
.sz4-InnerBox ul{
  margin-top: 80px;
  display: flex;
  display: -webkit-flex;
}
.sz4-InnerBox ul li{
  margin-right: 18px;
  width: calc((100% - 54px) / 4);
  height: 423px;
  border-radius: 10px;
  background: #F8F8F8;
}
.sz4-InnerBox ul li:nth-of-type(4n){
  margin-right: 0px;
}
.sz4-InnerBox ul li .content{
  width: 90%;
  margin: 0 auto;
  padding-top: 70px;
}
.sz4-InnerBox ul li .content .text{
  margin-top: 55px;
}
.sz4-InnerBox ul li .content img{
  margin: 0 auto;
}
.sz4-InnerBox ul li .content .text h3{
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  font-family: Microsoft YaHei;
  text-align: center;
  transition: 0.3s;
}
.sz4-InnerBox ul li .content .text h6{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  font-family: Microsoft YaHei;
  margin-top: 25px;
  text-align: center;
}
.sz4-InnerBox ul li:hover>.content h3{
  color: #3377FA;
}
.sz4-InnerBox .public-btn-box{
  margin-top: 80px;
}
.sz5-Box{
  background-color: #F8F8F8;
}
.sz5-Box .tall3-container .left{
  background-color: #FFFFFF;
}
.sz5-Box .tall3-InnerBox .tall3-container .right .row::before{
  background-color: #FFFFFF;
}
.ex-Box{
  width: 100%;
}
.ex-Box .ex-InnerBox{
  margin: 0 auto;
  padding: 120px 0 99px 0;
}
.ex-InnerBox .item-box{
  margin-top: 55px;
}
.ex-InnerBox .item-box .item{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%;
  height: 294px;
}
.ex-InnerBox .item-box .item:not(:first-of-type){
  margin-top: 25px;
}
.ex-InnerBox .item-box .item .right{
  width: calc(600px - 11px);
  height: 100%;
}
.ex-InnerBox .item-box .item .left{
  width: calc(100% - 600px - 11px);
  height: 100%;
}
.ex-InnerBox .item-box .item .public{
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.ex-InnerBox .item-box .item .public img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ex-InnerBox .item-box .item .public .flow-title{
  width: 100%;
  height: 58px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: 0.3s;
}
.ex-InnerBox .item-box .item .public .flow-title span{
  width: 90%;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: Microsoft YaHei;
}
.ex-InnerBox .item-box .item .public .flow-content{
  width: 100%;
  height: 100%;
  background-color: rgba(51, 119, 250, 0.7);
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: 1;
  transition: 0.3s;
}
.ex-InnerBox .item-box .item .public .flow-content .text{
  width: 90%;
  margin: 0 auto;
  padding-top: 45px;
}
.ex-InnerBox .item-box .item .public .flow-content .text h3{
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 24px;
}
.ex-InnerBox .item-box .item .public .flow-content .text .line{
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  margin: 18px 0 25px 0;
}
.ex-InnerBox .item-box .item .public .flow-content .text h6{
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  font-family: Microsoft YaHei;
}
.ex-InnerBox .item-box .item .public .flow-content .text a{
  display: block;
  width: 150px;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  height: 42px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Microsoft YaHei;
  margin-top: 25px;
  line-height: 42px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ex-InnerBox .item-box .item .public .flow-content .text a::before{
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  width: 0;
  height: 100%;
  background-color: #3377FA;
  z-index: -1;
  transition: 0.3s;
}
.ex-InnerBox .item-box .item .public .flow-content .text a:hover{
  border-color: #3377FA;
}
.ex-InnerBox .item-box .item .public .flow-content .text a:hover:before{
  width: 100%;
}
.ex-InnerBox .item-box .item .public:hover>.flow-title{
  bottom: -60px;
}
.ex-InnerBox .item-box .item .public:hover>.flow-content{
  top: 0px;
}
.ex2-Box{
  width: 100%;
  background-color: #F8F8F8;
}
.ex2-Box .ex2-InnerBox{
  margin: 0 auto;
  padding: 105px 0 85px 0;
}
.ex2-InnerBox ul{
  margin-top: 70px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.ex2-InnerBox ul li{
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc((100% - 60px) / 4);
  height: 400px;
  border-radius: 10px;
  background: #FFFFFF;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ex2-InnerBox ul li:nth-of-type(4n){
  margin-right: 0px;
}
.ex2-InnerBox ul li .content{
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
}
.ex2-InnerBox ul li .content .rund{
  width: 88px;
  background: #EAF1FE;
  height: 88px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  margin: 0 auto;
  border-radius: 50%;
  transition: 0.3s;
}
.ex2-InnerBox ul li .content .rund img{
  max-width: 70%;
  transition: 0.3s;
}
.ex2-InnerBox ul li .content .text{
  margin-top: 40px;
}
.ex2-InnerBox ul li .content .text h3{
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  font-size: 18px;
  text-align: center;
  transition: 0.3s;
}
.ex2-InnerBox ul li .content .text h6{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  font-family: Microsoft YaHei;
  margin-top: 24px;
  text-align: center;
  transition: 0.3s;
}
.ex2-InnerBox ul li::before{
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background-color: #3377FA;
  transition: 0.3s;
  z-index: -1;
}
.ex2-InnerBox ul li:hover::before{
  width: 100%;
}
.ex2-InnerBox ul li:hover>.content .text h3,
.ex2-InnerBox ul li:hover>.content .text h6{
  color: #FFFFFF;
}
.ex2-InnerBox ul li:hover>.content .rund{
  background-color: #4885FB;
}
.ex2-InnerBox ul li:hover>.content .rund img{
  filter: grayscale(100%) brightness(500%)
}
.ex3-Box{
  width: 100%;
  background-color: #E2ECFF;
}
.ex3-Box .ex3-InnerBox{
  margin: 0 auto;
  padding: 80px 0;
}
.ex3-InnerBox ul{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 60px;
}
.ex3-InnerBox ul li img{
  margin: 0 auto;
  transition: 1s;
}
.ex3-InnerBox ul li:hover>img{
  transform: rotateY(180deg);
}
.ex3-InnerBox ul li p{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  font-family: Microsoft YaHei;
  margin-top: 25px;
}
.ex3-Box .public-btn-box{
  margin-top: 74px;
}
.ex4-Box{
  width: 100%;
}
.ex4-Box .ex4-InnerBox{
  margin: 0 auto;
  padding: 115px 0 95px 0;
}
.ex4-InnerBox img{
  margin-top: 109px;
  width: 100%;
}
.ex4-InnerBox .container{
  position: relative;
}
.ex4-InnerBox .container .top{
  display: flex;
  display: -webkit-flex;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.ex4-InnerBox .container .top .item{
  margin-top: -55px;
}
.ex4-InnerBox .container .top .item:nth-of-type(1){
  margin-left: 50px;
}
.ex4-InnerBox .container .top .item:nth-of-type(2){
  margin-left: 150px;
}
.ex4-InnerBox .container .top .item:nth-of-type(3){
  margin-left: 150px;
}
.ex4-InnerBox .container .public .item{
  width: 350px;
}
.ex4-InnerBox .container .public .item:hover>h5{
  color: #3377FA;
}
.ex4-InnerBox .container .public h3{
  font-size: 67px;
  font-weight: bold;
  color: #3377FA;
  font-family: Arial;
  opacity: 0.3;
  position: relative;
  z-index: 1;
}
.ex4-InnerBox .container .public h5{
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  font-family: Microsoft YaHei;
  position: relative;
  z-index: 2;
  margin-top: -25px;
  transition: 0.3s;
}
.ex4-InnerBox .container .public h6{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  font-family: Microsoft YaHei;
  margin-top: 20px;
}
.ex4-InnerBox .container .bottom{
  display: flex;
  display: -webkit-flex;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.ex4-InnerBox .container .bottom .item:nth-of-type(1){
  margin-left: 300px;
}
.ex4-InnerBox .container .bottom .item:nth-of-type(2){
  margin-left: 160px;
}
.des-Box{
  width: 100%;
  background-color: #F8F8F8;
}
.des-Box .des-InnerBox{
  margin: 0 auto;
  padding: 160px 0 10px 0;
}
.des-InnerBox .container{
  margin-top: 60px;
}
.des-InnerBox .public{
  width: 100%;
  height: 227px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  background-color: #FFFFFF;
}
.des-InnerBox .public .content{
  width: 90%;
  margin: 0 auto;
}
.des-InnerBox .public .content h3{
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  font-family: Microsoft YaHei;
  transition: 0.3s;
}
.des-InnerBox .public .content h6{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  font-family: Microsoft YaHei;
  margin-top: 20px;
}
.des-InnerBox .top{
  background: url('../images/des2.jpg') no-repeat center / cover;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.des-InnerBox .top:hover>.content h3{
  color: #3377FA;
}
.des-InnerBox .top h6{
  width: 50%;
}
.des-InnerBox .item-box .content{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.des-InnerBox .item-box .content .demo{
  width: 325px;
}
.des-InnerBox .item-box .content span{
  width: 1px;
  /* height: ; */
  background-color: #E6E6E6;
}
.des-InnerBox .item-box .content .demo:hover>h3{
  color: #3377FA;
}
.des-InnerBox .item-box .item{
  border-top: 1px solid #E6E6E6;
}
.des2-Box{
  width: 100%;
  background-color: #F8F8F8;
}
.des2-Box .des2-InnerBox{
  margin: 0 auto;
  padding: 105px 0;
}
.des2-InnerBox .my-hb-swiper{
  margin-top: 80px;
}
.des2-InnerBox .my-hb-swiper ul{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.des2-InnerBox .my-hb-swiper ul li{
  margin-right: 30px;
  margin-bottom: 25px;
  width: calc((100% - 120px - 10px) / 5);
  height: 124px;
  background-color: #FFFFFF;
  border: 1px solid #f5f1f1;
}
.des2-InnerBox .my-hb-swiper 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%;
}
.des2-InnerBox .my-hb-swiper ul li a img{
  max-width: 85%;
  max-height: 85%;
}
.des2-InnerBox .my-hb-swiper ul li:nth-of-type(5n){
  margin-right: 0px;
}
.des3-Box{
  width: 100%;
}
.des3-Box .des3-InnerBox{
  margin: 0 auto;
  padding: 105px 0 100px 0;
}
.des3-InnerBox img{
  margin-top: 109px;
  width: 100%;
}
.des3-InnerBox .container{
  position: relative;
}
.des3-InnerBox .container .top{
  display: flex;
  display: -webkit-flex;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.des3-InnerBox .container .top .item{
  margin-top: -55px;
}
.des3-InnerBox .container .top .item:nth-of-type(1){
  margin-left: 50px;
}
.des3-InnerBox .container .top .item:nth-of-type(2){
  margin-left: 165px;
}
.des3-InnerBox .container .top .item:nth-of-type(3){
  margin-left: 160px;
}
.des3-InnerBox .container .public .item{
  width: 270px;
}
.des3-InnerBox .container .public .item:hover>h5,
.des3-InnerBox .container .public .item:hover>h6{
  color: #3377FA;
}
.des3-InnerBox .container .public h3{
  font-size: 67px;
  font-weight: bold;
  color: #3377FA;
  font-family: Arial;
  opacity: 0.3;
  position: relative;
  z-index: 1;
}
.des3-InnerBox .container .public h5{
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  font-family: Microsoft YaHei;
  position: relative;
  z-index: 2;
  margin-top: -25px;
  transition: 0.3s;
}
.des3-InnerBox .container .public h6{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  font-family: Microsoft YaHei;
  margin-top: 20px;
  transition: 0.3s;
  height: 90px;
  overflow-y: auto;
}
.des3-InnerBox .container .bottom{
  display: flex;
  display: -webkit-flex;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.des3-InnerBox .container .bottom .item:nth-of-type(1){
  margin-left: 270px;
}
.des3-InnerBox .container .bottom .item:nth-of-type(2){
  margin-left: 160px;
}
.des3-InnerBox .container .bottom .item:nth-of-type(3){
  margin-left: 160px;
}
.fore-Box .tall-container .tall-list li{
  margin-right: 23px;
  width: calc((100% - 69px) / 4);
}
.fore-Box .tall-container .tall-list li:nth-of-type(3n){
  margin-right: 23px;
}
.fore-Box .tall-container .tall-list li:nth-of-type(4n){
  margin-right: 0px;
}
.fore-Box .tall-container .tall-list-top .left{
  width: calc(50% - 11px);
  margin-right: 22px;
}
.fore-Box .tall-container .tall-list-top .right{
  width: calc(50% - 11px);
}
.fore-Box .tall-container .tall-list-top .right .item{
  margin-right: 23px;
  width: calc((100% - 23px) / 2);
}
.fore-Box .tall-container .tall-list-top .right .item:nth-of-type(2n){
  margin-right: 0px;
}
.fore-Box .tall-container .tall-list-top .left .content .c-r{
  width: 35%;
}
.fore-Box .tall-container .tall-list li .content{
  padding-top: 30px;
}
.fore-Box .tall-container .tall-list-top .right .item .content{
  padding-top: 30px;
}
.app-Box{
  background-color: #F8F8F8;
}
.app-Box .tall-container .tall-list li{
  background-color: #FFFFFF;
}
.app-Box .tall-container .tall-list-top .right .item{
  background-color: #FFFFFF;
}
.app2-Box{
  width: 100%;
  background-color: #FFFFFF;
}
.app2-Box .app2-InnerBox{
  margin: 0 auto;
  padding: 85px 0;
}
.app2-InnerBox .my-app-swiper{
  margin-top: 58px;
  padding-bottom: 50px;
}
.app2-InnerBox .my-app-swiper a{
  position: relative;
}
.app2-InnerBox .my-app-swiper a .flow-box{
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  height: 0;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  border-radius: 6px;
  overflow: hidden;
  transition: 0.3s;
  opacity: 0;
}
.app2-InnerBox .my-app-swiper a:hover>.flow-box{
  height: 100%;
  opacity: 1;
}
.app2-InnerBox .my-app-swiper a .flow-box .img-box{
  width: 150px;
  height: 150px;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}
.app2-InnerBox .my-app-swiper a .flow-box .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.app2-InnerBox .my-app-swiper a .flow-box .view{
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 16px;
  width: 150px;
  background: #3377FA;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  margin-top: 55px;
}
.app2-InnerBox .my-app-swiper img{
  max-width: 100%;
  height: 400px;
  margin: 0 auto;
}
.app2-InnerBox .my-app-swiper .swiper-pagination{
  bottom: 0px;
}
.app2-InnerBox .my-app-swiper .swiper-pagination-bullet{
  width: 60px;
  background: #CACACA;
  height: 2px;
  opacity: 1;
  transition: 0.3s;
  border-radius: 0;
}
.app2-InnerBox .my-app-swiper .swiper-pagination-bullet-active{
  width: 120px;
  height: 2px;
  background-color: #3377FA;
}
.app2-InnerBox .public-btn-box{
  margin-top: 60px;
}
.app3-Box{
  width: 100%;
  background: url('../images/app3-bg.jpg') no-repeat center / cover;
}
.app3-Box .app3-InnerBox{
  margin: 0 auto;
  height: 1240px;
  position: relative;
}
.app3-InnerBox .public-box{
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
}
.app3-InnerBox .item-box{
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
}
.app3-InnerBox .item-box .item{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  /* background: rgba(51,119,250,0.2); */
  border-radius: 50%;
}
.app3-InnerBox .item-box .item .img-box{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  background: #3377FA;
  border-radius: 50%;
}
.app3-InnerBox .item-box .item .img-box img{
  width: 50%;
  transition: 1s;
}
.app3-InnerBox .item-box:hover>.item .img-box img{
  transform: rotateY(180deg);
}
.app3-InnerBox .item-box p{
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  font-family: Microsoft YaHei;
  margin-top: 20px;
}
.app3-InnerBox .item-box .item .flow-rund{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  z-index: -1;
  background: #5c95f7;
}
.app3-InnerBox .item1{
  position: absolute;
  left: 0px;
  bottom: 389px;
}
.app3-InnerBox .item1 .item{
  width: 197px;
  height: 197px;
  position: relative;
  z-index: 1;
}
.app3-InnerBox .item1 .item .img-box{
  width: 156px;
  height: 156px;
}
.app3-InnerBox .item1 .item .flow-rund{
  animation: it1 4s linear infinite;
}
.app3-InnerBox .item1 .item .flow-rund1{
  animation-delay: 0s !important;
}
.app3-InnerBox .item1 .item .flow-rund2{
  animation-delay: 2s !important;
}
@keyframes it1 {
  0% {
    width: 156px;
    height: 156px;
    opacity: 1;
  }
  100% {
    width: 197px;
    height: 197px;
    opacity: 0;
  }
}
.app3-InnerBox .item2{
  position: absolute;
  left: 230px;
  top: 366px;
}
.app3-InnerBox .item2 .item{
  width: 140px;
  height: 140px;
  position: relative;
  z-index: 1;
}
.app3-InnerBox .item2 .item .img-box{
  width: 114px;
  height: 114px;
}
.app3-InnerBox .item2 .item .flow-rund{
  animation: it2 4s linear infinite;
}
.app3-InnerBox .item2 .item .flow-rund1{
  animation-delay: 0s !important;
}
.app3-InnerBox .item2 .item .flow-rund2{
  animation-delay: 2s !important;
}
@keyframes it2 {
  0% {
    width: 114px;
    height: 114px;
    opacity: 1;
  }
  100% {
    width: 140px;
    height: 140px;
    opacity: 0;
  }
}
.app3-InnerBox .item3{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 290px;
}
.app3-InnerBox .item3 .item{
  width: 114px;
  height: 114px;
  position: relative;
  z-index: 1;
}
.app3-InnerBox .item3 .item .img-box{
  width: 90px;
  height: 90px;
}
.app3-InnerBox .item3 .item .flow-rund{
  animation: it3 4s linear infinite;
}
.app3-InnerBox .item3 .item .flow-rund1{
  animation-delay: 0s !important;
}
.app3-InnerBox .item3 .item .flow-rund2{
  animation-delay: 2s !important;
}
@keyframes it3 {
  0% {
    width: 90px;
    height: 90px;
    opacity: 1;
  }
  100% {
    width: 114px;
    height: 114px;
    opacity: 0;
  }
}
.app3-InnerBox .item4{
  position: absolute;
  right: 200px;
  top: 406px;
}
.app3-InnerBox .item4 .item{
  width: 160px;
  height: 160px;
  position: relative;
  z-index: 1;
}
.app3-InnerBox .item4 .item .img-box{
  width: 127px;
  height: 127px;
}
.app3-InnerBox .item4 .item .flow-rund{
  animation: it4 4s linear infinite;
}
.app3-InnerBox .item4 .item .flow-rund1{
  animation-delay: 0s !important;
}
.app3-InnerBox .item4 .item .flow-rund2{
  animation-delay: 2s !important;
}
@keyframes it4 {
  0% {
    width: 127px;
    height: 127px;
    opacity: 1;
  }
  100% {
    width: 160px;
    height: 160px;
    opacity: 0;
  }
}
.app3-InnerBox .item5{
  position: absolute;
  right: 50px;
  bottom: 406px;
}
.app3-InnerBox .item5 .item{
  width: 99px;
  height: 99px;
  position: relative;
  z-index: 1;
}
.app3-InnerBox .item5 .item .img-box{
  width: 78px;
  height: 78px;
}
.app3-InnerBox .item5 .item .flow-rund{
  animation: it5 4s linear infinite;
}
.app3-InnerBox .item5 .item .flow-rund1{
  animation-delay: 0s !important;
}
.app3-InnerBox .item5 .item .flow-rund2{
  animation-delay: 2s !important;
}
@keyframes it5 {
  0% {
    width: 78px;
    height: 78px;
    opacity: 1;
  }
  100% {
    width: 99px;
    height: 99px;
    opacity: 0;
  }
}
.app3-InnerBox .item6{
  position: absolute;
  right: 210px;
  bottom: 139px;
}
.app3-InnerBox .item6 .item{
  width: 139px;
  height: 139px;
  position: relative;
  z-index: 1;
}
.app3-InnerBox .item6 .item .img-box{
  width: 110px;
  height: 110px;
}
.app3-InnerBox .item6 .item .flow-rund{
  animation: it6 4s linear infinite;
}
.app3-InnerBox .item6 .item .flow-rund1{
  animation-delay: 0s !important;
}
.app3-InnerBox .item6 .item .flow-rund2{
  animation-delay: 2s !important;
}
@keyframes it6 {
  0% {
    width: 110px;
    height: 110px;
    opacity: 1;
  }
  100% {
    width: 139px;
    height: 139px;
    opacity: 0;
  }
}
.app3-InnerBox .item7{
  position: absolute;
  left: 250px;
  bottom: 139px;
}
.app3-InnerBox .item7 .item{
  width: 120px;
  height: 120px;
  position: relative;
  z-index: 1;
}
.app3-InnerBox .item7 .item .img-box{
  width: 92px;
  height: 92px;
}
.app3-InnerBox .item7 .item .flow-rund{
  animation: it7 4s linear infinite;
}
.app3-InnerBox .item7 .item .flow-rund1{
  animation-delay: 0s !important;
}
.app3-InnerBox .item7 .item .flow-rund2{
  animation-delay: 2s !important;
}
@keyframes it7 {
  0% {
    width: 92px;
    height: 92px;
    opacity: 1;
  }
  100% {
    width: 120px;
    height: 120px;
    opacity: 0;
  }
}
.ca-Box{
  width: 100%;
  background: url('../images/ca2.jpg') no-repeat center / cover;
}
.ca-Box .ca-InnerBox{
  padding: 110px 0 75px 0;
  margin: 0 auto;
}
.ca-InnerBox .container{
  display: flex;
  display: -webkit-flex;
  width: 100%;
  height: 494px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 60px;
}
.ca-InnerBox .container .left{
  width: 50%;
  height: 100%;
  position: relative;
}
.ca-InnerBox .container .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ca-InnerBox .container .left .flow-rund{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  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;
}
.ca-InnerBox .container .left .flow-rund h3{
  font-size: 26px;
  font-weight: 400;
  color: #3377FA;
  font-family: Arial;
  text-align: center;
  max-width: 90%;
}
.ca-InnerBox .container .left .flow-rund h6{
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  font-size: 16px;
  max-width: 90%;
  text-align: center;
  margin-top: 15px;
}
.ca-InnerBox .container .right{
  width: 50%;
  background-color: #FFFFFF;
}
.ca-InnerBox .container .right form{
  width: 88%;
  margin: 0 auto;
  padding-top: 25px;
}
.ca-InnerBox .container .right form h3{
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  font-family: Microsoft YaHei;
}
.ca-InnerBox .container .right form .line{
  width: 29px;
  background: #3377FA;
  height: 2px;
  margin: 20px 0 30px 0;
}
.ca-InnerBox .container .right form .row{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.ca-InnerBox .container .right form input{
  width: 100%;
  height: 48px;
  border-radius: 6px;
  background: #F5F6F7;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  font-family: Microsoft YaHei;
  text-indent: 20px;
  outline: none;
  border: none;
  margin-bottom: 20px;
  display: block;
}
.ca-InnerBox .container .right form input::placeholder,
.ca-InnerBox .container .right form input::-webkit-input-placeholder{
  color: #333333;
}
.ca-InnerBox .container .right form textarea{
  width: 100%;
  height: 95px;
  border-radius: 6px;
  background-color: #F5F6F7;
  outline: none;
  border: none;
  resize: none;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  font-family: Microsoft YaHei;
  text-indent: 20px;
  padding-top: 20px;
}
.ca-InnerBox .container .right form textarea::placeholder,
.ca-InnerBox .container .right form textarea::-webkit-input-placeholder{
  color: #333333;
}
.ca-InnerBox .container .right form .row input{
  width: calc((100% - 20px) / 2);
}
.ca-InnerBox .container .right form button{
  outline: none;
  border: none;
  width: 150px;
  background: #3377FA;
  border-radius: 10px;
  height: 48px;
  font-size: 16px;
  font-weight: 400;
  color: #F8F8F8;
  font-family: Microsoft YaHei;
  margin-top: 40px;
  cursor: pointer;
}
.ca2-Box{
  width: 100%;
  background: url('../images/ca4.jpg') no-repeat center / cover;
}
.ca2-Box .ca2-InnerBox{
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 100px 0;
}
.ca2-InnerBox .right{
  width: 785px;
  height: 440px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.ca2-InnerBox .right .content{
  width: 85%;
}
.ca2-InnerBox .right .content h3{
  font-size: 24px;
  font-weight: bold;
  color: #3377FA;
  font-family: Microsoft YaHei;
  width: max-content;
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 10px;
  position: relative;
}
.ca2-InnerBox .right .content h3::before{
  display: block;
  content: '';
  width: 24px;
  background: #3377FA;
  height: 4px;
  position: absolute;
  left: 0px;
  bottom: -2px;
}
.ca2-InnerBox .right .content h5{
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  margin: 30px 0 60px 0;
  font-family: Microsoft YaHei;
}
.ca2-InnerBox .right .content h6{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  font-family: Microsoft YaHei;
}
.ca2-InnerBox .right .content .point{
  display: flex;
  display: -webkit-flex;
  margin-top: 50px;
}
.ca2-InnerBox .right .content .point i{
  height: 12px;
  background: #3377FA;
  border-radius: 50%;
  width: 12px;
}
.ca2-InnerBox .right .content .point i:not(:first-of-type){
  margin-left: 23px;
}
.ca2-InnerBox .left{
  width: calc(100% - 785px - 50px);
}
.ca2-InnerBox .left .title h3{
  font-size: 36px;
  font-weight: bold;
  font-family: Microsoft YaHei;
  color: #040404;
}
.ca2-InnerBox .left .title h6{
  font-size: 16px;
  font-weight: 400;
  color: #CCCCCC;
  font-family: Microsoft YaHei;
  margin-top: 15px;
}
.ca2-InnerBox .numContent{
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 60px;
}
.ca2-InnerBox .numContent .num-b{
  width: 50%;
  margin-bottom: 60px;
  cursor: pointer;
}
.ca2-InnerBox .numContent .num-b .numText{
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.ca2-InnerBox .numContent .num-b .numText .num{
  font-size: 42px;
  font-weight: bold;
  color: #3377FA;
  font-family: Microsoft YaHei;
  line-height: 1;
}
.ca2-InnerBox .numContent .num-b .numText span{
  font-size: 14px;
  font-weight: bold;
  color: #3377FA;
  font-family: Microsoft YaHei;
  line-height: 1;
  padding-bottom: 5px;
}
.ca2-InnerBox .numContent .num-b .text{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  font-family: Microsoft YaHei;
  margin-top: 10px;
  transition: 0.3s;
}
.ca2-InnerBox .numContent .num-b:hover>.text{
  color: #3377FA;
}
.ca3-Box{
  width: 100%;
  background: url('../images/ca5.jpg') no-repeat center / cover;
}
.ca3-Box .ca3-InnerBox{
  margin: 0 auto;
  padding: 85px 0 110px 0;
}
.ca3-InnerBox .container{
  margin-top: 65px;
  height: 655px;
  position: relative;
}
.ca3-InnerBox .container .dh{
  position: absolute;
}
.ca3-InnerBox .container .l-t{
  top: -80px;
  left: 0px;
}
.ca3-InnerBox .container .r-b{
  bottom: -80px;
  right: 0px;
}
.ca3-InnerBox .container ul{
  height: 100%;
}
.ca3-InnerBox .container li{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 30px;
}
.ca3-InnerBox .container li .rund{
  width: 106px;
  background: rgba(51, 119, 250, 0.2);
  border-radius: 50%;
  height: 106px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.ca3-InnerBox .container li .rund img{
  width: 80%;
}
.ca3-InnerBox .container li .text{
  width: calc(100% - 106px - 50px);
  border: 2px solid #3377FA;
  border-radius: 10px;
  padding: 45px 0 25px 0;
  position: relative;
  background-color: #F4F7FC;
}
.ca3-InnerBox .container li .text::before{
  display: block;
  content: '';
  position: absolute;
  top: 30px;
  left: -12px;
  transform: rotate(45deg);
  /* border: 2px solid #3377FA; */
  border-left: 2px solid #3377FA;
  border-bottom: 2px solid #3377FA;
  background-color: #F4F7FC;
  width: 20px;
  height: 20px;
}
.ca3-InnerBox .container li .text.active{
  box-shadow: 3px 3px 10px 0px rgba(51, 119, 250, 0.5);
  background-color: #FFFFFF;
}
.ca3-InnerBox .container li .text.active::before{
  left: unset;
  right: -12px;
  transform: rotate(-133deg);
  background-color: #FFFFFF;
}
.ca3-InnerBox .container li .text .content{
  width: 94%;
  margin: 0 auto;
}
.ca3-InnerBox .container li .text .content h6{
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 34px;
  font-family: Microsoft YaHei;
}
.ca3-InnerBox .container li .text .content .name{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.ca3-InnerBox .container li .text .content .name i{
  width: 50px;
  background: #333333;
  height: 2px;
  margin-left: auto;
}
.ca3-InnerBox .container li .text .content .name span{
  margin-left: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  font-family: Microsoft YaHei;
}
.ca3-InnerBox .public-btn-box{
  margin-top: 150px;
}
.mapBox{
  width: 100%;
  height: 630px;
}
.mapBox #map{
  width: 100%;
  height: 100%;
}
#map .BMap_cpyCtrl{
  display:none;
}
#map .anchorBL{
  display:none;
}
.t-page #pages{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 30px;
}
.t-page #pages li:not(:first-of-type){
  margin-left: 5px;
}
.t-page #pages li.active a,
.t-page #pages li.active span{
  background: #3377FA;
  border-color: #3377FA;
  color: #FFFFFF;
}
.t-page #pages li a,
.t-page #pages li span{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 4px;
  border: 1px solid #d2d2d2;
  font-size: 14px;
}
/* 分页 */
.page {
  /* border: 1px solid red; */
  width: 100%;
  margin-top: 90px;
}
.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: 65px;
  height: 35px;
  margin-right: 5px;
  padding: 0;
  background: #ffffff;
  border: 1px solid #DDDDDD;
}
.page .el-pagination .btn-next {
  padding: 0;
  width: 65px;
  background: #ffffff;
  border: 1px solid #DDDDDD;
  height: 35px;
}
.page .el-pagination .btn-prev .el-icon-arrow-left:before {
  content: '首页';
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  font-family: Microsoft YaHei;
}
.page .el-pagination .btn-next .el-icon-arrow-right:before {
  content: '末页';
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.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: #3377FA;
  color: #ffffff;
}
/* .page .el-pagination .el-pager li:hover {
  color: #3377FA !important;
} */
.page .el-pagination .el-pager .btn-quicknext:hover {
  color: #3377FA;
}
.footerBox{
  width: 100%;
  background-color: #202020;
}
.footerBox .footerInnerBox{
  margin: 0 auto;
  padding: 60px 0 50px 0;
}
.footerInnerBox .top .l-p{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
}
.footerInnerBox .top .l-p .logo img{
  width: 135px;
}
.footerInnerBox .top .l-p .right{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.footerInnerBox .top .l-p .right .item{
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.footerInnerBox .top .l-p .right .item:last-of-type{
  margin-left: 55px;
}
.footerInnerBox .top .l-p .right .item p{
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Microsoft YaHei;
}
.footerInnerBox .top .l-p .right .item h3{
  font-size: 36px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: Microsoft YaHei;
  line-height: 1;
}
.footerInnerBox .top .line{
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 40px 0;
}
.footerInnerBox .top ul{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.footerInnerBox .top ul li a{
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Microsoft YaHei;
}
.footerInnerBox .top ul span{
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.2);
  font-family: Microsoft YaHei;
  margin: 0 30px;
}
.footerInnerBox .container{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 70px;
}
.footerInnerBox .container .left{
  width: 1000px;
}
.footerInnerBox .container .left .item-box{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.footerInnerBox .container .left .item-box .item{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  width: calc((100% - 20px) / 2);
  margin-bottom: 15px;
}
.footerInnerBox .container .left .item-box .item i{
  font-size: 18px;
  color: #BCBCBC;
}
.footerInnerBox .container .left .item-box .item p{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #BCBCBC;
  margin-left: 10px;
}
.footerInnerBox .container .left .search-list{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.footerInnerBox .container .left .search-list li:not(:first-of-type){
  margin: 0 10px;
}
.footerInnerBox .container .left .search-list li a{
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  font-family: Microsoft YaHei;
}
.footerInnerBox .container .search-link{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 40px;
}
.footerInnerBox .container .search-link li a{
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  font-family: Microsoft YaHei;
}
.footerInnerBox .container .search-link span{
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  font-family: Microsoft YaHei;
  margin: 0 15px;
}
.footerInnerBox .container .search-box{
  margin-top: 60px;
}
.footerInnerBox .right .qr-box{
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
}
.footerInnerBox .right .qr-box img{
  width: 120px;
}
.footerInnerBox .right .qr-box p{
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Microsoft YaHei;
  text-align: center;
}
.footerInnerBox .right ul{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 30px;
}
.footerInnerBox .right ul .item{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #4D4D4D;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  position: relative;
}
.footerInnerBox .right ul .item:not(:first-of-type){
  margin-left: 14px;
}
.footerInnerBox .right ul .item i{
  color: #9C9C9C;
  font-size: 18px;
}
.footerInnerBox .right ul .item>img{
  max-width: 60%;
}
.footerInnerBox .right ul .item>img:last-of-type{
  display: none;
}
.footerInnerBox .right ul .item .flow-img{
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background-color: #4D4D4D;
  padding: 7px;
  border-radius: 5px;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
  display: none;
}
.footerInnerBox .right ul .item .flow-img img{
  width: 100%;
  height: 100%;
}
.footerInnerBox .right ul .item:hover>img:last-of-type{
  display: block;
}
.footerInnerBox .right ul .item:hover>img:first-of-type{
  display: none;
}
.footerInnerBox .right ul .item:hover>.flow-img{
  display: block;
}
.footerLink{
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footerLink .footerInnerLink{
  margin: 0 auto;
  padding: 35px 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
} 
.footerLink .footerInnerLink a,
.footerLink .footerInnerLink span{
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  font-family: Arial;
  position: relative;
}
.footerLink .footerInnerLink span{
  margin: 0 20px;
}
.tips{
  position: fixed;
  /*display: none;*/
  right: 10px;
  top: 37%;
  z-index: 99;
  box-shadow: 0px 1px 18px 0px rgb(0 0 0 / 23%);
  border-radius: 41px;
}
.tips ul li{
  width: 72px;
  background: #FFFFFF;
  transition: 0.3s;
  position: relative;
}
.tips ul li:not(:last-of-type) a::before{
  display: block;
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 1px;
  background-color: #C4C4C4;
  opacity: 0.4;
}
.tips ul li:first-of-type{
  border-radius: 36px 36px 0 0;
}
.tips ul li:last-of-type{
  border-radius: 0 0 36px 36px;
}
.tips ul li a{
  width: 85%;
  height: auto;
  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;
  padding: 15px 0;
  margin: 0 auto;
}
.tips ul li a i{
  font-size: 22px;
  color: #666666;
  transition: 0.3s;
}
.tips ul li a p{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  font-family: Microsoft YaHei;
  margin-top: 5px;
  transition: 0.3s;
  text-align: center;
}
.tips ul li a:hover>i,
.tips ul li a:hover>p{
  color: #3377FA;
}
.tips ul li .fadein{
  display: none;
  position: absolute;
  top: 50%;
  right: calc(100% + 20px);
  transform: translateY(-50%);
  z-index: 1;
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0px 1px 18px 0px rgb(0 0 0 / 23%);
}
.tips ul li .fadein::after{
  display: block;
  content: '';
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 6px solid #FFFFFF;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.tips ul li .tip-img{
  width: 100px;
  height: 100px;
}
.tips ul li .tip-img img{
  width: 100%;
  height: 100%;
}
.tips ul li .tip-phone{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3377FA;
  white-space: nowrap;
  line-height: 1;
}
/* @media only screen and (max-width:1560px) {
  .center{
    width: 1200px;
  }
  .headerInnerBox .right .option{
    font-size: 14px;
  }
  .headerInnerBox .right .h-nav li a{
    font-size: 16px;
  }
  .headerInnerBox .logo img{
    width: 100px;
  }
  .headerInnerBox .right .h-nav{
    margin-right: 35px;
  }
  .headerInnerBox .right .h-nav li:not(:first-of-type){
    margin-left: 35px;
  }
  .mySwiper .s-c .content h3{
    font-size: 50px;
  }
  .mySwiper .s-c .content h6{
    font-size: 20px;
  }
  .mySwiper .s-c .content a{
    font-size: 14px;
  }
  .mySwiper .swiper-pagination{
    width: 1200px !important;
  }
  .public-box h3{
    font-size: 32px;
  }
  .public-box h6{
    font-size: 16px;
  }
  .i1-indexBox .i1-indexInnerBox{
    padding: 70px 0 55px 0;
  }
  .i1-indexInnerBox ul li a .content .top .img-box img{
    width: 40px;
  }
  .i1-indexInnerBox ul li a .content h3{
    font-size: 18px;
  }
  .i1-indexInnerBox ul li a .content h6 span{
    font-size: 14px;
  }
  .i1-indexInnerBox ul li a .content .top .num{
    font-size: 22px;
  }
  .i1-indexInnerBox ul li a .content{
    padding-top: 35px;
  }
  .i1-indexInnerBox ul li{
    height: 245px;
  }
  .public-btn-box a{
    font-size: 14px;
  }
  .i2-indexBox{
    padding: 55px 0 65px 0;
  }
  .i2-indexBox ul li a .content-box .content h3,
  .i2-indexBox ul li a .content-box .content .bottom .type,
  .i2-indexBox ul li a .content-box .content .bottom .print p{
    font-size: 16px;
  }
  .i2-indexBox ul li a .content-box .content .bottom .print i{
    font-size: 22px;
  }
  .i2-indexBox ul li a .content-box{
    height: 100px;
  }
  .i2-indexBox ul li a .content-box .content .bottom{
    margin-top: 15px;
  }
  .i3-indexInnerBox .i3-r-Swiper{
    width: 520px;
  }
  .i3-indexInnerBox .right{
    width: 610px;
    height: 420px;
  }
  .i3-indexInnerBox .i3-r-Swiper .swiper-pagination{
    width: 520px !important;
  }
  .i3-indexInnerBox .right .content h3{
    font-size: 50px;
  }
  .i3-indexInnerBox .right .content h3 span{
    font-size: 30px;
  }
  .i3-indexInnerBox .right .content h6{
    font-size: 14px;
    line-height: 26px;
  }
  .i3-indexInnerBox .right .content .i3-pp-Swiper ul li{
    height: 58px;
  }
  .i3-indexInnerBox .i3-r-Swiper h6{
    font-size: 14px;
    line-height: 26px;
  }
  .i3-indexInnerBox .i3-r-Swiper .name-box{
    margin-top: 30px;
  }
  .i3-indexInnerBox .i3-r-Swiper .name-box .name{
    font-size: 14px;
  }
  .i3-indexInnerBox .i3-r-Swiper .name-box .line{
    width: 40px;
  }
  .i3-indexInnerBox .i3-r-Swiper .more-box a{
    font-size: 14px;
  }
  .i4-indexBox .i4-indexInnerBox{
    padding: 55px 0 70px 0;
  }
  .i4-indexInnerBox .container .left{
    width: 560px;
  }
  .i4-indexInnerBox .container .right{
    width: 560px;
  }
  .i4-indexInnerBox .container .left h3{
    font-size: 20px;
  }
  .i4-indexInnerBox .container .left h3::before{
    width: 22px;
  }
  .i4-indexInnerBox .container .left h5{
    font-size: 18px;
    margin: 20px 0 40px 0;
  }
  .i4-indexInnerBox .container .left h6{
    font-size: 14px;
    line-height: 26px;
  }
  .i4-indexInnerBox .container .left a{
    font-size: 14px;
    margin: 55px 0 60px 0;
  }
  .i4-indexInnerBox .numContent .numText .num{
    font-size: 38px;
  }
  .i4-indexInnerBox .numContent span{
    padding-bottom: 8px;
  }
  .i4-indexInnerBox .numContent .text{
    font-size: 14px;
    margin-top: 2px;
  }
  .i5-indexInnerBox .table .btn{
    font-size: 16px;
  }
  .i5-indexInnerBox .container ul li .c-content .content h3{
    font-size: 18px;
  }
  .i5-indexInnerBox .container ul li .c-content .content .time{
    font-size: 14px;
  }
  .i5-indexInnerBox .container ul li .c-content .content h6 span{
    font-size: 14px;
    line-height: 20px;
  }
  .i5-indexInnerBox .container ul li .c-content .row a{
    font-size: 14px;
  }
  .i5-indexInnerBox .container ul li .c-content .row .row-time{
    font-size: 14px;
  }
  .i5-indexInnerBox .container ul li .c-content .content img{
    height: 180px;
    margin-top: 30px;
  }
  .i5-indexInnerBox .container ul li{
    height: 395px;
  }
  .i6-indexInnerBox .top h3{
    font-size: 24px;
  }
  .i6-indexInnerBox .top h6{
    font-size: 14px;
  }
  .i6-indexInnerBox form{
    margin-top: 45px;
  }
  .i6-indexInnerBox form input,
  .i6-indexInnerBox form button{
    font-size: 14px;
  }
  .i6-indexBox .i6-indexInnerBox{
    padding: 60px 0 80px 0;
  }
  .footerInnerBox .top .l-p .right .item h3{
    font-size: 30px;
  }
  .footerInnerBox .top .l-p .right .item p{
    font-size: 16px;
  }
  .footerInnerBox .top ul li a{
    font-size: 16px;
  }
  .footerInnerBox .top ul span{
    margin: 0 20px;
  }
  .footerInnerBox .container .left .item-box .item p{
    font-size: 14px;
  }
  .footerInnerBox .container .left .item-box .item i{
    font-size: 16px;
  }
  .footerInnerBox .container .left{
    width: 800px;
  }
  .footerInnerBox .container .left .search-list li a{
    font-size: 14px;
  }
  .footerInnerBox .container .search-link li a{
    font-size: 12px;
  }
  .footerInnerBox .right .qr-box img{
    width: 100px;
  }
  .footerInnerBox .right .qr-box p{
    font-size: 14px;
  }
  .footerInnerBox .right ul .item{
    width: 40px;
    height: 40px;
  }
  .footerLink .footerInnerLink a{
    font-size: 12px;
  }
  .footerLink .footerInnerLink{
    padding: 25px 0;
  }
  .footerInnerBox .container{
    margin-top: 50px;
  }
  .footerInnerBox .top .line{
    margin: 30px 0;
  }
  .footerBox .footerInnerBox{
    padding: 50px 0 40px 0;
  }
} */
@media only screen and (max-width:1560px) {
  .center{
    width: 1000px;
  }
  .mySwiper .s-c .content a{
    font-size: 18px;
    padding: 10px 30px;
  }
  .headerInnerBox .right .h-nav .one-li .two-ul li a{
    font-size: 14px;
    padding: 12px 0;
  }
  .headerInnerBox .logo img{
    width: 80px;
  }
  .headerInnerBox .right .option{
    width: 110px;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
  }
  .headerInnerBox .right .h-nav .one-li>a{
    font-size: 14px;
  }
  .headerInnerBox .right .h-nav .one-li:not(:first-of-type){
    margin-left: 25px;
  }
  .headerInnerBox .right .h-nav{
    height: 70px;
  }
  .mySwiper .swiper-button-prev, .mySwiper .swiper-button-next{
    width: 35px;
    height: 35px;
  }
  .mySwiper .swiper-button-prev i, .mySwiper .swiper-button-next i{
    font-size: 24px;
  }
  .mySwiper .s-c .content h3{
    font-size: 36px;
  }
  .mySwiper .s-c .content h6{
    font-size: 16px;
    margin: 20px 0 50px 0;
  }
  .mySwiper .swiper-pagination{
    width: 1000px !important;
  }
  .mySwiper .swiper-pagination-bullet-active{
    width: 95px;
  }
  .public-box h3{
    font-size: 24px;
  }
  .public-box h6{
    font-size: 14px;
  }
  .i1-indexInnerBox ul li a .content .top .img-box img{
    width: 35px;
  }
  .i1-indexInnerBox ul li a .content .top .num{
    font-size: 18px;
  }
  .i1-indexInnerBox ul li a .content h3{
    font-size: 16px;
    margin: 25px 0 22px 0;
  }
  .i1-indexInnerBox ul li a .content h6 span{
    font-size: 12px;
    line-height: 20px;
  }
  .i1-indexInnerBox ul li{
    height: 200px;
  }
  .i1-indexInnerBox ul li a .content{
    padding-top: 25px;
  }
  .public-btn-box a{
    width: 120px;
    height: 40px;
    line-height: 40px;
  }
  .public-btn-box .btn{
    margin-left: 30px;
  }
  .i2-indexBox ul li a .img-box{
    height: 260px;
  }
  .i2-indexBox ul li a .content-box .content h3{
    font-size: 14px;
  }
  .i2-indexBox ul li a .content-box .content h3, .i2-indexBox ul li a .content-box .content .bottom .type, .i2-indexBox ul li a .content-box .content .bottom .print p{
    font-size: 14px;
  }
  .i2-indexBox ul li a .content-box .content .bottom .print i{
    font-size: 18px;
  }
  .i2-indexBox ul li a .content-box .content .bottom{
    margin-top: 10px;
  }
  .i2-indexBox ul li a .content-box{
    height: 80px;
  }
  .i3-indexInnerBox .i3-r-Swiper{
    width: 450px;
  }
  .i3-indexInnerBox .i3-r-Swiper .swiper-pagination{
    width: 450px !important;
  }
  .i3-indexInnerBox .right{
    width: 510px;
  }
  .i3-indexInnerBox .i3-r-Swiper .dh2,
  .i3-indexInnerBox .i3-r-Swiper .dh1{
    width: 35px;
  }
  .i3-indexInnerBox .i3-r-Swiper h6{
    font-size: 12px;
    line-height: 24px;
  }
  .i3-indexInnerBox .i3-r-Swiper .name-box .name{
    font-size: 12px;
  }
  .i3-indexInnerBox .i3-r-Swiper .more-box a{
    width: 120px;
    height: 40px;
    line-height: 40px;
  }
  .i3-indexInnerBox .i3-r-Swiper{
    padding: 50px 0;
  }
  .i3-indexInnerBox .i3-r-Swiper .dh1{
    top: -50px;
  }
  .i3-indexInnerBox .i3-r-Swiper .more-box{
    margin-top: 20px;
  }
  .i3-indexInnerBox .right .content h3{
    font-size: 30px;
  }
  .i3-indexInnerBox .right .content h3 span{
    font-size: 20px;
  }
  .i3-indexInnerBox .right .content h6{
    font-size: 12px;
    line-height: 24px;
    margin: 15px 0 30px 0;
  }
  .i3-indexInnerBox .right .content .i3-pp-Swiper ul{
    height: 140px;
  }
  .i3-indexInnerBox .right .content .i3-pp-Swiper ul li{
    height: 50px;
  }
  .i3-indexInnerBox .right{
    height: 340px;
  }
  .i4-indexInnerBox .container .left{
    width: 460px;
  }
  .i4-indexInnerBox .container .right{
    width: 460px;
  }
  .i4-indexInnerBox .container .left h3{
    font-size: 16px;
  }
  .i4-indexInnerBox .container .left h5{
    font-size: 14px;
    margin: 15px 0 25px 0;
  }
  .i4-indexInnerBox .container .left h6{
    font-size: 12px;
    line-height: 24px;
  }
  .i4-indexInnerBox .container .left a{
    margin: 45px 0 50px 0;
  }
  .i4-indexInnerBox .container .left a{
    width: 120px;
    height: 40px;
    line-height: 40px;
  }
  .i4-indexInnerBox .numContent .numText .num{
    font-size: 28px;
  }
  .i4-indexInnerBox .numContent span{
    padding-bottom: 6px;
    font-size: 12px;
  }
  .i4-indexInnerBox .numContent .text{
    font-size: 12px;
  }
  .i5-indexInnerBox .table .btn{
    font-size: 14px;
    width: 140px;
    height: 42px;
    line-height: 42px;
  }
  .i5-indexInnerBox .table span{
    font-size: 16px;
    margin: 0 20px;
  }
  .i5-indexInnerBox .container ul li .c-content .content h3{
    font-size: 16px;
  }
  .i5-indexInnerBox .container ul li .c-content .content .time{
    font-size: 12px;
    margin: 15px 0 20px 0;
  }
  .i5-indexInnerBox .container ul li .c-content .content h6 span{
    font-size: 12px;
  }
  .i5-indexInnerBox .container ul li .c-content .content img{
    height: 150px;
  }
  .i5-indexInnerBox .container ul li .c-content .row a{
    font-size: 12px;
  }
  .i5-indexInnerBox .container ul li .c-content .row .row-time{
    font-size: 12px;
  }
  .i5-indexInnerBox .container ul li .c-content .row:not(:first-of-type){
    margin-top: 17px;
  }
  .i5-indexInnerBox .container ul li{
    height: 335px;
  }
  .i6-indexInnerBox .top h3{
    font-size: 20px;
  }
  .i6-indexInnerBox form input, .i6-indexInnerBox form button{
    font-size: 12px;
  }
  .i6-indexBox .i6-indexInnerBox{
    padding: 50px 0 70px 0;
  }
  .i6-indexInnerBox .top h3{
    font-size: 18px;
  }
  .i6-indexInnerBox form{
    margin-top: 40px;
  }
  .i6-indexInnerBox form input, .i6-indexInnerBox form button{
    font-size: 12px;
    height: 40px;
  }
  .i6-indexInnerBox .top h6{
    font-size: 14px;
  }
  .i6-indexBox .i6-indexInnerBox{
    padding: 40px 0 60px 0;
  }
  .tall-table{
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .tall-table span{
    margin: 0;
    font-size: 16px;
  }
  .tall-table a{
    width: max-content;
    height: max-content;
    line-height: unset;
    padding: 12px 25px;
    font-size: 16px;
  }
  .tag-Box{
    margin-top: 70px;
  }
  .tag-InnerBox .row .content h6{
    font-size: 14px;
    line-height: 26px;
  }
  .tag-InnerBox .row .content h3{
    font-size: 20px;
    margin-bottom: 25px;
  }
  .tag-InnerBox .row .content ul li a{
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 16px;
  }
  .poly-Box{
    margin-top: 70px;
  }
  .poly-InnerBox .container .top{
    font-size: 16px;
    height: 73px;
  }
  .poly-InnerBox .container .top span{
    font-size: 20px;
  }
  .public-right{
    width: 740px;
  }
  .public-left{
    width: 240px;
  }
  .public-title{
    font-size: 18px;
  }
  .public-cptj ul li{
    width: calc((100% - 10px) / 2);
    height: 80px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .public-cptj ul li a .text{
    font-size: 12px;
  }
  .public-cptj{
    padding: 20px 0;
  }
  .public-rmwz ul li a p,
  .public-rmwz ul li a span{
    font-size: 14px;
  }
  .public-rmwz ul li:not(:first-of-type){
    margin-top: 15px;
  }
  .public-rmwz{
    padding: 25px 0;
  }
  .public-rmbq{
    padding: 20px 0;
  }
  .public-rmbq ul li a{
    font-size: 12px;
    padding: 8px 16px;
    border-radius: 5px;
  }
  .public-right .my-pr-swiper{
    height: 150px;
  }
  .jh-list li .c-a .right .title h3{
    font-size: 16px;
  }
  .jh-list li .c-a .right h6 span{
    font-size: 14px;
    line-height: 26px;
  }
  .jh-list li .c-a .right .time-text .text, .jh-list li .c-a .right .time-text .time{
    font-size: 12px;
  }
  .jh-list li .c-a .right .bottom .type-ls a{
    font-size: 12px;
  }
  .jh-list li .c-a .left{
    height: 190px;
    width: 280px;
  }
  .jh-list li .c-a .right h6{
    margin: 13px 0 25px 0;
  }
  .jh-list li .c-a .right{
    width: calc(100% - 280px - 30px);
    margin-left: 30px;
  }
  .banner{
    height: 550px;
  }
  .banner .content h3{
    font-size: 38px;
  }
  .banner .content h6{
    font-size: 18px;
    margin-top: 25px;
  }
  .wiki-Box .wiki-InnerBox{
    padding: 60px 0;
  }
  .public-right .wiki-table a{
    font-size: 16px;
    padding: 12px 25px;
  }
  .public-right .wiki-text{
    margin-top: 30px;
  }
  .public-right .wiki-text .c-a .content .left{
    height: 190px;
    width: 280px;
  }
  .public-right .wiki-text .c-a .content .right{
    width: calc(100% - 280px - 30px);
    margin-left: 30px;
  }
  .public-right .wiki-text .c-a .content .right .title h3{
    font-size: 16px;
  }
  .public-right .wiki-text .c-a .content .right h6 span{
    font-size: 14px;
    line-height: 26px;
  }
  .public-right .wiki-text .c-a .content .right .time-text .text, .public-right .wiki-text .c-a .content .right .time-text .time{
    font-size: 12px;
  }
  .public-right .wiki-text .c-a .content .right .bottom .type-ls a{
    font-size: 12px;
  }
  .public-right .wiki-text .c-a .content .right h6{
    margin: 13px 0 25px 0;
  }
  .public-right .wiki-text .c-a{
    padding: 25px 0;
  }
  .wiki-list li .c-a h3{
    font-size: 16px;
  }
  .wiki-list li .c-a h6 {
    margin: 20px 0;
  }
  .wiki-list li .c-a h6 span{
    font-size: 14px;
    line-height: 26px;
  }
  .wiki-list li .c-a .time-type .time{
    font-size: 14px;
  }
  .wiki-list li .c-a .bottom .type-ls a{
    font-size: 12px;
  }
  .public-right .public-right-container{
    padding: 25px 0 20px 0;
  }
  .public-xgzs-cptj ul li a p{
    font-size: 14px;
  }
  .public-xgzs-cptj{
    padding: 25px 0;
  }
  .details-container .wd-content{
    padding: 35px 0 30px 0;
  }
  .details-container .wd-content .wd-title{
    font-size: 24px;
  }
  .details-container .time-share .time{
    font-size: 12px;
  }
  .details-container .time-share .t-s-r .fx{
    font-size: 12px;
  }
  .details-container .time-share{
    margin: 25px 0;
  }
  .details-container .wd-content .wd-text{
    margin-top: 40px;
  }
  .details-container .wd-content .wd-text p, .details-container .wd-content .wd-text span, .details-container .wd-content .wd-text a{
    font-size: 14px !important;
    line-height: 26px !important;
  }
  .details-container .wd-content .wd-type{
    margin-top: 40px;
  }
  .details-container .wd-content .wd-type p{
    font-size: 12px;
  }
  .details-container .wd-content .wd-type a{
    padding: 7px 16px;
    border-radius: 5px;
  }
  .wiki-prev-next{
    margin-top: 60px;
  }
  .wiki-prev-next .w-l a{
    font-size: 14px;
  }
  .wiki-prev-next .w-r span{
    font-size: 14px;
  }
  .ca-Box .ca-InnerBox{
    padding: 80px 0;
  }
  .ca-InnerBox .container{
    height: 380px;
  }
  .ca-InnerBox .container .right form h3{
    font-size: 18px;
  }
  .ca-InnerBox .container .right form .line{
    width: 20px;
    margin: 10px 0 20px 0;
  }
  .ca-InnerBox .container .right form input{
    height: 40px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .ca-InnerBox .container .right form textarea{
    height: 75px;
    font-size: 14px;
    padding-top: 10px;
  }
  .ca-InnerBox .container .right form button{
    font-size: 14px;
    width: 100px;
    height: 38px;
    border-radius: 5px;
    margin-top: 30px;
  }
  .ca-InnerBox .container .left .flow-rund{
    width: 180px;
    height: 180px;
  }
  .ca-InnerBox .container .left .flow-rund h3{
    font-size: 20px;
  }
  .ca-InnerBox .container .left .flow-rund h6{
    font-size: 14px;
    margin-top: 10px;
  }
  .ca2-Box .ca2-InnerBox{
    padding: 80px 0;
  }
  .ca2-InnerBox .right{
    width: 585px;
    height: 340px;
  }
  .ca2-InnerBox .left{
    width: calc(100% - 585px - 30px);
  }
  .ca2-InnerBox .left .title h3{
    font-size: 28px;
  }
  .ca2-InnerBox .left .title h6{
    font-size: 14px;
    margin-top: 10px;
  }
  .ca2-InnerBox .numContent .num-b .numText .num{
    font-size: 32px;
  }
  .ca2-InnerBox .numContent .num-b .numText span{
    font-size: 12px;
  }
  .ca2-InnerBox .numContent .num-b .text{
    font-size: 14px;
    margin-top: 5px;
  }
  .ca2-InnerBox .right .content h3{
    font-size: 18px;
  }
  .ca2-InnerBox .right .content h5{
    font-size: 16px;
    margin: 20px 0 40px 0;
  }
  .ca2-InnerBox .right .content h6{
    font-size: 14px;
    line-height: 26px;
  }
  .ca2-InnerBox .right .content .point{
    margin-top: 30px;
  }
  .ca2-InnerBox .right .content .point i{
    width: 8px;
    height: 8px;
  }
  .ca2-InnerBox .right .content .point i:not(:first-of-type){
    margin-left: 15px;
  }
  .ca3-Box .ca3-InnerBox{
    padding: 80px 0;
  }
  .ca3-InnerBox .container .l-t{
    width: 48px;
  }
  .ca3-InnerBox .container .r-b{
    width: 48px;
  }
  .ca3-InnerBox .container li .rund{
    width: 80px;
    height: 80px;
  }
  .ca3-InnerBox .container li .text .content h6{
    font-size: 14px;
    line-height: 26px;
  }
  .ca3-InnerBox .container li .text{
    width: calc(100% - 80px - 40px);
    padding: 30px 0 20px 0;
  }
  .ca3-InnerBox .container li .text .content .name span{
    font-size: 14px;
  }
  .ca3-InnerBox .container li .text .content .name i{
    width: 40px;
  }
  .ca3-InnerBox .public-btn-box{
    margin-top: 120px;
  }
  .mapBox{
    height: 500px;
  }
  .tall-container .tall-title h6{
    font-size: 14px;
    line-height: 26px;
  }
  .tall-container .public .content h3{
    font-size: 18px;
  }
  .tall-container .public .content .point{
    padding: 10px 0 20px 0;
  }
  .tall-container .public .content h6{
    font-size: 14px;
    line-height: 24px;
  }
  .tall-container .tall-list-top .left .content .c-r h2{
    font-size: 24px;
  }
  .tall-container .tall-list-top .left .content .c-r h5{
    font-size: 12px;
    line-height: 20px;
  }
  .tall-container .public .content .point i{
    width: 6px;
    height: 6px;
  }
  .tall-container .public-btn-box{
    margin-top: 55px;
  }
  .tall2-Box .my-tall-swiper a .img-box{
    height: 260px;
  }
  .tall2-Box .my-tall-swiper a .content-box .content h3{
    font-size: 16px;
  }
  .tall2-Box .my-tall-swiper a .content-box .content .bottom .type{
    font-size: 14px;
  }
  .tall2-Box .my-tall-swiper a .content-box .content .bottom .print p{
    font-size: 16px;
  }
  .tall2-Box .my-tall-swiper a .content-box .content .bottom .print i{
    font-size: 22px;
  }
  .tall2-Box .my-tall-swiper a .content-box .content .bottom{
    margin-top: 15px;
  }
  .tall2-Box .my-tall-swiper a .content-box{
    height: 100px;
  }
  .tall3-Box .tall3-InnerBox{
    padding: 80px 0;
  }
  .tall3-InnerBox .public-btn-box{
    margin-top: 55px;
  }
  .tall3-InnerBox .tall3-container .right .row .content .title h3{
    font-size: 16px;
  }
  .tall3-InnerBox .tall3-container .right .row .content .text h6{
    font-size: 14px;
    line-height: 26px;
  }
  .tall3-InnerBox .tall3-container .right .row .content .text i{
    font-size: 28px;
  }
  .tall3-InnerBox .tall3-container .right .row .content .text{
    margin-top: 20px;
  }
  .tall3-InnerBox .tall3-container .left .content .img-box{
    height: 200px;
  }
  .tall3-InnerBox .tall3-container .left .content .text h3{
    font-size: 16px;
  }
  .tall3-InnerBox .tall3-container .left .content .text .time{
    font-size: 12px;
    margin: 15px 0 25px 0;
  }
  .tall3-InnerBox .tall3-container .left .content .text h6{
    font-size: 14px;
    line-height: 26px;
  }
  .tall3-InnerBox .tall3-container{
    height: 450px;
  }
  .dev-container .row .content{
    padding: 60px 0;
  }
  .dev-container .row .right{
    width: 500px;
  }
  .dev-container .row .right h3{
    font-size: 18px;
  }
  .dev-container .row .right .point{
    margin-top: 13px;
  }
  .dev-container .row .right i{
    width: 6px;
    height: 6px;
  }
  .dev-container .row .right h6{
    font-size: 14px;
    line-height: 26px;
    margin: 30px auto 50px 0;
  }
  .dev-container .row .right .a-box a{
    font-size: 14px;
    width: 170px;
    height: 40px;
    line-height: 40px;
    border-radius: 7px;
  }
  .dev-container .row .left img{
    max-width: 400px;
  }
  .dev2-Box .dev2-InnerBox{
    padding: 60px 0;
  }
  .dev2-Box .dev2-InnerBox{
    height: calc(780px - 172px);
  }
  .dev2-InnerBox .item .left h3{
    font-size: 18px;
  }
  .dev2-InnerBox .item .left h6{
    font-size: 14px;
    line-height: 24px;
  }
  .dev2-InnerBox .item .left{
    width: 260px;
  }
  .dev2-InnerBox .i-l .left{
    margin-right: 15px;
  }
  .dev2-InnerBox .i-r .left{
    margin-left: 15px;
  }
  .dev2-InnerBox .item .rund{
    width: 70px;
    height: 70px;
  }
  @keyframes pulse {
    0% {
      width: 45px;
      height: 45px;
      opacity: 1;
    }
    100% {
      width: 85px;
      height: 85px;
      opacity: 0;
    }
  }
  .dev2-InnerBox .item .rund .img-box{
    width: 45px;
    height: 45px;
  }
  .dev2-InnerBox .item1{
    top: 240px;
  }
  .dev2-InnerBox .item2{
    top: 450px;
  }
  .dev2-InnerBox .item3{
    top: 240px;
  }
  .dev2-InnerBox .item4{
    top: 450px;
  }
  .dev2-InnerBox .sdys{
    font-size: 24px;
  }
  .dev2-InnerBox a{
    font-size: 14px;
    width: 120px;
    line-height: 40px;
    height: 40px;
    border-radius: 7px;
  }
  .case-Box .case-InnerBox{
    padding: 60px 0 80px 0;
  }
  .case-InnerBox .case-table a{
    font-size: 16px;
    width: 140px;
    height: 38px;
    line-height: 38px;
    border-radius: 7px;
  }
  .case-list li a .img-box{
    height: 160px;
  }
  .case-list li a .content-box .content h3{
    font-size: 14px;
  }
  .case-list li a .content-box .content .bottom{
    margin-top: 10px;
  }
  .case-list li a .content-box{
    height: 80px;
  }
  .caseX-Box .case-list li a .img-box{
    height: 470px;
  }
  .caseX-Box .case-list li a .flow-box .imgb{
    width: 100px;
    height: 100px;
  }
  .caseX-Box .case-list li a .flow-box .view{
    font-size: 14px;
    width: 130px;
    height: 36px;
    line-height: 36px;
  }
  .case-d-Box .case-d-InnerBox{
    padding: 60px 0;
  }
  .case-d-InnerBox .top .name .left h3{
    font-size: 22px;
  }
  .case-d-InnerBox .top .name .right i{
    font-size: 22px;
  }
  .case-d-InnerBox .top .name .right p{
    font-size: 18px;
  }
  .case-d-InnerBox .top .name .left .type{
    font-size: 14px;
    line-height: 26px;
  }
  .case-d-InnerBox .top .name .left h6{
    font-size: 14px;
    line-height: 26px;
  }
  .case-d-InnerBox .top .text{
    margin: 40px 0 45px 0;
  }
  .case-d-InnerBox .top .text h4{
    font-size: 18px;
  }
  .case-d-InnerBox .top .text h6{
    font-size: 14px;
    line-height: 26px;
  }
  .tall-container .tall-title h3{
    font-size: 24px;
  }
  .tall-container .tall-title h5{
    font-size: 20px;
    margin-top: 10px;
  }
  .case-d-InnerBox .case-d-container .bottom .content a .left{
    height: 135px;
  }
  .case-d-InnerBox .case-d-container .bottom .content a .right .title i{
    font-size: 16px;
  }
  .case-d-InnerBox .case-d-container .bottom .content a .right .title span{
    font-size: 16px;
  }
  .case-d-InnerBox .case-d-container .bottom .content a .right h6{
    font-size: 14px;
    line-height: 26px;
  }
  .case-d-InnerBox .case-d-container .bottom .content a .left{
    border-radius: 7px;
  }
  .brand-Box .brand-line{
    margin: 60px 0 70px;
  }
  .brand-Box .brand-title{
    font-size: 24px;
  }
  .tall-container .tall-list li{
    height: 240px;
  }
  .brand-Box .tall-list li .content{
    padding-top: 30px;
    height: 190px;
  }
  .brand-Box .tall-list li .content .flow-num{
    font-size: 50px;
    top: 20px;
  }
  .sz-Box .sz-InnerBox{
    padding: 80px 0 10px 0;
  }
  .sz-InnerBox .container1 ul li img{
    width: 100px;
  }
  .sz-InnerBox .container1 ul li .text h3{
    font-size: 18px;
  }
  .sz-InnerBox .container1 ul li .text .line{
    margin: 15px auto 20px;
  }
  .sz-InnerBox .container1 ul li .text h6{
    font-size: 14px;
  }
  .sz-InnerBox .container1 ul li .text{
    margin-top: 30px;
  }
  .sz-InnerBox .container1 ul{
    margin-top: 60px;
  }
  .sz-InnerBox .container1 ul li:nth-of-type(2){
    margin: 0 200px;
  }
  .sz-InnerBox i{
    font-size: 24px;
  }
  .sz-InnerBox .container2 ul li{
    margin-right: 100px;
    margin-bottom: 90px;
    width: calc((100% - 300px) / 4);
  }
  .sz-InnerBox .container2 ul li h3{
    font-size: 18px;
  }
  .sz-InnerBox .container2 ul li h6{
    font-size: 14px;
    line-height: 24px;
  }
  .sz-InnerBox .container2 ul li .line{
    margin: 15px auto 20px;
  }
  .sz-InnerBox .container2 ul li .text{
    margin-top: 20px;
  }
  .sz-InnerBox .container2 ul li img{
    height: 55px;
  }
  .sz2-InnerBox .content .item-box .item .left{
    font-size: 30px;
  }
  .sz2-InnerBox .content .item-box .item .right h3{
    font-size: 18px;
  }
  .sz2-InnerBox .content .item-box .item .right h6{
    font-size: 14px;
    line-height: 26px;
    margin-top: 15px;
  }
  .sz2-InnerBox .content .item-box .item .right{
    margin-left: 25px;
    padding-left: 25px;
  }
  .sz2-InnerBox .content .item-box .item:not(:first-of-type){
    margin-top: 30px;
  }
  .sz2-InnerBox .content img{
    width: 100px;
  }
  .sz2-InnerBox .content .item-box{
    width: calc((100% - 50px - 100px) / 2);
  }
  .sz2-Box{
    height: 630px;
  }
  .sz2-InnerBox .public-box{
    top: 80px;
  }
  .sz3-Box{
    height: 500px;
  }
  .sz4-Box .sz4-InnerBox{
    padding: 80px 0 100px 0;
  }
  .sz4-InnerBox ul li .content .text h3{
    font-size: 18px;
  }
  .sz4-InnerBox ul li .content .text h6{
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .sz4-InnerBox ul li .content .text{
    margin-top: 40px;
  }
  .sz4-InnerBox ul li .content{
    padding-top: 35px;
  }
  .sz4-InnerBox ul li{
    height: 330px;
  }
  .sz4-InnerBox ul li .content img{
    width: 100px;
  }
  .sz4-InnerBox ul{
    margin-top: 55px;
  }
  .sz4-InnerBox .public-btn-box{
    margin-top: 55px;
  }
  .ex-Box .ex-InnerBox{
    padding: 80px 0;
  }
  .ex-InnerBox .item-box .item{
    height: 260px;
  }
  .ex-InnerBox .item-box .item .public .flow-title{
    height: 50px;
  }
  .ex-InnerBox .item-box .item .public .flow-title span{
    font-size: 14px;
  }
  .ex-InnerBox .item-box .item .public .flow-content .text h3{
    font-size: 18px;
  }
  .ex-InnerBox .item-box .item .public .flow-content .text .line{
    margin: 13px 0 20px 0;
  }
  .ex-InnerBox .item-box .item .public .flow-content .text h6{
    font-size: 14px;
    line-height: 24px;
  }
  .ex-InnerBox .item-box .item .public .flow-content .text a{
    width: 120px;
    border-radius: 7px;
    line-height: 33px;
    height: 33px;
    font-size: 14px;
  }
  .ex-InnerBox .item-box .item .public .flow-content .text{
    padding-top: 30px;
  }
  .ex2-Box .ex2-InnerBox{
    padding: 80px 0;
  }
  .ex2-InnerBox ul li .content .text h3{
    font-size: 16px;
  }
  .ex2-InnerBox ul li .content .text h6{
    font-size: 14px;
    line-height: 26px;
    margin-top: 15px;
  }
  .ex2-InnerBox ul li .content .text{
    margin-top: 30px;
  }
  .ex2-InnerBox ul li .content{
    padding-top: 30px;
  }
  .ex2-InnerBox ul li{
    height: 315px;
  }
  .ex2-InnerBox ul li .content .rund{
    width: 68px;
    height: 68px;
  }
  .ex3-InnerBox ul li img{
    width: 100px;
  }
  .ex3-InnerBox ul li p{
    font-size: 16px;
    margin-top: 20px;
  }
  .ex4-Box .ex4-InnerBox{
    padding: 80px 0;
  }
  .ex4-InnerBox .container .public h3{
    font-size: 47px;
  }
  .ex4-InnerBox .container .public h5{
    font-size: 16px;
  }
  .ex4-InnerBox .container .public h6{
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
  .ex4-InnerBox .container .bottom{
    bottom: -20px;
  }
  .ex4-InnerBox .container .public .item{
    width: 200px;
  }
  .ex4-InnerBox .container .top .item:nth-of-type(1){
    margin-left: 40px;
  }
  .ex4-InnerBox .container .top .item:nth-of-type(2){
    margin-left: 160px;
  }
  .ex4-InnerBox .container .bottom .item:nth-of-type(1){
    margin-left: 220px;
  }
  .des-Box .des-InnerBox{
    padding: 80px 0 10px 0;
  }
  .des-InnerBox .public .content h3{
    font-size: 18px;
  }
  .des-InnerBox .public .content h6{
    font-size: 14px;
    line-height: 26px;
  }
  .des-InnerBox .public{
    height: 200px;
  }
  .des-InnerBox .item-box .content .demo{
    width: 240px;
  }
  .des2-Box .des2-InnerBox{
    padding: 80px 0;
  }
  .des2-InnerBox .my-hb-swiper ul li{
    height: 90px;
  }
  .des2-InnerBox .my-hb-swiper{
    margin-top: 55px;
  }
  .des3-Box .des3-InnerBox{
    padding: 80px 0;
  }
  .des3-InnerBox .container .public .item{
    width: 180px;
  }
  .des3-InnerBox .container .public h3{
    font-size: 47px;
  }
  .des3-InnerBox .container .public h5{
    font-size: 16px;
  }
  .des3-InnerBox .container .public h6{
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .des3-InnerBox .container .top .item:nth-of-type(1){
    margin-left: 40px;
  }
  .des3-InnerBox .container .top .item:nth-of-type(2){
    margin-left: 130px;
  }
  .des3-InnerBox .container .top .item:nth-of-type(3){
    margin-left: 130px;
  }
  .des3-InnerBox .container .bottom .item:nth-of-type(1){
    margin-left: 195px;
  }
  .des3-InnerBox .container .bottom .item:nth-of-type(2){
    margin-left: 125px;
  }
  .des3-InnerBox .container .bottom .item:nth-of-type(3){
    margin-left: 130px;
  }
  .des3-InnerBox .container .bottom{
    bottom: -30px;
  }
  .app2-InnerBox .my-app-swiper a .flow-box .img-box{
    width: 100px;
    height: 100px;
  }
  .app2-InnerBox .my-app-swiper a .flow-box .view{
    font-size: 14px;
    width: 120px;
    height: 32px;
    line-height: 32px;
    margin-top: 35px;
  }
  .app2-InnerBox .my-app-swiper{
    padding-bottom: 40px;
  }
  .app2-InnerBox .my-app-swiper img{
    height: 300px;
  }
  .app3-Box .app3-InnerBox{
    height: 750px;
  }
  .app3-InnerBox .public-box{
    top: 50px;
  }
  .app3-InnerBox .item1{
    bottom: 220px;
    left: 20px;
  }
  .app3-InnerBox .item1 .item{
    width: 110px;
    height: 110px;
  }
  .app3-InnerBox .item1 .item .img-box{
    width: 80px;
    height: 80px;
  }
  @keyframes it1 {
    0% {
      width: 80px;
      height: 80px;
      opacity: 1;
    }
    100% {
      width: 110px;
      height: 110px;
      opacity: 0;
    }
  }
  .app3-InnerBox .item2{
    left: 190px;
    top: 200px;
  }
  .app3-InnerBox .item2 .item{
    width: 80px;
    height: 80px;
  }
  .app3-InnerBox .item2 .item .img-box{
    width: 60px;
    height: 60px;
  }
  @keyframes it2 {
    0% {
      width: 60px;
      height: 60px;
      opacity: 1;
    }
    100% {
      width: 80px;
      height: 80px;
      opacity: 0;
    }
  }
  .app3-InnerBox .item3{
    top: 170px;
  }
  .app3-InnerBox .item3 .item{
    width: 65px;
    height: 65px;
  }
  .app3-InnerBox .item3 .item .img-box{
    width: 45px;
    height: 45px;
  }
  @keyframes it3 {
    0% {
      width: 45px;
      height: 45px;
      opacity: 1;
    }
    100% {
      width: 65px;
      height: 65px;
      opacity: 0;
    }
  }
  .app3-InnerBox .item4{
    right: 160px;
    top: 280px;
  }
  .app3-InnerBox .item4 .item{
    width: 90px;
    height: 90px;
  }
  .app3-InnerBox .item4 .item .img-box{
    width: 70px;
    height: 70px;
  }
  @keyframes it4 {
    0% {
      width: 70px;
      height: 70px;
      opacity: 1;
    }
    100% {
      width: 90px;
      height: 90px;
      opacity: 0;
    }
  }
  .app3-InnerBox .item5{
    right: 50px;
    bottom: 230px;
  }
  .app3-InnerBox .item5 .item{
    width: 65px;
    height: 65px;
  }
  .app3-InnerBox .item5 .item .img-box{
    width: 45px;
    height: 45px;
  }
  @keyframes it5 {
    0% {
      width: 45px;
      height: 45px;
      opacity: 1;
    }
    100% {
      width: 65px;
      height: 65px;
      opacity: 0;
    }
  }
  .app3-InnerBox .item6 {
    right: 150px;
    bottom: 50px;
  }
  .app3-InnerBox .item6 .item{
    width: 80px;
    height: 80px;
  }
  .app3-InnerBox .item6 .item .img-box{
    width: 60px;
    height: 60px;
  }
  @keyframes it6 {
    0% {
      width: 60px;
      height: 60px;
      opacity: 1;
    }
    100% {
      width: 80px;
      height: 80px;
      opacity: 0;
    }
  }
  .app3-InnerBox .item7{
    left: 170px;
    bottom: 50px;
  }
  .app3-InnerBox .item7 .item{
    width: 65px;
    height: 65px;
  }
  .app3-InnerBox .item7 .item .img-box{
    width: 45px;
    height: 45px;
  }
  @keyframes it7 {
    0% {
      width: 45px;
      height: 45px;
      opacity: 1;
    }
    100% {
      width: 65px;
      height: 65px;
      opacity: 0;
    }
  }
  .app3-InnerBox .item-box p{
    font-size: 14px;
    margin-top: 10px;
  }
  .tips ul li a p{
    font-size: 12px;
    margin-top: 2px;
  }
  .tips ul li a i{
    font-size: 18px;
  }
  .tips ul li{
    width: 62px;
  }
  .footerInnerBox .top .l-p .logo img{
    width: 100px;
  }
  .footerInnerBox .top .l-p .right .item h3{
    font-size: 24px;
  }
  .footerInnerBox .top .l-p .right .item p{
    font-size: 14px;
  }
  .footerInnerBox .top ul li a{
    font-size: 14px;
  }
  .footerInnerBox .container .left{
    width: 750px;
  }
  .footerInnerBox .container .left .item-box .item p{
    font-size: 12px;
  }
  .footerInnerBox .container .left .search-list li a{
    font-size: 12px;
  }
  .footerInnerBox .right .qr-box img{
    width: 80px;
  }
  .footerInnerBox .right .qr-box p{
    font-size: 12px;
    margin-top: 10px;
  }
  .footerInnerBox .container .search-box{
    margin-top: 30px;
  }
  .footerInnerBox .container .search-link{
    margin-top: 25px;
  }
  .footerInnerBox .right ul .item{
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width:1760px) {
  .i2-indexBox ul li a .img-box{
    height: 300px;
  }
  .tall2-Box .my-tall-swiper a .img-box{
    height: 300px;
  }
}
@media only screen and (max-width:1660px) {
  .i2-indexBox ul li a .img-box{
    height: 280px;
  }
  .tall2-Box .my-tall-swiper a .img-box{
    height: 280px;
  }
}
@media only screen and (max-width:1460px) {
  .i2-indexBox ul li a .img-box{
    height: 240px;
  }
  .tall2-Box .my-tall-swiper a .img-box{
    height: 240px;
  }
}
@media only screen and (max-width:1360px) {
  .i2-indexBox ul li a .img-box{
    height: 220px;
  }
  .tall2-Box .my-tall-swiper a .img-box{
    height: 220px;
  }
}
@media only screen and (max-width:1260px) {
  .i2-indexBox ul li a .img-box{
    height: 200px;
  }
  .tall2-Box .my-tall-swiper a .img-box{
    height: 200px;
  }
}
@media only screen and (max-width:1160px) {
  .i2-indexBox ul li a .img-box{
    height: 180px;
  }
  .tall2-Box .my-tall-swiper a .img-box{
    height: 180px;
  }
}