/* .main{
    width: 1180px;
}
 */
/*banner*/
#banner {
    width: 100%;
    height: 100%;
}

#banner .swiper-slide {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

#banner .swiper-slide img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: fill;
}
#banner .swiper-pagination{
    bottom: 125px;
}
#banner .swiper-pagination-bullet{
    width: 22px;
    height: 8px;
    border-radius: 4px;
    background-color: #FFFFFF;
    opacity: 0.5;
}
#banner .swiper-pagination-bullet-active{
    opacity: 1;
}
.num-list .num-item{
    width: 160px;
    padding: 30px 53px;
    border-right: 1px solid #c3c3c3;
}
.num-list .num-item:last-child{
    border: 0;
}
.num-list .num-item .title{
    font-size: 14px;
    color: #d3172a;
}
.num-list .num-item .num{
    font-size: 50px;
    color: #d3172a;
    font-weight: bold;
    text-align: center;
    line-height: 70px;
}
.num-list .num-item .des{
    font-size: 12px;
    color: #808080;
    line-height: 18px;
}
.xuanfu{
    position: fixed;
    bottom: 120px;
    left: 50%;
    margin-left: 580px;
    z-index: 9;
}
.xuanfu li{
    width: 35px;
    height: 32px; 
    background-color: #FFFFFF;
    margin-bottom: 3px;
    cursor: pointer;
    position: relative;
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
.xuanfu .des{
    padding: 8px;
    border-radius: 2px;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    right: 35px;
    /* opacity: 0; */
    display: none;
    /* transition: all 0.5s; */
    min-height: 16px;
    line-height: 16px;
}
.xuanfu .des .qrcode,
.xuanfu .des .tel,
.xuanfu .des .email{
    /* display: flex;
    justify-content: space-between; */
    color: #d3172a;
    font-size: 14px;
    font-weight: bold;
    word-break: keep-all;
}
.xuanfu .des .tel,
.xuanfu .des .email{
    min-width: 120px;
}
.xuanfu .des .qrcode>img{
    width: 100px;
    display: block;
    margin: 0 auto;
    /* height: 45px; */
}
.xuanfu li:hover .des{
    display: block;
    opacity: 1;
}

.mode-title{
    text-align: center;
    padding: 90px 0 36px 0;
}
.mode-title p{
    font-size: 30px;
    font-weight: bold;
    color: #d3172a;
    margin-bottom: 8px;
    letter-spacing: 10px;
}
.mode-title span{
    font-size: 12px;
    color: #808080;
    line-height: 14px;
    letter-spacing: 4px;
}

/*我们的服务*/
.ourservies{
    width: 100%;
    height: 740px;
    background-image: url(../images/bg1.png);
    background-repeat: no-repeat;
    background-position: center;
}
.ourservies table{
    height: 100%;
    color: #FFFFFF;
}
.ourservies table td{
    border: 1px solid rgba(255,255,255,0.4);
    width: 33%;
    height: 50%;
    position: relative;
}
.ourservies td>div{
    /* width: 100%; */
    height: 100%;
    background-color: #d22031;
    padding: 0 40px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
}
.ourservies td:hover>div{
    opacity: 1;
}
.ourservies td>span{
    display: block;
    font-size: 60px;
    text-align: center;
    width: 180px;
    line-height: 120px;
    letter-spacing: 29px;
    margin: 0 auto;
    cursor: pointer;
    opacity: 1;
    transition: all 0.5s
}
.ourservies td:hover>span{
    opacity: 0;
}
.ourservies .title{
    font-size: 25px;
    padding-top: 50px;
    margin-bottom: 30px;
    position: relative;
}
.ourservies .title:after{
    content: '';
    display: block;
    height: 3px;
    width: 69px;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: -15px;
}
.ourservies .des{
    font-size: 12px;
    line-height: 20px;
}
.ourservies .img-name{
    font-size: 12px;
    width: 243px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #FFFFFF;
    position: absolute;
    bottom: 34px;
    left: 50%;
    transform: translateX(-50%);
}

/*项目案例*/
.project-demo-box{
    height: 640px;
    width: 950px;
    margin: 0 auto;
}
/* .project-demo{
    display: flex;
    justify-content: space-between;
    height: 640px;
    width: 950px;
    margin: 0 auto;
} */
.project-demo-box .swiper-container{
    height: 100%;
}
.project-demo .swiper-slide>div{
    width: 216px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.project-demo .height-m{
    height: 240px;
}
.project-demo .height-b{
    height: 380px;
}
.project-demo .cover{
    overflow: hidden;
    width: 100%;
    position: relative;
}
.project-demo .cover>img{
    display: block;
    width: 100%;
    transition: all 0.5s;
}
.project-demo .cover .message{
    width: 100%;
    height: 100%;
    background-color: #d3172a;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    transition: all 0.5s;
}
.project-demo .dian{
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #FFFFFF;
    border-radius: 50%;
    vertical-align: middle;
}
.project-demo .message>div{
    width: 100%;
}
.project-demo .message .title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 36px;
}
.project-demo .message span{
    font-size: 12px;
    vertical-align: middle;
}
.project-demo .icon-project{
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}
.project-demo .message i{
    margin: 0 10px;
}

.project-demo .cover:hover>img{
    transform: scale(1.2);
}
.project-demo .cover:hover .message{
    top: 0;
    opacity: 0.9;
}

/*服务优势*/
.serve-youshi{
    width: 100%;
    height: 740px;
    background-image: url(../images/bg2.jpg);
    background-position: center;
    margin-top: 50px;
}
.serve-youshi .mode-title{
    padding: 100px 0 60px 0;
}
.serve-youshi .mode-title p,
.serve-youshi .mode-title span{
    color: #FFFFFF;
}
.serve-youshi .tab{
    display: flex;
    justify-content: space-around;
    width: 947px;
    margin: 0 auto;
    border-bottom: 2px solid rgba(255,255,255,0.5);
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
}
.serve-youshi .tab li{
    padding-bottom: 16px;
    cursor: pointer;
    width: 158px;
}
.serve-youshi .tab li.active{
    color: #2a89ff;
}
.serve-youshi .tab:after{
    content: '';
    display: block;
    width: 158px;
    border-bottom: 2px solid #2a89ff;
    position: absolute;
    top: 30px;
    /* left: 0; */
    transition: all 0.2s;
}
.serve-youshi .tab:before{
    content: '';
    display: block;
    position: absolute;
    top: 22px;
    /* left: 64px; */
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid #2a89ff;
    transition: all 0.5s;
}
.serve-youshi .tab[data-key="0"]:after{
    left: 0;
}
.serve-youshi .tab[data-key="1"]:after{
    left: 158px;
}
.serve-youshi .tab[data-key="2"]:after{
    left: 316px;
}
.serve-youshi .tab[data-key="3"]:after{
    left: 474px;
}
.serve-youshi .tab[data-key="4"]:after{
    left: 632px;
}
.serve-youshi .tab[data-key="5"]:after{
    left: 790px;
}
.serve-youshi .tab[data-key="0"]:before{
    left: 64px;
}
.serve-youshi .tab[data-key="1"]:before{
    left: 222px;
}
.serve-youshi .tab[data-key="2"]:before{
    left: 380px;
}
.serve-youshi .tab[data-key="3"]:before{
    left: 538px;
}
.serve-youshi .tab[data-key="4"]:before{
    left: 696px;
}
.serve-youshi .tab[data-key="5"]:before{
    left: 854px;
}
.serve-youshi .list{
    padding-top: 75px;
    padding-left: 30px;
}
.serve-youshi .list li{
    display: none;
    width: 947px;
    margin: 0 auto;
    color: #FFFFFF;
}
.serve-youshi .list li.active{
    display: flex;
}
.serve-youshi .list li>div{
    line-height: 20px;
    width: 400px;
}
.serve-youshi .list li dl{
    width: 405px;
    color: #FFFFFF;
    font-size: 12px;
}
.serve-youshi .list li dt{
    font-weight: bold;
    margin-bottom: 18px;
}
.serve-youshi .list li dd{
    margin-top: 6px;
    line-height: 20px;
}
.serve-youshi .list li dd:last-child{
    margin-top: 18px;
}
.serve-youshi .list li dd>span{
    font-size: 26px;
    font-weight: bold;
    margin-right: 10px;
}

/*业务地图*/
.map{
    background-color: #fdfdfd;
    margin-top: 60px;
    position: relative;
    
}
#mapBox{
    width: 886px;
    height: 724px;
    margin: 0 auto;
    position: relative;
    bottom: 100px;
}
.map dl{
    position: absolute;
    top: 400px;
    left: 50%;
    margin-left: 400px;
    width: 167px;
    height: 259px;
    border-radius: 6px;
    background-color: #d3172a;
    color: #FFFFFF;
    display: none;
}
.map dt{
    font-size: 20px;
    font-weight: bold;
    padding: 20px 16px;
}
.map dd{
    padding: 5px 16px;
    font-size: 14px;
    line-height: 20px;
}
.map dl:after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    border-left: 20px solid transparent;
    border-right: 20px solid #d3172a;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

/*管理团队*/
#team{
    padding: 20px 0 125px 0;
}
#team .swiper-pagination{
    bottom: 100px;
}
#team .swiper-pagination-bullet{
    width: 32px;
    height: 8px;
    border-radius: 4px;
    background-color: #f1f1f1;
}
#team .swiper-pagination-bullet-active{
    background-color: #2a89ff;
}
#team .cover{
    width: 224px;
    height: 336px;
    overflow: hidden;
    margin-bottom: 20px;
}
#team .cover>img{
    display: block;
    width: 100%;
}
#team .name{
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 10px;
}
#team .title{
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}