.container {
  width: calc(100% - 200px);
  margin: 0 auto;
}
.solutionDetail-content .detail-content{
  margin: 20px 0px;
}
.detail-content img{
  display: block;
  max-width: 100%;
}
.detail-content1{
  font-size: 14px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #656565;
  line-height: 20px;
}
.detail-content1 p{
  padding: 10px 0px;
}
.detail-content3{
  font-size: 14px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #656565;
  line-height: 20px;
}
.detail-content3 li{
  position: relative;
  text-indent: 24px;
  margin-bottom: 14px;
  line-height: 1.8;
}
.detail-content3 li:before{
  position: absolute;
  left: 0;
  top: 9px;
  width: 9px;
  height: 9px;
  background: #5967CD;
  border-radius: 50%;
  content: '';
}
.detail-content2{
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  line-height: 30px;
}
.solutionDetail-content{
  width: 100%;
  padding-right: 5%;
}
.solutionDetail-content .detail-title{
  width: 100%;
  height: 60px;
  background: #5967CD;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  position: relative;
  text-indent: 30px;
  display: flex;
  align-items: center;
}
.solutionDetail-content .detail-title:after{
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  width: 2px;
  height: 20px;
  background: #FFFFFF;
  transform: translateY(-50%);

}
.success {
  padding-bottom: 80px;
  max-height: 70vh;
  min-height: 57vh;
}
.success .ncon {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  flex-direction: column;
}
.success .ncon svg {
  width: 60px;
  margin-top: 110px;
  margin-bottom: 20px;
}
.success .ncon h3 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 5px;
}
.success .ncon p {
  text-align: center;
  margin-bottom: 5px;
}
.success .ncon a {
  width: 120px;
  height: 40px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #2CB148;
  margin-top: 20px;
}
.success .ncon a:hover,
.success .ncon a.active {
  background: #fff;
  color: #333333;
  border: 1px solid #2CB148;
}
.header {
  display: none;
  width: calc(100% - 200px);
  background: #fff;
  position: fixed;
  top: 0;
  left: 100px;
  z-index: 1000;
}
.header .header-inner {
  width: 100%;
  padding-right: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-inner .header-nav {
  display: flex;
  align-items: center;
}
.header .header-inner .header-nav-share {
  display: flex;
  align-items: center;
}
.header .header-inner .share-tel {
  margin: 0px 26px 0px 28px;
}
.header .header-inner .share-a {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 29px;
  transition: 0.5s;
}
.header .header-inner .share-a:hover {
  color: #5967CE;
  transition: 0.5s;
}
.header .header-inner .header-nav-list {
  display: flex;
  align-items: center;
}
.header .header-inner .nav-item .nav-item-p {
  padding: 10px 12px;
  white-space: nowrap;
}
.header .header-inner .nav-item .nav-item-first-active::after {
  content: '';
  position: absolute;
  left: 15%;
  width: 15px !important;
  transition: 0.5s;
  height: 1px;
  background: #333333;
  bottom: 0;
  z-index: 4;
}
.header .header-inner .nav-item .nav-item-first-active::before {
  content: '';
  position: absolute;
  left: 15%;
  width: 70% !important;
  transition: 0.5s;
  height: 1px;
  z-index: 3;
  background: #ddd;
  bottom: 0;
}
.header .header-inner .nav-item .nav-item-first-active-hover::after {
  width: 15px !important;
  transition: 0.5s;
}
.header .header-inner .nav-item .nav-item-first-active-hover::before {
  width: 70% !important;
  transition: 0.5s;
}
.header .header-inner .nav-item .nav-item-first {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 29px;
  transition: 0.5s;
}
.header .header-inner .nav-item .nav-item-first:hover {
  color: #5967CE;
  transition: 0.5s;
}
.header .header-inner .nav-item .nav-item-first::after {
  content: '';
  position: absolute;
  left: 15%;
  width: 0;
  transition: 0.5s;
  height: 1px;
  background: #333333;
  bottom: 0;
  z-index: 4;
}
.header .header-inner .nav-item .nav-item-first::before {
  content: '';
  position: absolute;
  left: 15%;
  width: 0;
  transition: 0.5s;
  height: 1px;
  z-index: 3;
  background: #ddd;
  bottom: 0;
}
.header .header-inner .logo {
  padding: 20px 10px 20px 0px;
  margin-right: 0px;
}
.header .header-inner .logo img {
  width: 125px;
  height: 60px;
}
.headerM {
  display: none;
  width: calc(100% - 200px);
  background: #fff;
  position: fixed;
  top: 0;
  left: 100px;
  z-index: 1000;
  box-shadow: -10px -3px 20px 0px;
}
.headerM .header-inner {
  width: 100%;
  padding-right: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerM .header-inner .logo {
  padding: 20px 10px 20px 0px;
  margin-right: 0px;
}
.headerM .header-inner .logo img {
  width: 125px;
  height: 60px;
}
.top_nav {
  overflow: auto;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  height: 100vh;
  transform: translateY(-100vh);
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.6);
}
.top_nav .logo img {
  width: 60px;
  display: block;
}
.top_nav .top_nav_inner {
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
}
.top_nav .top_nav_close {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
}
.top_nav .top_nav_close svg {
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-right: 0px;
}
.top_nav .nav {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  background: #fff;
  height: auto;
  padding: 0px 30px;
  display: flex;
  flex-direction: column;
}
.top_nav .nav .li {
  width: 100%;
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  border-right: 1px solid rgba(239, 239, 239, 0.1);
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.top_nav .nav .li:last-child {
  border-right: none;
}
.top_nav .nav .li .logo {
  width: 150px;
  height: 100%;
  padding-top: 60px;
  box-sizing: border-box;
  margin: 0 auto;
}
.top_nav .nav .li .menu {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
  padding: 10px 0;
  background: #fff;
}
.top_nav .nav .li .menu a {
  width: 40px;
  display: flex;
  height: 20px;
  justify-content: flex-end;
  align-items: center;
}
.top_nav .nav .li .menu img {
  display: block;
  height: 15px;
}
.top_nav .nav .li .menu .index {
  font-size: 18px;
  color: #333;
}
.top_nav .nav .li .menu .name {
  font-size: 18px;
  color: #333;
  display: block;
  width: calc(100% - 40px);
}
.top_nav .nav .li .menu2 {
  width: 100%;
  height: auto;
  z-index: 2;
  box-sizing: border-box;
  padding: 0 30px;
  display: flex;
  align-items: center;
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.7s linear;
}
.top_nav .nav .li .menu2 .item_list {
  width: 100%;
}
.top_nav .nav .li .menu2 .item_val {
  line-height: 24px;
}
.top_nav .nav .li .menu2 .item_val a {
  color: #666;
  display: block;
  width: 100%;
}
.top_nav .nav .li .menu2 .item_val a:hover {
  color: #F22E01;
}
.rightMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rightMenu .action_item {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.rightMenu .action_item .action_item_span_line {
  width: 20px;
  height: 1px;
  margin: 3px 0;
  background: #333;
}
.footer {
  width: 100%;
  background: #222222;
}
.footer .footer-con {
  width: 94%;
  margin: 0 auto;
  padding-top: 60px;
}
.footer .footer-con .footer-con-bottom {
  border-top: 1px solid #444;
}
.footer .footer-con .footer-con-bottom .footer-con-bottom-inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 31px 0px;
}
.footer .footer-con .footer-con-bottom div:hover,
.footer .footer-con .footer-con-bottom a:hover {
  color: #5967CE;
  transition: 0.5s;
}
.footer .footer-con .footer-con-bottom div,
.footer .footer-con .footer-con-bottom a {
  font-weight: normal;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
  transition: 0.5s;
  display: flex;
}
.footer .footer-con .footer-con-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.footer .footer-con .footer-con-top .logo {
  width: 120px;
  height: 58px;
}
.footer .footer-con .footer-con-top .ewm {
  position: relative;
}
.footer .footer-con .footer-con-top .ewm p {
  border: 1px solid #999999;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer-con .footer-con-top .ewm svg {
  width: 18px;
  height: 18px;
}
.footer .footer-con .footer-con-top .ewm img {
  position: absolute;
  top: -130px;
  transform: scale(0) translateY(0px);
  width: 100px;
  height: 100px;
  transition: 0.5s;
  display: block;
  right: 0;
}
.footer .footer-con .footer-con-center {
  width: 100%;
}
.footer .footer-con .footer-con-center .footer-con-center-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  flex-wrap: wrap;
}
.footer .footer-con .footer-con-center .footer-con-center-nav a {
  width: auto;
  white-space: nowrap;
  padding: 19px 0px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  transition: 0.5s;
}
.footer .footer-con .footer-con-center .footer-con-center-nav a:hover {
  color: #5967CE;
  transition: 0.5s;
}
.footer .footer-con .footer-con-center .footer-con-center-infor {
  display: flex;
  padding: 0px 0px 40px;
  width: 100%;
  justify-content: space-between;
}
.footer .footer-con .footer-con-center .liulanName-intro {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 29px;
}
.footer .footer-con .footer-con-center .liulanName {
  padding-top: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 29px;
}
.footer .footer-con .footer-con-center .liyyan-form {
  width: 55%;
}
.footer .footer-con .footer-con-center .liyyan-form .form {
  margin-top: 17px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-con .footer-con-center .liyyan-form .input {
  width: 30%;
  height: 46px;
  border: 1px solid #DDDDDD;
  background: transparent;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 41px;
  text-indent: 10px;
  padding-left: 10px;
}
.footer .footer-con .footer-con-center .liyyan-form .input::placeholder {
  color: #999999;
}
.footer .footer-con .footer-con-center .liyyan-form .input:focus {
  border-radius: 0;
  border: 1px solid #DDDDDD;
  outline: 0;
  box-shadow: 0;
}
.footer .footer-con .footer-con-center .liyyan-form .message:focus {
  border-radius: 0;
  border: 1px solid #DDDDDD;
  outline: 0;
  box-shadow: 0;
}
.footer .footer-con .footer-con-center .liyyan-form .message::placeholder {
  color: #999999;
}
.footer .footer-con .footer-con-center .liyyan-form .message {
  resize: none;
  width: calc(100% - 200px);
  height: 46px;
  border: 1px solid #DDDDDD;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 41px;
  text-indent: 10px;
  padding-left: 10px;
}
.footer .footer-con .footer-con-center .liyyan-form .formButton {
  width: 186px;
  height: 45px;
  background: #333333;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.footer .footer-con .footer-con-center .footer-con-center-infor-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: right;
}
.footer .footer-con .footer-con-center .footer-con-center-infor-right .footer-top-con-item:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.footer .footer-con .footer-con-center .footer-con-center-infor-right .footer-top-con-item {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: 0.5s;
}
.footer .footer-con .footer-con-center .footer-con-center-infor-right .footer-top-con-item a {
  color: #FFFFFF;
  transition: 0.5s;
}
.footer .footer-con .footer-con-center .footer-con-center-infor-right .footer-top-con-item .footer-top-con-item-main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer .footer-con .footer-con-center .footer-con-center-infor-right .footer-top-con-item .icon {
  display: block;
  transition: 0.5s;
}
.footer .footer-con .footer-con-center .footer-con-center-infor-right .footer-top-con-item .icon1 {
  display: none;
  transition: 0.5s;
}
.footer .footer-con .footer-con-center .footer-con-center-infor-right .footer-top-con-item:hover .item-footer-con {
  color: #5967CE;
  transition: 0.5s;
}
.footer .footer-con .footer-con-center .footer-con-center-infor-right .footer-top-con-item:hover .icon {
  display: none;
  transition: 0.5s;
}
.footer .footer-con .footer-con-center .footer-con-center-infor-right .footer-top-con-item:hover .icon1 {
  display: block;
  transition: 0.5s;
}
.footer .footer-con .footer-con-center .footer-con-center-infor-right svg {
  width: 20px;
  height: 20px;
}
.sidefixed {
  position: fixed;
  top: 50%;
  right: 0;
  height: auto;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 900;
  transform: translateY(-50%);
}
.sidefixed .sidefixed-inner {
  height: 146px;
  position: relative;
  width: 58px;
}
.sidefixed .sideitem3 {
  top: 116px;
  width: 58px;
  right: 0px;
  height: 58px;
  position: relative;
  cursor: pointer;
}
.sidefixed .sideitem3:hover .sideins {
  right: 100%;
  opacity: 1;
  transform: translate(-10px);
  transition: 0.5s;
}
.sidefixed .sideitem3 .icon-box {
  width: 58px;
  height: 58px;
  background: #5967CE;
  font-size: 10px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sidefixed .sideitem3 svg {
  width: 19px;
  max-height: 17px;
  margin-right: 5px;
}
.sidefixed .sideitem3 .sideins {
  width: 80px;
  height: 80px;
  opacity: 0;
  top: 0;
  right: 58px;
  transform: translate(0);
  transition: 0.5s;
  position: absolute;
}
.sidefixed .sideitem3 .sideins img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.sidefixed .sideitem2 {
  width: 58px;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 30px;
  background: #5967CE;
  border-radius: 0px 0px 10px 10px;
  font-size: 10px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  cursor: pointer;
}
.sidefixed .sideitem2 .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidefixed .sideitem2 svg {
  width: 19px;
  max-height: 17px;
  margin-right: 5px;
}
.sidefixed .sideitem1:nth-of-type(1) {
  top: 0;
}
.sidefixed .sideitem1:nth-of-type(1) .icon-box {
  border-radius: 10px 0px 0px 0px;
}
.sidefixed .sideitem1:nth-of-type(2) {
  top: 58px;
}
.sidefixed .sideitem1 {
  position: absolute;
  right: calc(100% - 242px);
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.sidefixed .sideitem1:hover {
  right: 0;
  transition: 0.5s;
}
.sidefixed .sideitem1:hover .icon-box {
  border-radius: 10px 0px 0px 10px;
}
.sidefixed .sideitem1 .icon-box {
  width: 58px;
  height: 58px;
  background: #5967CE;
  font-size: 10px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sidefixed .sideitem1 svg {
  width: 19px;
  max-height: 17px;
}
.sidefixed .sideitem1 .sideins::before {
  content: '';
  width: 1px;
  position: absolute;
  left: 0;
  top: 9px;
  height: 37px;
  background: #AFB3C8;
  opacity: 0.3;
}
.sidefixed .sideitem1 .sideins {
  width: 184px;
  box-sizing: border-box;
  display: flex;
  white-space: nowrap;
  height: 58px;
  align-items: center;
  border-radius: 0px 10px 0px 0px;
  background: #5967CE;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  padding: 9px 13px 12px;
}
.sidefixed .sideitem1 .sideins a {
  color: #FFFFFF;
}
.sidefixedM {
  width: 100%;
  height: 58px;
  z-index: 900;
  display: none;
  align-items: center;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #5967CE;
  color: #fff;
}
.sidefixedM svg {
  width: 19px;
  max-height: 17px;
  margin-bottom: 6px;
}
.sidefixedM .sideitem1 {
  width: calc(100% / 3);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.sidefixedM .sideitem1:hover{
  overflow: visible;
}
.sidefixedM .sideitem1:hover .sideins {
  opacity: 1;
  transition: 0.5s;
  bottom: calc(100% + 5px);
}
.sidefixedM .sideins {
  padding: 12px 8px;
  color: #fff;
  opacity: 0;
  border-radius: 12px;
  background: #5967CE;
  position: absolute;
  transition: 0.5s;
  left: 0;
  bottom: 58px;
}
.sidefixedM .sideins a {
  color: #fff;
  white-space: nowrap;
}
.sidefixedM .icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 58px;
}
.banner .bannerSwiper .banner-swiper-slide .banner-img {
  transition: all 1.4s ease;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.banner .bannerSwiper .banner_slide_active .banner-img {
  transition: all 1.4s ease 1s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.map-div-box {
  padding-top: 140px !important;
  margin-top: -52px;
  background: url('../images/contact-bg.png') no-repeat;
  background-size: cover;
  background-position: left top;
}
.banner {
  width: 100%;
  margin-top: 104px;
}
.banner .bannerSwiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .bannerSwiper .line1 {
  left: 20%;
}
.banner .bannerSwiper .line2 {
  left: 30%;
}
.banner .bannerSwiper .line3 {
  left: 40%;
}
.banner .bannerSwiper .line4 {
  left: 50%;
}
.banner .bannerSwiper .line5 {
  left: 60%;
}
.banner .bannerSwiper .line6 {
  left: 70%;
}
.banner .bannerSwiper .line7 {
  left: 80%;
}
.banner .bannerSwiper .lineP {
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: 0.1;
  width: 1px;
  height: 100%;
  background: #d7d7d7;
}
.banner .bannerSwiper .swiper-button-lock {
  display: block;
}
.banner .bannerSwiper .banner_next {
  left: calc(50% + 35px);
}
.banner .bannerSwiper .banner_prev {
  right: auto;
  left: calc(50% - 35px);
}
.banner .bannerSwiper .banner-btn-disabled {
  background: transparent !important;
  border: 1px solid #FFFFFF !important;
  transition: 0.5s;
}
.banner .bannerSwiper .banner-btn-disabled .icon-disabled {
  display: none !important;
  transition: 0.5s;
}
.banner .bannerSwiper .banner-btn-disabled .icon-active {
  display: block !important;
  transition: 0.5s;
}
.banner .bannerSwiper .banner-num-box {
  position: absolute;
  right: 20px;
  bottom: 67px;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
.banner .bannerSwiper .banner-num-box .num-cur-box:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.banner .bannerSwiper .banner-num-box .num-cur-box {
  display: flex;
  align-items: center;
  width: 100px;
  margin-bottom: 30px;
}
.banner .bannerSwiper .banner-num-box .num-cur-box .num-cur {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-right: 9px;
  transition: 0.5s;
}
.banner .bannerSwiper .banner-num-box .num-cur-box .num-line {
  width: 20px;
  height: 1px;
  background: #999999;
  transition: 0.5s;
}
.banner .bannerSwiper .banner-num-box .num-cur-box .square-dot {
  width: 5px;
  height: 5px;
  background: transparent;
  margin-right: 10px;
  transition: 0.5s;
}
.banner .bannerSwiper .banner-num-box .num-cur-box-active .num-cur {
  color: #fff;
  transition: 0.5s;
}
.banner .bannerSwiper .banner-num-box .num-cur-box-active .num-line {
  width: 59px;
  background: #FFFFFF;
  transition: 0.5s;
}
.banner .bannerSwiper .banner-num-box .num-cur-box-active .square-dot {
  background: #fff;
  transition: 0.5s;
}
.banner .bannerSwiper .scroll-box {
  position: absolute;
  left: 0px;
  bottom: 50px;
  z-index: 10;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  line-height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  animation: scrollAni 1s 0s infinite;
}
.banner .bannerSwiper .scroll-box .scroll-word {
  transform: rotateZ(-90deg) skewX(-15deg);
}
.banner .bannerSwiper .scroll-box .scroll-line {
  margin-top: 50px;
  width: 1px;
  height: 45px;
  background: #fff;
}
.banner .bannerSwiper .banner_btn {
  top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  right: auto;
  position: absolute;
  width: 50px;
  bottom: 22px;
  height: 50px;
  background: #FFFFFF;
  z-index: 10;
  cursor: pointer;
}
.banner .bannerSwiper .banner_btn:hover {
  background: #fff !important;
  border: 0 !important;
  transition: 0.5s;
}
.banner .bannerSwiper .banner_btn:hover .icon-disabled {
  display: block !important;
  transition: 0.5s;
}
.banner .bannerSwiper .banner_btn:hover .icon-active {
  display: none !important;
  transition: 0.5s;
}
.banner .bannerSwiper .banner_btn .icon-disabled {
  display: block;
  transition: 0.5s;
}
.banner .bannerSwiper .banner_btn .icon {
  width: 20px;
  height: 40px;
}
.banner .bannerSwiper .banner_btn .icon-active {
  display: none;
  transition: 0.5s;
}
.banner .banner-swiper-slide {
  position: relative;
  overflow: hidden;
}
.banner .banner-swiper-slide .word-box-banner {
  position: absolute;
  width: 80%;
  max-width: calc(100% - 200px);
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner .banner-swiper-slide .word-box-banner .word-box-banner-p {
  width: 80%;
  font-size: 48px;
  font-weight: bold;
  color: #FFFEFE;
  line-height: 72px;
}

.banner .banner-swiper-slide .word-box-banner .more-box {
  display: flex;
  margin-top: 56px;
}
.banner .banner-swiper-slide .word-box-banner .more-box:hover .more-box-p {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.5s;
}
.banner .banner-swiper-slide .word-box-banner .more-box:hover .more-box-btn {
  background: transparent;
  border: 1px solid #fff;
  transition: 0.5s;
}
.banner .banner-swiper-slide .word-box-banner .more-box:hover .more-box-btn .iconBai {
  display: block;
  transition: 0.5s;
}
.banner .banner-swiper-slide .word-box-banner .more-box:hover .more-box-btn .iconHei {
  display: none;
  transition: 0.5s;
}
.banner .banner-swiper-slide .word-box-banner .more-box .more-box-p {
  width: 186px;
  height: 50px;
  margin-right: 10px;
  border: 1px solid transparent;
  background: #FFFFFF;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 400;
  color: #333333;
  line-height: 29px;
  transition: 0.5s;
}
.banner .banner-swiper-slide .word-box-banner .more-box .more-box-btn {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid transparent;
  height: 50px;
  background: #FFFFFF;
  transition: 0.5s;
}
.banner .banner-swiper-slide .word-box-banner .more-box .more-box-btn .iconBai {
  display: none;
  transition: 0.5s;
}
.banner .banner-swiper-slide .word-box-banner .more-box .more-box-btn .iconHei {
  display: block;
  transition: 0.5s;
}
.banner .banner-swiper-slide .word-box-banner .more-box .more-box-btn svg {
  width: 20px;
  height: 30px;
}
.banner .banner-swiper-slide .banner-img {
  width: 100%;
  max-height: calc(100vh - 104px);
  z-index: 4;
  vertical-align: top;
}
.banner .banner-swiper-slide video {
  width: 100%;
  z-index: 4;
  vertical-align: top;
}
@keyframes scrollAni {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* 滚动条整体 */
::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
/* 两个滚动条交接处 -- x轴和y轴 */
::-webkit-scrollbar-corner {
  background-color: transparent;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #5967ce;
  background: #5967ce;
}
/* 滚动条轨道 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.top_nav.show_nav {
  transform: translateY(0);
}
.map-main-con {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 592px;
}
.map-main-con .nav-map:nth-of-type(3n) {
  margin-right: 0px;
}
.map-main-con .nav-map::after {
  content: '';
  opacity: 0;
  position: absolute;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background: #5967CE;
  left: 50%;
  top: 50%;
  z-index: -1;
  transition: 0.5s;
  transform: translateX(-50%) translateY(-50%);
}
.map-main-con .nav-map:hover::after {
  /*animation: btnAni 0.5s 0s;*/
}
.map-main-con .nav-map {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  width: 186px;
  height: 50px;
  background: #5967CE;
  margin-right: 17px;
  transition: 0.5s;
}
.map-main-con .nav-map:hover {
  color: #5967CE;
  transition: 0.5s;
  border: 1px solid #5967CE;
  background: transparent;
}
@keyframes btnAni {
  0% {
    opacity: 0;
    width: 0px;
    height: 0px;
  }
  50% {
    opacity: 1;
    width: 93px;
    height: 93px;
  }
  100% {
    opacity: 0;
    width: 186px;
    height: 186px;
  }
}
.casei {
  width: 100%;
  background: #F8F8F8;
}
.casei .swiper-scrollbar {
  width: calc(100% - 80px);
  height: 2px;
}
.casei .swiper-scrollbar-drag {
  background: #5967ce;
}
.casei .case-swiper {
  padding-left: 80px;
  margin-top: 40px;
  overflow: hidden;
  position: relative;
}
.casei .case-swiper .swiper-wrapper {
  padding-bottom: 10px;
}
/*.casei .case-swiper .case_slide_active .word-case-box {*/
/*  transition: 0.5s;*/
/*  transform: translateY(0px);*/
/*}*/
/*.casei .case-swiper .case_slide_active .word-case-name::before {*/
/*  width: 20px;*/
/*  transition: 1s;*/
/*}*/
/*.casei .case-swiper .case_slide_active .word-case-name::after {*/
/*  width: 20px;*/
/*  transition: 1s;*/
/*}*/
.casei .case-swiper .case-swiper-slide {
  position: relative;
  width: 30%;
  overflow: hidden;
  margin-right: 40px;
}
.casei .case-swiper .case-swiper-slide img {
  width: 100%;
  display: block;
}
.casei .case-swiper .case-swiper-slide:hover .word-case-box {
  transition: 0.5s;
  transform: translateY(0px);
}
.casei .case-swiper .case-swiper-slide:hover .word-case-name::before {
  width: 20px;
  transition: 1s;
}
.casei .case-swiper .case-swiper-slide:hover .word-case-name::after {
  width: 20px;
  transition: 1s;
}
.casei .case-swiper .word-case-box {
  transition: 0.5s;
  transform: translateY(100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(89, 103, 206, 0.9);
}
.casei .case-swiper .word-case-name {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 29px;
  position: relative;
  padding: 5px 0px;
  width: 160px;
}
.casei .case-swiper .word-case-name::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 160px;
  height: 1px;
  transition: 0.5s;
  background: #FFFFFF;
}
.casei .case-swiper .word-case-name::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  width: 160px;
  margin: 0 auto;
  transition: 0.5s;
  height: 1px;
  background: #FFFFFF;
}
@keyframes iconAni {
  0% {
    transform: translateX(20px);
  }
  25% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(20px);
  }
  75% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}
.nside {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 23px 0px;
}
.nside .iconIndex {
  width: 25px;
  height: 20px;
}
.nside .iconRight {
  width: 15px;
  height: 20px;
}
.nside a {
  color: #333;
  margin: 0px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.page-link {
  width: 100%;
  margin-top: 40px;
}
.page-link .page-link-a {
  width: 100%;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
  margin-bottom: 20px;
  transition: 0.5s;
  flex-wrap: wrap;
}
.page-link .page-link-a p:nth-of-type(1) {
  white-space: nowrap;
}
.page-link .page-link-a:hover {
  color: #5967CE;
  transition: 0.5s;
}
.page-link .page-link-a:nth-of-type(2) {
  margin-bottom: 0px;
}
.nside-news-detail {
  margin-top: 104px;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.nside-news-detail .nside-news-a {
  width: calc(100% - 372px) !important;
  padding: 23px 0px 23px !important;
}
.solutionDetailPagei {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0px 0px;
  display: flex;
  justify-content: space-between;
}
.solutionDetailPagei .solutionDetail-main {
  width: 70%;
  padding: 0px 0px 80px;
  border-right: 1px solid #ddd;
}
.solutionDetailPagei .solutionDetail-main .solutionDetail-title {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 500;
  color: #333333;
}
.newsDetail-main-re {
  width: 30%;
  padding: 0px 0px 80px;
}
.newsDetail-main-re .re-list {
  width: 100%;
  padding: 1px 0px 0px 10%;
}
.newsDetail-main-re .re-list .re-list-title {
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 14px;
  padding: 0px 0px 50px;
}
.newsDetail-main-re .re-list .re-list-main {
  width: 100%;
  max-height: 100vh;
  overflow-y: auto;
  padding-right: calc(10% - 4px);
  /*滚动条样式*/
}
.newsDetail-main-re .re-list .re-list-main::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.newsDetail-main-re .re-list .re-list-main::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #5967CE;
  height: 100px !important;
}
.newsDetail-main-re .re-list .re-list-main::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.newsDetail-main-re .re-list .re-list-main .re-list-main-one:hover:after {
  width: 100%;
  transition: 0.5s;
}
.newsDetail-main-re .re-list .re-list-main .re-list-main-one::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0px;
  height: 1px;
  z-index: 2;
  transition: 0.5s;
  background: #5967CE;
}
.newsDetail-main-re .re-list .re-list-main .re-list-main-one {
  position: relative;
  margin-bottom: 30px;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
}
.newsDetail-main-re .re-list .re-list-main .re-list-main-one:hover .re-list-main-one-img {
  overflow: hidden;
}
.newsDetail-main-re .re-list .re-list-main .re-list-main-one:hover .re-list-main-one-img img {
  transform: scale(1.1);
  transition: 0.5s;
}
.newsDetail-main-re .re-list .re-list-main .re-list-main-one:hover .re-list-main-one-word {
  color: #5967CE;
  font-weight: 500;
  transition: 0.5s;
}
.newsDetail-main-re .re-list .re-list-main .re-list-main-one .re-list-main-one-img {
  width: 100%;
  overflow: hidden;
}
.newsDetail-main-re .re-list .re-list-main .re-list-main-one .re-list-main-one-img img {
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.newsDetail-main-re .re-list .re-list-main .re-list-main-one .re-list-main-one-word {
  padding: 0px 10px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  background: transparent;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.newsDetailPagei {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0px 0px;
  display: flex;
  justify-content: space-between;
}
.newsDetailPagei .newsDetail-main {
  width: 70%;
  padding: 0px 0px 80px;
  border-right: 1px solid #ddd;
}
.newsDetailPagei .newsDetail-main .newsDetail-title {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
}
.newsDetailPagei .newsDetail-main .newsDetail-content {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
  padding-right: 5%;
}
.newsDetailPagei .newsDetail-main .newsDetail-content img {
  text-align: center;
  vertical-align: center;
  display: block;
}
.newsDetailPagei .newsDetail-main .newsDetail-time {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  margin: 20px 0px 40px;
}
.nside-news {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nside-news .news-classfly {
  width: 372px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nside-news .news-classfly .news-classfly-a-active {
  color: #fff !important;
  transition: 0.5s;
  background: #5967CE !important;
}
.nside-news .news-classfly .news-classfly-a {
  padding: 23px 0px;
  width: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  transition: 0.5s;
}
.nside-news .news-classfly .news-classfly-a:hover {
  transition: 0.5s;
  color: #fff !important;
  background: #5967CE !important;
}
.nside-news .nside-news-a {
  padding: 23px 0px 8px;
  width: calc(100% - 126px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nside-news .iconIndex {
  width: 25px;
  height: 20px;
}
.nside-news .iconRight {
  width: 15px;
  height: 20px;
}
.nside-news .news-side-a {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  margin: 0 10px;
  line-height: 20px;
}
.nban {
  width: 100%;
  margin-top: 104px;
  position: relative;
}
.nban img {
  width: 100%;
  display: block;
}
.nban .nban-word {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}
.nban .nban-word .nban-p {
  position: absolute;
  top: calc(40% + 33px);
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  color: #FFFEFE;
  line-height: 50px;
}
.nban .nban-word .nban-line {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 69px;
  height: 3px;
  background: #FFFFFF;
}
.contacti {
  margin-top: -66px;
  background: url('../images/contact-bg.png') no-repeat;
  background-size: cover;
  background-position: left top;
}
.contacti .contacti-intro {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 29px;
  margin-top: 30px;
}
.contacti .contacti-con-main {
  display: flex;
  width: 80%;
  margin: 76px auto 0;
  justify-content: space-between;
}
.contacti .contacti-con-main .contacti-con-infor {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.contacti .contacti-con-main .contacti-con-infor .contacti-con-infor-one {
  width: 100%;
  display: flex;
  align-items: center;
}
.contacti .contacti-con-main .contacti-con-infor .contacti-con-infor-one:hover .contacti-con-p-title {
  color: #5967CE;
  transition: 0.5s;
}
.contacti .contacti-con-main .contacti-con-infor .contacti-con-infor-one:hover .contacti-con-icon svg {
  transform: rotateY(180deg);
  transition: 0.5s;
}
.contacti .contacti-con-main .contacti-con-infor .contacti-con-infor-one .contacti-con-p {
  width: calc(100% - 83px);
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  transition: 0.5s;
}
.contacti .contacti-con-main .contacti-con-infor .contacti-con-infor-one .contacti-con-icon {
  width: 50px;
  margin-right: 33px;
  height: 50px;
  overflow: hidden;
  background: #5967CE;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contacti .contacti-con-main .contacti-con-infor .contacti-con-infor-one .contacti-con-icon svg {
  width: 30px;
  height: 30px;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.contacti .contacti-con-main .contacti-con-form {
  width: calc(60% - 40px);
}
.contacti .contacti-con-main .contacti-con-form .form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contacti .contacti-con-main .contacti-con-form .message-contacti {
  width: 100%;
  height: 103px;
  border-radius: 0;
  border: 1px solid #DDDDDD;
  outline: 0;
  box-shadow: 0;
  margin-bottom: 30px;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  resize: none;
  line-height: 41px;
  text-indent: 10px;
  padding-left: 10px;
}
.contacti .contacti-con-main .contacti-con-form .formButton-contacti {
  width: 186px;
  height: 50px;
  text-align: center;
  background: #5967CE;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 50px;
  position: relative;
  transition: 0.5s;
  overflow: hidden;
  border: 1px solid transparent;
  cursor: pointer;
}
.contacti .contacti-con-main .contacti-con-form .formButton-contacti:hover {
  color: #5967CE;
  background: transparent;
  border: 1px solid #5967CE;
  transition: 0.5s;
}
.contacti .contacti-con-main .contacti-con-form .formButton-contacti:hover::after {
  width: 186px;
  opacity: 0;
  height: 186px;
  transition: 0.5s;
}
.contacti .contacti-con-main .contacti-con-form .formButton-contacti::after {
  position: absolute;
  z-index: -1;
  opacity: 1;
  transition: 0.5s;
  content: '';
  width: 5px;
  height: 5px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background-color: #5967CE;
  transform: translateX(-50%) translateY(-50%);
}
.contacti .contacti-con-main .contacti-con-form .input-contacti {
  width: 32%;
  height: 52px;
  border: 1px solid #DDDDDD;
  background: transparent;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 40px;
  text-indent: 10px;
  padding-left: 10px;
}
.contacti .contacti-con-main .contacti-con-form .input-contacti::placeholder {
  color: #999999;
}
.contacti .contacti-con-main .contacti-con-form .input-contacti:focus {
  border-radius: 0;
  border: 1px solid #DDDDDD;
  outline: 0;
  box-shadow: 0;
}
.contacti .contacti-con-main .contacti-con-form .message-contacti:focus {
  border-radius: 0;
  border: 1px solid #DDDDDD;
  outline: 0;
  box-shadow: 0;
}
.contacti .contacti-con-main .contacti-con-form .message-contacti::placeholder {
  color: #999999;
}
.el-pagination.is-background .btn-prev {
  width: 30px;
  height: 30px;
  color: #fff;
  background: #5967CE;
}
.el-pagination.is-background .btn-next {
  width: 30px;
  height: 30px;
  color: #fff;
  background: #5967CE;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
  font-size: 14px;
  background: #fff;
  font-weight: 500;
  color: #0B429D;
}
.el-pagination.is-background .el-pager li {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  background: #fff;
  margin: 0;
  padding: 0;
}
.el-pagination.is-background .btn-prev:disabled {
  width: 30px;
  height: 30px;
  color: #333 !important;
  background: #F8F8F8 !important;
}
.el-pagination.is-background .btn-next:disabled {
  width: 30px;
  height: 30px;
  color: #333 !important;
  background: #F8F8F8 !important;
}
.pagination {
  width: 100%;
  margin-top: 0px;
  text-align: center;
  padding: 12px 10px;
  overflow: hidden;
}
.newsPagei {
  width: 100%;
}
.newsPagei .newsPagei-main {
  width: 80%;
  max-width: 1200px;
  margin: 60px auto 0px;
}
.newsPagei .newsPagei-main .newsPagei-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.newsPagei .newsPagei-main .newsPagei-list .newsPagei-one {
  width: calc(100% / 3 - 20px);
  margin-right: 30px;
  background: #fff;
  border-bottom: 1px solid #5967CE;
  transition: 0.5s;
  display: block;
  margin-bottom: 40px;
}
.newsPagei .newsPagei-main .newsPagei-list .newsPagei-one:hover {
  background: #5967CE;
  transition: 0.5s;
}
.newsPagei .newsPagei-main .newsPagei-list .newsPagei-one:hover .newsPagei-one-time {
  transition: 0.5s;
  color: #fff;
}
.newsPagei .newsPagei-main .newsPagei-list .newsPagei-one:hover .newsPagei-one-intro {
  transition: 0.5s;
  color: #fff;
}
.newsPagei .newsPagei-main .newsPagei-list .newsPagei-one:hover .newsPagei-one-title {
  transition: 0.5s;
  color: #fff;
}
.newsPagei .newsPagei-main .newsPagei-list .newsPagei-one:hover .newsPagei-one-img {
  overflow: hidden;
}
.newsPagei .newsPagei-main .newsPagei-list .newsPagei-one:hover .newsPagei-one-img img {
  transform: scale(1.1);
  transition: 0.5s;
}
.newsPagei .newsPagei-main .newsPagei-list .newsPagei-one .newsPagei-one-time {
  font-size: 12px;
  padding: 0px 20px;
  transition: 0.5s;
  margin: 20px 0px 50px;
  font-weight: 500;
  color: #666666;
  line-height: 24px;
}
.newsPagei .newsPagei-main .newsPagei-list .newsPagei-one .newsPagei-one-intro {
  padding: 0px 20px;
  font-size: 14px;
  transition: 0.5s;
  margin: 22px 0px 50px;
  font-weight: 500;
  color: #666666;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newsPagei .newsPagei-main .newsPagei-list .newsPagei-one .newsPagei-one-title {
  font-size: 18px;
  font-weight: 500;
  padding: 0px 20px;
  color: #5967CE;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.newsPagei .newsPagei-main .newsPagei-list .newsPagei-one .newsPagei-one-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.newsPagei .newsPagei-main .newsPagei-list .newsPagei-one .newsPagei-one-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.newsPagei .newsPagei-main .newsPagei-list .newsPagei-one:nth-of-type(3n) {
  margin-right: 0px;
}
.solutionPagei {
  width: 100%;
}
.solutionPagei .solutionPagei-con-main {
  width: 100%;
  margin-top: 45px;
}
.solutionPagei .solutionPagei-con-main .solutionPagei-list {
  width: 100%;
  margin-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
}
.solutionPagei .solutionPagei-con-main .solutionPagei-list-one:nth-of-type(3n) {
  border-right: 0;
}
.solutionPagei .solutionPagei-con-main .solutionPagei .solutionPagei-con-main .solutionPagei-list-one:nth-last-of-type(1) {
  padding-bottom: 0px;
}
.solutionPagei .solutionPagei-con-main .solutionPagei-list-one {
  width: calc(100% / 3);
  padding-bottom: 50px;
  background: #FFFFFF;
  transition: 0.5s;
  border-right: 1px solid #f0f0f0;
}
.solutionPagei .solutionPagei-con-main .solutionPagei-list-one:hover .solutionPagei-list-one-inner {
  background: #5967CE;
  transition: 0.5s;
}
.solutionPagei .solutionPagei-con-main .solutionPagei-list-one:hover .solutionPagei-intro {
  color: #fff;
  transition: 0.5s;
}
.solutionPagei .solutionPagei-con-main .solutionPagei-list-one:hover .solutionPagei-more {
  color: #fff;
  transition: 0.5s;
}
.solutionPagei .solutionPagei-con-main .solutionPagei-list-one:hover .solutionPagei-more .iconCai {
  display: none;
  transition: 0.5s;
}
.solutionPagei .solutionPagei-con-main .solutionPagei-list-one:hover .solutionPagei-more .iconBai {
  display: block;
  transition: 0.5s;
}
.solutionPagei .solutionPagei-con-main .solutionPagei-list-one:hover .solutionPagei-title {
  color: #fff;
  transition: 0.5s;
}
.solutionPagei .solutionPagei-con-main .solutionPagei-list-one:hover .solutionPagei-list-img {
  overflow: hidden;
}
.solutionPagei .solutionPagei-con-main .solutionPagei-list-one:hover .solutionPagei-list-img img {
  transform: scale(1.1);
  transition: 0.5s;
}
.solutionPagei .solutionPagei-con-main .solutionPagei-list-one .solutionPagei-list-one-inner {
  width: 90%;
  margin: 0 auto;
  transition: 0.5s;
  padding: 26px;
  box-sizing: border-box;
  border: 1px solid #F0F0F0;
  box-shadow: 0px 7px 16px 0px rgba(207, 207, 207, 0.29);
}
.solutionPagei .solutionPagei-con-main .solutionPagei-list-one .solutionPagei-intro {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 29px;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 49px;
}
.solutionPagei .solutionPagei-con-main .solutionPagei-list-one .solutionPagei-more {
  display: flex;
  align-items: center;
  transition: 0.5s;
  font-size: 14px;
  font-weight: 400;
  color: #5967CE;
  line-height: 29px;
}
.solutionPagei .solutionPagei-con-main .solutionPagei-list-one .solutionPagei-more .iconCai {
  display: block;
  transition: 0.5s;
}
.solutionPagei .solutionPagei-con-main .solutionPagei-list-one .solutionPagei-more .iconBai {
  display: none;
  transition: 0.5s;
}
.solutionPagei .solutionPagei-con-main .solutionPagei-list-one .solutionPagei-more svg {
  margin-left: 8px;
  width: 18px;
  height: 15px;
}
.solutionPagei .solutionPagei-con-main .solutionPagei-list-one .solutionPagei-title {
  font-size: 18px;
  margin: 33px 0 24px;
  font-weight: 500;
  color: #5967CE;
  transition: 0.5s;
  line-height: 29px;
}
.solutionPagei .solutionPagei-con-main .solutionPagei-list-one .solutionPagei-list-img {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.solutionPagei .solutionPagei-con-main .solutionPagei-list-one .solutionPagei-list-img img {
  transform: scale(1);
  transition: 0.5s;
  display: block;
  width: 100%;
  object-fit: cover;
}
.aboutPage {
  width: 100%;
}
.aboutPage .aboutPage-con {
  width: 80%;
  max-width: 1200px;
  margin: 75px auto 0px;
}
.aboutPage .aboutPage-con .aboutPage-con-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aboutPage .aboutPage-con .aboutPage-con-bottom .aboutPage-con-img-box {
  width: calc(50% - 10px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aboutPage .aboutPage-con .aboutPage-con-bottom .aboutPage-con-img-box .aboutPage-con-img-one {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  overflow: hidden;
}
.aboutPage .aboutPage-con .aboutPage-con-bottom .aboutPage-con-img-box .aboutPage-con-img-one img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.aboutPage .aboutPage-con .aboutPage-con-bottom .aboutPage-con-img-box .aboutPage-con-img-one:hover img {
  transform: scale(1.2);
  transition: 0.5s;
}
.aboutPage .aboutPage-con .aboutPage-con-bottom .aboutPage-con-img-box .aboutPage-con-img-one:nth-last-of-type(1) {
  width: 100%;
  margin-bottom: 0px;
}
.aboutPage .aboutPage-con .aboutPage-con-bottom .aboutPage-con-main {
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aboutPage .aboutPage-con .aboutPage-con-bottom .aboutPage-con-main .aboutPage-con-p-center {
  margin: 20px 0px 38px
}
.aboutPage .aboutPage-con .aboutPage-con-bottom .aboutPage-con-main .aboutPage-con-p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.aboutPage .aboutPage-con .aboutPage-con-bottom .aboutPage-con-main .two-intro-p {
  width: 100%;
  /*margin-top: 56px;*/
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.aboutPage .aboutPage-con .aboutPage-con-bottom .aboutPage-con-main .two-intro-p .two-intro-p-title {
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  margin-bottom: 20px;
}
.aboutPage .aboutPage-con .aboutPage-con-bottom .aboutPage-con-main .two-intro-p .two-intro-one {
  width: 25%;
  margin-bottom: 20px;
}
.aboutPage .aboutPage-con .aboutPage-con-bottom .aboutPage-con-main .two-intro-p .two-intro-one:hover .two-intro-one-title {
  color: #5967CE;
  transition: 0.5s;
}
.aboutPage .aboutPage-con .aboutPage-con-bottom .aboutPage-con-main .two-intro-p .two-intro-one .two-intro-one-title {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 40px;
  transition: 0.5s;
  padding-right: 22px;
}
.aboutPage .aboutPage-con .aboutPage-con-bottom .aboutPage-con-main .two-intro-p .two-intro-one .two-intro-one-intro {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  padding-right: 20px;
}
.aboutPage .aboutPage-con .aboutPage-con-top {
  width: 100%;
  margin-bottom: 43px;
}
.aboutPage .aboutPage-con .aboutPage-title {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  margin-top: -10px;
}
.aboutPage .aboutPage-con .aboutPage-title-en {
  font-size: 68px;
  font-weight: 400;
  color: #F2F2F2;
  line-height: 34px;
}
.abouti {
  width: 100%;
  background: #F8F8F8;
  display: flex;
  justify-content: space-between;
}
.abouti .about-left-word {
  width: 45%;
  padding-left: 80px;
}
.abouti .about-left-word .more-box {
  display: flex;
  margin-top: 56px;
  width: 240px;
}
.abouti .about-left-word .more-box:hover .more-box-p {
  background: transparent;
  border: 1px solid #5967CE;
  color: #313764;
  transition: 0.5s;
  box-shadow: 0px 6px 10px 0px rgba(131, 113, 113, 0.16);
}
.abouti .about-left-word .more-box:hover .more-box-btn {
  background: transparent;
  border: 1px solid #5967CE;
  transition: 0.5s;
  box-shadow: 0px 6px 10px 0px rgba(131, 113, 113, 0.16);
}
.abouti .about-left-word .more-box:hover .more-box-btn .iconBai {
  display: none;
  transition: 0.5s;
}
.abouti .about-left-word .more-box:hover .more-box-btn .iconHei {
  display: block;
  transition: 0.5s;
}
.abouti .about-left-word .more-box .more-box-p {
  width: 186px;
  height: 50px;
  margin-right: 10px;
  border: 1px solid transparent;
  background: #5967CE;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 400;
  color: #fff;
  line-height: 29px;
  transition: 0.5s;
}
.abouti .about-left-word .more-box .more-box-btn {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid transparent;
  height: 50px;
  background: #5967CE;
  transition: 0.5s;
}
.abouti .about-left-word .more-box .more-box-btn .iconBai {
  display: block;
  transition: 0.5s;
}
.abouti .about-left-word .more-box .more-box-btn .iconHei {
  display: none;
  transition: 0.5s;
}
.abouti .about-left-word .more-box .more-box-btn svg {
  width: 20px;
  height: 30px;
}
.abouti .about-left-word .two-intro-p {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.abouti .about-left-word .two-intro-p .two-intro-one {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.abouti .about-left-word .two-intro-p .two-intro-one:hover img {
  animation: iconAni 1s 0.1s;
}
.abouti .about-left-word .two-intro-p .two-intro-one:hover .two-intro-one-p .two-intro-one-title {
  color: #5967CE;
  transition: 0.5s;
}
.abouti .about-left-word .two-intro-p .two-intro-one img {
  max-width: 48px;
  max-height: 48px;
  margin-right: 20px;
}
.abouti .about-left-word .two-intro-p .two-intro-one .two-intro-one-p .two-intro-one-title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 40px;
  transition: 0.5s;
}
.abouti .about-left-word .two-intro-p .two-intro-one .two-intro-one-p .two-intro-one-intro {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.abouti .about-left-word .about-intro {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin: 40px 0px;
}
.abouti .about-right-img {
  width: calc(55% - 50px);
  padding-right: 80px;
  display: flex;
  justify-content: space-between;
}
.abouti .about-right-img .about-right-img-one {
  width: calc(50% - 10px);
  overflow: hidden;
}
.abouti .about-right-img .about-right-img-one img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.abouti .about-right-img .about-right-img-one:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
.solutioni {
  position: relative;
  width: 100%;
}
.solutioni .line1 {
  left: 20%;
}
.solutioni .line2 {
  left: 30%;
}
.solutioni .line3 {
  left: 40%;
}
.solutioni .line4 {
  left: 50%;
}
.solutioni .line5 {
  left: 60%;
}
.solutioni .line6 {
  left: 70%;
}
.solutioni .line7 {
  left: 80%;
}
.solutioni .lineP {
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: 0.1;
  width: 1px;
  height: 100%;
  background: #d7d7d7;
}
.solutioni .more-box {
  z-index: 2;
  position: relative;
  display: flex;
  width: 246px;
  margin: 40px auto 0px;
}
.solutioni .more-box:hover .more-box-p {
  background: transparent;
  border: 1px solid #5967CE;
  color: #313764;
  transition: 0.5s;
  box-shadow: 0px 6px 10px 0px rgba(131, 113, 113, 0.16);
}
.solutioni .more-box:hover .more-box-btn {
  background: transparent;
  border: 1px solid #5967CE;
  transition: 0.5s;
  box-shadow: 0px 6px 10px 0px rgba(131, 113, 113, 0.16);
}
.solutioni .more-box:hover .more-box-btn .iconBai {
  display: none;
  transition: 0.5s;
}
.solutioni .more-box:hover .more-box-btn .iconHei {
  display: block;
  transition: 0.5s;
}
.solutioni .more-box .more-box-p {
  width: 186px;
  height: 50px;
  margin-right: 10px;
  border: 1px solid transparent;
  background: #5967CE;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 400;
  color: #fff;
  line-height: 29px;
  transition: 0.5s;
}
.solutioni .more-box .more-box-btn {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid transparent;
  height: 50px;
  background: #5967CE;
  transition: 0.5s;
}
.solutioni .more-box .more-box-btn .iconBai {
  display: block;
  transition: 0.5s;
}
.solutioni .more-box .more-box-btn .iconHei {
  display: none;
  transition: 0.5s;
}
.solutioni .more-box .more-box-btn svg {
  width: 20px;
  height: 30px;
}
.solutioni .solution-swiper1 {
  padding-left: 80px;
  margin-top: 65px;
  overflow: hidden;
  position: relative;
}
.solutioni .solution-swiper1 .swiper-pagination-box::after {
  width: 100%;
  position: absolute;
  z-index: 4;
  height: 2px;
  content: '';
  background: rgba(0, 0, 0, 0.25);
}
.solutioni .solution-swiper1 .swiper-pagination-box {
  height: 20px;
  width: 100%;
  position: relative;
}
.solutioni .solution-swiper1 .swiper-pagination-box .swiper-pagination-line {
  width: 0%;
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background: #5967CE;
  transition: 0.5s;
}
.solutioni .solution-swiper1 .swiper-pagination-box .swiper-pagination-line::after {
  content: '';
  position: absolute;
  right: -9px;
  top: -12px;
  width: 13px;
  height: 13px;
  background: #333;
  border: 6px solid #FFFEFE;
  box-shadow: 0px 6px 10px 0px rgba(131, 113, 113, 0.16);
  border-radius: 50%;
  z-index: 6;
}
.solutioni .solution-swiper1 .swiper-wrapper {
  padding-bottom: 65px;
}
.solutioni .solution-swiper1 .swiper-pagination-progressbar-fill {
  overflow: visible;
}
.solutioni .solution-swiper1 .swiper-pagination-progressbar-fill::after {
  content: '';
  position: absolute;
  right: -9px;
  top: -15px;
  width: 18px;
  height: 18px;
  background: #333;
  border: 6px solid #FFFEFE;
  box-shadow: 0px 6px 10px 0px rgba(131, 113, 113, 0.16);
  border-radius: 50%;
  z-index: 6;
}
.solutioni .solution-swiper1 .swiper-pagination-progressbar {
  bottom: 15px;
  left: 80px;
  overflow: visible;
  width: calc(100% - 160px);
  height: 2px;
}
.solutioni .solution-swiper1 .solution_slide1_active {
  transition: 0.5s;
  box-shadow: 0px 4px 27px 0px rgba(209, 209, 209, 0.19);
}
.solutioni .solution-swiper1 .solution-swiper-slide1 {
  width: 40%;
  margin-right: 30px;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 33px 40px;
  border: 1px solid #EEEEEE;
  transition: 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 430px;
}
.solutioni .solution-swiper1 .solution-swiper-slide1 .right-swiper {
  display: flex;
  margin-left: 69px;
  justify-content: space-between;
  align-items: center;
}
.solutioni .solution-swiper1 .solution-swiper-slide1 .right-swiper svg {
  width: 16px;
  height: 29px;
}
.solutioni .solution-swiper1 .solution-swiper-slide1 .left-swiper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.solutioni .solution-swiper1 .solution-swiper-slide1 .left-swiper img {
  width: 38px;
  height: 33px;
}
.solutioni .solution-swiper1 .solution-swiper-slide1 .left-swiper .solution-p {
  width: calc(100% - 50px);
}
.solutioni .solution-swiper1 .solution-swiper-slide1 .left-swiper .solution-title {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.solutioni .solution-swiper1 .solution-swiper-slide1 .left-swiper .solution-intro {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.solutioni .solution-swiper1 .solution-swiper-slide1:hover {
  transition: 0.5s;
  box-shadow: 0px 4px 27px 0px rgba(209, 209, 209, 0.19);
}
.solutioni .solution-swiper {
  padding-left: 80px;
  margin-top: 40px;
  overflow: hidden;
  position: relative;
}
.solutioni .solution-swiper .solution_slide_active {
  transition: 0.5s;
  overflow: hidden;
  box-shadow: 0px 4px 27px 0px rgba(209, 209, 209, 0.19);
}
.solutioni .solution-swiper .solution_slide_active img {
  transform: scale(1.1);
  transition: 0.5s;
}
.solutioni .solution-swiper .solution-swiper-slide {
  width: 30%;
  margin-right: 30px;
  background: #fff;
  padding: 5px;
  border: 1px solid #EEEEEE;
  transition: 0.5s;
  overflow: hidden;
}
.solutioni .solution-swiper .solution-swiper-slide:hover {
  transition: 0.5s;
  overflow: hidden;
  box-shadow: 0px 4px 27px 0px rgba(209, 209, 209, 0.19);
}
.solutioni .solution-swiper .solution-swiper-slide:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
.solutioni .solution-swiper .solution-swiper-slide img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.div-common-title {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  z-index: 2;
  display: block;
}
.div-common-title-en {
  width: 100%;
  margin-top: -24px;
  text-align: center;
  font-size: 48px;
  font-weight: 900;
  color: #EEEEEE;
  position: relative;
  z-index: 1;
}
.div-common-title-en::after {
  position: absolute;
  content: '';
  width: 36px;
  z-index: 2;
  height: 4px;
  background: #333333;
  bottom: 12px;
  left: calc(50% - 18px);
}
.div-common {
  padding: 88px 0px;
}
.solutionDetailPagei .solutionDetail-main {
  padding: 0px 0px 88px;
}
.newsDetailPagei .newsDetail-main{
  padding: 0px 0px 88px;
}
.div-common-title1 {
  width: 100%;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  z-index: 2;
  display: block;
}
.div-common-title-en1 {
  width: 100%;
  margin-top: -60px;
  font-size: 48px;
  font-weight: 900;
  color: #EEEEEE;
  position: relative;
  z-index: 1;
}
.div-common-title-en1::after {
  position: absolute;
  content: '';
  width: 36px;
  z-index: 2;
  height: 4px;
  background: #333333;
  bottom: -18px;
  left: 0px;
}
.top-bottom {
  width: 100%;
  padding: 30px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}
.top-bottom svg {
  width: 30px;
  height: 18px;
}
.el-input-group__append button.el-button,
.el-input-group__append div.el-select .el-input__inner,
.el-input-group__append div.el-select:hover .el-input__inner,
.el-input-group__prepend button.el-button,
.el-input-group__prepend div.el-select .el-input__inner,
.el-input-group__prepend div.el-select:hover .el-input__inner {
  border-color: #5967CE;
  background-color: #5967CE;
  color: #fff;
  margin: -8px -20px;
}
@media only screen and (max-width: 1440px) {
  .contacti .contacti-con-main {
    width: 94%;
  }
  .abouti .about-left-word {
    width: 40%;
  }
  .abouti .about-right-img .about-right-img-one {
    width: calc(50% - 5px);
  }
  .abouti .about-right-img {
    width: calc(60% - 20px);
  }
  .banner .banner-swiper-slide .word-box-banner .more-box {
    margin-top: 34px;
  }
  .banner .banner-swiper-slide .word-box-banner .word-box-banner-p {
    width: 90%;
    font-size: 40px;
    line-height: 56px;
  }
  .contacti .contacti-con-main .contacti-con-form .input-contacti {
    width: 32%;
    margin-bottom: 15px;
  }
  .contacti .contacti-con-main .contacti-con-form .message-contacti {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1280px) {
  .header{
    width: 100%;
    left: 0px;

  }
  .header .header-inner{
    width: 90%;
    margin: 0 auto;
  }
  .header .header-inner .logo {
    padding: 10px 10px 10px 0px;
  }
  .solutioni .solution-swiper {
    padding-left: 68px;
  }
  .solutioni .solution-swiper1 .swiper-pagination-progressbar {
    left: 68px;
    width: calc(100% - 136px);
  }
  .casei .case-swiper {
    padding-left: 68px;
  }
  .casei .swiper-scrollbar {
    width: calc(100% - 68px);
  }
  .abouti .about-right-img {
    width: calc(60% - 20px);
    padding-right: 68px;
    display: flex;
    justify-content: space-between;
  }
  .abouti .about-left-word {
    padding-left: 68px;
  }
  .solutioni .solution-swiper1 {
    padding-left: 68px;
  }
  .banner .banner-swiper-slide .word-box-banner .word-box-banner-p {
    font-size: 34px;
    line-height: 50px;
  }

  .banner .banner-swiper-slide .word-box-banner .more-box .more-box-p {
    width: 134px;
    height: 40px;
  }
  .banner .banner-swiper-slide .word-box-banner .more-box .more-box-btn {
    width: 40px;
    height: 40px;
  }
  .banner {
    margin-top: 84px;
  }
  .newsDetailPagei {
    width: 90%;
    padding: 50px 0px 0px;
  }
  .solutioni .solution-swiper1 .swiper-wrapper {
    padding-bottom: 50px;
  }
  .newsDetail-main-re {
    padding: 0px 0px 50px;
  }
  .solutionDetailPagei {
    width: 90%;
    padding: 50px 0px 0px;
  }
  .solutionDetailPagei .newsDetail-main {
    padding: 0px 0px 50px;
  }
  .newsDetailPagei .newsDetail-main {
    padding: 0px 0px 50px;
  }
  .container .nside-news-detail {
    padding: 0px 0px 0px 3%;
  }
  .container {
    width: 100%;
    margin: 0 auto;
  }
  .headerM {
    width: 100%;
    left: 0;
  }
  .headerM .header-inner {
    width: 94%;
    margin: 0 auto;
  }
  .headerM .header-inner .logo {
    padding: 10px 10px 10px 0px;
  }
  .nban {
    margin-top: 84px;
  }
  .nside-news-detail {
    margin-top: 84px;
  }
  .footer .footer-con {
    width: 90%;
  }
  .nside {
    padding: 23px 30px;
  }
  .div-common {
    padding: 68px 0px;
  }
  .solutionDetailPagei .solutionDetail-main {
    padding: 0px 0px 68px;
  }
  .newsDetailPagei .newsDetail-main{
    padding: 0px 0px 68px;
  }
  .map-div-box {
    padding-top: 120px !important;
  }
  .contacti .contacti-intro {
    margin-top: 14px;
  }
  .contacti .contacti-con-main {
    margin: 50px auto 0;
  }
  .contacti .contacti-con-main .contacti-con-form .input-contacti {
    width: 100%;
    margin-bottom: 20px;
  }
  .contacti .contacti-con-main .contacti-con-form .message-contacti {
    margin-bottom: 20px;
  }
  .contacti .contacti-con-main .contacti-con-infor {
    justify-content: flex-start;
  }
  .contacti .contacti-con-main .contacti-con-infor .contacti-con-infor-one {
    margin-bottom: 40px;
  }
  .contacti .contacti-con-main .contacti-con-infor .contacti-con-infor-one:nth-last-of-type(1) {
    margin-bottom: 0px;
  }
  .contacti .contacti-con-main {
    width: 90%;
  }
  .nban .nban-word .nban-p {
    top: calc(40% + 23px);
    font-size: 40px;
  }
  .nside-news {
    padding: 0px 0px 0px 5%;
  }
  .newsPagei .newsPagei-main .newsPagei-list .newsPagei-one .newsPagei-one-time {
    margin: 18px 0px 30px;
  }
  .newsPagei .newsPagei-main .newsPagei-list .newsPagei-one .newsPagei-one-intro {
    margin: 22px 0px 30px;
  }
  .newsPagei .newsPagei-main .newsPagei-list .newsPagei-one {
    width: calc(100% / 3 - 10px);
    margin-right: 14px;
    margin-bottom: 30px;
  }
  .newsPagei .newsPagei-main {
    margin: 40px auto 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .newsDetail-main-re .re-list .re-list-title {
    padding: 0px 0px 40px;
}
  .aboutPage .aboutPage-con .aboutPage-con-bottom .aboutPage-con-main {
    width: 100%;
  }
  .aboutPage .aboutPage-con .aboutPage-con-bottom .aboutPage-con-main:nth-last-of-type(1) {
    margin-top: 8px;
  }
  .aboutPage .aboutPage-con .aboutPage-con-bottom .aboutPage-con-main .two-intro-p .two-intro-one {
    width: 33%;
  }
  .aboutPage .aboutPage-con .aboutPage-con-bottom {
    flex-wrap: wrap;
  }
  .aboutPage .aboutPage-con .aboutPage-con-bottom .aboutPage-con-img-box .aboutPage-con-img-one {
    width: 100%;
  }
  .newsDetailPagei .newsDetail-main .newsDetail-content {
    padding-right: 0%;
  }
  .solutionDetail-content {
    padding-right: 0%;
  }
  .abouti {
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .abouti .about-right-img {
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
    margin: 30px auto 0px;
  }
  .abouti .about-left-word {
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
    margin: 30px auto 0px;
  }
  .newsDetail-main-re .re-list {
    padding: 0px 0px 0px 0%;
  }
  .banner {
    margin-top: 71px;
  }
  .newsDetail-main-re .re-list .re-list-main .re-list-main-one {
    width: 260px;
    margin-bottom: 0px;
    margin-right: 20px;
    flex: none;
  }
  .newsDetail-main-re .re-list .re-list-main {
    width: 100%;
    display: flex;
    align-items: center;
    max-height: 100vh;
    overflow-y: hidden;
    overflow-x: auto;
    padding-right: 0;
  }
  .solutionDetailPagei .solutionDetail-main {
    width: 100%;
    border-right: none;
  }
  .newsDetailPagei .newsDetail-main {
    width: 100%;
    border-right: none;
  }
  .solutionDetailPagei {
    flex-wrap: wrap;
  }
  .newsDetailPagei {
    flex-wrap: wrap;
  }
  .newsDetail-main-re {
    width: 100%;
  }
  .nside-news-detail .nside-news-a {
    width: 100% !important;
  }
  .nside-news .iconIndex {
    margin-bottom: 10px;
  }
  .nside-news-detail .nside-news-a {
    padding: 23px 0px 13px !important;
  }
  .nside-news .news-side-a {
    margin-bottom: 10px;
  }
  .nside-news .iconRight {
    margin-bottom: 10px;
  }
  .nside-news-detail {
    margin-top: 71px;
  }
  .aboutPage .aboutPage-con .aboutPage-con-top {
    margin-bottom: 30px;
  }
  .aboutPage .aboutPage-con .aboutPage-con-bottom .aboutPage-con-main .aboutPage-con-p-center {
    margin: 20px 0px 0;
  }
  .aboutPage .aboutPage-con .aboutPage-con-bottom .aboutPage-con-main .two-intro-p .two-intro-one {
    margin-bottom: 15px;
  }
  .aboutPage .aboutPage-con .aboutPage-con-bottom .aboutPage-con-main .two-intro-p {
    margin-top: 30px;
  }
  .aboutPage .aboutPage-con .aboutPage-con-bottom .aboutPage-con-img-box .aboutPage-con-img-one {
    width: calc(50% - 8px);
    margin-bottom: 20px;
  }
  .aboutPage .aboutPage-con {
    width: 90%;
    margin: 50px auto 0px;
  }
  .solutionPagei .solutionPagei-con-main .solutionPagei-list-one {
    padding-bottom: 30px;
  }
  .solutionPagei .solutionPagei-con-main .solutionPagei-list-one .solutionPagei-intro {
    margin-bottom: 15px;
  }
  .solutionPagei .solutionPagei-con-main .solutionPagei-list-one .solutionPagei-title {
    margin: 24px 0 13px;
  }
  .newsPagei .newsPagei-main .newsPagei-list .newsPagei-one {
    width: calc(100% / 2 - 10px);
    margin-right: 5px;
    margin-left: 5px;
  }
  .newsPagei .newsPagei-main .newsPagei-list .newsPagei-one:nth-of-type(3n) {
    margin-right: 5px;
    margin-left: 5px;
  }
  .headerM .header-inner .logo img {
    width: 100px;
    height: 47px;
  }
  .nban {
    margin-top: 71px;
  }
  .div-common-title-en {
    font-size: 42px;
  }
  .div-common-title-en1 {
    font-size: 42px;
  }
  .contacti .contacti-con-main {
    margin: 30px auto 0;
  }
  .contacti {
    margin-top: -40px;
  }
  .div-common {
    padding: 50px 0px;
  }
  .solutionDetailPagei .solutionDetail-main {
    padding: 0px 0px 50px;
  }
  .newsDetailPagei .newsDetail-main{
    padding: 0px 0px 50px;
  }
  .map-div-box {
    padding-top: 102px !important;
  }
  .top-bottom {
    display: none;
  }
  .footer {
    padding-bottom: 58px;
  }
  .footer .footer-con .footer-con-center .footer-con-center-infor {
    flex-wrap: wrap;
  }
  .footer .footer-con .footer-con-center .liyyan-form {
    width: 100%;
  }
  .footer .footer-con .footer-con-center .footer-con-center-infor-right {
    width: 100%;
    margin-top: 25px;
  }
  .footer .footer-con .footer-con-center .footer-con-center-infor-right .footer-top-con-item {
    justify-content: flex-start;
    margin-bottom: 15px;
  }
  .footer .footer-con {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 820px) {
  .div-common {
    padding: 30px 0px;
  }
  .page-link {
    margin-top: 30px;
  }
  .newsDetail-main-re .re-list .re-list-title {
    padding: 0px 0px 30px;
  }
  .solutionDetailPagei .solutionDetail-main {
    padding: 0px 0px 30px;
  }
  .newsDetailPagei .newsDetail-main{
    padding: 0px 0px 30px;
  }
  .aboutPage .aboutPage-con {
    width: 90%;
    margin: 40px auto 0px;
  }
  .banner .bannerSwiper .lineP {
    display: none;
  }
  .banner .bannerSwiper .banner_btn {
    width: 40px;
    bottom: 14px;
    height: 40px;
  }
  .banner .banner-swiper-slide .word-box-banner .more-box {
    margin-top: 16px;
  }
  .banner .bannerSwiper .banner_next {
    left: calc(50% + 25px);
  }
  .banner .bannerSwiper .banner_prev {
    left: calc(50% - 25px);
  }
  .banner .banner-swiper-slide .word-box-banner .word-box-banner-p {
    font-size: 32px;
    width: 90%;
  }
  .banner .bannerSwiper .banner-num-box .num-cur-box {
    width: 90px;
    margin-bottom: 14px;
  }
  .banner .bannerSwiper .banner-num-box {
    bottom: 20px;
  }
  .banner .bannerSwiper .scroll-box {
    left: -20px;
  }
  .banner .bannerSwiper .banner-num-box .num-cur-box-active .num-line {
    width: 48px;
  }
  .casei .case-swiper {
    padding-left: 0px;
    width: 90%;
    padding-right: 0px;
    margin: 40px auto 0px;
  }
  .casei .swiper-scrollbar {
    width: 100%;
  }
  .solutioni .solution-swiper1 .solution-swiper-slide1 {
    width: 300px;
    margin-right: 10px;
    padding: 20px 20px;
  }
  .solutioni .solution-swiper1 .swiper-wrapper {
    padding-bottom: 40px;
  }
  .solutioni .solution-swiper1 .solution-swiper-slide1 .right-swiper {
    margin-left: 30px;
  }
  .solutioni .solution-swiper1 .solution-swiper-slide1 .left-swiper .solution-title {
    font-size: 16px;
    line-height: 30px;
  }
  .solutioni .solution-swiper1 {
    padding-left: 0px;
    width: 90%;
    padding-right: 0px;
    margin: 40px auto 0px;
  }
  .solutioni .solution-swiper1 .swiper-pagination-progressbar {
    left: 0px;
    width: 100%;
  }
  .solutioni .solution-swiper {
    padding-left: 0px;
    width: 90%;
    padding-right: 0px;
    margin: 40px auto 0px;
  }
  .solutionPagei .solutionPagei-con-main .solutionPagei-list-one {
    width: calc(100% / 2);
  }
  .solutionPagei .solutionPagei-con-main .solutionPagei-list-one:nth-of-type(3n) {
    border-right: 1px solid #f0f0f0;
  }
  .newsPagei .newsPagei-main {
    width: 90%;
    margin: 34px auto 0px;
  }
  .newsPagei .newsPagei-main .newsPagei-list .newsPagei-one .newsPagei-one-time {
    margin: 10px 0px 10px;
  }
  .newsPagei .newsPagei-main .newsPagei-list .newsPagei-one .newsPagei-one-time {
    padding: 0px 10px;
  }
  .newsPagei .newsPagei-main .newsPagei-list .newsPagei-one .newsPagei-one-intro {
    margin: 18px 0px 18px;
  }
  .newsPagei .newsPagei-main .newsPagei-list .newsPagei-one .newsPagei-one-title {
    padding: 0px 10px;
  }
  .newsPagei .newsPagei-main .newsPagei-list .newsPagei-one .newsPagei-one-intro {
    padding: 0px 10px;
  }
  .nban .nban-word .nban-p {
    top: calc(40% + 14px);
    font-size: 32px;
  }
  .footer .footer-con .footer-con-center .liulanName {
    padding-top: 30px;
  }
  .footer .footer-con {
    padding-top: 30px;
  }
  .footer .footer-con .footer-con-top {
    margin-bottom: 20px;
  }
  .footer .footer-con .footer-con-center .footer-con-center-infor {
    padding: 0px 0px 30px;
  }
  .footer .footer-con .footer-con-bottom .footer-con-bottom-inner {
    padding: 22px 0px;
    flex-wrap: wrap;
  }
  .footer .footer-con .footer-con-bottom div,
  .footer .footer-con .footer-con-bottom a {
    width: 100%;
  }
  .footer .footer-con .footer-con-bottom div,
  .footer .footer-con .footer-con-bottom div {
    width: 100%;
  }
  .footer .footer-con .footer-con-bottom div a{
    width: auto;
  }

}
@media only screen and (max-width: 640px) {
  .aboutPage .aboutPage-con .aboutPage-con-bottom .aboutPage-con-main .two-intro-p .two-intro-one {
    width: 50%;
  }
  .solutioni .solution-swiper .solution-swiper-slide {
    width: 280px;
  }
  .casei .case-swiper .case-swiper-slide {
    width: 280px;
  }
  .banner .bannerSwiper .banner_next {
    left: calc(50%);
    transform: translateX(50%);
  }
  .banner .bannerSwiper .banner_btn .icon {
    width: 16px;
    height: 32px;
  }
  .banner .bannerSwiper .banner_prev {
    left: calc(50%);
    transform: translateX(-100%);
  }
  .banner .bannerSwiper .banner_btn {
    width: 30px;
    bottom: 10px;
    height: 30px;
  }
  .banner .banner-swiper-slide .word-box-banner .more-box .more-box-btn svg {
    width: 18px;
    height: 22px;
  }
  .banner .banner-swiper-slide .word-box-banner .more-box .more-box-p {
    width: 100px;
    height: 34px;
    font-size: 14px;
  }
  .banner .banner-swiper-slide .word-box-banner .more-box .more-box-btn {
    width: 34px;
    height: 34px;
  }
  .banner .bannerSwiper .scroll-box {
    display: none;
  }
  .banner .banner-swiper-slide .word-box-banner {
    width: 80%;
    max-width: calc(100%);
  }
  .banner .banner-swiper-slide .word-box-banner .word-box-banner-p {
    font-size: 20px;
    line-height: 34px;
    width: 100%;
  }
  .banner .bannerSwiper .banner-num-box {
    display: none;
  }
  .banner .banner-swiper-slide .word-box-banner .more-box {
    margin-top: 20px;
  }
  .abouti .about-left-word .about-intro {
    margin: 40px 0px 30px;
  }
  .abouti .about-left-word .more-box {
    margin-top: 30px;
  }
  .abouti .about-left-word .two-intro-p .two-intro-one {
    width: 100%;
    justify-content: flex-start;
  }
  .abouti .about-left-word .two-intro-p .two-intro-one:nth-of-type(2) {
    margin-top: 30px;
  }
  .abouti .about-left-word .two-intro-p {
    flex-wrap: wrap;
  }
  .page-link .page-link-a p:nth-of-type(2) {
    margin-top: 10px;
    width: 100%;
  }
  .solutionDetailPagei .solutionDetail-main {
    padding: 0px 0px 40px;
  }
  .newsDetailPagei .newsDetail-main {
    padding: 0px 0px 40px;
  }
  .newsDetailPagei .newsDetail-main .newsDetail-time {
    margin: 14px 0px 14px;
  }
  .newsDetail-main-re .re-list .re-list-title {
    padding: 0px 0px 30px;
  }
  .newsDetailPagei {
    padding: 40px 0px 0px;
  }
  .map-main-con .nav-map {
    margin-bottom: 12px;
    width: 100px;
    margin-right: 12px;
    font-size: 14px;
  }
  .map-main-con {
    width: 324px;
  }
  .aboutPage .aboutPage-con .aboutPage-title-en {
    font-size: 44px;
  }
  .solutionPagei .solutionPagei-con-main .solutionPagei-list {
    margin-bottom: 10px;
  }
  .solutionPagei .solutionPagei-con-main {
    margin-top: 26px;
  }
  .solutionPagei .solutionPagei-con-main .solutionPagei-list-one {
    width: 100%;
  }
  .newsPagei .newsPagei-main .newsPagei-list .newsPagei-one {
    width: calc(100%);
    margin-right: 0px;
    margin-left: 0px;
  }
  .newsPagei .newsPagei-main .newsPagei-list .newsPagei-one:nth-of-type(3n) {
    margin-right: 0px;
    margin-left: 0px;
  }
  .nban .nban-word .nban-p {
    top: calc(40% + 6px);
    font-size: 28px;
  }
  .contacti {
    margin-top: -20px;
  }
  .div-common {
    padding: 40px 0px;
  }
  .solutionDetailPagei .solutionDetail-main {
    padding: 0px 0px 30px;
  }
  .map-div-box {
    padding-top: 92px !important;
  }
  .contacti .contacti-intro {
    width: 90%;
    margin: 0 auto;
  }
  .contacti .contacti-con-main {
    flex-wrap: wrap;
  }
  .contacti .contacti-con-main .contacti-con-infor {
    width: 100%;
  }
  .contacti .contacti-con-main .contacti-con-form {
    width: 100%;
    margin-top: 30px;
  }
  .footer .footer-con .footer-con-center .footer-con-center-nav {
    display: none;
  }
  .footer .footer-con .footer-con-center .liulanName {
    padding-top: 0px;
  }
  .footer .footer-con .footer-con-top {
    margin-bottom: 6px;
  }
  .footer .footer-con .footer-con-center .footer-con-center-infor-right {
    margin-top: 22px;
  }
  .footer .footer-con .footer-con-center .footer-con-center-infor {
    padding: 0px 0px 22px;
  }
  .footer .footer-con .footer-con-center .liyyan-form .input {
    width: 100%;
  }
  .footer .footer-con .footer-con-center .liyyan-form .message {
    width: 100%;
    margin-bottom: 20px;
  }
  .nside-news .nside-news-a {
    width: 100%;
  }
  .nside-news .news-classfly .news-classfly-a {
    padding: 16px 0px;
  }
  .nside-news {
    flex-wrap: wrap;
  }
  .nside-news .news-classfly {
    width: 250px;
  }
}
@media only screen and (max-width: 414px) {
  .page-link {
    margin-top: 20px;
  }
  .newsDetail-main-re .re-list .re-list-title {
    padding: 0px 0px 20px;
  }
  .page-link .page-link-a {
    margin-bottom: 10px;
  }
  .aboutPage .aboutPage-con .aboutPage-con-bottom .aboutPage-con-img-box .aboutPage-con-img-one {
    width: calc(50% - 4px);
    margin-bottom: 6px;
  }.aboutPage .aboutPage-con .aboutPage-con-top {
     margin-bottom: 12px;
   }

  .aboutPage .aboutPage-con .aboutPage-con-bottom .aboutPage-con-main .two-intro-p .two-intro-p-title{
    font-size: 20px;
    margin-bottom: 0px;
  }
  .aboutPage .aboutPage-con .aboutPage-con-bottom .aboutPage-con-main .two-intro-p {
    margin-top: 10px;
  }
  .banner .bannerSwiper .banner_btn {
    display: none;
  }
  .aboutPage .aboutPage-con .aboutPage-con-bottom .aboutPage-con-main .two-intro-p .two-intro-one {
    width: 100%;
  }
  .aboutPage .aboutPage-con .aboutPage-con-bottom .aboutPage-con-main .two-intro-p .two-intro-one {
    margin-bottom: 14px;
  }
  .aboutPage .aboutPage-con .aboutPage-con-bottom .aboutPage-con-main .two-intro-p {

    margin-bottom: 10px;
  }
  .abouti .about-left-word .more-box .more-box-p {
    width: 150px;
    height: 42px;
  }
  .abouti .about-left-word .more-box .more-box-btn {
    width: 42px;
    height: 42px;
  }
  .abouti .about-left-word .more-box {
    width: 202px;
    margin: 30px auto 0px;
  }
  .banner .bannerSwiper .banner_btn {
    bottom: 3px;
  }
  .banner .banner-swiper-slide .word-box-banner {
    width: 90%;
    max-width: calc(100%);
  }
  .banner .banner-swiper-slide .word-box-banner .more-box {
    display: none;
  }
  .solutioni .solution-swiper1 .solution-swiper-slide1 {
    width: 290px;
    margin-right: 10px;
    padding: 14px 14px;
  }
  .solutioni .more-box .more-box-p {
    width: 150px;
    height: 42px;
  }
  .solutioni .more-box .more-box-btn {
    width: 42px;
    height: 42px;
  }
  .solutioni .more-box {
    width: 202px;
    margin: 30px auto 0px;
  }
  .solutioni .solution-swiper1 .swiper-wrapper {
    padding-bottom: 30px;
  }
  .abouti .about-right-img {
    flex-wrap: wrap;
  }
  .abouti .about-right-img .about-right-img-one:nth-of-type(2) {
    margin-top: 30px;
  }
  .abouti .about-right-img .about-right-img-one {
    width: 100%;
  }
  .newsDetail-main-re .re-list .re-list-main .re-list-main-one .re-list-main-one-word {
    padding: 0px 10px;
    margin-top: 10px;
    font-size: 16px;
  }
  .newsDetail-main-re .re-list .re-list-main .re-list-main-one {
    padding-bottom: 12px;
  }
  .map-main-con .nav-map {
    margin-bottom: 12px;
    width: 80px;
    margin-right: 12px;
    font-size: 12px;
    height: 36px;
  }
  .map-main-con {
    width: 264px;
  }
  .aboutPage .aboutPage-con .aboutPage-title {
    font-size: 18px;
    margin-top: -15px;
  }
  .aboutPage .aboutPage-con .aboutPage-title-en {
    font-size: 30px;
  }
  .aboutPage .aboutPage-con {
    margin: 30px auto 0px;
  }
  .pagination {
    padding: 0px 0px;
  }
  .abouti .about-left-word {
    margin: 10px auto 0px;
  }
  .div-common-title-en {
    margin-top: -14px;
    font-size: 30px;
  }
  .div-common-title-en1 {
    margin-top: -44px;
    font-size: 30px;
  }
  .div-common-title {
    font-size: 22px;
  }
  .nban .nban-word .nban-line {
    display: none;
  }
  .div-common {
    padding: 30px 0px;
  }
  .solutionDetailPagei .solutionDetail-main {
    padding: 0px 0px 30px;
  }
  .newsDetailPagei .newsDetail-main{
    padding: 0px 0px 30px;
  }
  .map-div-box {
    padding-top: 82px !important;
  }
  .nban .nban-word .nban-p {
    top: calc(30% + 0px);
    font-size: 20px;
  }
  .footer .footer-con .footer-con-center .footer-con-center-infor-right .footer-top-con-item {
    flex-wrap: wrap;
  }
  .footer .footer-con .footer-con-center .footer-con-center-infor-right .footer-top-con-item a {
    width: 100%;
    text-align: left;
    margin-top: 5px;
  }
  .footer .footer-con .footer-con-center .footer-con-center-infor-right .footer-top-con-item .item-footer-con {
    width: 100%;
    text-align: left;
    margin-top: 5px;
  }
  .footer .footer-con .footer-con-bottom .footer-con-bottom-inner {
    text-align: center;
    justify-content: center;
  }
  .footer .footer-con .footer-con-bottom div,
  .footer .footer-con .footer-con-bottom a {
    text-align: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 320px) {
  .banner .bannerSwiper .banner_btn {
    opacity: 0;
  }
  .banner .banner-swiper-slide .word-box-banner .word-box-banner-p {
    font-size: 16px;
    line-height: 30px;
  }
  .solutioni .solution-swiper .solution-swiper-slide {
    width: 100%;
    margin-right: 10px;
  }
  .casei .case-swiper .case-swiper-slide {
    width: 100%;
    margin-right: 10px;
  }
}
