@charset "utf-8";

/* 公司详情介绍 */

.gsxqjs {
    padding: 20px 0 70px;
    background-color: #e9f0f5;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.gsxqjsbox>div {
    width: 50%;
}

.gsxqjsbox_l {
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gsxqjsbox_lh {
    font-size: 36px;
    font-weight: 700;
    color: #222222;
}

.gsxqjsbox_p {
    margin-top: 10px;
    font-size: 22px;
    color: #3f3f3f;
}

.gsxqjsbox_x {
    margin-top: 35px;
    width: 12px;
    height: 5px;
    background-color: #e89d00;
}

.gsxqjsbox_ct {
    margin-top: 30px;
}

.gsxqjsbox_ct p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 25px;
}
.gsxqjsbox_ct p:last-child{
    margin-bottom: 0;
}
.gsxqjsbox_r {
    padding-left: 130px;
    margin-top: 50px;
}

.gsxqjsbox_rbox {
    position: relative;
    /* height: 440px; */
    border: 1px solid #e89d00;
}

.gsxqjsbox_rbox::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 30px);
    height: 1px;
    background-color: rgba(255, 255, 255, .3);
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
}

.gsxqjsbox_rbox::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% - 30px);
    width: 1px;
    background-color: rgba(255, 255, 255, .3);
    transform: translateX(-1px);
    -webkit-transform: translateX(-1px);
    -moz-transform: translateX(-1px);
    -ms-transform: translateX(-1px);
    -o-transform: translateX(-1px);
    z-index: 2;
}

.gsxqjsbox_rboximg {
    width: 100%;
    height: 100%;
    transform: translate(-30px, -30px);
    -webkit-transform: translate(-30px, -30px);
    -moz-transform: translate(-30px, -30px);
    -ms-transform: translate(-30px, -30px);
    -o-transform: translate(-30px, -30px);
    overflow: hidden;
}

.gsxqjs_slide {
    overflow: hidden;
}

.gsxqjs_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.gsxqjs_slide:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.fcxqper,
.fcxqnext {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, .8);
    cursor: pointer;
    outline: none;
}

.fcxqper i,
.fcxqnext i {
    font-size: 18px;
    color: rgba(255, 255, 255, .8);
}

.fcxqper.swiper-button-disabled,
.fcxqnext.swiper-button-disabled {
    background-color: rgba(0, 0, 0, .3);
}

.fcxqper.swiper-button-disabled i,
.fcxqnext.swiper-button-disabled i {
    color: rgba(255, 255, 255, .3);
}

.fcxqper {
    left: 10px;
}

.fcxqnext {
    right: 10px;
}


/* 公司详情说明 */

.gsxqsm {
    border-top: 1px solid #d6dde2;
    background-color: #e9f0f5;
}

.gsxqsmbox>div {
    flex: 1;
    padding: 45px 15px;
    text-align: center;
}

.gsxqsmbox_itemh {
    font-family: shuzien;
    font-weight: bold;
    font-size: 50px;
    font-weight: 700;
    color: #333333;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.gsxqsmbox_itemh span {
    font-size: 20px;
}

.gsxqsmbox_itemp {
    font-size: 16px;
    color: #666666;
}

.gsxqsmbox>div:hover .gsxqsmbox_itemh {
    color: #e89d00;
}


/* 服务理念 */

.fwln {
    padding: 95px 0;
  
}
.fwlns{
    background-color: #e9f0f5;
}
.fwln_tleh {
    font-size: 36px;
    font-weight: 700;
    color: #222222;
}

.fwln_tlep {
    margin-top: 5px;
    font-size: 22px;
    color: #666666;
}

.fwln_ct {
    margin-top: 50px;
}

.fwln_ct>div {
    width: 49.5%;
}

.fwln_ctl {
    overflow: hidden;
}

.fwln_ctlbox {
    position: relative;
    padding: 40px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fwln_ctlboxdw {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.fwln_ctlboxdw:before {
    content: '';
    display: block;
    background: #222;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.fwln_ctlbox:hover .fwln_ctlboxdw {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.fwln_ctrt {
    position: relative;
    padding: 40px;
    height: 260px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.fwln_ctrt:hover .fwln_ctlboxdw {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.fwln_ctrt_txth {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
}

.fwln_ctrt_txtp {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
    color: #e7e7e7;
}

.fwln_ctrt_txtp p {
    color: #e7e7e7;
}

.fwln_ctr .fwln_ctrt:first-child {
    margin-bottom: 15px;
}

.hdbox{
    display: flex;
    justify-content: center;
    display: none
}
.hdbox.hdboxs{
    display: flex;
    background-color:#002a5a ;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 30px;
}
.hdbox a{
    flex: 1;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    border-right: 1px solid #fff;
}
.hdbox a:last-child{
    border-right: 0;
}
.hdbox a.on{
    background-color: #e89d00;
}
/* 企业精神 */

.qyjs {
    margin-top: 110px;
    padding: 95px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.qyjsbox_tleh {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.qyjsbox_tlep {
    margin-top: 10px;
    font-size: 22px;
    color: #fff;
}

.qyjsbox_tlex {
    margin-top: 35px;
    width: 12px;
    height: 5px;
    background-color: #e89d00;
}

.qyjsbox_ct {
    margin-top: 30px;
    width: 45%;
}

.qyjsbox_ctitem {
    padding: 30px 0;
    border-bottom: 1px solid #1f3146;
}

.qyjsbox_ctitem:last-child {
    border-bottom: 0;
}

.qyjsbox_ctitemh {
    font-size: 24px;
    color: #fff;
}

.qyjsbox_ctitemp {
    margin-top: 8px;
    font-size: 16px;
    color: #808d9b;
}

.fwys_xz {
background-color: #e9f0f5;
}
.fwys_xz .fwys_rb{
    margin-top: 50px;
    background-color: #fff;
}

/*相对行业  */

.xdhy {
    padding: 50px 0;
}

.xdhy_container {
    padding: 30px 0;
}

.xdhy_slideitem_img {
    text-align: center;
}

.xdhy_slideitem_img img {
    display: inline-block;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.xdhy_slideitem_p {
    margin-top: 20px;
    font-size: 18px;
    color: #666;
    text-align: center;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.xdhy_slide:hover .xdhy_slideitem_img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.xdhy_slide:hover .xdhy_slideitem_p {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
}

.foot {
    margin-top: 0;
}

.xdhy_container .swiper-pagination {
    display: none;
}

/* 企业相册 */
.hwfc_ct {
    margin-top: 30px;
    overflow: hidden;
}

.hwfc_slide .hwfc_slidea_img {
    overflow: hidden;
}

.hwfc_slide .hwfc_slidea_img img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.hwfc_slidea_txt {
    text-align: center;
    line-height: 45px;
}

.hwfc_slide:hover .hwfc_slidea_img img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}

/*  合作加盟*/

.cgal {
   padding: 95px 0;
   background-color: #e9f0f5;
}

.cgal_tlel_h {
    font-size: 38px;
    font-weight: 700;
    color: #373737;
}

.cgal_tlel_p {
    margin-bottom: 6px;
    margin-left: 5px;
    font-size: 16px;
    color: #999999;
}

.cgal_tler .cgal_tler_a {
    display: block;
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background-color: #e89d00;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.cgal_tler .cgal_tler_a:hover {
    transform: scale(.97);
    -webkit-transform: scale(.97);
    -moz-transform: scale(.97);
    -ms-transform: scale(.97);
    -o-transform: scale(.97);
}

.cgal_ct {
    margin-top: 30px;
}

.cgal_ct .cgal_cta {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
    border: 1px solid #e4e4e4;
    background-color: #fff;
}

.cgal_ct .cgal_cta:nth-child(2n) {
    margin-right: 0;
}

.cgal_cta_img {
    width: 42%;
    overflow: hidden;
}

.cgal_cta_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cgal_cta_img img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.cgal_cta_txt {
    width: 58%;
    padding: 40px 5.5%;
}

.cgal_cta_txth {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.cgal_cta_txtp {
    margin-top: 15px;
    color: #868686;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; */
}
.cgal_cta_txtp b{
    font-weight: 700;
    color: #333;
}
.cgal_cta_txtp p {
    font-size: 16px;
    line-height: 26px;
}

.cgal_ct .cgal_cta:hover .cgal_cta_img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.cgal_ct .cgal_cta:hover .cgal_cta_txth {
    color: #e89d00;
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}

/* 补充 */
.nynavbc {
    background-color: #e9f0f5;
}

.nynavbc_box {
    height: 80px;
    transform: translateY(-50%);
}
.nynavbc_box .w1{
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #fff;
}
.nynavbc_boxiem {
    /* height: 80px; */
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}
.nynavbc_boxiem.on{
    padding: 5px 0;
    background-color: #e89d00;
    border-radius: 50px;

}

/* 公司历史 */

.gsls {
    padding: 95px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #e9f0f5;
}

.gsls_title {
    text-transform: capitalize;
    word-break: break-all;
    font-size: 32px;
}

.gslsct {
    margin-top: 60px;
    position: relative;
}

.gslsct_xl,
.gslsct_xr {
    position: absolute;
    top: 0;
    width: auto;
    height: 20px;
    background-color: #e9f0f5;
    z-index: 10;
}

.gslsct_xl {
    left: 0;
}

.gslsct_xr {
    right: 0;
}

.gslsct_per,
.gslsct_next {
    position: absolute;
    top: 0;
    width: 70px;
    height: 70px;
    line-height: 65px;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: #fff;
    border: 1px solid #ececec;
    z-index: 20;
    cursor: pointer;
    outline: none;
}

.gslsct_per {
    left: 0;
    transform: translate(-50%, -28px);
    -webkit-transform: translate(-50%, -28px);
    -moz-transform: translate(-50%, -28px);
    -ms-transform: translate(-50%, -28px);
    -o-transform: translate(-50%, -28px);
}

.gslsct_next {
    right: 0;
    transform: translate(50%, -28px);
    -webkit-transform: translate(50%, -28px);
    -moz-transform: translate(50%, -28px);
    -ms-transform: translate(50%, -28px);
    -o-transform: translate(50%, -28px);
}

.gslsct_per i,
.gslsct_next i {
    font-size: 24px;
}

.gslsct_per:hover,
.gslsct_next:hover {
    background-color: #e89d00;
}
.gslsct_per:hover i,
.gslsct_next:hover i {
    color: #fff;
}

.gslsct_per.swiper-button-disabled i,
.gslsct_next.swiper-button-disabled i {
    color: #999;
}

.gslsct_container {
    width: 100%;
    padding-bottom: 50px;
}

.gslsct_slideitem_x {
    width: 100%;
    height: 1px;
    background-color: #d1d1d1;
    margin-top: 8px;
    position: relative;
}

.gslsct_slideitem_x::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid #d1d1d1;
    background-color: #fff;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    z-index: 20;
}

.gslsct_slideitem_sj {
    margin-top: 40px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

.gslsct_slideitem_img {
    padding: 20px;
}

.gslsct_slideitem_img>div {
    overflow: hidden;
    height: 100%;
}

.gslsct_slideitem_img img {
    width: 100%;
    height: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.gslsct_slideitem_txt {
    padding: 0 25px;
    text-align: center;
}

.gslsct_slideitem_txt p {
    color: #777;
    line-height: 24px;
    word-break: break-all;
}

.gslsct_container .gslsct_slide:first-child .gslsct_slideitem_x::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 1px;
    background-color: #f3f3f3;
}

.gslsct_container .gslsct_slide:last-child .gslsct_slideitem_x::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 1px;
    background-color: #f3f3f3;
}

.gslsct_pagination.swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 3px;
    background-color: #d1d1d1;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    opacity: 1;
}

.gslsct_pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ef8d01;
}

.gslsct_slide:hover img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}

.gslsct_slide:hover .gslsct_slideitem_x::after {
    background-color: #ef8d01;
    border-color: #ef8d01;
}

.gslsct_slide:hover .gslsct_slideitem_sj {
    color: #ef8d01;
}
/* 地图 */
.dtmap{
    padding: 95px 0;
    background-color: #fff;
}
.hm-sec5 .img{
    position: relative;
   margin-bottom: 20px;
  
}

.hm-sec5 .img img {
    width: 100%;
  }
  .hm-sec5 .img .zhi {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    line-height: 1;
  }
  .hm-sec5 .img .zhi i {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #666666;
    margin-left: 15px;
  }
  .hm-sec5 .img .zhi span {
    font-size: 16px;
    color: #999999;
  }
 

  .hm-sec5 .img .wei1 {
          top: 47%;
          left: 34%;
          top: 57%;
          left: 26%;
          display: flex;
          align-items: center;
          /* flex-direction: column; */
  }
  .hm-sec5 .img .wei1.wei33{
    top: 57%;
    left: 31%;
  }
  .hm-sec5 .img .wei1.wei00 {
    top: 50%;
    left: 32.4%;

  }
  .hm-sec5 .img .wei1 span {
    color: #002a5a;
  }
  .hm-sec5 .img .wei1 i {
    /* margin-top: 16px; */
    background-color: #002a5a;
    position: relative;
    display: flex;
  }
  .hm-sec5 .img .wei1 i:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #002a5a;
    background-color: rgb(0 42 90 / 50%);
    opacity: 1;
    -webkit-animation: scalea 1.4s linear infinite;
    animation: scalea 1.4s linear infinite;
  }
  @keyframes scalea {
    0% {
      transform: scale(0.2);
      opacity: 1;
    }
    100% {
      transform: scale(1.2);
      opacity: 0;
    }
  }
  .hm-sec5 .img .wei2 {
    top: 51.8%;
        left: 32%;
  }
  .hm-sec5 .img .wei3 {
        top: 54%;
        left: 33%;
  }
  .hm-sec5 .img .wei4 {
    top: 52%;
        left: 35.6%;
  }
  .hm-sec5 .img .wei4 span {
    order: 1;
  }
  .hm-sec5 .img .wei4 i {
    margin-left: 0;
    margin-right: 6px;
  }
  .hm-sec5 .img .wei5 {
    top: 56%;
    left: 32%;
    flex-direction: column;
  }
  .hm-sec5 .img .wei5 i {
    margin-top: 6px;
    margin-left: 10px;
  }
  .hm-sec5 .img .wei6 {
    top: 57%;
        left: 28%;
  }
  .hm-sec5 .img .wei6 i {
    margin-top: -8px;
  }
  .hm-sec5 .img .wei7 {
    top: 40%;
    left: 30%;
  }
  .hm-sec5 .img .wei7 span {
    order: 1;
  }
  .hm-sec5 .img .wei7 i {
    margin-left: 0;
    margin-right: 6px;
  }
  .hm-sec5 .img .wei8 {
      top: 63%;
      left: 31.5%;
  }
  .hm-sec5 .img .wei8 i {
    /* margin-top: -11px; */
  }
  .hm-sec5 .img .wei9 {
    top: 57.8%;
    left: 37.6%;
  }
  .hm-sec5 .img .wei9 span {
    order: 1;
  }
  .hm-sec5 .img .wei9 i {
    margin-left: 0;
    margin-right: 6px;
  }
  .hm-sec5 .img .wei10 {
    top: 60%;
    left: 36.6%;
  }
  .hm-sec5 .img .wei10 span {
    order: 1;
  }
  .hm-sec5 .img .wei10 i {
    margin-top: -11px;
    margin-left: 0;
    margin-right: 6px;
  }
  .hm-sec5 .img .wei11 {
    top: 65.5%;
    left: 39.5%;
  }
  .hm-sec5 .img .wei11 span {
    order: 1;
  }

  .hm-sec5 .img .wei12 {
    top: 44.8%;
    left: 13%;
  }
  .hm-sec5 .img .wei12 span {
    order: 1;
  }
  .hm-sec5 .img .wei12 i {
    margin-left: 0;
    margin-right: 6px;
  }
  .hm-sec5 .img .wei13 {
    top: 46%;
    left: 56%;
  }
  .hm-sec5 .img .wei14 {
  flex-direction: column;
    top: 69.5%;
    left: 36%;
  }

  .hm-sec5 .img .wei15 {
    top: 80%;
    left: 10%;
  }
  .wei11 span{
    margin-left: 20px;
  }
  .wei11 span{
    margin-left: 15px;
  }
  .wei14 span{
    margin-left: 0 ;
    margin-top: 15px ;
  }
  .fwln_box{
    display: flex;
    flex-wrap: wrap;
  }
  .fwln_box_item{
    display: flex;
    margin-top: 10px;
    width: 15%;
    margin-right: 2%;
    height: 50px;
    background-color: #002a5a;
    color: #fff;
  }
  .fwln_box_item:nth-child(6n){
    margin-right: 0;
  }
  .fwln_box_item>div{
    display: flex;
    align-items: center;
    height: 100%;
  }
  .fwln_box_iteml{
    justify-content: center;
    width: 80px;
    text-align: center;
    background-color: #e89d00;
  }
  .fwln_box_itemr{
    padding: 0 15px;
  }
  .fwln_box{
    margin-top: 20px;
  }
  .aboutdw{
    position: relative;
  }
  .aboutdw .hm-sec5 img,
  .aboutdw .fwln_box img{
   width: 60%;
   margin: 0 auto;
  }

  .aboutpa{
    position: absolute;
    top: -230px;
  }
  .nynavbc{
    height: 80px;
  }
  .fudongg{
    position: fixed;
    width: 100%;
    top: 150px;
    z-index: 5;
    background-color: rgba(226, 226, 226, .6);
    transform: translateY(0);
    height: 60px;
    z-index: 15;
  }
  .fudongg .w1{
    background-color: transparent;
  }
  .fudongg .nynavbc_boxiem{
    color: #fff;
  }
  .mbmap{
    overflow: hidden;
    margin: 25px 0;
    display: none;
}
.mbmap img{
    width: 100%;
}
.fwln_gd{
    display: flex;
    justify-content: center;
}
.fwln_gd .fwln_gda {
    display: block;
    width: 192px;
    height: 60px;
    margin-top: 35px;
    text-align: center;
    line-height: 60px;
    background-color: #e89d00;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.fwln_gda span {
    font-size: 16px;
    color: #fff;
}

.fwln_gda i {
    padding-left: 5px;
    font-size: 20px;
    color: #fff;
}

.fwln_gd .fwln_gda:hover {
    transform: scale(.97);
    -webkit-transform: scale(.97);
    -moz-transform: scale(.97);
    -ms-transform: scale(.97);
    -o-transform: scale(.97);
}
.fwln_box{
    position: relative;
}
.fwln_box img{
    width: 100%;
}
.mapbj{
    display: flex;
    align-items: center;
    position: absolute;
    line-height: 1;
}
.mapbj span{
    color: #002a5a;
    font-size: 12px;
}
.mapbj i{
    display: flex;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 15px;
    background-color: #002a5a;
    position: relative;
}
.mapbj.txtl i{
    margin: 0;
    margin-left: 15px;
}
.mapbj i::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #002a5a;
    background-color: rgb(0 42 90 / 50%);
    opacity: 1;
    -webkit-animation: scalea 1.4s linear infinite;
    animation: scalea 1.4s linear infinite;
}
.mapbj01{
    top: 35%;
    left: 53.4%;
}
.mapbj08{
    top: 40%;
    left: 47.5%;
}
.mapbj02{
    bottom: 4%;
    left: 52.5%;
}
.mapbj03{
    bottom: 51%;
    left: 59%;
}
.mapbj10{
    bottom: 48%;
    left: 59%;
}
.mapbj10.dft{
    flex-direction: column;
}
.mapbj10.dft span{
    order: -1;
    margin-bottom: 15px;
}
.mapbj09{
    bottom: 54%;
    left: 59.5%;
}
.mapbj04{
    bottom: 44%;
    left: 55%;
}
.mapbj05{
    bottom: 35%;
    left: 63%;
}
.mapbj11{
    bottom: 32%;
    left: 62%;
}
.mapbj06{
    bottom: 16.5%;
    left: 56%;
}
.mapbj12{
    bottom: 14%;
    left: 57%;
}
.mapbj07{
    bottom: 11.5%;
    left: 57%;
}
.mapbj07.txtc span{
    color: #e89d00;
}
.mapbj07.txtc i{
    background-color: #e89d00;
}
.mapbj07.txtc i::after{
    border: 1px solid #e89d00;
    background-color: #e89d00;
}
@media screen and (max-width: 2600px){
    .hm-sec5 .img .wei1.wei00{
        left: 30%;
    }
    .hm-sec5 .img .wei1.wei33{
        left: 28%;
    }
    .hm-sec5 .img .wei14{
        left: 35%;
    }
}
@media screen and (max-width: 2300px){
    .hm-sec5 .img .wei1{
        left: 24%;
    }
    .hm-sec5 .img .wei1.wei00{
        left: 29%;
    }
    .hm-sec5 .img .wei13{
        left:54%;
    }
    .hm-sec5 .img .wei11{
        left: 39%;
    }
    .hm-sec5 .img .wei14{
        left: 35%;
    }
}
@media screen and (max-width: 2200px){
    .hm-sec5 .img .wei1.wei00 {
        left: 28%;
    }
    .hm-sec5 .img .wei14{
        left: 34%;
    }
}
@media screen and (max-width: 2000px){
    .hm-sec5 .img .wei1.wei00 {
        left: 27%;
    }
    .hm-sec5 .img .wei1.wei33{
        left: 26%;
    }
}
@media screen and (max-width: 1800px){
    .gsxqjsbox_ct p{
        margin-bottom: 10px;
    }
    .gsxqjsbox_p {
        font-size: 20px;
    }
    .hm-sec5 .img .wei1{
        left: 21%;
    }
    .hm-sec5 .img .wei1.wei00 {
        left: 24%;
    }
    .hm-sec5 .img .wei1.wei33{
        left: 24%;
    }
    .hm-sec5 .img .wei13{
        left: 51%;
    }
    .hm-sec5 .img .wei11{
        left: 39%;
    }
    .hm-sec5 .img .wei14{
        left: 34%;
    }
}
@media screen and (max-width: 1700px){
    .hm-sec5 .img .wei1.wei00{
        left: 22%;
    }
}
@media screen and (max-width: 1600px){
    .hm-sec5 .img .wei1{
        left: 19%;
    }
    .hm-sec5 .img .wei13{
        left: 49.5%;
    }
    .hm-sec5 .img .wei1.wei33{
        left: 21%;
    }
    .hm-sec5 .img .wei1.wei00{
        left: 20.5%;
    }
    .hm-sec5 .img .wei8{
        left: 30%;
    }
    .hm-sec5 .img .wei11{
        left: 39%;
    }
    .hm-sec5 .img .wei14{
        left: 33%;
    }
}
@media screen and (max-width: 1600px) {

    /* 公司详情介绍 */
    .gsxqjs {
        padding: 10px 0 35px;
    }

    .gsxqjsbox_l {
        padding-right: 20px;
    }

    .gsxqjsbox_lh {
        font-size: 32px;
    }

    .gsxqjsbox_p {
        font-size: 20px;
    }

    .gsxqjsbox_ct p {
        font-size: 16px;
        line-height: 24px;
    }

    .gsxqjsbox_r {
        padding-left: 80px;
    }

    /* 公司详情说明 */
    .gsxqsmbox_itemh {
        font-size: 46px;
    }

    /* 成功案例 */
    .cgal_cta_txth {
        font-size: 18px;
    }

    .cgal_cta_txtp {
        margin-top: 10px;

    }

    .cgal_cta_txtp p {
        font-size: 14px;
        line-height: 23px;
    }
    .fwln,
    .gsls,
    .dtmap,
    .fwln,
    .cgal{
        padding: 80px 0;
    }
    .fwln_ct{
        margin-top: 40px;
    }
    .fwys_xz .fwys_rb,
    .zypz .fwys_rb{
        margin-top: 40px;
    }
    .fwln_box_item{
        font-size: 14px;
    }
    .fwln_box_item{
        width: 23.5%;
    }
    .fwln_box_item:nth-child(6n) {
        margin-right: 2%;
    }
    .fwln_box_item:nth-child(4n) {
        margin-right: 0;
    }
    .cgal_cta_txtp {
        font-size: 14px;
    }
    .nynavbc_boxiem{
        font-size: 18px;
    }
    .gsxqjsbox_p {
        font-size: 18px;
    }
}
@media screen and (max-width: 1500px) {
    .hm-sec5 .img .wei1.wei00{
        left: 18%;
    }
    .hm-sec5 .img .wei1.wei33{
        left: 19%;
    }
}
@media screen and (max-width: 1400px) {

    /* 公司详情介绍 */
    .gsxqjsbox_lh {
        font-size: 28px;
    }

    .gsxqjsbox_p {
        margin-top: 5px;
        font-size: 18px;
    }

    .gsxqjsbox_x {
        margin-top: 25px;
    }

    .gsxqjsbox_ct {
        margin-top: 25px;
    }

    .gsxqjsbox_p {
        font-size: 16px;
    }

    .gsxqjsbox_r {
        padding-left: 60px;
    }

    /* 公司详情说明  */
    .gsxqsmbox_itemh {
        font-size: 40px;
    }

    .gsxqsmbox_itemp {
        font-size: 14px;
    }

    /* 服务理念 */
    .fwln {
     padding: 70px 0;
    }

    .fwln_tleh,
    .qyjsbox_tleh {
        font-size: 32px;
    }

    .fwln_tlep {
        font-size: 20px;
    }

    .fwln_ctlbox,
    .fwln_ctrt {
        padding: 30px;
    }

    .fwln_ctrt {
        height: 250px;
    }

    .fwln_ctrt_txth {
        font-size: 22px;
    }

    .fwln_ctrt_txtp {
        font-size: 14px;
        line-height: 22px;
    }

    /* 企业精神 */
    .qyjs {
        margin-top: 80px;
        padding: 60px 0;
    }

    .qyjsbox_tlep {
        font-size: 18px;
    }

    .qyjsbox_ctitemh {
        font-size: 20px;
    }

    .qyjsbox_tlex {
        margin-top: 30px;
    }

    .qyjsbox_ct {
        margin-top: 20px;
    }

    .qyjsbox_ctitem {
        padding: 20px 0;
    }

    /* 相对行业 */
    .xdhy_container {
        height: 250px;
    }
    .fwln,
    .gsls,
    .dtmap,
    .fwln,
    .cgal{
        padding: 70px 0;
    }
    .nynavbc_boxiem{
        font-size: 16px;
    }
    .fwln_gd .fwln_gda {
        margin-top: 25px;
    }
    .hm-sec5 .img .wei1.wei00{
        left: 13.5%;
    }
    .hm-sec5 .img .wei1.wei33{
        left: 16%;
    }
    .hm-sec5 .img .wei14{
        left: 31%;
    }
    .hdbox a{
        height: 55px;
    }
}

@media screen and (max-width: 1200px) {

    /* 公司详情介绍  */
    .gsxqjs {
        padding: 10px 0 40px;
    }

    .gsxqjsbox_lh {
        font-size: 22px;
    }

    .gsxqjsbox_p {
        font-size: 16px;
    }

    .gsxqjsbox_ct p {
        font-size: 14px;
        line-height: 24px;
        /* margin-bottom: 10px; */
    }

    .gsxqjsbox_x {
        margin-top: 20px;
    }

    .gsxqjsbox_ct {
        margin-top: 20px;
    }

    .gsxqjsbox_rboximg {
        transform: translate(-20px, -20px);
        -webkit-transform: translate(-20px, -20px);
        -moz-transform: translate(-20px, -20px);
        -ms-transform: translate(-20px, -20px);
        -o-transform: translate(-20px, -20px);
    }

    /* 公司详情说明  */
    .gsxqsmbox>div {
        padding: 30px 10px;
    }

    .gsxqsmbox_itemh {
        font-size: 34px;
    }

    .gsxqsmbox_itemp {
        font-size: 12px;
    }

    /* 服务理念 */
    .fwln {
        /* margin-top: 55px; */
    }
    .fwln, .gsls, .dtmap, .fwln, .cgal{
        padding: 55px 0;
    }
    .fwln_ct {
        margin-top: 35px;
    }
    .fwys_xz .fwys_rb,
    .zypz .fwys_rb{
        margin-top: 35px;
    }
    .fwln_tleh,
    .qyjsbox_tleh {
        font-size: 28px;
    }

    .fwln_tlep {
        font-size: 18px;
    }

    .fwln_ctrt_txth {
        font-size: 20px;
    }

    .fwln_ctrt_txtp {
        line-height: 22px;
    }

    .fwln_ct>div {
        width: 49.2%;
    }

    .fwln_ctlbox,
    .fwln_ctrt {
        padding: 25px;
    }

    .fwln_ctrt {
        height: 220px;
    }

    /* 企业精神 */
    .qyjs {
        margin-top: 65px;
        padding: 55px 0;
    }

    .qyjsbox_tlep {
        margin-top: 5px;
        font-size: 16px;
    }

    .qyjsbox_tlex {
        margin-top: 20px;
    }

    .qyjsbox_ct {
        margin-top: 10px;
    }

    .qyjsbox_ctitemh {
        font-size: 18px;
    }

    .qyjsbox_ctitemp {
        margin-top: 5px;
        font-size: 14px;
        line-height: 22px;
    }

    .qyjsbox_ctitem {
        padding: 15px 0;
    }

    /* 相关行业 */
    .xdhy_slideitem_p {
        margin-top: 15px;
        font-size: 14px;
    }

    .xdhy_container {
        height: 220px;
    }

    .xdhy_container .swiper-pagination {
        display: block;
    }

    /* 成功案例 */

    .cgal_tlel_h {
        font-size: 22px;
    }

    .cgal_tlel_p {
        margin-bottom: 3px;
        font-size: 12px;
    }

    .cgal_cta_txth {
        font-size: 16px;
    }

    .cgal_cta_txt {
        padding: 30px 5%;
    }

    .cgal_cta_txtp {
        margin-top: 3px;

    }

    .cgal_cta_txtp p {
        line-height: 20px;
    }
    .fwln_box_item{
        font-size: 12px;
    }
    .fudongg{
        top: 130px;
    }
    .hm-sec5 .img .wei1.wei00{
        left: 10%;
    }
    .hm-sec5 .img .wei1.wei33{
        left: 13%;
    }
    .hdbox a{
        height: 45px;
        font-size: 14px;
    }
}

@media screen and (max-width: 992px) {

    /* 公司详情介绍  */
    .gsxqjs {
        padding: 60px 0;
    }

    .gsxqjsbox {
        flex-wrap: wrap;
    }

    .gsxqjsbox>div {
        width: 100%;
    }

    .gsxqjsbox_rboximg {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }

    .gsxqjsbox_l {
        padding-right: 0;
    }

    .gsxqjsbox_r {
        margin-top: 15px;
        padding-left: 0;
    }

    /* 公司详情说明 */
    .gsxqsm .w1 {
        width: 100% !important;
    }

    .gsxqsmbox_itemh {
        font-size: 30px;
    }

    .gsxqsmbox>div {
        padding: 20px 10px;
    }
    .fudongg{
        top: 80px;
    }
    .aboutpa{
        top: -150px;
    }
    .fudongg{
        position: static;
    }
    .nynavbc,
    .fudongg,
    .nynavbc_box{
        height: auto;
    }
    .fudongg{
        background-color: #fff;
    }
    .nynavbc_boxiem.on{
        color: #e89d00;
        background-color: transparent;
    }
    .nynavbc_box .w1{
        flex-wrap: wrap;
    }
    .nynavbc_boxiem{
        flex: none;
        width: 20%;
        height: 40px;
        border-top: 1px solid #eee;
        border-right: 1px solid #eee;
        font-size: 14px;
    }
    .nynavbc_boxiem:nth-child(- n +5){
        border-top: 0;
    }
    .nynavbc_boxiem:nth-child(5n){
        border-right: 0;
    }
    .hm-sec5{
        display: none;
    }
    .mbmap{
        display: block
    }
    .fwln_box{
        display: none;
    }
}
.fudongg .nynavbc_boxiem{
    color: #b9b7b7;
}
.fudongg .nynavbc_boxiem.on{
    color: #fff;
}
@media screen and (max-width: 768px) {

    /* 公司详情介绍  */
    .gsxqjsbox_lh {
        font-size: 20px;
    }

    .gsxqjs {
        padding: 40px 0 50px;
    }

    .gsxqjsbox_p {
        font-size: 12px;
    }

    .gsxqjsbox_ct p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 6px;
    }

    .gsxqjsbox_x {
        margin-top: 15px;
    }

    .gsxqjsbox_x {
        margin-top: 15px;
    }

    /* 公司详情说明  */
    .gsxqsmbox {
        flex-wrap: wrap;
    }

    .gsxqsm {
        border-bottom: 1px solid #d6dde2;
    }

    .gsxqsmbox_itemh {
        font-size: 26px;
    }

    .gsxqsmbox>div {
        flex: none;
        width: 50%;
        padding: 10px 5px;
        border-right: 1px solid #d6dde2;
        border-top: 1px solid #d6dde2;
    }

    .gsxqsmbox>div:nth-child(-n+2) {
        border-top: 0;
    }

    .gsxqsmbox>div:nth-child(2n) {
        border-right: 0;
    }

    /* 服务理念 */
    .fwln_tleh,
    .qyjsbox_tleh {
        font-size: 20px;
    }

    .fwln_tlep {
        margin-top: 0;
        font-size: 16px;
    }

    .fwln_ct {
        flex-wrap: wrap;
    }

    .fwln_ct>div {
        width: 100%;
    }

    .fwln_ctl {
        margin-bottom: 10px;
    }

    .fwln_ctlbox {
        justify-content: center !important;
        text-align: center;
    }

    .fwln_ctrt_txth {
        font-size: 16px;
    }

    .fwln_ctrt_txtp {
        font-size: 12px;
        line-height: 20px;
    }

    .fwln_ctrt {
        margin-bottom: 10px;
        justify-content: center !important;
        height: auto;
        text-align: center;
    }

    /* 企业精神 */
    .qyjs {
        padding: 45px 0;
    }

    .qyjsbox_tlep {
        font-size: 16px;
    }

    .qyjsbox_ct {
        width: 100%;
    }

    .qyjsbox_ctitemh {
        font-size: 16px;
    }

    .qyjsbox_ctitemp {
        font-size: 12px;
        line-height: 20px;
    }

    .xdhy_container {
        height: 200px;
    }

    .fwln_ctrt_txtp p {
        font-size: 14px;
    }

    /* 成功案例 */
    .cgal_tlel_h {
        font-size: 20px;
    }

    .cgal_cta_txth {
        font-size: 15px;
    }

    .cgal_cta_txtp p {
        font-size: 12px;
        line-height: 20px;
    }

    .cgal_ct .cgal_cta {
        width: 100%;
        margin-right: 0;
    }
 
    .fwln_box_item{
        width: 49%;
        height: 45px;
    }
    .fwln_box_item:nth-child(4n){
        margin-right: 2%;
    }
    .fwln_box_item:nth-child(2n){
        margin-right: 0%;
    }
    .fwln_box_iteml{
        width: 52px;
    }
    .gslsct_per, .gslsct_next{
        display: none;
    }
    .gslsct_xr,
    .gslsct_xl{
        display: none;
    }
    .gslsct{
        margin-top: 25px;
    }
    .fudongg{
        top: 72px;
    }
    .aboutpa{
        top: -120px;
    }
    .mbmap{
        display: block;
       }
       .nynavbc_boxiem{
        font-size: 12px;
       }
       .nynavbc_boxiem.on{
        padding: 0;
        border-radius: 0;
       }
       .fudongg{
        transform: translateY(-50%);
       } 
       .fudongg .nynavbc_boxiem{
        color: #333;
    }
    .fwln_gd .fwln_gda {
        width: 160px;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }
    .hdbox a{
        width: 160px;
        height: 45px;
        font-size: 14px;
    }
    .fwln_ctlboxdw:before{
        opacity: .5;
    }
    .hdbox.hdboxs{
        flex-wrap: wrap;
    }
    .hdbox.hdboxs a{
        flex: none;
        margin: 0;
        width:16.66%;
        height: 40px;
        font-size: 12px;
        border-top: 1px solid #fff;
    }
    .hdbox.hdboxs a:nth-child(6n){
        margin-right: 0;
        border-right: 0;
    }
    .hdbox.hdboxs a:nth-child(-n +6){
      border-top: 0;
    }
}
