html, body {
    overflow-x: hidden;
    width: 100%;
    color: #333;
    font-size: 14px;
}
body {
    font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-break: break-word;
}
a {
    text-decoration: none;
}
.header{
    width: 100%;
    padding: 0 120px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #354bc7;
    z-index: 999999;
}
.hicurr{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999999;
}
.header-top{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    z-index: 300;
    padding: 16px 0 0;
    position: relative;
}
.header-top a{
    color: #ffffff;
}
.header-lang-tel{
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    font-family: 'LamaSans-Regular';
    align-items: center;
    color: #fff;
    position: relative;
    transition: 0.5s;
}
.header-lang-line{
    width: 1px;
    height: 15px;
    background: #fff;
    opacity: 0.5;
    margin: 0 15px;
}
.header-lang-mail{
    color: #fff;
    transition: 0.5s;
    display: flex;
    align-items: center;
}
.header-lang-tel span {
    position: relative;
    padding: 0 5px;
    box-sizing: border-box;
}
.header-lang-mail span {
    position: relative;
    padding: 0 5px;
    box-sizing: border-box;
}
.header-lang-tel span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background: #fff;
    transition: 0.5s;
}
.header-lang-mail span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background: #fff;
    transition: 0.5s;
}
.header-lang-tel:hover span::after {
    width: 100%;
    background: #E6252D;
    transition: 0.5s;
}
.header-lang-mail:hover span::after {
    width: 100%;
    background: #E6252D;
    transition: 0.5s;
}
.header-lang-tel:hover {
    color: #E6252D;
}
.header-lang-mail:hover {
    color: #E6252D;
}
.ico-tel{
    font-size: 20px;
}
.ico-mail{
    font-size: 20px;
}
.header-botom{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-nav{
    display: flex;
    justify-content: flex-end;
}
.nav-item {
    width: auto;
    height: 75px;
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 60px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.nav-item-first {
    width: 100%;
    height: 100%;
    background: transparent;
    position: relative;
    display: flex;
    align-items: center;
    transition: 0.5s;
}
.nav-item-first::after {
    position: absolute;
    opacity: 0;
    transition: 0.5s;
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}
.nav-item-p {
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 18px;
    color: #FFFFFF;
    opacity: 0.8;
    height: 100%;
    line-height: 24px;
    text-align: left;
    word-break: break-word;
    transition: 0.5s;
    display: flex;
    align-items: center;
}
.nav-item-first-avtive::after {
    opacity: 1;
    transition: 0.5s;
}
.nav-item-first:hover::after {
    opacity: 1;
    transition: 0.5s;
}
.header:hover {
    background:#354bc7;
    overflow: visible !important;
}
.banner{
    position: relative;
    width: 100%;
}
.banner .banner-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    z-index: 20;
    padding: 0 60px;
    box-sizing: border-box;
}
.indexPage-outer {
    height: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner-nums {
    display: flex;
    height: 100%;
    align-items: center;
}
.banner-num {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.banner-num-p {
    font-family: 'Montserrat-Regular';
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    opacity: 0.6;
    transition: 0.5s;
}
.banner-num-line {
    width: 0;
    height: 1px;
    background: #FFFFFF;
    transition: 0.5s;
    margin: 0 10px;
}
.banner-scroll {
    display: flex;
    height: 100%;
    align-items: center;
    cursor: pointer;
}
.banner-scroll-text {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    margin-right: 12px;
    text-transform: uppercase;
}
.banner-scroll-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
    color: #FFFFFF;
    line-height: 30px;
    border: 1px solid #FFFFFF;
    position: relative;
}
.banner-scroll-icon .el-icon-after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-100%);
    animation: scrollLine1 1.2s infinite;
}
@keyframes scrollLine1 {
    0% {
      transform: translateY(-30px);
    }
    100% {
      transform: translateY(6px);
    }
}
.swiper-slide{
    width: 100%;
    overflow: hidden;
}
.banner .swiper-slide .banner-img {
    transition: all 1.4s ease;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
.banner .swiper-slide-active .banner-img {
    transition: all 1.4s ease 1s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.banner-img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: cover;
}
.nav-item-second {
  position: fixed;
  width: 960px;
  top: 116px;
  right: 0;
  height: auto;
  max-height: 0;
  opacity: 0;
  z-index: 999;
  display: block;
  overflow: hidden;
  transition: 1s;
  background: #F8F8F8;
  border-radius: 0px 0px 0px 60px;
}
.nav-item-second .nav-item-second-inner {
  padding: 5% 6% 8% 8%;
  width: 100%;
}
.nav-item-second .nav-item-second-cur {
  padding-bottom: 10px;
  border-bottom: 1px solid #EFEFEF;
}
.nav-item-second .nav-item-second-cur a {
  font-weight: 500;
  font-size: 24px;
  color: #666666;
  line-height: 24px;
  font-family: 'SourceHanSansSC-Medium';
}
.nav-item-second .nav-item-second-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
}
.nav-item-second .nav-item-second-main .nav-item-second-a {
  width: 46%;
  margin-right: 8%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EFEFEF;
  padding: 24px 0 8px;
}
.nav-item-second .nav-item-second-main .nav-item-second-a:hover .nav-item-second-a-text {
  color: #354bc7;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-main .nav-item-second-a:hover .nav-item-second-a-text::after {
  background: #354bc7;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-main .nav-item-second-a:hover .nav-item-second-a-index {
  transform: translateX(-4px);
  background: #354bc7;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-main .nav-item-second-a:nth-of-type(2n) {
  margin-right: 0;
}
.nav-item-second .nav-item-second-main .nav-item-second-a-text {
  padding-left: 18px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
  width: calc(100% - 46px);
}
.nav-item-second .nav-item-second-main .nav-item-second-a-text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 7px;
  height: 7px;
  background: #999999;
  border-radius: 50%;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-main .nav-item-second-a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #354bc7;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-main .nav-item-second-a:hover:after {
  width: 100%;
  background: #354bc7;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-main .nav-item-second-a-index {
  width: 36px;
  height: 36px;
  background: #DADADA;
  border-radius: 50%;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-item-second .nav-item-second-main .nav-item-second-a-index img {
  width: 22px;
}
.user-menu-nav {
  z-index: 999;
  max-height: 100vh;
  opacity: 1;
  transition: 0.8s;
  display: block;
  animation: aniPcNav 1s;
}
@keyframes aniPcNav {
  0% {
    max-height: 0;
    display: none;
  }
  100% {
    height: auto;
    max-height: 100vh;
    display: block;
  }
}
.public-more {
  border: 0;
  cursor: pointer;
  transition: 0.5s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}
.public-more .banner-more-inner {
  display: flex;
  height: 36px;
  overflow: hidden;
  align-items: center;
  background: #354bc7;
  border-radius: 18px;
  min-width: 130px;
  height: 100%;
  justify-content: center;
  padding: 0 12px;
  flex: 1;
}
.public-more .read-more-p {
  position: relative;
  height: 100%;
  z-index: 12;
  text-align: center;
  width: 100%;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 34px;
  transition: 0.5s;
  text-overflow: ellipsis;
  white-space: nowrap;

}
.public-more .read-more-right {
  width: 36px;
  height: 36px;
  background: #354bc7;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
  color: #FFFFFF;
  margin-left: 12px;
  transform: translateX(0);
  transition: 0.5s;
}
.public-more .read-more-right img {
  width: 100%;
}
.public-more .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
}
.public-more:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.public-more:hover .read-more-right {
  transform: translateX(-6px);
  transition: 0.5s;
}
.main-product{
  width: 100%;
  padding: 80px 0;
  box-sizing: border-box;
  background: url(../images/about-bg.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
}
.main-product-tit{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 120px 30px;
}
.product-h1{
    font-size: 34px;
    font-weight: bolder;
    color: #354bc7;
}
.swiper-product-pad{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.swiper-product{
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #f1f1f1;
  padding: 10px;
  box-sizing: border-box;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.swiper-product:hover{
  background: #ffffff;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  box-shadow: 0px 1px 14px 1px rgba(0,0,0,0.1);
}
.product-img{
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.product-img img{
  width: 100%;
}
.product-tit{
  width: 100%;
  font-size: 24px;
  padding: 10px 0 0;
  color: #666666;
}
.main-product-nav{
  width: 100%;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-name{
  width: 100%;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-product-ul{
  margin-left: -10px;
  margin-right: -10px;
  display: none;
  position: relative;
}
.product-nav{
  margin: 0 10px;
  padding: 10px 20px;
  border-radius: 1000px;
  background: #ffffff;
  font-size: 16px;
  color: #555555;
  cursor: pointer;
}
.ncurr{
  background: #354bc7!important;
  color: #ffffff!important;
}
.main-product-box{
   width: 100%;
   padding: 0;
   box-sizing: border-box;
   position: relative;
}
.main-product-rel{
   width: 100%;
   padding: 0 120px;
   box-sizing: border-box;
}
.swiper-button-next:after, .swiper-button-prev:after{
  --swiper-navigation-size: 20px
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  --swiper-navigation-sides-offset: 20px
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  --swiper-navigation-sides-offset: 20px
}
.swiper-button-next, .swiper-button-prev {
    width: 40px!important;
    height: 40px!important;
    --swiper-navigation-color: #ffffff;
    --swiper-theme-color: #ffffff;
    border-radius: 1000px;
    background: #354bc7;
}
.main-about{
   width: 100%;
   background: url(../images/about-bg.png) no-repeat left center;
   background-size: 30%;
   padding: 50px 120px;
   box-sizing: border-box;
   display: flex;
   align-items: center;
   justify-content: space-between;
}
.main-about-left{
   width: 50%;
   padding: 50px;
   box-sizing: border-box;
}
.main-about-right{
   width: 50%;
   padding: 50px;
   box-sizing: border-box;
}
.main-about-right img{
   width: 100%;
}
.main-about-h1{
   width: 100%;
   font-size: 34px;
   font-weight: bolder;
   color: #354bc7;
}
.main-about-h2{
   padding: 40px 0;
   font-size: 18px;
   line-height: 2;
   color: #555555;
}
.main-about-more{
   display: flex;
   max-width: 180px;
   margin: 20px 0 0 0;
}
.main-advantage{
    width: 100%;
    padding: 40px 120px;
    box-sizing: border-box;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.item {
  width: 24.2%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.item .img img {
  min-width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  vertical-align: middle;
}
.position {
  position: absolute;
  left: 40px;
  top: 215px;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.content0 {
  font-size: 14px;
  font-family: 'gilroy_regular';
  color: #fff;
}
.content01 {
  font-size: 26px;
  font-family: 'fang';
  color: #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.content02 {
  width: 100%;
  padding: 10px 0 0 0;
  box-sizing: border-box;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.position .content02 .content3 {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
}
.position .content02 .content4 {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
}
.item .icon {
  position: absolute;
  left: 40px;
  bottom: 50px;
}
.item .icon img{
  width: 100%;
}
.adactive {
  width: 44.3%;
}
.act {
  width: 17.5%;
}
.main-advantage-box{
  width: 100%;
  padding: 50px 0;
  box-sizing: border-box;
  background: url(../images/pagebg01.png) no-repeat center #eeeeee;
  background-size: cover;
}
.adactive .content2{
  opacity: 1;
}
.adactive .position{
  position: absolute;
  left: 40px;
  right: 40px;
  top: 150px;
  transition: all 0.8s ease 0s;
}
.advantage-btit{
  font-size: 34px;
  font-weight: bolder;
  color: #354bc7;
  text-align: center;
  padding: 0 0 10px 0;
}
.advantage-bcn{
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  font-size: 24px;
  color: #666666;
}
.main-case{
  width: 100%;
  background: #ffffff;
  padding: 50px 0;
  position: relative;
}
.case-swiper{
  width: 100%;
  padding: 40px 0;
  box-sizing: border-box;
}
.case-cover{
   width: 100%;
   transition: all 0.5s ease 0s;
   -webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
   -o-transition: all 0.5s ease 0s;
   overflow: hidden;
   border-radius: 10px;
}
.case-cover img{
   width: 100%;
   vertical-align: middle;
   transition: all 0.5s ease 0s;
   -webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
   -o-transition: all 0.5s ease 0s;
}
.case-cover:hover img{
  width: 100%;
  vertical-align: middle;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.case-more{
   width: 180px;
   margin: 0 auto;
   display: flex;
   align-items: center;
   justify-content: center;
}
.case-name{
   width: 100%;
   padding: 20px 0 0 0;
}
.main-news{
  width: 100%;
  background: url(../images/main-news-bg.png) center bottom #f2f5fc no-repeat;
  background-size: 100%;
  padding: 50px 0;
}
.main-news-flex{
   width: 100%;
   padding: 0 120px;
   box-sizing: border-box;
   display: flex;
   align-items: center;
   justify-content: space-between;
}
.main-news-h1{
    width: 100%;
    font-size: 34px;
    font-weight: bolder;
    color: #354bc7;
}
.main-news-txt{
  width: 100%;
  font-size: 24px;
  padding: 10px 0;
  color: #555555;
}
.new-li{
   width: 100%;
   background: #ffffff;
   border-radius: 10px;
   overflow: hidden;
}
.new-time{
   width: 100%;
   padding: 15px 10px;
   box-sizing: border-box;
   color: #555555;
}
.new-name{
   width: 100%;
   padding: 0 10px 0;
   background: #ffffff;
   margin-bottom: 20px;
   font-size: 18px;
   color: #333333;
   height: 50px;
   line-height: 25px;
   display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.main-news-box{
   width: 100%;
   padding: 40px 120px;
   box-sizing: border-box;
   position: relative;
}
.main-contact{
   width: 100%;
   margin: 0 auto;
   padding: 50px 120px;
   box-sizing: border-box;
}
.main-contact-name{
  font-size: 34px;
  font-weight: bolder;
  color: #354bc7;
  text-align: center;
  padding: 0;
}
.main-contact-h1{
  width: 100%;
  font-size: 24px;
  padding: 20px 0;
  color: #555555;
  text-align: center;
}
.main-contact-txt{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.contactMenthods-line{
  width: 2px;
  z-index: 12;
  height: 14px;
  margin: 0 10px;
  background: #666;
  opacity: 0.8;
  transform: scaleX(0.5);
}
.main-contact-flex{
  display: flex;
  justify-content: space-between;
  padding: 60px 0 40px;
}
.contact-li{
  width: 23%;
  border-radius: 10px;
  background: #f1f1f1;
  padding: 30px;
  box-sizing: border-box;
}
.contact-tit{
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  margin-bottom: 15px;
}
.contact-txt{
  width: 100%;
  font-weight: bolder;
  font-size: 20px;
  line-height: 24px;
  transition: 0.5s;
  font-family: 'Montserrat-Medium';
}
.contact-icon{
  width: 100%;
  padding: 30px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #354bc7;
}
.cicon01{
  font-size: 50px;
}
.cicon02{
  font-size: 50px;
}
.cicon03{
  font-size: 50px;
}
.cicon04{
  font-size: 50px;
}
.contact-li:hover .contact-txt{
  color: #354bc7;
}
.wechat-ul{
  width: 100%;
  display: flex;
  justify-content: center;
}
.wechat-li{
   padding: 20px;
   box-sizing: border-box;
   margin: 0 20px;
   max-width: 220px;
}
.wechat-li img{
   width: 100%;
}
.wechat-name{
   font-size: 18px;
   text-align: center;
   padding: 10px 0 15px;
   color: #555555;
}
.wechat-img{
   border:1px solid #f1f1f1;
   box-sizing: border-box;
}
.wechat-img img{
   width: 100%;
}
.contact-form{
   width: 100%;
}
.contact-box{
   width: 100%;
   display: flex;
   border-radius: 10px;
   overflow: hidden;
}
.msli-flex{
   flex: 1;
}
.submit{
   width: 120px;
   background: #354bc7;
   color: #ffffff;
   font-size: 22px;
   font-weight: bolder;
   display: flex;
   align-items: center;
   justify-content: center;
   border: 0!important;
}
.contact-list{
  background: #f1f1f1;
}
.msli-flex{
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: space-between;
}
.contact-list{
   flex: 1;
   padding: 50px;
   box-sizing: border-box;
}
.msli{
   width: 33.333%;
   padding: 10px 20px;
   box-sizing: border-box;
}
.msli-textare{
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
}
.msli-textare input{
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
}
.msli input{
   width: 100%;
   height: 50px;
   line-height: 50px;
   padding: 0 20px;
   box-sizing: border-box;
   border: 1px solid #e3e3e3;
}
.footer_container {
  background: #111e2f;
  width: 100%;
  padding: 60px 120px 30px;
  box-sizing: border-box;
}
.flexBetween {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexStart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.boxLeft .item-foot {
  margin-right: 100px;
}
.boxLeft .item-foot h5 {
  font-size: 20px;
  color: #fff;
}
.boxLeft .item-foot h5 a{
  color: #fff;
}
.boxTop .boxLeft .item-foot ul {
  margin-top: 16px;
}
.item-foot ul li a {
  color: #9aaabe;
  line-height: 2.2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 16px;
  opacity: 0.7;
}
.boxCenter .content0 {
  font-size: 20px;
  color: #fff;
}
.boxCenter .content1 {
  margin-top:18px;
}
.boxTop .boxCenter .content2 {
  margin-top: 20px;
}
.boxCenter .content2 p {
  font-size: 16px;
  color: #9aaabe;
  line-height: 2;
}
.boxRight {
  padding-top: 45px;
}
.boxRight .item:not(:last-child) {
  margin-right: 20px;
}
.content02 p {
  font-size: 16px;
  color: #9aaabe;
  line-height: 2;
}
.content01 a {
  font-size: 36px;
  color: #fff;
  font-family: 'gilroy_bold';
}
.content02 p a {
  color: #9aaabe;
}
.item-r img {
  width: 120px;
}
.item-r{
  margin-right: 20px;
}
.item-r:last-child{
  margin-right: 0;
}
.item-r {
  color: #4a5667;
  margin-top: 12px;
  text-align: center;
}
.copyright{
  width: 100%;
  font-size:16px;
  text-align: center;
  color: #707f92;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #192636;
}
.content-otit{
   width: 100%;
   font-size: 26px;
   color: #ffffff;
   padding-bottom: 15px;
}
.content-oname{
   font-size: 16px;
   color: #ffffff;
   padding: 10px 0 0 0;
   display: none;
   opacity: 0;
}
.adactive .content-oname{
   opacity: 1;
   display: block;
}
.proPage{
   background: #F8F8F8;
   width: 100%;
   padding: 40px 120px;
   box-sizing: border-box;
   clear: both;
   display: flex;
}
.pro-main-box{
   flex: 1;
}
.pro-item {
  width: 31.3%;
  margin: 1%;
  background: #EFEFEF;
  padding: 20px;
  overflow: hidden;
  transition: 0.5s;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.proi-cur-img img{
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.pro-item:hover .proi-cur-img img{
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.proi-cur-img {
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 12;
  border-radius: 10px;
  overflow: hidden;
}
.proi-cur-title {
  padding: 18px 5% 0;
  display: flex;
  margin: 0 auto;
  z-index: 12;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
}
.proi-cur-title-text {
  color: #333;
  max-width: calc(100% - 40px);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.proi-cur-more {
  transform: translateX(12px);
  margin-left: 10px;
  transition: 0.5s;
  width: 36px;
  height: 36px;
  background: #354bc7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proi-cur-more img {
  width: 22px;
}
.proi-cur-img-dom img {
  width: 100%;
  display: block;
  height: 100%;
  transition: 0.8s;
}
.pro-item:hover .proi-cur-img .proi-cur-img-dom img {
  transition: 0.8s;
}
.pro-main-inner{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.proi-type-flex{
  padding-right: 50px;
  padding-top: 20px;
  box-sizing: border-box;
  width: 280px;
}
.proi-type-nav {
   padding: 20px 0;
   width: 100%;
   border-bottom: 1px solid #efefef;
   position: relative;
}
.proi-type-one{
  font-size: 20px;
  color: #333333;
}
.proi-type-nav:hover .proi-type-one{
  color: #354bc7;
}
.proi-type-one-line{
  width: 0;
  height: 2px;
  background: #354bc7;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.proi-type-nav:hover .proi-type-one-line{
  width: 100%;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.newcurr .proi-type-one{
  color: #354bc7!important;
}
.newcurr .proi-type-one-line{
  width: 100%!important;
}
.new-toggle{
  width: 100%;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu_head a {
  font-size: 16px;
  color: #555;
  display: inline-block;
  padding: 0 36px;
  border: 1px solid transparent;
  line-height: 48px;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.toactive a {
  color: #354bc7;
  border-color: #354bc7;
}
.new-cn-flex{
   width: 100%;
   padding: 30px 120px;
   box-sizing: border-box;
   display: flex;
   flex-wrap: wrap;
}

.new-list{
   width: 23%;
   padding: 10px;
   box-sizing: border-box;
   margin: 1%;
}
.new-list:hover .new-cover img{
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.new-cover{
   width: 100%;
   overflow: hidden;
   border-radius: 10px;
}
.new-cover img{
   width: 100%;
   vertical-align: middle;
   transition: all 0.5s ease 0s;
   -webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
   -o-transition: all 0.5s ease 0s;
}
.new-cover:hover img{
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.new-li:hover .new-name{
   color: #354bc7;
}
.new-list:hover .new-tit{
  color: #354bc7;
}
.new-tit{
  margin-top: 20px;
  font-size: 18px;
  color: #111;
  line-height:26px;
  height: 84px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.flexnew{
   width: 100%;
   padding: 40px 0 0 0;
   display: flex;
   align-items: center;
   justify-content: space-between;
}
.new-more{
   display: flex;
   align-items: center;
}
.new-more{
   font-size: 18px;
   font-weight: bolder;
   color: #354bc7;
}
.micon{
   font-size: 14px;
   padding: 0 0 0 4px;
}

.news-info{
    padding: 40px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 auto;
    display: flex;
    border-radius: 15px;
    background: #ffffff;
}
.new-h1{
    font-size: 32px;
    margin-top: 40px;
    line-height: 1.4;
}
.new-h2{
    width: 100%;
    font-size: 16px;
    padding: 10px 0;
}
.new-con{
    width: 100%;
    padding: 30px 0;
    font-size: 16px;
    line-height: 2;
    color: #555555;
    margin: 30px 0 0 0;
    border-top: 1px solid #f1f1f1;
}
.news-info-left{
    flex: 1;
    padding: 0 50px 0 0;
    box-sizing: border-box;
}
.news-info-right{
    width: 400px;
    padding: 0 0 0 50px;
    box-sizing: border-box;
    border-left: 1px solid #f1f1f1;
}
.news-info-limg{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.news-info-limg img{
    width: 100%;
    vertical-align: middle;
}
.news-info-tt{
    width: 100%;
    font-size: 16px;
    padding: 15px 0 30px;
    color: #555555;
}
.good-box{
    padding: 40px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 auto;
    display: flex;
    border-radius: 15px;
    background: #ffffff;
}
.good-line{
  width: 100%;
  text-transform: uppercase;
  padding-left: 18px;
  border-left: 1px solid rgba(153, 153, 153, 0.5);
}
.good-home{
   width: 100%;
   display: flex;
   flex-wrap: wrap;
   padding-bottom: 20px;
   color: #555555;
   line-height: 1;
}
.good-tit{
  font-weight: 400;
  font-size: 26px;
  color: #354bc7;
  line-height: 38px;
}
.good-cont{
   width: 100%;
   margin: 30px 0;
   font-size: 18px;
   line-height: 28px;
}
.good-cont img{
  vertical-align: middle;
  max-width: 100%;
}
.good-box-hot{
  width: 100%;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.good-box-left{
   width: 75%;
   padding-right: 50px;
   box-sizing: border-box;
}
.good-box-right{
  width: 25%;
  padding: 0 0 0 50px;
  box-sizing: border-box;
  border-left: 1px solid #f1f1f1;
}
.good-box-rli{
   width: 100%;
   padding: 10px 0;
}
.good-box-rli a{
   color: #333333;
}
.good-box-img{
   width: 100%;
   overflow: hidden;
}
.good-box-img img{
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.good-box-rli:hover img{
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.good-box-rli:hover .good-box-tit{
   color: #354bc7;
}
.good-box-img{
   width: 100%;
   border-radius: 10px;
   overflow: hidden;
   border:1px solid #f1f1f1;
   box-sizing: border-box;
}
.good-box-img img{
   width: 100%;
   vertical-align: middle;
}
.good-box-tit{
   width: 100%;
   font-size: 16px;
   padding: 10px 0 0;
   text-align: center;
}
.case-box{
  padding: 40px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 auto;
  display: flex;
  border-radius: 15px;
  background: #ffffff;
}
.case-box-left{
  flex: 1;
  padding-right: 50px;
  box-sizing: border-box;
}
.case-box-right{
  width: 400px;
  padding: 0 0 0 50px;
  box-sizing: border-box;
  border-left: 1px solid #f1f1f1;
}
.main-bg{
   width: 100%;
   height: 100%;
   position: fixed;
   background: rgba(0,0,0,0.915);
   display: none;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
}
.main-arimg{
   width: 100%;
   border-radius: 10px;
   overflow: hidden;
}
.main-arimg img{
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.main-arimg:hover img{
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.about-box{
   width: 100%;
   padding: 30px 120px 30px;
   box-sizing: border-box;
   margin: 0 auto;
}
.about-home{
   width: 100%;
   padding-bottom: 20px;
}
.slide-img{
  width: 100%;
}
.slide-img img{
  width: 100%;
}
.about-com{
   width: 100%;
   font-size: 18px;
   line-height: 28px;
}
.about-com img{
  width: 100%;
}
.news-info-li{
   width: 100%;
   overflow: hidden;
}
.news-info-li img{
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.news-info-li:hover img{
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.news-info-li:hover .news-info-tt{
   color: #354bc7;
}
.hicurr .nav-item{
   height: 50px;
   transition: all 0.5s ease 0s;
   -webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
   -o-transition: all 0.5s ease 0s;
}
.hicurr .nav-item-second{
   top: 82px;
   transition: all 0.5s ease 0s;
   -webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
   -o-transition: all 0.5s ease 0s;
}
.hicurr .header-top {
  padding: 8px 0 0;
  position: relative;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.swbann{
  position: absolute;
  left: 12%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.swh1{
  font-size: 25px;
  color: #354bc7;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  padding-bottom: 5px;
  font-family: Impact;
  font-weight: normal;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.swh2{
  font-size: 62px;
  color: #354bc7;
  font-weight: bold;
  font-family: Impact;
}
.swh3{
  width: 200px;
  background: #354bc7;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  border-radius: 1000px;
  color: #fff;
  border-width: 0px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all ease-in .1s;
  -webkit-transition: all ease-in .1s;
  -moz-transition: all ease-in .1s;
  -o-transition: all ease-in .1s;
  margin-top: 50px;
  font-family: Impact;
}
.thumswiper{
  width: 100%;
  width: 100%;
  padding: 50px 120px;
  box-sizing: border-box;
  background: #f3f1fc;
}
.swiper-flex{
  display: flex;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 10px;
}
.swiper-left{
  width: 30%;
  border-radius: 10px;
  overflow: hidden;
}
.swiper-left img{
  width: 100%;
  vertical-align: middle;
}
.swiper-right{
  width: 70%;
  padding-left: 50px;
  box-sizing: border-box;
}
.swi01{
  position: relative;
  margin: 30px 0 0 0;
}
.swi01-01{
  font-size: 32px;
  font-weight: bolder;
}
.swi01-02{
  font-size: 60px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(0,0,0,0.08);
  font-weight: bolder;
}
.swi02{
  width: 100%;
  padding: 30px 0 50px;
  font-size: 16px;
  line-height: 28px;
}
.swi03{
  height: 40px;
  line-height: 40px;;
  border-width: 0px;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  font-weight: bolder;
  cursor: pointer;
  transition: all ease-in .1s;
  -webkit-transition: all ease-in .1s;
  -moz-transition: all ease-in .1s;
  -o-transition: all ease-in .1s;
  background: #4f50e9;
  color: #ffffff;
  padding: 0 20px;
}
.swi03-flex{
  display: flex;
  align-items: center;
  max-width: 240px;
}
.swi03-more{
  border: 0;
  cursor: pointer;
  transition: 0.5s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}
.swi03-more .swi03-more-inner {
  display: flex;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  align-items: center;
  background: #354bc7;
  border-radius: 18px;
  min-width: 150px;
  height: 100%;
  justify-content: center;
  padding: 0 12px;
  flex: 1;
}
.swi03-more .swi03-more-right {
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #354bc7;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
  margin-left: 12px;
  transform: translateX(0);
  transition: 0.5s;
}
.swi03-more:hover .swi03-more-right {
  transform: translateX(-6px);
  transition: 0.5s;
}
.swi03-read-more{
  font-size: 16px;
  color: #ffffff;
}
.swiper-nav{
  width: 100%;
  padding-bottom: 30px;
}
.switem{
  width: 100%;
  text-align: center;
  padding: 10px 0;
  border-radius: 1000px;
  background: #ffffff;
  font-size: 16px;
  color: #555555;
  cursor: pointer;
}
.switem:hover{
  background: #354bc7!important;
  color: #ffffff!important;
}
.swiper-slide-thumb-active .switem{
  background: #354bc7!important;
  color: #ffffff!important;
}
.thu-h1{
  font-size: 34px;
  font-weight: bolder;
  color: #354bc7;
  text-align: center;
  padding: 0 0 20px 0;
}
.thu-h2{
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
  font-size: 24px;
  color: #999999;
}
.good-cover{
   width: 80%;
   max-width: 600px;
   margin: 30px auto;
   border: 1px solid #f1f1f1;
   box-sizing: border-box;
}
.good-cover img{
  width: 100%;
  vertical-align: middle;
}
.good-box-bg{
  width: 100%;
  padding: 20px 0;
  background: #f3f1fc;
}
.mob-foot{
  display: none;
}
.section{
  position: relative;
}
.menu{
  display: none;
}
.menu-file{
  display: none;
}
.main{
  width: 80%;
  margin: 0 auto;
}
.contact-ul{
  display: flex;
}
.sidefixed {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  display: flex;
  width: 75px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: 'LamaSans-Regular';
  border-radius: 10px;
}
.sidefixed .sideitem3 .icon-box {
  z-index: 801;
  padding: 2px 0px;
  align-items: center;
  flex-direction: column;
  width: 75px;
  display: flex;
  transition: .5s;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  background: #354bc7;
}
.sidefixed .sideitem3:nth-of-type(1) .icon-box {
  border-radius: 10px 10px 0px 0px;
}
.actico {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidefixed .sideitem3 .icon-box p {
  margin-top: 0;
  font-size: 14px;
  background: transparent !important;
  text-align: center;
  word-break: break-word;
}
.sidefixed .sideitem3 .sideins {
  width: 160px;
  padding: 0 10px;
  min-height: 40px;
  transition: all .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.6;
  border-left: 1px solid #f1f1f1;
}

.sidefixed .sideitem3 .sideins p {
  line-height: 26px;
  padding: 5px 0px;
  white-space: nowrap;
  position: relative;
}
.sidefixed .sideitem3 .p {
  font-size: 14px;
}
.sidefixed .sideitem3 .p a {
  color: #fff;
}
.sidefixed .sideitem1:hover .sideins {
  transform: translateX(-5px);
  opacity: 1;
  transition: all .5s;
}
.sidefixed .sideitem3 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  background: #354bc7;
  transition: 0.5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
  padding: 8px 0;
}
.sidefixed .sideitem1 {
  width: 75px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  background: #354bc7;
  transition: .5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
}
.sidefixed .sideitem1 .icon-box {
  z-index: 801;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sidefixed .sideitem1 .sideins img {
  width: 100px;
  height: 100px;
  display: block;
}
.sidefixed .sideitem1 .icon-box {
  z-index: 801;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sidefixed .sideitem1:hover .sideins {
  transform: translateX(-5px);
  opacity: 1;
  transition: all .5s;
}
.actico {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidefixed .sideitem1 .icon-box p {
  margin-top: 4px;
  font-size: 14px;
  background: transparent !important;
  text-align: center;
  word-break: break-word;
}
.sidefixed .sideitem1 .sideins {
  opacity: 0;
  z-index: 800;
  border-radius: 8px;
  transform: translateX(10px);
  background: #354bc7;
  padding: 10px 10px;
  position: absolute;
  top: 0;
  right: 100%;
  min-height: 74px;
  transition: all .5s;
}
.sidefixed .sideitem3:hover {
  transition: .5s;
  right: 160px;
  border-radius: 10px !important;
}
.actli {
  cursor: pointer;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  background: #354bc7;
  transition: 0.5s;
  position: relative;
  display: flex;
  align-content: center;
  right: 0px;
  width: 100%;
  padding: 10px 0;
}
.sdfixed {
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 99;
}
.sdfixed img {
  width: 55px;
}
.whatsappp-footer {
  position: fixed;
  bottom: 120px;
  right: 10px;
  z-index: 1000;
  width: 60px;
  height: 60px;
}
.whatsappp-footer img {
  width: 100%;
}
.slide-flex{
    width: 100%;
    display: flex;
}
.slide-n{
    width: 25%;
    padding: 0 5px;
    box-sizing: box-sizing;
}
.slide-n img{
    width: 100%;
}

