
    .header{width: 83.33%;position: absolute;top: 2rem;left: 8.3%; height:3rem;z-index: 5;}
    .logo{width: 12.6%;line-height: 0;position: absolute;top: -2rem;left: -10%;}
	.logo img{display: block;width: 100%;}
    .h_tel{font-size: 1rem;color: #fff;font-weight: bold;height: 3rem;display: flex;align-items: center;}
    .h_tel em{width: 1.4rem;height: 1.4rem;line-height: 0;padding:0 0.5rem 0 0;}
    .h_tel em img{width: 1.4rem;height: 1.4rem;}
    .h_nav{width: 56.3%; height:3rem;overflow: hidden; margin-left:5%;}
    .h_nav ul{ width: 100%; height:3rem;display: flex;justify-content: space-between;}
    .h_nav li a{ font-size:0.8rem; color:#fff;display:block; float:left;position: relative;z-index: 4; text-decoration:none;height: 3rem;line-height: 2.8rem;}
    .h_nav li a:after {
        position: absolute;
        bottom: 0;
        left: calc(50% - 0.8rem);
        width: 1.6rem;
        height: 0.25rem;
        background: linear-gradient(to right,  rgba(219,176,135,1) 0%,rgba(157,110,66,1) 100%); 
        border-radius: 0.15rem;
        content: '';
        opacity: 0;
        -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
        transition: height 0.3s, opacity 0.3s, transform 0.3s;
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    .h_nav li a:hover:after,
    .h_nav li.cur a:after{
        height: 0.25rem;
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
    }
    .h_nav li a:hover,.h_nav li.cur a{color: #dbb087;}
    em,i{font-style: normal;}

    html{font-size:12px;-webkit-text-size-adjust:none}
@media screen and (min-width:1200px){html{font-size:12.5px}
}
@media screen and (min-width:1280px){html{font-size:13.33333px}
}
@media screen and (min-width:1366px){html{font-size:14.22916px}
}
@media screen and (min-width:1440px){html{font-size:15px}
}
@media screen and (min-width:1600px){html{font-size:16.66666px}
}
@media screen and (min-width:1760px){html{font-size:18.33px}
}
@media screen and (min-width:1800px){html{font-size:18.75px}
}
@media screen and (min-width:1920px){html{font-size:20px}
}
    

        .ty-banner-1 {
            position: relative;
            overflow: hidden;
            line-height: 0;
            text-align:center;
        }
        .ty-banner-1 img{ 
            top: 0;
            left: 50%;
            visibility: hidden;
        }
        .ty-banner-1 img.show{
            visibility: visible;
        }
    

        .p101-curmbs-1 {
            position: relative;
            max-width: 1920px;
            margin: 0 auto;
        }
        
        .plc {
            position: absolute;
            top: -65px;
            left: 0;
            right: 0;
            width: 100%;
            z-index: 10;
            background: url("images/p101-curmbs-bg.png") no-repeat center bottom;
            padding: 20px 0 5px;
        }
        
        .p12-curblock {
            display: none;
        }
        
        .p101-curmbs-con {
            float: right;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            color: #fff;
        }
        
        .p101-curmbs-con b {
            font-weight: normal;
            padding-left: 25px;
            background: url(images/p101-curmbs-icon1.png) no-repeat left center;
        }
        
        .p101-curmbs-con i {
            font-style: normal;
        }
        
        .p101-curmbs-con span {
            font-family: 宋体;
            height: 46px;
            line-height: 46px;
            padding: 0px 5px;
        }
        
        .p101-curmbs-con a {
            color: #fff;
        }
        
        .p101-curmbs-con a:hover {
            text-decoration: underline;
        }
    

    .p102-search-1 {
        height: 70px;
        border-bottom: 1px solid #ededed;
        background: #f7f7f7;
    }
    
    .p102-search-1 p {
        float: left;
        width: 750px;
        height: 70px;
        line-height: 70px;
        font-size: 14px;
        color: #333333;
    }
    
    .p102-search-1 p b {
        display: inline-block;
    }
    
    .p102-search-1 p a {
        color: #666666;
        display: inline-block;
        margin-right: 15px;
    }
    .p102-search-1 p a:hover{color: #dbb087;}
    .p102-search-1-inp {
        float: right;
        width: 356px;
        height: 36px;
        background: #fff;
        margin-top: 18px;
        border-radius: 25px;
        position: relative;
    }
    
    .p102-search-1-inp:before,
    .p102-search-1-inp:after {
        content: '';
        position: absolute;
        width: 80%;
        height: 1px;
        background: #e3e3e3;
        left: 10%;
        z-index: 0;
    }
    
    .p102-search-1-inp:before {
        top: 0;
    }
    
    .p102-search-1-inp:after {
        bottom: 0;
    }
    
    .p102-search-1-inp1 {
        width: 249px;
        height: 34px;
        line-height: 34px;
        color: #999999;
        border: 1px solid #e3e3e3;
        border-right: 0;
        padding: 0 20px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        float: left;
    }
    
    .p102-search-1-inp2 {
        width: 66px;
        height: 36px;
        border: 0;
        border-radius: 25px;
        background: url(images/p102-search-icon1.png) no-repeat center center #dbb087;
        float: right;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }


        .p102-proShow-1 {
            padding: 30px 0 0px;
        }
        
        .p102-proShow-1-con {
            border: 1px solid #e3e3e3;
            position: relative;
        }
        
        .p102-proShow-1-left {
            width: 53.4%;
            position: relative;
            overflow: hidden;
        }
        
        .p102-proShow-1-prev,
        .p102-proShow-1-next {
            position: absolute;
            width: 40px;
            height: 40px;
            cursor: pointer;
            background: transparent;
            top: 50%;
            margin-top: -20px;
            z-index: 5;
            display: none;
        }
        
        .p102-proShow-1-left:hover .p102-proShow-1-prev,
        .p102-proShow-1-left:hover .p102-proShow-1-next {
            display: block;
        }
        
        .p102-proShow-1-prev {
            left: 15px;
        }
        
        .p102-proShow-1-next {
            right: 15px;
        }
        
        .p102-proShow-1-prev:before,
        .p102-proShow-1-next:after {
            position: absolute;
            content: '';
            width: 18px;
            height: 18px;
            border: 2px solid #333;
            border-style: solid solid none none;
            top: 10px;
            z-index: 1;
        }
        
        .p102-proShow-1-prev:before {
            -moz-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
            right: 4px;
        }
        
        .p102-proShow-1-next:after {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            left: 4px;
        }
        
        .p102-proShow-1-pic img {
            width: 100%;
            display: block;
        }
        
        .p102-proShow-1-size {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 56px;
            height: 26px;
            font-size: 14px;
            line-height: 16px;
            color: #333;
            letter-spacing: 3px;
        }
        
        .p102-proShow-1-right {
            position: absolute;
            width: 39.2%;
            right: 3.33%;
            top: 0;
            bottom: 0;
            z-index: 1;
        }
        
        .p102-proShow-1-text {
            padding: 30px 0 15px;
            border-bottom: 1px solid #e3e3e3;
            position: relative;
        }
        
        .p102-proShow-1-text:after {
            content: '';
            position: absolute;
            width: 40px;
            height: 3px;
            background: #dbb087;
            left: 0;
            bottom: -2px;
            z-index: 1;
        }
        
        .p102-proShow-1-text .p102-proShow-1-title {
            font-size: 26px;
            font-weight: normal;
            line-height: 40px;
            color: #1a1a1a;
        }
        
        .p102-proShow-1-text p {
            height: 28px;
            line-height: 28px;
            font-size: 16px;
            color: #808080;
        }
        
        .p102-proShow-1-desc {
            max-height: 170px;
            line-height: 34px;
            font-size: 16px;
            color: #4c4c4c;
            text-align: justify;
            padding: 30px 0 0;
            overflow: hidden;
        }
        
        .p102-proShow-1-tel {
            position: absolute;
            width: 100%;
            height: 50px;
            line-height: 50px;
            padding-top: 20px;
            border-top: 1px solid #e3e3e3;
            left: 0;
            bottom: 38px;
            z-index: 1;
        }
        
        .p102-proShow-1-tel a {
            float: left;
            width: 98px;
            height: 50px;
            padding-left: 58px;
            background: url(images/p102-cpxq-icon1.png) no-repeat 22px center #dbb087;
            font-size: 18px;
            color: #ffffff;
            margin-right: 12px;
        }
        
        .p102-proShow-1-tel p {
            float: left;
            min-width: 300px;
            max-width: 100%;
            height: 50px;
        }
        
        .p102-proShow-1-tel p em {
            float: left;
            height: 50px;
            font-size: 16px;
            color: #4c4c4c;
            padding-left: 50px;
            background: url(images/p102-cpxq-icon2.png) no-repeat left center;
            font-style: normal;
        }
        
        .p102-proShow-1-tel p span {
            float: left;
            font: bold 26px/50px Arial;
            color: #333333;
        }
    

    .p102-pro-content-nav {
        height: 50px;
        box-shadow: 0 -2px 3px #f9f9f9, 0 4px 6px #e9e9e9;
        display:none;
    }
    
    .fixed {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 88;
        background: #fff;
    }
    
    .p102-pro-content-nav li {
        float: left;
        line-height: 50px;
        margin-right: 50px;
        position: relative;
        font-size: 18px;
        color: #4c4c4c;
        font-weight: normal;
    }
    
    .p102-pro-content-nav li.cur,
    .p102-pro-content-nav li:hover {
        color: #dbb087;
    }
    
    .p102-pro-content-nav li.cur:before,
    .p102-pro-content-nav li:hover:before {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        border: 3px solid #dbb087;
        background: #fff;
        border-radius: 100%;
        left: 50%;
        margin-left: -9px;
        bottom: -10px;
        z-index: 1;
    }
    
    .p102-pro-content-nav li.cur:after,
    .p102-pro-content-nav li:hover:after {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        background: #dbb087;
        border-radius: 100%;
        left: 50%;
        margin-left: -3px;
        bottom: -4px;
        z-index: 2;
    }
    
    .p102-pro-content-desc {
        padding: 40px 0;
        font-size: 16px;
        line-height: 30px;
        text-align: justify;
    }


    .p102-pro-content-title {
        display: none;
        height: 64px;
        line-height: 64px;
        font-size: 32px;
        color: #1a1a1a;
        font-weight: normal;
        position: relative;
        border-bottom: 3px solid #dbb087;
    }
    
    .p102-pro-content-title:after {
        content: '';
        position: absolute;
        width: 50%;
        height: 3px;
        background: #d4aa83;
        right: 0;
        bottom: -3px;
        z-index: 1;
    }
    
    .p102-pro-case {
        padding: 30px 0 80px;
    }
    
    .p102-pro-case-list {
        padding-top: 40px;
    }
    
    .p102-pro-case-items dl {
        float: left;
        width: 378px;
        position: relative;
        margin-right: 33px;
    }
    
    .p102-pro-case-items dl:nth-child(4n-1) {
        margin-right: 0;
    }
    
    .p102-pro-case-items dt img,
    .p102-pro-case-items dt a {
        display: block;
        width: 100%;
    }
    
    .p102-pro-case-items dd {
        position: absolute;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        left: 0;
        bottom: 0;
        z-index: 2;
    }
    
    .p102-pro-case-items dd h4 a {
        display: block;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        color: #ffffff;
        text-align: center;
        padding: 0 15px;
    }
    
    .p102-pro-case-items dl:hover dt a:before {
        content: '';
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        top: 0;
        bottom: 0;
        z-index: 1;
    }
    
    .p102-pro-case-items dl:hover dt a:after {
        content: '+';
        position: absolute;
        width: 50px;
        height: 50px;
        font: 30px/50px "宋体";
        color: #fff;
        text-align: center;
        background: #dbb087;
        left: 50%;
        margin-left: -25px;
        top: 50%;
        margin-top: -25px;
        border-radius: 100%;
        z-index: 2;
    }
    
    .p102-pro-case-items dl:hover dd {
        background: none;
    }
    
    .p102-pro-case-paging {
        height: 30px;
        text-align: center;
        padding-top: 25px;
    }
    
    .p102-pro-case-paging li {
        display: inline-block;
        width: 10px;
        height: 10px;
        border: 3px solid #dbb087;
        border-radius: 100%;
        margin: 0 5px;
    }
    
    .p102-pro-case-paging li.cur {
        background: #dbb087;
    }
    
    .p102-pro-case-more {
        height: 46px;
        margin: 35px auto 0;
        text-align: center;
        position: relative;
    }
    
    .p102-pro-case-more a {
        display: inline-block;
        height: 44px;
        line-height: 44px;
        font-size: 18px;
        font-weight: normal;
        color: #dbb087;
        border: 1px solid #dbb087;
        padding: 0 20px 0 64px;
        position: relative;
    }
    
    .p102-pro-case-more a:before {
        content: '';
        width: 20px;
        height: 14px;
        position: absolute;
        border: 4px solid #dbb087;
        border-left: 0;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        left: 26px;
        top: 11px;
    }
    
    .p102-pro-case-more a:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-right: 6px solid #dbb087;
        top: 9px;
        left: 22px;
        z-index: 1;
    }


.f_bg{ background: #313131;border-bottom: #dbb087 0.5rem solid; height:17rem;padding-top: 3rem;overflow: hidden;position: relative;}
.f_bg:before{content: "";width: 100%;height: 1px;background: rgba(219,176,135,0.2);position: absolute;top: 12.9rem;left: 0;}
.footer{width: 83.33%; margin:0 auto;}
.back_home{display:block;width: 3.5rem;position: absolute;top: 0.8rem;right: 8.33%;}
.back_home a{font-size: 0.7rem;color: #fff; display:block;width: 100%; text-align:center;}
.back_home em{width: 1.1rem;height: 1rem;line-height: 0;margin:0 auto 0.3rem;display:block;}
.back_home em img{width: 1.1rem;height: 1rem;}
.f_nav{width: 37.5%;height: 9.9rem;}
.f_nav ul li{line-height: 1.9rem;width: 33.33%;float: left;position: relative;}
.f_nav ul li:before{content: "";width: 0.2rem;height: 0.2rem;background: #5e5e5d;position: absolute;top: calc(50% - 0.1rem);left: 0;}
.f_nav ul li a{font-size: 0.7rem;color: rgba(255,255,255,0.6);padding-left: 0.75rem;}
.f_nav ul li:hover:before{background: #dbb087;}
.f_nav ul li:hover a{color: rgba(219,176,135,0.6);}
.f_ban{width: 30%;height: 9.9rem;}
.f_ban p{font-size: 0.7rem;color: #fff;line-height: 1.9rem;padding-left: 1.75rem;}
.f_ban b{display: block;font-size: 1.5rem;color: #dbb087;height: 2.5rem;line-height: 2.5rem;margin-top: 0.75rem;}
.f_ban .f_p01{background:url(images/f_ico01.png) no-repeat 0 center;}
.f_ban .f_p02{background:url(images/f_ico02.png) no-repeat 0 center;}
.f_ban .f_p03{background:url(images/f_ico03.png) no-repeat 0 center;}
.f_ban a{color: #fff;}
.f_logo{width: 30.625%;line-height: 0;margin-top: 0.75rem;}
.f_logo img{display: block;width: 100%;}
.f_er{width: 13%;padding: 1rem 0 0;height: 6.1rem;}
.f_er p{width: 33.33%;float: left;text-align: center;margin-right: 16.5%;}
.f_er p em{width: 100%;display: block;line-height: 0;}
.f_er p img{display: block;width: 100%;}
.f_er p span{display: block;font-size: 0.6rem;color: rgba(255,255,255,0.8);line-height: 1rem;padding-top: 0.25rem;}
.f_bot{width: 29%;height: 2.5rem;line-height: 1.5rem;overflow: hidden;font-size: 0.7rem;color: rgba(255,255,255,0.5);padding-top: 1.5rem;}
.f_bot span{padding: 0 0.5rem;}
.f_bot a{color: rgba(255,255,255,0.5);}
  

        .client-2 {
            position: fixed;
            right: -170px;
            top: 50%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 62px;
            position: relative;
        }
        
        .client-2 li i {
            background: url(images/fx.png) no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 .my-kefu-qq i {
            background-position: 4px 5px;
        }
        
        .client-2 .my-kefu-tel i {
            background-position: 0 -21px;
        }
        
        .client-2 .my-kefu-liuyan i {
            background-position: 4px -53px;
        }
        
        .client-2 .my-kefu-weixin i {
            background-position: -34px 4px;
        }
        
        .client-2 .my-kefu-weibo i {
            background-position: -30px -22px;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
            width: 33px;
            height: 31px;
            background-position: -23px -47px;
            background-size: 52px 82px;
        }
        
        .client-2 .my-kefu-ftop .my-kefu-main {
            padding-top: 6px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 62px;
            height: 47px;
            position: relative;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size: 16px;
            color: #fff;
            float: left;
            height: 24px;
            line-height: 22px;
            padding: 0 15px;
            border-left: 1px solid #fff;
            margin-top: 14px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #dbb087;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #dbb087;
            width: 97px;
            height: 53px;
            position: relative;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-weixin-pic {
            position: absolute;
            left: -130px;
            top: -24px;
            display: none;
            z-index: 333;
        }
        
        .my-kefu-weixin-pic img {
            width: 115px;
            height: 115px;
        }
    
