@import "font-awesome.css";
@import "iconfont.css";
@import "/skin/iconfont/iconfont.css";
@import "michuan.css";
@import "slick.css";
@import "animate.css";
@import "banner.css";
*{box-sizing:border-box}
.wrap{width:1780px;margin:0 auto;}
.wrap-1830{width:1830px;margin:0 auto;}
.wrap-1735{width:1735px;margin:0 auto;}
.wrap-1650{width:1650px;margin:0 auto;}
.wrap-1750{width:1750px;margin:0 auto;}
.wrap-1570{width:1570px;margin:0 auto;}
.wrap-1465{width:1465px;margin:0 auto;}
.wrap-1345{width:1345px;margin:0 auto;}
.flex{display: flex;flex-wrap:wrap;justify-content:space-between}
.list.flex{justify-content:flex-start;}
.main{padding:45px 0 60px 0;}
.f20{font-size:20px}
.f26{font-size:26px}

.top_header{position: fixed;top:0;left:0;width:100%;z-index:99999999999}
.top{height:60px;background:var(--bgcolor);transition: 0.6s;}
.top .wrap{align-items: center;height: 100%;}
.top .txt{font-size:18px;color:#FFFFFF;font-family: 'Poppins-Regular';}
.top .info{height:50px}
.top .info .ico{align-items: center;}
.top .info .ico a{position: relative;color:#FFFFFF;font-size:20px;margin-right:20px}
.top .info .ico a:after{content:"";width:1px;height:18px;background:#71AEDD;position: absolute;right:-10px;top:50%;margin-top:-9px;}
.top .info .ico a:hover{color:#1E49A7}
.top .lang-box .lang a{display: flex;align-items: center;margin-right: 18px;font-size: 20px;color: #fff;}
.top .lang-box .lang a span{margin-left: 8px;}
.top .lang-box{align-items: center;height: 100%;}
.header{transition:.6s;height:110px;width:100%;background:#fff;z-index: 9999999;display:flex;align-items: center;}
.header.height{box-shadow:0 15px 30px rgba(0,82,162,.1);height: 80px;transform: translateY(-60px);}
.top_header.height .top{transform: translateY(-60px);}
.header.height .header-left .menu .sub{top: 103px;}
.header .header-left{align-items: center;}
.header .menu{align-items: center;height:110px;} 
.header .header-left .logo{margin:0 90px 0 -15px;max-width: 205px;}
.header .header-left .item h3 a{font-family: 'Poppins-Medium';font-size:20px;color:#0051a3;position: relative;}
.header .header-left .item h3 a::after{content: "";height: 40px;width: 0;border: 2px solid #0051a3;border-radius: 40px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);transition: 0.6s;opacity: 0;}
.header .header-left .item.on h3 a::after,.header .header-left .item:hover h3 a::after{width: calc(100% + 46px);opacity: 1;}
.header .header-left .item{margin-right:55px;position: relative;height: 100%;}
.header .header-right {align-items: center;}
.header .header-right .book{width: 45px;height: 45px;border-radius: 50%;background: var(--bgcolor);display: flex;align-items: center;justify-content: center;margin-left: 25px;}
.header .item{display:flex;height:80px;align-items: center;}
.header .item h3 a{text-transform:uppercase;}
.header .header-left .menu .sub {
    z-index: 2;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.5s;
    position: absolute;
    top: 118px;
    left: 0;
    width: auto;
    border-top: 1px solid #e6e8ec;
    background: #fff;
    border-radius: 10px;
    background-color: rgba(255,255,255,.85);
    box-shadow:0 15px 30px rgba(0,82,162,.1);
  }
  .header .header-left .menu .sub .wrap {
    display: flex;
    flex-direction: column;
    padding: 5px 0 5px;
    width: 100%;
  }
  .header .header-left .menu .sub .p {
    width: 100%;
    height: 40px;
    display: flex;
    border-bottom: 1px solid #d4d5d6;
    position: relative;
    align-items: center;
  }
  .header .header-left .menu .sub .p:nth-child(5n) {
    margin-right: 0;
  }
  .header .header-left .menu .sub .p a {
    display: flex;
    width: 100%;
    align-items: center;
    height: 100%;
    transition-duration: 0.6s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 24px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 1;
  }
  /* .header .header-left .menu .sub .p:hover{border-color:#338BCF} */
  .header .header-left .menu .sub .p:hover > a {
    color: #fff;
    background-color: var(--bgcolor);
  }
  .header .header-left .menu .item:hover .sub {
    transform: scaleY(1);
  }
  .header .header-left .menu .sub .p a::before {
    content: "";
    width: 3px;
    height: 12px;
    border-radius: 3px;
    background-color: var(--bgcolor);
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
  .header .header-left .menu .sub .p a:hover::before {
    background-color: #fff;
  }
  .header .header-left .menu .sub::before {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: rgba(255,255,255,.85);
    left: 20px;
    top: -19px;
    position: absolute;
  }
  
  .header .subs {
    z-index: 2;
    /* transform: scaleY(0); */
    /* transform-origin: top; */
    transform: translate(100%);
    transition: 0.6s ease-in-out;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    border-top: 1px solid #e6e8ec;
    background: #fff;
    border-radius: 10px;
    background-color: rgba(255,255,255,.8);
    display: none;
  }
  .header .subs .wrap {
    display: flex;
    flex-direction: column;
    padding: 15px 0 25px;
  }
  .header .subs .p {
    width: 100%;
    height: 40px;
    display: flex;
    border-bottom: 1px solid #d4d5d6;
  }
  .header .subs .p:nth-child(5n) {
    margin-right: 0;
  }
  .header .subs .p a {
    display: flex;
    width: 100%;
    align-items: center;
    height: 100%;
    transition-duration: 0.6s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 24px;
    padding-right: 20px;
  }
  .header .subs .p:hover a {
    color: #fff;
    background-color: var(--bgcolor);
  }
  .header .sub .p:hover > .subs {
    /* transform: scaleY(1); */
    opacity: 1;
    display: block;
  }
  .header .subs .p a::before {
    content: "";
    width: 3px;
    height: 12px;
    border-radius: 3px;
    background-color: var(--bgcolor);
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
  .header .subs .p a:hover::before {
    background-color: #fff;
  }
.header .item:hover .sub{transform: scaleY(1);}

.search-div {
  width: 280px;
  height: 45px;
  box-sizing: border-box;
  background: var(--bgcolor);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  padding-left: 10px;
}
.search-div form{display: flex;align-items: center;width: 100%;justify-content: center;}
.search-div input {
  height: 30px;
  width: calc(83% - 15px);
  border: none;
  outline: none;
  font-size: 20px;
  background: var(--bgcolor);
  font-family: 'Poppins-Regular';
  color: #fff;
  padding-left: 5px;
}
.search-div input::placeholder{color: #ececec;}
.search-div button i{font-size: 28px !important;color: #fff !important;}
.search-div button {
  border: none;
  background-color: #fff;
  width: 17%;
  height: 30px;
  background: var(--bgcolor);
}

.about-titles h2{font-size: 30px;text-align: center;line-height: 1;margin-top: 35px;font-family: 'verdana';}
.about .bodys{margin-top: 40px;overflow: hidden;}
.about .bodys p{font-size: 16px;line-height: 26px;margin-top: 15px;}
.about{padding-bottom: 40px;}

.h_banner{position: relative !important;margin-top: 100px;overflow: hidden;}
.h_banner img{width: 100%;}

.swiper-button-next:after,.swiper-button-prev:after{content: ""}

.h_banner .home_swi .home_pag { bottom: 35px;}
.home_swi .swiper-button-prev {
    left: 2.86vw !important;
    top: 20vw !important;
    margin-top: 0;
    background-image: none !important;
  }
  .home_swi .swiper-button-prev i{ font-size: 2.34vw;color: #fff;opacity: 0.7;}
  .home_swi .swiper-button-prev i:hover{opacity: 1}
  
  .home_swi .swiper-button-next {
    right: 2.86vw !important;
    top: 20vw;
    color: #fff;
    margin-top: 0;
    background-image: none !important;
  }
  .home_swi .swiper-button-next i{ font-size: 2.34vw;color: #fff;opacity: 0.7;}
  .home_swi .swiper-button-next i:hover{opacity: 1}

  .home_swi .swiper-pagination .swiper-pagination-bullet{ opacity: 1; background-color: #fff; width: 16px;height: 16px;border-radius: 50%;margin-right: 15px !important;transition: 0.5s;}
  .home_swi .swiper-pagination .swiper-pagination-bullet-active{background-color: var(--bgcolor);width: 36px;height: 16px;border-radius: 16px;margin-right: 15px !important;}
    .h_banner .home_swi .h_b_box .h_b_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
  }
  .h_banner .home_swi .h_b_box .h_b_txt .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    color: #fff;
  }
.h_banner .home_swi .h_b_box .h_b_txt .container .p1{font-size: 61px;margin-right: 55px;text-align: left;margin-top: 200px;font-family: 'Poppins-Bold';line-height: 76px;}
.h_banner .home_swi .h_b_box .h_b_txt .container .panel{width: 645px;background: rgba(39, 72, 95, .5);margin-right: 55px;padding: 45px 0 20px 30px;border-radius: 33px;margin-top: 30px;position: relative;}
.h_banner .home_swi .h_b_box .h_b_txt .container .panel h1{font-size: 48px;font-family: 'calibri';}
.h_banner .home_swi .h_b_box .h_b_txt .container .panel .ps{margin-top: 20px;}
.h_banner .home_swi .h_b_box .h_b_txt .container .panel .ps p{display: flex;align-items: center;font-size: 20px;font-family: 'Poppins-Regular';line-height: 44px;}
.h_banner .home_swi .h_b_box .h_b_txt .container .panel .ps p img{width: auto;margin-right: 10px;}
.h_banner .home_swi .h_b_box .h_b_txt .container .panel .panel_box{display: flex;align-items: center;font-size: 20px;font-family: 'Poppins-Regular';position: absolute;right: 55px;bottom: 25px;color: #fff;}
.h_banner .home_swi .h_b_box .h_b_txt .container .panel .panel_box i{font-size: 20px;margin: 0 13px 0 5px;color: #fff;}
.h_banner .home_swi .h_b_box .h_b_txt .container .panel .panel_box img{width: auto;}
.advs .panel_box{display: flex;align-items: center;font-size: 17px;font-family: 'Poppins-Regular';}
.h_banner .home_swi .h_b_box .h_b_txt .container .panel:hover .panel_box,.h_banner .home_swi .h_b_box .h_b_txt .container .panel:hover .panel_box i{color: var(--bgcolor);}
.h_banner .home_swi .h_b_box .h_b_txt .container .panel:hover .panel_box img{animation: ya1 1s ease;}
.h_banner{margin-top: 170px;}
.banner{position: relative;margin-top: 170px;}
.banner img{width:100%;}

.company-section {
  padding: 120px 0 100px 0;
}
.titles {
  text-align: center;
}
.index-subtitle {
  font-size: 24px;
  margin-bottom: 40px;
  font-family: 'Poppins-Light';
  line-height: 1;
}
.index-title {
  font-size: 55px;
  font-family: 'Poppins-Bold';
  line-height: 1;
}
.company-main{margin-top: 90px;}
.company-main-left, .company-main-right {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.company-main-left .pic{width: 51%;}
.company-main-img {
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
  margin-bottom: 0;
}
/* .company-main .pic,.company-main .pics{border-radius: 32px;overflow: hidden;} */
.company-main .pic img,.company-main .pics img{transition: 0.5s;}
.company-main .pic:hover img,.company-main .pics:hover img{transform: translateY(-20px);}
.main-img-top {
  height: 180px;
}

.main-img-bottom {
  height: 180px;
}
.company-strengths {
  background: #fff;
  border-radius: 12px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.strengths-title {
  margin-bottom: 6px;
  width: 270px;
  height: 40px;
  background: var(--bgcolor);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  font-family: 'Poppins-Light';
}
.btns{ 
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  font-family: 'Poppins-Light';
  height: 40px;
  padding: 0 40px;
  background: var(--bgcolor);
  border-radius: 40px;
  transition: 0.3s;
}
.btns:hover{box-shadow: 10px 5px 20px rgba(0,92,179,0.2),-10px -5px 20px rgba(0,92,179,0.2),-10px -5px 20px rgba(0,92,179,0.2) inset;transform: scale(1.05);}
.company-main-right {
  margin-top: 60px;
}

.company-desc {
 width: 45.5%;
}
.company-desc p {
  font-size: 17px;
  color: #202020;
  line-height: 30px;
  font-family: 'Poppins-Regular';
}

.desc-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 30px 0;
}

.desc-list li {
  font-size: 17px;
  display: flex;
  align-items: center;
  line-height: 44px;
}
.desc-list li p{width: calc(100% - 45px);cursor: pointer;transition: 0.4s;}
.desc-list li:hover p{color: var(--bgcolor);}
.desc-list li .icons img{transition: 0.6s;}
.desc-list li:hover .icons img{transform: rotateZ(360deg)}
.desc-list li .icons{margin-right: 18px;}
.com-box1 .desc-list li img{margin-left: 18px;margin-right: 0;}
.com-box1 .desc-list{display: flex;flex-direction: column;align-items: flex-end;}
.com-box1 .company-strengths{display: flex;flex-direction: column;align-items: flex-end;}
.contact-box {
  display: flex;
  align-items: center;
}
.contact-box p{font-family: 'Poppins-Bold';font-size: 30px;margin-top: 10px;transition: 0.4s;}
.contact-box .cons{margin-left: 10px;max-height: 75px;}
.contact-box .cons:hover p,.contact-box .cons:hover p a{color: var(--bgcolor);}
.com-box{width: 47.5%;}
.com-box1{display: flex;flex-direction: column;align-items: flex-end;}
.contact-label {
 font-size: 24px;
 font-family: 'Poppins-Regular';
}
.index-pro .list{margin-top: 100px;}
.index-pro .list .item{width: calc((100% - 90px)/4);margin-right: 30px;margin-bottom: 20px;}
.index-pro .list .item:nth-child(4n){margin-right: 0;}
.pro-list .list .item{width: calc((100% - 100px)/3);margin-right: 50px;margin-bottom: 20px;}
.pro-list .list .item:nth-child(3n){margin-right: 0;}
.pro-list .list .item:nth-child(4n){margin-right: 50px;}
.index-pro .list .item .pic{border-radius: 30px;text-align: center;}
.index-pro .list .item .pic img{width: 100%;}
.index-pro .list .item .txt{display: flex;flex-direction: column;align-items: center;padding: 15px 10px 10px 10px;}
.index-pro .list .item:hover .txts{background: var(--bgcolor);color: #fff;}
.index-pro .list .item .i,.list-products .txt_list .i,.panel_box .i{width: 65px;height: 65px;border-radius: 50%;background: var(--bgcolor);display: flex;align-items: center;justify-content: center;}
.list-products .txt_list .i{margin-top: 20px;}
.index-pro .list .item:hover .i img,.list-products .txt_list .i:hover img{animation: ya 1s infinite ease-in-out;}
.index-pro .list .item .txts{margin-top: 15px;padding: 10px 20px 5px 20px;text-align: center;transition: 0.6s;border-radius: 50px;}
.index-pro .list .item .txt h3{font-size: 17px;font-family: 'Poppins-Medium';text-transform: capitalize;line-height: 1;}
.index-pro .list .item .txt p{font-size: 14.5px;font-family: 'Poppins-Regular';margin-top: 5px;}
.index-service{padding: 90px 0 125px;}
.service-cards {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 32px 0;
}

.service-card {
  background: #005cb3;
  display: flex;
  width: 48.9%;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  overflow: hidden;
}

.service-card-left {
  width: 54%;
  color: #fff;
  padding: 80px 30px 45px 35px;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
}

.service-icon {
  margin-bottom: 18px;
}

.service-title {
  font-size: 30px;
  font-family: 'Poppins-Medium';
  margin-bottom: 18px;
  line-height: 1;
}

.service-list {
  margin: 0 0 14px 0;
}

.service-list li {
  font-size: 20px;
  line-height: 40px;
  /* margin-bottom: 6px; */
  display: flex;
  /* align-items: center; */
  font-family: 'Poppins-Light';
}
.service-list li b{width: calc(100% - 30px);}
.dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  margin-right: 15px;
  margin-top: 10px;
}

.service-desc {
  font-size: 17px;
  color: #fff;
  margin-bottom: 40px;
  line-height: 24px;
}
.read-more {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-family: 'Poppins-Medium';
  transition: opacity 0.2s;
}
.read-more:hover {
  opacity: 0.8;
}
.read-more:hover .tooth img{animation: ya1 1s;}
.arrow {
  display: flex;
  align-items: center;
  margin:0 20px 0 15px;
  position: relative;
}
.service-card-right {
  width: 46%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
}
.service-card:hover .service-img{transform: scale(1.06);}
.service-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: 220px;
  min-height: 100%;
  transition: 0.6s;
}

.index-contact .con-left{width: 57%;position: relative;} 
.index-contact .con-left img{width: 100%;height: 100%;object-fit: cover;}
.index-contact .con-left .txt{position: absolute;left: 80px;bottom: 150px;}
.index-contact .con-left .txt h1{font-size: 60px;color: #FFF;font-family: 'Poppins-Medium';line-height: 1;}
.index-contact .con-left .txt p{font-size: 30px;color: #FFF;font-family: 'Poppins-Medium';line-height: 1;margin-top: 30px;}
.index-contact .message{width: 43%;background: #f2f6fa;padding: 0 60px 30px 55px;}
.index-contact .message .mes-title{margin-top: 50px; font-size: 55px;font-family: 'Poppins-Bold';line-height: 1;}
.index-contact .message h3{margin-top: 20px; font-size: 30px;font-family: 'Poppins-Medium';line-height: 1;}
.mes-des{font-size: 18px;font-family: 'Poppins-Regular';color: #000;line-height: 32px;margin-top: 15px;}
.index-contact .message .form-div{display: flex;justify-content: space-between;align-items: center;}
.index-contact .message form{margin-top: 25px;}
.index-contact .message .name,.index-contact .message  .mw
{color:#0f1113;font-size: 20px; width: 100%;height: 55px;padding-left: 25px;box-sizing: border-box;background: #dce8f4;margin-bottom: 40px;border-radius: 10px;font-family: 'Poppins-Light';}
.index-contact .message input::placeholder,.index-contact .message textarea::placeholder{color: #0f1113;}
.index-contact{width: 100%; display: flex;}
.index-contact .message .form-div .btn{display: flex;justify-content: center;align-items: center; background-color: #ea1b25; width: 45px !important;height: 50px !important;}
.index-contact .message .label-name,.index-contact .message .label-mw{display: flex;width: 47%;}
.index-contact .message .content{padding-top: 25px; width: 100%;height: 185px;padding-left: 25px;margin-bottom: 40px;font-size: 20px;color:#000;background: #dce8f4;border-radius: 10px;font-family: 'Poppins-Light';}
.index-contact .message #submit{transition: 0.3s ease; display: flex;height: 65px;background-color: var(--bgcolor);font-size: 20px;color: #fff;font-family: 'Poppins-Regular';border: none;border-radius: 12px;align-items: center;justify-content: center;cursor: pointer;padding: 0 40px;}
#submit:hover{box-shadow: 10px 5px 20px rgba(0,92,179,0.2),-10px -5px 20px rgba(0,92,179,0.2),-10px -5px 20px rgba(0,92,179,0.2) inset;transform: scale(1.05);}
.list-about{padding-top: 35px;}
.list-about>.flex{flex-wrap: nowrap;}
.list-about .about-l{width: 57%;}
.list-about .about-l .textcontent{font-size: 19px;font-family: 'calibri';line-height: 32px;}
.list-about .about-l h3{font-size: 24px;font-family: 'calibri';line-height: 1;font-family: 'Poppins-Light';}
.list-about .about-l h1{font-size: 60px;line-height: 1;font-family: 'Poppins-Bold';margin: 30px 0 40px 0;}
.list-about .about-r{margin-left: 20px;}
.list-about .about-r img{transition: 0.5s;}
.list-about .about-r:hover img{transform: translate(15px);box-shadow:0 15px 30px rgba(0,82,162,.1);}

.work{padding: 90px 0;}

.work .works{display: flex;justify-content: space-between;flex-wrap: wrap;width: 100%;margin-top: 60px;}
.works .item{width: 48.8%;margin-bottom: 30px;position: relative;border-radius: 10px;overflow: hidden;transition: 0.5s;overflow: hidden;}
.works .item:hover{box-shadow: 0 10px 10px rgba(0,0,0,0.1)}
.works .pics{overflow: hidden;border-radius: 8px;}
.works .pics  img{width: 100%;transition: 0.5s ease;}
.works .pics h3{width: 100%;height: 95px;position: absolute;left: 0;bottom: 0;color: #fff;font-family: 'Poppins-Medium';display: flex;align-items: center;justify-content: space-between;background-color: rgba(0,0,0,.5);font-size: 24px;z-index: 8;border-radius: 0 0 8px 8px;overflow: hidden;transition: 0.5s;padding: 0 50px 0 55px;line-height: 1;}
.works .pics h3 i{font-size: 40px;transition: 0.5s;}
.works .item:hover .pics h3{background-color: rgba(0,92,179,0.5);}
.works .item:hover .pics h3 i{transform: translate(20px);}
.works .item:hover .pics img{transform: scale(1.1);}
.works .pics h3 span{z-index: 10;}
.work .titles p{color: #a3a3a3;font-family: 'Roboto-Light';font-size: 18px;max-width: 1140px;text-align: center;margin: 35px auto 45px auto;}
.advantage{padding-bottom: 90px;}
.advantage .pic{margin: 60px 0 110px 0;position: relative;}
.advantage .pic img{width: 100%;}
.advantage .pic .txt{position: absolute;left: 50%;bottom: 115px;transform: translate(-50%);text-align: center;}
.advantage .pic .txt h1{font-size: 48px;color: #fff;font-family: 'Poppins-Medium';line-height: 1;}
.advantage .pic .txt p{font-size: 20px;color: #fff;font-family: 'Poppins-Medium';line-height: 1;margin-top: 40px;width: 100%;}
.advs .item{display: flex;margin-bottom: 40px;}
.advs .item .pics{width: 59%;}
.advs .item .adv-r{margin-left: 60px;flex: 1;}
.advs .item .adv-r h3{font-size: 30px;font-family: 'Poppins-Medium';line-height: 1;}
.advs .item .adv-r h4{font-size: 20px;font-family: 'Poppins-Medium';line-height: 1;margin: 20px 0 30px 0;}
.advs .item .adv-r p{font-size: 17px;font-family: 'Poppins-Regular';line-height: 48px;}
.advs .item .adv-r p img{margin-right: 25px;width: 25px;}
.advs .item .adv-r .panel_box>img{margin: 0 15px;}
.advs .item .adv-r .adv_box{display: flex;justify-content: flex-end;}
.advs .item .adv-r p,.advs .item .adv-r p img {transition: 0.6s;cursor: pointer;}
.advs .item .adv-r p:hover{color: var(--bgcolor);}
.advs .item .adv-r p:hover img{transform: rotate(-360deg);}
.panel_box:hover h5{color: var(--bgcolor);}
.panel_box:hover .i img{animation: ya1 1s;}
.backs{background: #f1f1f1;}
.footer .info-f{margin-left: 0 !important;}
.info-f .ico {
  align-items: center;
}
.info-f .ico a {
  position: relative;
  color: #fff;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.info-f .ico a:hover{transform: translate(5px);}
.info-f .ico a:nth-child(1) i,.info-f .ico a:nth-child(3) i{font-size: 19px;width: 30px;height: 30px;background: #fff;color: var(--bgcolor);border-radius: 50%;text-align: center;padding-top: 5px;}
.info-f .ico a:nth-child(3) i{font-size: 24px;padding-top: 10px;}
.info-f .ico a:nth-child(5){margin-right: 0;}
.info-f .ico a:nth-child(4) i{font-size: 16px;}
.info-f .ico a i{font-size: 30px;transition: 0.5s;}
.info-f .ico a:nth-child(2) i{font-size: 28px;}
.info-f .ico a:nth-child(6) i{margin-left: 25px;}
.footer .info-f{margin-top: 35px;margin-left: 15px;}

.footer{background: #0051a3;padding-top: 60px;}
.footer .footer_l{margin-right: 30px;}
.footer .footer_l .logo_f{font-family: 'Futura\ Md\ BT\ Medium';color: #fff;font-size: 24px;}
.footer .footer_l .des{color: #fff;font-size: 18px;font-family: 'Poppins-Regular';max-width: 270px;line-height: 32px;margin-top: 20px;}
.footer .flex{flex-wrap: nowrap;}
.footer .dls{display: flex;flex-wrap: nowrap;}
.footer .dls .dl{margin-right: 100px;}
.footer .dls .dl:nth-child(2){margin-right: 190px;}
.dl .dl-title1{margin-left: 30px;}
.dl .dl-title,.dl>dt a {
font-size: 24px;
color: #fff;
line-height: 1;
margin-bottom: 20px;
}
.dl>dd a{
  line-height: 40px;
  font-size: 18px;
  color: #FFF;
  text-transform: capitalize !important;
}
.footer .dls .dl:last-child{margin-right: 0;}
.dl .tel a{margin-right: 10px;}
.dl>p{display: flex;max-width: 360px;}
.dl>.p{margin-top: 20px;}
.dl>p .iconx{width: 20px;margin-right: 10px;}
.dl>p .iconx img{width: 100%;}
.dl>p a{width: calc(100% - 30px);}
.dl>p,.dl>p a{color: #fff;font-size: 18px;line-height: 40px;}
/* .dl>p:hover a{color: var(--bgcolor);} */
.footer .dls .dl dd span{position: relative;}
.footer .dls .dl dd span:hover::after{width: 100%;}
.footer .dls .dl dd span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background: #fff;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease;
  transform-origin: 50% 50%;
  z-index: -5;
}
/* .footer .dls .dl dd span:hover{color: var(--on-color);} */
.footer-c form{ margin-top: 35px;}
.footer-c .form-div{margin: 0 auto;display: flex;position: relative;width: 535px;height: 55px;background: #fff !important;border-radius: 55px !important;align-items: center;padding-left: 30px;}
.footer-c .form-div .email
{color:var(--bgcolor);font-size: 16px;height: 55px;padding-left: 40px;border-radius: 3px 0 0 3px;width: calc(100% - 145px);background: url("/skin/images/email_03.png") no-repeat left center;}
.footer-c .form-div .email::placeholder{color:var(--bgcolor);font-size: 18px;}
.footer-c #submit{transition: 0.3s ease;display: block; width: 135px;height: 45px;background-color: var(--bgcolor);font-size: 18px;color: #fff;border-radius:0 3px 3px 0;cursor: pointer;border-radius: 35px;}
.footer .bottom{padding:35px 0;width: 100%;margin-top: 65px;border-top: 1px solid rgba(255,255,255,.5);}
.footer .bottom .flex{flex-wrap: wrap;}
.footer .bottom br{display: none;}
.footer .bottom .py{margin-left: 40px;}
.footer .bottom .mc{margin-left: 50px;}
.footer .bottom p,.footer .bottom p a{font-size:18px;color: #fff;}

.location{height: 65px;}
.location .wrap-1830{display:flex;align-items: center;height: 100%;}
.location a{text-transform:capitalize;font-size: 20px;}
.location a:hover{color: var(--bgcolor);}
.location i{margin:0 15px;font-size: 28px;}

.sidebar{width:360px}
.sidebar .sticky{position:sticky;top:150px;}
.sidebar .t{margin-bottom:10px;background: var(--bgcolor);padding: 20px 0;}
.sidebar .t h2{font-size:39px;font-family: 'Poppins-Bold';color:#fff;line-height: 1;text-align: center;}
.sidebar .t .line{width:46px;height:3px;background:#fff;}
.sidebar .bd .item h3 a{min-height:70px;align-items:center;font-size:29px;display:flex;position:relative;font-family: 'Poppins-Bold';padding-right: 25px;}
.list-news .sidebar .bd .item h3{padding-left: 25px;}
.sidebar .bd .item h3 a i{position:absolute;font-size:22px;right:0;top:50%;transform: translateY(-50%);}
.list-news .sidebar .bd .item h3 a i{font-size: 28px;}
.sidebar .bd .item.on h3 a,.sidebar .bd .item h3 a:hover{color:var(--bgcolor)}
.list-products .sidebar .bd .item.on h3 a{border-bottom: 4px solid var(--bgcolor);}
.list-news .sidebar .bd .item.on h3 a::after{content: "";position: absolute;left: 0;bottom: 0;height: 4px;width: 250px;background: var(--bgcolor);}
.sidebar .bd .item .sub{padding:15px 0;display: none;}
.sidebar .bd .item .sub a{display:flex;align-items:center;min-height: 43px;border-bottom: 1px solid #bdbdbd;font-size: 18px;font-family: 'Poppins-Medium';}
.sidebar .bd .item .sub a i{font-size:13px;width:25px;margin-left:10px;}
.sidebar .bd .item .sub a span{width: calc(100% - 35px);}
.sidebar .bd .item .sub a:last-child{margin-bottom:0;}
.sidebar .bd .item .sub a.on,.sidebar .bd .item .sub a:hover{color:var(--bgcolor)}
.content{width:calc(100% - 460px)}
.pro-detail .content{width: 100%;}

.list-job .t{margin-bottom:40px;text-transform:uppercase;font-size:40px;font-family: 'Barlow-ExtraBold';font-style: italic;}
.list-job .list .item{margin-bottom:50px;}
.list-job .list .item .info{width: calc(100% - 130px);}
.list-job .list .item .info h3{transition-duration:.5s;font-size:18px;padding:15px 0 30px}
.list-job .list .item .info .desc{margin-bottom:25px;display:flex;}
.list-job .list .item .info .desc p{display:flex;align-items: center;color:#0B2042;margin-right:60px;}
.list-job .list .item .info .desc p:last-child{margin-right:0;}
.list-job .list .item .info .desc p i{margin-right:4px;color:#338BCF}
.list-job .list .item .info .desc p span{font-size:14px;margin-right:30px;}
.list-job .list .item .info .desc p span:last-child{margin-right:0;}
.list-job .list .item .btn{cursor: pointer;width:115px;height:40px;display:flex;justify-content: center;align-items: center;border-radius:5px;color:#fff;background:#338BCF;;}
.list-job .list .item .btn i{color:#fff;margin-right:5px;}
.list-job .list .item .btn span{font-size:14px;}
.list-job .list .item .more{padding-top:15px;border-top:1px solid #DBDEE3;width:100%;}
.list-job .list .item .more span{transition-duration:.5s;font-size:14px;color:#338BCF;border-bottom:1px solid #338BCF}
.list-job .list .item:hover a .info h3{color:#338BCF;}
.list-job .list .item:hover a .more span{margin-left:10px}
.list-job .content{margin-top:-30px;color:#0B2042;font-size:14px;line-height:30px}
.list-job .content h3{font-size:18px;color:#0B2042;margin-bottom:15px;}

.job-pop{flex-direction: column;position: fixed;display:none;;justify-content: center;align-items: center;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,.5);z-index:999999}
.job-pop .hd{height:80px;width:900px;padding:0 35px;background:#338BCF;align-items: center;;}
.job-pop .hd .name{color:#FFFFFF;font-size:18px}
.job-pop .hd .del{cursor: pointer;}
.job-pop .bd{width:900px;padding:35px;background:#fff;}
.job-pop .bd input,.job-pop .bd textarea{width:100%;display:block;padding:0 20px;border-radius:4px;margin-bottom:20px;border:1px solid #000000;font-size:14px;color:#000000;}
.job-pop .bd input:hover,.job-pop .bd textarea:hover{border-color:#338BCF}
.job-pop .bd input{height:50px;display:flex;align-items: center;;}
.job-pop .bd textarea{min-height:180px;padding:10px 20px;line-height:30px}
.job-pop .bd .btn{transition-duration:.6s;width:160px;height:50px;border-radius:4px;background:#338BCF;display:flex;justify-content: center;align-items: center;margin:0 auto;cursor: pointer;color:#fff;;}
.job-pop .bd .btn i{margin-left:8px}
.job-pop .bd .btn:hover{border-radius:30px;}

.news-list{background: #f1f1f1;}
.list-news .list{width: 100%;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.list-news .list1{margin-top: 60px;}
.list-news .list .item{width: calc((100% - 140px)/3);padding: 55px 25px 45px 25px;margin-right: 70px;margin-bottom: 60px;padding-bottom: 60px;border-radius: 17px;background: #fff;transition: 0.6s;}
.list-news .list .item:nth-child(3n){margin-right: 0;}
.list-news .list .item .pic{width: 100%;margin-top: 35px;}
.list-news .list .item h3{font-size: 18px;color: #212121;font-family: 'Poppins-Medium';display: flex;justify-content: space-between;}
.list-news .list .item h2{font-size: 18px;font-family: 'Poppins-Medium';padding-right: 30px;line-height: 32px;transition: 0.5s;}
.list-news .list .item:hover h2{color: var(--bgcolor);}
.list-news .list .item:hover{box-shadow:0 15px 30px rgba(0,82,162,.1);}
.list-news .list .item .line{height: 2px;width: 100%;background-color: #d0d0d0;margin-top: 55px;margin-bottom: 45px;}
.list-news .list .item p{font-size: 16px;font-family: 'Poppins-Regular';margin-top: 30px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden;line-height: 26px;color: #939393;}
.list-news .list .item span{font-size: 18px;color: #053d90;font-family: 'Barlow-ExtraBold';margin-top: 45px;display: inline-block;}

.list-news .show .t h2{font-size:25px;color:var(--bgcolor);line-height:30px;text-align: center;}
.list-news .show .t .time{padding:20px 0 17px;font-size:16px;text-align: center;}
.list-news .show .c{margin-bottom:30px;padding:30px 0;font-size:16px;line-height:24px;border-top:1px solid #CED2D9;border-bottom:1px solid #CED2D9;}
.list-news .show .m .top_bottom_page p,.list-news .show .m .top_bottom_page p a{font-size:16px;line-height:24px;}
.list-news .show .m .top_bottom_page p a:hover{color:var(--bgcolor)}
.list-news .show .m .btn{border-radius:6px;width:100px;height:40px;display:flex;align-items: center;background:var(--bgcolor);color:#fff;font-size:18px;justify-content: center;}
.list-news .show .m .btn img{margin-right:5px}
.list-news .show .m .btn:hover{border-radius:30px}

.list-products .content .title{font-size:30px;font-family: 'Poppins-Bold';}
.list-products .content .title2{margin-bottom:40px}
.list-products .body{font-size:16px;line-height:24px;color:#0B2042;padding-bottom:30px;}
.list-products .body ul{display:flex;flex-wrap:wrap;justify-content: space-between;}
.list-products .body ul li{width:calc(50% - 30px);height:50px;border-bottom:1px solid #CED2D9;display:flex;align-items: center;}
.list-products .cate{display: flex;align-items: center;}
.list-products .cate h1{font-size:39px;font-family: 'Poppins-Bold';color:#fff;line-height: 1;text-align: center;padding: 20px 40px;background: var(--bgcolor);}
.list-products .cate i{font-size: 60px;color: var(--bgcolor);margin: 0 22px 0 20px;}
.list-products .cate h3{font-size:39px;font-family: 'Poppins-Medium';color: var(--bgcolor);}
/* .list-products .head{padding:40px 20px 40px 40px;border-radius:10px;box-shadow: 0 5px 15px rgba(0,0,0,0.1);margin-bottom:40px} */
.list-products .head{margin: 75px 0;}
.list-products .head .img_list{z-index:2;width:920px}
.list-products .head .img_list .datu{width: calc(100% - 180px);position: relative !important;}
.list-products .head .img_list .datu img{width:100%}
.list-products .head .img_list .xiaotu{width:150px;display:flex;flex-wrap:wrap;align-content: space-between;position: relative;}
.list-products .head .img_list .xiaotu li{transition-duration:.5s;width:150px;height:150px;margin-bottom:17px;overflow: hidden;display: flex;align-items: center;justify-content: center;text-align: center;}
.list-products .head .img_list .xiaotu li:hover{border-color:var(--bgcolor)}
.list-products .head .img_list .xiaotu li img{width:100%;}
.list-products .head .img_list .xiaotu .btn{width:100%}
.list-products .head .img_list .xiaotu .btn a{cursor: pointer;;width:50%;height:50px;display:flex;justify-content: center;align-items: center;}
.list-products .head .txt_list{width: calc(100% - 990px);display:flex;align-content: space-between;flex-wrap:wrap;z-index: -1;position: relative;}
.list-products .head .txt_list .txt_list_t{width:100%}
.list-products .head .txt_list .t h2{font-size:30px;font-family: 'Poppins-Bold';line-height: 1;}
.list-products .head .txt_list .t p{font-size:30px;font-family: 'Poppins-Medium';padding-left: 50px;position: relative;line-height: 1;margin-top: 15px;}
.list-products .head .txt_list .t p::after{content: "";width: 33px;height: 4px;background: #000;position: absolute;top: 50%;transform: translateY(-50%);left: 0;}
.list-products .head .txt_list .c h1{font-size: 30px;line-height: 1;margin-top: 25px;font-family: 'Poppins-Bold';border-bottom: 4px solid #919191;padding-bottom: 5px;}
.list-products .head .txt_list .c .desc{font-size: 17px;line-height: 24px;margin-top: 30px;font-family: 'Poppins-Regular';}
.list-products .head .txt_list .c .desc p{margin-bottom: 20px;padding-left: 25px;position:relative;}
.list-products .head .txt_list .c .desc p::after{content: "";width: 14px;height: 14px;background: var(--bgcolor);position: absolute;top: 6px;left: 0;border-radius: 50%;}
.list-products .head .txt_list .c .nav{display:flex;margin-top: 100px;justify-content: space-between;}
.list-products .head .txt_list .c .nav a{width:50px;height:50px;border-radius:6px;margin-right:12px;display:flex;align-items: center;justify-content: center;color:#005cb3;border: 2px solid var(--bgcolor);}
.list-products .head .txt_list .c .nav a i{font-size: 25px;}
.list-products .head .txt_list .c .nav a:hover{border-color:var(--bgcolor);background:var(--bgcolor);color:#fff;border-radius: 50%;}
.list-products .head .txt_list .c .nav .btnx{display: flex;}
.list-products .head .txt_list .c .nav .message_btn{transition-duration:.5s;cursor: pointer;background:var(--bgcolor);height:50px;padding:0 10px;border-radius:6px;display:flex;align-items: center;width: 210px;justify-content: center;font-size: 18px;font-family: 'Montserrat-Black';margin-left: 10px;}
.list-products .head .txt_list .c .nav .message_btn img{margin-right:10px;}
.list-products .head .txt_list .c .nav .message_btn span{color:#fff;}
.list-products .head .txt_list .c .nav .message_btn:hover{border-radius:30px;background: var(--bgcolor);}
.list-products .body table {  
    width: 100%;  
    border: 1px solid #000;
    margin-top: 20px; 
    color: #000;
    border-collapse: collapse;
    table-layout: fixed;
}   
.list-products .body table tbody{border-radius: 22px !important;}
.list-products .body table tbody tr td{border: 1px solid #000;}

.list-products .body table tbody td{width: auto;font-size:20px;vertical-align: middle;height: 50px;padding-left: 40px;font-family: 'Poppins-Regular';}


.list-contaact .bd .t{width:370px;}
.list-contaact .bd .t h3{font-size:39px;font-family: 'Poppins-Bold';color:#fff;line-height: 1;text-align: center;padding: 20px 0;background: var(--bgcolor);}
.list-contaact .bd .t p{font-size:17px;line-height:24px;margin-top: 20px;}
.list-contaact .bd .txt{width:calc(100% - 500px);padding-right: 125px;}
.list-contaact .bd .txt .cons_box{display: flex;align-items: center;justify-content: space-between;padding-bottom: 20px;border-bottom:1px solid #cccccc;margin-bottom: 40px;}
.list-contaact .bd .txt .icon{width: 47px;}
.list-contaact .bd .txt .con_box{display: flex;align-items: center;width:50%;position: relative;}
.list-contaact .bd .txt .con_box::after{width: 0;height: 1px;background: var(--bgcolor);content: "";position: absolute;left: 0;bottom: -20px;transition: 0.8s;}
.list-contaact .bd .txt .con_box:hover::after{width: 100%;}
.list-contaact .bd .txt .con_box1{width: 100%;}
.list-contaact .bd .txt .con_box i{font-size: 38px;color: var(--bgcolor);font-weight: bold;}
.list-contaact .bd .txt .con_box1 .item{margin-top: 0;}
.list-contaact .bd .txt .item{transition: 0.6s;margin-left: 30px;width: calc(100% - 80px);}
.list-contaact .bd .txt .item .p a{margin-right: 50px;}
.list-contaact .bd .txt .item .p a:last-child{margin-right: 0;}
.list-contaact .bd .txt .item:hover{border-color: var(--bgcolor);}
.list-contaact .bd .txt .item h1{font-size: 24px;font-family: 'Poppins-Medium';line-height: 1;text-transform: uppercase;}
.list-contaact .bd .txt .item a:hover{color:var(--on-color)}
.list-contaact .bd .txt .item .p{font-size: 18px;margin-top: 10px;line-height: 1.08;}
.list-contaact .bd .codes{display: flex;justify-content: space-between;}
.list-contaact .bd .codex{margin-top: 50px;text-align: center;width: 47%;}
.list-contaact .bd .codex img,.footer .codex img{border: 10px solid var(--on-color);border-radius: 10px;width: 100%;}
.footer .codex{max-width: 200px;margin-top: 55px;}

.list-contaact .message{width: 100%;margin-top: 100px;}
.list-contaact .message .form-div{display: flex;justify-content: space-between;align-items: center;margin-bottom: 25px;}
.list-contaact .message  .name,.list-contaact .message .mw
{color:#212121;font-family: 'Poppins-Medium';font-size: 24px; width: 100%;height: 65px;padding-left: 25px;box-sizing: border-box;border: 1px solid #000;margin-bottom: 34px;border-radius: 6px;transition: 0.4s;}
.list-contaact .message  .name:hover,.list-contaact .message .mw:hover,.list-contaact .message .content:hover,.list-contaact .form-div .code_box:hover{border-color: var(--bgcolor);}
.list-contaact .message .label-name,.list-contaact .message .label-mw{display: flex;width: 100%;}
.list-contaact .message form input::placeholder,.list-contaact .message form textarea::placeholder{ font-family: 'Poppins-Medium';color: #212121;}
.list-contaact .message .content{padding-top: 20px; width:100%;height: 490px;padding-left: 25px;margin-bottom: 35px;font-size: 24px;border: 1px solid #000;border-radius: 6px;transition: 0.4s;color:#212121;}
.list-contaact .message #submit{transition: 0.5s ease; display: flex; width: 220px;height:65px;font-size: 24px;color: #fff;border: none;align-items: center;justify-content: center;border-radius: 6px;cursor: pointer;font-family: 'Poppins-Medium';background: var(--bgcolor);}
.list-contaact .message #submit i{ margin-left: 35px;font-size: 32px;}
/* .list-contaact .message #submit:hover{transform: scale(1.08);} */
.list-contaact .form-div .code_box {
  position: relative;
  border: 1px solid #000;
  width: calc(100% - 290px);
  border-radius: 5px;
  transition: 0.4s;
}
.list-contaact .form-div .code_box input{width: 100%;height: 65px;padding-left: 25px;border-radius: 6px;font-size: 24px;}
.list-contaact .form-div .code_box img {
  height: 65px;
  position: absolute;
  right: 5px;
  top: 0;
  cursor: pointer;
}
.index-banner{position:relative;overflow:hidden;margin-top:120px;}
.index-banner .slick-dots{bottom:50px}
.index-banner .slick-dots li{background:#fff;width:16px;border:0;transition-duration:.6s;position:relative;border-radius:16px;margin:0 16px 0 0;height:16px;opacity:1;}
.index-banner .slick-dots li button{display:none;}
.index-banner .slick-dots li.slick-active{width:35px}
.index-banner .btn{transition-duration:.5s;width:40px;height:40px;cursor: pointer;position:absolute;top:50%;margin-top:-20px;cursor:pointer;}
.index-banner .btn i{transition-duration:.5s;color:#fff;font-size:40px;opacity:.5}
.index-banner .btn:hover i{opacity:1;}
.index-banner .prev{left:50px;}
.index-banner .next{right:50px;}



.index-products{background:#FAFAFA;}
.index-products .list .item{background:#fff;padding:30px 20px 35px;margin:20px !important}
.index-products .list .item .txt{padding-top:23px}
.index-products .list .item .txt .auth{margin-top:30px}
.index-products .list .item .txt .auth img{width:auto;}
.index-products .index-title{margin-bottom:33px}
.index-products .index-title .t{display:flex;align-items: center;}
.index-products .index-title .t h2{font-size:40px;font-family: 'Barlow-ExtraBold';font-style: italic;margin-right:35px;}
.index-products .index-title .t a{height:35px;padding:0 25px;background:#338BCF;color:#fff;text-align:center;line-height:35px;border-radius:30px;}
.index-products .index-title .t a:hover{background:#0B2042;color:#fff;}
.index-products .index-title .more{display:flex;align-items: center;;}
.index-products .index-title .more i{transition-duration:.5s;font-size:37px;z-index:9999;color:#0B2042;cursor: pointer;}
.index-products .index-title .more i:hover{color:#338BCF}

.index-advantage{background:#ECEFF2;color:#0B2042}
.index-advantage .t h2{color:#338BCF;}
.index-advantage .t p{color:#0B2042}
.index-advantage .bd .item{padding:0 40px}
.index-advantage .bd .item i,.index-advantage .bd .item h3{transition-duration:.5s;}
.index-advantage .bd .item:hover i,.index-advantage .bd .item:hover h3{color:#338BCF}

.index-about{padding:100px 0;}
.index-about .data{padding:0;border:0;margin-top:80px;}
.index-about .data .item{padding:0;}
.index-about .bd .txt{width: calc(100% - 720px);}
.index-about .list{margin-top:160px}
.index-about .list .item{width:calc(100% / 3 - 26px);margin-right:39px;}
.index-about .list .item:nth-child(3n){margin-right:0;}
.index-about .list .item a{display:block;position: relative;}
.index-about .list .item .txt{transition-duration:.5s;color:#fff;text-align:center;position: absolute;border-top:1px solid rgba(255,255,255,.3);left:0;bottom:0;height:150px;background:rgba(255,255,255,.1);width:100%;}
.index-about .list .item .txt p{font-size:18px;padding:34px 0 5px;}
.index-about .list .item .txt h3{font-size:40px;font-family: 'Barlow-ExtraBold';font-style: italic;}
.index-about .list .item:hover .txt{background:rgba(51,139,207,.5)}

.index-message{background:#ECEFF2;}
.index-message h2{margin-bottom:25px;height:35px;display:inline-block;padding:0 25px;background:#0B2042;color:#fff;text-align:center;line-height:35px;border-radius:30px;}
.index-message .info .hd{width:450px;padding-right:30px;}
.index-message .info .hd h3{color:#338BCF;font-size:40px;text-transform:uppercase;font-family: 'Barlow-ExtraBold';font-style: italic;}
.index-message .info .hd p{margin-top:10px;color:#0B2042;font-size:16px;line-height:24px;}
.index-message .info .form{width:calc(100% - 450px)}
.index-message .info .form .item{width:30%}
.index-message .info .form .item input{width:100%;height:45px;display:flex;color:#0B2042;background:#FFFFFF;padding:0 10px;border-radius:4px;margin-bottom:10px;}
.index-message .info .form .item input:last-child{margin:0;}
.index-message .info .form .item:nth-child(2){width:40%;padding:0 10px;}
.index-message .info .form .item textarea{width:100%;height:100px;border-radius:4px;padding:10px;}
.index-message .info .form .item .code_box{position: relative;}
.index-message .info .form .item .code_box img{height:45px;position: absolute;right:0;top:0;cursor: pointer;;}
.index-message .info .form .item .btn{height:45px;color:#fff;cursor: pointer;border-radius:4px;width:100%;background:#2D8BCF;display:flex;justify-content: center;align-items: center;;}
.index-message .info .form .item .btn i{margin-right:10px;}

@media (max-width: 1830px){
    .wrap-1830{width:96%}
    .h_banner .home_swi .h_b_box .h_b_txt .container .p1{font-size: 3.18vw;margin-right: 2.86vw;margin-top: 7vw;line-height: 3.96vw;}
    .h_banner .home_swi .h_b_box .h_b_txt .container .panel{width: 33.59vw;margin-right: 2.86vw;padding: 2.34vw 0 1.04vw 1.56vw;border-radius: 1.72vw;margin-top: 1.56vw;}
    .h_banner .home_swi .h_b_box .h_b_txt .container .panel h1{font-size: 2.5vw;}
}
@media (max-width: 1780px){
    .wrap{width:96%}
}
@media (max-width: 1735px){
    .wrap-1735{width:96%}
}
@media (max-width: 1650px){
    .wrap-1650{width:96%}
}
@media (max-width: 1750px){
    .wrap-1750{width:96%}
}
@media (max-width: 1570px){
    .wrap-1570{width:96%}
    .search-div{width: 200px;}
    .header .header-left .item h3 a{font-size: 18px;}
    .search-div input{font-size: 16px;}
    .company-section{padding: 40px 0;}
    .list-news .list .item{width: calc((100% - 6vw)/3);margin-right: 3vw;padding: 35px 15px 35px 15px;}
}
@media (max-width: 1465px){
    .wrap-1465{width:96%}
    .list-products .head .txt_list .c .nav .message_btn{font-size: 14px;}
    .index-contact .message{padding: 0 20px 30px 20px;}
    .service-card-left{padding: 40px 20px 30px 20px;}
    .header .header-left .item h3 a{font-size: 16px;}
    .header .header-left .item h3 a::after{height: 30px;width: calc(100% + 40px);}
    .header .header-left .item{margin-right: 35px;}
    .header .header-left .logo{margin-right: 50px;}
    .h_banner .home_swi .h_b_box .h_b_txt .container .panel{width: 500px;margin-right: 2.86vw;padding: 1.5vw 0 1.04vw 1.56vw;border-radius: 1.72vw;margin-top: 1.56vw;}
    .h_banner .home_swi .h_b_box .h_b_txt .container .p1{margin-top: 4vw;}
    .index-service{padding: 40px 0 45px;}
}
@media (max-width: 1345px){
  .list-products .head{flex-wrap: wrap;}
   .list-products .head .txt_list{width: 90%;margin-top: 35px;}
    .content{width: calc(100% - 400px);}
    .wrap-1345{width:96%}
    .footer .dls .dl{margin-right: 3vw;}
    .footer .dls .dl:nth-child(2){margin-right: 6vw;}
    .works .pics h3{padding: 0 20px;font-size: 20px;height: 60px;}
    .list-news .list .item{width: 48%;margin-right: 0;}
    .list-news .list{justify-content: space-between;}
    .list-contaact .bd .txt{padding-right: 0;width:calc(100% - 430px);}
}
@media (max-width: 1200px){
  .list-about>.flex{align-items: center;}
  .service-cards{flex-wrap: wrap;}
  .service-card{width: 100%;margin-bottom: 35px;}
   .header .header-left .item h3 a{font-size: 14px;}
   .header .header-left .logo{max-width: 120px;}
  .search-div{width: 180px;}
  .search-div input{font-size: 14px;}
  .header .header-right .book{margin-left: 10px;}
}
@media screen and (max-width:992px) {

.advs .item{flex-wrap: wrap;}
.advs .item .adv-r{margin-left:0;flex: unset;width: 100%;}
.advs .item .pics{width: 100%;text-align: center;margin-bottom: 35px;}
.advantage .pic .txt{bottom: 45px;}
.advantage .pic .txt p{font-size: 18px;margin-top: 20px;}
.advantage .pic .txt h1{font-size: 30px;}
.banner{margin-top: 0;}
.list-about .about-r{margin-left: 0;text-align: center;width: 100%;margin-top: 30px;}
.list-about .about-l{width: 100%;}
.list-about>.flex{flex-wrap: wrap;}
.footer .footer_l,.footer .dls .dl{margin-bottom: 35px;}
.footer .flex{flex-wrap: wrap;}
.footer .dls{flex-wrap: wrap;}
.index-contact{flex-wrap: wrap;}
.index-contact .con-left .txt{bottom: 50px;left: 40px;}
.index-contact .con-left{width: 100%;}
.index-contact .message{width: 100%;}
.index-pro .list .item{width: 48%;margin-right: 0;}
.index-pro .list{margin-top: 0;justify-content: space-between;}
.contact-label{font-size: 20px;}
.contact-box p{font-size: 24px;margin-top: 0;}
.company-main-left .pic,.company-desc{width: 100%;}
.company-main-left .pic{text-align: center;}
.company-desc{margin-top: 40px;}
.company-main-left{flex-wrap: wrap;}
.home_swi .swiper-pagination .swiper-pagination-bullet{height: 10px;width: 10px;}
 .home_swi .swiper-pagination .swiper-pagination-bullet-active{width: 25px;}
.h_banner .home_swi .home_pag{bottom: 15px;}
 .h_banner .home_swi .h_b_box .h_b_txt .container .p1{margin-top: 7vw;}
  .h_banner .home_swi .h_b_box .h_b_txt .container .panel{display: none;}
  .h_banner{margin-top: 0;}
    .list-products .head .txt_list,.list-contact-msg .hd,.list-contact-msg .form,.list-contaact .what .info .list,.list-contaact .what .info .txt,.list-contaact .bd .txt,.list-about-content .culture .item .pic,.list-about-content .culture .item .txt,.list-about .bd .pic,.list-about .bd .txt,.list-events .list .item .pic,.list-events .list .item .txt,.footer .menu .item,.content{width:100%}
    .index-products .index-title .more,.index-banner .btn,.list-products .head .img_list,.list-contaact .what .info .txt .star,.list-contaact .what .info .txt p,.list-contaact .what .info .txt .logo,.list-download .list .item .more,.sidebar,.top_header{display:none !important;}
    .footer .menu,.main{padding:20px 0}
    .location{padding:0 10px;height:45px;}
    .location .wrap-1300{overflow-x:auto;display:flex;white-space:pre;height:45px;align-items: center;flex-wrap:nowrap;}
    .list-news .list .item{margin-bottom:40px}
    .list-contaact .bd .txt{margin-top: 40px;}
    .list-news .list .item p{margin:10px 0;}
    .footer .menu .item{margin:0 0 25px 0;}
    .footer .menu .item h3{font-size:20px;padding-bottom:10px}
    .footer .menu .item .sub{display:flex;flex-wrap:wrap;justify-content: space-between}
    .footer .menu .item .sub a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:48%;margin-top:10px}
    .footer .bottom{padding:20px 10px 60px}
    .footer .bottom .mc{margin:20px auto 0;}
    .list-job .t{font-size:24px;margin-bottom:20px}
    .list-job .list .item{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #DBDEE3;position: relative;}
    .list-job .list .item .info h3{font-size:16px;padding:10px 0;}
    .list-job .list .item .info .desc{margin-bottom:10px;flex-wrap:wrap;}
    .list-job .list .item .info .desc p{margin-right:0;width:100%;margin-top:5px;}
    .list-job .list .item .info .desc p i{width:30px;text-align:center;}
    .list-job .list .item .info .desc p img{margin-right:0;height:16px;}
    .list-job .list .item .info .desc p span{margin-right:10px;font-size:12px}
    .list-job .list .item .btn{position: absolute;right:0;top:10px;width:90px;height:35px;font-size:12px;}
    .list-job .list .item .more{display:none;}
    .list-job .content{margin:0;}
    .list-job .content h3{padding:0;margin:0;}
    .job-pop{width:100%;}
    .job-pop .hd{width:90%;height:60px;padding:10px;position: relative;}
    .job-pop .hd .name{width:calc(100% - 40px);font-size:14px;line-height:24px}
    .job-pop .hd .del{position: absolute;right:10px;top:10px;}
    .job-pop .bd{width:90%;padding:10px;}
    .job-pop .bd input{height:40px;padding:0 10px;margin-bottom:10px;}
    .job-pop .bd textarea{min-height:100px;padding:10px;margin-bottom:10px;}
    .job-pop .bd .btn{height:40px;width:140px}
    .list-news .show .m .btn{margin:20px auto 0;}
    .show-banner{display:block !important;overflow:hidden}
    .list-products .list{justify-content: space-between;}
    .list-products .list .item{width:48%;margin:0 0 15px 0 !important;padding:10px;}
    /* .list-products .list .item .txt{padding-top:5px;}
    .list-products .list .item .txt h3{padding:0;font-size:16px;}
    .list-products .list .item .txt p{padding:0;font-size:12px;}
    .list-products .list .item .txt .auth{margin-top:10px} */
    .list-products .head{padding:15px;}
    .list-products .head .txt_list .t h2{padding:0;}
    .list-products .head .txt_list .c .auth{padding:10px 0;}
    .list-products .head .txt_list .c .nav{margin-bottom:10px}
    .list-products .body{font-size:14px;line-height:24px;padding-bottom:15px;}
    .list-products .content .title{font-size:24px;padding-bottom:5px;margin-bottom:10px}
    .list-products .body ul li{width:100%;height:40px;}
    .index-banner{margin:0;}
    .index-banner .slick-dots{bottom:15px}
    .index-banner .slick-dots li{margin-right:8px;width:8px;height:8px}
    .index-pro{padding:0 }
    .index-pro .bd{padding-bottom:30px}
    .index-pro .bd .item{margin:0;}
    .index-pro .slick-dots{bottom:0px;}
    .index-pro .slick-dots li{margin:0 5px 0 0;}
    .index-products{padding:20px 10px 40px}
    .index-products .index-title{margin-bottom:20px;}
    .index-products .index-title .t{justify-content: space-between;width:100%;}
    .index-products .index-title .t h2{font-size:28px;margin:0;}
    .index-products .list .item{box-shadow: none !important;}
    .index-products .slick-dots{bottom:-20px}
    .index-about{padding:30px 10px;}
    .index-about .list{margin-top:0;}
    .index-about .list .item{width:100%;margin:0 0 20px 0;}
    .index-message .info .hd{width:100%;padding:0 0 15px 0;}
    .index-message .info .hd h3{font-size:28px}
    .index-message .info .form,.index-message .info .form .item{width:100%;margin-bottom:10px !important}
    .index-message .info .form .item:nth-child(2){width:100%;padding:0;}
}
@media screen and (max-width:786px){
  .list-products .cate h1{font-size: 22px;padding: 15px 10px;}
  .list-products .cate i{font-size: 30px;}
  .list-products .cate h3{font-size: 22px;}
  .list-contaact .message .form-div{flex-wrap: wrap;}
  .list-contaact .form-div .code_box{width: 100%;margin-bottom: 35px;}
  .works .item{width: 100%;}
  .work{padding: 40px 0;}
  .work .works{margin-top: 40px;}
  .index-contact .con-left .txt h1{font-size: 30px;}
  .index-contact .con-left .txt p{font-size: 18px;margin-top: 10px;}
  .com-box{width: 100%;margin-bottom: 35px;}
  .company-main-right .pics{text-align: center;}
  .company-main-right{flex-wrap: wrap;}
  .desc-list li{line-height: 32px;}
  .index-title{font-size: 30px;}
  .index-subtitle{font-size: 20px;margin-bottom: 20px;}
  .company-main{margin-top: 40px;}
}
@media screen and (max-width:600px){
.list-products .head{margin: 35px 0;}
.list-products .body table tbody td{padding: 5px;font-size: 16px;}
.list-products .body table{table-layout: unset;}
.list-products .body table tbody tr td:nth-child(1){width: auto;white-space: nowrap;}
.list-contaact .message #submit{height: 50px;width: 180px;font-size: 20px}
.list-contaact .message #submit i{font-size: 24px;margin-left: 20px;}
.list-contaact .form-div .code_box input{height: 50px;font-size: 15px;}
.list-contaact .form-div .code_box img{height: 50px;}
.list-contaact .message .name, .list-contaact .message .mw{font-size: 15px;padding-left: 10px;height: 50px;}
.list-contaact .message .content{height: 200px;font-size: 15px;padding-left: 10px;}
.list-contaact .message{margin-top: 40px;}
.list-contaact .bd .txt .cons_box{flex-wrap: wrap;}
.list-contaact .bd .txt .cons_box1 .con_box{width: 100%;}
.list-contaact .bd .txt .cons_box1 .con_box:nth-child(2){margin-top: 40px;}
.list-contaact .bd .t h3{font-size: 30px;padding: 15px 0;}
.location{display: none;}
.paging{margin-top: 35px;}
.list-news .list .item{width: 100%;}
.list-news .list{justify-content: space-between;}
.advantage{padding-bottom: 40px;}
.advantage .pic{margin: 35px 0 40px 0;}
.advantage .pic .txt{left:0;bottom: 10px;transform: translate(0);text-align: center;padding: 0 20px;}
.advantage .pic .txt p{font-size: 16px;margin-top: 10px;}
.advantage .pic .txt h1{font-size: 25px;}
.works .pics h3 i{font-size: 25px;}
.works .pics h3{padding: 0 10px;font-size: 18px;height: 60px;}
 .list-about .about-l h1{font-size: 35px;}
  .footer .bottom br{display: inline;}
  .footer .bottom p,.footer .bottom p a{text-align: center;}
  .footer .bottom .py{margin-left: 0;}
  .footer-c .form-div .email{font-size: 14px;}
  .footer-c .form-div .email{width: calc(100% - 105px);}
  .footer-c #submit{width: 100px;font-size: 15px;}
  .footer-c .form-div{width: 90%;padding-left: 20px;}
  .footer .dls .dl1{display: none;}
  .footer>.flex{padding-left: 15px;}
  .index-contact .message .name, .index-contact .message .mw{font-size: 18px;}
  .index-contact .message .content{font-size: 18px;}
  .index-contact .message #submit{font-size: 18px;padding: 0 20px;height: 50px;}
  .index-contact .message .label-name,.index-contact .message .label-mw{width: 100%;}
  .index-contact .message .form-div{flex-wrap: wrap;}
  .index-contact .message .mes-title{font-size: 35px;}
  .index-contact .message h3{font-size: 24px;line-height: 1.1;}
  .index-contact .con-left .txt{bottom: 30px;left: 20px;}
  .service-card{flex-wrap: wrap;}
  .service-card-left{width: 100%;}
  .service-card-right{width: 100%;}
  .company-section{padding: 40px 10px;}
  .index-pro .list .item{width: 100%;}
  .desc-list li{align-items: flex-start;}
  .index-service{padding: 20px 0 35px;}
  .h_banner .home_swi .home_pag{bottom: 5px;}
  .h_banner .home_swi .h_b_box .h_b_txt .container .p1{margin-top: 10vw;}
}