/* 工程案例 */

/* 列表 */
.case_list{
    padding: 5rem 0;
}
.case_list .item{
    background-color: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 2rem;
}
.case_list .item .txt{
    padding: 2rem 1.5rem 2rem;
}
.case_list .item h3{
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: normal;
}
.case_list .item p{
    font-size: 0.9rem;
    line-height: 1.8;
    color: #666;
    margin-bottom: 1.2rem;
    height: 48px;
}
.case_list .item .more1 a{
    color: #222;
    font-family: "ProximaNova-Semibold";
}
.case_list .item:hover .more1 a{
    /* font-weight: bold; */
    color: #dd0000;
    transition: all 0.5s;
}
.case_list .item:hover{
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

/* 详细 */
.mban2{
    position: relative;
    padding: 3rem 1rem;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    line-height: 1.2;
    font-size: 1rem;
}
.mban2 .weizhi{
    color: #fff;
    align-items: center;
    display: flex;
}
.mban2 .weizhi i{
    color: rgba(255, 255, 255, 0.5);
    margin: 0 .8rem;
    font-size: 1.2rem;
}
.mban2 .weizhi a {
    color: rgba(255, 255, 255, 0.7);
}
.mban2 .weizhi a i {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.2rem;
    margin-left: 0;
    margin-right: .5rem;
}
.mban2 .weizhi a span{
    color: #fff;
}
.mban2 .dropdown{
    float: right;
}
.mban2 .dropdown .xiala{
    font-size: 1rem;
    line-height: 1;
    color: #222;
    background-color: rgba(255, 255, 255, 0.8);
    padding: .8rem 1.5rem;
    text-align: center;
    width: 16rem;
    /* border-radius: 5px; */
}
.mban2 .dropdown .xiala i{
    /* float: right; */
    font-size: 1.5rem;
    line-height: 0;
    margin-right: 0.5rem;
    position: relative;
    top: 0.2rem;
}
.dropdown .dropdown-menu{
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: .8rem;
    line-height: 1.8; 
}
.dropdown .dropdown-menu a{
    padding: .3rem 1.5rem;
}



.fanrq {
    margin-top: 5rem;
}

.fanrqbox {
    display: flex;
}

.fanrqbox_l {
    width: 28%;
}

.fanrqbox_ltitle {
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4rem;
    background-color: #22418f;
    cursor: pointer;
}

.fanrqbox_ltitle span {
    font-size: 1.6rem;
    color: #ffffff;
}

.fanrqbox_ltitle i {
    font-size: 2rem;
    color: #ffffff;
    cursor: pointer;
}

.fanrqbox_lbox {
    padding: 2rem 0;
    background-color: #f5f5f5;
}

.fanrqbox_lbox .fanrqbox_lbox_item {
    position: relative;
    display: flex;
    align-items: center;
    height: 4rem;
    padding-left: 3.5rem;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.fanrqbox_lbox_item i {
    font-size: 2rem;
    color: #c1c1c1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.fanrqbox_lbox_item span {
    margin-left: 1rem;
    font-size: 1.2rem;
    color: #333333;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.fanrqbox_lbox .fanrqbox_lbox_item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #dd0000;
    display: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.fanrqbox_lbox .fanrqbox_lbox_item:hover {
    background-color: #fff;
}

.fanrqbox_lbox .fanrqbox_lbox_item:hover i {
    color: #222;
}

.fanrqbox_lbox .fanrqbox_lbox_item:hover span {
    color: #222;
}

.fanrqbox_lbox .fanrqbox_lbox_item:hover::before {
    display: block;
}

.fanrqbox_lbox .fanrqbox_lbox_item.on {
    background-color: #fff;
}

.fanrqbox_lbox .fanrqbox_lbox_item.on i {
    color: #222;
}

.fanrqbox_lbox .fanrqbox_lbox_item.on span {
    color: #222;
}

.fanrqbox_lbox .fanrqbox_lbox_item.on::before {
    display: block;
}

.fanrqbox_r {
    width: 72%;
    padding-left:3rem;
}

.fanrqbox_rtitle {
    font-size: 1.8rem;
    color: #222;
}

.fanrqbox_rsm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
}
.anlinr{
    border-bottom: none;
    padding-bottom: 0;
}
.fanrqbox_rsm_l {
    display: flex;
}
.fanrqbox_rsm_r .gb_resItms{
    display: flex;
}


.fanrqbox_rsm_litem {
    margin-right: 2rem;
}

.fanrqbox_rsm_litem span {
    font-size: 1rem;
    color: #999999;
}

.fanrqbox_rsm_litem b {
    margin-left: 1rem;
    font-size: 1rem;
    color: #999999;
    font-weight: normal;
}

.fanrqbox_rbox {
    margin-top: 1rem;
}
.fanrqbox_rbox .content p{
    font-size: 1rem;
    line-height: 2;
    color: #666;
}
.fanrqbox_rbox  .pic{
    /* margin-bottom: 15px; */
}
.fanrqbox_rbox .content img{
    margin : 10px 0;
    display: inline-block;
}
.fanrqbox_rbox .content table{
    width: 100%;
}
.fanrqbox_rbox .content table td{
    padding: 5px 10px !important;
    border: 1px solid #e1e1e1 !important;
}
.fanrqbox_sxy {
    margin-top: 1.5rem;
    display: flex;
}

.fanrqbox_sxy .fanrqbox_sxyitem {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 15px 30px;
    background-color: #f5f5f5;
    border-right: 1px solid #d9d9d9;
}

.fanrqbox_sxy .fanrqbox_sxyitem:last-child {
    border-right: 0;
}

.fanrqbox_sxyitem span {
    font-size: 1.2rem;
    color: #222;
    text-transform: uppercase;
    font-family: "ProximaNova-Semibold";
    position: relative;
    top: 0.15rem;
}

.fanrqbox_sxyitem b {
    font-size: 15px;
    color: #222;
    margin: 0 10px;
    font-weight: normal;
}

.fanrqbox_sxyitem em {
    color: #222;
    flex: 1;
}
.fanrqbox_sxyitem:hover em {
    color: #222;
}

/* 相关行业合作案例 */

.xghyal {
    margin-top: 4rem;
}

.xghyal_t {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.xghyal_t::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 26px;
    background-color: #22418f;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.xghyal_tl {
    padding-left: 25px;
    font-size: 1.4rem;
    color: #222;
}

.xghyal_tmore {
    display: flex;
    align-items: center;
}

.xghyal_tmore span {
    font-size: 1rem;
    color: #222;
    text-transform: uppercase;
    font-family: "ProximaNova-Semibold";
}

.xghyal_tmore i {
    margin-left: 0.5rem;
    margin-top: 2px;
    color: #222;
}

.xghyal_b {
    margin-top: 1.2rem;
    padding-bottom: 5rem;
}

.xghyal_slide .xghyal_slide_item {
    display: block;
    overflow: hidden;
    border: 1px solid #d8d8d8;
	padding: 10px;
	
}

.xghyal_slide .xghyal_slide_item img {
    width: 100%;
    padding:0 10%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.xghyal_slide .xghyal_slide_item: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);
}

.qiehuan{
    border: 1px solid #e1e1e1;
    padding: 1rem;
    margin-bottom: 1rem;
}
.qiehuan .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }
  .swiper-slide img{
      width: 100%;
  }
  .gallery-top {
    height: 80%;
    width: 100%;
  }

  .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    margin-top: 10px;
  }

  .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    cursor: pointer;
  }
  .gallery-thumbs .pic{
      border: 1px solid #e1e1e1;
      padding: 5px;
  }
  .gallery-thumbs .swiper-slide-thumb-active .pic{
      border-color: #dd0000;
  }
  /* .swiper-button-next, .swiper-button-prev{
    color: #fff;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #22418f;
  }
  .swiper-button-next::after, .swiper-button-prev::after{
    font-size: 1.5rem;
  } */
  .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }


@media screen and (max-width: 1600px) {
    .fanrqbox_r {
        padding-left: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .fanrqbox_lbox .fanrqbox_lbox_item {
        padding-left: 20px;
    }
    .fanrqbox_r {
        padding-left: 30px;
    }
}

@media screen and (max-width: 992px) {
    .case_list{
        padding: 2.5rem 0;
    }
    .case_list .item{
        border-radius: 2px;
    }
    .case_list .item .txt{
        padding: 1rem;
    }
    .case_list .item h3{
        font-size: 14px;
        margin: 0;
        height: auto;
    }
    .case_list .item p,
    .case_list .item .txt .more1{
        display: none;
    }
    .qiehuan{
        padding: 0;
        border: none;
    }

    .mban2{
        padding: 1rem;
    }
    .fanrq{
        margin-top: 2.5rem;
    }
    .fanrqbox_rbox{
        margin-top: 1rem;
    }
    .fanrqbox_rbox .content p{
        font-size: 14px;
        line-height: 26px;
    }
    .fanrqbox{
        flex-wrap: wrap;
    }
    .fanrqbox_l {
        /* display: none; */
        width: 100%;
        margin-bottom: 2.5rem;
    }
    .fanrqbox_ltitle{
        height: 3rem;
        padding: 0 32px;
    }
    .fanrqbox_ltitle span{
        font-size: 1.2rem;
    }
    .fanrqbox_ltitle i{
        font-size: 1.2rem;
        color: rgba(255, 255, 255, 0.5);
    }
    .fanrqbox_lbox{
        padding: 0;
        display: none;
    }
    .fanrqbox_lbox .fanrqbox_lbox_item{
        height: auto;
        line-height: 2;
        padding-left: 20px;
    }
    .fanrqbox_lbox_item span{
        font-size: 13px;
        line-height: 2.5;
    }
    .fanrqbox_lbox_item i{
        font-size: 1.6rem;
    }


    .fanrqbox_r {
        width: 100%;
        padding-left: 0;
    }
    .fanrqbox_rtitle {
        font-size: 1.6rem;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .fanrqbox_rsm_litem span {
        font-size: 12px;
    }
    .fanrqbox_rsm_litem b {
        font-size: 13px;
    }
    .fanrqbox_rsm_r {
        display: none;
    }
    .xghyal {
        margin-top: 2.5rem;
    }
    .xghyal_b{
        margin-top: 1rem;
        padding-bottom: 2.5rem;
    }
    .xghyal_tl {
        font-size: 20px;
    }
    .xghyal_tmore span {
        font-size: 14px;
    }
    .xghyal_tmore i {
        font-size: 12px;
    }
    .fanrqbox_sxyitem b,
    .fanrqbox_sxyitem em{
        font-size: 14px;
    }
    .fanrqbox_sxyitem span{
        font-size: 14px;
    }


}

@media screen and (max-width: 768px) {
    .fanrqbox_sxy {
        flex-wrap: wrap;
    }
    .fanrqbox_sxy .fanrqbox_sxyitem {
        width: 100%;
        margin-bottom: 5px;
        border-right: 0;
        padding: 10px;
    }
    .xghyal_tl {
        padding-left: 15px;
    }

    .swiper-button-next::after, .swiper-button-prev::after{
        font-size: 2rem;
      }
}

/* 媒体查询 */
  @media (max-width: 1400px) {
  
  }
  @media (max-width: 1200px) {

  }
  @media (max-width: 992px) {

  }


  /* 重置rem */
html {
	font-size: 1rem;
  }
  @media (max-width: 1600px) {
    html {
      font-size: 0.8rem;
    }
  }
  @media (max-width: 1200px) {
    html {
      font-size: 0.6rem;
    }
  }

  @media (max-width: 992px) {
    html {
        font-size: 0.8rem;
      }
  }