/*æœåŠ¡æ¨¡å¼*/
.bga{
    background: #F3F3F3;    
    padding-bottom: 30px;
}
.gefuwu{
    text-align: center;
}
.gefuwu>li{
    display: inline-block;
    width: 32%;
    margin-right: 1%;    
    background: #fff;
    margin-bottom: 20px;
}
.gefuwu>li:nth-child(3),.gefuwu>li:nth-child(6){
    margin-right: 0;
}
.gefuwu>li>img{
    
}
.gefuwu>li>b{
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
    margin-top: 8px;
}
.gefuwu>li>p{
    color: #666;
    padding-bottom: 20px;
}
/*æœåŠ¡æ¨¡å¼ end*/
/*æ¯ä¸ªå®¶çš„æ ·å­ */
.bgb{
    background: #F3F3F3;    
}
.yangzi{
    background: #fff;    
    position: relative;
}
.yangzi>.hd{
    background: #232323;
    width: 70%;
    height: 65px;
    line-height: 65px;
}
.yangzi>.hd>ul{
    text-align: right;
    padding-right: 40px;
}
.yangzi>.hd>ul li{
    display: inline-block;
    color: #fff;
    padding: 0 38px;
    cursor: pointer;
}
.yangzi>.hd>ul li.on{
    background: #005e3c;
}
.yangzi .liaoj div{
    display: inline-block;
}
.yangzi .liaoj .yang-left{
    width: 65%;    
    vertical-align: top;
}
.yangzi .liaoj .yang-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.yangzi .liaoj .yang-right{
    width: 30%;
    margin-left: 32px;}
.yangzi .liaoj .yang-right h2{
    margin-top: 35%;
    font-size: 28px;
    margin-bottom: 20px;
}
.yangzi .liaoj .yang-right h2 span{
    font-size: 18px;
    padding-left: 6px;
    color: #666;
}
.yangzi .liaoj .yang-right p{
    height: 31px;
    color: #666;
}
.yangzi .liaoj .yang-right p b{
    margin-right: 10px;    color: #ABABAB;
}
.yangzi .prev,.yangzi .next {
    bottom: 12px;
    right: 12%;
    background: #979797;
    width: 44px;
    height: 40px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    z-index: 2;
    position: absolute;
}
.yangzi .prev:hover,.yangzi .next:hover {
    background: #5c5c5c
}
.yangzi .prev {
    right: 15%;
}
/*æ¯ä¸ªå®¶çš„æ ·å­ end*/
.dapei{
    height: 500px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    margin: auto;
    text-align: center;
    width: 1200px;
}
.dapei .bd ul li{
    width: 560px;
    margin: 0 20px;
}
.dapei .bd ul li p{
    color: #fff;
    font-size: 18px;
}
.dapei .bd ul li p b{
    margin-top: 10px;
    display: block;
    color: #fff;
    font-size: 26px;
    margin-bottom: 10px;
}
.dapei .prev,.dapei .next {
    top: 22%;
    right: 0;
    width: 35px;
    height: 40px;
    font-size: 45px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    z-index: 2;
    position: absolute;
}
.dapei .prev:hover,.dapei .next:hover {
    background: #5c5c5c
}
.dapei .prev {
    left: 0;
}
.dapei>p {
    text-align: center;
    margin-top: 58px;
}
.dapei>p>a{
    background: #005E3C;
    color: #fff;
    font-size: 20px;
    padding: 14px 88px;
    border-radius: 7px;
}
.dapei>p>a:hover{
    opacity: .8
}
/*æ­é…  end*/
.bgc{
    background: #F3F3F3;
    padding-bottom: 30px;
}
.gongc{
    margin: auto;
    text-align: center;
    width: 1200px;    
    position: relative;    
    padding-top: 30px;
}
.gongc .bd ul li{
    width: 330px;
    margin: 0 32px;
    display: inline-block;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    z-index: 1;
    padding-top: 7px;
}
.gongc .bd ul li img{
    border-radius: 50%;
    width: 250px;
    height: 250px;
    object-fit: cover;
}
.gongc .bd ul li div {
    margin: 0 auto;
    font-size: 24px;
    margin-top: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid #000;
    width: 75%;
    position: relative;
}
.gongc .bd ul li div b{
    width: 5px;
    height: 5px;
    background: #000;
    display: inline-block;
    position:  absolute;
    top: 15px;
}
.gongc .bd ul li div b:nth-child(1){
    left: 15px;
}
.gongc .bd ul li div b:nth-child(2){
    right: 15px;
}
.gongc .bd ul li p{
    color: #666;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
}
.gongc .bd ul li p b{
    margin-top: 10px;
    display: block;
    color: #fff;
    font-size: 26px;
    margin-bottom: 10px;
}
.gongc .prev,.gongc .next {
    top: 28%;
    right: 0;
    width: 33px;
    height: 60px;
    font-size: 45px;
    color: #232323;
    text-align: center;
    line-height: 52px;
    cursor: pointer;
    z-index: 2;
    position: absolute;
}
.gongc .prev:hover,.gongc .next:hover {

}
.gongc .prev {
    left: 0;
}
.gongc .next{
    right: 0;
}
.gongc>p {
    text-align: center;
    margin-top: 58px;
}
.gongc>p>a{
    background: #005E3C;
    color: #fff;
    font-size: 20px;
    padding: 14px 88px;
    border-radius: 7px;
}
.gongc .bd ul li.on{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    z-index: 1;
}
.gongc .bd ul li.on img{
        border: 1px solid #005e3c;
    padding: 6px;
}
.w1200>img{
    margin-top: -5px;
}
.bgd{
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.bgd > img {
    display: block;
    vertical-align: bottom;
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;    
}
.quanbao{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5px;
        margin: auto;
        text-align: center;
        width: 960px;
        background: #fff;
        height: 275px;
        padding: 60px;
        padding-top: 50px;
    padding-bottom: 70px;
        text-align: center;
}

.quanbao .left{display: inline-block;width: 410px;margin-right: 70px;}
.quanbao .left div{

}
.quanbao .left div h3{font-size: 28px;color: #000;}
.quanbao .left div p{color: #777;letter-spacing: 4px;margin-bottom: 22px;border-bottom: 1px solid #B6B6B6;padding-bottom: 9px;width: 95%;font-size: 15px;}
.quanbao .form-control{
        display: inline-block;
        /* margin: 0 18px; */
        width: 99%;
        position: relative;
}
.quanbao .form-control img{
    position:  absolute;
    left: 3px;
    top: 11px;
    border-right: 1px solid #A6A5A5;
}
.quanbao .form-control input{
    display: block;
    float: left;
    padding: 4px;
    height: 50px;
    border: 1px solid #CCCCCC;
    width: 95%;
    font-size: 16px;
    color: #000;
    background: transparent;
    margin-bottom: 7px;
    padding-left: 15px;
}
.quanbao .form-control input.submit{
    padding-left: 0px;
    width: 100%;
    height: 59px;
    position: relative;
    top: -1px;
    border: none;
    color: #fff;
    background: #005E3C;
    font-size: 20px;
}
.quanbao .form-control input.submit:hover{
    opacity: .9;
}
.quanbao .right{
    display: inline-block;
    text-align: center;
    width: 434px;
    vertical-align: top;    
    margin-top: 10px;
}
.quanbao .right li{
    width: 200px;
    height: 100px;
    display: inline-block;
    background: #005E3C;
    margin-bottom: 17px;
    margin-right: 14px;
    padding-top: 30px;transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}
.quanbao .right li p{
    color: #fff;
    font-size: 20px;
}
.quanbao .right li:hover{
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    z-index: 1;
}
/*å…¨æ¡ˆäººæ–‡è®¾è®¡*/
.quanren {
}

.quanren-bao {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    text-align: left;
}

.quanren-bao>h3 {
    padding-left: 60px;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.quanren-bao>p {
    color: #fff;
    margin-left: 60px;
    font-size: 18px;
    position: relative;
    padding-bottom: 16px;
}
.quanren-bao>p>b{
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 140px;
    height: 1px;
    background: #fff;
}
.quanren-bao>h4 {
    padding-left: 60px;
    color: #fff;
    margin-top: 42px;
    font-size: 22px;
}

.quanren-bao>form {
    padding-left: 60px;
}

.quanren-bao .form-control {
    display: inline-block;
    margin-right: 18px;
    width: 330px;
    position: relative;
    margin-top: 35px;
}

.quanren-bao .form-control img {
    position: absolute;
    left: 3px;
    top: 11px;
    border-right: 1px solid #fff;
}

.quanren-bao .form-control input {
    display: block;
    float: left;
    padding: 4px;
    height: 46px;
    border: none;
    width: 90%;
    font-size: 16px;
    color: #000;
    padding-left: 5%;
    background: #333B3D;
    color: #fff;
}

.quanren-bao .form-control input.submit {
    padding-left: 0px;
    width: 100%;
    height: 53px;
    position: relative;
    top: -1px;
    border: none;
    color: #fff;
    background: #B89A5C;
    font-size: 20px;
}

.quanren-bao .form-control input.submit:hover {
    opacity: .9;
}
/*我们的设计团队*/
.quanren-shet{
    background: #1F2729;
    padding-top: 40px;
}
.quanren-biao{
text-align: center;
}
.quanren-biao h3{
    border-top: 1px solid #fff;
    width: 50%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: -20px;
}
.quanren-biao h3 b{
    color: #fff;
    position: relative;
    top: -30px;
    font-size: 38px;
    background: #1F2729;
    padding: 0 22px;
}
.quanren-biao p{
    font-size: 16px;
    letter-spacing: 12px;
    color: #9B9FA0;margin-top: 10px!important;
    margin-bottom: 20px!important;
}
.quanren-shet .quanren-biao{
    margin-bottom: 40px;
}
.quanren-shet div p{
    text-align: center;margin-top: 50px;
    margin-bottom: 60px;
}
.quanren-shet div p a{
    background: #B89959;
    color: #fff;
    padding: 9px 97px;
    font-size: 22px;
}
.quanxi{
    background: #F0EFED;
    padding-top: 40px;
    padding-bottom: 50px;
}
.quanxi .quanren-biao{
    margin-bottom: 40px;
}
.quanxi .quanren-biao h3{
    border-top: 1px solid #1F2729
}
.quanxi .quanren-biao h3 b{
    background: #F0EFED;
    color: #1F2729
}
.quanxi .quanren-biao p {
    letter-spacing: 2px;
}
.quan-ruanz{
    background: #1F2729;
    width: 90%;
    margin-left: 10%;
    
}
.quan-ruanz>.hd{
    display: inline-block;
    width: 36%;
    float: right;
}

.quan-ruanz>.hd ul{
    margin-top: 35%;
    
}
.quan-ruanz>.hd ul li{
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    margin-top: 20px;
    cursor: pointer;
}
.quan-ruanz>.hd ul li.on{
    background:#B89959;
     border: 1px solid #B89959;
}
.quan-ruanz>.bd{
    height: 600px;
    overflow: hidden;
    display: inline-block;
    width: 58%;
    margin-bottom: -4px;
}
.quan-ruanz>.bd>div{
    height: 100%;
}
.quan-ruanz>.bd ul,.quan-ruanz>.bd ul li{
    height: 100%;
}
.quan-ruanz>.bd ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.quanbg{
    background: #1F2729;
    padding-top: 40px;
}
.quanfuwu{
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
}
.quanfuwu>li{
    display: inline-block;
    width: 23%;
    margin-right: 1%;
    background: #F3F3F3;
    margin-bottom: 20px;
    text-align: left;
}
.quanfuwu>li:nth-child(4){
    margin-right: 0;
}
.quanfuwu>li>img{
    width: 100%;
}
.quanfuwu>li>b{
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
    margin-top: 8px;
    padding-left: 8px;
}
.quanfuwu>li>p{
    color: #666;
    padding-bottom: 20px;
    padding-left: 8px;
    font-size: 14px;
}










.quanbaom>h2{
    margin-top: 50px;
    color: #fff;
    font-size: 33px;
    margin-bottom: 6px;
}
.quanbaom>p{
    color: #fff;
    margin-bottom: 38px;
}
.quanbaom{
    text-align: center;
    margin-bottom: 60px;
}
.quanbaom .jinsbiao h2{
    color: #fff;    
    font-size: 26px;
}
.quanbaom .jinsbiao p{
    color: #fff;
}
.quanbaom .form-control{
        display: inline-block;
        margin: 0 18px;
        width: 280px;
        position: relative;
}
.quanbaom .form-control img{
    position:  absolute;
    left: 3px;
    top: 11px;
    border-right: 1px solid #fff;
}
.quanbaom .form-control input{
    display: block;
    float: left;
    padding: 4px;
    height: 35px;
    border: 1px solid #fff;
    width: 83%;
    font-size: 16px;
    color: #000;
    border-radius: 5px;
    padding-left: 17%;
    background: transparent;
    color: #fff;
}
.quanbaom .form-control input.submit{
    padding-left: 0px;
    width: 100%;
    height: 45px;
    position: relative;
    top: -1px;
    border: none;
    color: #fff;
    background: #01BC6F;
    font-size: 20px;
}
.quanbaom .form-control input.submit:hover{
    opacity: .9;
} 
/* WebKit browsers */
input::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
}
/* Mozilla Firefox 4 to 18 */
input:-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-size: 16px;
}
/* Mozilla Firefox 19+ */
input::-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-size: 16px;
}
/* Internet Explorer 10+ */
input:-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
}

.quanbao input::-webkit-input-placeholder {
    color: #666;
    font-size: 16px;
}
.quanbao input:-moz-placeholder {
    color: #666;
    opacity: 1;
    font-size: 16px;
}
/* Mozilla Firefox 19+ */
.quanbao input::-moz-placeholder {
    color: #666;
    opacity: 1;
    font-size: 16px;
}
.quanbao input:-ms-input-placeholder {
    color: #666;
    font-size: 16px;
}