@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

body{ font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;}
.w1600 {
    width: 83.33%;
    margin: 0 auto;
}
.w1480 {
    width: 77%;
    margin: 0 auto;
}
.w1000 {
    width: 1000px;
    margin: 0 auto;
}
.sub-menu {display: none;}
.adrs{min-height:130px; padding-left:10px}
.custom-logo{height:100px!important;width:auto!important}
.wpcf7-response-output{font-size:20px}
.logo img, .custom-logo {width:auto;height:100px}
.wpcf7-not-valid-tip{font-size:13px!important}
.#menu-primary-menu  .dropdown :hover + .sub-menu{display: block;
    margin-top: 10px;
    position: absolute;
    width: 200px; }
#menu-primary-menu  .sub-menu li{margin:0px!important}
#menu-primary-menu  li:hover  .sub-menu {
    display: block;
  /*  margin-top: 10px;*/
    position: absolute;
    width: 200px; 
}

.prd-top-desc p{margin-bottom:15px}
.customer_srv_list{ margin-bottom:30px; align-items:center!important; display:flex}
.custm_desc{padding:100px}
 
.team_ssec{display:flex;justify-content: space-between;}
.team_descc{   display: flex;justify-content: space-between;}

.team_ssec .team_imgs:nth-child(even) img{order: 2;}

.ab_desc p{font-size:20px;}

@media(max-width: 1024px) {
    .w1600 {
        width: 92%;
    }
    .w1480 {
        width: 92%;
    }
    .w1000 {
        width: 92%;
    }
}

.m_img {
    display: none;
}
.main_con {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.zmdx {
    text-transform: uppercase;
}
.swiper_lazy_img {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: inherit;
    height: 100%;
    min-width: 100%;
}
.team_ssec{display:flex;justify-content: space-between;}
.team_descc{    display: flex;
justify-content: space-between;}

.team_ssec .team_imgs:nth-child(even) img{order: 2;}
p, .app-part-desc{font-size:16px}
#milestone .u-text-desc{font-size:14px}



.s_header .nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear;
}
.s_header .nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0);
}
.s_header .dropdown-menu {
  padding: 10px !important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear;
}
.s_header .dropdown-toggle::after {
  display: none;
}

.s_header .dropdown-item {
  padding: 3px 15px;
  color: #212121;
  border-radius: 2px;
  transition: all 200ms linear;
}
.s_header .dropdown-item:hover,
.s_header .dropdown-item:focus {
  color: #fff;
  background-color: rgba(129, 103, 169, 0.6);
}


.s_header  .navbar-brand img {
  filter: brightness(100%);
}



 .start-header {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
 .start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
.s_header  .nav-link {
  color: #000 !important;
}
 .s_header .nav-item.active .nav-link {
  color: #999 !important;
}
 .s_header .dropdown-menu {
  color: #fff;
  background-color: #1f2029;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
 .s_header .dropdown-item {
  color: #fff;
}
 .s_header .navbar-light .navbar-toggler-icon {
  border-bottom: 1px solid #fff;
}
.s_header .navbar-light .navbar-toggler-icon:after,
 .s_header .navbar-light .navbar-toggler-icon:before {
  background-color: #fff;
}
 .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

/* #Media
================================================== */

@media (max-width: 767px) {

 .s_header .nav-item:after {
    display: none;
  }
 .s_header .nav-item::before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
  }
 .s_header .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 10px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    transition: all 200ms linear;
  }
.s_header  .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
    opacity: 0;
  }
 .s_header .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }
 .s_header .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
 .s_header .nav-item::before {
    background-color: #fff;
  }
 .s_header .dropdown-toggle::after {
    background-color: #fff;
  }
.s_header  .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
  }
}

/* #Link to page
================================================== */
.pt-120{padding-top:120px}
.pb-120{padding-bottom:120px}
.n5-color{font-size: 30px;
  font-weight: bold;
  color: #25ade3;}
.section-title {text-align:center; margin-bottom:20px;color:#25ade3}
.foot-cont a{padding-left:10px}
.top-prd-sec{padding-bottom:50px}
.faq-section .accordion-button{font-size:20px}
.it-service-2-item {
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
 
  border: 1px solid rgba(109, 117, 142, 0.2);
}
.it-service-2-content {
  padding: 35px;
}
.it-service-2-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.28;
  margin-bottom: 20px;
}
.it-service-2-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;

}

.it-btn-orange {
  font-weight: 400;
  font-size: 18px;
  
  padding: 18px 30px;
  text-align: center;
  transition: 0.4s;
  position: relative;
  color: #25ade3;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.it-newsletter-bg {
  position: relative;
}
.it-newsletter-bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  z-index: -1;border-top: 3px solid #ddd;
  
}
.it-newsletter-wrap {
  padding: 56px 78px;
  background-color: #25ade3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-newsletter-wrap {
    padding: 56px 40px;
  }
}
@media (max-width: 767px) {
  .it-newsletter-wrap {
    padding: 40px 20px;
  }
}
.it-newsletter-input-box {
  text-align: end;
  margin-left: 85px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-newsletter-input-box {
    margin-top: 30px;
    margin-left: 0;
  }
}




.it-newsletter-title {
  font-weight: 600;
  font-size: 34px;
  line-height: 1.29;
  margin-bottom: 0;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-newsletter-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-newsletter-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .it-newsletter-title {
    font-size: 25px;
  }
}
.services-one__single-inner {
 
  bottom: 0;
  background: #fff;
  padding: 30px 35px 37px;
  border-radius: 10px;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform .8s;
  z-index: 1;
}
.services-one__single .shadow-one {
  position: absolute;
  left: 10%;
  bottom: 0px;
  width: 80%;
  height: 200px;
  background:#fff;
  border-radius: 10px;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform .8s;
  z-index: -1;
}
.services-one--services .services-one__single-icon {
  border: 10px solid #ddd;
}
.services-one__single-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #fff;

  margin: -90px auto 0px;
}
.services-one{padding:180px 0px}
.s-section-title {padding:0 0 80px 0px; text-align:center; color:#25ade3}
.services-one__single-icon img{width:80px}
.services-one--services h3{margin: 20px 0px;
  font-size: 22px;
  font-weight: bold;}
  .custm_desc h3{font-size:30px;color:#25ade3; margin-bottom:20px}
  .video-item iframe{width:100%}
  .video-item{padding:10px}
/*----------------------------------------------------*/
.header-wrap {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 101;
}
.header-wrap.poa {
    position: absolute;
}
.header-wrap .header-con {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border-bottom: 1px solid #e1e1e1;
    transition: background 0.3s ease 0s;padding: 10px 0px;
}
.header-wrap .logo {

}
.header-wrap .logo a {
    display: block;
    width: 100%;
}


.header-wrap .le-menu {
    width: 9.25rem;
    height: 100%;
    box-sizing: border-box;
    border-right: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}
.header-wrap .le-menu .menu_close {
    width: 100%;
    height: 100%;
    background: #333;
    left: 0;
    top: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 0.9rem 0 1.5rem;
    opacity: 0;
    z-index: -2;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}
.header-wrap .le-menu .menu_close.pop {
    opacity: 1;
    z-index: 2;
    visibility: visible;
}
.header-wrap .le-menu .menu_close img {
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.header-wrap .le-menu .menu_close img:hover {
    transform: rotate(90deg)
}
.header-wrap .le-menu .btn-bar {
    width: 20px;
    height: 18px;
    position: relative;
    margin-right: 0.25rem;
    cursor: pointer;
}
.header-wrap .le-menu .btn-bar .line {
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
}
.header-wrap .le-menu .btn-bar .line1 {
    left: 0;
    top: 0;
    transform-origin: left bottom 0;
}
.header-wrap .le-menu .btn-bar .line2 {
    left: 0;
    top: 8px;
}
.header-wrap .le-menu .btn-bar .line3 {
    left: 0;
    bottom: 0;
    transform-origin: left top 0;
}

.header-wrap .menu_pop.pop {
    visibility: visible;
    opacity: 1;
    z-index: 2;
}
.header-wrap .menu_pop .list {
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-wrap .menu_pop li {
    margin: 0 25px;
    position: relative;
}
.header-wrap .menu_pop li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background: #5c5c5c;
    top: 50%;
    transform: translateY(-50%);
    right: -25px;
}
.ptb-100{padding-bottom:100px; padding-top:100px}
.foot-d .foot-cont{display:flex;}
.foot-add h3{font-size:26px; font-weight:bold; color: #25ade3;}
.header-wrap .menu_pop li.dropdown li:before { background:none}
.header-wrap .menu_pop li:first-child:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background: #5c5c5c;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
}

.header-wrap .menu_pop a:hover {
    color: #25ade3;
}
.header-wrap.white .header-con {
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.header-wrap.white .header-con .menu_pop a{color:#fff}
.header-wrap .header-con .menu_pop a{color:#000}
.header-wrap.white .logo .blue {
    opacity: 0;
}
.header-wrap.white .logo .white {
    opacity: 1;
}
.header-wrap.white .le-menu {
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.header-wrap.white .le-menu .btn-bar .line {
    background: #fff;
}
.header-wrap.white .head_ri .lang_btn {
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.header-wrap.white .head_ri .lang_up i {
    background: url('../img/arrow-d.png')no-repeat center center;
    background-size: contain;
}
.header-wrap.white2 .header-con {
    background: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.header-wrap.white2 .logo .blue {
    opacity: 1;
}
.header-wrap.white2 .logo .white {
    opacity: 0;
}
.header-wrap.white2 .le-menu {
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.header-wrap.white2 .le-menu .btn-bar .line {
    background: #fff;
}
.header-wrap.white2 .head_ri .lang_btn {
    color: #333;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}
.header-wrap.white2 .head_ri .lang_up i {
    background: url('../img/arrow-d1.png')no-repeat center center;
    background-size: contain;
}
.header-wrap.white2 .head_ri .lang_option {
    border-left: 1px solid #e1e1e1;
}
.about_section {
    background: -webkit-gradient(linear, left top, right top, color-stop(26%, transparent), color-stop(0%, #ededed));
    background: linear-gradient(90deg, transparent 26%, #ededed 0%);
}

.insec5 .backimg {padding-top:100px}
.page-title::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #131313;
    opacity: 0.6;
    content: "";
}
.page-title {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
  
}
.page-title .title {
    font-size: 40px; line-height:43px;
    color: #fff;
    margin-bottom: 17px;
}
.page-breadcrumb {
    position: relative;
    margin-top: 5px;
}
/*.page-breadcrumb li::after {
  position: absolute;
  content: "\f105";
  right: -6px;
  top: 1px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  font-family: "font awesome 6 pro";
  color: #fff;
}*/
.title-outer {
    z-index: 99;
    position: relative
}
.heading_block .heading_title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    font-weight: bold
}
.heading_block .heading_description {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 25px;
}
.section_space {
    padding-top: 100px;
    padding-bottom: 100px;
}
/* 4.02 - History - Start
================================================== */
.histore_section .heading_title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 100px;
    font-weight: bold;
    text-align: center
}
.history_block {
    gap: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.history_block .content_area {
    max-width: 340px;
    padding: 28px 30px;
    position: relative;
    background-color: #25ADE3;
}
.history_block .content_area:before {
    top: 100%;
    left: 50%;
    width: 50px;
    height: 30px;
    content: "";
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #25ADE3;
    clip-path: polygon(100% 0, 50% 100%, 0 0);
}
.history_block .title_text {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 14px;
    color: #fff;
}
.history_block .short_description {
    color: #fff;
}
.history_block .year_text {
    height: 152px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    color: var(--bs-white);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
}
.history_block .year_text:before {
    left: 50%;
    top: -32px;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--bs-primary);
    -webkit-box-shadow: 0 0 0 5px rgba(227, 255, 4, 0.2);
    box-shadow: 0 0 0 5px rgba(227, 255, 4, 0.2);
}
.history_carousel {
    position: relative;
}
.history_carousel:before {
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    content: "";
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(200, 200, 205, 0.2);
}
.history_carousel .swiper-wrapper {
    pointer-events: none;
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}
.history_carousel .swiper-slide:nth-child(even) .history_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.history_carousel .swiper-slide:nth-child(even) .history_block .content_area:before {
    top: auto;
    bottom: 100%;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.history_carousel .swiper-slide:nth-child(even) .year_text {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
}
.history_carousel .swiper-slide:nth-child(even) .year_text:before {
    top: auto;
    bottom: -32px;
}
/* 4.02 - History - End
================================================== */
.about_section .image_block {
    width: 800px;
    float: right;
    position: relative;
    padding-right: 90px;
}
.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    padding-right: 13px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.page-breadcrumb li a {
    color: #fff
}
.body {
    padding-top: 2.2rem;
}
.footer-wrap {
    background: #fff;
   
}
.footer-wrap .foot_bot {
    background: #e6e6e6;
    width: 100%;
}
.footer-wrap .foot_bot .w1600 {
    height: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot-cont {
    padding: 10px 0px
}
.footer-wrap .foot_bot .copyright {
    color: #999;
    line-height: 1.428;
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
}
.footer-wrap .foot_bot .copyright a {
    color: #999;
}
.footer-wrap .foot_bot .copyright a:hover {
    color: #25ade3;
}
.footer-wrap .foot_bot .copyright .fruti_b {
    color: #666;
}
.footer-wrap .foot_bot .lecon .tit-14 {
    color: #666;
    margin-right: 0.5rem;
}
.footer-wrap .foot_bot .lecon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-wrap .foot_bot .link_box {
    width: 6.5rem;
    height: 1rem;
    background: #fff;
    position: relative;
    z-index: 2;
}
.footer-wrap .foot_bot .link_box .up {
    width: 6.5rem;
    height: 1rem;
    box-sizing: border-box;
    padding: 0 0.5rem;
    color: #666;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.footer-wrap .foot_bot .link_box img {
    transition: all 0.3s ease 0s;
}
.footer-wrap .foot_bot .link_box .option {
    width: 100%;
    position: absolute;
    bottom: 1rem;
    left: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    display: none;
}
.footer-wrap .foot_bot .link_box .option a {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    box-sizing: border-box;
    padding: 0 0.5rem;
    color: #666;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.footer-wrap .foot_bot .link_box .option a:last-child {
    border-bottom: none;
}
.footer-wrap .foot_bot .link_box .option a:hover {
    color: #25ade3;
}
.footer-wrap .foot_bot .link_box.cur img {
    transform: rotate(180deg);
}
.footer-wrap .foot_top {
    padding: 0.8rem 0;
}
.footer-wrap .le_first {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.footer-wrap .le_first img {}
.footer-wrap .le_first .first_txt {
    margin-left: 1.25rem;
    color: #25ade3;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.footer-wrap .le_first .first_txt:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 0.5rem;
    background: #25ade3;
    top: 50%;
    transform: translateY(-50%);
    left: -0.625rem;
}
.footer-wrap .le_list {}
.footer-wrap .le_list a {
    color: #000;
}
.footer-wrap .le_list a:hover {
    color: #25ade3;
}
.footer-wrap .le_list li {
    position: relative;
    line-height: 30px;
}
.footer-wrap .le_last span {
    margin-right: 0.35rem;
}
.lecon .con {
    padding: 1.25rem 2rem 0 1.5rem;
}
.lecon .con .tit-16 {
    color: #25ade3;
    margin-bottom: 0.4rem;
}
.lecon .item {
    box-sizing: border-box;
    margin-right: 14px;
    text-align: center;
    padding-top: 0.35rem;
    width: 33%;
    border-right: 1px solid #ccc;
    padding: 10px;
}
.footer-wrap .ricon {
    display: flex;
    align-items: self-start;
    justify-content: flex-start;
}
.footer-wrap .ricon .ri-con {
    text-align: right;
}
.footer-wrap .ricon .contact_link {
    width: 2.75rem;
    height: 0.9rem;
    background: #e6e6e6;
    display: inline-block;
    text-align: center;
    line-height: 0.9rem;
    color: #666;
    margin-bottom: 0.6rem;
}
.footer-wrap .ricon .tit-14 {
    color: #666;
}
.footer-wrap .ricon .tit-24 {
    color: #25ade3;
    margin-top: 0.2rem;
}
.footer-wrap .ricon .img {
    width: 3.25rem;
    height: 3.25rem;
    border: 1px solid #e6e5e5;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.3rem;
}
.footer-wrap .ricon .wecode {
    color: #acadad;
    text-align: center;
}
#bsPanel {
    display: none !important;
}
.right-bar {
    position: fixed;
    top: 70%;
    transform: translateY(-50%);
    z-index: 101;
    right: -70px;
    display: flex;
    background: rgba(14, 106, 174, 0.85);
    transition: all 0.3s ease 0s;
}
.right-bar .le_con {
    width: 18px;
    height: 252px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.right-bar .le_con i {
    width: 8px;
    height: 7px;
    background: url('../img/arrow-l3.png')no-repeat center center;
    background-size: contain;
}
.right-bar .ricon {
    background: #f8f8f8;
}
.right-bar .ricon a {
    display: block;
    width: 70px;
    height: 82px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.right-bar .ricon a p {
    margin-top: 0.2rem;
}
.right-bar .ricon a:before {
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    left: 10%;
    background: #e4e4e4;
    bottom: 0;
}
.right-bar .ricon a:last-child:before {
    display: none;
}
.right-bar .ricon a:hover {
    background: #25ade3;
    color: #fff;
}
.right-bar .ricon a:hover img {
    filter: grayscale(100%) brightness(800%);
}
.right-bar .ricon a:hover:before {
    display: none;
}
.right-bar.cur {
    background: #484848;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    right: 0;
}
.right-bar.cur .le_con i {
    background: url('../img/arrow-r5.png')no-repeat center center;
    background-size: contain;
}

.historysss {width:20%}


.in-channel {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.in-channel .back_swiper {
    width: 100%;
    height: 100%;
}
.in-channel .back_swiper .swiper-slide {
    width: 100%;
    height: 100%;
}
.in-channel .back_swiper .backcover {
    width: 100%;
    height: 100%;
    transition: all 5s cubic-bezier(0.04, 0.79, 1, 1);
}
.in-channel:before {
    content: '';
    position: absolute;
    height: 2.5rem;
    width: 57.73%;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: -1rem;
    z-index: 2;
    transform: skewX(-15deg);
}
.in-channel .channel_bot {
    position: absolute;
    z-index: 2;
    bottom: 1.4rem;
    right: 0;
    width: 100%;
}
.in-channel .channel_tab {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.in-channel .item {
    width: 4.1rem;
    height: 2.4rem;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.5);
    transform: skewX(-15deg);
    margin-left: 0.6rem;
    cursor: pointer;
    color: #fff;
    transition: background 0.5s ease 0s;
}
.in-channel .item .main_con {
    transform: skewX(15deg);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    padding-top: 0.5rem;
}
.in-channel .item .con {
    max-width: 67%;
}
.in-channel .item .tit-18 {
    margin-bottom: 0.1rem;
}
.in-channel .item .tit-14 {
    color: rgba(255, 255, 255, 0.5);
}
.in-channel .item .tit-14.tab_txt {
    display: none;
}
.in-channel .item .tit-14.tab_txt p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.in-channel .item img {
    max-height: 1.25rem;
    opacity: 0.5;
    position: absolute;
    left: 1rem;
    top: 0.75rem;
    filter: grayscale(100%) brightness(200%);
    opacity: 0;
    transition: all 0.3s ease 0s;
    transform: translateY(0.5rem);
    visibility: hidden;
}
.in-channel .item.cur img {
    opacity: 0.5;
    transform: translateY(0rem);
    visibility: visible;
}
.in-channel .item.cur {
    height: 3.75rem;
    width: 11.2rem;
    background: #25ade3;
    border: #25ade3;
}
.in-channel .item.cur .tit-18 {
    font-size: 0.5rem;
    margin-bottom: 0.2rem;
}
.in-channel .item.cur .tit-14 {
    display: none;
}
.in-channel .item.cur .tit-14.tab_txt {
    display: block;
    line-height: 0.6rem;
    color: #fff;
}
.in-channel .item.cur .main_con {
    justify-content: flex-end;
    text-align: left;
    padding-right: 2.1rem;
}
.in-channel .lecon {
    padding-top: 6.5rem;
    color: #fff;
    -width: 23.75%;
    transition: all 1s ease 0s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.5rem)
}
.in-channel .lecon .tit-60 br {
    display: none;
}
.in-channel .lecon .tit-48 {
    margin: 0.4rem 0 1rem;
    line-height: 1;
}
.in-channel .lecon .tit-14 {
    line-height: 2.14;
    width: 50%
}
.in-channel .lecon .tit-12 {
    color: #25ade3;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 1.75rem;
}
.in-channel .lecon .tit-12 img {
    margin-left: 0.3rem;
    transition: all 0.3s ease 0s;
}
.in-channel .lecon .tit-12:hover img {
    transform: translateX(2px);
}
.in-channel .back_prev {
    width: 1.25rem;
    height: 2.5rem;
    background: url('../img/arrow-l2.png')no-repeat center center;
    background-size: contain;
    bottom: 1.4rem;
    top: auto;
    z-index: 3;
    left: 32%;
}
.nav-sub-box {
    color: #999;
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    text-transform: uppercase;
}
.nav-sub-box a {
    color: #999;
}
.nav-sub-box a:hover {
    color: #25ade3;
}
.nav-sub-box a:last-of-type {
    color: #25ade3;
}
.body.inde {
    position: relative;
}
.body.inde:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 17.75rem;
    background: #fafafa;
    top: 0;
    left: 0;
}
.in-detail {
    z-index: 2;
}
.in-detail .fisrt_wrap {
    padding-bottom: 1.6rem;
    border-bottom: 4px solid #dfdfdf;
}
.in-detail .fisrt_wrap .top_con {
    padding-bottom: 1.25rem;
}
.in-detail .fisrt_wrap .lecon {
    width: 60%;
}
.in-detail .fisrt_wrap .tit-48 {
    color: #25ade3;
}
.in-detail .fisrt_wrap .tit-14 {
    line-height: 0.6rem;
}
.in-detail .fisrt_wrap .tit-60 {
    line-height: 1;
    margin-bottom: 0.5rem;
}
.in-detail .fisrt_wrap .ico {
    right: 0;
    top: 0;
    width: 7.5rem;
    height: 5.5rem;
    background: url('../img/inde-pic1.png')no-repeat center center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    padding-right: 1.85rem;
}
.in-detail .fisrt_wrap .ico img {
    max-height: 2.25rem;
}
.in-detail .fisrt_wrap .first_swiper {
    width: 100%;
}
.in-detail .fisrt_wrap .first_swiper img {
    width: 100%;
}
.in-detail .fisrt_wrap .first_pagination {
    bottom: 0.75rem;
}
.swiper-pagination-bullet {
    opacity: 1;
    background: rgba(255, 255, 255, 0.55);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 4px;
}
.swiper-pagination-bullet-active {
    background: #25ade3;
}
.inde-title {
    height: 2.5rem;
    line-height: 2.5rem;
    color: #999;
}
.inde-title span {
    margin-right: 0.2rem;
    color: #333;
}
.in-detail .second_wrap .title .tit-16 {
    color: #666;
    margin-bottom: 0.75rem;
}
.in-detail .second_wrap .img_list li {
    width: 49.06%;
    margin: 0 1.88% 1.88% 0;
    box-sizing: border-box;
    border: 2px solid #f4f4f4;
    height: 5.75rem;
}
.in-detail .second_wrap .img_list li:nth-child(2n) {
    margin-right: 0;
}
.in-detail .second_wrap .img_list .img {
    width: 46.5%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.in-detail .second_wrap .img_list .con {
    width: 47.13%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.in-detail .second_wrap .img_list .con:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -0.5rem;
    top: 0;
    background: #f2f2f2;
    transform: skewX(-10deg);
    transition: all 0.3s ease 0s;
}
.in-detail .second_wrap .img_list .tit-24 {
    margin-bottom: 0.2rem;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.in-detail .second_wrap .img_list .tit-14 {
    color: rgba(51, 51, 51, 0.5);
    position: relative;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.in-detail .second_wrap .img_list li:hover .con:before {
    background: #25ade3;
}
.in-detail .second_wrap .img_list li:hover .tit-24 {
    color: #fff;
}
.in-detail .second_wrap .img_list li:hover .tit-14 {
    color: #fff;
}
.in-detail .second_wrap .bot_con {
    border-top: 4px solid #dfdfdf;
    box-sizing: border-box;
    margin-top: 1rem;
}
.in-detail .second_wrap .bot_con li {
    box-sizing: border-box;
    padding-bottom: 1.25rem;
    border-bottom: 4px solid #dfdfdf;
}
.in-detail .second_wrap .bot_con li .tit-16 {
    color: #666;
    line-height: 2.25;
}
.in-detail .third_swiper .hoverimg {
    position: relative;
    padding-bottom: 71.8%;
}
.in-detail .third_swiper .img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.in-detail .third_swiper .videoplay {
    cursor: pointer;
    width: 1.25rem;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.in-detail .third_swiper .con {
    background: #f5f5f5;
    box-sizing: border-box;
    height: 3rem;
    padding: 0.65rem 0.75rem 0.75rem;
}
.in-detail .third_swiper .tit-16 {
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    margin-bottom: 0.3rem;
}
.in-detail .third_swiper .tit-14 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 1.2rem;
    line-height: 0.6rem;
    display: none;
}
.in-detail .third_swiper {
    padding-bottom: 1.5rem;
}
.in-detail .third_swiper .third_pagination {
    display: none;
}
.in-detail .third_wrap {
    border-bottom: 4px solid #dfdfdf;
}
.in-detail .four_wrap {
    padding-bottom: 2rem;
}
.in-detail .four_wrap .inde-title {
    margin-bottom: 0.5rem;
}
.in-detail .four_swiper {
    padding-bottom: 1rem;
}
.in-detail .four_swiper .four_pagination {
    display: none;
}
.in-detail .four_swiper .swiper-slide {
    height: 8rem;
    box-sizing: border-box;
    border: 2px solid #f4f4f4;
}
.in-detail .four_swiper .main_con {
    background: rgba(14, 106, 174, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.in-detail .four_swiper .main_con a {
    display: inline-block;
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    padding: 0 1rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}
.in-detail .four_swiper .main_con a:hover {
    border: 1px solid rgba(255, 255, 255, 1);
}
.in-detail {
    padding-bottom: 3.25rem;
}
.in-detail .four_swiper .swiper-slide:hover .main_con {
    opacity: 1;
    visibility: visible;
}
.in-detail .four_swiper .txt {
    color: #666;
    text-align: center;
    position: absolute;
    bottom: 1.25rem;
    width: 100%;
    left: 0;
}
.in-detail .four_swiper img {
    display: block;
    margin: 2rem auto 0;
}
.in-detail .five_wrap {
    width: 100%;
    height: 10.5rem;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.in-detail .five_wrap .tit-14 {
    margin: 0.75rem 0 0.35rem;
}
.app-dtl-otr-prt {
    background: #f1f1f3
}
.app-dtl-otr-prt .title h2 {
    line-height: 39.6px;
    font-size: 40px;
    margin: 60px 0 30px;
}
.app-part-li:hover {
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4) !important;
}
.app_itm-detail {
    padding: 50px 0px
}
.app-part-li {
    background-color: #ffffff;
    padding: 0 0 30px;
    border-radius: 10px;
    min-height: 100%;
}
.app-part-img img {
    height: 240px;
    margin-top: 0;
    margin-bottom: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.app-part-title {
    font-size: 20px;
    margin: 30px 30px 0;
    font-weight: bold
}
.app-part-desc {
    margin: 20px 30px 0; font-size:16px
}
.mb-30 {
    margin-bottom: 30px
}
.nybanner {
    width: 100%;
    height: 14.25rem;
    box-sizing: border-box;
    padding-top: 7rem;
    text-align: center;
    color: #fff;
}
.nybanner .tit-48 {
    line-height: 1;
}
.nybanner .tit-30 {
    margin: 0.5rem 0 1.25rem;
}
.nybanner .tit-14 {
    line-height: 2.14;
}
.nybanner .banner_navbox {
    width: 100%;
    height: 2.2rem;
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nybanner .banner_navbox .nabbox {
    height: 2.2rem;
    line-height: 1.4;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;background: rgba(14, 106, 174, 0.85);

}
@media(min-width: 1024px) {
    .nybanner .banner_navbox {
        transition: all 0.3s ease 0s;
    }
    .nybanner .banner_navbox .nabbox {
        transition: all 0.3s ease 0s;
    }
}
.nybanner .banner_navbox:before {
    content: '';
    position: absolute;
    width: 9rem;
    height: 100%;
    right: -0.5rem;
    top: 0;
    transform: skewX(-12deg);
}
.nybanner .swiper-container {
    position: static;
    transform: skewX(-12deg)
}
.nybanner .swiper-container .swiper-wrapper {
    align-items: center; 
}
.nybanner .banner_navbox .nabbox:after {
    content: '';
    position: absolute;
    width: 300%;
    height: 100%;
    left: 0%;
    top: 0;
    transform: skewX(-12deg);
}
.nybanner .banner_navbox.sub:before {
    display: none;
}
.nybanner .banner_navbox.on {
    height: 1.4rem;
    line-height: 1.4rem;
    position: fixed;
    width: 100%;
    left: 0;
    top: -1px;
    z-index: 101;
    background: #25ade3;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
}
.nybanner .nabbox .link_item {
    position: relative;
    z-index: 2;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    width: 5.75rem;
    -transform: skewX(-12deg);
    cursor: pointer;
    height: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.35rem;
}
.process_list,
.process_list-detail {
    padding: 0px 0px
}
.nybanner .process .nabbox .link_item {
    width: 5rem;
}
.nybanner .nabbox .link_item a {
    transition: all 0s ease 0s !important;
}
.nybanner .nabbox .link_item:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.nybanner .nabbox .link_item.cur {
    background: #fff;
}
.nybanner .nabbox .link_item.cur a {
    color: #25ade3;
}
.nybanner .nabbox .link_item:hover {
    background: #fff;
}
.nybanner .nabbox .link_item:hover a {
    color: #25ade3;
}
.nybanner .nabbox .link_item a {
    display: block;
    width: 100%;
    color: rgba(255, 255, 255, 0.85);
    transform: skewX(12deg);
}
.mechan_wrap {
    padding: 1rem 0 1rem;
}
.mechan_wrap .nav-sub-box {
    margin-bottom: 0.25rem;
}
.mechan_box {
    margin-bottom: 1.5rem;
}
.mechan_box .mechan_title {
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.mechan_box .mechan_title .tit-48 {
    color: #25ade3;
    padding-right: 0.25rem;
}
.mechan_box .mechan_title .tit-60 {
    padding-right: 1.25rem;
}
.mechan_box .mechan_title span {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 2;
}
.mechan_box .mechan_title:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.5px;
    background: #aeaeae;
    top: 50%;
    transform: translateY(-50%);
}
.mechan_box .mechan_list {
    margin-bottom: 0.55rem;
}
.mechan_box .mechan_list li {
    width: 48.75%;
    box-sizing: border-box;
    margin: 0 2.5% 2.5% 0;
    transition: all 0.3s ease 0s;
}
.mechan_box .mechan_list .hoverimg {
    position: relative;
    padding-bottom: 44.87%;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    box-shadow: 0 2px 9px 0 rgb(32 33 36 / 8%);
}
.mechan_box .mechan_list .item_con {
    padding-top: 0.8rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #dfdfdf;
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
}
.mechan_box .mechan_list .item_con .tit-24 {
    margin-bottom: 0.25rem;
}
.mechan_box .mechan_list .item_con i {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 8px;
    background: url('../img/arrow-r6.png')no-repeat center center;
    background-size: contain;
    transition: all 0.3s ease 0s;
}
@media(min-width: 1024px) {
    .mechan_box .mechan_list li:hover {
        border: 1px solid #25ade3;
    }
    .mechan_box .mechan_list li:hover .item_con {
        color: #25ade3;
        padding: 0.8rem 0.9rem 0.4rem;
        border-bottom: none;
    }
    .mechan_box .mechan_list li:hover .item_con i {
        background: url('../img/arrow-r6a.png')no-repeat center center;
        background-size: contain;
        right: 0.9rem;
    }
}
.mechan_box .mechan_list .hoverimg .img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.mechan_box .mechan_list li:nth-child(2n) {
    margin-right: 0;
}
.loading_more {
    display: inline-block;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 0 0.1rem 0.2rem;
    border-bottom: 1px solid #999;
    cursor: pointer;
}
.loading_more:hover {
    color: #25ade3;
    border-bottom: 1px solid #25ade3;
}
.prode-wrap:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 22.25rem;
    background: #fafafa;
    left: 0;
    top: 0;
}
.prode-wrap .w1600 {
    z-index: 2;
}
.prode-wrap {
    padding: 2rem 0 3.75rem;
}
.prode-wrap .nav-sub-box {
    border-bottom: 1px solid #d2d2d2;
}
.prode-wrap .con_top {
    text-align: center;
    padding-top: 1.1rem;
}
.prode-wrap .con_top .tit-48 {
    color: #25ade3;
    margin-bottom: 0.35rem;
}
.prode-wrap .con_top .tit-16 {
    line-height: 1.875;
    color: #666;
}
.prode-wrap .prode_tab {
    margin-top: 0.8rem;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    box-sizing: border-box;
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prode-wrap .prode_tab .prode_item {
    width: 50%;
    height: 100%;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.prode-wrap .prode_tab .prode_item:hover {
    color: #fff;
    background: #25ade3;
}
.prode-wrap .prode_tab .prode_item.cur {
    color: #fff;
    background: #25ade3;
}
.prode-wrap .topimg {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e6e6e6;
}
.prode_list li {
    box-sizing: border-box;
    border-bottom: 2px solid #dfdfdf;
    padding: 1rem 0 2rem;
    position: relative;
    min-height: 6.9rem;
}
.prode_list li .item_img {
    right: 0;
    position: absolute;
    top: 1rem;
    width: 7.85rem;
    overflow: hidden;
}
.prode_list li .item_img img {
    width: 100%;
}
.prode_list li .num {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    text-align: center;
    line-height: 1.5rem;
    border-radius: 50%;
    border: 1px solid #a2a2a2;
    box-shadow: 0 1px 8px 0 rgb(32 33 36 /18%);
    margin-right: 0.8rem;
}
.prode_list li .item_con {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.prode_list li .tit-24 {
    margin-bottom: 0.25rem;
}
.prode_list li .tit-16 {
    color: #666;
    line-height: 1.875;
}
.tech-wrap {
    padding: 1rem 0 3.75rem;
}
.tech-wrap .tech_title {
    position: relative;
    margin-bottom: 1.25rem;
    line-height: 1;
}
.tech-wrap .tech_title:before {
    content: '';
    position: absolute;
    width: 70%;
    height: 0.5px;
    background: #dcdcdc;
    top: 0.75rem;
    right: 0;
}
.tech-wrap .tech_title .tit-48 {
    color: #25ade3;
    margin-bottom: 0.1rem;
}
.tech-wrap .nav-sub-box {
    margin-bottom: 0.5rem;
}
.tech_list {
    margin-bottom: 1.25rem;
}
.tech_list li {
    width: 31.25%;
    margin: 0 3.125% 3.125% 0;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    box-shadow: 0 2px 9px 0 rgb(32 33 36 / 8%);
    padding: 0
}
.tech_list li:nth-child(3n) {
    margin-right: 0;
}
.tech_list li .hoverimg {
    width: 100%;
    position: relative;
    padding-bottom: 67%;
    background: #fff;
}
.tech_list li .hoverimg img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.tech_list li .item_con {
    background: #f5f5f5;
    padding: 0.75rem 1rem;
    height: 7rem;
}
.tech_list li .item_con .tit-18 {
    margin: 0.6rem 0 0.4rem;
}
.tech_list li .tit-14 {
    line-height: 0.6rem;
}
.ready-wrap {
    padding: 1rem 0 2.5rem;
}
.ready-wrap .ready_title {
    margin-bottom: 1.25rem;
    color: #25ade3;
    position: relative;
}
.ready-wrap .ready_title:before {
    content: '';
    position: absolute;
    width: 65%;
    height: 0.5px;
    background: #dcdcdc;
    right: 0;
    top: 0.8rem;
}
.ready_list {
    margin-bottom: 1.25rem;
}
.ready_list li {
    width: 30%;
    margin: 0 5% 5% 0;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    box-shadow: 0 1px 8px 0 rgb(32 33 36 / 10%);
}
.ready_list li:nth-child(3n) {
    margin-right: 0;
}
.ready_list li .hoverimg {
    width: 100%;
    padding-bottom: 70.8%;
    position: relative;
}
.ready_list li .hoverimg .img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.ready_list li .hoverimg .videoplay {
    width: 1.3rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.ready_list li .con {
    background: #f5f5f5;
    padding: 0.9rem 0.75rem 0.75rem;
}
.ready_list li .tit-20 {
    margin-bottom: 0.25rem;
}
.ready_list li .tit-14 {
    line-height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 3.1rem;
}
.process_list .position {
    overflow: hidden;
    align-items: center;
}
.process_list .app_itm {
    background: #EFEFF7
}
.process_list .position .item_img {
    width: 50%;
    float: left;
}
.process_list .position .item_con {
    width: 50%;
    float: right;
    box-sizing: border-box;
    padding: 2.9rem 8.33% 0 3rem;
    position: relative;
}
.process_list .app_itm:nth-child(2n) .item_img {
    float: right;
}
.process_list .app_itm .client-title {
    margin-bottom: 20px
}
.process_list .app_itmn:nth-child(2n) .item_con {
    float: left;
    padding: 2.9rem 3rem 0 8.33%;
}
.process_list .position .item_con .tit-36 {
    margin-bottom: 0.9rem;
    transition: all 0s ease 0s !important;
}
.process_list .position .item_con .tit-36 span {
    color: #999;
    transition: all 0s ease 0s !important;
}
.process_list .position .item_con .tit-14 {
    line-height: 0.6rem;
    margin-bottom: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 2.45rem;
    color: #333;
}
.process_list .position .item_con .tit-12 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #25ade3;
}
.process_list .position .item_con .tit-12 img {
    margin-left: 0.25rem;
    transition: all 0.3s ease 0s;
}
.process_list .position .item_con:hover img {
    transform: translateX(2px);
}
.process_list .position a:hover .tit-36 span {
    color: #25ade3;
}
.process-detail {
    padding: 2rem 0 3.75rem;
}
.process-detail:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 20.5rem;
    background: #fafafa;
    top: 0;
    left: 0;
}
.process-detail .nav-sub-box {
    margin-bottom: 0.5rem;
}
.process-first {
    padding-bottom: 1rem;
    border-bottom: 4px solid #dfdfdf;
}
.process-first .top_con {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 1.5rem;
}
.process-first .top_con .tit-14 {
    width: 68.75%;
    line-height: 0.6rem;
}
.process-first .top_con .tit-48 {
    color: #25ade3;
    line-height: 1;
}
.process-first .top_con .tit-60 {
    line-height: 1;
    margin-top: 0.1rem;
}
.process-second .second_list {
    border-bottom: 4px solid #dfdfdf;
    padding-bottom: 0.25rem;
}
.process-second .second_list li {
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
    padding: 0.9rem 1.1rem 1.1rem;
    margin-bottom: 0.5rem;
    min-height: 6.25rem;
}
.process-second .second_list li .item_title {
    margin-bottom: 0.5rem;
    color: #555;
    display: inline-block;
    position: relative;
}
.process-second .second_list li .item_title:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #25ade3;
    top: 0.25rem;
    right: -0.4rem;
}
.process-second .second_list li .item_con {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.process-second .second_list li img {
    width: 36%;
}
.process-second .second_list li .con {
    width: 50%;
    margin-left: 0.85rem;
    color: #666;
    line-height: 0.6rem;
}
.process-last .tit-18 {
    margin-bottom: 1rem;
}
.process-last .last_list li {
    width: 31.25%;
    margin: 0 3.125% 3.125% 0;
    float: left;
}
.process-last .last_list li:nth-child(3n) {
    margin-right: 0;
}
.process-last .last_list .main_con {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.process-last .last_list li .tit-24 {
    margin-bottom: 0.45rem;
}
.process-last .last_list li:hover .main_con {
    background: rgba(14, 106, 174, 0.85);
}
.client-info {
    padding: 2.5rem 0 2rem;
    text-align: center;
}
.client-info .client-title {
    margin-bottom: 0.75rem;
}
.client-info .con-t .tit-30 {
    margin-bottom: 0.4rem;
}
.client-info .con-t .tit-16 {
    line-height: 1.875;
}
.client-title .tit-48 {
    color: #25ade3;
}
.client-title {
    text-align: center;
}
.client-service {
    width: 100%;
    height: 17.5rem;
    box-sizing: border-box;
    padding-top: 2.75rem;
}
.client-service .client-title {
    margin-bottom: 1.5rem;
}
.client-service .tech-swiper {
    padding: 6px;
}
.tech-swiper .swiper-slide {
    height: 8rem;
    background: #fbfbfb;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    width: 17.5% !important;
    transition: width 0.3s ease 0s;
}
.tech-swiper .tech-pagination {
    display: none;
}
.client-service .tech-next {
    width: 0.65rem;
    height: 1.35rem;
    background: url('../img/swiper-r1.png')no-repeat center center;
    background-size: contain;
    right: 5.73%;
    top: 59%;
}
.client-service .tech-prev {
    width: 0.65rem;
    height: 1.35rem;
    background: url('../img/swiper-l1.png')no-repeat center center;
    background-size: contain;
    left: 5.73%;
    top: 59%;
}
.tech-swiper .swiper-slide .backcover {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.tech-swiper .swiper-slide .hover_ico {
    position: absolute;
    right: 2rem;
    bottom: 1.25rem;
    width: 1.75rem;
    opacity: 0;
    transition: all 0.3s ease 0.1s;
}
.tech-swiper .swiper-slide .main_con {
    text-align: center;
    z-index: 3;
    padding: 1.35rem 0 0;
}
.tech-swiper .swiper-slide .ico {
    width: 1.75rem;
    margin-bottom: 0.75rem;
    opacity: 0.5;
}
.tech-swiper .swiper-slide .tit-24 {
    margin-bottom: 0.5rem;
}
.tech-swiper .swiper-slide .cont {
    line-height: 2.25;
    display: none;
}
.tech-swiper .swiper-slide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(14, 106, 174, 0.9);
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.tech-swiper .swiper-slide.cur {
    width: 43.75% !important;
}
.tech-swiper .swiper-slide.cur .backcover {
    opacity: 1;
}
.tech-swiper .swiper-slide.cur:before {
    opacity: 1;
}
.tech-swiper .swiper-slide.cur .cont {
    display: block;
}
.tech-swiper .swiper-slide.cur .ico {
    display: none;
}
.tech-swiper .swiper-slide.cur .tit-24 {
    margin-bottom: 0.2rem;
}
.tech-swiper .swiper-slide.cur .main_con {
    padding: 1.35rem 1.35rem 0;
    text-align: left;
    color: #fff;
}
.tech-swiper .swiper-slide.cur .hover_ico {
    opacity: 0.55;
    filter: grayscale(100%) brightness(400%);
}
.tech-swiper .swiper-slide.cur .title {
    margin-bottom: 0.75rem;
}
.client-center {
    padding: 2rem 0 3.75rem;
}
.client-center .client-title {
    margin-bottom: 1.25rem;
}
.client-center .center_con {
    background: #f8f8f8;
}
.client-center .center_con .center_le {
    left: 0;
    height: 100%;
    width: 65%;
    box-sizing: border-box;
    padding: 1rem 0 0 1.25rem;
}
.client-center .center_con .tit-30 {
    margin-bottom: 0.4rem;
}
.client-center .center_con .img {
    width: 55%;
}
.client-center .center_con .videoplay {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    cursor: pointer;
    width: 1.25rem;
    transition: all 0.3s ease 0s;
}
.client-center .center_con .videoplay:hover {
    top: 51%;
}
.client-center .center_con .center_ri {
    width: 35%;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}
.client-center .center_con .ricon {
    width: 10rem;
    height: 100%;
    box-sizing: border-box;
    padding-top: 0.4rem;
    right: 0;
}
.client-center .center_con .ricon .tit-24 {
    margin-bottom: 0.6rem;
}
.client-center .center_con .ricon .tit-16 {
    color: #666;
    line-height: 1.875;
}
.client-center .center_con .ricon .tit-12 {
    display: inline-block;
    width: 2.5rem;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    border-radius: 0.9rem;
    border: 1px solid #9f9f9f;
    bottom: 0;
    position: absolute;
}
.client-center .center_con .ricon .tit-12:hover {
    background: #25ade3;
    border: 1px solid #25ade3;
    color: #fff;
}
.client-center .center_con .center_ri .main_con {
    padding-top: 5rem;
}
.client-center .center_con .center_ri .tit-16 {
    margin: 0.75rem 0 1.25rem;
}
.client-center .center_ri .tit-12 {
    display: inline-block;
    width: 2.5rem;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0.9rem;
}
.client-center .center_ri .tit-12:hover {
    background: #fff;
    color: #333;
}
.client-upgrade {
    background: #f8f8f8;
    padding: 2rem 0 2.25rem;
}
.client-upgrade .client-title {
    margin-bottom: 0.75rem;
}
.client-fast {
    padding: 2.25rem 0;
}
.client-fast .client-title {
    margin-bottom: 1rem;
}
.client-fast .client-title .tit-48 {
    color: #333;
}
.client-fast .fast-swiper {
    padding-bottom: 1.5rem;
    overflow: hidden;
}
.fast-swiper .swiper-slide .item {
    width: calc(50% - 9px);
    float: left;
    box-sizing: border-box;
    background: #fcfcfc;
    height: 4.25rem;
}
.fast-swiper .swiper-slide .item:nth-child(2n) {
    float: right;
}
.fast-swiper .swiper-slide .item a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fast-swiper .swiper-slide .item:first-child {
    margin-bottom: 18px;
}
.fast-swiper .swiper-slide .item:nth-child(2) {
    margin-bottom: 18px;
}
.fast-swiper .swiper-slide .backcover {
    width: 4.25rem;
    height: 100%;
    float: left;
}
.fast-swiper .swiper-slide .con {
    height: 100%;
    width: calc(100% - 4.25rem);
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 0.7rem 1.25rem 0 1.2rem;
}
.fast-swiper .swiper-slide .tit-15 {
    line-height: 1.6;
    margin: 0.6rem 0 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 1.25rem;
}
.client-fast .swiper-pagination {
    bottom: 0;
}
.client-fast .swiper-pagination-bullet {
    opacity: 1;
    background: #333333;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.client-fast .swiper-pagination-bullet-active {
    background: #25ade3;
}
@media(max-width: 767px) {
		.insec1 .first-swiper, .index_swiper_wrap{height:auto!important}
    .fast-swiper .swiper-slide .item:first-child {
        margin-bottom: 10px;
    }
    .fast-swiper .swiper-slide .item:nth-child(2) {
        margin-bottom: 10px;
    }
    .fast-swiper .swiper-slide .tit-15 {
        height: 1.65rem;
        -webkit-line-clamp: 4;
    }
    .client-fast {
        padding: 0.75rem 0;
    }
    .client-fast .client-title {
        margin-bottom: 0.5rem;
    }
    .client-fast .fast-swiper {
        padding-bottom: 0.75rem;
    }
    .fast-swiper .swiper-slide .item {
        width: calc(50% - 5px);
        height: auto;
    }
    .fast-swiper .swiper-slide .backcover {
        width: 100%;
        height: 2.4rem;
        float: left;
    }
    .fast-swiper .swiper-slide .tit-18 {
        font-size: 0.34rem;
    }
    .fast-swiper .swiper-slide .con {
        height: auto;
        width: 100%;
        border-left: 1px solid #e5e5e5;
        padding: 0.3rem 0.2rem 0.3rem .2rem;
    }
    .fast-swiper .swiper-slide .tit-15 {
        line-height: 1.6;
        margin: 0.1rem 0 0.1rem;
    }
}
.upgrade_tab {
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    box-sizing: border-box;
    border-top: 2px solid #d1d1d1;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}
.upgrade_tab .item {
    width: 25%;
    height: 100%;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    border-bottom: 1px solid #e4e4e4;
}
.upgrade_tab .item:hover {
    background: #25ade3;
    color: #fff;
    border-bottom: 1px solid #25ade3;
}
.upgrade_tab .item.cur {
    background: #25ade3;
    color: #fff;
    border-bottom: 1px solid #25ade3;
}
.upgrade_con .upgrade-swiper {
    width: 45.5%;
}
.upgrade_con .upgrade-swiper .upgrade-pagination {
    bottom: 0.5rem;
    box-sizing: border-box;
    padding-right: 0.75rem;
    text-align: right;
}
.swiper-pagination-bullet {
    background: none;
    opacity: 1;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.swiper-pagination-bullet-active {
    background: #fff;
}
.upgrade_con .upgrade_ri {
    width: 54.5%;
    box-sizing: border-box;
    padding: 1.75rem 1rem 0;
}
.upgrade_con .upgrade_ri .tit-30 {
    margin-bottom: 1.1rem;
}
.upgrade_con .upgrade_ri .tit-16 {
    color: #666;
    line-height: 1.66;
}
.client-voice {
    width: 100%;
    height: 18rem;
    box-sizing: border-box;
    color: #fff;
    padding-top: 2.25rem;
}
.client-voice .client-title {
    margin-bottom: 1rem;
}
.client-voice .swiper-slide {
    overflow: hidden;
}
.client-voice .voice_item {
    display: inline-block;
    width: 49.375%;
    height: 2.75rem;
    margin: 0 1.25% 1.25% 0;
    background: #fcfcfc;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.client-voice .voice_item:nth-child(2n) {
    margin-right: 0;
}
.client-voice .tit-48 {
    color: #fff;
}
.client-voice .voice_item .date {
    background: #fff;
    box-sizing: border-box;
    border-right: 1px solid #e0e0e0;
    width: 3rem;
    height: 100%;
    text-align: center;
    color: #999;
    margin-right: 1.1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.client-voice .voice_item:hover .date {
    color: #25ade3;
}
.client-voice .voice_item .date .tit-36 {
    margin-bottom: 0.15rem;
}
.client-voice .voice_item .tit-18 {
    margin-bottom: 0.4rem;
}
.client-voice .voice_item .voice_con {
    width: 67%;
}
.client-voice .voice-swiper {
    padding-bottom: 1.5rem;
}
.client-voice .voice-pagination {
    bottom: 0;
}
.client-voice .voice-pagination {
    bottom: 0;
}
.client-voice .voice-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.client-voice .voice-pagination .swiper-pagination-bullet-active {
    background: #25ade3;
    border: 1px solid #25ade3;
}
.serde-wrap {
    padding: 2.5rem 0 2.25rem;
}
.serde-wrap .title .tit-48 {
    color: #25ade3;
    margin-bottom: 0.9rem;
    text-align: center;
}
.serde-wrap .title .tit-30 {
    height: 1.9rem;
    line-height: 1.9rem;
    box-sizing: border-box;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    text-align: center;
}
.serde-basic {
    padding-top: 0.5rem;
}
.serde-tit {
    height: 1.85rem;
    line-height: 1.85rem;
    box-sizing: border-box;
    position: relative;
}
.serde-tit:before {
    content: '';
    position: absolute;
    width: 6.2rem;
    height: 2px;
    background: #25ade3;
    left: 0;
    bottom: 0;
}
.basic_list li {
    box-sizing: border-box;
    border: 1px solid #ececec;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0.4rem;
}
.basic_list li .con {
    float: left;
    padding-top: 0.35rem;
}
.basic_list li .ping_b {
    margin-bottom: 0.3rem;
}
.basic_list li .con-t {
    line-height: 2.25;
}
.basic_list li img {
    float: right;
}
.serde-by .list_by li {
    box-sizing: border-box;
    border: 1px solid #ececec;
    padding: 0.75rem 1.4rem 0.6rem;
    margin-bottom: 0.4rem;
}
.serde-by .list_by li .ping_b {
    margin-bottom: 0.45rem;
}
.serde-muban li {
    border-bottom: 1px solid #ececec;
    margin-bottom: 0.4rem;
    padding-bottom: 1rem;
}
.serde-muban .serde-tit {
    margin-bottom: 0.5rem;
}
.serde-muban .tit-16 {
    line-height: 1.875;
    margin-bottom: 0.5rem;
}
.serde-last {
    padding-top: 0.5rem;
}
.serde-last .serde-tit {
    margin-bottom: 0.75rem;
}
.serde-last .last-swiper {
    padding-bottom: 1.5rem;
}
.serde-last .last-swiper .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #b7b7b7;
}
.serde-last .last-swiper .swiper-pagination-bullet-active {
    background: #25ade3;
    border: 1px solid #25ade3;
}
.about-history {
    padding: 2.5rem 0 3rem;
}
.about-history .text-pic {
    position: absolute;
    width: 60.78%;
    left: 50%;
    transform: translateX(-50%);
    top: 3.5rem;
}
.about-history .w1600 {
    z-index: 2;
}
.about-history .history_tab {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.75rem 0 1rem;
}
.about-history .history_tab .item {
    height: 1.5rem;
    box-sizing: border-box;
    border: 1px solid #b9b9b9;
    border-radius: 1.9rem;
    line-height: 1.5rem;
    text-align: center;
    margin: 0 0.45rem;
    cursor: pointer;
    padding: 0 0.75rem;
    transition: all 0.3s ease 0s;
}
.about-history .history_tab .item:hover {
    background: #25ade3;
    border: 1px solid #25ade3;
    color: #fff;
}
.about-history .history_tab .item.cur {
    background: #25ade3;
    border: 1px solid #25ade3;
    color: #fff;
}
.about-history .history_ajax .leimg {
    width: 50%;
}
.about-history .history_ajax .leimg img {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
}
.about-history .history_ajax .leimg.cur img {
    opacity: 1;
    visibility: visible;
}
.about-history .history_ajax .history-swiper {
    width: 46.875%;
    height: 11.25rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 1s ease 0s;
}
.about-history .history_ajax_box.cur .history_ajax .history-swiper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.about-history .history_ajax .swiper-slide {
    color: rgba(51, 51, 51, 0.55);
    height: 1.5rem;
    line-height: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.about-history .history_ajax .swiper-slide .tit-18 {
    display: none;
}
.about-history .history_ajax .swiper-slide.swiper-slide-active {
    height: auto;
    line-height: 1;
    padding: 1.25rem 0 1.25rem;
    border-top: 1px solid #dfdfdf;
    color: #333;
    border-bottom: 1px solid #dfdfdf;
}
.about-history .history_ajax .swiper-slide.swiper-slide-active .tit-24 {
    font-size: 0.6rem;
}
.about-history .history_ajax .swiper-slide.swiper-slide-active span {
    font-size: 1.8rem;
}
.about-history .history_ajax .swiper-slide.swiper-slide-active .tit-18 {
    display: block;
    margin-top: 0.5rem;
}
.about-history .history-next {
    width: 1.425rem;
    height: 0.75rem;
    background: url('../img/arrow-t3a.png')no-repeat center center;
    background-size: contain;
    right: 2.2rem;
    top: 10%;
}
.about-history .history-next:hover {
    background: url('../img/arrow-t3.png')no-repeat center center;
    background-size: contain;
}
.about-history .history-prev {
    width: 1.425rem;
    height: 0.75rem;
    background: url('../img/arrow-d2.png')no-repeat center center;
    background-size: contain;
    right: 2.2rem;
    left: auto;
    bottom: 10%;
    top: auto;
}
.about-history .history-prev:hover {
    background: url('../img/arrow-d3.png')no-repeat center center;
    background-size: contain;
}
.about-value {
    width: 100%;
    box-sizing: border-box;
    padding: 2.9rem 0;
}
.about-value .client-title {
    margin-bottom: 2rem;
}
.about-value .value-swiper {
    color: #666;
    line-height: 1.8;
    padding-bottom: 0.75rem;
}
.about-value .value-swiper .value-pagination {
    bottom: 0;
    display: none;
}
.about-value .value-swiper .tit-16 {
    box-sizing: border-box;
    padding: 0 0.5rem;
    height: 4rem;
    line-height: 1.4;
}
.about-value .swiper-slide img {
    width: 100%;
}
.about-base {
    padding: 2.25rem 0 3.1rem;
}
.about-base .client-title {
    margin-bottom: 1.5rem;
}
.about-base .base_le {
    width: 50%;
    z-index: 2;
}
.about-base .base_le .item {
    box-sizing: border-box;
    height: 2.5rem;
    line-height: 2.5rem;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    padding-left: 1.4rem;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.about-base .base_le .item .tit-16 {
    display: none;
}
.about-base .base_le .item.cur {
    height: auto;
    line-height: 1;
    color: #fff;
    background: #25ade3;
    border-top: 1px solid #25ade3;
    border-bottom: 1px solid #25ade3;
    padding: 0.9rem 0 1rem 1.4rem;
    width: 100%;
}
.about-base .base_le .item.cur .ping_b {
    font-size: 0.6rem;
}
.about-base .base_le .item.cur .tit-16 {
    display: block;
    margin-top: 0.5rem;
    line-height: 1.875;
}
.about-base .riimg {
    width: 50%;
}
.about-base .base-swiper {
    transform: translateY(20px);
    ;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease 0s;
}
.about-base .riimg.cur .base-swiper {
    transform: translateY(0);
    ;
    opacity: 1;
    visibility: visible;
}
.about-base .riimg .base-pagination {
    text-align: right;
    box-sizing: border-box;
    padding-right: 0.65rem;
}
.about-base .riimg .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
    border: 1px solid #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.about-base .riimg .swiper-pagination-bullet-active {
    background: #25ade3;
    border: 1px solid #25ade3;
}
.about-global {
    padding-top: 2.25rem;
    padding-bottom: 2.75rem;
}
.about-global .title .tit-16 {
    color: #666;
    line-height: 1.875;
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
}
.about-global .title .tit-18 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.2rem;
}
.about-global .title .item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0.75rem;
}
.about-global .title .item img {
    margin-right: 0.4rem;
}
.about-global .global_con {
    width: 10rem;
    left: 0;
    top: 5.85rem;
    z-index: 4;
    background: #fff;
}
.about-global .global_con .select_item {
    width: 100%;
    background: #25ade3;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.about-global .global_con .select_up {
    height: 1.25rem;
    line-height: 1.25rem;
    box-sizing: border-box;
    padding: 0 0.75rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-global .global_con .select_option {
    width: 100%;
    position: absolute;
    top: 1.25rem;
    max-height: 5rem;
    overflow-y: scroll;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    display: none;
}
.about-global .global_con .select_option dd {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    box-sizing: border-box;
    padding: 0 0.75rem;
    background: #fff;
    cursor: pointer;
    color: #333;
    border-bottom: 1px solid #c6c6c6;
}
.about-global .global_con .scroll-box {
    height: 14rem;
}
.about-global .global_con .global_option {
    box-sizing: border-box;
    border: 1px solid #c6c6c6;
}
.about-global .global_con li {
    width: 100%;
    box-sizing: border-box;
    padding: 0.5rem 0.4rem 0.6rem 0.65rem;
    border-bottom: 1px solid #c6c6c6;
}
.about-global .global_con li:last-child {
    border-bottom: none;
}
.about-global .global_con li .tit-12 {
    line-height: 1.5;
    color: #666;
    margin-top: 0.2rem;
}
.ty_map.map_img {
    width: 100%;
}
.ty_map.map_img .backimg {
    width: 82%;
}
.ty_map .map_btn {
    width: 15.25rem;
    height: 5.5rem;
    box-sizing: border-box;
    padding: 0.65rem 0.6rem;
    transition: all 1s ease 0s;
}
.ty_map .map_btn .ico {
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    background: #000;
    left: 55.5%;
    top: 97%;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
}
.ty_map .map_btn.item1 {
    display: block;
    left: 36%;
    top: -3%;
}
.ty_map .map_btn.item2 {
    display: block;
    left: 37%;
    top: -1%;
}
.ty_map .map_btn.item3 {
    display: block;
    left: 61.5%;
    top: 9.5%;
}
.about-global .ty_map .map_btn.item3 {
    top: 11.5%;
}
.ty_map .map_btn.item4 {
    display: block;
    left: 65%;
    top: 10%;
}
.ty_map .map_btn img {
    width: 5.25rem;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.ty_map .map_btn .map_con {
    box-sizing: border-box;
    width: calc(100% - 5.25rem);
    padding-left: 0.9rem;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.ty_map .map_btn .map_con .tit-18 {
    color: #25ade3;
    line-height: 0.75rem;
    margin-bottom: 0.3rem;
}
.ty_map .map_btn .map_con .tit-14 {
    line-height: 0.6rem;
    color: #666;
}
.ty_map .map_btn.cur {
    opacity: 1;
    background: url('../img/about_pop.png')no-repeat center center;
    background-size: contain;
}
.ty_map .map_btn.cur img {
    opacity: 1;
}
.ty_map .map_btn.cur .map_con {
    opacity: 1;
}
/*-----------------------*/
.about-career {
    padding: 2rem 0 2.5rem;
}
.career-tab {
    margin: 1rem 0 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.career-tab .item {
    height: 1.85rem;
    line-height: 1.85rem;
    width: 7rem;
    box-sizing: border-box;
    border: 1px solid #a7a7a7;
    margin: 0 0.45rem;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    border-radius: 1.85rem;
    text-align: center;
}
.career-tab .item:hover {
    background: #25ade3;
    border: 1px solid #25ade3;
    color: #fff;
}
.career-tab .item.cur {
    background: #25ade3;
    border: 1px solid #25ade3;
    color: #fff;
}
.career_con {
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease 0s;
}
.career_con_box.cur .career_con {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.career_con .img {
    width: 50%;
}
.career_con .img img {
    width: 100%;
}
.career_con .conri {
    width: 46.25%;
    right: 0;
    top: 0;
    height: 100%;
    box-sizing: border-box;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    padding-top: 1.25rem;
}
.career_con .conri .tit-30 {
    margin-bottom: 0.5rem;
}
.career_con .conri .tit-18 {
    color: #999;
}
.career_con .conri .tit-16 {
    color: #666;
    line-height: 2.25;
}
.career_select {
    border-top: 4px solid #999;
    border-bottom: 1px solid #d0d0d0;
    padding: 0.75rem 0;
    margin: 1.25rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.career_select .lecon {
    line-height: 2;
    color: #010d2c;
}
.career_select .lecon span {
    font-weight: bold;
    color: #25ade3;
}
.career_select .select_box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.career_select .select_item {
    width: 7rem;
    margin-left: 0.5rem;
    position: relative;
}
.career_select .select_item .select_up {
    width: 100%;
    height: 1.2rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.65rem;
    background: #fbfbfb;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.career_select .select_item .select_up:hover {
    background: #25ade3;
    border: 1px solid #25ade3;
    color: #fff;
}
.career_select .select_item .select_up i {
    width: 13px;
    height: 7px;
    background: url('../img/arrow-d4a.png')no-repeat center center;
    background-size: contain;
    display: inline-block;
}
.career_select .select_item .select_up:hover i {
    background: url('../img/arrow-d4.png')no-repeat center center;
    background-size: contain;
}
.career_select .select_item .select_option {
    width: 100%;
    position: absolute;
    top: 1.2rem;
    left: 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    display: none;
}
.career_select .select_item .select_option dd {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    cursor: pointer;
    background: #fbfbfb;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    padding: 0 0.65rem;
    transition: all 0.3s ease 0s;
}
.career_select .select_item .select_option dd:hover {
    background: #25ade3;
    border-bottom: 1px solid #25ade3;
    color: #fff;
}
.career_select .select_item .select_option dd:last-child {
    border-bottom: none;
}
.career-recruit .title {
    width: 100%;
    height: 1.75rem;
    box-sizing: border-box;
    background: #fbfbfb;
    border: 1px solid #e4e4e4;
    line-height: 1.75rem;
    margin-bottom: 0.25rem;
}
.career-recruit .posi {
    width: 24.375%;
    box-sizing: border-box;
    padding-left: 0.9rem;
}
.career-recruit .person {
    width: 28.75%;
    box-sizing: border-box;
    padding-left: 0.9rem;
}
.career-recruit .num {
    width: 22.5%;
    box-sizing: border-box;
    padding-left: 0.9rem;
}
.career-recruit .local {
    width: 24.375%;
    box-sizing: border-box;
    padding-left: 0.9rem;
}
.career-recruit .title .posi {
    border-right: 1px solid #ebebeb;
}
.career-recruit .title .person {
    border-right: 1px solid #ebebeb;
}
.career-recruit .title .num {
    border-right: 1px solid #ebebeb;
}
.career_list {
    margin-bottom: 1.5rem;
}
.career_list li {
    margin-bottom: .25rem;
}
.career_list li .item_top {
    width: 100%;
    height: 1.75rem;
    line-height: 1.75rem;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.career_list li.cur .item_top {
    background: #25ade3;
    color: #fff;
}
.career_list li:hover .item_top {
    background: #25ade3;
    color: #fff;
}
.career_list li .item_option {
    box-sizing: border-box;
    border-top: none;
    border: 1px solid #e5e5e5;
    padding: 0.9rem 1rem;
    display: none;
}
.career_list li .item_option .item_con {
    margin-bottom: 0.5rem;
}
.career_list li .item_option .tit-18 {
    color: #010d2c;
    margin-bottom: 0.4rem;
}
.career_list li .item_option .tit-14 {
    line-height: 2.25;
}
.career_list li .item_option .item_bot {
    margin-top: 1rem;
    padding-top: 0.9rem;
    border-top: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.career_list li .item_option a {
    display: inline-block;
    width: 3.25rem;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    background: #25ade3;
    color: #fff;
    cursor: pointer;
}
.career_list li .item_option span {
    color: #25ade3;
    cursor: pointer;
}
.center-wrap {
    padding: 2.1rem 0 3rem;
}
.center-wrap .swiper-container {
    padding-bottom: 1rem;
}
.center-wrap .swiper-pagination {
    bottom: 0;
}
.center-wrap .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    width: 10px;
    height: 10px;
    border: 1px solid #25ade3;
    border-radius: 50%;
}
.center-wrap .swiper-pagination-bullet-active {
    background: #25ade3;
}
@media(max-width: 767px) {
    .center-wrap .swiper-container {
        padding-bottom: 0.51rem;
    }
}
.center_top .leimg {
    width: 50%;
}
.center_top .leimg img {
    width: 100%;
}
.center_top .ricon {
    width: 46.875%;
    height: 100%;
    right: 0;
    top: 0;
    padding-top: 0.9rem;
    box-sizing: border-box;
    border-bottom: 1px solid #dfdfdf;
    padding-right: 1.25rem;
    transition: all 1s ease 0s;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
}
.center_top.swiper-slide-active .ricon {
    opacity: 1;
    visibility: visible;
}
.center_top .ricon .tit-24 {
    line-height: 1.66;
    margin-bottom: 1.25rem;
}
.center_top .ricon .tit-16 {
    line-height: 2.25;
}
.center_select {
    padding: 0.75rem 0 0.65rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
}
.center_select .select_item {
    width: 4.5rem;
    position: relative;
    margin-left: 14px;
}
.center_select .select_item .select_up {
    width: 100%;
    height: 1.25rem;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 0 0.65rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background: #fff;
}
.center_select .select_item .select_up i {
    display: block;
    width: 13px;
    height: 7px;
    background: url('../img/arrow-d4a.png')no-repeat center center;
    background-size: containl
}
.center_select .select_item .select_up:hover {
    background: #25ade3;
    color: #fff;
}
.center_select .select_item .select_up:hover i {
    background: url('../img/arrow-d4.png')no-repeat center center;
    background-size: contain;
}
.center_select .select_item .select_option {
    width: 100%;
    position: absolute;
    top: 1.25rem;
    left: 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-top: none;
    border-bottom: none;
    display: none;
    max-height: 5rem;
    overflow-y: scroll;
    background: #fff;
}
.center_select .select_item .select_option dd {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    box-sizing: border-box;
    padding: 0 0.65rem;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}
.center_select .select_item .select_option dd:hover {
    background: #25ade3;
    color: #fff;
}
.center-wrap .list li {
    width: 100%;
    height: 2.8rem;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    margin-bottom: 0.7rem;
}
.center-wrap .list li a {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.center-wrap .list li .date {
    width: 2.95rem;
    height: 100%;
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #999;
}
.center-wrap .list li .item_con {
    width: calc(100% - 2.95rem);
    height: 100%;
    background: #fcfcfc;
    box-sizing: border-box;
    padding: 0.75rem 1rem 0;
    position: relative;
}
.center-wrap .list li:hover .date {
    color: #25ade3;
}
.center-wrap .list li .item_con .tit-18 {
    margin-bottom: 0.3rem;
}
.center-wrap .list li .item_con .tit-16 {
    width: 68%;
}
.center-wrap .list li img {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.25rem;
}
.pagination a {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    color: #666;
    text-align: center;
    line-height: 1rem;
    margin: 0 2px;
    position: relative;
}
.pagination a:hover {
    background: #333;
    color: #fff;
}
.pagination a.active {
    background: #333;
    color: #fff;
}
.pagination a.prev:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 15px;
    background: url('../img/prev-l.png')no-repeat center center;
    background-size: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.pagination a[rel=prev]:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 15px;
    background: url('../img/prev-l.png')no-repeat center center;
    background-size: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.pagination a[rel=next]:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 15px;
    background: url('../img/next-r.png')no-repeat center center;
    background-size: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.pagination a.next:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 15px;
    background: url('../img/next-r.png')no-repeat center center;
    background-size: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/*详情页模板*/
.newde-wrap {
    padding: 5rem 0 2rem;
}
.newde-wrap .title {
    text-align: center;
    padding-bottom: 1rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.newde-wrap .title .t {
    margin-top: 0.5rem;
}
.newde-wrap .con-t {
    padding-top: 1rem;
}
.newde-wrap .con-t p {}
.newde-wrap .de-bottom {
    margin-top: 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newde-wrap .de-bottom h1 {
    margin-bottom: 0.1rem;
}
.newde-wrap .de-bottom p {
    line-height: 1.2;
}
.newde-wrap .de-bottom .back-list {
    width: 12%;
}
.newde-wrap .de-bottom .back-list p {
    text-align: center;
}
.newde-wrap .de-bottom .back-list .icon {
    text-align: center;
}
.newde-wrap .de-bottom .back-list i {
    width: 24px;
    height: 24px;
    background: url("../img/back-news-icon.html") no-repeat center center;
    background-size: contain;
}
.newde-wrap .de-bottom .prev {
    width: 40%;
}
.newde-wrap .de-bottom .prev a {
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newde-wrap .de-bottom .prev .icon {
    width: 10px;
}
.newde-wrap .de-bottom .prev .icon i {
    width: 10px;
    height: 16px;
    background: url("../img/swiper-l2.png") no-repeat center center;
    background-size: contain;
}
.newde-wrap .de-bottom .prev .debo-con {
    width: 95%;
}
.newde-wrap .de-bottom .next {
    width: 40%;
}
.newde-wrap .de-bottom .next a {
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newde-wrap .de-bottom .next .icon {
    width: 10px;
    text-align: right;
}
.newde-wrap .de-bottom .next .icon i {
    width: 10px;
    height: 16px;
    background: url("../img/swiper-r2.png") no-repeat center center;
    background-size: contain;
}
.newde-wrap .de-bottom .next .debo-con {
    width: 95%;
    text-align: right;
}
@media(max-width: 767px) {
    .newde-wrap .con-t {
        padding-top: 0.5rem;
    }
    .newde-wrap .title .t {
        margin-top: 0.2rem;
       
    }
    .newde-wrap .title {
        padding-bottom: 0.3rem;
    }
  
    .newde-wrap {
        padding: 2rem 0 1rem;
    }
    .newde-wrap .con-t {
        line-height: 1.8;
    }
    .newde-wrap .con-t p {
       
    }
    .newde-wrap .de-bottom .back-list {
        display: none;
    }
    .newde-wrap .de-bottom .next {
        width: 100%;
    }
    .newde-wrap .de-bottom .next a {
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .newde-wrap .de-bottom .next .debo-con {
        text-align: left;
        width: 90%;
    }
    .newde-wrap .de-bottom .next .icon {
        width: 10px;
        text-align: right;
    }
    .newde-wrap .de-bottom h1 {
        font-size: 0.3rem;
        margin-bottom: 0.1rem;
    }
    .newde-wrap .de-bottom p {
        line-height: 1.6;
        font-size: 0.28rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .newde-wrap .de-bottom .prev {
        width: 100%;
        margin-bottom: 0.2rem;
    }
    .newde-wrap .de-bottom .prev a {
        display: block;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .newde-wrap .de-bottom .prev .icon {
        width: 10px;
    }
    .newde-wrap .de-bottom .prev .debo-con {
        width: 90%;
    }
    .newde-wrap .de-bottom {
        margin-top: 0.8rem;
        display: block;
    }
}
/*详情页模板*/
.regi-wrap {
    padding: 2.5rem 0 2.25rem;
}
.regi-info .client-title {
    margin-bottom: 0.6rem;
    text-align: center;
}
.regi-info .title-con {
    text-align: center;
    box-sizing: border-box;
    padding: 0 3rem;
    margin-bottom: 2rem;
}
.regi-info .title-con .tit-36 {
    margin-bottom: 0.4rem;
}
.regi-info .title-con .tit-18 {
    color: #666;
    line-height: 1.66;
}
.regi-info .infoimg_con {
    height: 13.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    margin-bottom: 0.45rem;
}
.regi-info .infoimg_con .tit-60 {
    margin: 0rem 0 0.4rem;
}
.regi-info .infoimg_con img {
    cursor: pointer;
    transition: all 0.3s ease 0s;
    width: 1.75rem;
}
.regi-info .infoimg_con img:hover {
    transform: translateY(2px);
}
.exhi-wecode {
    height: 6rem;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    padding: 0 0.9rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.exhi-wecode>img {
    width: 4.3rem;
    margin-right: 2.1rem;
}
.exhi-wecode a {
    color: #fff;
}
.exhi-wecode a img {
    margin-left: 1rem;
    transition: all 0.3s ease 0s;
}
/*.exhi-wecode a:hover img{
    transform:translateX(2px); 
}
*/
.regi-machine {
    padding: 1.75rem 0 0;
}
.regi-machine .tit-48 {
    text-align: center;
    margin-bottom: 1rem;
}
.regi-machine .machine_tab {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
}
.regi-machine .machine_tab .item {
    cursor: pointer;
    width: 6rem;
    height: 1.35rem;
    border-radius: 1.35rem;
    text-align: center;
    line-height: 1.35rem;
    background: #333;
    color: #fff;
    margin: 0 0.45rem;
}
.regi-machine .machine_tab .item:hover {
    background: #25ade3;
    color: #fff;
}
.regi-machine .machine_tab .item.cur {
    background: #25ade3;
    color: #fff;
}
.regi-ty_con .leimg {
    width: 41.875%;
    box-sizing: border-box;
    float: left;
}
#machine_ajax .leimg {
    border: 1px solid #cfcfcf;
}
.regi-ty_con .ricon {
    width: 53.75%;
    float: right;
    border-top: 2px solid #747474;
}
.regi-ty_con .ricon .item_option {
    color: #00a1e9;
    line-height: 1.875;
    display: none;
    margin-top: 0.6rem;
}
.regi-ty_con .ricon li {
    box-sizing: border-box;
    border-bottom: 1px solid #e3e3e3;
    padding: 0.4rem 0.6rem 0.4rem 0.25rem;
}
.regi-ty_con .ricon li .item_top {
    font-size: 0.45rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.regi-ty_con .ricon li .item_top img {
    transition: all 0.3s ease 0s;
    transform: rotate(270deg);
}
.regi-ty_con .ricon li .item_top:hover {
    color: #00a1e9;
}
.regi-ty_con .ricon li.cur .item_top {
    color: #00a1e9;
}
.regi-ty_con .ricon li p {
    box-sizing: border-box;
    padding-left: 0.75rem;
    position: relative;
}
.regi-ty_con .ricon li.cur .item_top img {
    transform: rotate(0);
}
.regi-ty_con .ricon li p:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #00a1e9;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.regi-wrap .muju-box {
    margin-top: 1.5rem;
}
.regi-wrap .muju-box .tit-30 {
    margin-bottom: 0.75rem;
}
.regi-wrap .muju-box .ricon {
    float: left;
    width: 50%;
}
.regi-wrap .muju-box .leimg {
    float: right;
    width: 46.25%;
}
.regi-wrap .product-box {
    margin-top: 1.25rem;
}
.regi-wrap .product-box .tit-30 {
    margin-bottom: 0.75rem;
}
.regi-wrap .product-box .img {
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
    height: 9.5rem;
    padding: 0 0.7rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.regi-wrap .product-box .img img {
    max-width: 60%;
}
.regi-wrap .product-box .list li {
    width: 49.375%;
    margin: 0 1.25% 0 0;
    border-top: 1px solid #e3e3e3;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 0.5rem 0.25rem 0.25rem 0.25rem;
}
.regi-wrap .product-box .list li:nth-child(2n) {
    margin-right: 0;
}
.regi-wrap .product-box .list li:first-child {
    border-top: none;
}
.regi-wrap .product-box .list li:nth-child(2) {
    border-top: none;
}
.regi-wrap .product-box .list span {
    color: #999;
    display: inline-block;
    min-width: 2.4rem;
    transform: translateY(0.15rem);
}
.regi-wrap .product-box .list li:nth-child(2n) span {
    min-width: 1.25rem;
}
.regi-wrap .product-box .list .tit-14 {
    line-height: 1.8;
    color: #666;
    margin-top: 0.2rem;
}
.inter-wrap {
    padding: 2.5rem 0;
}
.inter-wrap .client-title {
    margin-bottom: 1.1rem;
}
.inter-wrap .title_con {
    background: #f7f7f7;
    padding: 1.1rem 0 1.5rem;
    text-align: center;
}
.inter-wrap .title_con .tit-36 {
    color: #25ade3;
    margin: 0.1rem 0 0.5rem;
}
.inter-wrap .title_con .b {
    color: #666;
}
.inter-wrap .title_bot {
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 0.6rem;
    padding-top: 0.6rem;
    margin-bottom: 0.75rem;
}
.inter-wrap .title_bot .tit-18 {
    margin-bottom: 0.45rem;
}
.inter-wrap .title_bot .tit-14 {
    color: #666;
    line-height: 2;
}
.inter-wrap .inter-box .tit-18 {
    margin-bottom: 0.9rem;
}
.inter-wrap .list li {
    width: 30%;
    margin: 0 5% 5% 0;
    box-shadow: 0 1px 4px 0 rgb(32 33 36 / 28%);
}
.inter-wrap .list li:nth-child(3n) {
    margin-right: 0;
}
.inter-wrap .list li .hoverimg {
    width: 100%;
    position: relative;
    padding-bottom: 70%;
}
.inter-wrap .list li .hoverimg img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.inter-wrap .list li .con {
    background: #f5f5f5;
    padding: 0.9rem 0.75rem;
}
.inter-wrap .list li .con .tit-20 {
    margin-bottom: 0.4rem;
}
.inter-wrap .list li .con .tit-14 {
    line-height: 1.71;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 1.8rem;
}
.expo-wrap {
    padding: 2.5rem 0 1.25rem;
}
.expo-wrap .client-title {
    margin-bottom: 0.75rem;
}
.expo-wrap .expo-con {
    padding-bottom: 1.75rem;
    text-align: center;
}
.expo-wrap .expo-con .tit-18 {
    color: #666;
    line-height: 1.66;
    margin-top: 0.1rem;
}
.expo_swiper {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: .5rem;
}
.expo_swiper .lecon {
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fbfbfb;
    box-sizing: border-box;
    padding: 1.25rem 1.5rem 0;
}
.expo_swiper .lecon .tit-30 {
    margin-bottom: 0.75rem;
}
.expo_swiper .lecon .tit-16 {
    line-height: 1.875;
}
.expo_swiper .riimg {
    width: 50%;
}
.expo_swiper .expo-pagination {
    bottom: 1rem;
    text-align: left;
    box-sizing: border-box;
    padding-left: 1rem;
}
.expo_swiper .expo-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #a1a1a1;
    margin: 0 9px;
}
.expo_swiper .expo-pagination .swiper-pagination-bullet-active {
    background: #25ade3;
    border: 1px solid #25ade3;
}
.expo-wrap .product-box {
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #e0e0e0;
}
.expo-wrap .product-box .tit-30 {
    margin-bottom: 0.75rem;
}
.expo-wrap .product-box .con {
    line-height: 1.875;
    padding: 0 1.25rem;
    box-sizing: border-box;
}
.expo-wrap .product-swiper .swiper-button-next {
    width: 0.65rem;
    height: 1.35rem;
    background: url('../img/swiper-r1.png')no-repeat center center;
    background-size: contain;
    top: 40%;
    right: 0;
}
.expo-wrap .product-swiper .swiper-button-next:hover {
    background: url('../img/swiper-r1a.png')no-repeat center center;
    background-size: contain;
}
.expo-wrap .product-swiper .swiper-button-prev {
    width: 0.65rem;
    height: 1.35rem;
    background: url('../img/swiper-l1.png')no-repeat center center;
    background-size: contain;
    top: 40%;
    left: 0;
}
.expo-wrap .product-swiper .swiper-button-prev:hover {
    background: url('../img/swiper-l1a.png')no-repeat center center;
    background-size: contain;
}
.expo-wrap .product-box .hoverimg {
    width: 100%;
    padding-bottom: 72.5%;
    position: relative;
    margin-bottom: 0.5rem;
}
.expo-wrap .product-box .hoverimg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.expo-wrap .video-box {
    padding-top: 1rem;
    border-top: 1px solid #e0e0e0;
}
.expo-wrap .video-box .tit-30 {
    margin-bottom: 0.9rem;
}
.expo-wrap .video-box li {
    width: 30%;
    margin: 0 5% 5% 0;
    box-shadow: 0 1px 4px 0 rgb(32 33 36 / 28%);
}
.expo-wrap .video-box li:nth-child(3n) {
    margin-right: 0;
}
.expo-wrap .video-box li .con {
    background: #f5f5f5;
    box-sizing: border-box;
    height: 2.25rem;
    width: 100%;
    padding: 0 0.75rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.expo-wrap .video-box li .hoverimg {
    position: relative;
}
.expo-wrap .video-box li .videoplay {
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: all .3s ease 0s;
}
.expo-wrap .video-box li .videoplay:hover {
    top: 52%;
}
.u-icon {
    height: 82px;
    width: 82px;
    background-image: none;
    color: rgb(255, 255, 255) !important;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 20px;
}
/*首页*/
.index_swiper_wrap {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
}
.index_swiper_wrap>.swiper-wrapper {
    transition: all 0.7s cubic-bezier(0.65, 0.1, 0.65, 0.65) 0s !important;
}
.index_swiper_wrap .insec {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.index_swiper_wrap .swiper-slide.foot {
    height: auto;
}
.insec1 .first-swiper {
    width: 100%;
    height: 100%;
    color: #fff;
}
.insec1 .first-swiper .swiper-slide {
    width: 100%;
    height: 100%;
}
.insec1 .first-swiper .swiper-slide video {
    width: 100%;
}
.swiper-lazy-preloader {
    opacity: 0;
    visibility: hidden;
}
.insec1 .first-swiper .pc_img {
    transition: all 5s cubic-bezier(0.04, 0.79, 1, 1);
}
.insec1 .first-swiper .swiper-slide-active .pc_img {
    transform: translate(-50%, -50%)scale3d(1.1, 1.1, 1);
}
.insec1 .w1600 {
    padding-top: 11rem;
    position: relative;
}
.insec1 .w1600 .title {
    position: relative;
    transition: all 1s ease 0s;
    transform: translateY(20px);
}
.insec1 .swiper-slide-active .w1600 .title {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
.insec1 .w1600 .title:before {
    content: '';
    position: absolute;
    background: #25ade3;
    width: 5rem;
    height: 0.2rem;
    left: 0;
    top: -1rem;
}
.insec1 .w1600 .link {
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    cursor: pointer;
}
.insec1 .w1600 .link img {
    margin-left: 0.6rem;
    transition: all 0.3s ease 0s;
}
.insec1 .w1600 .link:hover {
    color: rgba(255, 255, 255, 1);
}
.insec1 .w1600 .link:hover img {
    transform: translateX(2px);
}
.index_page {
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    color: #fff;
}
.index_page .btns {
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
    margin: 3px 0;
}
.index_page .btns:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease 0s;
}
.index_page .btns.cur:before {
    background: rgba(255, 255, 255, 1);
}
.index_page .btns:hover:before {
    background: rgba(255, 255, 255, 1);
}
.index_page .btns.cur .circle2 {
    transform-origin: center center;
    transform: rotate(-90deg);
    animation: dash 4.8s linear both;
    stroke-dashoffset: 63px;
}
.index_page .btns.cur .circle2.blue {
    display: none;
}
.index_page svg {
    display: none;
}
.index_page .btns.cur svg {
    display: block;
}
@keyframes dash {
    0% {
        stroke-dashoffset: 63px;
    }
    100% {
        stroke-dashoffset: 0px;
    }
}
.index_page .page {
    margin-top: 0.25rem;
    transform: scale(0.8);
}
.index_page .box {
    width: 20px;
    margin: 0 auto;
}
.index_page.blue .btns:before {
    background: #7c7c7c;
}
.index_page.blue .btns.cur:before {
    background: #25ade3;
}
.index_page.blue .btns.cur .circle2 {
    background: #25ade3 !important;
    color: #25ade3 !important;
}
.index_page.blue .page {
    color: #666;
}
.index_page.blue .page_now {
    color: #25ade3;
}
.index_page.blue .btns.cur .circle2 {
    display: none;
}
.index_page.blue .btns.cur .circle2.blue {
    display: block;
}
.insec1 .first-next {
    width: 4.65rem;
    height: 2.35rem;
    background: rgba(255, 255, 255, 0.2);
    top: auto;
    bottom: 1.8rem;
    right: 4rem;
    opacity: 1 !important;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.insec1 .first-next:hover {
    background: rgba(255, 255, 255, 0.5);
}
.insec1 .first-next:before {
    content: '';
    position: absolute;
    width: 0.75rem;
    height: 0.25rem;
    background: url('../img/arrow-r1.png')no-repeat center center;
    background-size: contain;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
}
.insec1 .first-next:hover:before {
    right: 1.15rem;
}
.insec1 .first-prev {
    width: 4.65rem;
    height: 2.35rem;
    background: rgba(255, 255, 255, 0.2);
    top: auto;
    bottom: 1.8rem;
    left: auto;
    right: 8.65rem;
    opacity: 1 !important;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.insec1 .first-prev:hover {
    background: rgba(255, 255, 255, 0.5);
}
.insec1 .first-prev:hover:before {
    left: 1rem;
}
.insec1 .first-prev:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 24px;
    background: url('../img/arrow-l1.png')no-repeat center center;
    left: 1.1rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
}
.insec1 .tit-80 {
    line-height: 1;
}
.insec1 .tit-60 {
    margin: 0.5rem 0 1.75rem;
    letter-spacing: 6px;
}
.insec1 .page_box {
    position: absolute;
    z-index: 3;
    bottom: 2.75rem;
    position: absolute;
    color: #fff;
    left: 65%;
}
.insec1:before {
    content: '';
    position: absolute;
    width: 55%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    left: 8.33%;
    bottom: 3rem;
    z-index: 2;
}
.insec1:after {
    content: '';
    position: absolute;
    width: 3rem;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    right: 0;
    bottom: 3rem;
    z-index: 2;
}
.insec2 {
    padding-top: 2.2rem;
}
.insec2 .lecon {
    width: 50%;
}
.lecon .item:last-child,
.insec2 .ricon .item:last-child {
    border-right: 0px;
}
.insec2 .lecon .backcover {
    width: 100%;
    /*height: 14rem;*/
}
.insec2 .ricon .backcover img{width:100%}
.insec2 .lecon .botcon {
    box-sizing: border-box;
    padding-left: 11.33%;
    padding-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease 0s;
}
.insec2 .lecon .bot {
    margin-top: 0.25rem;
    color: #25ade3;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.insec2 .lecon .bot .tit-80 {
    line-height: 1;
}
.insec2 .lecon .bot .tit-30 {
    display: inline-block;
    margin-left: 0.25rem;
}
.insec2 .ricon {
    width: 50%;
    height: 100%;
}
.insec2 .ricon .backcover {
    height: 10rem; width:100%
}
.insec2 .lecon .backcover img{width:100%}
.insec2 .ricon .backcover img{width:100%}
.insec2 .ricon .con {
    box-sizing: border-box;
    padding: 1.25rem 2rem 0 1.5rem;
    height: calc(100% - 10rem);
   
}
.insec2 .ricon .con .tit-40 {
    margin-bottom: 0.5rem;
}
.insec2 .con .sub_title {
    color: #25ade3;
    margin-bottom: 0.4rem; font-size:30px;
}

.insec2 .con .ab_desc p {
color: #666;
line-height: 28px;
font-size: 18px;
}
.ico_box {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0.75rem;
}
.insec2 .ricon .ico_box {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0.75rem;
}
.insec2 .ricon .item {
    box-sizing: border-box;
    margin-right: 14px;
    text-align: center;
    padding-top: 0.35rem;
    width: 33%;
    border-right: 1px solid #ccc;
    padding: 10px;
}
.insec2 .ricon .item img {
    margin-bottom: 0.4rem;
}
.insec3 {
    padding-top: 2.2rem;
}
.insec3 .third-swiper {
    width: 100%;
    height: 100%;
}
.insec3 .third-swiper .swiper-slide {
    width: 100%;
    height: 100%;
}
.insec3 .third-swiper .swiper-slide .pc_img {
    transition: all 5s cubic-bezier(0.04, 0.79, 1, 1);
}
.insec3 .third-swiper .swiper-slide-active .pc_img {
    transform: translate(-50%, -50%)scale3d(1.1, 1.1, 1);
}
.overlayss {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 9;
}
.insec3 .ritab {
    width: 16.666%;
    height: calc(100% - 2.2rem);
    right: 0;
    bottom: 0;
    z-index: 3;
}
.insec3 .ritab .item {
    width: 100;
    height: 20%;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    background: rgba(14, 106, 174, 0.85);
    position: relative;
    padding: 1rem 0 0 1.25rem;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.insec3 .ritab .item img {
    filter: grayscale(100%) brightness(200%);
    max-height: 1.25rem;
}
.insec3 .ritab .item img:first-child {
    margin-bottom: 0.75rem;
}
.insec3 .ritab .item img:last-child {
    position: absolute;
    right: 0.6rem;
    top: 50%;
    transform: translateY(-20%);
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.insec3 .ritab .item.cur img:last-child {
    transform: translateY(-50%);
}
.insec3 .ritab .item .tit-24 {
    margin-bottom: 0.1rem;
}
.insec3 .ritab .item.cur {
    padding: 1.5rem 0 0 1.25rem;
    background: rgba(0, 0, 0, 0.5);
}
.insec3 .ritab .item.cur img:first-child {
    display: none;
}
.insec3 .ritab .item.cur img:last-child {
    opacity: 1;
}
.insec3 .w1480 {
    padding-top: 5rem;
    color: #fff;
    opacity: 0;
    transform: translateY(20px);
    visibility: hidden;
    transition: all 1s ease 0s;
}
.insec3 .swiper-slide-active .w1480 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.insec3 .w1480 .ico {
    width: 1.3rem;
    margin-bottom: 0.7rem;
}
.insec3 .w1480 .tit-14 {
    line-height: 2.25;
    margin: 1rem 0 1.5rem;
    width: 50%
}
.index_link {
    color: #25ade3;
    align-items: center;
    justify-content: flex-start;
    display: inline-flex;
}
.index_link img {
    margin-left: 0.3rem;
    transition: all 0.3s ease 0s;
}
.index_link:hover img {
    transform: translateX(2px);
}
.insec3:before {
    content: '';
    position: absolute;
    width: 4rem;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    left: 0;
    top: 32%;
    z-index: 3;
}
.insec3:after {
    content: '';
    position: absolute;
    width: 48%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    right: 8rem;
    top: 32%;
    z-index: 3;
}
.insec4 {
    padding-top: 2.2rem;
}
.insec4 .insec4_swiperbox {
    width: 35.9375%;
    height: 100%;
    background-size: 100% 100% !important;
    box-sizing: border-box;
    padding-left: 6%;
}
.insec4 .insec4_ajax {
    width: 52.8125%;
    margin-right: 8.33%;
    padding-top: 3.25rem;
    position: relative;
    transform: translateY(20px);
    transition: all 1s ease 0s;
    opacity: 0;
    visibility: hidden;
}
.insec4 .insec4_ajax:before {
    content: '';
    position: absolute;
    width: 6rem;
    height: 1px;
    left: -30%;
    top: 22.5%;
    background: #ccc;
}
.insec4 .insec4_ajax:after {
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    background: #ccc;
    top: 22.5%;
    left: 46%;
}
.insec4 .insec4_ajax .title {
    margin-bottom: 2rem;
}
.insec4 .insec4_ajax .tit-48 {
    margin-bottom: 0.9rem;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    display: inline-flex;
    background: #fff;
    padding-right: 0.5rem;
}
.insec4 .insec4_ajax .tit-48 br {
    display: none;
}
.insec4 .insec4_ajax .tit-48 .index_link {
    margin-left: 1.6rem;
}
.index_link.m_img {
    display: none !important;
}
.insec4 .insec4_ajax .tit-14 {
    line-height: 2.25;
    color: #666;
}
.insec4 .insec4_ajax .main_pic {
    max-height: 8.75rem;
    margin-left: 10%;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease 0s;
}
.insec4 .insec4_ajax .swiper-slide-active .main_pic {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.insec4_swiperbox .four_swiper {
    position: absolute;
    top: 50%;
    height: 12rem;
    padding-left: 10px;
    transform: translateY(-46%);
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease 0.3s;
}
.insec4_swiperbox .four_next {
    width: 1.5rem;
    height: 0.75rem;
    background: url('../img/arrow-ta.png')no-repeat center center;
    background-size: contain;
    top: 21%;
    left: 28.5%;
    right: auto;
    display: none;
}
.insec4_swiperbox .four_prev {
    width: 1.5rem;
    height: 0.75rem;
    background: url('../img/arrow-d2a.png')no-repeat center center;
    background-size: contain;
    bottom: 21%;
    left: 28.5%;
    right: auto;
    top: auto;
    display: none;
}
.insec4_swiperbox .four_swiper .swiper-slide {
    height: 3.15rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}
.insec4_swiperbox .four_swiper .swiper-slide .ico_item {
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 50%;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.4rem;
    transform: scale(0.65);
    transition: all 0.3s ease 0s;
}
.insec4_swiperbox .four_swiper .swiper-slide .ico {
    width: 43%;
}
.insec4_swiperbox .four_swiper .swiper-slide .main_con {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
}
.insec4_swiperbox .four_swiper .swiper-slide .main_con img {
    width: 74%;
}
.insec4_swiperbox .four_swiper .swiper-slide .ico_con {
    color: #fff;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}
.insec4_swiperbox .four_swiper .swiper-slide .tit-18 {
    line-height: 1.66;
    opacity: 0.5;
}
.insec4_swiperbox .four_swiper .swiper-slide .tit-12 {
    line-height: 1.66;
    opacity: 0.5;
}
.insec4_swiperbox .four_swiper .swiper-slide.cur {
    margin-bottom: 0.45rem;
}
.insec4_swiperbox .four_swiper .swiper-slide.cur .main_con {
    opacity: 1;
    visibility: visible;
}
.insec4_swiperbox .four_swiper .swiper-slide.cur .tit-18 {
    font-size: 0.5rem;
    opacity: 1;
}
.insec4_swiperbox .four_swiper .swiper-slide.cur .tit-12 {
    opacity: 1;
}
.insec4_swiperbox .four_swiper .swiper-slide.cur .ico_item {
    transform: scale(1);
    box-shadow: 0 3px 8px rgb(0 0 0 / 30%);
}
.insec5 {
    padding-top: 2.2rem;
}
.insec5 .map_img {
    margin-top: 3rem;
}
.insec5 .conbox {
    padding-top: 9.5rem;
    padding-left: 0.6rem;
    position: absolute;
    transform: translateY(20px);
    transition: all 1s ease 0s;
}
.insec5 .conbox .title {
    margin-bottom: 1.25rem;
}
.insec5 .conbox .title .tit-30 {
    color: rgba(51, 51, 51, 0.5);
}
.insec5 .conbox .item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.8rem;
}
.insec5 .conbox .item img {
    margin-right: 0.4rem;
}
.insec5 .ty_map .map_btn.item1 {
    top: -2.7%;
}
.insec5 .ty_map .map_btn.item2 {
    top: -1.25%;
}
.insec5 .ty_map .map_btn.item3 {
    top: 11.6%;
}
.insec5 .ty_map .map_btn.item4 {
    top: 10%;
}
@media(max-width: 1366px) {
    .ty_map .map_btn.item3 {
        left: 60.3%;
    }
    .insec5 .ty_map .map_btn.item3 {
        top: 9.86%;
    }
    .ty_map .map_btn.item4 {
        left: 63.95%;
        top: 8%;
    }
    .insec5 .ty_map .map_btn.item4 {
        top: 8%;
    }
}
.insec6 {
    padding-top: 2.2rem;
}
.insec6 .w1600 {
    height: 100%;
    padding-top: 2.1rem;
}
.insec6 .num_pic {
    width: 80.5%;
    margin-left: 0.9rem;
}
.insec6 .main_con {
    padding-top: 3rem;
}
.insec6 .main_con .tit-48 {
    margin-bottom: 2rem;
    margin-left: 0.5rem;
    transform: translateY(20px);
    visibility: hidden;
    opacity: 0;
    transition: all 1s ease 0s;
}
.insec6 .swiper-box {
    transform: translateY(20px);
    visibility: hidden;
    opacity: 0;
    transition: all 1s ease 0.3s;
}
.insec6 .six-swiper {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}
.insec6 .swiper-box .line1 {
    content: '';
    position: absolute;
    width: 10rem;
    height: 1px;
    background: #e9e9ea;
    left: -10rem;
    top: 0;
}
.insec6 .swiper-box .line2 {
    content: '';
    position: absolute;
    width: 10rem;
    height: 1px;
    background: #e9e9ea;
    right: -10rem;
    top: 0;
}
.insec6 .swiper-box .line3 {
    content: '';
    position: absolute;
    width: 10rem;
    height: 1px;
    background: #e9e9ea;
    left: -10rem;
    bottom: 0;
}
.insec6 .swiper-box .line4 {
    content: '';
    position: absolute;
    width: 10rem;
    height: 1px;
    background: #e9e9ea;
    right: -10rem;
    bottom: 0;
}
.insec6 .swiper-box .line5 {
    content: '';
    position: absolute;
    width: 1px;
    height: 20rem;
    background: #e9e9ea;
    left: 0;
    top: 100%;
}
.insec6 .swiper-box .line6 {
    content: '';
    position: absolute;
    width: 1px;
    height: 20rem;
    background: #e9e9ea;
    left: 50%;
    top: 100%;
}
.insec6 .swiper-box .line7 {
    content: '';
    position: absolute;
    width: 1px;
    height: 20rem;
    background: #e9e9ea;
    left: calc(28.125% - 1px);
    top: 100%;
}
.insec6 .swiper-box .line8 {
    content: '';
    position: absolute;
    width: 1px;
    height: 20rem;
    background: #e9e9ea;
    left: calc(78.125% - 1px);
    top: 100%;
}
.insec6 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    border-right: 1px solid #e9e9ea;
    box-sizing: border-box;
}
.insec6 .swiper-slide .item {
    width: 50%;
    position: relative;
}
.insec6 .swiper-slide .item .hoverimg {
    width: 50%;
}
.insec6 .swiper-slide .con {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: border-box;
    border-top: 1px solid #e9e9ea;
    border-bottom: 1px solid #e9e9ea;
    border-right: 1px solid #e9e9ea;
    padding: 1.2rem 1.2rem 0 1rem;
}
.insec6 .swiper-slide .tit-24 {
    margin-bottom: 0.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 1.7rem;
}
.insec6 .swiper-slide .tit-14 {
    margin-bottom: 0.7rem;
    line-height: 0.6rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 2.4rem;
}
.insec6 .swiper-slide .con:before {
    content: '';
    position: absolute;
    width: 0;
    height: 5px;
    background: #25ade3;
    top: 1.5rem;
    left: -2rem;
    transition: all 0.3s ease 0s;
}
.insec6 .swiper-slide i {
    width: 0.75rem;
    height: 0.25rem;
    background: url('../img/arrow-rg.png')no-repeat center center;
    background-size: contain;
    right: 1.2rem;
    bottom: .8rem;
    position: absolute;
}
.insec6 .six-next {
    width: 2.75rem;
    height: 1.25rem;
    background: #25ade3;
    top: auto;
    bottom: -4.5rem;
    right: 15%;
}
.insec6 .six-next:before {
    content: '';
    position: absolute;
    width: 1.05rem;
    height: 0.5rem;
    background: url('../img/arrow-r4.png')no-repeat center center;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: 0.75rem;
    transition: all 0.3s ease 0s;
}
.insec6 .six-next:hover:before {
    right: 0.7rem;
}
.insec6 .six-prev {
    width: 2.75rem;
    height: 1.25rem;
    background: #333;
    top: auto;
    bottom: -4.5rem;
    right: calc(15% + 2.75rem);
    left: auto;
}
.insec6 .six-prev:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 20px;
    background: url('../img/arrow-l1g.png')no-repeat center center;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    left: 0.6rem;
    transition: all 0.3s ease 0s;
}
.insec6 .six-prev:hover:before {
    left: 0.55rem;
}
.insec6 .page_box {
    right: 26%;
    position: absolute;
    bottom: 8rem;
    top: auto;
    color: #666;
}
.insec6 .page_box .tit-18 {
    color: #25ade3;
}
.insec1 .first-pagination {
    display: none;
}
/* 2.13 - Iconbox - Start
================================================== */

.my-4 .tab-main-box h3{font-size:20px;font-weight: bold;
  margin-bottom: 10px;}
 .my-4 .tab-main-box ul{
  list-style: inside;}
.service_section .heading_title,
.portfolio-area-3 .heading_title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 100px;
    font-weight: bold;
    text-align: center;
}
.iconbox_block {
    padding: 40px;
    margin: 10px;
}
.iconbox_block .iconbox_title {
    font-size: 28px;
    font-weight: 600;
    margin: 20px 0px;
}
.iconbox_block .iconbox_title a {
    display: inline;
    color: var(--bs-white);
    background-size: 0 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-position-y: -6px;
    background-repeat: no-repeat;
    -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
}
.iconbox_block .iconbox_title a:hover {
    background-size: 100% 100%;
}
.iconbox_block p {
    font-size: 18px;
    line-height: 30px;
}
.service_section .col:hover {
    background-color: #ED1C24;
}
.iconbox_block:hover .iconbox_icon {
    color: #fff;
    background-color: #CBE30D;
}
.iconbox_block:hover p,
.iconbox_block:hover .iconbox_title,
.iconbox_block:hover .iconbox_title a {
    color: #fff;
}
/* 2.13 - Iconbox - End
================================================== */
.service_section .col-container {
    display: flex;
    width: 100%;
}
.service_section .col {
    flex: 1;
    margin: 10px;
    background-color: #ededed;
}
.temd {
    margin-bottom: 30px
}
.team-section .heading_title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
}
.rts-single-service-4 p.disc {
 
}
.rts-single-service-4 a {
  
}
.rts-single-service-4 {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 40px 0;
    border-top: 1px solid #ddd;
}
.rts-single-service-4 .title {
    font-size: 25px
}
.history_tab.tabs {
    margin-bottom: 30px;
    padding: 0px;
    list-style: none;
}
.history_tab.tabs .tab-link {
    background: none;
    color: #222;
    display: inline-block;
    letter-spacing: 2px cursor: pointer;
}
.history_tab.tabs .tab-link.current {
    background: #25ADE3;
    color: #fff;
}
.about-history .tab-content p {}
.about-histoy .tab-content {
    display: block;
}
.tab-content.current {
    display: inline-block;
    width: 100%;
}
.about-history .history-s .swiper-slide {
    color: rgba(51, 51, 51, 0.55);
    height: 1.5rem;
    line-height: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.about-history .history-s .swiper-slide .tit-18 {
    display: none;
}
.about-history .history-s .swiper-slide.swiper-slide-active {
    height: auto;
    line-height: 1;
    padding: 1.25rem 0 1.25rem;
    border-top: 1px solid #dfdfdf;
    color: #333;
    border-bottom: 1px solid #dfdfdf;
}
.about-history .history-s .swiper-slide.swiper-slide-active .tit-24 {
    font-size: 0.6rem;
}
.about-history .history-s .swiper-slide.swiper-slide-active span {
    font-size: 1.8rem;
}
.about-history .history-s .swiper-slide.swiper-slide-active .tit-18 {
    display: block;
    margin-top: 0.5rem;
}
.value-swiper .col-md-3 {
    width: 25%;
    margin-right: 24px;
}
.value-swiper .tit-24 {
    padding: 0 0.5rem;
}
.banner_navbox::before {
    content: '';
    position: absolute;
    width: 9rem;
    height: 100%;
    background: rgba(14, 106, 174, 0.85);
    right: -0.5rem;
    top: 0;
    transform: skewX(-12deg);
}
.banner_navbox {
    width: 100%;
    height: 2.2rem;
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_navbox .nabbox {
    height: 2.2rem;
    line-height: 1.4;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.nabbox {
    line-height: 1.4;
    color: #fff;
}
.banner_navbox .nabbox::after {
    content: '';
    position: absolute;
    width: 300%;
    height: 100%;
   
    left: 0%;
    top: 0;
    transform: skewX(-12deg);
}
.nabbox .link_item.cur {
    background: #fff;
}
.nabbox .link_item:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.process .nabbox .link_item {
    width: 5rem;
}
.nabbox .link_item {
    position: relative;
    z-index: 2;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    width: 5.75rem;
    -transform: skewX(-12deg);
    cursor: pointer;
    height: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.35rem;
}
.process .nabbox .link_item {
    width: 5rem;
}
.nabbox .link_item {
    position: relative;
    z-index: 2;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    width: 5.75rem;
    -transform: skewX(-12deg);
    cursor: pointer;
    height: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.35rem;
}
.nabbox .link_item a {
    display: block;
    width: 100%;
    color: rgba(255, 255, 255, 0.85);
    transform: skewX(12deg);
}
.nabbox .link_item.cur a {
    color: #0e6aae;
}
.nybanner .swiper-container .swiper-wrapper {
    align-items: center;
}
.nybanner .banner_navbox.sub::before {
    display: none;
}
.our_histry p {
    font-size: 18px;
    margin-bottom: 10px
}
.u-section-5,
.our_histry {
    padding: 50px 0px
}
.u-image.u-image-contain {
    background-size: 100%;
}
.u-text-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}
.u-text-3 {
    font-size: 1.38462rem;
    line-height: 1.4;
    margin: 10px 0 0;
}
.u-container-layout {
    padding: 0 0px 0px 0px
}
.mb-40 {
    margin-bottom: 40px
}
.ss-form-join p{font-size:12px}
.ss-form-join :is(input, textarea, select){line-height: auto!important;}
.ss-form-join h2{font-size:30px; font-weight:bold;  color: #0e6aae;text-align: center;
  margin-bottom: 20px;}
.info .social-text a {
    margin-right: 5px;
    font-size: 13px;
}
.info .social-text a i {
    margin-right: 5px;
}
.foot-d .foot-cont i{4padding-right:10px}
.foot-list-s li {
    line-height: 30px
}
#menu-footer-menu{padding:10px 0px}
.prdcut_desc h3 {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.prd-info {
    padding: 30px;
  
    margin-bottom: 30px;
}
.prodcut-ss-tb .link_item {
    width: 6.5rem !important;
}
.join_us_item span {
    font-size: 25px;
}
.join_us_item h2 {
    font-size: 40px;
    margin: 15px 0px
}
.join_desc p {
    font-size: 18px;
    margin-bottom: 10px
}
.join_us_sec {
    padding: 90px 0px
}
.join_us_item {
    padding: 50px 50px 50px 0;
}
#menu-footer-menu li a {
    position: relative;
}
#menu-footer-menu li a:before {
    content: "\f30b";
    display: inline-block;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    margin-right: 5px;
}
.contact-form .form-group {
    margin-bottom: 15px;
}
.contact-form .form-group {
	position: relative;
}
.contact-form span.wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 10px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 5px 0 20px;
}
.contact-form :is(input, textarea, select) {
    position: relative;
    display: block;
    width: 100%;
  
    padding: 10px 15px;
    height: 50px;
    border-radius: 0px;
    border: 1px solid #00000014;
}
.contact-form select {
    appearance: auto;
}
.contact-form textarea {
    height: 100px;
}
.ptitle {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
}
.detail-wrap .short-description,
.product-content p {
    font-size: 18px;
}
.tab-main-box p{font-size:16px}
.product-cwrap {

    padding: 50px 0;
}

.tab-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.tab-menu ul li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    padding: 18px 26px;
    transition: 0.5s all;
    border: 1px solid #BABABA;
    border-bottom: 0;
    cursor: pointer;
    font-size: 16px;
}
.tab-menu ul li:hover,
.tab-menu ul li.active-tab  {
    background: #0E6AAF;
    color: #fff;
}
.tab-box {
    display: none;
}
.tab-main-box {
    padding: 20px;
    border: 1px solid #BABABA;
    margin-top: -1px;
    font-size: 17px;
}
@media (min-width: 1200px) {
    .container.w-1140 {
        max-width: 1140px;
    }
}
@media (max-width: 767px) {
    .ptitle {
        font-size: 30px;
        line-height: 45px;
    }
    .tab-menu ul li {
        padding: 8px 26px;
    }
}
.app-part-img{text-align:center}
.customer_srv_list:nth-child(odd) .custm_img {
    order: 2;
}


/*------mobile---*/


@media(max-width: 767px) {
	
	.insec1 .first-swiper, .index_swiper_wrap{height:auto}
	

}



@media (max-width: 767px) {

}

.header-wrap .msub-list {
	width: 100%;
	height: calc(100vh - 2.2rem);
	left: 0;
	box-sizing: border-box;
	position: absolute;
	top: 2.2rem;
	color: #333;
	background: #fff;
	overflow-y: scroll;
	display: none;
	overflow-x: hidden;
}

.header-wrap .msub-list a {
	color: #333;
}

.header-wrap .msub-list:before {
	content: '';
	position: absolute;
	width: 92%;
	left: 4%;
	height: 1px;
	background: rgba(153, 153, 153, 0.3);
}

.header-wrap .msub-list li {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 30px!important;
}

.header-wrap .msub-list li:nth-child(2n - 1) {
	background: #f7f7f7;
}

.header-wrap .msub-list li  {
	
	line-height: 2.5rem;
	border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}

.header-wrap .msub-list li  {
	height: 2rem;
	line-height: 2rem;
	border-bottom: 1px solid rgba(153, 153, 153, 0.3);
	box-sizing: border-box;
	padding-left: 2%;
	display: block!important
}

.header-wrap .msub-list li:last-child {
	border-bottom: none;
}

.header-wrap .msub-list li a {
	font-size: 19px;
	display: inline-block;
	width: 90%;
	font-weight: normal;
}

.header-wrap .msub-list li .icon {
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
}

.header-wrap .msub-list li.cur .icon {
	transform: translateY(-50%)rotateZ(90deg);
}

@media(max-width: 767px) {

	.header-wrap .msub-list {
		height: calc(100vh - 1.2rem);
		top: calc(1.2rem);
	}

	.header-wrap .msub-list li {
		height: 1rem;
		line-height: 1rem;
	}
	.header-wrap .msub-list li  a{font-size:19px}
	.header-wrap .msub-list li {
		height: 0.8rem;
		line-height: 0.8rem;
	}

	
	.header-wrap .msub-list li .icon img {
		width: 10px;
		height: 16px;
	}
}


@media(max-width: 1680px) {
	.footer-wrap .le_list li {
		margin-right: 1rem;
	}

	.footer-wrap .le_list li:before {
		right: -0.5rem;
	}

	.tech-swiper .swiper-slide .hover_ico {
		right: 1rem;
	}
}

@media(max-width: 1600px) {
	.insec2 .ricon .con {
		height: calc(100% - 9rem);
	}

	.insec2 .ricon .backcover {
		height: 9rem;
	}
}

@media(max-width: 1440px) {
	.insec1 .w1600 {
		padding-top: 8.5rem;
	}

	.insec2 .lecon .item:nth-child(2) {
		margin: 0 1.5rem;
	}

	.insec2 .ricon .con { 
		padding: 1rem 2.25rem 0 2rem;
	}

	.tech-swiper .swiper-slide.cur .main_con {
		padding: 1.25rem 1rem 0;
	}

	.client-center .center_con .ricon {
		width: 9.5rem;
	}

	.process_list li .item_con {
		padding: 2rem 8.33% 0 2rem;
	}

	.process_list li:nth-child(2n) .item_con {
		padding: 2rem 2rem 0 8.33%;
	}

	.in-channel .item.cur .main_con {
		padding-right: 1.1rem;
	}

	.in-channel .back_prev {
		left: 29%;
	}
}

@media(max-width: 1366px) {
	.insec2 .lecon .backcover {
		/*height: 12rem;*/
	}

	.insec2 .lecon .bot .tit-80 {
		line-height: 1;
		font-size: 1.75rem;
	}

	.insec2 .ricon .con {
		height: calc(100% - 8rem);
	}

	.insec2 .ricon .backcover {
		height: 8rem;
	}

	.insec2 .ricon .con .tit-40 {
		margin-bottom: 0.25rem;
		font-size: 1rem;
	}

	.insec2 .ricon .con .tit-16 {
		margin-bottom: 0.1rem;
	}

	.insec3 .w1480 {
		padding-top: 4rem;
	}

	.insec3 .ritab .item img {
		max-height: 1rem;
	}

	.insec3 .ritab .item img:first-child {
		margin-bottom: 0.5rem;
	}

	.insec3 .ritab .item .tit-24 {
		font-size: 0.6rem;
	}

	.insec3 .ritab .item {
		padding: 1rem 0 0 1rem;
	}

	.insec3 .ritab .item.cur {
		padding: 1.5rem 0 0 1rem;
	}

	.insec4 .insec4_ajax {
		padding-top: 3rem;
	}

	.insec4 .insec4_ajax .title {
		margin-bottom: 1rem;
	}

	.insec4 .insec4_ajax .main_pic {
		max-height: 7.5rem;
	}

	.insec6 .main_con .tit-48 {
		margin-bottom: 1.5rem;
	}

	.insec6 .page_box {
		bottom: 5rem;
	}

	.insec6 .six-prev {
		bottom: -4rem;
	}

	.insec6 .six-next {
		bottom: -4rem;
	}
}

@media(max-width: 1024px) {
	.header-wrap .le-menu {
		display: none;
	}

	.header-wrap .logo {
	
	}

	.index_page {
		display: none;
	}

	.footer-wrap .le_list li {
		margin-right: 1rem;
	}

	.header-wrap .head_ri {
		flex-direction: row-reverse;
	}


	.header-wrap .btn-bar.right {
		width: 20px;
		height: 18px;
		position: relative;
		margin-right: 4%;
		cursor: pointer;
		margin-top: 21px;
	}

	.header-wrap .btn-bar.right .line {
		width: 100%;
		height: 2px;
		background: #0e6aae;
		position: absolute;
	}

	.header-wrap.white .btn-bar.right .line {
		background: #fff;
	}

	.header-wrap .btn-bar.right .line1 {
		left: 0;
		top: 0;
		transform-origin: left bottom 0;
	}

	.header-wrap .btn-bar.right .line2 {
		left: 0;
		top: 8px;
	}

	.header-wrap .btn-bar.right .line3 {
		left: 0;
		bottom: 0;
		transform-origin: left top 0;
	}

	.header-wrap .head_ri .search {
		background: none;
		transform: translateX(13px);
	}

	.header-wrap.white .head_ri .lang_btn {
		border-right: none;
		border-left: none;
	}

	.header-wrap .head_ri .search img:last-child {
		display: block;
	}

	.header-wrap .head_ri .search img:first-child {
		display: none;
	}

	.header-wrap.white .head_ri .search img:last-child {
		display: none;
	}

	.header-wrap.white .head_ri .search img:first-child {
		display: block;
	}

	.header-wrap .head_ri {
		width: auto;
	}

	.header-wrap .head_ri .lang_btn {
		width: 4rem;
		border-right: none;
		border-left: none;
	}

	.header-wrap .head_ri .lang_btn:hover .lang_up i {
		background: url('../img/arrow-d1.png')no-repeat center center;
		background-size: contain;
	}

	.header-wrap.white .head_ri .lang_btn:hover .lang_up i {
		background: url('../img/arrow-d.png')no-repeat center center;
		background-size: contain;
	}

	.header-wrap.white.white2 .head_ri .lang_btn:hover .lang_up i {
		background: url('../img/arrow-d1.png')no-repeat center center;
		background-size: contain;
	}

	.header-wrap .head_ri .lang_btn:hover .lang_up {
		background: none;
		color: #333;
	}

	.header-wrap.white .head_ri .lang_btn:hover .lang_up {
		background: none;
		color: #fff;
	}

	.header-wrap.white.white2 .head_ri .lang_btn:hover .lang_up {
		background: none;
		color: #333;
	}

	.header-wrap .head_ri .lang_option {
		border-top: none;
	}

	.right-bar {
		display: none;
	}

	.header-wrap {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
	}

	.header-wrap.white2 .head_ri .lang_btn {
		border-right: none;
		border-left: none;
	}

	.header-wrap.white.white2 .btn-bar.right .line {
		background: #0e6aae;
	}

	.header-wrap.white.white2 .head_ri .search img:first-child {
		display: block;
	}

	.header-wrap.white.white2 .head_ri .search img:last-child {
		display: block;
	}


	.header-wrap .menu_pop {
		display: none;
	}

	.header-wrap .head_ri .search i {
		background: url('../img/search_icob.png')no-repeat center center;
		background-size: contain;
	}

	.inter-wrap .list li .con .tit-14 {
		height: 2.1rem;
	}



	.career_con .conri .tit-16 {
		line-height: 1.6;
	}

	.client-center .center_con .ricon {
		width: 8.5rem;
	}


	.process_list li .item_con {
		padding: 1rem 4% 0 1rem;
	}

	.process_list li:nth-child(2n) .item_con {
		padding: 1rem 1rem 0 4%;
	}

	.process-first .top_con .tit-14 {
		width: 73.75%;
	}

	.tech_list li .item_con {
		padding: 0.75rem 0.3rem;
		height: 8rem;
	}

	.in-channel .back_prev {
		display: none;
	}

	.in-channel .lecon {
		width: 42.75%;
	}

	.insec1:before {
		width: 43%;
		left: 4%;
	}

	.insec1 .page_box {
		bottom: 2.75rem;
		left: 54%;
	}


	.insec1 .first-swiper .swiper-slide video {}

	.insec1 .first-swiper .swiper-slide.ban-video .m_img {
		display: block;
	}

}

@media(max-width: 992px) {
	.footer-wrap .le_list {
		display: none;
	}

	.footer-wrap .le_last {
		display: none;
	}

	.footer-wrap .ricon {
		display: block;
		justify-content: center;
		width: 100%;
		text-align: center;
	}

	.footer-wrap .ricon .ri-con {
		text-align: center;
		margin-right: 0rem;
		width: 100%;
	}

	.footer-wrap .ricon .img {
		margin: 0 auto 0.3rem;
	}

	.footer-wrap .foot_top .lecon {
		width: 100%;
	}

	.footer-wrap .foot_top .le_first {
		display: block;
		align-items: center;
		justify-content: center;
		width: 100%;
		text-align: center;
	}

	.footer-wrap .le_first .first_txt {
		margin-left: 0;
		color: #0e6aae;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		text-align: center;
	}

	.footer-wrap .le_first .first_txt:before {
		display: none;
	}




	.center_top .leimg {
		width: 100%;
	}

	.center_top .ricon {
		width: 100%;
		height: auto;
		right: 0;
		top: 0;
		padding-top: 0.9rem;
		padding-right: 1.25rem;
		position: relative;
		padding-bottom: 1rem;
	}

	.tech-swiper .swiper-slide.cur {
		width: 60%;
	}

	.tech-swiper .swiper-slide {
		width: 40%;
	}

	.client-center .center_con .center_ri .main_con {
		padding-top: 2rem;
	}

	.upgrade_con .upgrade_ri {
		padding: 1rem 1rem 0;
	}

	.client-voice .voice_item .date {
		margin-right: 0.5rem;
	}

	.process_list li .item_con .tit-14 {
		height: 2rem;
	}

	.process_list li .item_con .tit-36 {
		margin-bottom: 0.5rem;
	}

	.ready_list li .tit-14 {
		height: 1.65rem;
	}

	.ready-wrap .ready_title:before {
		width: 38%;
	}

	.insec1:before {
		width: 36%;
		left: 4%;
	}

	.insec1 .page_box {
		bottom: 2.75rem;
		left: 43%;
	}

}

@media(max-width: 767px) {
	.header-wrap .header-con {
		
	}


	.footer-wrap .ricon .ri-con {
		text-align: center;
		margin-right: 0rem;
		width: 100%;
		margin-bottom: 0.25rem;
	}

	.footer-wrap .foot_top {
		padding: 0.75rem 0 0.57rem;
	}

	.footer-wrap .le_first img {
		width: 4rem;
	}

	.footer-wrap .le_first .first_txt {
		margin: 0.25rem 0 0.5rem;
	}

	.footer-wrap .ricon .img {
		width: 2.2rem;
		height: 2.2rem;
		margin-bottom: 0.1rem;
	}

	.footer-wrap .ricon .contact_link {
		width: 2rem;
		height: 0.7rem;
		line-height: 0.7rem;
		margin-bottom: 0.3rem;
	}

	.footer-wrap .foot_bot .copyright {
		line-height: 1.6;
		text-align: center;
		font-size: 12px;
	}

	.footer-wrap .foot_bot .w1600 {
		height: auto;
		display: block;
		justify-content: space-between;
		align-items: center;
		padding: 0.5rem 0;
	}

	.footer-wrap .foot_bot .link_box {
		width: 4.5rem;
		height: 0.8rem;
		z-index: 2;
	}

	.footer-wrap .foot_bot .lecon {
		flex-direction: column-reverse;
	}

	.footer-wrap .foot_bot .link_box .up {
		width: 4.5rem;
		height: 0.8rem;
		padding: 0 0.2rem;
		color: #666;
	}

	.footer-wrap .foot_bot .link_box .option {
		bottom: 0.8rem;
	}

	.footer-wrap .foot_bot .link_box .option a {
		height: 0.8rem;
		line-height: 0.8rem;
		padding: 0 0.2rem;
	}

	.footer-wrap .foot_bot .lecon .tit-14 {
		margin: 0.3rem 0;
	}


	.nybanner {
		width: 100%;
		height: 7rem;
		padding-top: 3.25rem;
	}

	.nybanner .tit-48 {
		line-height: 1;
		font-size: 0.44rem;
	}

	.nybanner .tit-30 {
		margin: 0.2rem 0 1.25rem;
		font-size: 0.28rem;
	}

	.nybanner .tit-14 {
		display: none;
	}

	.nybanner .banner_navbox {
		width: 100%;
		height: 4rem;
	}

	.nybanner .banner_navbox .nabbox {
		height: 4.05rem;
		line-height: 1.3;
		font-size: 19px;
	}


	.nybanner .banner_navbox.on {
		height: 1rem;
		line-height: 1rem;
	}

	.regi-wrap {
		padding: 0.75rem 0 1rem;
	}

	.regi-info .client-title {
		margin-bottom: 0.3rem;
	}

	.regi-info .title-con .tit-36 {
		margin-bottom: 0.1rem;
		font-size: 0.32rem;
	}

	.regi-info .title-con .tit-18 {
		line-height: 1.6;
	}

	.regi-info .title-con .tit-18 br {
		display: none;
	}

	.regi-info .infoimg_con {
		height: 5rem;
		margin-bottom: 0.3rem;
	}

	.regi-info .title-con {
		padding: 0;
		margin-bottom: 0.75rem;
	}

	.regi-info .infoimg_con img {
		width: 0.75rem;
	}

	.exhi-wecode {
		height: auto;
		padding: 0.2rem 0 0.2rem 0.2rem;
		font-size: 0.28rem;
	}

	.exhi-wecode a {
		font-size: 0.28rem;
	}

	.exhi-wecode a img {
		margin-left: 0.1rem;
	}

	.exhi-wecode>img {
		width: 2rem;
		margin-right: 0.3rem;
	}

	.regi-machine {
		padding: 0.75rem 0 0;
	}

	.regi-machine .machine_tab .item {
		width: 2rem;
		height: 0.7rem;
		border-radius: 0.7rem;
		line-height: 0.7rem;
		margin: 0 0.1rem;
		font-size: 0.24rem;
	}

	.regi-machine .tit-48 {
		margin-bottom: 0.3rem;
	}

	.regi-machine .machine_tab {
		margin-bottom: 0.5rem;
	}

	#machine_ajax .leimg {
		width: 100%;
		margin-bottom: 0.3rem;
	}

	.regi-ty_con .ricon {
		width: 100%;
	}

	.regi-ty_con .ricon li {
		padding: 0.15rem 0rem 0.15rem 0rem;
	}

	.regi-ty_con .ricon li p {
		padding-left: 0.3rem;
		position: relative;
	}

	.regi-ty_con .ricon .item_option {
		line-height: 1.6;
		margin-top: 0.3rem;
	}

	.regi-ty_con .ricon li p:before {
		width: 4px;
		height: 4px;
		border-radius: 50%;
		left: 0;
		top: 8px;
		transform: translateY(-0%);
	}

	.regi-ty_con .ricon li .item_top {
		font-size: 0.3rem;
	}

	.regi-wrap .muju-box {
		margin-top: 0.75rem;
	}

	.regi-wrap .muju-box .tit-30 {
		margin-bottom: 0.5rem;
	}

	.regi-wrap .muju-box .leimg {
		float: right;
		width: 100%;
		margin-bottom: 0.3rem;
	}

	.regi-wrap .muju-box .ricon {
		width: 100%;
	}

	.regi-wrap .product-box {
		margin-top: 0.75rem;
	}

	.regi-wrap .product-box .tit-30 {
		margin-bottom: 0.5rem;
	}

	.regi-wrap .product-box .img {
		height: auto;
		padding: 0.5rem 0.3rem;
	}

	.regi-wrap .product-box .img img {
		max-width: 100%;
	}

	.regi-wrap .product-box {
		margin-top: 0.75rem;
	}

	.regi-wrap .product-box .tit-30 {
		margin-bottom: 0.5rem;
	}

	.regi-wrap .product-box .list li {
		width: 100%;
		margin: 0 0 0rem 0;
		display: block;
		padding: 0.2rem 0rem 0.2rem 0rem;
	}

	.regi-wrap .product-box .list span {
		min-width: auto;
		transform: translateY(0rem);
		margin-bottom: 0rem;
		font-size: 0.3rem;
	}

	.inter-wrap {
		padding: 0.75rem 0;
	}

	.inter-wrap .client-title {
		margin-bottom: 0.5rem;
	}

	.inter-wrap .title_con {
		padding: 0.5rem 0 0.5rem;
		text-align: center;
	}

	.inter-wrap .title_con .tit-36 {
		margin: 0.1rem 0 0.1rem;
	}

	.inter-wrap .title_bot {
		border-bottom: 1px solid #e0e0e0;
		padding-bottom: 0.3rem;
		padding-top: 0.5rem;
		margin-bottom: 0.5rem;
	}

	.inter-wrap .title_bot .tit-18 {
		margin-bottom: 0.2rem;
		font-size: 0.36rem;
	}

	.inter-wrap .inter-box .tit-18 {
		margin-bottom: 0.5rem;
		font-size: 0.34rem;
	}

	.inter-wrap .list li {
		width: 100%;
		margin: 0 5% 4% 0;
	}

	.inter-wrap .list li .con {
		padding: 0.5rem 0.3rem;
	}

	.inter-wrap .list li .con .tit-20 {
		margin-bottom: 0.2rem;
		font-size: 0.36rem;
	}

	.inter-wrap .list li .con .tit-14 {
		height: 1.4rem;
	}

	.inter-wrap .title_bot .tit-14 {
		line-height: 1.6;
	}


	.expo-wrap {
		padding: 0.75rem 0 0.75rem;
	}

	.expo_swiper {
		padding-bottom: 0.5rem;
		margin-bottom: .5rem;
	}

	.expo-wrap .client-title {
		margin-bottom: 0.3rem;
	}

	.expo-wrap .expo-con .tit-18 {
		line-height: 1.6;
		margin-top: 0.1rem;
	}

	.expo-wrap .expo-con {
		padding-bottom: 0.75rem;
	}

	.expo_swiper .swiper-slide {
		display: flex;
		flex-direction: column-reverse;
	}

	.expo_swiper .riimg {
		width: 100%;
	}

	.expo_swiper .lecon {
		width: 100%;
		height: auto;
		left: 0;
		top: 0;
		padding: 0.5rem 0.3rem 1rem;
		position: relative;
	}

	.expo_swiper .lecon .tit-30 {
		margin-bottom: 0.3rem;
	}

	.expo_swiper .lecon .tit-16 {
		line-height: 1.6;
	}

	.expo_swiper .expo-pagination {
		bottom: 0.2rem;
		padding-left: 4%;
	}

	.expo_swiper .expo-pagination .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin: 0 4px;
	}

	.expo-wrap .product-box {
		padding-top: 0.75rem;
		padding-bottom: 0.5rem;
		border-bottom: 1px solid #e0e0e0;
	}

	.expo-wrap .product-box .con {
		line-height: 1.6;
		padding: 0 0.3rem;
	}

	.expo-wrap .product-swiper .swiper-button-prev {
		width: 0.325rem;
		height: 0.675rem;
	}

	.expo-wrap .product-swiper .swiper-button-next {
		width: 0.325rem;
		height: 0.675rem;
	}

	.expo-wrap .video-box {
		padding-top: 0.75rem;
	}

	.expo-wrap .video-box .tit-30 {
		margin-bottom: 0.5rem;
	}

	.expo-wrap .video-box li {
		width: 100%;
		margin: 0 5% 3% 0;
	}

	.expo-wrap .video-box li .con {
		height: 1.25rem;
		width: 100%;
		padding: 0 0.3rem;
	}

	.nybanner .banner_navbox:before {
		width: 3rem;
	}


	.center-wrap {
		padding: 0.75rem 0 0.5rem;
	}

	.center_top .ricon {
		width: 100%;
		height: auto;
		right: 0;
		top: 0;
		padding-top: 0.5rem;
		padding-right: 0;
		padding-bottom: 0.5rem;
	}

	.center_top .ricon .tit-24 {
		line-height: 1.6;
		margin-bottom: 0.3rem;
		font-size: 0.34rem;
	}

	.center_select {
		padding: 0.3rem 0 0.3rem;
	}

	.center_top .ricon .tit-16 {
		line-height: 1.6;
	}

	.center_select .select_item {
		width: 49%;
		position: relative;
		margin-left: 0;
	}

	.center_select .select_item.item2 {
		margin-left: 2%;
	}

	.center_select .select_item .select_up {
		width: 100%;
		height: 0.8rem;
		padding: 0 0.25rem;
	}

	.center_select .select_item .select_option {
		top: 0.8rem;
		max-height: 4rem;
	}

	.center_select .select_item .select_option dd {
		height: 0.8rem;
		line-height: 0.8rem;
		padding: 0 0.2rem;
	}

	.pagination {
		margin-top: 0.75rem;
	}

	.pagination a {
		width: 0.6rem;
		height: 0.6rem;
		line-height: 0.6rem;
		margin: 0 2px;
		position: relative;
	}

	.center-wrap .list li {
		height: auto;
		margin-bottom: 0.3rem;
	}

	.center-wrap .list li .item_con {
		width: 100%;
		box-sizing: border-box;
		padding: 0.4rem 0.3rem;
		position: relative;
	}

	.center-wrap .list li .date {
		display: none;
	}

	.center-wrap .list li .item_con .tit-18 {
		margin-bottom: 0.1rem;
		font-size: 0.34rem;
	}

	.center-wrap .list li img {
		right: 0.3rem;
		top: 74%;
		transform: translateY(-50%);
	}

	.center-wrap .list li .item_con .tit-16 {
		width: 82%;
	}



	.nybanner .banner_navbox .nabbox {
		width: 102vw;
		transform: translateX(-2vw);
	}

	.nybanner .swiper-container {
		width: 350px;
		transform: skewX(0);
	}

	.nybanner .banner_navbox .nabbox .link_item {
		transform: skewX(-0deg);
		font-size: 10px;
	}

	.nybanner .nabbox .link_item {
		height: 4.05rem;
	}

	.nybanner .nabbox .link_item a {
		transform: skewX(0);
	}


	.nybanner.left .swiper-wrapper {
		justify-content: flex-start;
		transform: translate3d(0px, 0px, 0px);
	}

	.dialog__content .action img {
		width: 0.4rem;
	}

	.about-history .text-pic {
		position: absolute;
		width: 89.78%;
		left: 50%;
		transform: translateX(-50%);
		top: 1.25rem;
	}

	.about-history .history_tab {
		margin: 0.5rem 0rem 0.75rem;
	}

	.about-history .history_tab .item {
		height: 0.8rem;
		border-radius: 0.8rem;
		line-height: 0.8rem;
		margin: 0 0.1rem;
		padding: 0 0.25rem;
		font-size: 0.24rem;
	}

	.about-history .history_ajax .leimg {
		width: 100%;
		margin-bottom: 0.3rem;
	}

	.about-history .history_ajax .history-swiper {
		width: 100%;
		height: 5rem;
		padding-bottom: 0.75rem;
	}

	.about-history {
		padding: 0.75rem 0;
	}

	.about-history .history_ajax .swiper-slide.cur .tit-24 {
		font-size: 0.34rem;
	}

	.about-history .history_ajax .swiper-slide.cur .tit-18 {
		display: block;
		margin-top: 0.2rem;
	}

	.about-history .history_ajax .swiper-slide.cur {
		height: auto;
		line-height: 1;
		padding: 0.35rem 0 0.35rem;
	}

	.about-history .history_ajax .swiper-slide {
		height: 1rem;
		line-height: 1rem;
	}

	.about-history .history_ajax .swiper-slide.cur span {
		font-size: 0.6rem;
	}

	.about-history .history-next {
		width: 0.7125rem;
		height: 0.375rem;
		right: 0;
		top: 17%;
	}

	.about-value {
		height: 9rem;
		padding-top: 1rem;
	}

	.about-value .client-title {
		margin-bottom: 0.75rem;
	}

	.about-history .history-prev {
		width: 0.7125rem;
		height: 0.375rem;
		right: 0;
		bottom: 0%;
	}

	.about-value .value-swiper .tit-16 {
		padding: 0 0.3rem 0 0.3rem;	
		height: 1.5rem;
	}

	.about-base .base_le {
		width: 100%;
	}

	.about-base .riimg {
		width: 100%;
	}

	.about-base {
		padding: 0.75rem 0 0.75rem;
	}

	.about-base .client-title {
		margin-bottom: 0.5rem;
	}

	.about-base .base_le .item.cur .ping_b {
		font-size: 0.4rem;
	}

	.about-base .base_le .item.cur .tit-16 {
		display: block;
		margin-top: 0.3rem;
		line-height: 1.6;
	}

	.about-base .base_le .item.cur {
		height: auto;
		line-height: 1;
		border-top: 1px solid #0e6aae;
		border-bottom: 1px solid #0e6aae;
		padding: 0.5rem 0 0.5rem 0.3rem;
		width: 100%;
	}

	.about-base .base_le .item {
		height: 1rem;
		line-height: 1rem;
		padding-left: 0.3rem;
	}

	.about-value .value-swiper .value-pagination {
		bottom: 0;
		display: block;
	}

	.about-global .title .tit-16 {
		line-height: 1.6;
		margin-top: 0.5rem;
		margin-bottom: 0.75rem;
	}

	.about-global .title .tit-16 br {
		display: none;
	}

	.about-global .title .tit-18 {
		display: block;
	}

	.about-global .title .item {
		margin: 0 0rem 0.2rem 0;
	}

	.about-global .global_con {
		width: 100%;
		left: 0;
		top: 0;
		z-index: 4;
		position: relative;
		margin-top: 0.75rem;
	}

	.about-global .global_con .select_up {
		height: 0.9rem;
		line-height: 0.9rem;
		padding: 0 0.3rem;
	}

	.about-global .global_con .scroll-box {
		height: 6rem;
	}

	.about-global .global_con li {
		width: 100%;
		padding: 0.5rem 0.3rem 0.5rem 0.3rem;
	}

	.about-global .global_con li .tit-18 {
		font-size: 0.34rem;
	}

	.mCSB_scrollTools {
		width: 2px !important;
	}

	.about-global {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}

	.ty_map.map_img .backimg {
		width: 100%;
	}

	.ty_map.map_img {
		margin-top: 0.5rem;
	}

	.ty_map .map_btn {
		display: none;
	}

	.about-global .global_con .select_option {
		width: 100%;
		top: 0.8rem;
		max-height: 4rem;
		display: none;
	}

	.about-global .global_con .select_option dd {
		width: 100%;
		height: 0.8rem;
		line-height: 0.8rem;
		padding: 0 0.3rem;
	}

	.about-career {
		padding: 0.75rem 0 1rem;
	}

	.career-tab {
		margin: 0.5rem 0 0.5rem;
	}

	.career-tab .item {
		height: 0.8rem;
		line-height: 0.8rem;
		width: auto;
		margin: 0 0.1rem;
		border-radius: 0.8rem;
		padding: 0 1rem;
	}

	.career_con .conri .tit-30 {
		margin-bottom: 0.3rem;
	}

	.career_con .img {
		width: 100%;
	}

	.career_con .conri {
		width: 100%;
		right: 0;
		top: 0;
		height: auto;
		padding-top: 0.5rem;
		position: relative;
		padding-bottom: 0.5rem;
	}

	.career_select .select_item .select_option {
		top: 0.8rem;
	}

	.career_select .select_item .select_option dd {
		height: 0.8rem;
		line-height: 0.8rem;
		padding: 0 0.3rem;
	}

	.career_select .select_item {
		width: 49%;
		margin-left: 0;
		position: relative;
	}

	.career_select .select_item:last-child {
		margin-left: 2%;
	}

	.career_select .select_item .select_up {
		height: 0.8rem;
		padding: 0 0.3rem;
	}

	.career_select {
		padding: 0.5rem 0;
		margin: 0.5rem 0;
		display: block;
		align-items: center;
		justify-content: space-between;
	}

	.career_select .select_box {
		margin-top: 0.3rem;
	}

	.career-recruit .posi {
		width: 50%;
		padding-left: 0.3rem;
	}

	.career-recruit .person {
		width: 50%;
		box-sizing: border-box;
		padding-left: 0rem;
		display: none;
	}

	.career-recruit .num {
		width: 50%;
		box-sizing: border-box;
		padding-left: 0;
		display: none;
	}

	.career-recruit .local {
		width: 50%;
		box-sizing: border-box;
		padding-left: 0.3rem;
	}

	.career-recruit .title {
		width: 100%;
		height: 1rem;
		line-height: 1rem;
		margin-bottom: 0.25rem;
	}

	.career_list li {
		margin-bottom: 0.1rem;
	}

	.career_list li .item_top {
		width: 100%;
		height: 1rem;
		line-height: 1rem;
	}

	.career_list {
		margin-bottom: 0.5rem;
	}

	.career_list li .item_option {
		border: 1px solid #e5e5e5;
		padding: 0.5rem 0.3rem;
	}

	.career_list li .item_option .m_img {
		display: block;
		margin-bottom: 0.5rem;
	}

	.career-recruit .m_img .posi {
		padding-left: 0;
	}

	.career_list li .item_option .tit-18 {
		margin-bottom: 0.3rem;
		font-size: 0.34rem;
	}

	.career_list li .item_option .tit-14 {
		line-height: 1.6;
	}

	.career_list li .item_option .item_bot {
		margin-top: 0.5rem;
		padding-top: 0.3rem;
	}

	.career_list li .item_option a {
		width: 2rem;
		height: 0.8rem;
		line-height: 0.8rem;
	}

	.client-info {
		padding: 0.75rem 0em;
	}

	.client-info .client-title {
		margin-bottom: 0.5rem;
	}

	.client-info .con-t .tit-30 {
		margin-bottom: 0.1rem;
	}

	.client-info .con-t .tit-16 {
		line-height: 1.6;
	}

	.client-info .con-t .tit-16 br {
		display: none;
	}

	.tech-swiper .swiper-slide.cur {
		width: 100% !important;
	}

	.tech-swiper .swiper-slide {
		width: 100% !important;
		height: 6rem;
	}

	.client-service {
		width: 100%;
		height: 9.25rem;
		padding-top: 0.75rem;
	}

	.client-service .client-title {
		margin-bottom: 0.5rem;
	}

	.tech-swiper .swiper-slide.cur .main_con {
		padding: 0.75rem 0.3rem 0;
	}

	.tech-swiper .swiper-slide.cur .tit-24 {
		margin-bottom: 0;
		font-size: 0.36rem;
	}

	.tech-swiper .swiper-slide .cont {
		line-height: 1.6;
	}

	.tech-swiper .swiper-slide .cont br {
		display: none;
	}

	.tech-swiper .swiper-slide .hover_ico {
		right: 0.5rem;
		bottom: 0.5rem;
		width: 0.8rem;
	}

	.tech-swiper .swiper-slide.cur .title {
		margin-bottom: 0.5rem;
	}

	.client-service .tech-next {
		display: none;
	}

	.client-service .tech-prev {
		display: none;
	}

	.client-service .tech-swiper {
		padding: 0;
		padding-bottom: 0.75rem;
	}

	.tech-swiper .tech-pagination {
		display: block;
	}

	.tech-swiper .tech-pagination .swiper-pagination-bullet {
		background: none;
		border: 1px solid #0e6aae;
	}

	.tech-swiper .tech-pagination .swiper-pagination-bullet-active {
		background: #0e6aae;
	}

	.client-center {
		padding: 0.75rem 0 0.75rem;
	}

	.client-center .client-title {
		margin-bottom: 0.5rem;
	}

	.client-center .center_con .center_le {
		height: 100%;
		width: 100%;
		box-sizing: border-box;
		padding: 0.5rem 0.3rem;
		position: relative;
	}

	.client-center .center_con .tit-30 {
		margin-bottom: 0.5rem;
		font-size: 0.36rem;
	}

	.client-center .center_con .center_ri .tit-16 {
		margin: 0.1rem 0 0.75rem;
	}

	.client-center .center_con .center_ri {
		width: 100%;
	}

	.client-center .center_con .img {
		width: 100%;
	}

	.client-center .center_ri .tit-12 {
		width: 2rem;
		height: 0.8rem;
		line-height: 0.8rem;
		border-radius: 0.8rem;
	}

	.client-center .center_con .ricon {
		width: 100%;
		position: relative;
	}

	.client-center .center_con .ricon .tit-24 {
		margin-bottom: 0.3rem;
		font-size: 0.34rem;
	}

	.client-center .center_con .ricon .tit-16 {
		line-height: 1.6;
	}

	.client-center .center_con .ricon .tit-12 {
		width: 2rem;
		height: 0.8rem;
		line-height: 0.8rem;
		border-radius: 0.8rem;
		position: relative;
		margin-top: 0.5rem;
	}

	.client-center .center_con .videoplay {
		width: 1rem;
	}

	.client-upgrade {
		padding: 0.75rem 0rem;
	}

	.client-upgrade .client-title {
		margin-bottom: 0.5rem;
	}

	.upgrade_tab {
		width: 100%;
		height: 0.8rem;
		line-height: 0.8rem;
		border-top: 1px solid #d1d1d1;
		font-size: 0.28rem;
	}

	.upgrade_con .upgrade-swiper {
		width: 100%;
	}

	.upgrade_con .upgrade_ri {
		padding: 0.5rem 0rem;
		width: 100%;
	}

	.upgrade_con .upgrade_ri .tit-30 {
		margin-bottom: 0.3rem;
		font-size: 0.34rem;
	}

	.upgrade_con .upgrade_ri .tit-16 {
		line-height: 1.6;
	}

	.upgrade_con .upgrade-swiper .upgrade-pagination {
		bottom: 0.3rem;
		padding-right: 0.3rem;
	}

	.client-voice {
		height: 13rem;
		padding-top: 0.75rem;
	}

	.client-voice .client-title {
		margin-bottom: 0.5rem;
	}

	.client-voice .voice_item {
		width: 100%;
		height: 1.5rem;
	}

	.client-voice .voice_item .date {
		width: 1.4rem;
		margin-right: 0.25rem;
	}

	.client-voice .voice_item .date .tit-12 {
		font-size: 12px;
	}

	.client-voice .voice_item .voice_con {
		width: 73%;
	}

	.client-voice .voice_item .tit-18 {
		margin-bottom: 0.1rem;
		font-size: 0.34rem;
	}

	.client-voice .voice_item .tit-15 {
		font-size: 12px;
	}

	.client-voice .voice-swiper {
		padding-bottom: 0.75rem;
	}

	.tech-swiper .swiper-slide .title {
		margin-bottom: 0.5rem;
	}

	.tech-swiper .swiper-slide .tit-24 {
		margin-bottom: 0;
		font-size: 0.36rem;
	}

	.tech-swiper .swiper-slide .tit-24 {
		margin-bottom: 0;
	}

	.tech-swiper .swiper-slide {
		color: #fff;
	}

	.tech-swiper .swiper-slide .backcover {
		opacity: 1;
	}

	.tech-swiper .swiper-slide:before {
		opacity: 1;
	}

	.tech-swiper .swiper-slide .cont {
		display: block;
	}

	.tech-swiper .swiper-slide .ico {
		display: none;
	}

	.tech-swiper .swiper-slide .main_con {
		padding: 0.75rem 0.3rem 0;
		text-align: left;
	}

	.tech-swiper .swiper-slide .hover_ico {
		opacity: 0.55;
		filter: grayscale(100%) brightness(400%);
	}

	.serde-wrap {
		padding: 0.75rem 0rem;
	}

	.basic_list li {
		padding: 0.5rem 0.3rem;
		margin-bottom: 0.3rem;
	}

	.serde-wrap .title .tit-48 {
		margin-bottom: 0.5rem;
		text-align: center;
	}

	.serde-wrap .title .tit-30 {
		height: 1rem;
		line-height: 1rem;
	}

	.serde-basic {
		padding-top: 0rem;
	}

	.serde-tit {
		height: 1.2rem;
		font-size: 0.36rem;
		line-height: 1.2rem;
	}

	.basic_list li .ping_b {
		margin-bottom: 0.3rem;
		font-size: 0.3rem;
	}

	.basic_list li .con-t {
		line-height: 1.6;
	}

	.basic_list li img {
		float: none;
		display: block;
		margin: 0.5rem auto 0;
	}

	.basic_list li .con {
		float: none;
		padding-top: 0;
	}

	.serde-by .list_by li .ping_b {
		margin-bottom: 0.2rem;
		font-size: 0.34rem;
	}

	.serde-by .list_by li {
		box-sizing: border-box;
		padding: 0.5rem 0.3rem;
		margin-bottom: 0.3rem;
	}

	.serde-muban li {
		margin-bottom: 0.4rem;
		padding-bottom: 0.5rem;
	}

	.serde-last {
		padding-top: 0;
	}

	.serde-muban li {
		margin-bottom: 0.4rem;
		padding-bottom: 0;
	}

	.serde-last .last-swiper {
		padding-bottom: 0.7rem;
	}

	.serde-last .swiper-pagination {
		bottom: 0;
	}

	.serde-muban .tit-16 {
		line-height: 1.6;
		margin-bottom: 0.3rem;
	}

	.serde-last .serde-tit {
		margin-bottom: 0.5rem;
	}

	.serde-tit:before {
		width: 2rem;
	}

	.process_list li .item_img {
		width: 100%;
	}

	.process_list li .item_con {
		width: 100%;
		padding: .5rem 0.3rem 0.75rem;
	}

	.process_list li:nth-child(2n) .item_con {
		padding: .5rem 0.3rem 0.75rem;
	}

	.process_list li .item_con .tit-36 {
		margin-bottom: 0.2rem;
	}

	.process_list li .item_con .tit-14 {
		height: 1.65rem;
		line-height: 1.6;
		margin-bottom: 0.5rem;
	}

	.inde-title {
		height: 1.2rem;
		line-height: 1.2rem;
	}

	.inde-title span {
		margin-right: 0;
	}

	.process-detail:before {
		height: 7rem;
	}

	.process-detail {
		padding: 0.5rem 0 0.75rem;
	}

	.nav-sub-box {
		height: 1rem;
		line-height: 1rem;
	}

	.process-detail .nav-sub-box {
		margin-bottom: 0.2rem;
	}

	.process-first .top_con {
		display: block;
		padding-bottom: 0.5rem;
	}

	.process-first .top_con .tit-14 {
		width: 100%;
		margin-top: 0.3rem;
		line-height: 1.6;
	}

	.process-first {
		padding-bottom: 0.5rem;
		border-bottom: 1px solid #dfdfdf;
	}

	.process-second .second_list li {
		padding: 0.5rem 0.3rem 0.75rem;
		margin-bottom: 0.3rem;
		min-height: 6.25rem;
	}

	.process-second .second_list li .item_title {
		margin-bottom: 0.35rem;
		font-size: 0.34rem;
	}

	.process-second .second_list li img {
		width: 100%;
	}

	.process-second .second_list li .item_con {
		display: block;
	}

	.process-second .second_list li .con {
		width: 100%;
		margin-left: 0;
		line-height: 1.6;
		margin-top: 0.5rem;
	}

	.process-second .second_list {
		border-bottom: 1px solid #dfdfdf;
		padding-bottom: 0.25rem;
	}

	.process-last .last_list {
		margin-top: 0.5rem;
	}

	.process-last .last_list li {
		width: 100%;
		margin: 0 0 3.125% 0;
		float: left;
	}

	.process-last .last_list li .tit-24 {
		margin-bottom: 0.1rem;
		font-size: 0.34rem;
	}

	.process-last .tit-18 {
		margin-bottom: 0;
	}

	.mechan_wrap {
		padding: 0.5rem 0 0rem;
	}

	.mechan_box .mechan_title {
		margin-bottom: 0.5rem;
	}

	.nav-sub-box {
		height: 1rem;
		line-height: 1rem;
	}

	.mechan_wrap .nav-sub-box {
		margin-bottom: 0;
	}

	.mechan_box .mechan_title .tit-48 {
		padding-right: 0.1rem;
		font-size: 0.4rem;
	}

	.mechan_box .mechan_title .tit-60 {
		padding-right: 0.3rem;
	}

	.mechan_box .mechan_list li {
		width: 100%;
		margin: 0 2.5% 4% 0;
	}

	.mechan_box .mechan_list .item_con {
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
	}

	.mechan_box .mechan_list .item_con .tit-24 {
		margin-bottom: 0.1rem;
		font-size: 0.4rem;
	}

	.mechan_box .mechan_list {
		margin-bottom: 0;
	}

	.mechan_box {
		margin-bottom: 0.75rem;
	}

	.prode-wrap {
		padding: 0.5rem 0 0.75rem;
	}

	.prode-wrap:before {
		height: 8rem;
	}

	.prode-wrap .prode_tab {
		margin-top: 0.5rem;
		width: 100%;
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.28rem;
	}

	.prode-wrap .con_top {
		padding-top: 0.5rem;
	}

	.prode-wrap .con_top .tit-48 {
		margin-bottom: 0.3rem;
	}

	.prode-wrap .con_top .tit-16 {
		line-height: 1.6
	}

	.prode_list li {
		border-bottom: 1px solid #dfdfdf;
		padding: 0.5rem 0 0.5rem;
		position: relative;
		min-height: inherit;
		margin-bottom: 0rem;
	}

	.prode_list li .item_con {
		justify-content: space-between;
	}

	.prode_list li .num {
		width: 0.8rem;
		height: 0.8rem;
		line-height: 0.8rem;
		margin-right: 0.1rem;
	}

	.prode_list li .item-con {
		width: 85%;
	}

	.prode_list li .item_img {
		position: relative;
		top: 0;
		width: 100%;
		overflow: hidden;
		margin-top: 0.5rem;
	}

	.prode_list li .tit-24 {
		margin-bottom: 0.1rem;
		font-size: 0.34rem;
	}

	.prode_list li .tit-16 {
		line-height: 1.6;
	}

	.tech-wrap {
		padding: 0.5rem 0 0.5rem;
	}

	.tech-wrap .nav-sub-box {
		margin-bottom: 0.25rem;
	}

	.tech-wrap .tech_title:before {
		content: '';
		position: absolute;
		width: 56%;
		height: 0.5px;
		top: 0.75rem;
		right: 0;
	}

	.tech_list li {
		width: 100%;
	}

	.tech_list li .item_con {
		padding: 0.5rem 0.3rem;
		height: auto;
	}

	.tech_list {
		margin-bottom: 0.5rem;
	}

	.tech-wrap .tech_title {
		margin-bottom: 0.5rem;
		line-height: 1;
	}

	.tech_list li .item_con .tit-24 {
		font-size: 0.34rem;
	}

	.tech_list li .item_con .tit-18 {
		margin: 0.2rem 0 0.2rem;
		font-size: 0.3rem;
	}

	.tech_list li .tit-14 {
		line-height: 1.6;
	}

	.ready-wrap {
		padding: 0.5rem 0 0.5rem;
	}

	.ready-wrap .ready_title:before {
		width: 28%;
		top: 0.3rem;
	}

	.ready-wrap .ready_title {
		margin-bottom: 0.5rem;
	}

	.ready_list {
		margin-bottom: 0.5rem;
	}

	.ready_list li .hoverimg .videoplay {
		width: 0.75rem;
	}

	.ready_list li {
		width: 100%;
		margin: 0 0% 4% 0;
		box-sizing: border-box;
		box-shadow: 0 1px 4px 0 rgb(32 33 36 / 10%);
	}

	.ready_list li .con {
		padding: 0.5rem 0.3rem;
	}

	.ready_list li .tit-20 {
		margin-bottom: 0.2rem;
		font-size: 0.34rem;
	}

	.ready_list li .tit-14 {
		height: 2.4rem;
		line-height: 1.6;
	}

	.ready_list li .hoverimg .videoplay {
		width: 0.75rem;
	}

	.in-channel .lecon {
		width: 100%;
		padding-top: 3rem;
	}

	.in-channel .lecon .tit-48 {
		margin: 0.3rem 0 0.3rem;
		font-size: 0.34rem;
	}

	.in-channel .lecon .tit-14 {
		line-height: 1.6;
	}

	.in-channel .lecon .tit-12 {
		margin-top: 0.75rem;
	}

	.in-channel:before {
		display: none;
	}

	.in-channel .item.cur .tit-14.tab_txt {
		display: none;
	}

	.in-channel .channel_bot {
		bottom: 0;
	}

	.in-channel .channel_bot .w1600 {
		width: 100%;
	}

	.in-channel .item {
		width: 25%;
		height: 1.4rem;
		margin: 0;
		transform: skewX(0);
		border-right: none;
	}

	.in-channel .item.cur {
		height: 1.4rem;
		width: 25%;
		background: #0e6aae;
		border: #0e6aae;
	}

	.in-channel .item .tit-14 {
		display: none;
	}

	.in-channel .item .tit-18 {
		margin-bottom: 0;
		width: 100%;
		text-align: center;
		margin-top: 0.1rem;
	}

	.in-channel .item.cur .main_con {
		padding-right: 0;
		padding-top: 0.1rem;
		transform: translateY(-6px);
	}

	.in-channel .item.cur .tit-18 {
		margin-bottom: 0;
		width: 100%;
		text-align: center;
		font-size: .28rem;
		margin-top: 0.1rem;
	}

	.in-channel .item.cur img {
		opacity: 1;
	}

	.in-channel .item .main_con {
		transform: skewX(0);
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding-top: 0.1rem;
		flex-direction: column;
		width: 100%;
		text-align: center;
	}

	.in-channel .item img {
		max-height: 0.5rem;
		left: 0;
		top: 0;
		opacity: 1;
		transform: translate(0%, 0rem);
		visibility: visible;
		position: relative;
	}

	.body {
		padding-top: 1.2rem;
	}

	.in-detail {
		padding-bottom: 0.75rem;
		padding-top: 0.25rem;
	}

	.in-detail .fisrt_wrap .ico {
		width: 2.5rem;
		height: 1.5rem;
		padding-right: 0.75rem;
	}

	.in-detail .fisrt_wrap .ico img {
		max-height: 0.65rem;
	}

	.in-detail .fisrt_wrap .lecon {
		width: 100%;
	}

	.in-detail .fisrt_wrap .tit-14 {
		line-height: 1.6;
	}

	.in-detail .fisrt_wrap {
		padding-bottom: 0.5rem;
		border-bottom: 1px solid #dfdfdf;
	}

	.in-detail .fisrt_wrap .top_con {
		padding-bottom: 0.5rem;
	}

	.in-detail .second_wrap .title .tit-16 {
		margin-bottom: 0.5rem;
	}

	.in-detail .second_wrap .img_list li {
		width: 100%;
		margin: 0 0% 0.3rem 0;
		box-sizing: border-box;
		border: 1px solid #f4f4f4;
		height: auto;
	}

	.in-detail .second_wrap .img_list .con {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: relative;
		overflow: hidden;
	}

	.in-detail .second_wrap .img_list .con:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: #f2f2f2;
		transform: skewX(-0);
		transition: all 0.3s ease 0s;
	}

	.in-detail .second_wrap .img_list .con {
		padding: 0.3rem 0;
	}

	.in-detail .second_wrap .img_list .img {
		width: 100%;
		right: 0;
		top: 0;
		position: relative;
		transform: translateY(-0%);
	}

	.in-detail .second_wrap .img_list .tit-24 {
		margin-bottom: 0;
		font-size: 0.34rem;
	}

	.body.inde:before {
		height: 7.5rem;
	}

	.in-detail .second_wrap .bot_con {
		border-top: 1px solid #dfdfdf;
		margin-top: 0.5rem;
	}

	.in-detail .second_wrap .bot_con li .tit-16 {
		line-height: 1.6;
	}

	.in-detail .second_wrap .bot_con li {
		padding-bottom: 0.5rem;
		border-bottom: 1px solid #dfdfdf;
	}

	.in-detail .third_swiper .videoplay {
		width: 0.75rem;
	}

	.in-detail .third_swiper .con {
		padding: 0.5rem 0.3rem 0.5rem;
	}

	.in-detail .third_swiper .tit-16 {
		margin-bottom: 0.1rem;
		font-size: 0.34rem;
	}

	.in-detail .third_swiper .tit-14 {
		height: 0.8rem;
		line-height: 1.6;
	}

	.in-detail .third_wrap {
		border-bottom: 1px solid #dfdfdf;
	}

	.in-detail .third_swiper {
		padding-bottom: 0.75rem;
	}

	.in-detail .four_wrap {
		padding-bottom: 0rem;
	}

	.in-detail .five_wrap {
		height: 5rem;
	}

	.in-detail .five_wrap .tit-14 {
		margin: 0.25rem 0 0.25rem;
	}

	.in-detail .four_swiper img {
		display: block;
		margin: 0.5rem auto 0;
	}

	.in-detail .four_swiper .swiper-slide {
		height: 4.5rem;
		border: 1px solid #f4f4f4;
	}

	.in-detail .four_swiper .txt {
		bottom: 0.3rem;
	}

	.in-detail .four_wrap .inde-title {
		margin-bottom: 0;
	}

	.in-detail .third_swiper .third_pagination {
		display: block;
	}

	.in-detail .third_swiper .third_pagination .swiper-pagination-bullet {
		border: 1px solid #0e6aae;
		background: none
	}

	.in-detail .third_swiper .third_pagination .swiper-pagination-bullet-active {
		background: #0e6aae;
	}

	.in-detail .four_swiper .four_pagination {
		display: block;
	}

	.in-detail .four_swiper .swiper-pagination-bullet {
		border: 1px solid #0e6aae;
		background: none
	}

	.in-detail .four_swiper .swiper-pagination-bullet-active {
		background: #0e6aae;
	}

	.insec1 .first-next {
		display: none;
	}

	.insec1 .first-prev {
		display: none;
	}

	.insec1 .page_box {
		display: none;
	}

	.insec1:before {
		display: none;
	}

	.insec1:after {
		display: none;
	}

	.insec1 .first-swiper .swiper-slide-active .pc_img {
		display: none;
	}

	.insec1 .first-swiper .swiper-slide-active .m_img {
		display: block;
	}

	.insec1 .first-pagination {
		display: block;
	}

	.insec1 .first-pagination .swiper-pagination-bullet {
		background: #fff;
	}

	.insec1 .first-pagination .swiper-pagination-bullet-active {
		background: #bb2a29;
		border: 1px solid #bb2a29;
	}

	.insec1 .w1600 {
		padding-top: 5.5rem;
	}

	.insec1 .w1600 .title:before {
		width: 2rem;
		height: 0.05rem;
		left: 0;
		top: -.5rem;
	}

	.insec1 .tit-80 {
		line-height: 1;
		font-size: 30px;
	}

	.insec1 .tit-60 {
		margin: 0.25rem 0 0.75rem;
		letter-spacing: 4px;
	}

	.insec1 .w1600 .link {
		padding-left: 0;
	
	}

	.insec1 .w1600 .link img {
		margin-left: 0.2rem;
	}


	.insec1 .first-swiper .swiper-slide.ban-video .videoplay {
		position: absolute;
		z-index: 2;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		cursor: pointer;
	}

	.insec2 {
		padding-top: 1.2rem;
	}

	.insec2 .lecon {
     width:100%;display:grid!important;
	}
	.insec2 .lecon .backcover{order:2!important}
	.lecon .con{order:1!important}
	.insec2 .ricon {
		width: 100%;
		height: 100%;
	}

	.insec2 .ricon .con {
		height: calc(100% - 5rem);
		padding: 0.5rem 0.3rem 0 0.3rem;
	}

	.insec2 .ricon .item img {
		margin-bottom: 0.2rem;
	}

	.insec2 .ricon .con .tit-40 {
		margin-bottom: 0.25rem;
		font-size: 0.4rem;
	}

	.insec2 .ricon .con .tit-14 {
		line-height: 1.6;
	}

	.insec2 .ricon .backcover {
		height: 12rem;
	}

	.insec2 .ricon .item {
		width: 24%;
		height: 2rem;
		margin-right: 0;
		padding-top: 0.35rem;
	}

	.insec2 .ricon .ico_box {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 0.5rem;
	}

	.insec2 .ricon .item .tit-16 {
		font-size: 12px;
	}

	.insec2 .ricon .con {
		transition: all 1s ease 0s;
	}

	.insec3 {
		padding-top: 1.2rem;
	}

	.insec3:before {
		display: none;
	}

	.insec3:after {
		display: none;
	}

	.insec3 .ritab {
		width: 100%;
		height: 1.7rem;
		right: 0;
		bottom: 0;
		z-index: 3;
		display: flex;
	}

	.insec3 .w1480 .ico {
		width: 1rem;
		margin-bottom: 0.25rem;
	}

	.insec3 .w1480 {
		padding-top: 2rem;
	}

	.insec3 .w1480 .tit-48 {
		font-size: 0.34rem;
	}

	.insec3 .ritab .item {
		height: 1.7rem;
		width: 25%;
		padding: 0.2rem 0 0;
		text-align: center;
	}

	.insec3 .ritab .item.cur {
		padding: 0.2rem 0 0;
	}

	.insec3 .w1480 .tit-14 {
		line-height: 1.6;
		margin: 0.5rem 0 0.5rem;
	}

	.insec3 .w1480 .tit-14 br {
		display: none;
	}

	.insec3 .ritab .item img {
		height: 0.5rem;
	}

	.insec3 .ritab .item .tit-24 {
		margin-bottom: 0.1rem;
		font-size: 0.24rem;
	}

	.insec3 .ritab .item .tit-14 {
		display: none;
	}

	.insec3 .ritab .item img:last-child {
		position: relative;
		right: 0;
		top: 0;
		transform: translateY(-0%);
		opacity: 0;
		transition: all 0.3s ease 0s;
	}

	.insec3 .ritab .item img:first-child {
		margin-bottom: 0.1rem;
	}

	.insec3 .ritab .item img:first-child {
		margin-bottom: 0.1rem;
	}

	.insec3 .ritab .item.cur img:first-child {
		display: block;
		margin: 0 auto 0.1rem;
	}

	.insec3 .ritab .item.cur img:last-child {
		display: none;
		margin-bottom: 0.1rem;
	}

	.insec4 {
		padding-top: 1.2rem;
	}




	.insec4 .insec4_ajax:before {
		display: none;
	}

	.insec4 .insec4_ajax:after {
		display: none;
	}

	.insec4 .insec4_ajax {
		width: 92%;
		margin-right: 4%;
		padding-top: 0.75rem;
	}

	.insec4 .insec4_ajax .tit-14 {
		line-height: 1.6;
	}

	.insec4 .insec4_ajax .tit-14 br {
		display: none;
	}

	.insec4 .insec4_ajax .main_pic {
		max-height: inherit;
		margin-left: 0;
	}

	.insec4 .insec4_ajax .tit-48 .index_link {
		display: none;
	}

	.insec4 .insec4_ajax .title {
		margin-bottom: 0.75rem;
		text-align: center;
	}

	.insec4 .insec4_ajax .tit-48 {
		margin-bottom: 0.1rem;
		padding-right: 0;

	}

	.insec4 {
		background: none !important;
	}

	.index_link.m_img {
		margin-top: 0.5rem;
		display: block !important;
	}

	.insec4 .insec4_swiperbox {
		width: 100%;
		height: auto;
		padding-left: 0%;
		background: rgba(0, 0, 0, 0) !important;
		bottom: 0.5rem;
		top: auto;
		left: 0;

	}

	.insec4_swiperbox .four_swiper {
		position: relative;
	}

	.insec4_swiperbox .four_swiper .swiper-slide {
		width: auto;
		height: auto;
		display: block;
		color: rgba(37, 55, 70, 0.5);
	}

	.insec4_swiperbox .four_swiper {
		transform: translateY(-0%);
		height: auto;
	}

	.insec4_swiperbox .four_swiper .swiper-slide .ico_item {
		border: 1px solid #d1d3d5;
	}

	.insec4_swiperbox .four_next {
		background: url('../img/swiper-r1.png')no-repeat center center;
		background-size: contain;
		display: none;
	}

	.insec4_swiperbox .four_prev {
		background: url('../img/swiper-l1.png')no-repeat center center;
		background-size: contain;
		display: none;
	}

	.insec4.cur .insec4_swiperbox .four_swiper {
		transform: translateY(0) !important;
	}

	.insec4_swiperbox .four_next {
		top: 48%;
		right: -6%;
		left: auto;
	}

	.insec4_swiperbox .four_prev {
		top: 48%;
		left: -6%;
		right: auto;
	}

	.insec4_swiperbox .four_swiper .swiper-slide .ico_item {
		width: 2rem;
		height: 2rem;
		transform: scale(0.8);
		margin: 0 auto;
		background: rgba(0, 0, 0, 0.1);
	}

	.insec4_swiperbox .four_swiper .swiper-slide .tit-18 br {
		display: none;
	}

	.insec4_swiperbox .four_swiper .swiper-slide .ico {
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
		filter: gray;
	}

	.insec4_swiperbox .four_swiper .swiper-slide .tit-12 {
		display: none;
	}

	.insec4_swiperbox .four_swiper .swiper-slide .ico_con {
		align-items: center;
		margin-top: 0.1rem;
	}

	.insec4_swiperbox .four_swiper .swiper-slide .tit-18 {
		color: rgba(37, 55, 70, 0.5);
		word-break: break-all;
	}

	.insec4_swiperbox .four_swiper .swiper-slide.cur .tit-18 {
		font-size: 0.28rem;
		opacity: 1;
		color: rgba(37, 55, 70, 1);
	}

	.insec4_swiperbox .four_swiper .swiper-slide.cur {
		margin-bottom: 0;
	}

	.insec5 .conbox {
		padding-top: 0rem;
		padding-left: 0rem;
	}

	.insec5 .conbox .title {
		margin-bottom: 0.5rem;
	}

	.insec5 .conbox .item {
		margin-bottom: 0.2rem;
	}

	.insec5 .conbox .item img {
		margin-right: 0.2rem;
	}

	.insec5 .map_img {
		padding-top: 4rem;
		width: 150%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}

	.ty_map .map_btn {
		display: none;
	}

	.insec6 .num_pic {
		width: 150%;
		margin-left: 0;
		max-width: inherit;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}

	.insec6 .w1600 {
		padding-top: 1rem;
	}

	.insec6 {
		padding-top: 1.2rem;
	}

	.insec6 .main_con {
		padding-top: 1.25rem;
	}

	.insec6 .main_con .tit-48 {
		margin-bottom: 0.5rem;
		text-align: center;
		margin-left: 0;
	}

	.insec6 .page_box {
		display: none;
	}

	.insec6 .swiper-box .line {
		display: none;
	}

	.insec6 .six-next {
		display: none;
	}

	.insec6 .six-prev {
		display: none;
	}

	.insec6 .index_link.m_img {
		text-align: center;
	}

	.insec6 .six-swiper .swiper-wrapper {
		display: block;
	}

	.insec6 .swiper-slide {
		display: none;
	}

	.insec6 .swiper-slide:first-child {
		display: block;
	}

	.insec6 .swiper-slide:nth-child(2) {
		display: block;
	}

	.insec6 .swiper-slide:nth-child(2) .item:nth-child(2) {
		display: none;
	}

	.insec6 .swiper-slide .item {
		width: 100%;
		position: relative;
		margin-bottom: 0.2rem;
	}

	.insec6 .swiper-slide .item .hoverimg {
		width: 50%;
	}

	.insec6 .swiper-slide .con {
		width: 50%;
		padding: 0.35rem 0.2rem 0 0.2rem;
	}

	.insec6 .swiper-slide i {
		right: 0.3rem;
		bottom: .3rem;
	}

	.insec6 .swiper-slide .tit-14 {
		display: none;
	}


	.nybanner .banner_navbox.exhi .swiper-wrapper {
		justify-content: center;
	}

	.nybanner .banner_navbox.exhi .nabbox .link_item {
		width: auto;
		padding: 0 0.4rem;
	}

	.nybanner .banner_navbox.about .swiper-wrapper {
		justify-content: flex-start;
	}

	.nybanner .banner_navbox.about .nabbox .link_item {
		width: 120px;
		padding: 0 0rem;
	}

	.nybanner .banner_navbox.service .swiper-wrapper {
		justify-content: flex-start;
	}

	.nybanner .banner_navbox.service .nabbox .link_item {
		width: 130px;
		padding: 0 0rem;
	}

	.nybanner .banner_navbox.product .swiper-wrapper {
		justify-content: flex-start;
	}

	.nybanner .banner_navbox.product .nabbox .link_item {
		width: auto;
		min-width: 120px;
		padding: 0 0.4rem;
	}

	.expo-wrap .video-box li .videoplay {
		width: 0.75rem
	}

	.insec3 .w1480 .tit-14 {
		width: 100%
	}

	.in-channel .lecon .tit-14 {
		width: 100%
	}

	.in-detail .third_swiper .con {
		height: 2.2rem;
	}

	.upgrade_tab .item {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 10px;
	}

}