
/*banner*/
.in_banner{
    position: relative;
    background: url("../img/bj.png");
}
.in_bannerss{
    background: url("../img/classic.png") no-repeat;
    background-position: 1150px 480px;
    padding-bottom: 40px;
    overflow: hidden;
}
.in_ban{
    height: 425px;
    background: url("../img/ban.png");
    background-position:0 -90px ;
}
.in_orj{
    background: #F6552F;
    height: 425px;
    position: relative;
}
.in_orj img{
    position: absolute;
    left: -30px;
    bottom:-110px;
}
.in_pengjian,.in_bnkuang{
    position: absolute;
    z-index: 2;
    top: 0;
    height: 850px;
    display: inline-block;
    text-align: center;
    width: 100%;
    vertical-align: middle;
}
.in_bnkuang{
    z-index: 5;
}
.in_pengjian span,.in_bnkuang span{
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.in_pengjian img,.in_bnkuang img{
    top: -16px;
    position: relative;
    vertical-align: middle;

}
.in_pengjian img{
    animation: myfirst1 1s   ;
    -moz-animation: myfirst1 1s    ;	/* Firefox */
    -webkit-animation: myfirst1 1s    ;	/* Safari 和 Chrome */
    -o-animation: myfirst1 1s    ;	/* Opera */
}
.in_bnkuang{
    animation: myfirst2 1.2s linear 1.2s forwards   ;
    -moz-animation: myfirst2 1.2s linear 1.2s forwards     ;	/* Firefox */
    -webkit-animation: myfirst2 1.2s linear 1.2s forwards ;	/* Safari 和 Chrome */
    -o-animation: myfirst2 1.2s linear 1.2s forwards  ;	/* Opera */
    transform: scale(0) rotate(0deg) ;
    -ms-transform: scale(0) rotate(0deg) ; 	/* IE 9 */
    -moz-transform: scale(0) rotate(0deg) ; 	/* Firefox */
    -webkit-transform: scale(0) rotate(0deg) ; /* Safari 和 Chrome */
    -o-transform: scale(0) rotate(0deg) ; 	/* Opera */
}
.in_bnkuang p{
    width: 135px;
    margin: 0 auto;
    text-align: center;
}
.in_bnkuang a{
    position:absolute;
    bottom: 275px;
    background: #fff;
    color: #F6552F;
    font-size: 18px;
    border: 1px solid #fff;
    width: 135px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    margin-left: -69px;
}
.in_bnkuang a:before{
    content: '';
    position: absolute;
    border: #fff solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation: 1s;
    border-radius: 50px;
    transition: all 1s linear;
    /* Firefox 4 */
    -moz-transition:all 1s linear;
    /* Safari and Chrome */
    -webkit-transition:all 1s linear;
    /* Opera */
    -o-transition:all 1s linear;
}
.in_bnkuang a:hover:before,.in_bnkuang a:focus:before,.in_bnkuang a:active:before{
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
}
.in_bantext{
    position: absolute;
    z-index: 2;
    height: 175px;
    display: inline-block;
    text-align: center;
    width: 100%;
    vertical-align: middle;
}
.in_bantexts{
    height: 175px;
    position: relative;
    bottom: 175px;
}
.in_bantexts p{
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-top: 40px;
}
.in_bantexts .Arial{
    margin-top: 0;
    font-size: 51px;
    letter-spacing: 4px;
}
@keyframes myfirst1
{
    from {
        opacity:0;
        transform: scale(2.4);
    }
    to {
        opacity:1;
        transform: scale(1);
    }
}
@-moz-keyframes myfirst1/* Firefox */
{
    from {
        opacity:0;
        transform: scale(2.4);
    }
    to {
        opacity:1;
        transform: scale(1);
    }
}
@-webkit-keyframes myfirst1/* Safari 和 Chrome */
{
    from {
        opacity:0;
        transform: scale(2.4);
    }
    to {
        opacity:1;
        transform: scale(1);
    }
}
@-o-keyframes myfirst1/* Opera */
{
    from {
        opacity:0;
        transform: scale(2.4);
    }
    to {
        opacity:1;
        transform: scale(1);
    }
}



@keyframes myfirst2
{
    0% {
        transform: scale(0) rotate(0deg) ;
        -ms-transform: scale(0) rotate(0deg) ; 	/* IE 9 */
        -moz-transform: scale(0) rotate(0deg) ; 	/* Firefox */
        -webkit-transform: scale(0) rotate(0deg) ; /* Safari 和 Chrome */
        -o-transform: scale(0) rotate(0deg) ; 	/* Opera */
    }
    100% {
        opacity:1;
        transform: scale(1) rotate(720deg) ;
        -ms-transform: scale(1) rotate(720deg) ; 	/* IE 9 */
        -moz-transform: scale(1) rotate(720deg) ; 	/* Firefox */
        -webkit-transform: scale(1) rotate(720deg) ; /* Safari 和 Chrome */
        -o-transform: scale(1) rotate(720deg) ; 	/* Opera */
    }
}
@-moz-keyframes myfirst2/* Firefox */
{
    0% {
        transform: scale(0) rotate(0deg) ;
        -ms-transform: scale(0) rotate(0deg) ; 	/* IE 9 */
        -moz-transform: scale(0) rotate(0deg) ; 	/* Firefox */
        -webkit-transform: scale(0) rotate(0deg) ; /* Safari 和 Chrome */
        -o-transform: scale(0) rotate(0deg) ; 	/* Opera */
    }
    100% {
        opacity:1;
        transform: scale(1) rotate(720deg) ;
        -ms-transform: scale(1) rotate(720deg) ; 	/* IE 9 */
        -moz-transform: scale(1) rotate(720deg) ; 	/* Firefox */
        -webkit-transform: scale(1) rotate(720deg) ; /* Safari 和 Chrome */
        -o-transform: scale(1) rotate(720deg) ; 	/* Opera */
    }
}
@-webkit-keyframes myfirst2/* Safari 和 Chrome */
{
    0% {
        transform: scale(0) rotate(0deg) ;
        -ms-transform: scale(0) rotate(0deg) ; 	/* IE 9 */
        -moz-transform: scale(0) rotate(0deg) ; 	/* Firefox */
        -webkit-transform: scale(0) rotate(0deg) ; /* Safari 和 Chrome */
        -o-transform: scale(0) rotate(0deg) ; 	/* Opera */
    }
    100% {
        opacity:1;
        transform: scale(1) rotate(720deg) ;
        -ms-transform: scale(1) rotate(720deg) ; 	/* IE 9 */
        -moz-transform: scale(1) rotate(720deg) ; 	/* Firefox */
        -webkit-transform: scale(1) rotate(720deg) ; /* Safari 和 Chrome */
        -o-transform: scale(1) rotate(720deg) ; 	/* Opera */
    }
}
@-o-keyframes myfirst2/* Opera */
{
    0% {
        transform: scale(0) rotate(0deg) ;
        -ms-transform: scale(0) rotate(0deg) ; 	/* IE 9 */
        -moz-transform: scale(0) rotate(0deg) ; 	/* Firefox */
        -webkit-transform: scale(0) rotate(0deg) ; /* Safari 和 Chrome */
        -o-transform: scale(0) rotate(0deg) ; 	/* Opera */
    }
    100% {
        opacity:1;
        transform: scale(1) rotate(720deg) ;
        -ms-transform: scale(1) rotate(720deg) ; 	/* IE 9 */
        -moz-transform: scale(1) rotate(720deg) ; 	/* Firefox */
        -webkit-transform: scale(1) rotate(720deg) ; /* Safari 和 Chrome */
        -o-transform: scale(1) rotate(720deg) ; 	/* Opera */
    }
}




/*案例*/
.in_classic{
    background: url("../img/bj.png");
}
.in_h2name{
    padding: 0 0 70px 0;
    color: #F6552F;
    text-align: center;
}
.in_h2name h2{
    font-weight: normal;
    font-size: 30px;
}
.in_h2name div div{
    width: 30px;
    height: 5px;
    margin: 10px auto;
    background: #F6552F;
}
.in_h2name p{
    color: #333;
    font-size: 16px;
}
.in_classicnr{
    background: #fff;
}
.in_classicnr li{
    overflow: hidden;
    height: 400px;
    color: #333;
}
.in_classicnr li>div{
    float: left;
    width: 49.9999%;
}
.in_classicnr_one .clas_le img,.in_classicnr_two .clas_ri img{
    width: 100%;
    height: 100%;
    transition: all .3s linear;
    /* Firefox 4 */
    -moz-transition:all .3s linear;
    /* Safari and Chrome */
    -webkit-transition:all .3s linear;
    /* Opera */
    -o-transition:all .3s linear;
}
.in_classicnr_one .clas_le,.in_classicnr_two .clas_ri{
    overflow: hidden;
}
.in_classicnr_one .clas_le img:hover,.in_classicnr_two .clas_ri img:hover{
    transform: scale(1.1);
    zoom: 1.05;
}
.clas_riimg,.clas_leimg{
    position: relative;
    padding-top: 40px;
}
.in_classicnr_one .clas_riimg{
    left: -44px;
}
.in_classicnr_two .clas_leimg{
    right: 40px;
    text-align: right;
}
.clas_ritext,.clas_letext{
    width: 400px;
    padding: 50px 0 50px 100px;
    font-size: 26px;
}
.clas_ritext span,.clas_letext span{
    font-size: 18px;
}
.clas_ria a,.clas_lea a{
    display: inline-block;
    color: #F6552F;
    width: 160px;
    height: 46px;
    line-height: 46px;
    border: 2px solid #F6552F;
    border-radius: 50px;
    text-align: center;
    font-size: 22px;
    margin-left:100px;
    position: relative;
    z-index: 2;
}
.clas_lea a:before,.clas_ria a:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:#F6552F;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 50px;
}
.clas_lea a:hover:before,.clas_ria a:hover:before{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.clas_lea a:hover,.clas_ria a:hover{
    color: #fff;
}

.in_classicgd{
    text-align: center;
    position: relative;
}
.in_classicgd a{
    display: inline-block;
    background: #F6552F;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    width: 200px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #F6552F;
    margin:60px 0;
    text-align: center;
    line-height: 50px;
    position: relative;
}
.in_classicgd :before{
    content: '';
    position: absolute;
    border: #F6552F solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation: 1s;
    border-radius: 50px;
    transition: all 1s linear;
    /* Firefox 4 */
    -moz-transition:all 1s linear;
    /* Safari and Chrome */
    -webkit-transition:all 1s linear;
    /* Opera */
    -o-transition:all 1s linear;
}
@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}
@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}
.in_classicgd a:hover:before,.in_classicgd a:focus:before,.in_classicgd a:active:before{
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
}
/*关于我们*/
.in_aboutus {
    background: #fff;
    padding: 100px 0;
    color: #333;
}
.in_aboutusnr>div{
    width: 49.99999%;
}
.in_aboutusnr>.float_ri{
    width: 540px;
}
.in_aboutusnrimg{
    padding:73px 0 58px 0;
}
.in_aboutusnrtext{
    text-indent:36px;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
    letter-spacing:8px;
}

/*服务流程*/
.in_process{
    height: 400px;
    background: url("../img/fuwubn.png") no-repeat center;
    position: relative;
}
.in_process .in_h2name{
    padding:35px 0 40px 0;
}
.in_process .in_h2name h2{
    color: #fff;
}
.in_processimg{
    text-align:center;
    position: relative;
}
.xian1,.xian2{
    position: absolute;
    bottom: 10px;
}
.xian1{
    left:-85px ;
}
.xian2{
    right:-90px ;
}
/*我们的团队*/
.in_team{
    background: url("../img/bj.png");
    padding: 110px 0;
}

/* 通用图片列表_普通式 */
.picList li{ width:300px;padding: 30px;background: #fff;  }
.picList .pic{ text-align:center; line-height:0px;  }
.picList .pic img{ width:300px; height:300px; }
.picList .pic a:hover img{ border-color:#f00;  }
.picList .title{ line-height:24px;   }
.picList .title_name { font-size: 30px;color: #333;letter-spacing: 15px;margin-top: 55px;}
.picList .title_name a{ color: #333;}
.picList .title_text1 { font-size: 21px;color: #4c4c4c;letter-spacing: 6px;margin: 20px 0;}
.picList .title_text1 a{ color: #4c4c4c;}
.picList .title_text2 { font-size: 14px;color: #4c4c4c;margin-bottom: 20px;}
.picList .title_text2 a{ color: #4c4c4c;}
.picList .title_text2 span{color: #F6552F;}
/* 多个左滚动 - 公用类 */
.leftLoop{  position:relative; }
.leftLoop .hd{ position: absolute; height:60px; width: 100%;  }
.leftLoop .hd .prev,.leftLoop .hd .next{ display:block;  width:60px; height:60px; line-height:10px; float:right;  overflow:hidden;
    cursor:pointer; background:url("../img/fangxle.png") no-repeat;    position: absolute;
    top: 250px;
    }
.leftLoop .hd .prev{left: -95px}
.leftLoop .hd .next{ background:url("../img/fangxri.png") no-repeat; right: -95px;}
.tempWrap{
    margin: 0 auto;
}

.leftLoop .bd{ padding:10px;}
.leftLoop .bd ul{ overflow:hidden; zoom:1; height: 570px;}
.leftLoop .bd ul li{ margin:0 10px; text-align:center; float:left;
    /*display:inline;*/
    transition: all .3s linear;
    /* Firefox 4 */
    -moz-transition:all .3s linear;
    /* Safari and Chrome */
    -webkit-transition:all .3s linear;
    /* Opera */
    -o-transition:all .3s linear;
}
.leftLoop .bd ul li:hover{
    position: relative;
    top: -1px;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
/*装修风格*/
.in_findeco{
    background: #fff;
    overflow: hidden;
}
.in_findeco{
    position: relative;
    height: 119px;
}
.in_findeco img{
    position: absolute;
    top: -30px;
}
.in_finishstyle .in_h2name{
    padding: 0 0 50px 0;
}
.in_finishstyle .in_h2name h2{
    color: #000;
}
.in_finishstyle .in_h2name p{
    color: #808080;
}
.in_fs_ul1{
    margin: 0 auto;
    width: 740px;
}
.in_fs_ul1 li{
    color: #4c4c4c;
    font-size: 22px;
    float: left;
    margin-left:25px;
    cursor: pointer;
}
.in_fs_ul1 .ullifs{
    color: #F6552F;
}
.in_fs_ul2{
    width: 100%;
    margin: 0 auto;
}
.in_fs_ul2 li{
    overflow: hidden;
    padding: 60px 0 120px 0;
}
.in_kuang{
    width: 18.9999%;
    float: left;
    margin-left: 1%;
    transition: all .3s linear;
    /* Firefox 4 */
    -moz-transition:all .3s linear;
    /* Safari and Chrome */
    -webkit-transition:all .3s linear;
    /* Opera */
    -o-transition:all .3s linear;
}
.in_kuang:hover{
    position: relative;
    top: -1px;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.in_kuangimg{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.in_kuangimg1,.in_kuangimg1 img{
    width: 100%;
    height: 100%;
}
.in_kuangimg2{
    width: 100%;
    height: 100%;
    background: url("../img/kuangs.png") no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    -moz-opacity:0;
    filter:alpha(opacity=0);
    transition: all .3s linear;
/* Firefox 4 */
    -moz-transition:all .3s linear;
/* Safari and Chrome */
    -webkit-transition:all .3s linear;
/* Opera */
    -o-transition:all .3s linear;

}
.in_kuangimg2 span{
    display: inline-block;
    height: 100%;
    vertical-align:middle;
}
.in_kuangimg2 a{
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    width: 200px;
    height: 50px;
    font-size: 22px;
    line-height: 50px;
    vertical-align:middle;
}
.in_kuangtext1 span,.in_kuangtext2 span{
    overflow:hidden; text-overflow:ellipsis;white-space:nowrap;display: inline-block;width: 100%;
}
.in_kuangtext1{
    font-size: 18px;
    color: #F6552F;
    padding: 0 8%;
    margin: 30px 0 10px 0;
    height: 27px;
}
.in_kuangtext2{
    padding: 0 8%;
    font-size: 24px;
    color: #333;
}
/*联系*/
.in_relation{
    height: 500px;
    background: url("../img/foot_bn.png") no-repeat center;
}
.in_relations{
    padding-top: 108px;
}
.in_relations >div{
    width: 49.9999%;
    color: #e5e5e5;
    font-size: 24px;
}
.in_relationsle{}
.in_relationsle li{
    border: 2px solid #F6552F;
    margin-bottom: 30px;
    padding: 5px 25px;
    width: 440px;
}
.in_relationsle li input[type="text"]{
    font-size: 18px;
    color: #ececec;
    background: rgba(0, 0, 0, 0);
    border: none;
    height: 31px;
    line-height: 31px;
    position: relative;
    top: -1px;
    width: 300px;
}
.in_relationsle .submit{
    padding: 0;
    width: 490px;
}
.in_relationsle li input[type="submit"]{
    font-size: 24px;
    color: #000;
    background:#F6552F;
    border: none;
    height: 46px;
    cursor: pointer;
    width: 100%;
}
.in_relationsri_div{
    border: 2px solid #F6552F;
    padding: 23px 75px;
}
.in_relationsri_div div{
    color: #F6552F;
    font-size: 60px;
}
.yido_index_bn{
    position: relative;
    display: none;
}
.yido_index_bn a{
    background: #fff;
    color: #F6552F;
    display: inline-block;
    width: 90px;
    position: absolute;
    right: 10px;
    text-align: center;
    border-radius: 20px;
    height: 30px;
    line-height: 30px;
    bottom: 18%;
    font-weight: 600;
}
.yido_index_bn img{
    width: 100%;
}
.yido_index_relationsri{
    display: none;
    line-height: 30px;
}
.yido_index_relationsri div{
    color: #F6552F;
    font-size: 26px;
    margin-left: 70px;
}
@media screen and (max-width: 1200px) {
    .xian2{
        display: none;
    }
    .leftLoop .hd .next{
        display: none;
    }
}
@media screen and (max-width: 700px) {
    .yido_index_bn{
        display: block;
    }
    .in_bannerss{
        display: none;
    }
    /*经典案例*/
    .in_h2name{
        padding-bottom: 10px;
    }
    .in_h2name div div{
        height: 2px;
        margin: 2px auto;
    }
    .in_h2name h2{
        font-size: 16px;
    }
    .in_h2name p {
        font-size: 12px;
    }
    .in_classicnr {
        background: #fff;
        width: 100%;
    }
    .in_classicnr_one .clas_riimg{
        left: 5px;
    }
    .clas_riimg, .clas_leimg {
        padding-top: 6%;
    }
    .clas_riimg img,.clas_leimg img{
        width: 100px;
    }
    .clas_ritext, .clas_letext{
        padding: 0;
        font-size: 12px;
        margin-left: 5px;
    }
    .clas_ritext span, .clas_letext span{
        font-size: 12px;
    }
    .clas_ria,.clas_lea{
        text-align: center;
    }
    .clas_ria a, .clas_lea a{
        display: inline-block;
        color: #F6552F;
        width: 76px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #F6552F;
        border-radius: 20px;
        text-align: center;
        font-size: 12px;
         margin-left:0;
        position: relative;
        z-index: 2;
    }
    .in_classicnr li{
        height: auto;
    }
    .in_classicgd a{
        font-weight: normal;
        font-size: 12px;
        width:75px;
        height: 30px;
        line-height: 30px;
        margin: 20px 0;
    }
    /*关于我们*/
    .in_aboutus{
        padding: 5px 0;
    }
    .in_aboutusnr .float_le img{
        width: 100%;
    }
    .in_aboutusnr>.float_ri{
        width: 49.99999%;
    }
    .in_aboutusnrimg{
        padding: 10px 0 15px 0;
    }
    .in_aboutusnrimg img{
        width: 90px;
    }
    .in_aboutusnrtext {
        text-indent: 28px;
        font-size: 14px;
        line-height: 16px;
        height: 111px;
        overflow: hidden;
        letter-spacing: 0;
    }
    .yido_index_adouttu{
        display: none;
    }
    /*服务流程*/
    .in_processimg{
        overflow-y: auto;
    }
    .xian2{
        display: none;
    }
    /*我们的团队*/
    .in_team{
        padding: 30px 0 0 0;
    }
    .leftLoop .hd .next,.leftLoop .hd .prev{
        display: none;
    }
    .picList li{
        padding: 0;
    }
    .leftLoop .bd ul li{
        margin:0 10px 0 0 ;
    }
    /*装修风格*/
    .yido_index_fsul1{
        overflow-y: auto;
    }
    .in_fs_ul2 li{
        padding: 30px 0 30px 0;
    }
    .in_kuang{
        width: 48.9999%;
    }
    .in_kuangtext2{
        font-size: 14px;
    }
    .in_kuangtext1{
        font-size: 12px;
        margin: 5px 0 5px 0;
        height: 10px;
    }
    /*尾部*/
    .in_relationsri{
        display: none;
    }
    .in_relations >div{
        width: 80%;
        margin:0 9.99%;
        font-size: 14px;
    }
    .in_relationsle li{
        padding: 1px 15px;
        width: 200px;
        border: 1px solid #F6552F;
    }
    .in_relationsle li input[type="text"]{
        width: 128px;
    }
    .in_relationsle .submit {
        width: 100%;
    }
    .in_relationsle li input[type="submit"]{
        font-size: 16px;
        height: 36px;
    }
    .yido_index_relationsri{
        display: block;
    }
    .in_relations{
        padding-top: 50px;
    }
    .in_relation{
        height: 430px;
    }

}
