
        .head i,
        .foot i,
        .head em,
        .foot em {
            font-style: normal;
        }
        
        .clearfix:after {
            height: 0;
            content: "";
            clear: both;
            display: block;
        }
        
        .head {
            max-width: 1920px;
            margin: 0 auto;
            background: #ffffff;
            position: relative;
            z-index: 100;
        }
        
        .header {
            height: 5.5rem;
            margin: 0 auto;
        }
        
        .head .logo {
            float: left;
            width: 9.8rem;
            height: 5.5rem;
            margin-left: 3rem;
            position: relative;
            z-index: 1;
        }
        
        .head .logo a {
            display: block;
            width: 9.8rem;
            height: 9.2rem;
            background: url(images/logo-bg.png) no-repeat center;
            background-size: 100% 100%;
            overflow: hidden;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 1;
        }
        
        .head .logo img {
            width: 5.4rem;
            height: 7.2rem;
            display: block;
            position: absolute;
            left: 50%;
            top: 0.75rem;
            transform: translate(-50%, 0);
            z-index: 1;
        }
        
        .head .head-txt {
            float: left;
            margin: 1.5rem 0 0 0.7rem;
        }
        
        .head .head-txt span {
            display: block;
            height: 2.5rem;
            line-height: 2.5rem;
            font-size: 1.2rem;
            color: #333333;
            font-weight: bold;
        }
        
        .head-tel {
            float: right;
            height: 2.5rem;
            padding-left: 1.75rem;
            margin: 1.5rem 2.75rem 0 0;
            position: relative;
            z-index: 2;
        }
        
        .head-tel i {
            position: absolute;
            width: 1.3rem;
            height: 1.3rem;
            left: 0;
            top: 50%;
            transform: translate(0, -50%);
            z-index: 2;
        }
        
        .head-tel i img {
            width: 1.3rem;
            width: 1.3rem;
            display: block;
        }
        
        .head-tel p {
            height: 2.5rem;
            line-height: 2.5rem;
            font-size: 1.2rem;
            font-family: 'HOSSB', Arial;
            font-weight: bold;
            color: #333333;
            overflow: hidden;
        }
        
        .head-nav {
            float: right;
            margin: 1.5rem 1.5rem 0 0;
        }
        
        .head-nav ul li {
            float: left;
            position: relative;
            margin-right: 1.5rem;
        }
        
        .head-nav ul li:last-of-type {
            margin-right: 0;
        }
        
        .head-nav ul li > a {
            display: block;
            height: 2.5rem;
            line-height: 2.5rem;
            font-size: 0.9rem;
            color: #333333;
            position: relative;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -moz-transition: all 0.3s;
        }
        
        .head-nav ul li > a:after {
            content: "";
            position: absolute;
            width: 0;
            height: 2px;
            background: #0c4d9d;
            left: 0;
            right: 0;
            bottom: 0.25rem;
            z-index: 0;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -moz-transition: all 0.3s;
        }
        
        .head-nav ul li.cur > a,
        .head-nav ul li:hover > a {
            color: #0c4d9d;
        }
        
        .head-nav ul li.cur > a:after,
        .head-nav ul li:hover > a:after {
            width: 100%;
        }
        
        .head-nav ul .submenu {
            position: absolute;
            left: 50%;
            top: 79%;
            transform: translateX(-50%);
            z-index: 99;
            max-height: 0;
            transition: max-height 0.4s linear;
            -ms-transition: max-height 0.4s linear;
            -moz-transition: max-height 0.4s linear;
            padding-top: 22px !important;
            overflow: hidden;
        }
        
        .head-nav ul .submenu p {
            background: rgba(12, 77, 157, .95);
            padding: 6px 21px;
            border-radius: 10px;
            position: relative;
        }
        
        .head-nav ul .submenu p:before {
            position: absolute;
            content: "";
            border-width: 9px 8px;
            border-style: solid;
            border-color: transparent transparent rgba(12, 77, 157, 1);
            top: -18px;
            left: 50%;
            margin-left: -8px;
            transition: all 0.4s linear;
            -ms-transition: all 0.4s linear;
            -moz-transition: all 0.4s linear;
            opacity: 0;
        }
        
        .head-nav ul .submenu a {
            transition: all .4s ease;
            display: block;
            font-weight: 500;
            padding: 0 17px 0 32px;
            font-size: 16px;
            line-height: 48px;
            color: #fff;
            line-height: 54px;
            white-space: nowrap;
            position: relative;
            border-bottom: 1px dotted #fff;
            text-align: left;
        }
        
        .head-nav ul .submenu a:last-child {
            border-bottom: 0
        }
        
        .head-nav ul .submenu a:before {
            position: absolute;
            content: "";
            width: 4px;
            height: 4px;
            border: 2px solid rgba(255, 255, 255, 1);
            border-radius: 50%;
            top: 23px;
            left: 13px;
            transition: ease .4s;
            -o-transition: ease .4s;
        }
        
        .head-nav ul .submenu a:hover {
            color: #32cfa3;
        }
        
        .head-nav ul .submenu a:hover:before {
            border-color: #32cfa3;
        }
        
        .head-nav ul li:hover .submenu {
            max-height: 500px;
        }
        
        .head-nav ul li:hover .submenu p:before {
            opacity: 1;
        }
        
        .head.head-fixed {
            position: fixed;
            left: 0;
            right: 0;
            top: 0;
            z-index: 100;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
    

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


                .xnznr-page {
                    text-align: center;
                    margin-top: 25px;
                    margin-bottom: 30px;
                }
                
                .xnznr-page a {
                    display: inline-block;
                    width: 30px;
                    height: 30px;
                    line-height: 30px;
                    text-align: center;
                    border: 1px solid #aaa;
                    vertical-align: middle;
                    margin-right: 4px;
                }
                
                .xnznr-page span {
                    display: inline-block;
                    width: 30px;
                    height: 30px;
                    line-height: 30px;
                    text-align: center;
                    vertical-align: middle;
                    margin-right: 4px;
                }
                
                .xnznr-page a.cur {
                    color: #fff;
                    background: #32cfa4;
                    border: 1px solid #124a62;
                }
                
                .xnznr-page a img {
                    display: block;
                }
                
                .r1-searchcontent-1-tit {
                    border-bottom: 1px solid #ccc;
                }
                
                .r1-searchcontent-1-tit h2 {
                    width: 145px;
                    height: 46px;
                    text-align: center;
                    line-height: 46px;
                    background: #333;
                    color: #fff;
                    font-weight: normal;
                    position: relative;
                    top: 1px;
                }
                
                .r1-searchcontent-1-main dl {
                    padding: 23px 0;
                    clear: both;
                    border-bottom: 1px solid #cbcbcb;
                    display: inline-block;
                    width: 100%;
                }
                
                .r1-searchcontent-1-main dt {
                    width: 18%;
                    padding-right: 23px;
                    float: left;
                }
                
                .r1-searchcontent-1-main dt img {
                    width: 100%;
                }
                
                .r1-searchcontent-1-main dd {
                    float: left;
                    width: 79%;
                }
                
                .r1-searchcontent-1-main dd h4 {
                    font-size: 18px;
                    font-weight: normal;
                }
                
                .r1-searchcontent-1-main dd h4 span {
                    color: #f00;
                }
                
                .r1-searchcontent-1-main dd p {
                    line-height: 30px;
                    height: 60px;
                    padding-top: 8px;
                    overflow: hidden;
                }
                
                .r1-searchcontent-1-main dd p span {
                    color: #f00;
                }
            

        .foot {
            padding: 6rem 0 0;
            background: url(images/foot-bg.jpg) no-repeat center top;
            background-size: 1920px 100%;
            max-width: 1920px;
            margin: 0 auto;
            overflow: hidden;
        }
        
        .foot .footer {
            width: 1600px;
            margin: 0 auto;
        }
        
        .foot .foot-con {
            min-height: 22.5rem;
        }
        
        .foot .foot-logo {
            float: left;
            width: 7.4rem;
        }
        
        .foot .foot-logo img {
            width: 100%;
            display: block;
        }
        
        .foot .foot-right {
            float: right;
            width: 75%;
            display: flex;
            display: -webkit-flex;
            justify-content: space-between;
            -webkit-justify-content: space-between;
            flex-wrap: wrap;
        }
        
        .foot .foot-con h3 {
            padding-bottom: 1.5rem;
            font-weight: normal;
            position: relative;
        }
        
        .foot .foot-con h3:after {
            position: absolute;
            content: "";
            width: 0.8rem;
            height: 2px;
            background: rgba(255, 255, 255, 0.3);
            left: 0;
            bottom: 0;
            z-index: 1;
        }
        
        .foot .foot-con h3 span {
            display: block;
            height: 2rem;
            line-height: 2rem;
            font-size: 1rem;
            color: #ffffff;
        }
        
        .foot .foot-con h3 em {
            display: block;
            height: 1.2rem;
            line-height: 1.2rem;
            font-size: 0.6rem;
            color: #ffffff;
            text-transform: uppercase;
            opacity: 0.3;
        }
        
        .foot .foot-info {
            width: 15rem;
        }
        
        .foot .foot-info .info-tel {
            padding-top: 2rem;
            margin-bottom: 0.8rem;
        }
        
        .foot .foot-info .info-tel i,
        .foot .foot-info .info-tel i img {
            display: block;
            width: 1.25rem;
            height: 1.35rem;
        }
        
        .foot .foot-info .info-tel i {
            margin-bottom: 0.25rem;
        }
        
        .foot .foot-info .info-tel p {
            height: 2rem;
            line-height: 2rem;
            font-size: 1.5rem;
            color: #ffffff;
            font-family: "HOSSR", Arial;
        }
        
        .foot .info-txt p {
            margin-bottom: 0.5rem;
        }
        
        .foot .info-txt p em,
        .foot .info-txt p span {
            display: block;
            line-height: 1.3rem;
            color: #ffffff;
            font-size: 0.8rem;
            opacity: 0.6;
        }
        
        .foot .foot-code {
            width: 19rem;
        }
        
        .foot .foot-code ul {
            padding-top: 1.6rem;
        }
        
        .foot .foot-code li {
            float: left;
            width: 8.5rem;
        }
        
        .foot .foot-code li:last-of-type {
            margin-left: 0.75rem;
        }
        
        .foot .foot-code li p {
            padding: 0.65rem;
            background: #fff;
        }
        
        .foot .foot-code li p img {
            width: 100%;
            display: block;
        }
        
        .foot .foot-code li span {
            display: block;
            height: 2.75rem;
            line-height: 2.75rem;
            font-size: 0.8rem;
            color: rgba(255, 255, 255, 0.6);
            text-align: center;
            background: rgba(255, 255, 255, 0.1);
        }
        
        .foot .foot-nav {
            width: 14.5rem;
        }
        
        .foot .foot-nav ul {
            padding-top: 1.5rem;
        }
        
        .foot .foot-nav li {
            float: left;
            width: 50%;
        }
        
        .foot .foot-nav li a {
            display: block;
            margin-right: 0.75rem;
            height: 1.8rem;
            line-height: 1.8rem;
            font-size: 0.8rem;
            color: #fff;
            opacity: 0.6;
            overflow: hidden;
            transform: all 0.3s;
            -webkit-transform: all 0.3s;
            -ms-transform: all 0.3s;
            -moz-transform: all 0.3s;
        }
        
        .foot .foot-nav li a:hover {
            opacity: 1;
        }
        
        .foot .foot-txt {
            padding: 1rem 0 3rem;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        .foot .foot-txt p {
            height: 1.9rem;
            line-height: 1.9rem;
            font-size: 0.8rem;
            color: #ffffff;
        }
        
        .foot .foot-txt p em {
            opacity: 0.4;
        }
        
        .foot .foot-txt p span {
            margin-left: 2rem;
        }
        
        .foot .foot-txt p span a {
            color: #ffffff;
            opacity: 0.4;
            transform: all 0.3s;
            -webkit-transform: all 0.3s;
            -ms-transform: all 0.3s;
            -moz-transform: all 0.3s;
        }
        
        .foot .foot-txt p span a:hover {
            opacity: 1;
        }
        
        @media screen and (max-width: 1660px) {
            .foot .footer {
                width: 1400px;
                margin: 0 auto;
            }
        }
        
        @media screen and (max-width: 1460px) {
            .foot .footer {
                width: 1200px;
                margin: 0 auto;
            }
        }
    

    .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: #0c4d9d;
        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 #0c4d9d;
    }
    
    .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: #0c4d9d;
    }
    
    .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;
    }

