*{
    font-family: "微软雅黑";
}
body {
    font-size: 12px;
    font-family: "微软雅黑";
    min-width: 1162px;
}
html {
    *overflow-x: hidden;
}
*, p, h1, ul, li, input, img, figure, h3, h1, h2, dl, dd, dt {
    margin: 0;
    padding: 0;
}
ul, ol, li, dl, dt, dd {
    list-style: none;
}
a {
    text-decoration: none;
    outline: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0;
}
.clear {
    clear: both;
}
:-moz-placeholder {
    color: #323232;
}
::-moz-placeholder {
    color: #323232;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #323232;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #323232;
}
button, input[type="text"], input[type="password"], input[type="submit"], input[type="reset"], input[type="button"], textarea {
    -webkit-appearance: none;
    border: none;
    outline: none;
    font-size: 14px;
}
.box {
    width: 1162px;
    margin: 0 auto;
}
.lf {
    float: left;
}
.rg {
    float: right;
}
body ::selection {
    color: #FFFFFF;
    background-color: #338fff;
    text-shadow: none;
}
body ::-moz-selection {
    color: #FFFFFF;
    background-color: #338fff;
    text-shadow: none;
}


@keyframes self{
    from{transform: translate3d(0,100%,0);}
    to{transform: translate3d(0,0,0);}
}
.cer .center .cer-content .cer-top div img{
    left: calc(50% - 20px);
    top: calc(50% - 20px);
}
.pop-up{
    left: calc(50% - 350px);
    top: calc(50% - 300px);
}
@keyframes big {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.16);
    }
    100%{
        transform: scale(1);
    }
}

/*滚轮*/
::-webkit-scrollbar {
    width: 3px;
    height: 5px;
    background-color: #fff;
}
::-moz-scrollbar {
    width: 3px;
    height: 5px;
    background-color: #fff;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #999;
}
::-moz-scrollbar-thumb {
    border-radius: 10px;
    background-color: #999;
}
.bg-color1{
    background-color: #f0eeee;
}
.bg-color2{
    background:url(../img/background.jpg) no-repeat center;
    background-size: 100% 100%;
}
.header-barce{
    height: 75px;
}
/* 首页 */
/*search*/
.header-top{
    height: 35px;
    background: #ededed;
}
.header-search{
    float: right;
    position: relative;
}

.header-search-top .sea-left{
    float: left;
    width: 80px;
    height: 23px;
    margin-top: 5px;
    margin-left: 22px;
    background: white;
    border: solid 1px #c8c8c8;
}
.sea-left div{
    float: left;
    width: 66px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    font-size: 12px;
    color: #323232;
    cursor: default;
}
.sea-left ul{
    float: left;
    width: 66px;
    text-align: center;
    font-size: 12px;
    color: #323232;
    display: none;
    position: relative;
    z-index: 12;
}
.sea-left ul li{
    height: 23px;
    line-height: 23px;
    background: white;
    cursor: pointer;
    border-bottom: solid 1px #c8c8c8;
    position: relative;
    z-index: 11;
}
.sea-left ul li:last-child{
    border-bottom: none;
}
.sea-left img{
    float: right;
    width: 8px;
    height: 8px;
    margin-right: 6px;
    margin-top: 8px;
}
.search{
    float: right;
    margin-top: 5px;
    width: 158px;
    height: 23px;
    padding-left: 5px;
    line-height: 23px;
    font-size:12px ;
    border: 1px solid #c8c8c8;
    background: #fff;
    color: #323232;
}
.search input[type="text"]{
    float: left;
    width: 120px;
    height: 23px;
    line-height: 23px;
    font-size:12px;
    color: #323232;
}
.search input[type="submit"]{
    float: right;
    width: 28px;
    height: 23px;
    background: url("../img/search.png") no-repeat center center;
}
.header-search-bot{
    position: absolute;
    right: 0;
    bottom: -26px;
    z-index: 11;
    text-align: center;
    width: 300px;
    margin-top: 6px;
    line-height: 26px;
    background-color: #ededed;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    display: none;
}
.header-search-bot a{
    color: #323232;
}
.wz-position{
    float: left;
    height: 35px;
    line-height: 35px;
    padding-left: 30px;
    background: url("../img/dingwei.png") no-repeat left center;
    background-size: 18px 20px;
}
/*导航*/
.header{
    background: #fff;
    width: 100%;
}
.header-nav{
    position: fixed;

    height: 75px;
    width: 100%;
    z-index: 10;
    background: #fff;
    border-bottom: 1px solid #000;
    transition:all 2s ease;
}
.scrolledDown{
    top: 0;
}
.logo{
    position: relative;
    float: left;
    width: 267px;
    height: 75px;
}
.logo img{
    position: absolute;
    top:50%;
    left:50%;
    max-width:100%;
    max-height: 100%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
.nav-box{
    float: right;
    padding-top: 26px;
}
.nav-box ul{
    float: left;
}
.nav-box ul li{
    float: left;
    margin-right: 24px;
    min-width: 70px;
    font-size: 16px;
}
.nav-box ul li a{
    position: relative;
    display: block;
    text-align: center;
    padding-bottom: 28px;
    color: #323232;
    box-sizing: border-box;
}

.nav-box ul li a:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height:0;
    transition: all 0.2s ease;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    -ms-transition:all 0.2s ease;
}
.nav-box ul li.active a:before,
.nav-box ul li:hover a:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background: url("../img/gradual-bg.jpg") repeat-y center;
    background-size: cover;
}
.tel{
    float: left;
    width: 170px;
    height: 30px;
    margin-left: 10px;
}
.tel img{
    width: 100%;
}
.second-nav{
    display: none;
    position: absolute;
    top:75px;
    width: 100%;
    padding: 20px 0;
    /*height: 120px;*/
    background: rgba(255, 255, 255, 0.8);
    left: 0;
    text-align: center;
    opacity: 0;
    z-index: -111111;
    border-top:1px solid #838383;
    border-bottom:1px solid #838383;
    transition: 0.2s all ;
    -webkit-transition: 0.2s all ;
    -moz-transition:all 0.2s;
    -o-transition:all 0.2s;
    -ms-transition:all 0.2s;
}
.nav-box li:hover .second-nav{
    display: block;
    opacity: 1;
    z-index: 11;
}
.second-content{
    display: inline-block;
    /*padding-top:20px;*/
}
.nav-box .second-nav a{
    display: inline-block;
    padding: 0;
}
.nav-box .second-nav a:before{
    display: none;
}
.second-ul{
    float: none!important;
    vertical-align: middle;
    display: inline-block;
    text-align: left;
}
.second-ul li{
    float: left;
    width:180px ;
    margin-right: 30px!important;
    border-right: 1px solid #323232;
}
.second-ul p{
    font-size: 15px;
    color: #505050;
}
.third-nav span{
    float: left;
    width: 60px;
    font-size: 13px;
    margin-top: 6px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.second-ul a:hover{
    color: #e50012;
}
.case-nav-rg{
    float: none!important;
    display: inline-block;
    vertical-align: middle;
}
.case-nav-rg img{
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 0;
}
.case-nav-rg p{
    font-size: 15px;
    color: #505050;
}
.case-nav-rg a:hover p{
    color: #e50012;
}
.search-1{
    float: none;
    position: relative;
    top:8px;
    margin-top: 0px;
    margin-bottom: 10px;
    width: 180px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #646464;
    border-radius: 3px;
}
.search-1 input{

    line-height: 35px!important;
    height: 35px!important;
}
.search-1 input[type="text"]{
    width: 145px;
    font-size: 13px;
}
.case-nav-rg li:last-child{
    width: 200px;
    margin: 0;
}
.case-nav-rg li:last-child p{
    height: 32px;
    font-size: 12px;
    text-align: left;
    overflow: hidden;
}
.case-nav-rg li:last-child p a:hover{
    color: #e50012;
}
/*设计明星*/
.design-nav-rg{
    float: none!important;
    vertical-align: middle;
    display: inline-block;
    margin-top: 0px;
}
.design-nav-rg a img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition: 0.2s all ;
    -webkit-transition: 0.2s all ;
    -moz-transition:all 0.2s;
    -o-transition:all 0.2s;
    -ms-transition:all 0.2s;
}
.design-nav-rg a:hover img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -moz-transform:scale(-1,1);
    -webkit-transform:scale(-1,1);
    -o-transform:scale(-1,1);
    transform:scale(-1,1);
    filter:FlipH;
}
/*banner*/
.banner{ width:100%; height:500px; overflow:hidden; position:relative;  }
.banner .hd{ height:20px; overflow:hidden; position:absolute; right:0; bottom:16px;width: 100%; z-index:1; }
.banner .hd ul{ overflow:hidden; zoom:1;text-align: center ; }
.banner .hd ul li{display: inline-block; vertical-align:middle;margin:0 15px;  width:10px; height:10px;border-radius: 50%; text-indent: -9999px; background: #fff; cursor:pointer; }
.banner .hd ul li.on{ background: #ff0000;  }
.banner .bd{ position:relative;left:50%;  margin-left:-960px;width: 1920px; height:500px; z-index:0;   }
.banner .bd li{ zoom:1; vertical-align:middle; }
.banner .bd img{ width:1920px; height:500px; display:block;  }
.banner .prev,
.banner .next{ position:absolute; left:5%; top:calc(50% - 47px);display:block; width:26px; height:94px;  filter:alpha(opacity=50);opacity:0.4;   }
.banner .prev{ background: url("../img/left3.png") no-repeat center; }
.banner .next{ left:auto; right:5%; background: url("../img/right3.png") no-repeat center; }
.banner .prev:hover,
.banner .next:hover{ filter:alpha(opacity=80);opacity:.8;  }
.banner-line{
    height: 8px;
    background: url("../img/gradual-bg.jpg") repeat-y center;
    background-size: cover;
}
/*免费栏*/
.free-column{
    height: 134px;
}
.free-column ul{
    margin-left:-26px;
}
.free-column li{
    float: left;
    margin-left: 26px;
    margin-top: 17px;
    width: 370px;
    height: 100px;
    padding:25px 140px 25px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 86% center;
}
.free-column li p{
    font-size: 21px;
    color: #323232;
    margin-bottom: 5px;
}
.free-column li span{
    display: block;
    font-size: 15px;
    color: #323232;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.free-column li:nth-of-type(1){
    background-image: url("../img/icon01.png");
}
.free-column li:nth-of-type(2){
    background-image: url("../img/icon02.png");
}
.free-column li:nth-of-type(3){
    background-image: url("../img/icon03.png");
}
.free-column li:hover p{
    color: #fc0000;
}
.free-column li:hover{
    -webkit-box-shadow: 0 0 20px #cfcdcd;
    -moz-box-shadow: 0 0 20px #cfcdcd;
    box-shadow: 0 0 20px #cfcdcd;
}
.free-column li:nth-of-type(1):hover{
    background-image: url("../img/icon01s.png");
}
.free-column li:nth-of-type(2):hover{
    background-image: url("../img/icon02s.png");
}
.free-column li:nth-of-type(3):hover{
    background-image: url("../img/icon03s.png");
}
/*区域标题*/
.area-title{
    margin-bottom:30px;
}
.area-title p{
    padding:30px 0 6px 0;
    margin-bottom: 6px;
    text-align: center;
    font-size: 30px;
    color: #323232;
    background: url("../img/area-title-line.png") no-repeat center bottom;
}
.box .area-title .box-area-p1{
    background: none;
    letter-spacing: 5px;
    text-indent: 16px;
}
.area-title .jx-area{
    width: 413px;
    height: 40px;
    overflow: hidden;
    margin: 0 auto;
}
.area-title .jx-area a{
    float: left;
    margin-right: 13px;
    width: 200px;
    height: 40px;
    border: solid 1px #333a47;
    box-sizing: border-box;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    color: #333a47;
    cursor: default;
}
.area-title .jx-area a:last-child{
    margin-right: 0;
}
.area-title span{
    display: block;
    text-align: center;
    font-size: 20px;
    color: #646464;
}
/*全案整装*/
.entire-case-tap{ width:100%;}
.entire-case-tap .hd{ height:90px; position:relative; }
.entire-case-tap .hd ul{ height:90px;margin-left: -25px;   }
.entire-case-tap .hd ul li{position: relative; float:left; width:370px;height: 90px; margin-left:25px;  cursor:pointer;  }
.entire-case-tap .hd ul li:before{position: absolute;left:0;top:0;content:'';width: 100%;height: 100%;background: rgba(0, 0, 0, 0.6);  }
.entire-case-tap .hd ul li p{position:absolute;top:0;z-index:1;width:100%;line-height:90px;font-size:22px;text-align: center;color: #fff; }
.entire-case-tap .hd ul li p img{position:absolute;margin-top:33px;margin-left: 4px;box-sizing: border-box;}
.entire-case-tap .hd ul li span{ position:absolute;top:60px;z-index:1;width:100%;font-size:15px;display:block;text-transform:uppercase;text-align:center;color: rgba(255, 255, 255, 0.5); }
.entire-case-tap .hd ul li.on:before{
    background: url("../img/gradual-bg.jpg") repeat-y center;
    background-size: cover;
    opacity: .8;
}
.entire-case-tap .hd li:nth-of-type(1){
    background: url("../img/entire01.jpg") no-repeat center;
}
.entire-case-tap .hd li:nth-of-type(2){
    background: url("../img/entire02.jpg") no-repeat center;
}
.entire-case-tap .hd li:nth-of-type(3){
    background: url("../img/entire03.jpg") no-repeat center;
}
.entire-case-tap .bd{ margin-top: 12px;width:100%;height: 450px!important;}
/*什么是全案整装*/
.entire-box{
    position: relative;
    height: 450px;
}
.entire-1{
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #b4b4b4;
}
.entire-consult{
    float: left;
    position: relative;
    width: 456px;
    height: 450px;
    padding: 55px 62px 0;
    background: rgba(242, 241, 241, 0.8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.entire-p1{
    font-size: 24px;
    color: #323232;
}
.entire-p1 span{
    color: #ff4646;
}
.entire-p2{
    font-size: 14px;
    color: #646464;
}
.entire-p3{
    font-size: 18px;
    color: #323232;
}
.entire-2{
    margin-top: 8px;
}
.entire-3 p{
    font-size: 14px;
    line-height: 26px;
    color: #646464;
}
.entire-2 ul{
    text-align: center;
    margin-top: 25px;
}
.entire-2 li{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
}
.entire-2 span{
    display: inline-block;
    font-size: 35px;
    margin: 0 18px;
}
.entire-2 li img{
    width: 59px;
}
.entire-2 li p{
    margin-top: 5px;
    font-size: 13px;
    color: #323232;
    text-align: center;
}
.entire-2-linf{
    position: absolute;
    left: -40px;
    bottom:0;
}
.more{
    width: 116px;
    height: 38px;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    background: url("../img/gradual-bg.jpg") repeat-y center;
    background-size: cover;
    transition: 0.2s all ;
    -webkit-transition: 0.2s all ;
    -moz-transition:all 0.2s;
    -o-transition:all 0.2s;
    -ms-transition:all 0.2s;
    cursor: pointer;
}
.more:hover{
    letter-spacing: 2px;
    background: url("../img/gradual-bgs.jpg") repeat-y center;
    background-size: cover;
}
.immediately-consult{
    position: absolute;
    right: 0;
    bottom:0;
}
.entire-rg-con{
    float: right;
    position: relative;
}
/*装修案例*/
.decorate-case{
    margin-top: 40px;
}
.area-second-title{
    overflow: hidden;
    margin-bottom: 30px;
}
.area-2-title-1{
    padding-right:40px;
    border-right: 1px solid #646464;
}
.area-2-title-1 p{
    font-size: 30px;
    color: #323232;
}
.area-2-title-1 span{
    font-size: 15px;
    color: #646464;
    text-transform: uppercase;
}
.area-2-title-2{
    margin-left: 40px;
    margin-top: 5px;
    width: 602px;
}
.area-2-title-2 p{
    padding:0 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.area-2-title-2 a{
    color: #646464;
    line-height: 26px;
}
.area-2-title-2 a:hover{
    color: #fc0000;
}
.case-type-nav{
    border-bottom: 1px solid #646464;
}
.case-type-nav a{
    margin-left: 25px;
    font-size: 16px;
    font-weight: bold;
    color: #646464;
}
.case-style-nav a{
    margin-left: 20px;
    font-size: 13px;
}
.decorate-case-more{
    float: right;
    margin-top: 8px;
    background:url("../img/more-sj.png") no-repeat 80% center, url("../img/gradual-bg.jpg") repeat-y center;
    background-size:7px 16px, cover;
}
.decorate-case-more:hover{
    float: right;
    background:url("../img/more-sj.png") no-repeat 82% center, url("../img/gradual-bgs.jpg") repeat-y center;
    background-size:7px 16px, cover;
}
/*index装修案例展示*/
.case-show1{
    position: relative;
    width:577px;
    height: 461px;
    overflow: hidden;
}
.case-show img{
    width: 100%;
    height: 100%;
}
.case-show a{
    position: relative;
    display: block;
}
.case-show a:before{
    opacity: 0;
    position: absolute;
    left: 0;
    top:0;
    width:100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    transform:scale(0,0);
    transition: 0.2s all ;
    -webkit-transition: all 0.2s ;
    -moz-transition:all 0.2s;
    -o-transition:all 0.2s;
    -ms-transition:all 0.2s;
}
.case-show-info{
    position: absolute;
    width: 86%;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
.case-show-info h3{
    margin-top: -50px;
    opacity: 0;
    font-size: 25px;
    font-weight: normal;
    color: #fff;
    transition: 0.2s all ;
    -webkit-transition: all 0.2s ;
    -moz-transition:all 0.2s;
    -o-transition:all 0.2s;
    -ms-transition:all 0.2s;
}
.case-show-info span{
    margin-top: -50px;
    opacity: 0;
    display: inline-block;
    padding-bottom: 6px;
    margin-bottom: 10px;
    font-size: 15px;
    border-bottom: 1px solid #fff;
    color: #fff;
    transition: 0.2s all ;
    -webkit-transition: all 0.2s ;
    -moz-transition:all 0.2s;
    -o-transition:all 0.2s;
    -ms-transition:all 0.2s;
}
.case-show-info p{
    margin-top: 150px;
    height: 78px;
    opacity: 0;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    transition: 0.2s all ;
    -webkit-transition: all 0.2s ;
    -moz-transition:all 0.2s;
    -o-transition:all 0.2s;
    -ms-transition:all 0.2s;
}
.case-show a:hover .case-show-info h3,
.case-show a:hover .case-show-info span,
.case-show a:hover .case-show-info p{
    margin-top: 0;
    opacity: 1;
}
.case-show a:hover:before{
    opacity: 1;
    transform:scale(1,1);
}
.case-show2{
    position: relative;
    margin-left: 8px;
    margin-bottom: 12px;
    width:572px;
    height: 246px;
    overflow: hidden;
}
.case-show3{
    float: left;
    position: relative;
    margin-left: 8px;
    width:282px;
    height: 203px;
    overflow: hidden;
}
/*装修报价*/
.project-price{
    margin-top: 40px;
    padding-bottom:20px;
}
/*装修报价切换*/
.project-tap{ width:100%;}
.project-tap .hd{
    position:relative;
    width:256px;
    float: left;
}

.project-tap .hd li{
    position: relative;
    float:left;
    margin: 0 4px 10px;
    width:120px;
    height: 120px;
    cursor:pointer;
    background: #fff;
    color: #585858;
    border-radius: 6px;
    overflow: hidden;
}
.project-tap .hd li p{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    font-size:16px;
    color: #585858;
    text-align: center;
}
.project-tap .hd li.on p,
.project-tap .hd li:hover p{
    color: #fff;
}
.project-tap .hd li img{
    position: absolute;
    top:5px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
}
.project-pic2{
    display: none;
}
.project-tap .hd li:hover,
.project-tap .hd li.on{
    color: #fff;
    background:url("../img/project-pic01.jpg") no-repeat top center;
    background-size: 120px 120px ,cover;
}
.project-tap .hd li:hover .project-pic1,
.project-tap .hd li.on .project-pic1{
    display: none;
}
.project-tap .hd li:hover .project-pic2,
.project-tap .hd li.on .project-pic2{
    display: block;
}
.project-tap .hd li:hover:before,
.project-tap .hd li.on:before{
    position: absolute;
    left:0;top:0;
    content:'';
    width: 100%;
    height: 100%;
    background:url("../img/gradual-bg.jpg") repeat-y center ;
    background-size: cover;
    opacity: .6;
}
.project-tap .bd{
    float: right;
    width:894px;
}
.project-form{
    display: none;
    float: left;
    width: 894px!important;
    min-height: 250px;
    padding: 28px 28px 0 50px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.project-form.on{
    display: block;
}
.project-form form{
    width: 610px;
    float: left;
}
.pro-form-div{
    height: 35px;
    margin-bottom: 15px;
    position: relative;
}
.pro-form-div .form-span{
    position: absolute;
    top:0;
    right:62px;
}
.pro-form-div p{
    float: left;
    min-width: 55px;
    font-size: 14px;
    margin-left: 25px;
    color: #323232;
    line-height: 35px;
}
.pro-form-div p:first-child{
    margin-left: 0;
}
.sel-bg{
    position: relative;
    width: 153px;
    height: 35px;
    line-height: 33px;
    border: 1px solid #b5b5b5;
    float: left;
    margin-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sel-bg2{
    width: 331px;
}
.sel-bg input{
    text-align: center;
    font-size: 14px;
    width: 100%;
    cursor: pointer;
    background: url("../img/project-sj.png") no-repeat 95% center;
}
.sel-list{
    position: absolute;
    left: -1px;
    top:34px;
    background: #fff;
    width: 100%;
    border: 1px solid #b5b5b5;
    border-top: none;
    display: none;
    z-index: 99;
    max-height:123px;
    overflow-y: scroll;
}
.sel-list li{
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px dotted #ccc;
}
.sel-list li:last-child{
    border: none;
}
.getcode,
.pro-form-input{
    width: 153px;
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    border: 1px solid #b5b5b5!important;
    float: left;
    text-align: center;
    color: #323232;
    margin-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.getcode{
    text-align: center;
    background: #f0f0f0;
    cursor: pointer;
}
.artificial-quotation{
    float: left;
    width: 234px;
    height: 45px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    background: #808080;
}
.artificial-quotation:hover{
    background:url("../img/gradual-bg.jpg") repeat-y center ;
    background-size:cover;
}
.pro-form-div button{
    position: relative;
    width: 331px;
    height: 45px;
    margin-left:calc(50% - 165px);
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    border: none;
    background:url("../img/project-pic03.jpg") no-repeat top center;
    background-size:cover;
}
.pro-form-div button:before{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 45px;
    background:url("../img/gradual-bg.jpg") repeat-y center ;
    background-size:cover;
    opacity: .6;
    content: '';
}
.pro-form-div button span{
    position: absolute;
    right: 0;
    top:0;
    width: 100%;
    font-size: 16px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    color: #fff;
}
.pro-form-div button:hover:before{
    opacity: .8;
}
.form-rg-pic{
    float: right;
    width: 190px;
    height: 200px;
    border-radius: 6px;
    overflow: hidden;
}
.form-rg-pic img{
    width: 190px;
    height: 200px;
}
.area-title-second p{
    color: #fff;
}
.area-title-second span{
    color: #c8c8c8;
}
.fashion-designer-box{
    text-align: center;
    padding-bottom: 28px;
}
.fashion-designer-box ul{
    text-align: center;
    height:354px;
}
.fashion-designer-box li{
    position: relative;
    width: 224px;
    height: 354px;
    display: inline-block;
    vertical-align: bottom;
}
.designer-show{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.designer-pic{
    position: relative;
    width: 224px;
    height: 313px;
    overflow: hidden;
}
.designer-pic img{
    width: 100%;
    height: 100%;
}
.designer-intro{
    opacity: 0;
    position: absolute;
    display:table;
    top:100%;
    left: 0;
    padding: 0 20px 0;
    width: 100%;
    height: 100%;
    text-align: left;
    background: rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.2s all ;
    -webkit-transition: all 0.2s ;
    -moz-transition:all 0.2s;
    -o-transition:all 0.2s;
    -ms-transition:all 0.2s;
}
.designer-intro-con{
    vertical-align:middle;
    display:table-cell;
}
.designer-intro h3{
    margin-bottom: 6px;
    font-size: 21px;
    color: #fff;
}
.designer-intro p{
    font-size: 15px;
    color: #fff;
    max-height: 100px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:5;
}
.designer-info{
    position: relative;
    height: 73px;
    padding: 0 10px;
    background: #fff;
    transition: 0.2s all ;
    -webkit-transition: all 0.2s ;
    -moz-transition:all 0.2s;
    -o-transition:all 0.2s;
    -ms-transition:all 0.2s;
}
.designer-info p{
    padding: 10px 0 5px;
    font-size: 22px;
    color: #323232;
    text-align: center;
}
.designer-info span{
    display: block;
    font-size: 15px;
    color: #323232;
    text-align: center;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.designer-info a{
    position: absolute;
    left: 50%;
    top: 50%;
    margin:-19px 0 0 -75px ;
    display: block;
    opacity: 0;
    width: 150px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #323232;
    color: #323232;
    font-size: 21px;
    border-radius: 6px;
}
.designer-info a:hover{
    color: #fff;
    background: #f1544d;
    background-size: cover;
    border-color: #fff;
}
.fashion-designer-box li:hover .designer-info{
    height: 85px;
}
.fashion-designer-box li:hover .designer-intro{
    opacity: 1;
    top:0;
}
.fashion-designer-box li:hover .designer-info p,
.fashion-designer-box li:hover .designer-info span{
    opacity: 0;
    display: none;
}
.fashion-designer-box li:hover .designer-info a{
    opacity: 1;
}
.more-designer{
    display: block;
    margin: 42px auto 0;
    width: 198px;
    height: 48px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 48px;
    color: #323232;
    font-size: 24px;
}
.more-designer:hover{
    background: url("../img/gradual-bg.jpg") repeat-y center;
    background-size: cover;
    color: #fff;
}
/*优势*/
.advantage{
    margin-top: 35px;
    display: block;
}

.yuyue img{
    display: block;
    margin: 42px auto 0;
    width: 233px!important;
    height: 45px!important;
    transform:none;
    -ms-transform:none;
    -moz-transform:none;
    -webkit-transform:none;
    -o-transform:none;
}
.advantage li.yuyue{
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.advantage li.yuyue:hover img{
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.yuyue img{
    display: block;
    margin: 42px 0 10px;
    width: 233px!important;
    height: 45px!important;
}
.yuyue p{
    font-size: 25px;
}
.yuyue span{
    display: block;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.yuyue a{
    position: relative;
    display: block;
    margin-top: 20px;
    width: 116px;
    height: 38px;
    background: url("../img/a-bg.png") no-repeat left center;
    background-size: cover;
    transition: 0.2s all ;
    -webkit-transition: 0.2s all ;
    -moz-transition:all 0.2s;
    -o-transition:all 0.2s;
    -ms-transition:all 0.2s;
}
.yuyue a:before{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background:url("../img/gradual-bg.jpg") repeat-y center ;
    background-size:cover;
    opacity: .5;
    content: '';
}
.yuyue a p{
    position: absolute;
    left: 0;
    top:0;
    width:100% ;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 38px;
}
.yuyue a:hover:before{
    opacity: .8;
}
/*看攻略*/
.strategy{
    padding-bottom: 40px;
}
.strategy-ul{
    margin-left: -28px;
}
.strategy-li{
    float: left;
    position: relative;
    width: 368px;
    height: 540px;
    margin-left: 28px;
}
.strategy-box{
    height: 560px;
}
.strategy-phase{
    position: absolute;
    left: 50%;
    margin-left:-184px ;
    width: 368px;
    -webkit-box-shadow: 0 0 20px #b1b1b1;
    -moz-box-shadow:  0 0 20px #b1b1b1;
    box-shadow:  0 0 20px #b1b1b1;
    -webkit-transition: all 0.2s ;
    -moz-transition:all 0.2s;
    -o-transition:all 0.2s;
    -ms-transition:all 0.2s;
    transition: 0.2s all ;
}
.phase-title{
    position: relative;
    height: 115px;
    line-height: 115px;
    font-size: 25px;
    color: #323232;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
    background-size:cover;
}
.phase-title:before{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background:#fff;
    background-size:cover;
    opacity: .6;
    content: '';
}
.strategy-phase:hover{
    top:-20px;
    width:386px;
    height: 565px;
    margin-left: -193px;
    -webkit-box-shadow: 0 0 20px #a0a0a0;
    -moz-box-shadow:  0 0 20px #a0a0a0;
    box-shadow:  0 0 20px #a0a0a0;
    -webkit-transition: all 0.2s ;
    -moz-transition:all 0.2s;
    -o-transition:all 0.2s;
    -ms-transition:all 0.2s;
    transition: 0.2s all ;
}
.strategy-phase:hover .phase-title{
    height: 135px;
    line-height: 135px;
}
.strategy-phase:hover .phase-title:before{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background:url("../img/gradual-bg.jpg") repeat-y center ;
    background-size:cover;
    opacity: .6;
    content: '';
}
.phase-title p{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    line-height: 115px;
    font-size: 25px;
    color: #323232;
    text-align: center;
}
.strategy-phase:hover .phase-title p{
    color: #fff;
    line-height: 135px;
}
.strategy-phase-con{
    padding:28px 22px 10px;
}
.phase1{
    margin-bottom: 10px;
}
.phase1 li{
    overflow: hidden;
}
.phase1-pic{
    float: left;
    width: 119px;
    height: 79px;
}
.phase1-pic img{
    width: 119px;
    height: 79px;
}
.phase1 li:first-child{
    padding-left:0;
}
.phase1 li{
    padding-bottom: 10px;
}
.phase1 a{
    color: #323232;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
}
.phase1 a:hover{
    color: #fc0000;
}
.phase1-pic-text{
    float: right;
    width: 60%;
}
.phase1-pic-text p{
    font-size: 14px;
    width: 190px;
    height: 38px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.phase1-pic-text span{
    display: block;
    height: 32px;
    font-size: 12px;
    color: #646464;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    padding-left:10px;
    box-sizing:border-box;
}
.phase1 p{
    padding-left:10px;
    background: url("../img/dot.png") no-repeat left 7px;
}
/*foot*/
.foot{
    padding: 60px 0;
    overflow: hidden;
    background: url("../img/jx-footer-bg.jpg") no-repeat center top;
}
.foot-code{
    float: left;
    margin: 0 15px;
}
.foot-code img{
    float: left;
    width: 130px;
    height: 130px;
    margin-left: 15px;
}
.foot-rg{
    float: right;
    width: 800px;
    min-height: 132px;
    padding-left: 55px;
    border-left: 2px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.foot-nav{
    overflow: hidden;
}
.foot-nav li{
    float: left;
    margin-right: 28px;
}
.foot-nav a{
    color: #fff;
    font-size:18px;
}
.foot-nav a:hover{
    color: #fe0000;
}
.foot-rg span{
    display: block;
    font-size: 14px;
    color: #fff;
}
.foot-tel{
    margin: 10px 0;
    padding-left: 50px;
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    background: url("../img/foot-tel.png") no-repeat left center;
}
.foot-link{
    padding: 50px 30px 0;
    font-size: 14px;
    color: #fff;
}
.foot-link p{
    float: left;
    width: 890px;
    color: #fff;
}
.foot-link span{
    float: left;
}
.foot-link a{
    float: left;
    color: #fff;
    margin-left: 15px;
    margin-bottom: 5px;
}
.foot-link a:hover{
    text-decoration: underline;
}
/*底部浮动*/
.foot-fixed{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    padding-top: 25px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 11;
}
.foot-fixed .box{
    position: relative;
}
.foot-float-pic{
    position: absolute;
    top:-95px;
    left: 30px;
}
.foot-float-lf{
    float: left;
    width: 200px;
}
.foot-float-lf p{
    font-size: 23px;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
    letter-spacing: 2px;
    border-bottom:1px solid #fff;
}
.foot-float-lf span{
    display: block;
    font-size: 13px;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.foot-float-rg{
    float: left;
    padding-top: 5px;
    margin-left: 30px;
}
.foot-float-rg input{
    height: 50px;
    width: 210px;
    line-height: 50px;
    font-size: 18px;
    padding: 0 5px;
    margin-left: 13px;
    background: #fff;
    border-radius: 4px;
}
.foot-float-rg input:first-child,
.foot-float-rg input:last-child{
    width: 140px;
}
.foot-float-rg input:last-child{
    width: 140px;
    color: #fff;
    background: url("../img/gradual-bg.jpg") repeat-y center;
    background-size: cover;
}
.foot-float-rg input:last-child:hover{
    background: url("../img/gradual-bgs.jpg") repeat-y center;
    background-size: cover;
}
.hide{
    position: absolute;
    right: 0;
    top:-15px;
    width: 28px;
    cursor: pointer;
}
.foot-fixed.on{
    background: none;
    width: 120px;
}
.foot-fixed.on .box{
    display: none;
}
.foot-fixed.on .foot-fixed-min{
    left: 0;
    width: 120px;
}
.foot-fixed-min{
    position: absolute;
    left: -100%;
    width: 120px;
    bottom:0;
    transition: 0.2s all ;
    -webkit-transition: all 0.2s ;
    -moz-transition:all 0.2s;
    -o-transition:all 0.2s;
    -ms-transition:all 0.2s;

}
.foot-fixed-min img{
    height: 100px;
    float: left;
}
.foot-fixed-min span{
    float: left;
    padding: 5px 5px 0;
    margin-top: 5px;
    width: 35px;
    line-height: 16px;
    height: 90px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #aa1718 url("../img/foot-float-jt.png") no-repeat center 92%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*弹窗*/
.body-overflow{
    overflow: hidden;
}
.mask{
    display: none;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}
.pop-form{
    display: none;
    position: fixed;
    left: 50%;
    top:50%;
    width: 600px;
    border-radius: 10px;
    background: #fff url("../img/pop-bg.png") no-repeat right bottom;
    padding: 28px 60px;
    z-index: 99;
    -webkit-transform:translate(-300px,-50%);
    transform:translate(-300px,-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pop-form form{
    display: none;
}
.form-title{
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
}
.form-title img{
    display: block;
    margin: 0 auto;
}
.pop-form-con{
    margin-top: 25px;
}
.pop-form-con .pro-form-div{
    margin-left: 4px;
}
.pop-hide{
    position: absolute;
    right: 0;
    top:0;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size:30px;
    color:#333;
    cursor: pointer;
}
.pop-form-con .pro-form-input{
    width: 394px;
    text-align: left;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 3px #cfcdcd;
    -moz-box-shadow: 0 0 3px #cfcdcd;
    box-shadow: 0 0 3px #cfcdcd;
}
.pro-form-div .codeImg-input{
    width: 215px!important;
}
.codeImg{
    float: left;
    width: 90px;
    height: 35px;
    margin-left: 10px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 3px #cfcdcd;
    -moz-box-shadow: 0 0 3px #cfcdcd;
    box-shadow: 0 0 3px #cfcdcd;
}
.pop-form-con .pro-form-div button{
    display: block;
    position: relative;
    float: none;
    margin: 0 auto;
    width: 220px;
    border-radius: 3px;
    background:url("../img/gradual-bg.jpg") repeat-y center ;
    background-size:cover;
}
.pop-form-con .pro-form-div button:before{
    display: none;
}
.pop-form-con .pro-form-div button:hover{
    background:url("../img/gradual-bgs.jpg") repeat-y center ;
    background-size:cover;
}
/*侧边栏*/
.side {  position: absolute;  right: 0;  top: 55%;  width: 100px;  height: 180px;z-index: 11;  }
.side li {  position: relative;  width: 100px;  height: 100px;border-radius: 3px;background: #999999;  margin-bottom: 2px;  cursor: pointer;  transition: all 0.3s;  -webkit-transition: all 0.3s;  }
.side li:nth-child(1){background:#f1544d;}
.side li img {  display: block;width: 75px;  margin: 0 auto;  }
.side li span {  position: absolute;  top: 0;  right: 48px;  width: 0;  height: 38px;  font-size: 12px;  line-height: 38px;  color: #fff;  background: #f1544d;  text-align: center;  overflow: hidden;  }
.side li p {  text-align: center;font-size: 16px;color: #fff;margin-top: -10px; }
.side li:hover {  background: #f1544d ;  }
.side li .wxImg { width: 80px;  margin: 0 auto; padding-top: 10px;  }
.side li .wx {  position: absolute;  top: 0;  right: 100px;  width: 0;  font-weight: normal;   font-size: 12px;  line-height: 38px;  color: #323232;background-color: rgba(255,255,255,.6);  text-align: center;  overflow: hidden;  }
.side li .wx p { font-weight: normal;  margin: 0;  height: 34px!important;  color: #323232;  text-align: center;  background:  rgba(255,255,255,.6);  }
.wx b {  display: block;  width: 120px;  height: 110px;  background:  rgba(255,255,255,.6);  }
.wx img {  display: block;  width: 100px!important;  height: 100px!important;}
.side-fh {  height: 38px !important;display: none; }
.side-fh img {width: 23px!important;  padding-top: 13px !important;  }

/*设计团队*/
.search-box{
    position: relative ;
}
.search-item{
    position: absolute ;
    right: 30px;
    top:-100px;
    width:290px;
    height: 64px;
    background: rgba(0, 0, 0, 0.31);
}
.search-item .search{
    float: none;
    margin: 12px auto;
    width:200px;
    height: 40px;
    padding-left: 5px;
    line-height:50px;
    font-size:13px ;
    border: 1px solid #c8c8c8;
    background: #fff;
    color: #323232;
    border-radius: 10px;
}
.search-item .search input[type="text"]{
    width:160px;
    height: 40px;
    line-height: 50px;
    font-size:14px ;
}
.search-item .search input[type="submit"]{
    width: 40px;
    height: 40px;
    background: url("../img/search1.png") no-repeat center center;
    background-size: 32px 32px;
}
/*当前页*/
.page-position{
    font-size: 13px;
    color: #323232;
    padding:18px 0;
}

.page-position a{
    color: #323232;
}
/*筛选*/
.screen-box{
    margin-top: 18px;
    border-top: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
}
.screen-ul{
    position: relative;
}
.screen-ul li{
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #c8c8c8;
}
.screen-type{
    position: absolute;
    left: 0;
    width: 82px;
    font-size: 13px;
    height: 100%;
    line-height: 37px;
    color: #fff;
    text-align: center;
    background: #f1544d;
}
.screen-type-item{
    padding: 8px 0 3px 85px;
    overflow: hidden;
}
.screen-type-item dd{
    float: left;
    padding: 0 8px;
    margin-left: 6px;
    line-height: 21px;
    margin-bottom: 5px;
}
.screen-type-item dd a,
.screen-type-item dd a{
    color: #323232;
    line-height: 21px;
}
.screen-type-item dd:hover,
.screen-type-item dd.on{
    background: #3f4a55;
    color: #fff;
}
.screen-type-item dd:hover a,
.screen-type-item dd.on a{
    color: #fff;
}
/*人气设计师*/
.designer-list{
    margin-left: -13px;
}
.designer-list li{
    float: left;
    position: relative;
    width: 280px;
    margin-bottom: 14px;
    margin-left: 13px;
}
.designer-list .designer-pic{
    width: 280px;
    height: 336px;
}
.designer-info2{
    height: 75px;
    text-align: left;
    padding: 0 30px;
    background: #fff;
}
.designer-info2 h3{
    font-size: 17px;
    text-align: center;
    font-weight:normal;
    color: #323232;
    line-height: 26px;
    padding-top:5px;
}
.designer-info2 p{
    max-width: 218px;
    font-size: 14px;
    line-height: 20px;
    color: #323232;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.designer-info2 span{
    text-align: left;
    font-size: 13px;
}
.designer-info2 p b{

    color: #ff0000;
    font-weight: normal;
}
.designer-info2 span b{
    color: #ff0000;
    font-weight: normal;
}
.designer-list li:hover .designer-intro{
    opacity: 1;
    top:0;
}
/*-分页盒子-*/
.paging-box{ text-align: center; margin-top: 15px;}
.paging{display: inline-block;  font-size:14px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.paging1{ float:left; }
.paging1 li{ line-height:34px; color:#666; float:left; height:34px; margin-left:5px;text-align:center;}
.paging1 li.hover{ background:#f1544d; color:#fff;}
.paging1 li:hover{ color:#fff;}
.paging1 li.hover a p{ color:#fff;}
.paging p{ padding:0px 13px; height:34px;}
.paging a p{ color:#666;  transition: background 0.3s;  -moz-transition: background 0.3s;   /* Firefox 4 */  -webkit-transition: background 0.3s;    /* Safari Ã¥â€™Å’ Chrome */  -o-transition: background 0.3s;}
.paging a:hover p{ color:#fff; background: #f1544d;border-color:#f1544d;}
.paging .sel-bg{ width: 88px; height: 34px; background: #f1544d; border: 1px solid #f1544d;  }
.paging .sel-bg input{  color: #fff;  background-image: url("../img/project-sj2.png");  }
.paging .sel-list {  max-height: 120px;  }

/*广告*/
.advertis-box{
    margin: 15px 0;
}
.advertis-box img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

/*设计师简介*/
.designer-profile{
    position: absolute;
    width: 100%;
    top:0;
    left: 0;
}
.designer-profile .designer-pic{
    float: left;
    width: 300px;
    height: 360px;
    margin: 72px 0 0;
    border: 5px solid #fff;
}
.designer-profile-con{
    float: left;
    width: 700px;
    margin-top: 60px;
    margin-left: 40px;
    /*height: 418px;*/
}
.designer-profile-con h2{
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 25px;
    color: #fff;
}
.designer-pro{
    position: relative;
    width: 100%;
    min-height: 50px;
    margin-bottom: 10px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.designer-pro-title{
    display: block;
    position: absolute;
    left: 0;
    top:0;
    width: 132px;
    height: 100%;
    color: #fff;
    text-align: center;
    font-size: 15px;
    background: #ab7442;
}
.designer-pro-title p{
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
.designer-pro-text{
    height: 100%;
    font-size: 15px;

    line-height: 20px;
    padding: 15px 15px 15px 155px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.designer-pro-text1{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.designer-pro-text2 div{
    display: block;
}

.designer-works{
    min-height:50px;
}
.designer-honor{
    height: 130px;
}
.designer-honor .designer-pro-text ul{
    /* height: 102px; */
    width: 100%;
    overflow:hidden;
}
.designer-works .designer-pro-text ul{
    height: 40px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

/*设计师案例*/

.case-list{
    margin-left: -13px;
}
.case-list li{
    float: left;
    width: 280px;
    margin-left: 13px;
    margin-bottom: 13px;
}
.case-pic{
    position: relative;
    width: 280px;
    height: 210px;
    overflow: hidden;
}
.case-pic img{
    width: 100%;
    height: 100%;
}
.case-info{
    opacity: 0;
    position: absolute;
    display:table;
    top:100%;
    left: 0;
    padding: 0 20px 0;
    width: 100%;
    height: 100%;
    text-align: left;
    background: rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.2s all ;
    -webkit-transition: all 0.2s ;
    -moz-transition:all 0.2s;
    -o-transition:all 0.2s;
    -ms-transition:all 0.2s;
}
.case-info-con{
    vertical-align:middle;
    display:table-cell;
}
.case-info-con h3{
    margin-bottom: 6px;
    font-size: 21px;
    color: #fff;
    font-weight: normal;
}
.case-info-con p{
    font-size: 15px;
    color: #fff;
    max-height: 100px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:5;
}
.case-list li:hover .case-info{
    opacity: 1;
    top:0;
}
.case-intro{
    position: relative;
    width:100%;
    height: 70px;
    padding: 13px 80px 13px 20px;
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.case-intro h3{
    font-size: 15px;
    font-weight: normal;
    color: #323232;
}
.case-intro p{
    font-size: 13px;
    color: #323232;
    height: 17px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.case-intro p span{
    float: left;
    margin-right: 5px;
}
.case-designer{
    position: absolute;
    top:4px;
    right: 10px;
    width: 60px;
    height: 60px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    overflow: hidden;
}
.case-designer img{
    display:block;
    width: 100%;
}
.case-list li:hover .case-designer{
    top:-25px;
}
/*相关设计师推荐*/
.designer-recommend{
    margin-top: 30px;
}
.recommend-p{
    margin-bottom: 15px;
}
.recommend-p span{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 16px;
    color: #fff;
    font-size: 15px;
    background: #f1544d;
}
.designer-list-second .designer-info2{
    border: 1px solid #e6e6e6;
}

/*整装*/
.banner-zz{
    position: relative;
}
.zz-jt{
    position: absolute;
    left: 50%;
    margin-left: -21px;
    bottom:-25px;
}
.zz-tap-one{
    position: relative;
}
.zz-tap-ul{
    position: absolute;
    left: 587px;
    top:0;
    width: 200px;
}
.zz-tap-ul li{
    height: 83px;
    border-top: 1px solid #fff;
    width: 200px;
    color: white;
    background: #f1544d;
    text-align: center;
    cursor: pointer;
}
.zz-tap-ul li:first-child{
    border-top:none ;
}
.zz-tap-ul li p{
    font-size: 20px;
    color: #fff;
    padding-top:23px;
}
.zz-tap-ul li span{
    display: block;
    font-size: 10px;
    opacity: .5;
    color: #fff;
    text-transform:uppercase;
}
.zz-tap-ul li:hover,
.zz-tap-ul li.on{
    background: #f27671;
}

.zz-tap-con{
    display: none;
    height: 503px;
}
.zz-tap-con.on{
    display: block;
}
.zz-tap-pic-lf{
    position: relative;
    width: 587px;
    height: 503px;
    float: left;
}
.zz-tap-pic-lf img{
    width: 964px;
    height: 100%;
    position: absolute;
    right: 0;
    top:0;
}
.zz-tap-pic-rg{
    position: relative;
    float: right;
    width: 375px;
    height: 503px;
}
.zz-tap-pic-rg img{
    position: absolute;
    top:0;
    left: 0;
    width: 756px;
    height: 503px;
    float: right;
}
.zz-tap3{
    width: 100%;
    height: 435px;
}
.outside-hd{
    text-align: center;
    margin-bottom: 20px;
}
.outside-hd li{
    display: inline-block;
    width:198px;
    height: 38px;
    text-align: center;
    font-size: 18px;
    line-height: 38px;
    color: #323232;
    border: 1px solid #323232;
    cursor: pointer;
}
.outside-hd li:hover,
.outside-hd li.on{
    background: #f1544d;
    color: #fff;
    border: 1px solid #f1544d;
}
.inside-bd{
    width: 1160px;
    overflow: hidden;
}
.inside-bd li{
    width: 100%;
    height: 435px;
}
.inside-bd li img{
    width: 100%;
    height: 100%;
}
.zz-tap3 .sPrev,.zz-tap3 .sNext{ position:absolute; top:50%;margin-top:-37px;display:block; width:39px; height:73px; overflow:hidden;
                                 cursor:pointer;z-index: 1; }
.zz-tap3  .sNext{ background: url("../img/right2.png") no-repeat center;right: -50px; }
.zz-tap3  .sPrev{  background: url("../img/left2.png") no-repeat center;left: -50px; }

@media screen and (max-width: 1200px){
    .zz-tap3  .sNext{right: 0px; }
    .zz-tap3  .sPrev{ left: 0px; }
}

/*A&Q*/
.aq-box{
    overflow: hidden;
}
.question{
    height: 45px;
    padding-left:56px;
    margin-bottom:10px;
    background: url("../img/question.png") no-repeat left top;
    background-size: 45px 45px;
    font-size: 20px;
    color: #323232;
    line-height:45px;
}
.answer{
    min-height: 57px;
    padding-left:56px;
    font-size: 15px;
    color: #646464;
    line-height: 20px;
    background: url("../img/answer.png") no-repeat left top;
    background-size: 45px 45px;
}
.zz-aq-list li{
    position: relative;
    float: left;
    width: 50%;
    padding: 25px 0;
}
.zz-aq-con{
    width: 581px;
}
.zz-aq-list li:first-child ,
.zz-aq-list li:last-child {
    background: #fff;
}
.zz-aq-list li:nth-of-type(odd) .zz-aq-con{
    float: right;
}
.zz-aq-list li .aq-con{
    padding: 0 35px;
}

/*案例*/

.screen-ul2 .screen-type {
    width: 60px;
}
.screen-ul2 .screen-type-item {
    padding-left: 66px;
}
.case-line{
    padding: 0 20px;
    height: 42px;
    margin-top: 20px;
    color: #fff;
    background: #7f7f7f;
}

.case-line p{
    float: left;
    font-size: 14px;
    line-height: 42px;
}
.case-line span{
    float: left;
    padding: 0 5px 0 10px;
    font-size: 12px;
    height: 22px;
    margin-top: 10px;
    margin-left: 10px;
    color: #999;
    line-height: 22px;
    border: 1px dashed #999999;
    background: #fff;
}
.case-line span b{
    display: inline-block;
    margin-left: 8px;
    cursor: pointer;
}
.content{
    overflow: hidden;
}
.content-lf{
    float: left;
    width: 902px;
}
.content-rg{
    float: right;
    width: 245px;
}
.case-content{
    border:1px solid #c8c8c8;
}
.case-tltle{
    position: relative;
    padding: 15px 25px 0;
    width: 100%;
    box-sizing: border-box;
}
.case-tltle h2{
    font-size: 20px;
    color: #323232;
    text-align: center;
    font-weight: normal;
}
.shouc{
    position: absolute;
    top:20px;
    right: 40px;
    display: inline-block;
    padding: 0 8px;
    height: 22px;
    font-size: 12px;
    color: #fff;
    line-height: 22px;
    background: #F1544D;
    cursor: pointer;
}
.case-table{
    margin: 10px 0;
}

.case-table td{
    border: 1px solid #e6e6e6;
    font-size: 13px;
    color: #323232;
    line-height: 40px;
}
.td1{
    width: 150px;
    background: #f2f2f2;
    text-align: center;
}
.td2{
    width: 150px;
    padding: 0 20px;
}
.td3{
    width: 150px;
    padding: 0 20px;
}
.case-concept{
    padding: 15px 5px;
    font-size: 12px;
    color: #323232;
    background: #e6e6e6;
}
.case-concept span{
    color: #000;
}
.case-show-box{
    overflow: hidden;
}

.case-show-nav{
    position: relative;
    float: left;
    width: 125px;
    text-align: right;
}
.pic-nav {
    position: relative;
    padding-right: 5px;
}
.pic-nav dl{
    height: 530px;
    overflow: hidden;
}
.pic-nav a{
    font-size: 12px;
    color: #323232;
}
.pic-nav dd.active a,
.pic-nav dd:hover a{
    color: #ff0000;
}
.pic-nav dt{
    font-size: 19px;
    margin-top: 20px;
}
.pic-nav dd{
    line-height: 22px;
}
.toggle{
    position: absolute;
    top:50%;
    left: 20px;
    margin-top:-28px;
    width: 30px;
    height: 56px;
    border: 1px solid #bfbfbf;
}
.toggle{
    width: 30px;
    height: 56px;
    border: 1px solid #bfbfbf;
}
.toggle span{
    display: block;
    height: 26px;
    background-position: center;
    background-repeat: no-repeat;
}
.top{
    background-image: url("../img/ups.png");
}
.down{
    background-image: url("../img/downs.png");
}
.top:hover,
.top.disabled{
    background-image: url("../img/up.png");
}
.down:hover,
.down.disabled{
    background-image: url("../img/down.png");
}
.case-show-content{
    float: left;
    width: 772px;
    border-left:3px solid  #e6e6e6;
}

.case-show-tap{
    overflow: hidden;
}
.case-show-tap li{
    width: 50%;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #e6e6e6;
    background: #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.case-show-tap li:hover,
.case-show-tap li.on{
    width: 50%;
    float: left;
    height: 50px;
    color: #ff0000;
    border: 1px solid #c8c8c8;
    background: #fff;
}
.case-show-tap li a{
    display: block;
    color: #323232;
}
.case-show-tap li:hover a,
.case-show-tap li.on a{
    color: #ff0000;
}
.case-show-tap li:last-child:hover,
.case-show-tap li:last-child.on{
    border-right:none;
}
.case-show-tap li:first-child:hover,
.case-show-tap li:first-child.on{
    border-left:none;
}
.case-show-content{
    padding-top: 12px;
}
.case-content-pic{
    padding: 15px;
}
.case-content-pic img{
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
}
.case-content-pic p{
    font-size: 12px;
    color: #323232;
    margin-bottom: 10px;
}
.case-content-pic p span{
    font-size: 12px;
    color: #000;
}
.content-rg1{
    padding: 16px;
    margin-bottom: 10px;
    border: 1px solid #c8c8c8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.content-rg1 h3{
    font-size: 15px;
    font-weight: normal;
    color: #323232;
    margin-bottom: 8px;
}
.content-rg1 .designer-pic{
    float: left;
    width: 110px;
    height: 132px;
}
.pic1-text{
    float: right;
    font-size: 12px;
    color: #000;
    width: 94px;
}
.pic1-text p{
    line-height: 20px;
}
.pic1-text a{
    display: block;
    text-align: center;
    width: 94px;
    height: 27px;
    margin-top: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 27px;
    background: #F1544D;
}
.linian{
    height: 60px;
    overflow: hidden;
}
.area-title1{
    font-size: 16px;
    text-align: center;
    color: #323232;
    line-height: 22px;
    margin-bottom: 10px;
}
.area-title1 p:first-child{
    border-bottom: 1px solid #ff0000;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
    white-space: nowrap;
}
.area-title1 p:nth-child(2){
    font-size: 12px;
    font-weight: bold;
}
.area-title1 span{
    color: #ff0000;
}
.form-box2 .pro-form-div{
    margin-bottom: 10px;
}
.form-box2 .sel-bg{
    width: 62px;
    margin-left: 12px;
}
.form-box2 .pro-form-input{
    width: 100%;
    float: none;
    text-align: left;
    margin-left: 0;
}
.sel-bg1 .cursor{
    text-align: left;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-box2 .sel-bg1{
    width: 100%;
    margin-left: 0;
}
.button1{
    width: 100%;
    height: 35px;
    border: none;
    background: #f1544d;
    color: #fff;
}

.zxrx{
    font-size: 12px;
    text-align: center;
    color: #323232;
}
.zxrx span{
    font-size: 12px;
    color: #ff0000;
}
.content-rg2 img{
    width: 100%;
    margin-top: 9px;
}
.case-show-tap .case-pt-li{
    width: 100%;
    float: none;
    text-align: left;
    font-size: 14px;
    color: #323232;
    background: none;
    border-right: none;
    border-left: none;
}
.case-pt-li span{
    font-size: 18px;
    color: #ff0000;
    font-weight: bold;
    padding: 0 15px;
}
/*品质*/
.ul-third{
    float: none!important;
    width: 1162px!important;
    height: 80px;
    overflow: hidden;

}
.ul-third li{
    float: left;
    width:20%;
    margin: 0!important;
}
.pz-span{
    float: left;
    width: 80px;
    height: 80px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background: #969696;
}
.pz-span img{
    display: block;
    margin: 15px auto 0;
    width: 50px;
    height: 50px;
}
.pz-item{
    float: left;
    margin-left: 15px;
}
.pz-item p{
    margin-top: 18px;
    font-size: 18px;
    color: #323232;
    text-align: left;
}
.pz-item span{
    display: block;
    font-size: 13px;
    text-align: left;
    color: #646464;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ul-third li:hover .pz-span{
    background: #F1544D;
}
.ul-third li:hover .pz-item p{
    color: #ff0000;
}
.banner-C,
.banner-C .bd,
.banner-C .bd img{
    height: 450px;
}
.pz-nav{
    overflow: hidden;
}
.pz-nav li{
    float: left;
    width: 20%;
    line-height: 60px;
    text-align: center;
}
.pz-nav li a{
    display: block;
    font-size: 18px;
    color: #323232;
}
.pz-nav li.active a,
.pz-nav li:hover a{
    color: #fff;
}
.pz-nav li.active,
.pz-nav li:hover{
    background: #F1544D;
}
.pz-pic,
.pz-pic .bd,
.pz-pic .bd img{
    height: 426px;
}

.pz-list li{
    height: 450px;
}
.pz-list-pic{
    float: right;
    width: 558px;
    height: 450px;
}
.pz-list-pic img{
    width: 100%;
    height: 100%;
}
.pz-list-text{
    position: relative;
    float: left;
    width: 604px;
    height: 450px;
}
.pz-color{
    position: absolute;
    right: 0;
    top:0;
    width:980px;
    height: 100%;
    background: #273b47;
}
.pz-list-con-box{
    float: right;
}
.pz-list-con{
    display: table;
    width: 604px;
    height: 450px;
    padding: 0 50px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pz-list-content{
    display: table-cell;
    vertical-align: middle;
}
.pz-list-content h2{
    font-size: 37px;
    font-weight: normal;
    margin-bottom: 20px;
}
.pz-list-content p{
    font-size: 18px;
    line-height: 22px;
}
.pz-list li:nth-of-type(even) .pz-list-pic{
    float: left;
}
.pz-list li:nth-of-type(even) .pz-list-con-box{
    float: left;
}
.pz-list li:nth-of-type(even) .pz-list-text{
    float: right;
}
.pz-list li:nth-of-type(even) .pz-color{
    background: #dcdcdc;
    left: 0;
}
.pz-list li:nth-of-type(even) .pz-list-con{
    color: #323232;
}
.pz-list li:nth-of-type(even) .pz-list-content{
    text-align: left;
}
.pz-list1 .pz-list-pic{
    float: left;
}
.pz-list1 .pz-list-text{
    float: right;
}
.pz-list1 .pz-color{
    left: 0;
    right: auto;
}
.pz-list1 .pz-list-con-box{
    float: left;
}
.pz-list1 .pz-list-content {
    text-align: left;
}
.pz-list1 li:nth-of-type(even) .pz-list-pic{
    float: right;
}
.pz-list1 li:nth-of-type(even) .pz-list-con-box{
    float: right;
}
.pz-list1 li:nth-of-type(even) .pz-list-text{
    float: left;
}
.pz-list1 li:nth-of-type(even) .pz-color{
    background: #dcdcdc;
    right: 0;
    left: auto;
}
.pz-list1 li:nth-of-type(even) .pz-list-content{
    text-align: left;
}
.wp-list{
    min-height: 476px;
    background-color: rgba(0, 0, 0, 0.9) ;
    background-image: url("../img/pz-pic06.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size:100% 100%;
    box-sizing: border-box;
}
.pz-tap1{
    position: relative;
}
.inside-bd1 li{
    float: left;
    width: 282px;
    height: 276px;
    margin-right: 12px;
    overflow: hidden;
}
.wp-gy-pic{
    width: 282px;
    height: 211.5px;
}
.wp-gy-pic img{
    width: 282px;
    height: 211.5px;
}
.wp-gy{
    height:64.5px;
    padding: 2px 20px;
    font-size: 15px;
    color: #323232;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}
.wp-gy p:first-child{
    color: #000;
    font-weight: bold;
}
.pz-tap1 .sPrev,.pz-tap1 .sNext{ position:absolute; top:50%;margin-top:-47px;display:block; width:27px; height:94px; overflow:hidden;
                                 cursor:pointer;z-index: 1; }
.pz-tap1  .sNext{ background: url("../img/right3.png") no-repeat center;right: -50px; }
.pz-tap1  .sPrev{  background: url("../img/left3.png") no-repeat center;left: -50px; }

@media screen and (max-width: 1200px){
    .pz-tap1  .sNext{right: 0px; }
    .pz-tap1  .sPrev{ left: 0px; }
}

.wp-list .area-title p{
    color: #fff;
    background: none;
    margin-bottom: 0;
    background: url("../img/area-title-line.png") no-repeat center bottom;
}

.wp-list .area-title .jx-tit span{
    color: white;
}
/*.wp-list .area-title span{*/
/*font-size: 15px;*/
/*color: #fff;*/
/*}*/
.wp-feature{
    padding-bottom: 30px;
}
.wp-feature1{
    background: url("../img/pz-pic08.jpg") no-repeat center ;
    background-size: cover;
}
.wp-feature1{
    padding:60px 62px;
    line-height: 330px;
}
.wp-feature1 p{
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
    font-size: 18px;
    color: #273b47;
}
.banner-C .page-position,.banner-zz .page-position{
    position: absolute;
    width:100% ;
    left: 0;
    top:0;
    z-index: 1;
}
.pz-list2 li{
    height: 400px;
}
.pz-list2 .pz-list-pic{
    height: 400px;
}
.pz-list2 .pz-list-text{
    height: 400px;
}
.pz-list2 .pz-list-con{
    height: 400px;
}
.pz-list2 li{
    height: 400px;
}
.pz-list2-pic{
    width: 770px;
    height: 400px;
}
.pz-list2-text{
    width: 392px;
    height: 400px;
}
.pz-list2-text .pz-list-con{
    width:392px;
    height: 400px;
}
.pz-list2 li:nth-of-type(odd) .pz-color{
    background: #dcdcdc;
    right: 0;
}
.pz-list2 li:nth-of-type(even) .pz-color{
    background: #273b47;
}
.pz-list2 li:nth-of-type(even) .pz-list-content{
    color: #fff;
}
.pz-text-color{
    color: #b60005;
}
.pz-tap2{
    position: relative;
    width: 100%;
    /*height:368px;*/
    padding-bottom: 46px;
}
.inside-bd2{
    overflow: hidden;
}
.inside-bd2 li{
    float: left;
    width: 224px;
    /*height:368px;*/
    margin: 0;
    margin-right:10px ;
}
.inside-bd2 li .designer-pic{
    width: 224px;
    height: 268.8px;
}
.inside-bd2 li .designer-info2{
    text-align: center;
    height: 56px;
}
.inside-bd2 li img{
    width: 100%;
    height: 100%;
}
.pz-tap2 .sPrev,.pz-tap2 .sNext{ position:absolute; top:50%;margin-top:-60px;display:block; width:39px; height:73px; overflow:hidden;
                                 cursor:pointer;z-index: 1; }
.pz-tap2  .sNext{ background: url("../img/right2.png") no-repeat center;right: -50px; }
.pz-tap2  .sPrev{  background: url("../img/left2.png") no-repeat center;left: -50px; }

@media screen and (max-width: 1200px){
    .pz-tap2  .sNext{right: 0px; }
    .pz-tap2  .sPrev{ left: 0px; }
}
/**/

.pz-item-tap .hd{ height:80px; position:relative; }
.pz-item-tap .hd ul{ height:80px;margin-left: -10px;   }
.pz-item-tap .hd ul li{width:283px;height: 80px; margin-left:10px;background: url("../img/entire01.jpg") no-repeat center; }
.pz-item-tap .bd{ margin-top: 25px;height: 400px!important;}

.pz-item-con{
    color: #323232;
}
.pz-item-con h2{
    padding-bottom: 5px;
    border-bottom: 1px solid #323232;
    color: #323232;
}
.motorcade-list{
    overflow: hidden;
}
.motorcade-list li{
    float: left;
    width: 283px;
    height: 205px;
    margin:0 0 17px 13px;
    overflow: hidden;
}
.motorcade-list li img{
    width: 100%;
    height: 100%;
    margin: 0;
}
.motorcade-list li:first-child{
    width: 570px;
    height: 427px;
    margin: 0;
}
.motorcade-list{
    overflow: hidden;
    padding-bottom: 40px;
}
.pz-list3 li{
    height: 500px;
}
.pz-list3 .pz-list-pic{
    width: 564px;
    height: 500px;
}
.pz-list3 .pz-list-text{
    width: 598px;
    height: 500px;
}
.pz-list3 .pz-color{
    width:988px;
    height: 100%;
    background: #dcdcdc;
}
.pz-list3 .pz-list-con{
    width: 564px;
    height: 500px;
    color: #323232;
}
.pz-list3 .pz-list-content h2{
    margin-bottom: 5px;
}
.pz-list3 .pz-list-content span{
    font-size: 14px;
    display: block;
    margin-bottom: 35px;
}

.pz-list3 li:nth-of-type(even) .pz-color{
    background: #273b47;
    left: 0;
}
.pz-list3 li:nth-of-type(even) .pz-list-con{
    color: #fff;
}
.pz-text-span{
    overflow: hidden;
}
.pz-list3 .pz-text-span span{
    display: inline-block;
    padding: 0 15px;
    height: 43px;
    font-size: 20px;
    margin-right: 3px;
    line-height: 43px;
    color: #646464;
    border: 1px solid #646464;
}
.pz-service{
    height:270px;
}
.pz-service{
    height:270px;
}
.pz-service ul{
    height:270px;
    text-align: center;
}
.pz-service ul li{
    display: inline-block;
    vertical-align: top;
    width:140px;
    height:270px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pz-service ul li span{
    display: block;
    margin: 0 auto;
    width: 126px;
    height: 126px;
    border: 1px solid #fff;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    transition: .6s;
}
.pz-service ul li span:hover{
    background:#F1544D;
    border: 1px solid #F1544D;
}
.pz-service ul li span img{
    margin: 38px auto;
    display: block;
    width: 50px;
}
.pz-service ul li p{
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
}
.pz-service ul li:nth-of-type(2) ,
.pz-service ul li:nth-of-type(5) {
    padding-top: 40px;
}
.pz-service ul li:nth-of-type(4) ,
.pz-service ul li:nth-of-type(3) {
    padding-top: 75px;
}
.pz-service ul b{
    display: inline-block;
    vertical-align: top;
    font-size: 26px;
    color: #fff;
    padding-top: 60px;
}
.pz-service ul b:nth-of-type(2),
.pz-service ul b:nth-of-type(4){
    padding-top: 100px;
}
.pz-service ul b:nth-of-type(3){
    padding-top: 130px;
}
.after-sales{
    margin-left: -16px;
    overflow: hidden;
    margin-bottom: 30px;
}
.after-sales img{
    display: block;
    width: 100%;
}
.pz-ts{
    width: 100%;
    height: 450px;
}
.pz-ts img{
    display: block;
    width: 100%;
    height: 100%;
}
.material1{
    height: 505px;
    padding-top: 35px;
    overflow: hidden;
}
.material1-lf{
    float: left;
    padding: 35px 46px 0;
    width: 425px;
}
.material1-lf span{
    font-size: 26px;
    color: #323232;
    display: block;
}
.material1-lf h1{
    font-size: 40px;
    color: #323232;
    margin-bottom: 20px;
}
.material1-lf p{
    font-size: 20px;
    color: #646464;
}
.material1-rg{
    float: right;
}
.material1-rg img{
    display: block;
    width: 634px;
}
.pz-list1-pic{
    position: relative;
    width: 652px;
}
.pz-list1-text{
    width: 510px;
}
.pz-list1-text .pz-list-con{
    width: 510px;
}
.pz-list1-content{
    text-align: left !important;
}
.pz-list1-content span{
    font-size: 26px;
    color: #fff;
    display: block;
}
.pz-list1-content h1{
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
}
.pz-list1-content p{
    font-size: 20px;
    color: #fff;
}
.pz-list1-pic img{
    display: block;
    position: absolute;
    right: 0;
    width: 1032px;
}
.pz-material{
    text-align: center;
    overflow: hidden;
    padding-bottom: 30px;
}
.pz-material li{
    display: inline-block;
    margin: 0 32px;
}
.pz-material li div{
    width: 206px;
    height: 206px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    display: inline-block;
    background: #969696;
    cursor: pointer;
    transition: .6s;
}
.pz-material li div:hover{
    background: #F1544D;
}
.pz-material li img{
    display: block;
    width: 70px;
    margin: 0 auto;
    padding: 35px 0 12px;
}
.pz-material li span{
    display: inline-block;
    padding-top: 12px;
    font-size: 25px;
    color: #f0f0f0;
    text-align: center;
    width: 160px;
    border-top: 1px solid #fff;
}
.pz-material li p{
    text-align: center;
    font-size: 17px;
    margin-top: 15px;
    color: #858585;
}
.material-pic1{
    display: block;
    margin: 0 auto;
}
.pz-tap3{
    position: relative;
    padding: 40px 0;
}
.pz-tap3 li{
    overflow: hidden;
}
.pz-tap3 .sPrev,.pz-tap3 .sNext{ position:absolute; top:50%;margin-top:-47px;display:block; width:27px; height:94px; overflow:hidden;
                                 cursor:pointer;z-index: 1;opacity: .5;}
.pz-tap3  .sNext{ background: url("../img/right3.png") no-repeat center;right: -50px; }
.pz-tap3  .sPrev{  background: url("../img/left3.png") no-repeat center;left: -50px; }

@media screen and (max-width: 1200px){
    .pz-tap3  .sNext{right: 0px; }
    .pz-tap3  .sPrev{ left: 0px; }
}
.material-pic2{
    float: left;
    width: 653px;
    height: 430px;
}
.material-pic2 img{
    display: block;
    width: 100%;
    height: 100%;
}
.material-text2{
    float: left;
    margin-left: 60px;
    width: 400px;
    /*line-height: 430px;*/
}
.material-text2 h2{
    font-weight: normal;
    line-height: 40px;
    font-size: 37px;
    color: #fff;
    margin-bottom:10px;
}
.material-text2 span{
    display: block;
    line-height: 26px;
    font-size: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.material-text2 p{
    line-height: 26px;
    font-size: 20px;
    color: #fff;
}
.material-text2 .pz-list-con,
.material-text2 .pz-list-content{
    padding: 0;
    width: 400px;
    height: 430px;
}
.material2 img{
    display: block;
    width: 100%;
}
.material2-list{
    overflow: hidden;
    display: block;
    margin: 0 auto;
    width: 1060px;
}
.material2-list li{
    float: left;
    width: 200px;
    height: 70px;
    margin:0  6px 18px;
    border: 1px solid #323232;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}
.material2-list li img{
    display: block;
    width: 100%;
    height: 100%;
}
.pz-list11-pic{
    position: relative;
    width:548px;
}
.pz-list11-text{
    width: 614px;
}
.pz-list11-text .pz-list-con{
    width: 614px;
}
.pz-list11-content{
    text-align: right !important;
}
.pz-list11-content h1{
    font-size: 40px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 20px;
}
.pz-list11-content p{
    font-size: 20px;
    color: #fff;
}
.pz-list11-pic img{
    display: block;
    position: absolute;
    right: 0;
    width: 925px;
}
.experience-tap{  padding-bottom: 40px;  }
.experience-tap .hd{ height:58px; position:relative; }
.experience-tap .hd ul{ height:58px;margin-left: -13px;   }
.experience-tap .hd ul li{width:222px;height: 58px; margin-left:13px;background: url("../img/entire01.jpg") no-repeat center; }
.experience-tap .bd{ margin-top: 25px;height: 450px!important;}
.experience-tap .hd ul li p{  top:0;  line-height: 58px;  }

.pz-list12-pic{
    position: relative;
    width:738px;
}
.pz-list12-text{
    width: 424px;
}
.pz-list12-text .pz-list-con{
    width: 424px;
}
.experience-tap2{
    width:738px;
    height: 450px;
}
.inside-bd4 li{
    float: left;
    width:738px;
    height: 450px;
}
.inside-bd4 li img{
    display: block;
    width: 100%;
    height: 100%;
}
.experience-tap2 .sPrev,.experience-tap2 .sNext{ position:absolute; top:50%;margin-top:-37px;display:block; width:39px; height:73px; overflow:hidden;
                                                 cursor:pointer;z-index: 1; }
.experience-tap2  .sNext{ background: url("../img/right4.png") no-repeat center;right: 10px; }
.experience-tap2  .sPrev{  background: url("../img/left4.png") no-repeat center;left: 10px; }

.after-experience{
    margin-left: -13px;
    overflow: hidden;
    padding-bottom: 30px;
}
.after-experience li{
    float: left;
    margin-left: 13px;
}
.after-experience li img{
    display: block;
    max-width: 100%;
}
.after-experience li:first-child{
    width: 524px;
}
.after-experience li:nth-of-type(2){
    width: 312px;
}
.after-experience li:nth-of-type(3){
    width: 300px;
}
.after-experience li:nth-of-type(2) img{
    width: 312px;
    height: 171px;
}
.after-experience li img{
    display: block;
    margin-bottom: 18px;
}
.after-experience li span{
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    display: inline-block;
}
.after-experience-div{
    height: 116px;
}
.pz-list1 .pz-list13-pic{
    float: right;
    position: relative;
    width:738px;
    height: 450px;
}
.pz-list1 .pz-list13-text,
.pz-list1 .pz-list13-text .pz-list-con{
    float: left;
    width: 424px;
    height: 450px;
    color: #323232;
    background: #fff;
}
.pz-list1 .pz-list13-text .pz-list-content{
    text-align: left;
}
.pz-list31 li{
    height: 450px;
}
.experience-map{
    height: 450px;
    padding-bottom: 35px;
}
.experience-map-lf{
    float: left;
    width: 754px;
    height: 450px;
    background: #ccc;
}
.experience-map-rg{
    float: right;
    width: 408px;
    height: 298px;
    padding: 60px 40px 0;
    margin-top: 60px;
    background: #fff;
    -webkit-box-shadow: 3px 5px 2px #dcdcdc;
    -moz-box-shadow: 3px 5px 2px #dcdcdc;
    box-shadow: 3px 5px 2px #dcdcdc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.experience-map-rg h2{
    font-size: 30px;
    color: #000;
    font-weight: normal;
}
.experience-map-rg p{
    position: relative;
    padding-left: 85px;
    line-height: 30px;
    font-size: 17px;
    color: #000;
    margin-top: 10px;
}
.experience-map-rg span{
    position: absolute;
    left: 0;
    float: left;
    font-size: 17px;
    color: #000;
    padding-left: 30px;
    background-position: left 3px;
    background-repeat: no-repeat;
}

.index-content-box{
    padding-bottom: 50px;
}
.index-content{
    padding: 66px 56px;
    background: #fff;
}
.index-content h1{
    text-indent: 10px;
    font-size: 32px;
    color: #323232;
    margin-bottom: 30px;
    border-left: 5px solid #ff0000;
}
.index-content p{
    text-indent: 2em;
    font-size: 14px;
    color: #666;
    line-height: 28px;
}
.local-box{
    position: relative;
    width: 98%;
    margin: 20px 1% ;
    overflow: hidden;

}
.local-rg{
    position: absolute;
    right: 0;
    width: 270px;
    background: #fff;
}
.local-content-box{
    position: relative;
    background: #FFF;
    /*overflow: scroll;*/
}
.local-top{
    position: absolute;
    top:0;width: 100%;
    height: 30px;
    padding: 0 10px;
    background: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 11;
}
.local-top p{
    float: left;
    width: 80%;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
}
.local-top p a{
    color: #fff;
}
.local-hide{
    float: right;
    width: 30px;
    cursor: pointer;
}
.local-hide img{
    display: block;
    width: 24px;
    margin: 3px auto;
}
.local-rg .content-rg1{
    width: 100%;
    margin: 0;
    padding: 16px 5px;
    border: none;
    border-bottom: 1px solid #ccc;
}
.local-content{
    overflow: scroll;
    padding: 30px 10px ;
    -webkit-box-sizing: border-box;
    -mox-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 27px;
}
.local-content .form-box2{
    padding: 0 12px;
}
.local-info{
    padding: 12px 0;
    border-bottom:1px solid #ccc ;
}
.local-info h2{
    font-size: 18px;
    color: #323232;
    font-weight: normal;
    margin-bottom: 6px;
}
.local-info p{
    font-size: 12px;
    color: #666;
    line-height: 26px;
}
.local-info h3{
    font-size: 14px;
    color: #323232;
    font-weight: normal;
}
.local-img-list{
    overflow: hidden;
    margin-left: -6px;
    margin-top: 10px;
}
.local-img-list li{
    float: left;
    width: 78px;
    height: 78px;
    line-height: 78px;
    text-align: center;
    margin-left: 6px;
}
.local-img-list li img{
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}
.local-case-list li{
    font-size: 12px;
    margin-bottom: 10px;
}
.local-case-list{
    padding-bottom: 30px;
}
.local-case-list a{
    color: #666;
}
.local-case-list a:hover{
    color: #ff0000;
}
.local-lf{
    padding-right: 290px;
}

.local-show{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.local-tap{
    position: relative;
    width: 100%;
}
.inside-bd5 ul{
    height: 100%;
}
.inside-bd5 li{
    position: relative;
    float: left;
    width: 100%;
}
.inside-bd5 li img{
    display: block;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
}
.local-tap .sPrev,.local-tap .sNext{ position:absolute; top:50%;margin-top:-37px;display:block; width:39px; height:73px; overflow:hidden;
                                     cursor:pointer;z-index: 1; }
.local-tap  .sNext{ background: url("../img/right5.png") no-repeat center;right: 20px; }
.local-tap  .sPrev{  background: url("../img/left5.png") no-repeat center;left: 20px; }

.local-tap p{
    position: absolute;
    left: 0;
    bottom:0;
    width: 100%;
    height:50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.4);
}
#next-more{
    font-size: 20px;
    color: #646464;
    text-align: center;
    margin: 20px 0;
}
.about1-lf{
    float: left;
    width: 566px;

}
.about1-lf h2{
    font-size: 18px;
    color: #323232;
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: 1px solid #323232;
}
.about1-lf span{
    display: block;
    font-size: 13px;
    margin-bottom: 25px;
}
.about1-lf p{
    font-size: 14px;
    line-height: 20px;
    float: left;
    width: 566px;
    text-indent: 2em;
}
.about1-rg{
    float: right;
    width: 568px;
}
.about1-rg img{
    display: block;
    width: 568px;
}
.about2{
    height: 500px;
    background:url("../img/about02.jpg") no-repeat center top;
}
.about-text{
    float: right;
    position: relative;
    width: 520px;
    height: 500px;
}
.about-text div{
    width: 520px;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
.about-text p{
    line-height: 20px;
    text-indent: 2em;
    font-size: 14px;
    color: #323232;
}
.pp-material{
    overflow: hidden;
    padding-bottom: 45px;
}
.pp-material ul{
    text-align: center;
}
.pp-material li{
    display: inline-block;
    width: 260px;
    margin: 0 10px;
}
.pp-material li:hover div{
    background-color: #F1544D;
}
.pp-material div{
    display: block;
    width: 158px;
    height: 158px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 20px;
    background-color: #969696;
}
.pp-material img{
    width: 158px;
    height: 158px;
    border-radius: 50%;
}
.pp-material p{
    font-size: 15px;
    color: #858585;
}
.pp-material span{
    display: block;
    text-align: center;
    font-size: 22px;
    color: #323232;
}
.course{
    background-color: #fff;
    padding: 20px;
    margin-bottom: 40px;
}


.fakui-box{
    padding: 55px;
    background: #fff url("../img/yj.jpg") no-repeat top center;
}
.fk-textarea{
    padding: 10px;
    height: 280px;
    margin-bottom: 15px;
    width: 100%;
    resize: none;
    font-size: 16px;
    color: #323232;
    font-family: "微软雅黑", sans-serif;
    line-height: 20px;
    border: 1px solid #e3e3e3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fakui-box input[type="text"]{
    width: 100%;
    padding: 0 10px;
    height:38px;
    margin-bottom: 15px;
    color: #323232;
    border: 1px solid #e3e3e3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fakui-box button{
    display: block;
    margin: 0 auto;
    width: 142px;
    height:42px;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: url("../img/gradual-bg.jpg") repeat-y center;
    background-size: cover;
    border: none;
    border-radius: 2px;
}








/*background: url("../img/gradual-bg.jpg") repeat-y center;*/
/*background-size: cover;*/










/*--*/
/*
(1)位置属性(position, top, right, z-index, display, float等)
(2)大小(width, height, padding, margin)
(3)文字系列(font, line-height, letter-spacing, color- text-align等)
(4)背景(background, border等)
(5)其他(animation, transition等)
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
     linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n);

    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;

    transform:scale(1.2,1.2);
    -ms-transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2);
    -o-transform:scale(1.2,1.2);

    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;

    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;

     li:nth-of-type(odd){ margin-left: 20px;}奇数行
     li:nth-of-type(even){margin-left: 10px;}偶数行

    white-space: nowrap;text-overflow: ellipsis; overflow:hidden;

    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);

    background: -webkit-linear-gradient(red, blue); /* Safari 5.1 - 6.0
    background: -o-linear-gradient(red, blue); /* Opera 11.1 - 12.0
    background: -moz-linear-gradient(red, blue); /* Firefox 3.6 - 15
    background: linear-gradient(red, blue); /* 标准的语法（必须放在最后）

        background: -webkit-linear-gradient(left,#ff0000, #ff5500);
    background: -o-linear-gradient(right,#ff0000, #ff5500);
    background: -moz-linear-gradient(right,#ff0000, #ff5500);
    background: linear-gradient(right,#ff0000, #ff5500);


    -moz-transform:scale(-1，1);
    -webkit-transform:scale(-1，1);
    -o-transform:scale(-1，1);
    transform:scale(-1，1);
    filter:FlipH;


    -moz-transform:scale(1，-1);
    -webkit-transform:scale(1，-1);
    -o-transform:scale(1，-1);
    transform:scale(1，-1);
    filter:FlipV;


    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transform:rotate(90deg);
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);

*/


.entire-box a img{
    width: 100%;
}
.advantage img{
    width: 100%;
}

.jx-cer{
    width: 100%;
    padding: 38px 0 90px;
    background:url(../img/pho-bg.png);
    background-size: 100% 1900px;
    margin-top: -11px;
}
.jx-cer .center{
    width: 1162px;
    margin: 0 auto;
    padding-left: 104px;
    box-sizing: border-box;
    position: relative;
}
.jx-cer .center img{
    display: block;
    width: 100%;
}
.style-feel{
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    font-size: 24px;
    color: #323232;
}
.style-feel span{
    font-size: 18px;
}
.style-feel img{
    display: block;
    width: 100%;
}
.style-feel a{
    display: block;
    width: 280px;
    height: 40px;
    text-align: center;
    color: white;
    background: #f1544d;
    line-height: 40px;
    font-size: 16px;
    margin-top:28px;

}
.h1{
    font-size: 24px;
    font-weight: normal;
}
.yj-p{
    font-size: 14px;
    margin-bottom: 10px;
}

.recruit .center .jx-rec .jx-rec-tit {
    overflow: hidden;
    height: 60px;
    /* background: white; */
    padding: 0 20px 0 48px;
    box-sizing: border-box;
    line-height: 60px;
    /* color: #333333; */
    cursor: pointer;
    background: linear-gradient(to right, #fc0102, #fc5702);
    background: -webkit-linear-gradient(to right, #fc0102, #fc5702);
    background: -moz-linear-gradient(to right, #fc0102, #fc5702);
    background: -o-linear-gradient(to right, #fc0102, #fc5702);
    color: white;
}

.jx-content .center .box .designer-case .jx-news-x img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 40px;
}

.yul div img{
    display: block;
    width: 100%;
    height: auto;
}

.case-list1 li{
    margin-left: 20px;
}

.designer-list1 li{
    margin-left: 20px;
}

.sea-left ul li:first-child{
    background: url(../img/project-sj.png) no-repeat 66px 7px;
}
.sea-left div{
    float: left;
    width: 100%;
    height: 23px;
    text-align: center;
    line-height: 23px;
    font-size: 12px;
    color: #323232;
    cursor: default;
    background: url(../img/project-sj.png) no-repeat 66px 7px;
}
.sea-left ul{
    float: left;
    width:100%;
    text-align: center;
    font-size: 12px;
    color: #323232;
    display: none;
    position: relative;
    z-index: 12;
}

.area-title3{
    position:relative;
}
.area-title3 a{
    position:absolute;
    right:0;
    top:50px;
    display:block;
    width:120px;
    height: 40px;
    border-radius: 10px;
    background: #f1544d;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: white;
}

.pro-form-div-right{
    float: left;
    width: 394px;
    height: 35px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-left: 25px;
}
.pro-form-div-right .pro-select{
    width: 120px;
    height: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:solid 1px #b5b5b5;
    padding: 0 5px;
    box-sizing: border-box;
    border-radius: 3px;
    background: url(../img/project-sj.png) no-repeat right 10px center;
}
.pro-select::-ms-expand { 
    display: none;
}
.pro-select1{
    float: right;
    width: 394px;
    height: 35px;
    margin-left: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    border:solid 1px #b5b5b5;
    padding: 0 5px;
    box-sizing: border-box;
    border-radius: 3px;
    background: url(../img/project-sj.png) no-repeat right 10px center;
}
.pro-select1::-ms-expand { 
    display: none;
}

.fzf-con{
    padding: 82px 0 159px;
}
.fzf-con .fzf-img{
    display: block;
    width: 544px;
    height: 272px;
    margin: 0 auto 50px;
}
.fzf-con h3{
    text-align: center;
    font-size: 36px;
    color: #333333;
    margin-bottom: 16px;
}
.fzf-con p{
    text-align: center;
    font-size: 18px;
    color: #333333;
    margin-bottom:68px; 
}
.fzf-bot{
    overflow: hidden;
    width: 322px;
    margin: 0 auto;
}
.fzf-bot .fl,.fzf-bot .fr{
    float: left;
    width: 161px;
    height: 28px;
    overflow: hidden;
}
.fzf-bot .fl img,.fzf-bot .fr img{
    float: left;
    width: 30px;
    height: 28px;
    margin-right: 12px;
}
.fzf-bot .fl span,.fzf-bot .fr span{
    float: left;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
}
.fzf-bot .fr{
    padding-left: 33px;
    box-sizing: border-box;
}

/*合并时新增*/
.phase-title1{
    background-image: url(../img/strategy01.jpg);
}
.phase-title2{
    background-image: url(../img/strategy02.jpg);
}
.phase-title3{
    background-image: url(../img/strategy03.jpg);
}
.money{
    width: 980px;
    height: 453px;
    position: fixed;
    left: calc(50% - 490px);
    top: calc(50% - 226px);
    border-radius: 20px;
    background: #fff;
    z-index: 100;
    overflow: hidden;
    display: none;
}
.money .hide{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    color: #000;
    border-radius: 100px;
    overflow: hidden;
}
.money .left{
    float: left;
    width: 50%;
    border-right: solid 1px #ccc;
    box-sizing: border-box;
    padding: 55px 90px 55px 40px;
}
.money .left h3{
    font-size: 20px;
    color: #333;
    margin-bottom: 30px;
}
.money .left h3 span{
    margin-left: 10px;
    color: #f36f20;
    font-size: 12px;
}
.money .left h3 span i{
    margin:4px;
    font-style: normal;
}
.money-input{
    display: flex;
    display: -webkit-flex;
    margin-bottom: 20px;
}
.money-input .fl{
    width: 118px;
    margin-right: 10px;
    font-size:18px;
    color: #333;
}
.money-input .fl span{
    color: #f36f20;
}
.money-input .fr{
    flex: 1;
    min-width: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.money-input .fr select{
    display: block;
    width: 30%;
}
.money-input .fr input{
    display: block;
    width: 100%;
    line-height: 30px;
    border: solid 1px #ccc;
    padding:0 40px 0 12px;
    box-sizing: border-box;
}
.money-input .fr .pm{
    position: absolute;
    right: 10px;
    line-height: 30px;
}
.money-input .fr1{
    flex: 1;
    min-width: 0;
    display: flex;
    display: -webkit-flex;
}
.money-input .fr1 label{
    line-height: 30px;
    margin-right: 20px;
}
.money-input .fr2{
    flex: 1;
    min-width: 0;
}
.money-input .fr2 input{
    display: block;
    width: 100%;
    line-height: 30px;
    border: solid 1px #ccc;
    box-sizing: border-box;
    padding-left: 12px;
}
.money-input .fr2 p{
    width: 100%;
    font-size: 12px;
    color: #333;
    margin-top: 20px;
}
.money-input .fr a{
    position: absolute;
    right:0px;
    top: 0;
    line-height: 30px;
    border-left: solid 1px #ccc;
    padding: 0 10px;
    color: #f36f20;
}
.money .right{
    float: left;
    width: 50%;
    padding: 50px 65px 0 105px;
    box-sizing: border-box;
}
.money .right h3{
    text-align: center;
    font-size: 20px;
    color: #333;
}
.money .right h3 span{
    color: #f36f20;
    margin: 0 4px;
    font-size: 26px;
}
.right-content{
    width: 304px;
    height: 260px;
    border: solid 1px #ccc;
    box-sizing: border-box;
    margin:26px auto 0;
    padding: 22px 0;
}
.right-content p{
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #333;
}
.right-content p span{
    font-size: 21px;
    margin: 0 8px;
}
.money .right .bot-a{
  display: block;
  width: 230px;
  margin: 20px auto 0;
  text-align: center;
  line-height:40px;
  border-radius: 10px;
  font-size: 13px;
  color: #fff;
}
.money .cen{
    position: absolute;
    width: 90px;
    height: 90px;
    left: 50%;
    top: 50%;
    margin-top: -45px;
    margin-left: -45px;
    border-radius: 100px;
}
.money .cen a{
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 100px;
    background: #f36f20;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 20px;
    padding-top: 14px;
    box-sizing: border-box;
    animation: big 1.6s infinite linear;
}