
/*加载中*/
#loading{
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgb(255, 255, 255);
    z-index: 2000;
    opacity: 1;

}
#loading img{
    width:400px;
    height:300px;
    position:absolute !important;
    top:50%;
    left:50%;
    margin-top:-150px;
    margin-left:-200px;
    z-index: 2001;

}
/* 头部样式 */
body{
    margin: 0px;
    /* width: 1920px;
    width: 100%; */
    min-width: 1100px;
}
*{
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color:white;
}
.main_ywbt>a{
    color: #8a8a8a;
}
ul{
    list-style: none;
}
header{
    -webkit-width: 100%;
    width: 100%;
    -webkit-height: 150px;
    height: 150px;
    /* border: 1px solid red; */
}
.top{
  /* border:1px solid red; */
  width: 100%
}
.top1{
    -webkit-height: 95px;
    height: 95px;
    /* border: 1px solid red; */
}
.top1_1{
    margin: 0 auto;
    -webkit-width:1080px;
    -webkit-height:100%;
    width:1080px;
    /* border: 1px solid blue; */
    height:100%;
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.top1_11{
    /* width:25rem; */
    height: 60px;
    /* border: 1px solid red; */
    display: flex;
    justify-content:space-between;
}
.top1_11 img{
    width: 100%;
    height: 100%;
}

.top_right{
    position: relative;
    -webkit-height: 95px;
    height: 95px;
    /* border: 1px solid yellow; */

}

.top1_12 ul{
    /* margin: 1rem 0; */
    padding: 1rem 0px;
    /* border: 1px solid red; */
    /* height:2rem; */
    text-align:center;
    /* width:15rem; */
    /* -webkit-height:2rem; */
    /* -webkit-width:15rem; */

}
.top1_12 ul>li{
    float:left;
    padding:0px 10px;
    border-right:1px solid skyblue;
    color:#88abda;
    font-size:10px;
    cursor: pointer;

}
.top1_12 ul>li:nth-of-type(4){
    border: none;
}
.top1_122{
    /* width: 10rem; */
    height: 2rem;
    /* border: 1px solid red; */
    /* margin-top: 10px; */
    position: absolute;
    text-align: center;
    right: 5px;
    line-height: 2rem;
    font-size: 0.9rem;
    color: white;
    background-color: #127ec3;
    padding: 0 0.9rem 0;

}

/* 第二部分 */
.top2{
    height: 55px;
    background-color:#127ec3;
    /* border: 1px solid yellow; */
}
.top2_1{
    width:1080px;
    height:100%;
    line-height: 55px;
    text-align: center;
    color:white;
    /* border: 1px solid blue; */
    margin:0 auto;
}
.top2_1>ul{
    margin:0px;
    padding:0px;
    display: flex;
    justify-content:space-around;
}
.top2_1>ul>li{
    cursor: pointer;
    margin:0px;
    padding:0px;
    width:calc((100% - 6px)/6);
    border-left: 1px solid rgb(174, 174, 179)
}
.top2_1>ul>li:last-child{
    border-right: 1px solid rgb(174, 174, 179);
}
.top2_1>ul>li{
    position: relative;
}
.top2_1>ul>li>a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 11;
}
/* li中 下拉 */
.xl{
    position: relative;
}
.li_xl{
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 0;
    padding-top: 55px;
}
.li_xl>ul{
    margin:0px;
    padding:0px;
}
.li_xl>ul>li{
    position: relative;
    background-color:#127ec3;
    opacity: 0.9;
    height: 55px;
}
.li_xl>ul>li>a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
}
/* main 内容部分 */
main{
    width:100%;
    /* border: 1px solid red; */
}
/* 轮播 */
.main_lb{
    width:100%;
    height:600px;
    /* border: 1px solid red; */
}
.carousel-inner,.item{
    height:100%;
    /* border: 1px solid yellow; */
}
.carousel-inner img{
    width:100%;
    height:100% !important;
}
#carousel-example-generic{
    width:100%;
    height:100%;

}
/* 经验部分 */
.main_jy{
    width: 100%;
    height: 300px;
    /* border: 1px solid red; */

}
.main_jy>div{
    width:1080px;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-around;

    /* border: 1px solid red; */
}
.main_jy>div>section{
    margin-top: 60px;
    width: calc((100% - 300px) / 4);
    /* border: 1px solid red; */
    /* padding: 2rem; */
    text-align: center;
}
.main_jy>div>section>p:nth-of-type(1){
    color: rgb(41, 139, 179);
    /* margin-top: 0.5rem; */
    margin-bottom: 30px;
    font-size:16px;
}
.main_jy>div>section>p:nth-of-type(2){
    font-size: 14px;
    color: #787777;
}
.main_jyimg{
    width: 3.5rem;
    /* border: 1px solid red; */
    height: 3.5rem;
    margin: 0 auto;
    margin-bottom: 22px;
}
.main_jyimg>img{
    width: 100%;
}
/* 业务服务部分 合作部分有相同的就直接引用业务的样式*/
.main_yw,.main_hz{
    width: 100%;
    /* height: 15rem; */
    /* border: 1px solid red; */
    margin-bottom: 2.666667rem
}
.main_yw{
    margin-bottom: 120px;
}
.main_yw>div,.main_hz>div{
    width:1080px;
    height: 100%;
    /* border: 1px solid yellow; */
    margin: 0 auto;
}
.main_hz>div{
    position: relative;
}
/* 业务标题部分 */
.main_ywbt,.main_hzbt{
    width: 1080px;
    height: 3rem;
    /* font-size: 0.8rem; */
    color: rgb(136, 135, 135);
    border-bottom: 1px solid rgb(209, 205, 205);
    display: flex;
    justify-content: space-between;
    align-items: center;



}

.main_ywbt b,.main_hzbt b{
    font-size: 1.5rem;
    font-weight: 400;
    color: black;
}
.main_ywbt img,.main_hzbt img{
    width: 1.2rem;
    margin-top: -.093333rem;
    /* height: 1rem; */
}

.main_ywbt span:nth-of-type(2){
    cursor: pointer;
}
/* 业务内容 */

.main_ywnr{
    /* margin-top: 1rem; */
    width: 100%;
    height: 500px;
    /* border: 1px solid saddlebrown; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    /* padding:0px 1rem; */
}
.main_ywgd{
    color: #131611;
}
.main_ywnr>section{
    margin-top: 40px;
    /* margin-right: 24px; */
    width: calc((100% - 100px) / 3);
    height: 248px;
    border: 1px solid rgb(198, 197, 199);
    cursor: pointer;
}
.main_ywnr>section img{
    width: 100%;
    height: 100%;
}
.main_ywnr>section>div:nth-of-type(1){
    height: 80%;
    width: 100%;
    overflow: hidden;
    /* border: 1px solid red; */
}
.main_ywnr>section>div:nth-of-type(2){
    height: 20%;
    width: 100%;
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_ywnr p{
    margin: 0px;
}
.main_ywnr p a{
    color: #131611;
}
.main_ywnr section:hover .main_ywwz p a{
    color: #fff !important;
}
/* 合作部分 */
.main_hz{
    position: relative;
    height: 400px;
    /* background-color: #127ec3; */
   /* background-image: url("../imgs/he_bj.jpg");*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.hz_img{
    position: absolute;
    top: calc((100% - 80px) / 2);
    width: 1080;
    /* border: 1px solid red; */
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.hz_img img{
    width: 90%;
    height: 90%;
}
.hz_img>div{
    width: 210px;
    /* height: 50px; */
    /* border: 1px solid red; */
}
/* 合作部分标题 */
.main_hzbt{
    border-bottom: 1px solid rgb(190, 186, 186);
    position: absolute;
    top: 79px;

}

/* .main_hzbt>span{
    margin-top: 1rem;
} */
.main_hzbt b{
    color: white;
}
.main_hzbt span:nth-of-type(2){
    cursor: pointer;
    color: rgb(231, 228, 228)
}
/* 关于我们 */
.main_gynr{
  /* padding: 0px 1rem; */
    width: 100%;
    /* height: 480px; */
    /* border: 1px solid black; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 2.666667rem
}
.main_gynr img{
    width: 100%;
    height: 100%;
}
.main_gynr>section{
    /* border: 1px solid red; */
    height: calc(100% - 20px);
}
.main_gynr>section:nth-of-type(1){
    width: 459px;
    height: 250px;
    overflow: hidden;
}
.main_gynr>section:nth-of-type(2){
    width: 530px;
    height: 281px;
       position: relative;

}
.main_gynr h4{
    font-weight: 700;
    margin-top: 10px;
}
.main_gynr p{
    color: rgb(136, 135, 135);
    font-size: 0.85rem;
    margin-top: 1rem;
    letter-spacing:3px;
}
.main_gynr p br{
    display: none;
}
.main_gynr a{
    border: 1px solid #b5b5b5;
    width: 130px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 1rem;
    color: #717171;
    display: inline-block;
    text-align: center;

}
/* 新闻动态 */
.main_xwnr{
    /* padding: 0px 1rem; */
    width: 100%;
    /* height: 283px; */
    /* border: 1px solid gold; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    }
    .main_xwnr section{
        height: calc((100%) / 2);
        margin-top: 40px;
        /* border: 1px solid red; */
        padding: 1rem 0px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .main_xwnr section img{
        width: 100%;
        height: 100%;
        cursor: pointer;
    }
    .main_xwnr section>div:nth-of-type(1){
    width: 163px;
    height: 112px;
    /* border: 1px solid yellow; */
    overflow: hidden;
    }

    .main_xwnr section>div:nth-of-type(2){
        width: 321px;
        height: 110px;
        overflow: hidden;
        text-overflow:ellipsis;
        margin-left: 20px;
        /* white-space: nowrap; */
        /* border: 1px solid yellow */
        }
    .main_xwnr section>div:nth-of-type(2) h5{
        font-size: 18px;
        cursor: pointer;
        margin-top: 0px;
    }
    .main_xwnr section>div:nth-of-type(2) p{
        /* font-size: 0.8rem; */
        color: rgb(136, 135, 135);
        cursor: pointer;
    }
    .main_xwnr h5{
        color: #333333;
    }
/* 底部样式 */
.footer_dibu{
    width: 100%;
    height: 370px;
    min-height: 245px;
    /* border: 1px solid red; */
}
.footer_head img{
    width: 100%;
    height: 100%;
}
.footer_dibu>div:nth-of-type(1){
    padding: 70px 0px;
    width: 100%;
    height: 310px;
    background-color: #434a54
}
.footer_dibu>div:nth-of-type(2){
    width: 100%;
    height: 60px;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;

}
.footer_dibu>div>section{
    width: 1050px;
}
.footer_head{
    width: 100%;
    /* border: 1px solid rgb(76, 0, 255); */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:auto;

}
.footer_head>div:nth-of-type(1){
    width: 210px;
    height: 150px;
    min-width:150px;
    min-height:108px;
    /* border: 1px solid red; */

}
.footer_head>div:nth-of-type(2){
    width:710px;
    font-size: 14px;
    color: #fefefe;
    /* height: 80%; */
    /* border: 1px solid red; */
    display: flex;
    justify-content: space-around;

}
.footer_head>div:nth-of-type(2) h5{
    font-size: 16px;
    margin: 0px;
    margin-bottom: 18px;
}
.footer_head>div:nth-of-type(2) ul{
    padding: 0px;
    margin: 0px;
    color: #f9efe5;
    /* border: 1px solid red; */
}
.footer_head>div:nth-of-type(2) ul>li{
    margin-bottom: 15px;
}
.footer_head>div:nth-of-type(2) ul img{
    width: 1.5rem;
    height: 1.5rem;
    margin-left: -0.5rem;
}
.footer_head>div:nth-of-type(2) ul a{
    color: #f9efe5;
}
.footer_head>div:nth-of-type(3){
    width: 104px;
    height: 134px;
    /* max-width:92px;
    max-height:96px; */
    /* border: 1px solid red; */

}
/* 底部第二部分 */
.footer_foot{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #888787;
    margin: auto;

}
.footer_foot>div{
    /* border: 1px solid brown; */
    /* height: calc(50%); */
    font-size: 0.8rem;
}
.footer_foot>div:nth-of-type(1){
    width: 60%;
}
.footer_foot>div:nth-of-type(2){
    width: 20%;
}
/* 媒体查询的相关样式 */
/* 头部 */
nav.navbar{
    display: none;
}
.navbar-brand{
    width: 50vw;
    /* border: 1px solid red; */
    padding: 0px;
  }
  .navbar-brand>img{
    /* width: 100%; */
    height: 100%;
  }
  /* 内容 轮播下一个 */
  .lb_sj{
      display: none;
    width: 60vw;
    /* height: 15rem !important; */
    /* border:1px solid red; */
    border-bottom: 1px solid rgb(209, 209, 209);
    margin: auto;
    min-width: 280px;
    min-height: 12rem;
    margin-bottom: 1rem;
  }
  .item>.wa{
    width: 60%;
    height: 30hw !important;
    /* border:1px solid red; */
    margin:auto;
    margin-top: calc((100% - 30hw) / 2);
    text-align: center;
  }
  .wa>div{
    width: 50%;
    height: 40%;
    /* border: 1px solid red; */
    margin:  auto;
    text-align: center;
  }
  .wa img{
    width: 90%;
    height: 90%;

  }
  .wa h4{
    color: #127ec3
  }
  .wa span{
    font-size: 0.7rem;
    color: rgb(168, 167, 167);
    margin-bottom: 1rem;
  }
  a.right,a.left {
    background-image: none !important;
  }
  /* 业务部分 */

  .main_ywbt>span br,.main_hzbt>span br{
      display: none;
  }
  /* 合作伙伴 */
  .hb_sj{
      position: absolute;
      top: 0px;
      left: 0px;
    width: 100%;
    height: 100%;
    /* border:1px solid red; */
    /* border-bottom: 1px solid rgb(209, 209, 209); */
    margin: auto;
    z-index: 100;
  }
  #hb{
    position: relative;
}
  .item>.bbb{
    position: absolute;
    width: 80%;
    height: 3rem !important;
    /* border:1px solid red; */
    /* margin:auto; */
    margin-top: calc((100% - 50vw) / 2);
    margin-left: calc((100% - 80%) / 2);
    text-align: center;
    z-index: 100;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .bbb img{
    width: 100%;
    height: 100%;
  }

  .bbb>div{
      width: 40%;
      /* height: 100%; */
  }
  .hb_sj{
      display: none;
  }
  /* 电话等等 */
  .sp_dh{
      width: 100%;
      height: 2rem;
      background-color: #1b1b1b;
      display: none;
  }
  .sp_dh>div{
      width: calc((100%)/4);
      height: 100%;
      border-left: 1px solid rgb(78, 78, 78);
      line-height: 2rem;
      text-align: center;
      color: rgb(209, 209, 209);
  }
  .a_yc{
      display: none;
  }

  /* 改 */
  .gywm{
      margin-bottom: 20px;
  }
  /* 改 */

.footer_head1{
    font-size: 0.8rem !important;

}
.footer_foot>div{
    font-size: 0.9rem;
    /* border: 1px solid red; */
}
.xw{
    margin-bottom: 20px;
}

  @media all and (max-width:980px){
    body{
        min-width: 100% !important;
    }
  }


  @media all and (max-width:980px){
      /* 业务 */
      .main_yw{
          height: 100vw;
          margin-bottom: 200px;
      }
      .gywm{
        height: 100%;
        margin-bottom: 0px;
    }
    .xw{
        height: 100%;
        margin-bottom: 100px;
    }
    .main_ywnr{
        height:100%;
        width:100%
    }
    .main_ywnr>section{
       width: calc((100% - 30px)/2);
       height: calc((100% - 30px)/3);
    }

  }

@media all and (max-width:980px){
    nav.navbar{
        display: block;
    }
    /* 替换头部 */
    header{
        display: none
    }
    /* 替换多年经验 */
    div.main_jy{
        display: none
    }
    .main_lb{
        height: 40vw;
        margin-top: -20px;
        /* height: 60vw; */
        /* min-height: 100px; */
    }
    .a_yc{
        display: block;
    }
    .navbar-header{
        background-color: white;
    }
    /* 多年手机版 */
    .lb_sj{
        display: block;
    }
    /* 业务手机版 */
    .main_ywbt>a,.main_hzbt>span:nth-of-type(2){
        display: none;
    }
    .main_ywbt>span br,.main_hzbt>span br{
        display: block;
    }
    .main_ywbt,.main_hzbt{
        text-align: center;
        margin: auto;
        width:100px;
        margin-top: 1rem;
        /* border: 1px solid red; */
        border-bottom: 1px solid #127ec3;
        height: 6rem;
    }
    .main_hzbt{
        width:150px;
        top: 0%;
        left: calc((100% - 150px) / 2);
    }

    /* 合作 */
    .main_hz{
        width: 100%;
        height: 55vw;
        min-height: 320px;
    }
    .hz_img{
        display: none;
    }
    .hb_sj{
        display: block !important;
    }
    /* 关于我们 */
    .main_gywz{
        padding: 1rem 0px;
        margin: auto;
    }
    .main_gytp,.main_gywz>h4{
        display: none;
    }
    .main_gywz p{
      text-indent: 1rem;
    }
    .main_gywz a{
        margin-bottom: 1rem;
    }
    .main_gynr{
        /* margin-top: 59px; */
        border-bottom: 1px solid #d1d1d1;
    }
    .main_gynr a{
        background-color: #127ec3;
        color: white;
        border: none;
        border-radius: 5px;
        margin-left: calc((100% - 9rem) / 2)
    }
    .main_gynr button{
        background-color: #127ec3;
        color: white;
        border: none;
        border-radius: 5px;
        margin-left: calc((100% - 6rem) / 2)
    }
    .main_hz > div{
        width: 100%;
    }
    /* 底部 */
    .footer_head{
        width: 100%;
        justify-content: space-around;
    }
    .footer_dibu > div > section{
        width: 100%;
    }
    .footer_head>div:nth-of-type(3),.footer_head1>ul h5,.footer_head1>ul:nth-of-type(1),.footer_head1>ul:nth-of-type(2){
        display: none;
    }
    .footer_head>div:nth-of-type(1){
        width: 25vw;
        height: 15vw;
        /* padding-left:50px;  */
    }
    .footer_dibu>div:nth-of-type(1){
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer_head1{
        font-size: 1.5vw;
        min-width: 200px;
        min-height: 10px;
        /* border: 1px solid red */
        /* overflow: hidden; */
    }
    .main_yw>div.footer_dibu>div,.main_jy>div,.main_yw>div{
        width: 100%;
    }
    .footer_dibu{
        height: 35vw;
    }
    .footer_dibu>div:nth-of-type(1){
        height: 70%;
        /* border: 1px solid red; */
    }
    .footer_dibu>div:nth-of-type(2){
        height: 30%;
        background-color: #434a54;
        border-top: 1px solid rgb(110, 110, 110);

    }
    /* .footer_head>div:nth-of-type(1){

    } */
    .footer_foot{
        text-align: center;
        display:-webkit-box;
        display:box;
        -webkit-box-orient:vertical;
        box-orient:vertical;
        width: 100% !important;
    }
    .footer_foot>div{
        margin: auto;
        /* font-size: 1rem; */
        font-size: 2vw;
    }
    .footer_foot>div:nth-of-type(1){
        width: 90%;
    }
    .footer_foot>div:nth-of-type(2){
        width: 50%;
    }
    /* 电话 */
    .sp_dh{
        display: block;
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-color: #1b1b1b;
        cursor: pointer;
    }
    /* xinwen */
    .main_xwnr>a{
        display: inline-block;
        margin: auto;
        width: calc((100% - 20rem) / 1);
        min-width: 500px;
    }
    /* 适配间距 */
    .main_ywnr,.main_gynr,.main_xwnr{
        padding: 0px 1rem 2rem;
    }
    .footer_head,.footer_head1{
        padding: 0px 1rem;
    }
    .main_xwnr section{
        margin-top: 10px;
    }
    /* 移动端改 */

    .navbar-brand{
        margin-top: 7px;
        height: 35px;
    }
    /* 多年部分 */
    #lb_sj{
        margin-top: 2rem;
    }
    /* 关于 */
    .main_gynr{
        margin-top: 0px;
    }
}
@media all and (max-width:650px){

    .footer_head1{
        font-size: 0.7rem !important;
        width: 50%;
    }
    .footer_head>div:nth-of-type(1){
        padding: 0px;
    }
    .footer_foot>div{
        font-size: 0.7rem;
        /* border: 1px solid red; */
    }
    /* .footer_head>div:nth-of-type(1){
        width: 130px;
        height: 160px;
    } */
}
@media all and (max-width:580px){

    .item>.bbb{

        margin-top:140px !important;
        margin-left: calc((100% - 80%) / 2);

      }
      .main_xwwz{
          height: 110px;
      }


}
@media all and (max-width:430px){

    .main_xwnr>a{
        min-width: 100%;
    }
    .main_xwnr section{
        /* width: 163px; */
        height: 150px;
        /* border: 1px solid yellow; */
        overflow: hidden;
        }
        .main_xwnr section>div{
            height: 100%;
            font-size: 12px;
        }
       .main_xwnr{
           height: 600px;
       }
        .main_xwnr h5{
            font-size: 16px !important;
        }
        .main_xwnr   section > div:nth-of-type(2) p{
            font-size: 0.7rem;
        }



}


