﻿/*通用*/

.s_colwhite,.s_colwhite *{color: white!important;}
body{padding-bottom: 0px;}

.m_container{
    width: 1200px;
    margin: auto;
}
.s_btn{
    background: url(../images/btn.png) no-repeat 0 0/ 100% auto;
    color: #fff;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
}
.s_btn:hover{
    background: #fa5c5a;
    cursor: pointer;
}
.m_title1{
    color: #000000; font-size: 32px; text-align: center;
}

.m_title2{
    color: #dddddd; font-size: 60px; text-align: center;
    position: relative;
}
.m_title2 div{
    position: absolute; width: 100% ;color: #000000; font-size: 32px; text-align: center;
    bottom: 0; font-weight: bold;
}
.m_title dt{
    display: flex;
    align-items: center;
    justify-content: center;
}
.m_part10{
    margin-top: 150px;
}
.m_part10 .m_title dt span{
    color: #fff;
}
.m_title dt span{
    font-size: 40px; padding: 0 20px 20px;
    background: url(../image/title1.png) no-repeat center bottom;
    letter-spacing: 2px;
    font-weight: 500;}
.m_title dt img{
    position: relative; bottom: 6px;
}
.m_title dd{
    font-size: 28px;
    text-align: center;
}
.m_title dd span{
    font-weight: bold;
    font-size: 14px;
    padding: 0 10px;
   position: relative; top: -3px;
}

.m_title1 dt{
   
    display: flex;
    justify-content: center;
    align-items: center;
}
.m_title1 dt span{
    font-size: 40px; padding: 0 20px 20px;
    background: url(../image/title11.png) no-repeat center bottom; color: #d12c1c;
    letter-spacing: 2px;
    font-weight: 500;}
.m_title1 dt img{
    position: relative; bottom: 6px;
}
.m_title1 dd{
    font-size: 28px;
    text-align: center;
}
.m_title1 dd span{
    font-weight: bold;
    font-size: 14px;
    padding: 0 10px;
   position: relative; top: -3px;
}

.u_part1{
    background: url(../images/part1_img.png) no-repeat 0 0/100% 100%;
    width: 920px; height: 490px;
    box-sizing: border-box; padding: 170px 30px 20px;
    display: flex; justify-content: space-between;
    flex-wrap: wrap; align-content: space-between;
}
.u_part1 div{
    font-size: 20px; color: #fff;
    width: 160px; height: 40px;
    text-align: center; line-height: 44px;
    margin:0px 100px 0; border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
    background: url(../images/btn.png) no-repeat 0 0/ 100% 112%;
}
.u_part1 div:hover{
    background: #fa5c5a;
    cursor: pointer;
}

.m_part2{
}
.m_part2 ul{
    width: 1200px; height: 450px;
    background: url(../images/part2_bg1.png) no-repeat 0 0/ 100% auto;
    box-sizing: border-box;
    display: flex; justify-content: space-between;    padding: 0 75px;
}
.m_part2 ul li{
    width: 1200px; height: 450px;
    background: linear-gradient(to right,#fe8d07,#ff5c15);

    font-size: 24px; display: flex; justify-content: center;
    width: 225px; height: 65px; color: #fff; margin: 360px 0 0;
    justify-items: space-between; align-items: center;
     border-radius: 90px;
}
.m_part2 ul li:hover{
    background: #f85419;color: #fff;
}

.s_tybtn{
    display: flex; box-sizing: border-box; padding:30px 390px 0 390px;
    justify-content:center;

}
.s_tybtn div{
    font-size: 24px;
    width: 220px; height:60px ;
    text-align: center; line-height: 60px;
}

.m_kecheng{
    border: #e6e6e6 1px solid;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.m_kecheng table{
    width: 100%;
}
.m_kecheng th{
    font-size: 20px;
    border-right: #e6e6e6 solid 1px;
    border-bottom: #e6e6e6 solid 1px;
    color: #036b42; background: #fff;
    text-align: center; padding: 20px;
}
.m_kecheng td{
    font-size: 20px;
    border-right: #e6e6e6 solid 1px;
    border-bottom: #e6e6e6 solid 1px;background: #fff;
    text-align: center;padding: 20px;
    align-items: flex-start;
}
.m_kecheng td span{
    color: #f56845;
}
.m_kecheng small{
    color: #fa5c5a;
}
.m_kecheng td *{
    font-size: 20px;
}
.m_kecheng td:last-child{
    border-right: #e6e6e6 solid 0px;
}
.m_kecheng tr:last-child td{
    border-bottom: #e6e6e6 solid 0px;
}
.m_kecheng td:nth-child(2){
    text-align: left;
}
.m_kecheng td:first-child,.m_kecheng td:first-child *{
    font-size: 20px; font-weight: bold;
}
.m_kecheng td span{
    font-weight: normal;
}
.m_kecheng table div{
    width: 185px;
    height: 45px;
    margin: auto;
}
.m_kecheng table li{
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 24px; padding: 5px 0; margin-top: 20px;
}
.m_kecheng table ul li:first-child{
    background: url(../images/btn.png) no-repeat 0 0/ 100% 100%;
    color: #fff;
}
.m_kecheng table ul li:last-child{
    background: none;
    color: #8734e8;
    border: 1px solid #8734e8;
}
.m_kecheng li:hover{
    background: #fa5c5a!important;
    color: #fff!important; border: none!important;
    cursor: pointer;
}

.s_btn1{
    color: #fff;
    background: linear-gradient(to right,#f06739,#ea942a);
    display: flex;
    justify-content: center; align-items: center;
    border-radius: 100px;
}
.s_btn1:hover{
    background: #f56845;
    cursor: pointer;
}
.m_banner1 .s_btn1{
    width:382px; text-align: center;
    height: 65px; line-height: 65px;
    font-size: 28px; border-radius: 30px;
    color: #d12c1c;margin: 0 25px;
    position: relative; z-index: 2;
    background: url(../image/btn1.png) no-repeat 0 0/ 100% 100%;
}
.m_banner1 .s_btn1 b{
    font-size: 28px; padding-right: 10px;
}
.m_banner .s_btn1{
    width:382px; text-align: center;
    height: 65px; line-height: 65px;
    font-size: 28px; border-radius: 30px;
    color: #d12c1c;margin: 0 25px;
    position: relative; z-index: 2;
    background: url(../image/btn1.png) no-repeat 0 0/ 100% 100%;
}
.m_banner .s_btn1 b{
    font-size: 28px; padding-right: 10px;
}
.m_banner{
    position: relative;
    width: 100%;
    overflow-x: hidden;
    background: url(../image/banner_bg.png) no-repeat center 0/ auto;
}
.m_banner .s_btn{
    background: url(../images/banner-btn.png) no-repeat 0 0/ 100% auto;
    width: 240px; height: 60px; font-size: 28px;
}
.m_banner .s_btn:hover{
    background: #fa5c5a!important;
    border: 1px solid #fff;
}
.m_banner > img{
    width: 1920px;display: block;
    margin: 0 auto;
}
.m_banner .m_container{
     width: 1200px;
}
.m_banner .m_container >div{
    position: relative;
    width: 100%;
    padding: 1px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.m_banner .m_container ul{
    float: left;
    width: 999px; margin: auto; box-sizing: border-box;
    display: flex; justify-content: space-between;

}
.m_banner .m_container ul li{
    font-size: 28px; display: flex; justify-content: center;
    width: 225px; height: 60px; color: #f85419; margin-top: 80px;
    justify-items: space-between; align-items: center;
    background: #fff; border-radius: 90px;
}
.top:hover{
    transition:.2s ease all; transform:translateY(-10px); cursor: pointer;
}
.m_banner .m_container ul li:hover{
    cursor: pointer;
}
.m_banner .m_container ul li img{
    width: 45px; margin: 0 15px 0 0;
}
.m_banner .m_container img{
    margin:0px auto 0px;
    display: block;
}

.m_part1 div{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.m_part1 div img:nth-child(2),.m_part1 div img:nth-child(4){
    margin-top: 0px;
}
.m_part1 div img:hover{
    cursor: pointer;
}
.m_part1 div ul{
    position: absolute;
    display: flex;
    justify-content: space-between;
    
}
.m_part1 div ul:nth-child(2){ bottom: 190px; width: 100%;}
.m_part1 div ul:nth-child(2) li{
    width: 185px; height: 55px; font-size: 24px;
    margin: 0 68px;
}
.m_part1 div ul:nth-child(3){  bottom: 5px;left: 255px;}
.m_part1 div ul:nth-child(3) li{
    width: 200px; height: 45px; font-size: 20px;
    margin: 0 45px;
}
.m_part1 table{
    width: 100%;
}
.m_part1 table td,.m_part1 table th{
    padding:15px 0px;
    border: 1px solid #f6d7d4;
    text-align: center;
}
.m_part1 table th{
    background: #f6d7d4;
    font-size: 24px; color: #d12c1c;
}
.m_part1 table td{
    font-size: 22px; color: #000;
    border: 1px solid #d12c1c;
    text-align: center;
}
.m_part1 table td div{
    background: #E93A35;
    color: #fff;
    border-radius: 66px; width: 170px; height: 46px; margin: 0 auto;
    display: flex; justify-content: center; align-items:  center;
}

.m_part3{
    background:#FCEEED;
    padding:50px 0;
}
.m_part3 .m_container{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.m_part3 .m_container dl{
    position:absolute;
    width: 300px;
}

.m_part3 .m_container dl:nth-child(2){top: 0px; left: 60px;}
.m_part3 .m_container dl:nth-child(3){top: 0px; right: 50px;}
.m_part3 .m_container dl:nth-child(4){top: 210px; left: 0;}
.m_part3 .m_container dl:nth-child(5){top: 210px; right: 10px;}
.m_part3 .m_container dl:nth-child(6){top: 430px; left: 60px;}
.m_part3 .m_container dl:nth-child(7){top: 430px; right: 60px;}
.m_part3 .m_container dl .s_btn1{
    width: 100%; margin: 0;
    font-size: 26px;
    height: 60px; line-height: 60px;
}
.m_part3 dt,.m_part3 dd{
    color: #000; text-align: center;
    font-size: 22px; margin-bottom: 10px;
}
.u_part3 {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.u_part3 li{
    font-size: 24px;
    width: 210px;
    height: 50px;
    margin-top: 30px;
}
.u_part3 > div{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 32px;
}
.m_part3 .s_tybtn{
    padding: 0px 120px 0 620px;
   
}
.s_gd{
    width: 480px;
    height: 450px;
}

.m_part4 .m_container{
    display: flex;
    justify-content: space-between;
 }
 .m_part4 .m_container dl{
    background-color: #d12c1c;
    width: 390px; height: 420px;
    padding: 20px 25px; box-sizing: border-box;
    border-radius: 30px;
 }
 .m_part4 .m_container dt,.m_part4 .m_container dd{
    display: flex;
 }
 .m_part4 .m_container dt img{
    margin-right: 10px; margin-bottom: 0px;
 }
 .m_part4 .m_container dt{
    display: flex;
    justify-items: left;
    align-items: center;
    font-size: 26px; color: #fff;
 }
 .m_part4 .m_container dd{
    justify-content: space-between;   flex-wrap: wrap;
    margin-top: 15px;
 }
 .m_part4 .m_container dd div{
    background: #fff; border-radius: 100px; font-size: 18px;
    color: #d12c1c; width: 160px; height: 52px; line-height: 52px; text-align: center;
 
    margin: 0 0px 15px;
 }

/* swiper开始 */
.mySwiper{
    width: 1400px; 
}

.mySwiper  p{
    background: rgba(0,0,0,0.5); color: #fff;
    text-align: center; padding: 5px 0; font-size: 20px;
    position: absolute; bottom: 0; width: 1080px;
    border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;
        overflow: hidden;
}


      
.swiper-button-next,.swiper-button-prev{
    width: 30px; height: 38px;
}
.swiper-button-next:after,.swiper-button-prev:after{
    content: unset !important;
}
.swiper-button-next{
    background: url(../images/left.png) no-repeat 0 0/100% auto; 
  }

  .swiper-button-prev{
    background: url(../images/right.png) no-repeat 0 0/100% auto; 
  }
      .swiper-button-next:after, .swiper-button-prev:after{color: #fff;}

      .swiper-slide {
        position: relative;
        text-align: center;
        font-size: 18px;
        background: none;
        

        /* 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;
      }


    .mySwiper1 .swiper-slide {
        box-sizing: border-box;
        /* padding:40px 20px 45px; */
        background: none;
    }
    .mySwiper1{
        width: 290px; height: 356px;
    }
/* swiper结束 */

.m_part6{
    background: url(../images/bg6.jpg) no-repeat 0 0/ 100% auto;
    padding: 60px 0 50px;
}
.m_part6 .m_title *{
    color: #fff;
}
.m_part6 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.m_part6 li{
    font-size: 24px;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 10px;
}
.m_part6 li:hover{
    color: #fff;
    background: url(../images/btn.png) no-repeat 0 0/ 100% 100%;
    cursor: pointer;
}

.s_bg1{
    background-color: #faede8;
    overflow: hidden;
    padding: 60px 0;
}

.s_huanjing {
    display: flex;
    justify-content: center;
    align-items: center;
 }
 .s_huanjing  li{
    height: 300px;
    
    overflow: hidden;
    position: relative;
 }
 .s_huanjing  li:hover{
    cursor: pointer;
 }
 .s_huanjing li img{
    height: 100%;width: auto!important;
 }
 .s_huanjing li img:nth-child(2){
    display: none;
 }
 .s_huanjing li div{
    position: absolute;
    bottom: 0px; width: 100%;
    text-align: center; height:70px; 
    display: flex; align-items: center; justify-content: center;
    background: rgba(0,0,0,0.5); color: #fff; font-size: 18px;
 }
 .s_huanjing li:hover div, .s_huanjing li.hover div{
    background: rgba(48,169,139,0.5);
}
.s_huanjing li:hover img:nth-child(1),.s_huanjing li.hover img:nth-child(1){
    display: none;
 }
 .s_huanjing li:hover img:nth-child(2),.s_huanjing li.hover img:nth-child(2){
    display: block;
 }
.s_huanjing{
   
}
.s_huanjing{
   
}


.m_part8{
  
}
.m_part8 .m_part9 li{
    font-size: 24px;
    width: 200px;
    height: 50px;
    margin:0 15px;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
}
.m_part8 .m_container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.m_part8 .m_container img{
    width: auto;
}
.m_part8 .m_container .s_btn{
    font-size: 24px;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
}


.m_part9 ul{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.m_part9 li{
    font-size: 24px;
    width: 200px;
    height: 50px;
    margin:0 35px;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
}
/* .m_part9 li:hover{
    color: #fff;
    background: url(../images/btn.png) no-repeat 0 0/ 100% 100%;
    cursor: pointer;
} */


.m_footer{
    background: #1a1a1a;
    padding: 50px 0;
}
.m_footer *{
    color: #fff;
}
.m_footer ul{
    display: flex; justify-content: left; flex-wrap: wrap;
}
.m_footer ul li{
    font-size: 18px;
    width: 80px; height: 40px;
    text-align: center; line-height: 40px;
    border-radius:100px;
    margin: 5px;
}
.m_footer ul li:hover{
    background: linear-gradient(to right,#fa5c5a,#fa5c5a);
    cursor: pointer;
}
.m_footer .m_container div{
    border-top: 1px solid #333333;
    padding-top: 20px;
    text-align: center;
    line-height: 30px;
    color: #b2b2b2;
    font-size: 14px;
}
.floor3-img:hover{
    cursor: pointer;
}


/* 头部 */
.m_head{
    background: #1a1a1a;
    display: flex;
    justify-content: center;
}
.m_head div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
}
.m_head span{
    color: #ffffff;
    font-size: 20px;
}

.s_btn11{
    color: #ffffff;
    font-size: 30px;
    background: #e93a35;
    border-radius:99px;
    border: 3px solid #ffffa9;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    padding: 15px 50px; display: inline-block;
}

.s_btn2{
    color: #ffffff;
    font-size:28px;
    background: linear-gradient(357deg, #D22C1C, #F87669);
    border-radius: 99px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
    padding:  0px 0px 0px 30px;
    width: 460px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.asd{cursor: pointer;}



.m_part7 .m_container{
    box-sizing: border-box;
    padding: 0px 0px 0px; 
    background:none;
 }
 .m_part7 ul:first-child{
    display: flex; justify-content:center;
 }
 .m_part7 ul:first-child li{
    font-size: 26px; margin-right: 30px; width: 130px; text-align: center;
    height: 50px; line-height: 50px;
    color: #d12c1c; border: 1px solid #d12c1c;
    border-radius: 10px;
    
 }
 .m_part7 ul:first-child li.hover{
    background: url(../image/part7_icon1.png) no-repeat center bottom/ auto;
    font-size: 26px;
    cursor: pointer;
    background: #d12c1c; color: #fff;
 }
 .m_part7 ul:last-child{
    display: flex; justify-content:space-between;
 }
 .m_part7 ul:last-child li{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
 .m_part7 ul:last-child dl{
    width: 268px; text-align: center;
    height: 313px; 
   
 }
 .m_part7 ul:last-child li dt{
    color: #fff; font-size: 22px; margin: 30px 0 15px 0; 
 }
 .m_part7 ul:last-child li dd{
    font-size: 16px;
    text-align: left; padding: 0 0 0 15px;
    width: 80%; margin: 0 auto 5px;
}
.m_part7 ul:last-child li:nth-child(1) dd{
    background: url(../image/part7_icon2.png) no-repeat left center/ auto;
}
.m_part7 ul:last-child li:nth-child(1) dl{
    background: url(../image/part7_icon3.png) no-repeat center top/100% auto;
}

.m_part7 ul:last-child li:nth-child(2) dd{
    background: url(../image/part7_icon4.png) no-repeat left center/ auto;
}
.m_part7 ul:last-child li:nth-child(2) dl{
    background: url(../image/part7_icon5.png) no-repeat center top/100% auto;
}

.m_part7 ul:last-child li:nth-child(3) dd{
    background: url(../image/part7_icon6.png) no-repeat left center/ auto;
}
.m_part7 ul:last-child li:nth-child(3) dl{
    background: url(../image/part7_icon7.png) no-repeat center top/100% auto;
}

.m_part7 ul:last-child li:nth-child(4) dd{
    background: url(../image/part7_icon8.png) no-repeat left center/ auto;
}
.m_part7 ul:last-child li:nth-child(4) dl{
    background: url(../image/part7_icon9.png) no-repeat center top/100% auto;
}

.m_part7 ul:last-child li:nth-child(5) dd{
    background: url(../image/part7_icon10.png) no-repeat left center/ auto;
}
.m_part7 ul:last-child li:nth-child(5) dl{
    background: url(../image/part7_icon11.png) no-repeat center top/100% auto;
}

.m_part7 ul:last-child li:nth-child(6) dd{
    background: url(../image/part7_icon12.png) no-repeat left center/ auto;
}
.m_part7 ul:last-child li:nth-child(6) dl{
    background: url(../image/part7_icon13.png) no-repeat center top/100% auto;
}

.m_part7 ul:last-child li:nth-child(7) dd{
    background: url(../image/part7_icon12.png) no-repeat left center/ auto;
}
.m_part7 ul:last-child li:nth-child(7) dl{
    background: url(../image/part7_icon13.png) no-repeat center top/100% auto;
}



.m_part7 ul:last-child dl div{
    background: #ff9058;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    border-radius: 100px;
    margin: 5px auto 0;
}

