@charset "UTF-8";

a.btn1:hover,
a.btn:hover
{filter: brightness(1.2);-webkit-filter: brightness(1.2);}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
body{
    overflow-x: hidden;
}
.gy-width{
    width: 1600px;
    margin: 0 auto;
}
.gy-bg{
    background: #b71c24;
}


address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul, li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}


a {
    text-decoration: none;
}

a, .answer-list li {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}






.hide {
    display: none;
}

.g-fl {
    float: left;
}

.g-fr {
    float: right;
}

.flex {
    display: flex;
    flex-flow: row inwrap;
    justify-content: flex-start;
}

.c:before, .c:after {
    content: "";
    display: table;
}

.c:after {
    clear: both;
}

.c {
    zoom: 1;
}

.flex {
    display: flex;
    flex-flow: row inwrap;
    justify-content: flex-start;
}

.flex.spb {
    justify-content: space-between;
}

.t {
    text-indent: -9999rem;
    display: block;
}

html, body {
    position: relative;
}
body {
    font-family: '微软雅黑';
}


.sur{
    background: url(../images/sur.png) no-repeat center;
}



@keyframes upDh {
    25% {
        transform: translateY(-1px);
    }
    50%,100%{
        transform: translateY(0);
    }
    75%{
        transform: translateY(3px);
    }
}
/*index css start*/

.index-banner {
    overflow: hidden;
    position: relative;
}
.scroll-hd{
    width: 100%;
    bottom: 101px;
    left: 0;
    position: absolute;
    z-index: 5;
    text-align: center;
    font-size: 0;
}
.scroll-hd i{
    width: 23px;
    height: 33px;
    display: inline-block;
    background-position: 0 -103px;
    overflow: hidden;
}
.scroll-hd i em{
    width: 3px;
    height: 9px;
    background: #ff000e;
    margin: 7px auto;
    display: block;
    border-radius: 10px;
    animation: upDh 1.2s linear infinite;
}
.scroll-hd p{
    margin-top: 20px;
    font-size: 16px;
    color: #ffffff;
}
.index-banner .swiper-slide {
    text-align: center;
}
.index-banner li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.index-banner .swiper-slide img {
    width:100%;
    display: block;
    margin:auto;
    /* -webkit-transition:1s linear 2s;-ms-transition:1s linear 2s;-moz-transition:1s linear 2s;transition:1s linear 2s;-webkit-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1); */
}
/* .index-banner .swiper-slide-active img{-webkit-transition:16s linear; -ms-transition:16s linear;-moz-transition:16s linear;transition:16s linear;-webkit-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-moz-transform:scale(1.2,1.2);transform:scale(1.2,1.2);} */
.index-banner .swiper-slide .wapimg {
    display: none;
}
.index-banner .swiper-button>div {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    background: url(../images/ban-btns.png) no-repeat;
    height: 61px;
    width: 33px;
    opacity: 0;
}
.index-banner .swiper-button-prev {
    left: 0;
}
.index-banner .swiper-button-next {
    right: 0;
    background-position: right top !important;
}
.index-banner .swiper-button-prev.in {
    left: 8%;
    opacity: 1;
}
.index-banner .swiper-button-next.in {
    right: 8%;
    opacity: 1;
}
/* .index-banner .swiper-button>div:hover{ background-image: url(../images/ban-btns_hover.png);} */
.index-banner .swiper-pagination-bullet {
    width: 35px;
    height: 4px;
    border-radius: 5px;
    background: rgb(4 4 4);
    display: inline-block;
}
.index-banner .swiper-pagination-bullet-active {
    background: #fff;
}

.head-gd{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 55;
}

/* header */
.city-up{
    width: 1920px;
    height: 35px;
    line-height: 34px;
    background: #b71c24;
}
.nav-item{
    width: 1920px;
    height: 65px;
    background: rgba(0,0,0,0.5);
    overflow: hidden;
}
.logo{
    width: 225px;
    height: 69px;
    background-size: cover;
    margin-top: 2px;
    display: block;
}
.logo img{
   width: 100%;
}
.nav-list{
    overflow: hidden;
    margin-left: 43px;
}
.nav-list li{
    font-size: 18px;
    float: left;
    width: 90px;
    height: 65px;
    padding: 0 21px;
    text-align: center;
    line-height: 65px;
}
.nav-list li a{
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff;
    position: relative;
}
.nav-list li a span{
    position: relative;
    z-index: 1;
}
.nav-list li.no a em{
    height: 100%;
}
.nav-list li a em{
    width: 100%;
    height: 0;
    display: block;
    background: #b43842;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.nav-list li a:hover em{
    height: 100%;
}
.nav-list li a em:after{
    content: '';
    width: 38px;
    height: 30px;
    background: url(../images/sur.png) no-repeat center;
    background-position: 0 -144px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.mobile-dh{
    font-size: 16px;
    color: #fff;
    line-height: 65px;
}
.mobile-dh span{
    vertical-align: middle;
}
.mobile-dh span em{
    margin-left: 10px;
}
.mobile-dh i{
    width: 22px;
    height: 20px;
    display: inline-block;
    background-position: 0 0;
    vertical-align: middle;
}
.city-item{
    font-size: 0;
    width: 300px;
}
.city-item em{
    font-size: 16px;
}
.city-item span + span{
    margin-left: 50px;
    position: relative;
}
.la-ma-code{
    width: 100px;
    height: 0;
    position: absolute;
    left: 0;
    background: #ffffff;
    box-sizing: border-box;
    z-index: 5;
}
.la-ma-code img{
    width: 90%;
    height: 90%;
    margin: 5px;
}
.code-span:hover .la-ma-code{
    height: 100px;
}
.city-box{
    height: 50px;
}
.city-item i.dq-c{
    width: 19px;
    height: 22px;
    background-position: 0 -27px;
    display: inline-block;
}
.city-item i.jt-xia{
    width: 11px;
    height: 7px;
    background-position: 0 -59px;
    margin-top: 6px;
}
.wx-c{
    width: 27px;
    height: 21px;
    background-position: 0 -70px;
}
.city-item i{
    vertical-align: middle;
    display: inline-block;
}
.city-item em{
    vertical-align: middle;
    margin:0 12px;
    color: #fff;
}

/* 1000+合作伙伴 */
.he-team{
    margin-top: 0;
	margin-bottom: 120px;
}
.ys-item{
	border-bottom: 1px solid #cccccc;
    height: 150px;
    background: #fff;
    position: relative;
    z-index: 5;
}
.ys-item li{
    width: 384px;
    overflow: hidden;
    height: 100%;
    text-align: center;
    float: left;
}
.ys-item li i{
    width: 58px;
    height: 56px;
    display: block;
    margin: 20px auto 0;
}
.ys-item li h3{
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0;
}
.ys-item li.qc-bor{
    border: 0;
}
.ys-item li p{
    color: #666666;
    font-size: 14px;
}
.ys-item li{
	position:relative;
}
.ys-item li:before{
	content: '';
	width: 1px;
	height: 60px;
	background:#e5e5e5;
	position:absolute;
	right:0;
	top:45px;
}
.ys-item li i.tm1{
    background-position: -53px -31px;
}
.ys-item li i.tm2{
    background-position: -138px -32px;
}
.ys-item li i.tm3{
    background-position: -234px -32px;
}
.ys-item li i.tm4{

    background-position: -326px -32px;
}
.ys-item li i.tm5{
    background-position: -407px -32px;
}
.f-z-title{
    margin: 43px 0 10px 0;
}
.f-z-title p{
    text-transform:uppercase;
    margin-top: 8px;
    padding-right: 10px;
}
.f-z-title p.f-title-ch{
    font-size: 16px;
}
.title-pu{
    font-size: 28px;
    text-align: center;
    position: relative;
}
.title-pu i{
    width: 30px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    background: #b71c25;
    margin: 0 10px;
}
.title-pu span{
    color: #333333;
    letter-spacing: 5px
}
.title-pu em{
    color: #b71c25;
}
.f-z-title{
    text-align: center;
    font-size: 12px;
    color: #333333;
}
.er-title{
    font-size: 18px;
    color: #666666;
    text-align: center;
    margin-bottom: 30px;
	margin-top: 30px;
}
.he-team-bg{
    width: 1920px;
    height: 955px;
	overflow:hidden;
	margin-top: -26px;
    background: url(../images/bg-team.jpg) no-repeat center;
}

/* 1000+合作伙伴 */
.pp-box li{
    width: 299px;
    height: 150px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 2px 7px -1px #ccc;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
}
.pp-box li:hover{
    transform: translateY(-10px);
}
.pp-box li:nth-child(5n){
    margin-right: 0;
}
.more-btn,.more-r{
    width: 164px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 16px;
    color: #b71c24;
    border: 1px solid #b71c24;
    display: block;
    margin: 0 auto;
    border-radius: 30px;
}
.more-r{
    background: #b71c24;
    color: #fff;
}
.more-btn span,.more-r span{
    font-size: 20px;
    vertical-align: middle;
    margin-top: -1px;
    display: inline-block;
}
.more-btn em,.more-r em{
    vertical-align: middle;
}
.more-btn em,.more-btn span{
    -webkit-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.more-btn i,.more-r i{
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    background-position: -44px -103px;
    margin-top: -2px;
}

/* 经典案例 */
.tab-item-al{
    font-size: 0;
    text-align: center;
    margin-bottom: 30px;
}
.tab-item-al a{
    width: 149px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #000;
    font-size: 20px;
    display: inline-block;
}
.tab-item-al a + a{
    border-left: 1px solid #b71c25;
}
.tab-item-al a.no{
    background: #b71c25;
    color: #ffffff;
}
.tab-item-al a:hover{
    background: #b71c25;
    color: #ffffff;
}


.btn{
    position: relative;
    overflow: hidden;
}
.btn:after{
    right: -20px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.btn:hover{
    color: #ccc;
}
.btn:hover:before {
    -webkit-animation: criss-cross-left 0.6s both;
    animation: criss-cross-left 0.6s both;
}
.btn:hover:after {
    -webkit-animation: criss-cross-right 0.6s both;
    animation: criss-cross-right 0.6s both;
}
.btn:before {
    left: -20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn:before,.btn:after{
    position: absolute;
    top: 50%;
    content: '';
    width: 10px;
    height: 10px;
    background: #b71c25;
    border-radius: 50%;
    z-index: -1;
}

@-webkit-keyframes criss-cross-left {
0% {
    left: -20px;
}
50% {
    left: 50%;
    width: 10px;
    height: 10px;
}
100% {
    left: 50%;
    width: 200px;
    height: 200px;
}
}
@keyframes criss-cross-left {
0% {
    left: -20px;
}
50% {
    left: 50%;
    width: 10px;
    height: 10px;
}
100% {
    left: 50%;
    width: 200px;
    height: 200px;
}
}
@-webkit-keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 10px;
        height: 10px;
    }
    100% {
        right: 50%;
        width: 200px;
        height: 200px;
    }
}
@keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 10px;
        height: 10px;
    }
    100% {
        right: 50%;
        width: 200px;
        height: 200px;
    }
}

.al-item-box a{
    width: 510px;
    display: block;
    float: left;
    margin-right: 34px;
    margin-bottom: 30px;
}
.al-item-box a:nth-child(3n){
    margin-right: 0;
}
.al-item-box a em{
    width: 510px;
    height: 309px;
    overflow: hidden;
    display: block;
    border-radius: 10px;
}
.al-item-box a em img{
    width: 100%;
    height: 100%;
	object-fit: cover;
}
.news-xw{
    margin: 50px auto !important;
}
.al-item-box a:hover img{
    transform: scale(1.05);
}
.al-item-box a:hover .title-al p{
    color: #b71c25;
}
.al-item-box a .title-al p{
    font-size: 16px;
    color: #000;
}
.al-item-box a em{
    position: relative;
}
.up-al-name span{
    display: block;
    margin-bottom: 10px;
}
.al-item-box a .zzc-font{
    width: 0;
    height: 0;
    font-size: 16px;
    color: #ffffff;
    border-radius: 50%;
    background: rgba(0,0,0,0.6);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.5s, height 0.5s;
    transition: width 0.5s, height 0.5s;
    z-index: -1;
}
.al-item-box a:hover .zzc-font{
    width: 1200.5px;
    height: 1200.5px;
}
.al-item-box a:hover .zzc-p{
    bottom: 0;
}
.zzc-p{
    width: 461px;
    display: block;
    position: absolute;
    bottom: -100%;
    left: 50%;
    font-size: 16px;
    margin-left: -230px;
    text-indent: 2em;
    line-height: 25px;
    color: #fff;
    padding-bottom: 15px;
    opacity: 1;
    transition: all 0.6s;
}
.title-al{
    margin-top: 20px;
    text-align: center;
}
.title-al p{
    margin-bottom: 5px;
}

/* VR实景体验 */
.up-f-more p{
    font-size: 24px;
    color: #666666;
}
.big-vr{
    width: 1245px;
    height: 650px;
    overflow: hidden;
    position: relative;
}
.vr-box-hz{
    margin-top: 36px;
}
.big-vr img{
    width: 100%;
}
.hr-img:hover{
    transform: scale(1.05);
}

.vr-zzc{
    width: 100%;
    height: 59px;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 59px;
    text-align: center;
    font-size: 0;
    background: rgba(0,0,0,0.4);
}
.vr-zzc i{
    width: 22px;
    height: 22px;
    display: inline-block;
    background-position: -97px -104px;
    vertical-align: middle;
    margin-right: 10px;
}
.vr-zzc span{
    color: #ffffff;
    font-size: 16px;
    vertical-align: middle;
}
.small-vr li{
    width: 300px;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}

.js-zs-box{
    width: 1920px;
    background: #f7f7f7;
    overflow: hidden;
}
.js-zs-box .about-box{
    width: 1350px;
}
.about-box{
    width: 1500px;
    margin: 50px auto 50px;
}
.r-about{
    color: #333333;
    width: 546px;
}
.about-box .r-about h4{
    font-size: 19px;
    margin-bottom: 37px;
    font-weight: bold;
}
.about-box .r-about p{
    font-size: 16px;
    color: #000;
    line-height: 35px;
    margin-bottom: 29px;
}
.about-box .r-about p em{
    font-weight: bold;
}
.about-img{
    width: 1920px;
    height: 1074px;
    background: url(../images/about-b.jpg) no-repeat center;
}

/* 佳汕的优势 */
.ys-zs-box{
    background: #f7f7f7;
    overflow: hidden;
}
.xx-zm{
    width: 118px;
    height: 118px;
    border-radius: 50%;
    border: 1px solid #be323a;
    color: #be323a;
    text-align: center;
    line-height: 118px;
    font-size: 80px;
}
.xx-font{
    width: 318px;
    margin-left: 18px;
}
.xx-font h4{
    font-size: 28px;
    color: #333333;
    margin-bottom: 18px;
}
.xx-font p{
    font-size: 16px;
    color: #666666;
}
.ys-item-yc{
    margin-top: 60px;
}
.ys-item-yc li{
    float: left;
    margin-right: 78px;
    margin-bottom: 88px;
}
.ys-item-yc li:nth-child(3n){
    margin-right: 0;
}

.l-td-team span{
    font-size: 28px;
}
.l-td-team {
    font-size: 16px;
}
.xian-red{
    width: 1920px;
    height: 2px;
    background: #d6d6d6;
    position: relative;
    margin-top: 43px;
}
.xian-red span{
    width: 80px;
    height: 6px;
    background: #b71c25;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 160px;
    /*margin-left: 160px;*/
}
.team-sj{
    margin-top: 49px;
}
.team-slide{
    width: 370px;
    height: 470px;
    overflow: hidden;
}
.team-slide img{
    width: 100%;
}
.team-slide{
    position: relative;
}
.team-jj1{
    width: 100%;
    height: 50px;
    padding: 15px 23px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0;
}
.team-jj1 span{
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
}
.team-jj1 i{
    width: 11px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    background-position: -103px -152px;
}
.team-jj2{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: absolute;
    bottom: -100%;
    left: 0;
    animation-delay:1s;
}
.team-nei{
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    bottom: 30px;
}
.team-name{
    color: #fff;
    margin-bottom: 20px;
}
.team-name span{
    font-size: 20px;
    margin-top: 5px;
}
.team-name i{
    width: 32px;
    height: 32px;
    display: inline-block;
    background-position: -53px -145px;
}
.team-nei p{
    font-size: 12px;
    color: #fff;
    line-height: 25px;
}

.upYw{
    text-transform: uppercase;
}
.team-slide:hover .team-jj1{
    bottom: -50px;
}
.team-slide:hover .team-jj2{
    bottom: 0;
}
.team-slide:hover img{
    transform: scale(1.05);
}
.team-sj{
    position: relative;
    height: 584px;
    margin-top: 50px !important;
}
.team-sj .swiper-pagination{
    width: 100%;
    font-size: 0;
    text-align: center;
    margin: 59px 0 29px 0;
}
.lz-zs-jh .swiper-pagination{
    width: 100%;
    font-size: 0;
    text-align: center;
    margin: 29px 0 29px 0;
}
.team-sj .swiper-pagination span,.lz-zs-jh .swiper-pagination span{
    width: 14px;
    height: 14px;
    background: #d6d6d6;
    opacity: 1;
    margin: 0 10px;
}
.team-sj .swiper-pagination span.swiper-pagination-bullet-active,
.lz-zs-jh .swiper-pagination span.swiper-pagination-bullet-active
{
    background: #b71c25;
}

.service-lc{
    width: 1920px;
    height: 996px;
    overflow: hidden;
    background: url(../images/lc-bg.jpg) no-repeat center;
}
.lc-bg-tu{
    width: 1573px;
    height: 189px;
    margin: 65px auto;
    background: url(../images/lc-img.png) no-repeat center;
}
.form-t-index{
    width: 1200px;
    margin: 0 auto;
}
.left-f-index{
    width: 770px;
    height: 480px;
    padding: 35px 45px;
    box-sizing: border-box;
    background: #fff url(../images/logo-form.png) right bottom no-repeat;
}
.left-f-index h5{
    font-size: 24px;
    color: #858585;
}
.left-f-index>p{
    color: #858585;
    margin-top: 11px;
    font-size: 12px;
}
.input-form{
    width: 507px;
    font-size: 0;
    margin-top: 32px;
}
.input-form .ipt-box{
    margin-bottom: 20px;
}
.input-form .ipt-box input,
.input-form .ipt-box select
{
    width: 209px;
    height: 39px;
    font-size: 12px;
    border: 1px solid #e9babd;
    padding-left: 9px;
    box-sizing: border-box;
}
.ipt-box textarea{
    width: 505px;
    height: 69px;
    border: 1px solid #e9babd;
    font-size: 12px;
    color: #d1d1d1;
    padding: 12px;
    box-sizing: border-box;
}
.Submit-btn{
    width: 149px;
    height: 39px;
    line-height: 39px;
    color: #b71c25;
    text-align: center;
    display: block;
    overflow: hidden;
    border: 1px solid #b71c25;
}
.Submit-btn{
    color: #b71c25;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
}
.Submit-btn:hover{
    color: #fff;
}

.btn-0:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 80px;

    background: #b71c25;
    z-index: 1;
}
.Submit-btn span{
    position: relative;
    z-index: 2;
    -webkit-transition: 0.8s;
    transition:0.8s;
}
.btn-0:hover:before {
    width: 250px;
}
.right-f-index{
    width: 393px;
    height: 480px;
    padding: 35px 51px;
    box-sizing: border-box;
}
.right-f-index h3{
    font-size: 24px;
    margin-bottom: 31px;
}
.right-f-index{
    background: #fff;
}
.lx-item li i{
    width: 25px;
    height: 22px;
    display: inline-block;
}
.lx-item li{
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 21px;
}
.lx-item li i.lx-icon1{
    background-position: 0 -182px;
}
.lx-item li i.lx-icon2{
    background-position: -27px -182px;
}
.lx-item li i.lx-icon3{
    background-position: -55px -182px;
}
.lx-item li .xq-font{
    font-size: 0;
    width: 220px;
    margin-left: 19px;
}
.lx-item li .xq-font em img{
    margin: 0 auto;
}
.lx-item li .xq-font p{
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.lx-item li .xq-font em{
    font-size: 16px;
    color: #000;
    display: block;
    padding-bottom: 19px;
}
.l-wx-zx a.up-zx{
    font-size: 18px;
    color: #666666;
    display: block;
    width: 250px;
    margin-bottom: 24px;
}
.l-wx-zx a.up-zx:hover{
    color: #b71c25;
}
.l-wx-zx a.up-zx:hover i{
    background-position: 1px -235px;
}
.l-wx-zx a.up-zx i{
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background-position: 0 -213px;
    margin-top: 4px;
}

/* footer */
.up-zym{
    width: 1920px;
    height: 34px;
    line-height: 59px;
    font-size: 20px;
    color: #fff;
    background: #b71c25;
    margin-top: 0px
}
.city-footer{
    width: 1920px;
    height: 318px;
    overflow: hidden;
    background: url(../images/footer-img.jpg) no-repeat center;
    background-size: 100% 100%;
}
.copyright{
    width: 1920px;
    height: 59px;
    line-height: 59px;
    font-size: 20px;
    color: #fff;
    background: #b71c25;
    text-align: center;
}
.copyright a{
    color: #fff;
    text-align: center;
}
#footer-logo {
    margin: 13px 145px 0 0;
}
#footer-2vm {
    float: right
}

#footer-nav dl {
    float: left;
    width: 220px;
    text-align: left;
}
#footer-nav dt {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    padding-top: 10px;
}
#footer-nav dd {
    font:16px/29px'微软雅黑';
    color: #fff;
    margin-bottom: 10px;
}
#footer-nav dd a {
    color: #fff;
    transition: color .3s;

}
#footer-nav dd a:hover {
    color: #b71c25;
}
.footer-item{
    margin-top: 32px;
}
.city-code{
    width: 326px;
    position: relative;
    margin-top: 32px;
    /*padding-top: 20px;*/
    padding-right: 158px;
    font-weight: bold;
}
.city-code a{
    width: 140px;
    height: 40px;
    position: absolute;
    right: 160px;
    /*top: 35px;*/
    top: 0px;
    background-position: 0 -250px;
}
.city-code h3{
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
}
.city-code p{
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    margin-top: 10px;
}
.code-img{
    width: 135px;
    height: 135px;
    position: absolute;
    right: 0;
    /*top: 34px;*/
    top: 0px;
    padding: 10px;
    background: #fff;
    box-sizing: border-box;
}

.code-img img{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

/* 装修咨询 */
.l-wx-zx{
    font-size: 0;
    padding-top: 26px;
}
.l-wx-zx a{
    width: 248px;
    display: block;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
    font-size: 16px;
    color: #999999;
    margin-bottom: 26px;
}
.l-wx-zx a:hover{
    color: #b71c24;
}
.bor-logo{
    width: 250px;
    height: 47px;
    background: url(../images/bor-log.png) no-repeat center;
}
.left-wz-zx{
    width: 282px;
    border-right: 1px solid #cccccc;
}
.c-wx-zx{
    width: 689px;
    padding: 0 59px;
    border-right: 1px solid #cccccc;
}
.title-wz-le{
    font-size: 24px;
}
.title-wz-le a{
    color: #b71c25;
}
.wz-img{
    width: 690px;
    height: 300px;
    overflow: hidden;
    margin: 12px 0;
    display: block;
}
.wz-font{
    display: block;
}
.wz-font .time-wz{
    font-size: 16px;
    border-right: 1px solid #adadad;
    padding-right: 15px;
    display: block;
}
.wz-font .time-wz span{
    font-size: 40px;
    color: #b71c25;
    margin-left: 5px;
}
.wz-title p{
    width: 568px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}
.wz-title .t-span{
    font-size: 24px;
    color: #b71c25;
}
.wz-title .f-span{
    font-size: 16px;
    color: #666666;
}
.wz-item-list a{
    font-size: 16px;
    color: #999999;
    width: 100%;
    border-bottom: 1px dashed #999999;
    display: block;
    padding: 21px 0;
}
.wz-item-list a i{
    font-style:normal
}
.wz-item-list a:hover{
    color: #b71c24;
}
.wz-item-list a span{
    width: 530px;
    display: inline-block;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}
.hz-ping{
    width: 403px;
    margin-left: 46px;
}
.roll-da{
    height: 420px;
    overflow: hidden;
    margin-top: 22px;
}
.aq-hui-da{
    width: 100%;

}
.aq-hui-da li{
    width: 400px;
    height: 77px;
    border: 1px solid #e6e6e6;
    border-radius: 50px;
    font-size: 0;
    cursor: pointer;
}
.aq-hui-da li:hover{
    border: 1px solid #b71c24;
}
.aq-hui-da li:hover i{
    background: #b71c24;
}
.aq-hui-da li i{
    width: 79px;
    height: 77px;
    border-radius: 50%;
    display: inline-block;
    background: #e6e6e6;
    vertical-align: middle;
}
.aq-hui-da li{
    margin-bottom: 30px;
}
.aq-hui-da li i em{
    width: 53px;
    height: 59px;
    display: block;
    margin: 11px auto;
}
.aq-hui-da li span.da-span{
    margin-left: 31px;
}
.aq-hui-da li i em.wen-sur{
    background-position: 0 -299px;
}
.aq-hui-da li i em.da-sur{
    background-position: -68px -299px;
}
.aq-hui-da li span{
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
    width: 280px;
    margin: 0 10px;
}
.hz-ping .l-wx-zx{
    width: 100%;
}
.hz-ping .l-wx-zx a.up-zx,.hz-ping .l-wx-zx a{
    width: 100%;
    margin-bottom: 10px;
}
.hz-ping .l-wx-zx .bor-logo{
    width: 100%;
    background: url(../images/bor-log-c.png) no-repeat center;
}


/* 案例 */

.left-swiper-case .gallery-top{
    width: 1300px;
    height: 760px;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 0;
}
.case-slide{
    height: 100%;
}
.left-swiper-case .gallery-thumbs{
    width: 1300px;
    height: 131px;
    margin-top: 19px;
    margin-left: 0;
}
.case-slide1{
    border-radius: 10px;
    overflow: hidden;
    width: 180px;
    height: 100px;
}
.left-swiper-case  .swiper-slide {
    background-size: cover;
    background-position: center;
}
.left-swiper-case .gallery-thumbs .swiper-slide {
    width: 180px;
    height: 100px;
    opacity: 0.4;
}
.left-swiper-case .gallery-thumbs .swiper-slide-active {
    opacity: 1;
}
.left-swiper-case .gallery-thumbs .swiper-slide-active .case-slide1{
    border: 3px solid #b71c24;
}
.case-slide1 img,.case-slide img{
    width: 100%;
    height: 100%;
}
.case-slide1 img{
    cursor: pointer;
}
.left-swiper-case .swiper-button-prev{
    width: 50px;
    height: 60px;
    opacity: 0;
    left: -20px;
    background-size: 50px 60px;
}
.left-swiper-case .swiper-button-next{
    width: 50px;
    height: 60px;
    opacity: 0;
    right: -20px;
    background-size: 50px 60px;
}
.left-swiper-case .swiper-button-next.in{
    opacity: 1;
    right: 10px;
}
.left-swiper-case .swiper-button-prev.in {
    opacity: 1;
    left: 10px;
}

.hz-join h4{
    font-size: 24px;
    color: #666666;
    text-align: center;
}
.hz-join .pp-box{
    margin-top: 50px;
}
.hz-form{
    width: 1920px;
    height: 800px;
    background: url(../images/hz-bg.jpg) no-repeat center;
    overflow: hidden;
}
.hz-form-box{
    width: 700px;
    height: 570px;
    box-shadow: 0px 2px 7px -1px #ccc;
    background: #fff;
    border-radius: 10px;
    margin: 111px auto 0;
}
.hz-form-box{
    padding: 34px 43px;
    position: relative;
    box-sizing: border-box;
}
.hz-form-box p{
    text-transform: uppercase;
    color: #333333;
    font-size: 12px;
}
.hz-form-box h3 {
    font-size: 28px;
    color: #333333;
}
.hz-form-box h3 em{
    color: #b71c25;
}
.hz-form-box i{
    position: absolute;
    right: 0;
    top: 78px;
    height: 7px;
    width: 443px;
    background: url(../images/hz-hbimg.png) no-repeat center;
}
.hz-input{
    padding-top: 30px;
}
.hz-input input{
    width: 528px;
    display: block;
    margin: 0 auto 40px;
    height: 48px;
    border-radius: 5px;
    font-size: 20px;
    padding-left: 10px;
    box-sizing: border-box;
    border: 1px solid #e9babd;
}
.hz-input a{
    display: block;
    width: 160px;
    height: 40px;
    background: #b71c25;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin-right: 41px;
    line-height: 40px;
    text-transform: uppercase;
}@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}
a.btn1:hover,
a.btn:hover
{filter: brightness(1.2);-webkit-filter: brightness(1.2);}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
body{
    overflow-x: hidden;
}
.gy-width{
    width: 1600px;
    margin: 0 auto;
}
.gy-bg{
    background: #b71c24;
}
fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul, li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}


a {
    text-decoration: none;
}

a, .answer-list li {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}




.hide {
    display: none;
}

.g-fl {
    float: left;
}

.g-fr {
    float: right;
}

.flex {
    display: flex;
    flex-flow: row inwrap;
    justify-content: flex-start;
}

.c:before, .c:after {
    content: "";
    display: table;
}

.c:after {
    clear: both;
}

.c {
    zoom: 1;
}

.flex {
    display: flex;
    flex-flow: row inwrap;
    justify-content: flex-start;
}

.flex.spb {
    justify-content: space-between;
}

.t {
    text-indent: -9999rem;
    display: block;
}

html, body {
    position: relative;
}
body {
    font-family: '微软雅黑';
}


.sur{
    background: url(../images/sur.png) no-repeat center;
}



@keyframes upDh {
    25% {
        transform: translateY(-1px);
    }
    50%,100%{
        transform: translateY(0);
    }
    75%{
        transform: translateY(3px);
    }
}
/*index css start*/

.index-banner {
    overflow: hidden;
    position: relative;
}
.scroll-hd{
    width: 100%;
    bottom: 101px;
    left: 0;
    position: absolute;
    z-index: 5;
    text-align: center;
    font-size: 0;
}
.scroll-hd i{
    width: 23px;
    height: 33px;
    display: inline-block;
    background-position: 0 -103px;
    overflow: hidden;
}
.scroll-hd i em{
    width: 3px;
    height: 9px;
    background: #ff000e;
    margin: 7px auto;
    display: block;
    border-radius: 10px;
    animation: upDh 1.2s linear infinite;
}
.scroll-hd p{
    margin-top: 20px;
    font-size: 16px;
    color: #ffffff;
}
.index-banner .swiper-slide {
    text-align: center;
}
.index-banner li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.index-banner .swiper-slide img {
    width:100%;
    display: block;
    margin:auto;
    /* -webkit-transition:1s linear 2s;-ms-transition:1s linear 2s;-moz-transition:1s linear 2s;transition:1s linear 2s;-webkit-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1); */
}
/* .index-banner .swiper-slide-active img{-webkit-transition:16s linear; -ms-transition:16s linear;-moz-transition:16s linear;transition:16s linear;-webkit-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-moz-transform:scale(1.2,1.2);transform:scale(1.2,1.2);} */
.index-banner .swiper-slide .wapimg {
    display: none;
}
.index-banner .swiper-button>div {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    background: url(../images/ban-btns.png) no-repeat;
    height: 61px;
    width: 33px;
    opacity: 0;
}
.index-banner .swiper-button-prev {
    left: 0;
}
.index-banner .swiper-button-next {
    right: 0;
    background-position: right top !important;
}
.index-banner .swiper-button-prev.in {
    left: 8%;
    opacity: 1;
}
.index-banner .swiper-button-next.in {
    right: 8%;
    opacity: 1;
}
/* .index-banner .swiper-button>div:hover{ background-image: url(../images/ban-btns_hover.png);} */
.index-banner .swiper-pagination-bullet {
    width: 35px;
    height: 4px;
    border-radius: 5px;
    background: rgb(4 4 4);
    display: inline-block;
}
.index-banner .swiper-pagination-bullet-active {
    background: #fff;
}

.head-gd{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 55;
}


.show-zzc{
    opacity: 0;
}
.big-vr1:hover .show-zzc,.item-vr li:hover .show-zzc{
    opacity: 1;
}

.radio{
    font-size: 12px;
    margin-bottom: 26px;
    width: 558px;
}
.radio> p{
    color: #666666;
}
.radio label{
    margin-top: 14px;
    display: inline-block;
    margin-right: 55px;
}
.radio input{
    margin-right: 5px;
    opacity: 0;
}
.radio label{
    position: relative;
    color: #8c8c8c;
}
.radio label p{
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px #bd2f37 solid;
    border-radius: 50%;
    display: block;
    top: 1px;
    left: 0;
}
.radio input:checked+p{
    background-color: #fff;
}
.radio input:checked+p span{
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #bd2f37;
    left: 1px;
    top: 1px;
}
.radio-two label{
    margin-right: 90px;
}
.yi-radio{
    width: 500px;
}
.yi-radio label{
    width: 124px;
}



/* 弹窗 */

.form-pop{
    width: 570px;
    height: 320px;
    background: url(../images/pop.jpg) no-repeat center;
}

.close {
    color: #000;
    border-radius: 12px;
    line-height: 20px;
    text-align: center;
    height: 20px;
    width: 20px;
    font-size: 25px;
    padding: 1px;
    top: 8px;
    right: 8px;
    cursor: pointer;
    z-index: 555;
    position: absolute; }

/* use cross as close button */
.close::before {
    content: "\2716"; }

.form-content1 h4{
    font-size: 16px;
    font-weight: bold;
    color: #000
}
.form-content1 p{
    font-weight: 400;
    font-size: 13px;
}
.form-content1{
    width: 294px;
    height: 320px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 19px 19px;
    box-sizing: border-box;
}
.input-pop{
    font-size: 0;
    margin-top: 17px;
}
.input-pop input{
    width: 210px;
    height: 31px;
    border: 1px solid #e9babd;
    font-size: 13px;
    padding-left: 10px;
    box-sizing: border-box;
}
.input-pop span{
    color: #b71c25;
    font-size: 12px;
    margin-right: 10px;
}



/* 需要删除 */
#pop1 .radio{
    font-size: 12px;
    margin-bottom: 26px;
    width: 558px;
}
#pop1 .radio> p{
    color: #666666;
}
#pop1 .radio label{
    margin-top: 14px;
    display: inline-block;
    /*margin-right: 55px;*/
    padding-left: 0;
    margin-right: 14px;
}
#pop1 .radio input{
    margin-right: 5px;
    opacity: 0;
}
#pop1 .radio label{
    position: relative;
    color: #8c8c8c;
}
#pop1 .radio label p{
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px #bd2f37 solid;
    border-radius: 50%;
    display: block;
    top: 1px;
    left: 0;
}
#pop1 .radio input:checked+p{
    background-color: #fff;
}
#pop1 .radio input:checked+p span{
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #bd2f37;
    left: 1px;
    top: 1px;
}
#pop1 .radio-two label{
    margin-right: 90px;
}
#pop1 .pop-radio{
    width: 270px;
    margin-top: 15px;
}
/*#pop1 .pop-radio label{*/
/*}*/

/*#pop1 .radio.pop-radio label{*/
/*    margin-right: 7px;*/
/*}*/

.form-content1 a{
    width: 248px;
    height: 30px;
    display: block;
    background: #e53a36;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}

.pop{
    display: none;
}

.yy-gif{
    position: fixed;
    right: 0;
    z-index: 555;
    top: 252px;
}
.logo-font{
    width: 296px;
    height: 72px;
}
.logo img{
    width: 80%;
    margin-top: 5px;
}
.logo-font img {
    width: 80%;
        margin-top: 5px;
}
.l-about{
    margin-left: 290px;
}