
            .top_bg{ height:6rem; width:100%;}
            .header{width: 92%;margin:0 auto;}
            .logo{width: 16.5%;height: 6rem;line-height: 0;display: flex;align-items: center;}
            .logo img,.logo a{display: block;width: 100%;}
            .h_nav{width: 50%; height:6rem;}
            .h_nav ul{ width: 100%; height:6rem;display: flex;justify-content: space-between;}
            .h_nav li a{display: flex;align-items: center;justify-content: center; font-size:0.9rem; color:#333; height: 6rem;position: relative;z-index: 4;}
             .h_nav li a:after {
position: absolute;
bottom: -1px;
left: 0;
width: 100%;
height: 0.15rem;
background: #0066cc;
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.15rem;
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
}
            .h_nav li em{width: 0.5rem;height: 0.5rem;margin-left: 0.3rem;line-height: 0;opacity: 0;-webkit-transition:all .3s;transition:all .3s;}
            .h_nav li em img{width: 0.5rem;height: 0.5rem;}
            .h_nav li a:hover em,
            .h_nav li.cur a em{opacity: 1;}
             .h_nav li a:hover,
            .h_nav li.cur a{font-weight: bold;}
            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:1800px){html{font-size:18.75px}
            }
            @media screen and (min-width:1920px){html{font-size:20px}
            }
            @media screen and (min-width:2144px){html{font-size:22.33333px}
            }
            @media screen and (min-width:2400px){html{font-size:25px}
            }
            @media screen and (min-width:2752px){html{font-size:28.66666px}
            }
            @media screen and (min-width:3200px){html{font-size:33.33333px}
            }
            @media screen and (min-width:3840px){html{font-size:40px}
            }
            

        .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: 1400px;
            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: #0d63ba;}
    .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 #0d63ba;
        float: right;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }


    .lyl-1k2-fdh-3 {
        height: 100px;
        border-bottom: #eee 1px solid;
    }
    
    .lyl-1k2-fdh-3 .lyl-1k2-fdh-title {
        float: left;
        width: 300px;
    }
    
    .lyl-1k2-fdh-3 .lyl-1k2-fdh-title h2 {
        height: 100px;
        line-height: 100px;
        font-weight: bold;
        font-size: 42px;
        color: #333333;
    }
    
    .lyl-1k2-fdh-3 .lyl-1k2-fdh-nav {
        float: right;
        max-width: 1080px;
        height: 100px;
        line-height: 100px;
    }
    
    .lyl-1k2-fdh-3 .lyl-1k2-fdh-nav-one {
        float: left;
        margin-right: 30px;
        position: relative;
    }
    
    .lyl-1k2-fdh-3 .lyl-1k2-fdh-nav-one:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 16px;
        background: #333;
        -webkit-transform: rotate(25deg);
        -moz-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
        -o-transform: rotate(25deg);
        transform: rotate(25deg);
        right: -16px;
        top: 50%;
        margin-top: -7px;
        z-index: 5;
    }
    
    .lyl-1k2-fdh-3 .lyl-1k2-fdh-nav-one:last-of-type {
        margin-right: 0;
    }
    
    .lyl-1k2-fdh-3 .lyl-1k2-fdh-nav-one:last-of-type:after {
        display: none;
    }
    
    .lyl-1k2-fdh-3 .lyl-1k2-fdh-nav-one h3 {
        font-weight: normal;
    }
    
    .lyl-1k2-fdh-3 .lyl-1k2-fdh-nav-one h3 a {
        display: block;
        height: 100px;
        line-height: 100px;
        font-size: 18px;
        color: #333333;
    }
    
    .lyl-1k2-fdh-3 .lyl-1k2-fdh-nav-one h3.sidenavcur a,
    .lyl-1k2-fdh-3 .lyl-1k2-fdh-nav-one h3:hover a {
        color: #0d63ba;
        font-weight: bold;
    }


    .p102-about-content{font-size: 16px;line-height: 32px;color: #4c4c4c;text-align: justify;padding: 40px 0;}


.f_bg{ background:#f0f2f5; height:29rem;overflow: hidden;padding-top: 3rem;position: relative;}
.f_bg:before{
    content: "";
    position: absolute;
    top: 7.7rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,0.1);
}
.f_bg:after{
    content: "";
    position: absolute;
    bottom: 3.6rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,0.1);
}
.footer{width: 83.33%; margin:0 auto;}
.foot_top{width: 100%;height: 4.7rem;}
.foot_top h3{width: 17%;line-height: 0;float: left;}
.foot_top h3 img{display: block;width: 100%;}
.f_code{float: right;width: 19%;display: flex;justify-content: space-between;}
.f_code p{line-height: 0;position: relative;}
.f_code p i{width: 1.5rem;height: 1.5rem;display: block;cursor: pointer;line-height: 0;overflow: hidden;}
.f_code p i img{width: 1.5rem;height: 1.5rem;}
.f_code p em{width: 5rem;height: 5rem;display: none;position: absolute;top: 2.3rem;left: calc(50% - 2.7rem);border-radius: 0.3rem;background: #fff;border: #fff 0.2rem solid;}
.f_code p em:before{content: "";width: 0;height: 0;position: absolute;top: -0.6rem;left: calc(50% - 0.6rem);border-bottom:0.6rem solid #fff; 
border-left:0.6rem solid transparent;
border-right:0.6rem solid transparent;
}
.f_code p em img{width: 5rem;height: 5rem;}
.f_code p.cur i{border-color: #fff;}
.f_code p.cur em{display: block;animation: flipInY 1s;}
.f_nav{height: 17rem;width: 68%;padding-top: 3.7rem;}
.f_ul01 li{height: 17rem;float: left;width: 25%;}
.f_ul01 li a{font-size: 1rem;color: #333;font-weight: bold;display: block;height: 2.2rem;line-height: 2.2rem;width: 100%;margin-bottom: 1rem;}
.f_ul01 .f_ul02 li{width: 100%;height: 1.7rem;line-height: 1.7rem;}
.f_ul01 .f_ul02 li a{height: 1.7rem;line-height: 1.7rem;font-size: 0.8rem;color: rgba(0,0,0,0.5);margin-bottom: 0;font-weight: normal;}
.f_nav ul li a:hover{text-decoration: underline;color: rgba(0,0,0,0.8);}
.f_right{width: 26%;height: 17rem;padding-top: 3.7rem;}
.f_ban{margin-bottom: 1rem;text-align: right;}
.f_ban span{display: block;font-size: 0.8rem;color: rgba(0,0,0,0.9);line-height: 1rem;margin-bottom: 0.5rem;}
.f_ban span b{display: block;font-size: 1.6rem;color: rgba(0,0,0,1);line-height: 2rem;margin-top: 0.25rem;}
.f_ban p{font-size: 0.8rem;color: rgba(0,0,0,0.5);line-height: 1.5rem;}
.f_er{width: 50%;display: flex;justify-content: space-between;margin-left: 50%;}
      .f_er p {width: 48%;}
      .f_er p em {
        width: 100%;
        display: block;
        background: #fff;
        padding: 0.25rem;
        line-height: 0;
        box-sizing: border-box;
      }
      .f_er p em img{display: block;width: 100%;}
      .f_er p span {
        display: block;
        width: 100%;
        font-size: 0.7rem;color: rgba(0,0,0,0.6);
        line-height: 1.2rem;
        text-align: center;
        padding-top: 0.3rem;
      }
.f_bot{width: 100%;height: 3.6rem;line-height: 3.6rem;font-size: 0.8rem;color: rgba(0,0,0,0.5);}
.f_bot span{padding: 0 0.5rem;}
.f_bot a{color: rgba(0,0,0,0.5);}
  

    .xin-2112-client-1 {
        width: 76px;
        position: fixed;
        right: 0;
        top: 50%;
        z-index: 999;
        color: #333;
        background: #fff;
        box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
        border-radius: 3px;
    }
    
    .xin-2112-client-1 li {
        width: 76px;
        border-radius: 2px;
        position: relative;
        cursor: pointer;
        padding: 10px 0 13px;
    }
    
    .xin-2112-client-1 li.my-kefu-top {
        display: none;
    }
    
    .xin-2112-client-1 li a {
        display: block;
        height: 100%;
        text-decoration: none;
        color: #333;
    }
    
    .xin-2112-client-1 li i {
        display: block;
        width: 38px;
        height: 37px;
        overflow: hidden;
        margin: 0 auto;
        background: url("images/xin-2112-client-icon.png") no-repeat;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }
    
    .xin-2112-client-1 li.my-kefu-tel i {
        background-position: 0 0;
    }
    
    .xin-2112-client-1 li.my-kefu-link i {
        background-position: 0 -47px;
    }
    
    .xin-2112-client-1 li.my-kefu-qq i {
        background-position: 0 -94px;
    }
    
    .xin-2112-client-1 li.my-kefu-weixin i {
        background-position: 0 -141px;
    }
    
    .xin-2112-client-1 li.my-kefu-top i {
        background-position: 0 -188px;
    }
    
    .xin-2112-client-1 li .client-2112-cont {
        width: 160px;
        padding: 14px 14px 14px 70px;
        position: absolute;
        right: 85px;
        top: 4px;
        color: #fff;
        font-size: 18px;
        height: 32px;
        line-height: 32px;
        text-align: left;
        background: #0d63ba;
        display: none;
    }
    
    .xin-2112-client-1 li .client-2112-cont:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 50%;
        margin-top: -7px;
        right: -7px;
        border-bottom: 7px solid transparent;
        border-top: 7px solid transparent;
        border-left: 7px solid #0d63ba;
    }
    
    .xin-2112-client-1 li .client-2112-cont:before {
        content: "";
        position: absolute;
        width: 38px;
        height: 38px;
        background: url("images/xin-2112-client-icon.png") no-repeat;
        left: 25px;
        top: 50%;
        margin-top: -19px;
        z-index: 1;
    }
    
    .xin-2112-client-1 li .client-2112-cont-weixin {
        width: 115px;
        padding: 14px;
        position: absolute;
        right: 85px;
        top: -28px;
        background: #fff;
        display: none;
    }
    
    .xin-2112-client-1 li .client-2112-cont-weixin:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 50%;
        margin-top: -7px;
        right: -7px;
        border-bottom: 7px solid transparent;
        border-top: 7px solid transparent;
        border-left: 7px solid #fff;
    }
    
    .xin-2112-client-1 li .client-2112-cont-weixin img {
        width: 115px;
        height: 115px;
        display: block;
    }
    
    .xin-2112-client-1 li.my-kefu-tel .client-2112-cont:before {
        background-position: -70px 0;
    }
    
    .xin-2112-client-1 li.my-kefu-qq .client-2112-cont:before {
        background-position: -70px -94px;
    }
    
    .xin-2112-client-1 li p {
        display: block;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
        color: #333;
        text-align: center;
    }
    
    .xin-2112-client-1 li.my-kefu-link a {
        animation: heart 1s ease-in-out infinite alternate;
    }
    
    .xin-2112-client-1 li.cur,
    .xin-2112-client-1 li:hover {
        background: #0d63ba;
    }
    
    .xin-2112-client-1 li.cur.my-kefu-tel i,
    .xin-2112-client-1 li.my-kefu-tel:hover i {
        background-position: -70px 0;
    }
    
    .xin-2112-client-1 li.cur.my-kefu-link i,
    .xin-2112-client-1 li.my-kefu-link:hover i {
        background-position: -70px -47px;
    }
    
    .xin-2112-client-1 li.cur.my-kefu-qq i,
    .xin-2112-client-1 li.my-kefu-qq:hover i {
        background-position: -70px -94px;
    }
    
    .xin-2112-client-1 li.cur.my-kefu-weixin i,
    .xin-2112-client-1 li.my-kefu-weixin:hover i {
        background-position: -70px -141px;
    }
    
    .xin-2112-client-1 li.cur.my-kefu-top i,
    .xin-2112-client-1 li.my-kefu-top:hover i {
        background-position: -70px -188px;
    }
    
    .xin-2112-client-1 li.cur p,
    .xin-2112-client-1 li:hover p {
        color: #fff;
    }
    
    .xin-2112-client-1 li:hover .client-2112-cont,
    .xin-2112-client-1 li:hover .client-2112-cont-weixin {
        display: block!important;
    }

