﻿/* 公共样式 */
*{
    padding: 0;margin: 0;outline: none;list-style: none;color: inherit;
}
body{
    font-size: 14px;
    color: #444;
    font-family: "Microsoft YaHei";
    
}
img{
    width: 100%;
}

.container {
    width: 1280px;
    margin: auto;
    
}

@media screen and (max-width: 640px) {
    .container {
        width: 100%;
        padding: 0 5px;
        box-sizing: border-box;
    }
}


/* PC端头部样式 */
.fhd1_out{
    background: #393939;
    padding: 5px 0;
    font-size: 16px;
}
.fhd1{
    overflow: hidden;
    color: white;
}
.fhd1_left{
    float: left;
}
.fhd1_right{
    float: right;
}
.fhd2_out{
   /*  overflow: hidden; */
    padding: 8px 0;
}
.fhd2_logo{
    float: left;
    width: 18%;
}
.fhd2_logo img {
    display: block;
}
.fhd2_nav{
    float: right;
 /*    overflow: hidden; */
    margin-top: 0px;
}
.fhd2_item{
    margin-left: 40px;
    float: left;
    position: relative;
    padding: 10px 0;
}
.fhd2_item a{
    font-size: 1.4em;
}
.fhd2_t2{
    display: none;
    text-align: center;
    position: absolute;
    background: #f7f7f7;
    padding: 10px;
    font-size: 1.0em;
    width: 150px;
    left: -15%;
    top: 100%;

}
.fhd2_item:hover .fhd2_t2{
    display: block;
}
.fhd2_t2 a{
    display: block;
    padding: 5px 0;
    font-size: 1.1em;
}
.fhd_ys{
    color: #f8004a;
    font-weight: bold;
}
.fhd2_item a:hover{
    color: #f8004a;
}
.spaceBox{
    height: 89px;
}
@media screen and (max-width: 640px) {
    .fhd1_out{
        display: none;
    }
    .fhd2_out{
        display: none;
    }
    .spaceBox{
        height: 56px !important;
    }
}





/* 首页轮播 */
.quan_banner {
    padding: 154px 0;
    background: url(../images/123.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.quan_banner .swiper-container {
    width: 100%;
    height: 100%;
}
.quan_banner  .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    
  }

  .index0 .swiper-slide-next .index0_item{
    color: white !important;
    transition: all 1s;
  }

/*轮播价值观模块 */
.index0 {
    height: 210px;
    position: relative;
}

.index0_item {
    color: #E50251;
    font-weight: bold;
    font-size: 45px;
}


@media screen and (max-width:640px){
    .quan_banner {
        padding: 10px 0;
    }
}

.index1_out {
    margin: 15px 0;
}

.index1 {
    text-align: center;
    font-weight: bold;
}

.index1 p {
    margin-bottom: 5px;
}

.index1 p:first-of-type {
    color: #767171;
    font-size: 30px;
}

.index1 p:nth-child(2) {
    color: #767171;
    font-size: 20px;
}

.index1 p:nth-child(2) span {
    color: #E50251;
    font-size: 30px;
}
@media screen and (max-width: 100px){
    .index0_item{
        font-size: 25px
    }
}

@media screen and (max-width: 1500px){
    .index0_item{
        font-size: 36px
    }
}
@media screen and (max-width: 640px){
    .index0_item{
        font-size: 16px;
    }
    .index0 {
        height: 90px;
        padding: 15px 0;
    }
    .index1 p:first-of-type {
        font-size: 24px;
    }
    .index1 p:nth-child(2) span {
        font-size: 16px;
    }
    .index1_out{
        padding-bottom: 10px;
    }
}




/* 标题 */
.quan_title{
    text-align: center;
    font-size: 40px;
    margin-bottom: 30px;
}



@media screen and (max-width:640px){
    .quan_title{
        font-size: 30px;
        margin-bottom: 10px;
    }
}


/* 首页文字介绍模块 */
.brand_out{
    padding: 50px 0;
}
.brand {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.brand_item{
    margin-bottom: 15px;
    width: 32%;
    text-align: center;
    box-sizing: border-box;
    padding: 15px;
    box-shadow: 2px 5px 15px rgba(211, 211, 211, 0.5);
    transition: all 0.5s;
}
.brand_item_title{
    margin-top: 15px;
    font-size: 35px;
}
.brand_item_desc{
    margin-top: 20px;
}
.brand_item:hover{
    background: #E50251;
    color: white;
}

@media screen and (max-width:640px){
    .brand_out{
        padding: 10px 0;
    }
    .brand_item{
        width: 100%;
        padding: 7px;
    }
    .brand_item_img {
        float: left;
        margin-left: 20px;
    }
    .brand_item_title {
        margin-top: 11px;
        font-size: 30px;
    }
    .brand_item_desc{
        font-size: 12px;
    }
}




/* 首页案例模块 */
.fcase_out .swiper-container {
    width: 100%;
    height: 100%;
  }
  .fcase_out  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .fcase_out .swiper-pagination-bullet-active{
    background: black;
}
.fcase_out .quan_title{
    color: white;
}
.fcase_out{
    background: #4C4C4C;
    padding: 50px 0;
}
.fcase_item{
    margin-bottom: 20px;
}
.fcase_item_class{
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fcase_item_left{
    float: left;
    width: 300px;

    color: white;
    
    font-size: 27px;
    transition: all 0.3s;
}
.fcase_item_left a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.fcase_item_left:hover{
    background: #E50251;
}
.fcase_item_left div{
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    justify-content: space-around;
}


.fcase_item_right{
    float: right;
    /* height: 300px; */
    width: 75%;
}
.fcase_item_con{
    position: relative;
    width: 100%;
    height: 100%;
}
.fcase_item_con a{
    width: 100%;
    height: 100%;
    display: block;
}
.fcase_item_con_img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fcase_item_con_img img{
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 2s;
} 
.fcase_item_con:hover .fcase_item_con_img img {
    transform: scale(1.3);
}

.fcase_item_con_title{
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: white;
    padding: 20px 0;
}

.count1{
    color: #5E7F14;
}
.countbg1{
    background: #5E7F14;
}
.count2{
    color: #FFCD00;
}
.countbg2{
    background: #FFCD00;
}
.count3{
    color: rgb(25, 120, 228);
}
.countbg3{
    background: rgb(25, 120, 228);
}

.count4{
    color: rgb(44, 105, 77);
}
.countbg4{
    background:  rgb(44, 105, 77);
}

.count5{
    color: rgb(173, 23, 111);
}
.countbg5{
    background: rgb(173, 23, 111);
}


@media screen and (max-width:640px){
    .fcase_out{
        padding: 10px 0;
    }
    .fcase_item_left{
        width: 100%;
        padding: 5px;
        font-size: 16px;
    }
    .fcase_item_right{
        width: 100%;
    }
    .fcase_item_left span:nth-child(2){
        display: none;
    }
    .fcase_item_con_title{
        padding: 6px 0;
        font-size: 14px;
    }
    .fcase_out .swiper-pagination{
        display: none;
    }
}



/* 首页五位一体方法 */
.index2_out .quan_title{
    color: white;
    font-size: 40px;
}
.index2_out .quan_title p:nth-child(2){
    margin-top: 10px;
    font-size: 20px;
}
.index2_out {
    background: url(../images/123.jpg) no-repeat fixed center;
    background-size: cover;
    padding: 50px 0;
}

.index2_con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}

.index2_con li {
    width: 48%;
    margin-bottom: 10px;
    overflow: hidden;
    box-sizing: border-box;
    padding:10px 20px;
    color: white;
    background: rgba(23, 24, 26, 0.9);
    transition: all 0.3s;
}

.index2_con_left {
    float: left;
    width: 82%;
}

.index2_con_right {
    float: right;
    width: 16%;
}
.index2_con_right img{padding: 20px 0 0 0;
    float: right;
    width: 50%;
}
.index2_con_left dt {
    font-size: 2.0em;
}

.index2_con_left dd {
    margin-top: 17px;
}

.index2_con li:hover {
    background: #E50251;
}

.index2_con_last {
    display: flex;
    justify-content: space-between;
}

.index2_con_last div {
    width: 25%;
    height: 100%;
    /*     background: red; */
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border-right: 1px solid white;
}

.index2_con_last div:last-of-type {
    border-right: none
}

@media screen and (max-width:640px){
    .index2_out{
        padding: 10px 0;
    }
    .index2_con li{
        width: 100%;
        padding: 8px;
        margin-bottom: 8px;
    }
    .index2_con_left{
        width: 82%;
    }
    .index2_con_right{
        width: 15%;
    }
    .index2_con_right img{padding: 15px 0 0 0;
        width: 60%;
    }
    .index2_con{
        margin-top: 10px;
    }
    .index2_con_left dt {
        font-size: 22px;
    }
    .index2_con_left dd {
        margin-top: 8px;
        font-size: 1.0em;
    }
    .index2_out .quan_title{
        font-size: 22px;
    }
    .index2_out .quan_title p:nth-child(2){
        font-size: 14px;
    }

/* 首页轮播 */
.quan_banner {
    padding: 75px 0;
    background: url(../images/123.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.quan_banner .swiper-container {
    width: 100%;
    height: 150px;
}
.quan_banner  .swiper-slide {
    text-align: center;
    font-size: 1.8em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    
  }

  .index0 .swiper-slide-next .index0_item{
    color: white !important;
    transition: all 1s;
  }

}















/* 案例模块 */
.casenav_out{
    position: relative;
}
.list_case_nav_out{
    background: #393939;
    position: absolute;
    width: 100%;
}
.list_case_nav{
    display: flex;
    justify-content: space-between;
}
.list_case_nav li{
    text-align: center;
    width: 20%;
}
.list_case_nav a{
    display: block;
    padding: 10px;
    color: white;
    font-size: 20px;
}
.list_case_nav a:hover{
    background: #E50251;
}

.list_case_position_out{
    padding: 20px 0;
    background: #f8f8f8;
}

.list_case_out{
    background: #f8f8f8;
}
.list_case{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list_case_item{
    width: 49%;
    margin-bottom: 20px;
    transition: box-shadow 0.5s;
}
.list_case_img{
    box-sizing: border-box;
    border: 1px solid #d7dae6;
    overflow: hidden;
}
.list_case_img img{
    width: 100%;
    display: block;
    transform: scale(1);
    transition:all 2s linear;
}
.list_case_item:hover{
    box-shadow: 2px 3px 15px #39393917;
}
.list_case_item:hover .list_case_img img{
    transform: scale(1.3);
}


.list_case_title, .list_case_desc{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
}
@media screen and (max-width:640px){
    .list_case_nav a{
        font-size: 12px;
        padding: 11px 0;
    }
    .list_case_item{
        width: 100%;
    }
    .casenav_out{
        height: 37px;
    }
}







/* 沟通联系 */
.contact_out{
   /*  padding: 40px 0; */
}
.contact {
    height: 400px;
    background: url(../images/123.jpg) no-repeat fixed center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    width: 100%;

}
.contact_con p {
    font-size: 27px;
    line-height: 40px;
}
.contact_con div {
    font-size: 30px;
    margin-top: 20px;
    font-weight: bold;
}
.contact_con a {
    display: inline-block;
    padding: 10px 35px;
    border-radius: 22px;
    font-size: 20px;
    /* border: 1px solid white; */
    margin-top: 30px;
    transition: all 0.5s;
    background: #E50251;
    color: white;
}

@media screen and (max-width:640px){
    .contact_out{
        padding: 0;
    }
    .contact {
        height: 200px;
    }
    .contact_con p{
        font-size: 12px;
        line-height: 15px;
        margin-top: 10px;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .contact_con div{
        font-size: 20px;
        margin-top: 5px;
        
    }
    .contact_con a{
        font-size: 16x;
        margin-top: 15px;
    }
}



/* 新闻模块 */
.news_out{
    padding: 40px 0;
}

.news{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
}
.news_item{
    width: 32%;
    box-shadow: 3px 5px 20px #39393967;
    box-sizing: border-box;
    font-size: 16px;
    padding-bottom: 15px;
}
.news_item_tbtj{
    overflow: hidden;
    position: relative;
    height:auto;
}
.news_item_tbtj img{
    display: block;
    transform: scale(1);
    transition: all  2s;
}
.news_item:hover .news_item_tbtj img{
    transform: scale(1.3);
}

.news_item_tbtj_title{
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.329);
    color:white;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding: 13px 15px;
    bottom: 0;
    left: 0;
}
.news_item_pt{
    margin-top: 6px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 15px;
}
.news_item_pt:hover{
    color: #000000b8;
}
.news_item_pt a{
    width: 82%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}
.news_item_pt span{
    float: right;
}

@media screen and (max-width:640px){
    .news_out{
        padding: 10px 0;
    }
    .news_item{
        width: 100%;
        margin-bottom: 5px;
    }
}



/* 最新案例模块 */
  
.new_case_out .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
  }
  .new_case_out .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .new_case_out .swiper-button-next, .new_case_out .swiper-button-prev{
      color: #E50251;
      
  }
  .new_case_out .swiper-pagination{
      bottom: 0;
  }
  .new_case_out  .swiper-pagination-bullet-active{
      background-color: #000000b8;
  }

  .new_case_out{
      padding: 50px 0;
  }
.new_case_item_title{
    box-sizing: border-box;
    padding: 10px;
}
@media screen and (max-width:640px){
    .new_case_out{
        padding: 10px 0;
    }
}


/* 右侧导航模块  */

.news_left{
    float: right;
    width: 21%;
    overflow-Y: scroll;
    background: #F8F8F8;
    box-sizing: border-box;
    box-shadow: 3px 5px 20px #39393967;
    padding: 25px 15px;
}
.news_left::-webkit-scrollbar{
    width: 4px;
}
.news_left::-webkit-scrollbar-thumb{
    background: #E50251;
    border-radius: 2px;
}
.news_left_title{
    padding: 12px 0;
    text-align: center;
    border-bottom: 2px solid #E50251;
    font-size: 25px;
    margin-bottom: 12px;
}
.news_left_nav{
    overflow: hidden;

}
.news_left_nav::after{
    content: "";
    clear: both;
}
.news_left_nav_item{
    width: 50%;
    float: left;
    text-align: center;

}
.news_left_nav_item a{
    display: block;
    padding: 8px;
    box-sizing: border-box;
}
.news_left_nav_item a:hover{
    background-color: #E50251;
    color: white;
}

.bts{
    position: relative;
}

.news_left_nav_cons{
    position: relative;
    top: 100%;
    left: 0;
    width: 100%;

   /*  padding: 15px; */
    box-sizing: border-box;
    color: white;
}
.news_left_nav_con{
    display: none;
    position: absolute;
    padding: 15px;
    left: 0;
    top: 0;
    background:  #E50251;
    transition: all 0.1s;
}


.news_left_contact{
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.news_left_contact a{
    width: 49%;
    text-align: center;
    padding: 12px 0;
    background: black;
    color: white;

}
.news_left_contact div{
    width: 49%;
    text-align: center;
    padding: 12px 0;
    background: rgb(229, 0, 79);
    color: white;
}
.news_left_nav1 li{
    margin-bottom: 5px;
}
.news_left_nav1_title{
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media screen and (max-width:640px){
    .news_left{
        width: 100%;
        padding: 10px;
        overflow: normal !important;
    }
}


.article{
    margin-top: 20px;
}




/* 关于美御模块 */



.about1 {
    overflow: hidden;
    color: #454545;
}

.about1_left {
    float: left;
    width: 25%;
}

.about1_left dt {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
}

.about1_left dd {
    margin-top: 15px;
}

.about1_left p {
    font-size: 18px;
    margin-top: 13px;
    color: #E50251;
    font-weight: bold;
}

.about1_right {
    float: right;
    width: 70%;
}

.about1_right dt {
    font-size: 40px;
    margin-bottom: 40px;
}
.about1_right p{
    color: rgb(229, 0, 79);
    font-size: 25px;
    line-height: 40px;
}
.about1_right dd {
    margin-top: 10px;
    font-size: 16px;
    line-height: 23px;
}
.about1_right dd:nth-child(4){
    margin-top: 23px;
}

.about2_out {
    padding: 0 0 60px;
    background: #f7f7f7;
}

.about3_out .swiper-container {
    width: 100%;
    height: 100%;
    background: #000;
}

.about3_out .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
}

.about3_out .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.about3 {
    height: 600px;
}

.about3_title {
    color: white;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.about3_con1 {
    display: flex;
    justify-content: space-around;
}

.about3_con1 li {
    width: 30%;
}

.about3_img {
    position: relative;
}

.about3_img img {
    width: 70%;
}

.about3_bg {
    width: 200px;
    height: 230px;
    border: 8px solid white;
    position: absolute;
    z-index: -1;
    top: -15%;
    left: 50%;
    text-align: right;
}

.about3_bg_con {
    position: absolute;
    top: 22%;
    right: 0;
}

.about3_img .about3_bg_con p {
    font-size: 18px;
}

.about3_con1 dt {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}

.about3_con1 dt span {
    margin-right: 20px;
    font-size: 25px;
}

.about3_con1 dd {
    margin-top: 5px;
    font-size: 15px;
}

.about3_con1 p {
    margin-top: 5px;
    font-size: 12px;
}

.about3_con2 {
    display: flex;
    justify-content: space-between;
}

.about3_con2 li {
    width: 23%;
}

.about3_con2 dt {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}

.about3_con2 dt span {
    margin-right: 20px;
    font-size: 25px;
}

.about3_con2 dd {
    margin-top: 5px;
    font-size: 15px;
}

.about3_con2 p {
    margin-top: 5px;
    font-size: 12px;
}

.about3_con3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about3_con3 li {
    width: 17.5%;
    position: relative;
    margin-bottom: 13px;
}

.about3_con3_con {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    padding: 10px 0;
    text-align: center;
}

.about3_con3_con dt {
    font-size: 16px;
}

.about3_con3_con dd {
    font-size: 14px;
}

.about4_out {
    background: #f7f7f7;
}

.about4_con p {
    padding: 15px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.53);
}

.about5 {
    overflow: hidden;
}

.about5_left {
    color: #545454;
    width: 48%;
    float: left;
    font-size: 18px;
}

.about5_left_title {
    font-size: 50px;
    font-weight: bold;
    color: #E50251;
}

.about5_left dt {
    margin-top: 32px;
}

.about5_rigth {
    width: 42%;
    float: right;
}
.about5_sss{
    font-size: 50px;
    margin-top: 0 !important;
}
.about5_left a{
    display: inline-block;
    padding: 10px 20px;
    background: #E50251;
    color: white;
    margin-top: 20px;
    border-radius: 20px;
}
.about5_left dt:nth-child(8){
    margin-top: 0 !important;
}

.con_out {
    padding: 60px 0;
}
.puab {
    display: flex;
    justify-content: space-between;
    width: 1510px;
    margin: auto;
}

.puab li {
    width: 25%;
    text-align: center;
    color: #454545;
    border-right: 1px solid #919191;
}

.puab li:last-of-type {
    border-right: none
}

.puab_s1 {
    font-size: 74px;
    line-height: 74px;
    font-weight: bold;
}

.puab_s2 {
    vertical-align: top;
    font-size: 31px;
    margin-left: 10px;
}

.puab p {
    margin-top: 10px;
    font-size: 22px;
}
@media screen and (max-width: 640px){
    .about1_left{
        width: 100%;
        text-align: center;
    }
    .about1_left dt{
        margin-bottom: 10px;
        font-size: 20px;
    }
    .puab{
        width: 100%;
        overflow: hidden;
    }
    .con_out{
        padding: 10px 0;
    }
    .about1_right{
        width: 100%;
        margin-top: 10px;
    }
    .about1_right dt{
        text-align: center;
        font-size: 25px;
        margin-bottom: 10px;
    }
    .puab_s1{
        font-size: 15px;
        line-height: 30px;
    }
    .puab_s2{
        font-size: 15px;
        display: none;
        
    }
    .puab p{
        margin-top: 10px;
        font-size: 12px;
    }
    .about4_con p{
        padding: 5px;
        font-size: 12px;
    }
    .about5_left{
        width: 100%;
        text-align: center;
    }
    .about5_left_title{
        font-size: 30px;
    }
    .about5_left dt {
        margin-top: 10px;
    }
    .about5_rigth{
        width: 100%;
        margin-top: 20px;
    }
    .about5_sss{
        font-size: 20px;
    }
    
    .about1_right p {
        font-size: 17px;
        line-height: 26px;
        text-align: center;
    }
    .about1_right dd:nth-child(4) {
        margin-top: 11px;
    }
}



.scase_out .swiper-container {
    width: 100%;
    height: 100%;
  }

  .scase_out .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
  }

  .scase_out .swiper-pagination{
      bottom: 5px;
  }
  .scase_out .swiper-pagination-bullet{
    background: #ea5313e1;
    }
  .scase_out .swiper-pagination-bullet-active{
      background: #E50251;
      width: 15px;
      border-radius: 4px;
  }
  
  .scase_out .swiper-button-prev::after, .scase_out .swiper-button-next::after{
      display: none;
  }
  .scase_out .swiper-button-prev i, .scase_out .swiper-button-next i{
    color: #E50251;
    }
    .scase_out .swiper-button-prev{
        left: 20px;
    }
    .scase_out .swiper-button-next{
        right: 20px;
    }

  .scase_out{
      padding: 50px 0;
  }

  .scase_item{
      position: relative;
      width: 100%;
  }
  .scase_img{
    width: 100%;
  }
  .scase_img img{
      display: block;
  }
  .scase_con{
    position: absolute;
    left: 0;
    color: white;
    bottom:0;
    width: 100%;
   /*  background: rgba(0, 0, 0, 0.808); */
   background: linear-gradient(180deg,rgba(0, 0, 0, 0.3) 0%,black 80%);
    padding: 30px 0;
  }
  .scase_con p:nth-child(1){
       font-size: 40px;
       color: #E50251;
  }
  .scase_con p:nth-child(2){
      margin-top: 15px;
      box-sizing: border-box;
      padding: 0 20px;
  }

    .scase_con a{
        display: inline-block;
        margin-top: 20px;
        padding: 10px 20px;
        border: 1px solid #E50251;
        border-radius: 22px;
    }
    .scase_con a:hover{
        background: #E50251;
        color: white;
    }
    
    @media screen and (max-width:640px) {
        .scase_out{
            padding: 10px 0;
        }
        .scase_con{
            padding: 5px 0;
        }
        .scase_con p:nth-child(1){
            font-size: 16px;
        }
        .scase_con p:nth-child(2){
            font-size: 12px;
            display: none;
        }
        .scase_con a{
            font-size: 13px;
            padding: 4px 8px;
            margin-top: 5px;
        }
    }



    .acase_out{
        padding: 50px 0;
        text-align: center;
    }
    .acase{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .acase_item{
        margin-bottom: 30px;
        box-shadow: 4px 4px 20px rgba(211, 211, 211, 0.582);
        transition: all 0.3s;
        width: 48%;
        padding-bottom: 20px;
        background: #f7f7f7;
    }
    .acase_item:hover{
        box-shadow: 4px 4px 20px rgba(211, 211, 211, 0.9);
    }
    .acase_item_img{
        overflow: hidden;
    }
    .acase_item_img img{
        width: 100%;
    }
    .acase_item_con{
        text-align: center;
        box-sizing: border-box;
        padding: 0 15px;
    }
    .acase_item_con p{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .acase_item_con p:nth-child(1){
        font-size: 35px;
        line-height: 55px;
    }
    @media screen and (max-width:640px) {
        .acase_out{
            padding: 10px 0;
        }
        .acase_item_con p:nth-child(1) {
            line-height: 30px;
            font-size: 20px;
        }
        .acase_item{
            margin-bottom: 10px;
            padding-bottom: 10px;
            width: 100%;
        }
    }
    .asd{
        display: inline-block;
        padding: 10px 35px;
        border-radius: 22px;
        font-size: 20px;
        /* border: 1px solid white; */
        margin-top: 30px;
        transition: all 0.5s;
        background: #E50251;
        color: white;

    }

    .mft {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        height: 0;
        overflow: hidden;
    }
    .mft a {
        width: 30%;
        text-align: center;
        padding: 10px 0;
        border-radius: 5px;
        background: rgb(229, 0, 79);
        color: white;
        margin-bottom: 5px;
      
    }
    @media screen and (max-width:640px){
        .mft {
            height: auto;
        }
    }