
.top_bg{position: absolute;top: 0;left: 0; height:100px; width:100%;z-index: 5;}
.top_bg:before{content: "";width: 100%;height: 1px;background: rgba(255,255,255,0.15);position: absolute;bottom: 0;left: 0;}
.header{width: 1600px;margin: 0 auto;}
.h_tel{font-size: 28px;color: #a88b60; font-family: "DINOT";font-weight: bold;display: flex;align-items: center;height: 100px;margin-left: 3%;}
.h_tel em{width: 24px;height: 24px;line-height: 0;padding-right: 8px;}
.h_tel em img{width: 24px;height: 24px;}
.logo{width: 16.625%;line-height: 0;display: flex;align-items: center;height: 100px;}
.logo img{display: block;width: 100%;}
.h_dw{font-size: 24px;color: #a88b60;height: 100px;padding-left: 1.5%;display: flex;align-items: center;}
.h_dw i,.h_tel i{display: block;height: 30px;line-height: 30px;
background-image: linear-gradient(to bottom, #f9e3c2, #a88b60);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;}
.h_nav{width: 40%;overflow: hidden;}
.h_nav ul{ width: 100%; height:100px;display: flex;justify-content: space-between;}
.h_nav li a{ font-size:18px; color:#fff;display:block; float:left;position: relative;z-index: 4; text-decoration:none;height: 100px;line-height: 100px;}
.h_nav li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	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: 3px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.h_nav li a:hover,.h_nav li.cur a{color: #fff;}
em,i{font-style: normal;}
@media screen and (max-width:1600px) {
	.header{width: 1400px;}
	.h_dw{font-size: 20px;}
	.h_tel{font-size: 26px;}
}
@media screen and (max-width:1500px) {
	.header{width: 1300px;}
	.h_dw{font-size: 18px;padding-left: 1.5%;}
	.h_nav li a{ font-size:16px;}
	.h_tel{font-size: 24px;}
}


        .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;
        }
        .blk-main01{
            width: 1200px;
            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: #a88b60;}
    .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 #a88b60;
        float: right;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }


 .p12-sitemap-1{
     margin-top: 30px;
 }
        .p12-sitemap-1-xml {
            height: 30px;
            line-height: 30px;
            text-align: right;
        }
        
        .p12-sitemap-1-tit {
            height: 46px;
            line-height: 46px;
            color: #fff;
            clear: both;
        }
        
        .p12-sitemap-1-tit h3 {
            display: inline-block;
            font-size: 26px;
            padding: 0 30px;
            text-align: center;
            font-weight: normal;
            background: #a88b60;
        }
        
        .p12-sitemap-1-tit a {
            color: #fff;
        }
        
        .p12-sitemap-1 ul {
            padding-top: 15px;
            display: inline-block;
            width: 100%;
            border-bottom: 1px solid #d2d2d2;
            margin-bottom: 40px;
        }
        
        .p12-sitemap-1 li h4 {
            height: 60px;
            line-height: 60px;
            border-bottom: 1px solid #d2d2d2;
            text-align: center;
            width: 16.66%;
            font-weight: normal;
            float: left;
            overflow: hidden;
            position: relative;
            top: 1px;
        }
    

.f_bg{ background:#242424; height:28rem;overflow: hidden;position: relative;}
.f_bg:before{content: "";width: 100%;height: 1px;background: rgba(255,255,255,0.1);position: absolute;bottom: 5.5rem;left: 0;}
.footer{width: 1600px; margin:0 auto;position: relative;}
.footer:before{content: "";width: 1px;height: 100%;background: rgba(255,255,255,0.1);position: absolute;top: 0;left: 0;}
.footer:after{content: "";width: 1px;height: 100%;background: rgba(255,255,255,0.1);position: absolute;top: 0;right: 0;}
.f_logo{width: 21.25%;line-height: 0;display: flex;justify-content: center;padding-top: 4.5rem;}
.f_logo img{width: 8.1rem;height: 1.8rem;}
.f_top{display: block;font-size: 1.2rem;color: #fff;font-weight: normal;height: 2.3rem;line-height: 2.3rem;overflow: hidden;margin-bottom: 2rem;}
.f_nav{width: 22.5%;height: 18rem;padding: 4.5rem 0 0;position: relative;}
.f_nav:before{content: "";width: 1px;height: 100%;background: rgba(255,255,255,0.1);position: absolute;top: 0;right: 0;}
.f_nav ul li{float: left;width: 34%;line-height: 2.1rem;height: 2.1rem;overflow: hidden;}
.f_nav ul li a{font-size: 0.8rem;color: rgba(204,204,204,0.5);}
.f_nav ul li a:hover{color: rgba(204,204,204,1);}
.f_ban{width: 29%;padding: 4.5rem 0 0 6%;}
.f_ban p{font-size: 0.8rem;color: rgba(204,204,204,0.5);line-height: 1.8rem;}
.f_ban span{display: block;font-size: 1.5rem;color: #a88b60; font-family: "DINOT";height: 2.5rem;line-height: 2.5rem;}
.f_er{width: 20.625%;padding: 4.5rem 0 0;}
.f_er p{width: 36.36%;text-align: center;float: left;margin-right: 9%;}
.f_er p em{display: block;width: 100%;line-height: 0;}
.f_er p img{display: block;width: 100%;}
.f_er p span{display: block;font-size: 0.8rem;color: rgba(204,204,204,0.5);line-height: 1.8rem;padding: 0.5rem 0 0;}
.f_bot{font-size: 0.8rem;color: #888;line-height: 5.5rem;height: 5.5rem;padding-left: 5%;}
.f_bot span{padding: 0 0.5rem;}
.f_bot a{color: #888;}

@media screen and (max-width:1600px) {.footer{width: 1400px;}}
@media screen and (max-width:1500px) {.footer{width: 1300px;}}
  

        .client-2 {
            width: 45px;
            position: fixed;
            right: 10px;
            top: 60%;
            z-index: 999;
            color: #fff;
        }
        
        .client-2 li a {
            text-decoration: none;
            color: #fff;
        }
        
        .client-2 li {
            margin-bottom: 5px;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            cursor: pointer;
            position: relative;
        }
        
        .client-2 li.my-kefu-qq {
            background:#a88b60 url(images/cimg23.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-weixin {
            background:#a88b60 url(images/cimg24.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-tel {
            background:#a88b60 url(images/cimg25.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-shouye {
            background:#a88b60 url(images/tohome.png) center no-repeat;
            background-size:26px;
        }
        
        .client-2 li.my-kefu-shouye a {
            width: 45px;
            height: 45px;
            display: block;
        }
        
        .client-2 li.my-kefu-ftop {
            background:#a88b60 url(images/returnTop.png) center no-repeat;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 li.my-kefu-qq .cont {
            margin: 0;
            background:#a88b60 url(images/cimg23.png) 15px center no-repeat;
            border-radius: 50px;
            padding-left: 45px;
            height: 45px;
            line-height: 45px;
            color: #fff;
            font-size: 16px;
            width: 130px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 999;
        }
        
        .client-2 li.my-kefu-tel .cont {
            margin: 0;
            background:#a88b60 url(images/cimg25.png) 15px center no-repeat;
            border-radius: 50px;
            padding-left: 45px;
            height: 45px;
            line-height: 45px;
            color: #fff;
            font-size: 18px;
            width: 180px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 999;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop .my-kefu-main {
            padding-top: 6px;
        }
        
        .client-2 li.my-kefu-weixin .cont {
            margin: 0;
            width: 115px;
            padding: 5px;
            border: solid 1px #ccc;
            position: absolute;
            left: -150px;
            top: -44px;
            background-color: #fff;
        }
        
        .client-2 li.my-kefu-weixin .cont  span {
            display: block;
            line-height: 20px;
            font-size: 12px;
            text-align: center;
            color: #1a1a1a;
        }
        
        .client-2 li.my-kefu-weixin .cont  img {
            width: 115px;
            height: 115px;
        }
        
        .client-2 li:hover .cont {
            display: block!important;
        }
    
