/* 通用样式 */
.center{
    width: 83.35%;
    margin: 0 auto;
    flex-wrap: wrap;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* 导航栏 */
.header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(255, 255, 255, .6);
    transition: all .3s linear;
}
.header .phone_nav{
	display:none;
    box-sizing: border-box;
    margin-left: 30px;
    width: 30px;
    height: 20px;
    position: relative;
    border-bottom: 2px solid #ee1d23;
    border-top: 2px solid #ee1d23;
    transition: all .2s ease-out;
}
.header .phone_nav li{
    width: 20px;
    height: 2px;
    background-color: #ee1d23;
    margin: 0 auto;
    margin-top: 7px;
}
.header .phone_nav li::after,
.header .phone_nav li::before{
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: #ee1d23;
    position: absolute;
    top: 48%;
    right: 0;
    transition:  all .3s ease-out;
    opacity: 0;
}
.header .phone_nav li.anniu{
    background-color: transparent;
}
.header .phone_nav li.anniu::after{
    transform: rotate(-45deg);
    opacity: 1;
}
.header .phone_nav li.anniu::before{
    transform: rotate(45deg);
    opacity: 1;
}
.header_box{
    align-items: center;
    padding: 20px 0;
    padding-bottom: 24px;
}
.head_logo{
    flex: 1;
}
.head_logo img{
    width: 190px;
}
.header .navigate li{
    margin-right: 56px;
}
.header .navigate li a{
    font-size: 18px;
    color: #333;
}
.header .navigate li:hover a{
    color: #ee1d23;
}
.heade_phone p{
    font-size: 20px;
    margin-left: 10px;
}
.header .navigate li .header_nav_ac{
    color: #ee1d23;
}

/* banner */
.banner .swiper-slide>img{
    width: 100%;
}
.banner .banner_text{
    position: absolute;
    top: 32%;
    left: 8.325%;
    color: white;
}
.banner .banner_text h3{
    font-size: 70px;
    font-weight: 500;
    margin-top: 60px;
    margin-bottom: 34px;
}
.banner .banner_text p{
    font-size: 30px;
    font-weight: 300;
}
.banner .banner_text a{
    display: inline-block;
    font-size: 22px;
    padding: 10px 40px;
    background-color: #ee1d23;
    color: white;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-top: 100px;
}
#swiper-banner .swiper-pagination{
    width: 83.35%;
    text-align: left;
    left: 8.325%;
    bottom: 40px;
}
#swiper-banner .swiper-pagination .swiper-pagination-bullet{
    border-radius: 0%;
    width: 30px;
    height: 4px;
    background-color: white;
    opacity: .5;
}
#swiper-banner .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #ee1d23;
    opacity: 1;
}
#swiper-banner .swiper-button-next,
#swiper-banner .swiper-button-prev{
    width: 40px;
    height: 40px;
    border: 2px white solid;
    border-radius: 50%;
    top: auto;
    bottom: 30px;
}
#swiper-banner .swiper-button-next:after,
#swiper-banner .swiper-button-prev:after{
    font-size: 24px;
    color: white;
}
#swiper-banner .swiper-button-next{
    right: 8.325%;
}
#swiper-banner .swiper-button-prev{
    right: 11.325%;
    left: auto;
}
/* 公司简介 */

.about{
    background: url(../image/about-bg.jpg) no-repeat;
}
.about_box{
    text-align: center;
    padding-top: 166px;
    padding-bottom: 170px;
}
.about_box img{
    margin: 0 auto;
}
.about_box h3{
    font-size: 40px;
    color: #333;
    font-weight: 600;
    margin-top: -14px;
    margin-bottom: 45px;
}
.about_box p{
    width: 60%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 97px;
}
.about_box p span{
    color: #ee1d23;
}
.about_box a{
    display: inline-block;
    font-size: 16px;
    color: white;
    background: #ee1d23;
    padding: 10px 34px;
    border-radius: 30px;
    position: relative;
}
.about_box a::after{
    content: url(../image/jiantou-white.png);
    margin-left: 20px;
}

/* 主营业务 */
.business{
    padding-top: 80px;
    padding-bottom: 90px;
}
.business_box .bus_title{
    align-items: center;
}
.business_box .bus_title .button .next{
    cursor: pointer;
}
.business_box .bus_title .button .prev{
    transform: rotate(180deg);
    cursor: pointer;
    margin-right: 16px;
}
.business_box .bus_title h3{
    font-size: 42px;
    color: #333;
}
.business_box .bus_title p{
    font-size: 20px;
    color: #333;
    margin-top: 26px;
}
.business_box .bus_title p::after{
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    background-color: #ee1d23;
    margin-top: 26px;
}
#swiper-business{
    margin-top: 60px;
}
#swiper-business .swiper-slide{
    background-color: pink;
    padding-bottom: 210px;
    position: relative;
    overflow: hidden;
}
#swiper-business .swiper-slide>img{
    width: 100%;
    transition: all .3s linear;
}
#swiper-business .swiper-slide .text{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #f7f7f7;
    width: 100%;
    height: 210px;
    text-align: center;
    transition: all .3s linear;
    border-bottom: 0px solid #ee1d23;
}
#swiper-business .swiper-slide .text img{
    margin: 42px auto 27px;
    transition: all .3s linear;
}
#swiper-business .swiper-slide .text p{
    font-size: 18px;
    color: #333;
}
#swiper-business .swiper-slide .text span{
    font-size: 12px;
    color: #333;
    opacity: .5;
    line-height: 24px;
    display: block;
}
#swiper-business .swiper-slide .text a{
    display: inline-block;
    border: 1px #ee1d23 solid;
    border-radius: 4px;
    padding: 7px 24px;
    color: #ee1d23;
    margin-top: 0;
    opacity: 0;
    transition: all .3s linear;
}
#swiper-business .swiper-slide .text a::after{
    content: url(../image/jiantou-right-red.png);
    margin-left: 10px;
}
#swiper-business .swiper-slide .text a:hover{
    color: white;
}
#swiper-business .swiper-slide .text a:hover::after{
    content: url(../image/jiantou-white.png);
}
#swiper-business .swiper-slide:hover .text{
    height: 320px;
    border-bottom-width: 4px;
}
#swiper-business .swiper-slide:hover .text a{
    opacity: 1;
    margin-top: 34px;
}
#swiper-business .swiper-slide:hover .text img{
    margin-top: 52px;
}
#swiper-business .swiper-slide:hover>img{
    transform: scale(1.1);
    transition: all .3s linear;
}

/* 360°全景 */
.panorama{
    position: relative;
}
.panorama #swiper-panorama img{
    width: 100%;
}
#thumbs-swiper{
    position: absolute;
    bottom: 30px;
    left: 8.325%;
    z-index: 99;
    padding: 20px 0;
}
#thumbs-swiper .swiper-slide{
    box-sizing: border-box;
    padding: 30px;
    background-color: white;
    flex-wrap: nowrap;
    cursor: pointer;
    transition: all .3s linear;
}
#thumbs-swiper .swiper-slide-thumb-active{
    transform: translateY(-14px);
}
#thumbs-swiper .swiper-slide>img{
    width: 150px;
}
#thumbs-swiper .swiper-slide .text{
    overflow: hidden;
    margin-left: 24px;
    position: relative;
}
#thumbs-swiper .swiper-slide .text h3{
    font-size: 20px;
    color: #333;
    margin-bottom: 14px;
}
#thumbs-swiper .swiper-slide .text p{
    width: 100%;
    font-size: 17px;
    color: #333;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#thumbs-swiper .swiper-slide .text a{
    position: absolute;
    top: 0;
    right: 0;
    opacity: .9;
}
#thumbs-swiper .swiper-slide-thumb-active .text h3{

    color: #ee1d23;
}

/* 六大优势 */

.six_advantage{
    padding-top: 80px;
    padding-bottom: 90px;
}
.index_title{
    align-items: center;
}
.index_title h3{
    font-size: 34px;
    color: #333;
}
.index_title h3 span{
    color: #ee1d23;
}
.index_title h3 em{
    font-size: 20px;
    font-weight: 500;
}
.index_title>a{
    background-color: #ececec;
    font-size: 16px;
    color: #ee1d23;
    padding: 12px 20px;
}
.index_title>a::after{
    content: url(../image/jiantou-right-red.png);
    margin-left: 16px;
}
.index_title>a:hover::after{
    content: url(../image/jiantou-white.png);
}

.advantage_box{
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding-left: 8.325%;
    margin-top: 72px;
    position: relative;
}
.advantage_box .youshi_text{
    width: 44%;
}
.advantage_box .youshi_img{
    width: 54%;
    overflow: hidden;
}
.advantage_box .youshi_img img{
    width: 100%;
}
.advantage_box .youshi_text h3{
    display: inline-block;
    font-size: 26px;
    color: #ee1d23;
    padding-bottom: 27px;
    border-bottom: 3px solid #ee1d23;
    margin-bottom: 50px;
}
.advantage_box .youshi_text p{
    font-size: 20px;
    color: #6b6b6b;
    line-height: 36px;
}

#advantage-thumbs{
    width: 40%;
    position: absolute;
    bottom: 30px;
    left: 8.325%;
}
#advantage-thumbs .swiper-slide{
    background-color: #f6f7f8;
    text-align: center;
    padding: 20px 0;
    cursor: pointer;
}
#advantage-thumbs .swiper-slide .youshi_icon{
    width: 54px;
    height: 54px;
    overflow: hidden;
    margin: 0 auto;
}
#advantage-thumbs .swiper-slide .youshi_icon img{
    margin: 0;
    transition: all .3s linear;
}
#advantage-thumbs .swiper-slide p{
    font-size: 17px;
    margin-top: 16px;
}
#advantage-thumbs .swiper-slide-thumb-active{
    background-color: #ee1d23;
    color: white;
}
#advantage-thumbs .swiper-slide-thumb-active .youshi_icon img{
    margin-left: -54px;
    transition: all .3s linear;
}

/* 设计师 */

.designer{
    padding-top: 130px;
    background: url(../image/designer-bg.jpg) no-repeat;
}
.designer #swiper-designer{
    width:36.6%
}
.designer #swiper-designer .swiper-slide img{
    width: 100%;
}
.designer .designer_right{
    width: 63.4%;
    color: white;
    align-items: flex-end;
}
.designer_right #swiper-designer-text .swiper-slide{
    padding-left: 125px;
    box-sizing: border-box;
    padding-top: 20px;
}
.designer_right #swiper-designer-text .swiper-slide .name{
    align-items: center;
    margin-bottom: 50px;
    justify-content: flex-start;
}
.designer_right #swiper-designer-text .swiper-slide .name h3{
    font-size: 40px;
    font-weight: 500;
    margin-right: 40px;
}
.designer_right #swiper-designer-text .swiper-slide .name p{
    color: #ee1d23;
    border-radius: 50px;
    border: 1px solid #ee1d23;
    display: inline-block;
    padding: 6px 20px;
    margin-top: 8px;
}
.designer_right #swiper-designer-text .swiper-slide>p{
    width: 80%;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}
.designer_right #swiper-designer-text .swiper-slide>a{
    font-size: 24px;
    padding: 10px 40px;
    background-color: #ee1d23;
    color: white;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 60px;
}

#swiper-designer-thumbs{
    margin-left: 28px;
    padding-right: 95px;
}
#swiper-designer-thumbs .swiper-slide{
    opacity: .4;
    cursor: pointer;
}
#swiper-designer-thumbs .swiper-slide img{
    width: 100%;
}
#swiper-designer-thumbs>a{
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #afb0c8;
    font-size: 20px;
    padding: 0 22px;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 26px;
}
#swiper-designer-thumbs .swiper-slide-thumb-active{
    opacity: 1;
}

/* 案例 */

.case{
    padding-top: 60px;
    padding-bottom: 80px;
}
#swiper-case-thumbs{
    width: 50%;
    margin: 0;
}
#swiper-case-thumbs .swiper-slide{
    opacity: .6;
    filter: grayscale(1);
    cursor: pointer;
}
#swiper-case-thumbs .swiper-slide-thumb-active{
    opacity: 1;
    filter: grayscale(0);
    color: #ee1d23;
}
#swiper-case-thumbs .swiper-slide:hover{
    opacity: 1;
    filter: grayscale(0);
    color: #ee1d23;
}
#swiper-case-thumbs .swiper-slide img{
    height: 42px;
    margin: 0 auto;
    margin-left: 105px;
}
#swiper-case-thumbs .swiper-slide p{
    font-size: 16px;
    margin-top: 12px;
    text-align: right;
}
#swiper-case{
    margin-top: 56px;
}
#swiper-case .swiper-slide .case_item{
    width: 32.5%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
#swiper-case .swiper-slide .case_item>img{
    width: 100%;
}
#swiper-case .swiper-slide .case_item a>img{
    height: 545px;
    transform: translateX(-30%);
}
#swiper-case .swiper-slide .case_item .p1{
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba( 0, 0, 0, .6);
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    height: 60px;
    overflow: hidden;
    transition: all .3s linear;
}
#swiper-case .swiper-slide .case_item .case_text{
    width: 100%;
    height: 0%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba( 238, 29, 35, .8);
    color: white;
    box-sizing: border-box;
    padding: 0px 60px;
    overflow: hidden;
    transition: all .3s linear;
}
#swiper-case .swiper-slide .case_item .case_text h3{
    font-size: 24px;
    margin-bottom: 30px;
}
#swiper-case .swiper-slide .case_item .case_text p{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 20px;
}
#swiper-case .swiper-slide .case_item .case_text img{
    margin-top: 80px;
}
#swiper-case .swiper-slide .case_item:hover .case_text{
    height: 100%;
    padding: 60px;
}
#swiper-case .swiper-slide .case_item:hover .p1{
    height: 0;
}

/* 服务理念 */

.fuwu{
    width: 100%;
    background: url(../image/fuwulinian-bg.jpg) no-repeat;
}
.fuwu .fuwu_item{
    width: 25%;
    height: 707px;
    color: white;
    padding: 0 70px;
    padding-top: 310px;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, .8);
    overflow: hidden;
    transition: all .3s linear;
}
.fuwu .fuwu_item:last-child{
    border: none;
}
.fuwu .fuwu_item h4{
    display: none;
    width: 24px;
    height: 24px;
    background-color: white;
    font-size: 22px;
    color: #ee1d23;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 100px;
}
.fuwu .fuwu_item h3{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 40px;
    position: relative;
}
.fuwu .fuwu_item h3::after{
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #ee1d23;
    position: absolute;
    left: 0;
    bottom: -24px;
}
.fuwu .fuwu_item span{
    font-size: 20px;
    letter-spacing: 1px;
}
.fuwu .fuwu_item p{
    font-size: 16px;
    line-height: 35px;
    margin-top: 40px;
    letter-spacing: 2px;
    height: 0;
    overflow: hidden;
    transition: all .3s linear;
}
.fuwu .fuwu_item a{
    display: inline-block;
    font-size: 18px;
    color: white;
    padding: 0px 30px;
    background-color: #ee1d23;
    margin-top: 0px;
    height: 0px;
    overflow: hidden;
    box-sizing: border-box;
    transition: all .3s linear;
}
.fuwu .fuwu_item:hover{
    padding-top: 160px;
}
.fuwu .fuwu_item:hover p{
    height: 100px;
}
.fuwu .fuwu_item:hover a{
    height: 40px;
    padding: 11px 30px;
    margin-top: 20px;
}

.fuwu .fuwu_item a:hover{
    background-color: white;
    color: #ee1d23;
}

/* 合作伙伴 */

.hezuo{
    background: url(../image/hezuo-bg.jpg);
    padding-top: 100px;
    padding-bottom: 50px;
}
.index_title .xiantiao{
    width: 30%;
    text-align: right;
    position: relative;
    font-size: 20px;
}
.index_title .xiantiao li{
    width: 100%;
    height: 2px;
    background-color: #ee1d23;
    margin-top: 2px;
    opacity: .3;
}
.index_title .xiantiao .title_right{
    position: absolute;
    top: -9px;
    right: 0;
}
.hezuo .hezuo_box .hezuo_item{
    margin-top: 70px;
}
.hezuo .hezuo_box .hezuo_item .item{
    width: 17%;
    overflow: hidden;
    box-shadow: 0 0 10px 4px rgba( 0, 0, 0, .04);
    border-radius: 10px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-bottom: 50px;
    transition: all .3s linear;
    cursor: pointer;
}
.hezuo .hezuo_box .hezuo_item .item img{
    width: 100%;
    transition: all .3s linear;
}
.hezuo .hezuo_box .hezuo_item .item:hover{
    transform: translateY(-16px);
    box-shadow: 0 0 10px 4px rgba( 238, 29, 35, .08);
}
.hezuo .hezuo_box .hezuo_item .item:hover img{
    transform: scale(1.04);
}

/* 新闻动态 */

.news{
    padding-top: 80px;
    padding-bottom: 86px;
    background: url(../image/news-bg.jpg) no-repeat;
}
.news .news_title .title_right a{
    font-size: 20px;
    margin-left: 50px;
    color: #333;
}
.news .news_title .xiantiao .title_right .news_ac{
    color: #ee1d23;
}
.news .news_title .title_right a:hover{
    color: #ee1d23;
}
#news_swiper{
    margin-top: 64px;
}
#news_swiper .swiper-slide{
    transition: all .3s linear;
}
#news_swiper .swiper-slide a .new_img_box{
    width: 100%;
    height: 210px;
    overflow: hidden;
}
#news_swiper .swiper-slide a .new_img_box img{
    height: 210px;
    display: block;
    object-fit:cover;
}
#news_swiper .swiper-slide a>img{
    width: 100%;
}
#news_swiper .swiper-slide a .news_text{
    padding: 0 26px;
    background-color: white;
    padding-top: 50px;
    overflow: hidden;
    padding-bottom: 34px;
    display: block;
}
#news_swiper .swiper-slide a .news_text p{
    font-size: 18px;
    color: #6b6b6b;
    transition: all .3s linear;
}
#news_swiper .swiper-slide a .news_text h3{
    font-size: 20px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 24px 0;
    border-bottom: 1px #ee1d23 solid;
    transition: all .3s linear;
}
#news_swiper .swiper-slide a .news_text span{
    display: block;
    margin-top: 36px;
    color: #333;
    font-size: 16px;
    position: relative;
    transition: all .3s linear;
}
#news_swiper .swiper-slide a .news_text span::after{
    content: url(../image/news-jiantou.png);
    position: absolute;
    top: 0;
    right: 0;
}
#news_swiper .swiper-slide:hover{
    transform: translateY(-15px);
    box-shadow: 0 2px 10px 6px rgba( 0, 0, 0, .1);
}
/* #news_swiper .swiper-slide:hover a .news_text{
    background-color: #ee1d23;
} */

#news_swiper .swiper-slide:hover a .news_text span,
#news_swiper .swiper-slide:hover a .news_text p{
    color: white;
}
#news_swiper .swiper-slide:hover a .news_text h3{
    color: white;
    border-bottom-color: white;
}
#news_swiper .swiper-slide:hover a .news_text span::after{
    content: url(../image/jiantou-white.png);
}

#news_swiper .swiper-slide:hover .hvr-sweep-to-top:before{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

/* footer底部 */

footer{
    padding: 70px 0;
    padding-bottom: 50px;
    background: url(../image/dibu-bg.jpg) no-repeat;
}
footer .dibu_left{
    padding-right: 14%;
    border-right: 1px solid rgba(255, 255, 255, .4);
}
footer .dibu_left>p{
    color: white;
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 16px;
}
footer .dibu_left ul li{
    color: white;
    text-align: center;
    font-size: 16px;
}
footer .dibu_left ul li img{
    width: 114px;
    margin-bottom: 10px;
}
footer .dibu_right{
    color: white;
    font-size: 18px;
}
.dibu_right .dibu_nav li{
    color: white;
    font-size: 18px;
    margin-right: 96px;
    margin-bottom: 36px;
}
.dibu_right .dibu_nav li a{
    color: white;
    font-size: 18px;
}
.dibu_right .dibu_nav li a:hover{
    color: #ee1d23;
}
.dibu_right .dibu_nav li:last-child{
    margin: 0;
}
.dibu_right .dibu_lianxi{
    display: flex;
    margin-top: 23px;
    font-size: 18px;
    margin-bottom: 30px;
}
.dibu_right .dibu_lianxi li{
    margin-right: 30px;
}
.dibu_right p{
    font-size: 18px;
    color: white;
    margin-bottom: 20px;
}
.dibu_right>p>a{
    font-size: 18px;
    color: white;
}
.dibu_right>p:nth-child(6),
.dibu_right>p:nth-child(6) a{
    font-size: 16px;
    color: #acacac;
    margin-top: 50px;
}
.dibu_right>p:nth-child(7),
.dibu_right>p:nth-child(7) a{
    font-size: 16px;
    color: #acacac;
}

.case_more{
    display: none;
}


@media (max-width:1800px) {
    html{
        zoom: .95;
    }
}
@media (max-width:1700px) {
    html{
        zoom: .9;
    }
}
@media (max-width:1600px) {
    html{
        zoom: .85;
    }
    #news_swiper .swiper-slide a .new_img_box{
        height: 190px;
    }
}
@media (max-width:1500px) {
    html{
        zoom: .8;
    }
}
@media (max-width:1400px) {
    html{
        zoom: .75;
    }
}
@media (max-width:1300px) {
    html{
        zoom: .7;
    }
    #news_swiper .swiper-slide a .new_img_box{
        height: 120px;
    }
}
@media (max-width:1200px) {
    html{
        zoom: .65;
    }
}
@media (max-width:1100px) {
    html{
        zoom: .6;
    }
}



@media (max-width:1000px) {
    html{
        zoom: 1;
    }
    .center {
        width: 89%;
    }
    /* 导航栏 */
    body{
        padding-top: 58px;
    }
    .header_box{
        padding: 14px 0;
    }
    .header .navigate{
        width: 100%;
        position: absolute;
        top: 57.5px;
        left: 100%;
        flex-direction: column;
        background-color: #f8f8f8;
        padding-bottom: 20px;
        transition: all .3s ease-out;
    }
    .header .navigate li{
        width: 89%;
        margin: 0 auto;
        border-bottom: 1px solid rgba( 0, 0, 0, .08);
    }
    .header .navigate li a{
        font-size: 14px;
        line-height: 40px;
    }
    .head_logo{
        flex: none;
    }
    .head_logo img{
        width: 120px;
        margin-top: -3px;
    }

	.header .phone_nav{
    display:block;}

    .heade_phone{
        display: none;
    }
    .heade_phone img{
        display: none;
    }
    .heade_phone p{
        font-size: 16px;
    }
    /* Banner图 */
    .banner .swiper-slide{
        overflow: hidden;
    }
    .banner .swiper-slide>img{
        width: auto;
        height: 450px;
    }
    .banner .swiper-slide:nth-child(1)>img{
        margin-left: -50px;
    }
    .banner .swiper-slide:nth-child(2)>img{
        margin-left: -40px;
    }
    .banner .swiper-slide:nth-child(3)>img{
        margin-left: -264px;
    }
    .banner .banner_text{
        top: 20%;
    }
    .banner .banner_text img{
        width: 50px;
    }
    .banner .banner_text h3{
        font-size: 28px;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .banner .banner_text p{
        font-size: 16px
    }
    .banner .banner_text a{
        font-size: 16px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 8px 20px;
        margin-top: 50px;
    }
    #swiper-banner .swiper-button-next,
    #swiper-banner .swiper-button-prev{
        width: 26px;
        height: 26px;
    }
    .swiper-button-next:after,
    .swiper-button-prev:after{
        font-size: 14px;
    }
    #swiper-banner .swiper-button-prev{
        right: 20%;
    }

    /* 关于我们 */
    .about{
        background-position: center ;
    }
    .about_box{
        padding-top: 80px;
        padding-bottom: 90px;
    }
    .about_box img{
        width: 100%;
    }
    .about_box h3{
        font-size: 30px;
        margin-bottom: 30px;
    }
    .about_box p{
        width: 100%;
        line-height: 30px;
        margin-bottom: 70px;
    }

    /* 主营业务 */
    .business{
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .business_box .bus_title h3{
        font-size: 32px;
    }
    .business_box .bus_title p{
        font-size: 18px;
        margin-top: 16px;
    }
    .business_box .bus_title p::after{
        display: none;
    }
    .business_box .bus_title .button img{
        width: 50px;
    }
    #swiper-business{
        margin-top: 40px;
    }
    #swiper-business .swiper-slide{
        padding-bottom: 176px;
    }
    #swiper-business .swiper-slide:hover{
        pointer-events: none;
    }
    #swiper-business .swiper-slide .text{
        height: 176px;
    }
    #swiper-business .swiper-slide .text img{
        margin-top: 22px;
        margin-bottom: 16px;
        height: 50px;
    }
    #swiper-business .swiper-slide .text span{
        display: none;
    }
    #swiper-business .swiper-slide .text a{
        opacity: 1;
        margin-top: 14px;
    }

    /* 360全景 */
    .panorama #swiper-panorama img{
        width: auto;
        height: 400px;
    }
    #thumbs-swiper{
        position: static;
        width: 100%;
        padding: 0;
    }
    #thumbs-swiper .swiper-slide{
        padding: 15px;
        background-color: rgba( 0, 0, 0, .03);
    }
    #thumbs-swiper .swiper-slide .text{
        margin-left: 15px;
    }
    #thumbs-swiper .swiper-slide .text p{
        font-size: 16px;
    }
    #thumbs-swiper .swiper-slide-thumb-active{
        transform: translateY(0);
    }
    #thumbs-swiper .swiper-slide>img{
        /* height: 60px; */
        /*width: auto;*/
    }

    /* 六大优势 */
    .six_advantage{
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .index_title h3{
        font-size: 22px;
    }
    .index_title h3 em{
        font-size: 12px;
    }
    .index_title>a{
        padding: 8px 16px;
        border-radius: 2px;
    }
    .index_title>a::after{
        display: none;
    }
    .advantage_box{
        width: 89%;
        padding: 0;
        margin: 0 auto;
        padding-bottom: 92px;
    }
    #advantage-swiper .swiper-slide{
        flex-direction: column;
    }
    .advantage_box .youshi_text,
    .advantage_box .youshi_img{
        width: 100%;
    }
    .advantage_box .youshi_text h3{
        font-size: 20px;
        margin-top: 36px;
        padding-bottom: 12px;
        margin-bottom: 12px;
        border-bottom-width: 1.5px;
    }
    .advantage_box .youshi_text p{
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    #advantage-thumbs{
        width: 100%;
        left: 0;
        bottom: 0;
    }
    #advantage-thumbs .swiper-slide{
        padding: 16px 0;
    }
    #advantage-thumbs .swiper-slide .youshi_icon{
        width: 30px;
        height: 30px;
    }
    #advantage-thumbs .swiper-slide .youshi_icon img{
        height: 30px;
    }
    #advantage-thumbs .swiper-slide-thumb-active .youshi_icon img{
        margin-left: -30px;
    }
    #advantage-thumbs .swiper-slide p{
        font-size: 14px;
    }

    /* 设计师 */
    .designer{
        padding-top: 50px;
    }
    .designer_box {
        width: 100%;
    }
    .designer #swiper-designer{
        display: none;
    }
    .designer .designer_right{
        width: 100%;
    }
    .designer_box #swiper-designer-text{
        width: 89%;
        margin: 0 auto;
    }
    .designer_right #swiper-designer-text .swiper-slide{
        padding: 0;
    }
    .designer_right #swiper-designer-text .swiper-slide>p{
        width: 100%;
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 16px;
    }
    .designer_right #swiper-designer-text .swiper-slide .name{
        margin-bottom: 30px;
    }
    .designer_right #swiper-designer-text .swiper-slide .name h3{
        font-size: 30px;
        margin-right: 20px;
    }
    .designer_right #swiper-designer-text .swiper-slide .name p{
        font-size: 14px;
    }
    .designer_right #swiper-designer-text .swiper-slide>a{
        margin-top: 20px;
        font-size: 20px;
        padding: 8px 20px;
        margin-bottom: 40px;
    }
    #swiper-designer-thumbs{
        margin: 0;
        padding-right: 0px;
    }
    #swiper-designer-thumbs>a{
        color: white;
        display: block;
        width: 100%;
        position: inherit;
        writing-mode: inherit;
        padding: 10px 0;
        letter-spacing: 6px;
        background-color: #ee1d23;
    }

    /* 案例 */
    .case{
        padding-top: 46px;
        padding-bottom: 20px;
    }
    #swiper-case-thumbs{
        width: 100%;
        margin-top: 30px;
    }
    #swiper-case-thumbs .swiper-slide img{
        height: 30px;
        margin: 0 auto;
    }
    #swiper-case-thumbs .swiper-slide p{
        text-align: center;
        font-size: 15px;
    }
    #swiper-case .swiper-slide .case_item{
        width: 48%;
        height: 180px;
        margin-bottom: 20px;
    }
    #swiper-case .swiper-slide .case_item a>img{
        /*width: 100%;*/
        /*width: auto;*/
        height: 100%;
    }
    #swiper-case .swiper-slide .case_item .p1{
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    #swiper-case-thumbs .swiper-slide:hover{
        pointer-events: none;
    }
    #swiper-case{
        margin-top: 20px;
    }
    .case_more{
        display: block;
        font-size: 14px !important;
    }

    /* 服务理念 */
    .fuwu .fuwu_item{
        width: 50%;
        height: 345px;
        border-bottom: 1px solid rgba(255, 255, 255, .8);
        text-align: center;
        padding: 0 12px;
        padding-top: 30%;

    }
    .fuwu .fuwu_item h4{
        margin-bottom: 30px;
    }
    .fuwu .fuwu_item h3{
        font-size: 22px;
        margin-bottom: 30px;
    }
    .fuwu .fuwu_item h3::after{
        left: 50%;
        transform: translateX(-50%);
        bottom: -15px;
    }
    .fuwu .fuwu_item span{
        font-size: 16px;
    }
    .fuwu .fuwu_item p{
        margin-top: 20px;
        letter-spacing: 0;
        line-height: 26px;
        font-size: 15px;
    }
    .fuwu .fuwu_item a{
        font-size: 16px;
        padding: 0px 16px;
    }
    .fuwu .fuwu_item:hover{
        padding-top: 26px;
    }
    .fuwu .fuwu_item:hover p{
        height: 80px;
    }
    .fuwu .fuwu_item:hover a{
        height: 35px;
        padding: 8px 16px;
    }

    /* 合作伙伴 */

    .hezuo{
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .index_title .xiantiao{
        width: 46%;
    }
    .index_title .xiantiao .title_right{
        font-size: 12px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        top: 0;
    }
    .hezuo .hezuo_box .hezuo_item{
        margin-top: 30px;
    }
    .hezuo .hezuo_box .hezuo_item .item{
        width: 31%;
        border-radius: 10px;
        margin-bottom: 20px;
    }
    .hezuo .hezuo_box .hezuo_item .item:hover{
        transform: translateY(0);
    }
    /* 新闻 */
    .news{
        padding-top: 10px;
        padding-bottom: 20px;
        background-position: 100%;
    }
    .news .news_title .title_right a{
        font-size: 14px;
        margin-left: 10px;
    }
    .index_title .xiantiao li{
        opacity: .1;
    }
    #news_swiper{
        margin-top: 30px;
    }
    #news_swiper .swiper-slide a .news_text{
        padding: 0 12px;
        padding-top: 16px;
        padding-bottom: 12px;
    }
    #news_swiper .swiper-slide a .news_text p{
        font-size: 12px;
    }
    #news_swiper .swiper-slide a .news_text h3{
        font-size: 14px;
        padding: 12px 0;
    }
    #news_swiper .swiper-slide a .news_text span{
        margin-top: 16px;
        font-size: 12px;
    }
    #news_swiper .swiper-slide a .new_img_box{
        height: 80px;
    }


    footer{
        padding-top: 30px;
        padding-bottom: 20px;
        background-size: 100% 100%;
    }
    footer .dibu_left{
        padding-right: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        border-right: none;
    }
    footer .dibu_left>img{
        width: 46%;
        margin-top: -20px;
    }
    footer .dibu_left>p{
        display: none;
    }
    footer .dibu_left ul{
        width: 48%;
    }
    footer .dibu_left ul li{
        width: 46%;
        font-size: 12px;
    }
    footer .dibu_left ul li img{
        width: 100%;
    }
    footer .dibu_right{
        width: 100%;
        overflow: hidden;
        font-size: 13px;
    }
    .dibu_right .dibu_nav li{
        margin: 0;
    }
    .dibu_right .dibu_nav li a{
        font-size: 13px;
    }
    .dibu_right p{
        margin-top: 20px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .dibu_right .dibu_lianxi{
        font-size: 14px;
        flex-wrap: wrap;
        margin: 0px;
    }
    .dibu_right .dibu_lianxi li{
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
    .dibu_right>p:nth-child(4),
    .dibu_right>p:nth-child(5){
        margin-top: 10px;
    }
    .dibu_right>p:nth-child(6), .dibu_right>p:nth-child(6) a{
        margin-top: 20px;
        font-size: 14px;
        line-height: 20px;
    }
    .dibu_right>p:nth-child(7), .dibu_right>p:nth-child(7) a{
        font-size: 14px;
    }
    #swiper-banner .swiper-button-next:after,
    #swiper-banner .swiper-button-prev:after{
        font-size: 14px;
    }
}