
        .f_pr {
            position: relative;
        }
        
        .f_pa {
            position: absolute;
        }
        
        .content {
            width: 83.3333%;
            margin: 0 auto;
        }
        
        .content3 {
            width: 1200px;
            margin: 0 auto;
        }
        
        em {
            font-style: normal;
        }
        
        .g_top {
            height: 5.4rem;
            width: 100%;
            z-index: 15;
            box-sizing: border-box;
            min-width: 1200px;
            margin: 0 auto;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            overflow: hidden;
        }
        
        .g_top:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            background: rgba(0, 0, 0, .1);
            left: 0;
            top: 5.3rem;
        }
        
        .g_top .tlogo {
            float: left;
            width: 10.5%;
            display: table;
            height: 5.3rem;
        }
        
        .g_top .tlogo a {
            display: table-cell;
            vertical-align: middle;
        }
        
        .g_top .tlogo img {
            width: 100%;
            max-height: 5.3rem;
            display: block;
        }
        
        .g_top h2 {
            float: left;
            padding-top: 1rem;
            width: 32.3%;
        }
        
        .g_top h2 b {
            display: block;
            font-size: 1.3rem;
            color: #333;
            line-height: 1.7rem;
            font-weight: bold;
        }
        
        .g_top h2 em {
            display: block;
            font-size: 1.3rem;
            color: #333;
            font-weight: normal;
            line-height: 1.7rem;
            letter-spacing: 0.2rem;
        }
        
        .g_nav {
            float: left;
            width: 48%;
            overflow: hidden;
            margin-right: 1.5%;
        }
        
        .g_nav ul {
            display: flex;
            justify-content: space-between;
        }
        
        .g_nav li {
            position: relative;
            height: 5.3rem;
            padding: 0 2%;
        }
        
        .g_nav li a {
            display: block;
            height: 5.3rem;
            line-height: 5.3rem;
            font-size: 0.85rem;
            color: #333;
            position: relative;
        }
        
        .g_nav li b {
            position: relative;
            z-index: 11;
            font-weight: normal;
        }
        
        .g_nav li a:before {
            content: "";
            position: absolute;
            width: 0;
            height: 0.1rem;
            background: #ff7987;
            border-radius: 0.2rem;
            left: 0;
            top: 5.2rem;
            transition: all .3s linear 0s;
        }
        
        .g_nav li a:hover b,
        .g_nav .cur b {
            font-weight: bold;
        }
        
        .g_nav li a:hover:before,
        .g_nav .cur a:before {
            width: 100%;
        }
        
        .sou {
            float: left;
            width: 1.8rem;
            margin-top: 1.9rem;
            position: relative;
            margin-right: 0.7rem;
        }
        
        .sou i {
            width: 100%;
        }
        
        .sou i img {
            width: 100%;
            display: block;
        }
        
        .btn_sea_s {
            font-size: 1.2rem;
            color: #003abc;
            transition: all .5s ease-in-out;
            cursor: pointer;
            width: 1.8rem;
        }
        
        .btn_sea_s img {
            width: 100%;
            display: block;
        }
        
        .pub_search_box_case.on {
            transform: none
        }
        
        .pub_search_box_case {
            position: fixed;
            left: 0;
            top: 0;
            z-index: 6;
            transition: all .5s ease;
            transform: translateY(-120%);
            width: 100%
        }
        
        .pub_search_box_case .pub_sea_sha {
            position: absolute;
            width: 100vw;
            height: 100vh;
            left: 0;
            top: 0;
            z-index: 2;
            display: none
        }
        
        .pub_search_box_case.on .pub_sea_sha {
            display: block
        }
        
        .pub_search_box_case .pub_search_case {
            background: rgba(255, 255, 255, .98);
            padding: 2rem 3rem 1rem 1.1rem;
            box-shadow: 0 1px 3px rgba(0, 0, 0, .12);
            position: relative;
            z-index: 3;
            height: 15rem;
            display: block
        }
        
        .pub_search_box_case .pub_search_case .zhan_c {
            overflow: hidden;
            position: relative;
            height: 5rem;
            opacity: 1;
            pointer-events: none
        }
        
        .pub_search_box_case .pub_search_case .zhan_c img {
            height: 5rem;
            display: block;
            max-width: none;
            width: auto!important
        }
        
        .pub_search_box_case .pub_search_case .pub_search_box {
            position: relative;
            width: 100%;
        }
        
        .pub_search_box_case .pub_search_case .pub_search_box .sea_t {
            font-size: 1.2rem;
            line-height: 2rem;
            margin-bottom: 0.6rem;
            color: #666;
            float: left;
        }
        
        .fadeInDown {
            -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown
        }
        
        .animated {
            -webkit-animation-duration: .6s;
            animation-duration: .6s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both
        }
        
        .pub_search_box_case .pub_search_case .pub_search_box form {
            display: block;
            width: 100%;
            position: relative
        }
        
        .pub_search_box_case .pub_search_case .pub_search_box form input {
            display: block;
            width: 100%;
            background-color: transparent;
            border: none;
            border-bottom-width: medium;
            border-bottom-style: none;
            border-bottom-color: currentcolor;
            border-bottom: 2px solid #003abc;
            padding: 0 3rem 1rem 0;
            outline: 0;
            line-height: 2rem;
            font-size: 1.2rem;
            color: #003abc
        }
        
        .pub_search_box_case .pub_search_case .pub_search_box form a {
            position: absolute;
            line-height: .65rem;
            top: 0;
            right: 0;
            width: .4rem;
            font-size: .24rem;
            color: #003abc;
            cursor: pointer
        }
        
        .pub_search_box_case .pub_search_case .btn_sea_close {
            position: absolute;
            right: 6.5rem;
            top: 2rem;
            cursor: pointer;
            width: 2.5rem;
            height: 2.5rem;
        }
        
        .pub_search_box_case .pub_search_case .btn_sea_close img {
            width: 100%;
            display: block;
        }
        
        .s_inp {
            width: 60%;
            border-bottom: 0.1rem solid #001e62;
            height: 3.5rem;
            line-height: 3.5rem;
            transition: all 0.3s linear 0s;
            margin: 0 auto;
        }
        
        .inp01 {
            float: left;
            width: 85%;
            background: none;
            border: none;
            font-size: 1rem;
            color: #666;
            height: 3.5rem;
            line-height: 3.5rem;
            padding-left: 1rem;
            box-sizing: border-box;
        }
        
        .s_ss {
            float: right;
            width: 2.5rem;
            height: 2.5rem;
            background: url(images/ss.png) no-repeat;
            background-size: 2.5rem 2.5rem;
            border: none;
        }
        
        .ttel {
            float: left;
            width: 1.8rem;
            position: relative;
            margin-top: 1.9rem;
        }
        
        .ttel em {
            width: 1.8rem;
            height: 1.8rem;
            display: block;
        }
        
        .ttel em img {
            width: 100%;
            display: block;
        }
        
        .ttel span {
            position: absolute;
            right: 0;
            top: -2rem;
            font-size: 1.5rem;
            color: #333;
            transition: all 0.3s linear 0s;
            opacity: 0;
            width: 10rem;
            font-weight: bold;
        }
        
        .ttel:hover span {
            opacity: 1;
        }
        
        .ttel:hover em {
            -webkit-animation: hvr-buzz-out 3s infinite linear;
            animation: hvr-buzz-out 3s infinite linear
        }
        
        @media screen and (min-width:1263px) {
            html {
                font-size: calc(1263px * 20 / 1903)
            }
        }
        
        @media screen and (min-width:1349px) {
            html {
                font-size: calc(1349px * 20 / 1903)
            }
        }
        
        @media screen and (min-width:1463px) {
            html {
                font-size: calc(1463px * 20 / 1903)
            }
        }
        
        @media screen and (min-width:1543px) {
            html {
                font-size: calc(1543px * 20 / 1903)
            }
        }
        
        @media screen and (min-width:1583px) {
            html {
                font-size: calc(1583px * 20 / 1903)
            }
        }
        
        @media screen and (min-width:1643px) {
            html {
                font-size: calc(1643px * 20 / 1903)
            }
        }
        
        @media screen and (min-width:1663px) {
            html {
                font-size: calc(1663px * 20 / 1903)
            }
        }
        
        @media screen and (min-width:1903px) {
            html {
                font-size: calc(1903px * 20 / 1903)
            }
        }
        
        @media screen and (min-width:2127px) {
            html {
                font-size: calc(2127px * 20 / 1903)
            }
        }
        
        @media screen and (min-width:2383px) {
            html {
                font-size: calc(2383px * 20 / 1903)
            }
        }
        
        @media screen and (min-width:2735px) {
            html {
                font-size: calc(2735px * 20 / 1903)
            }
        }
        
        @media screen and (min-width:3183px) {
            html {
                font-size: calc(3183px * 20 / 1903)
            }
        }
    

                .banner {
                    position: relative;
                    height: auto;
                    clear: both;
                }
                
                .banner img {
                    display: block;
                    width: 100%;
                    margin: 0 auto;
                }
                
                .banner .slick-arrow {
                    position: absolute;
                    font-size: 0;
                    top: 50%;
                    z-index: 9;
                    width: 4rem;
                    height: 4rem;
                    margin-top: -2.5rem;
                    border: 0;
                    outline: none;
                    cursor: pointer;
                    transition: .8s;
                }
                
                .banner .slick-prev {
                    left: 1%;
                    background: url(images/uu.png) no-repeat center center/4rem 4rem;
                    opacity: 0;
                }
                
                .banner .slick-next {
                    right: 1%;
                    background: url(images/dd.png) no-repeat center center/4rem 4rem;
                    opacity: 1;
                }
                
                .banner:hover .slick-prev {
                    left: 2%;
                    opacity: 1;
                }
                
                .banner:hover .slick-next {
                    right: 2%;
                    opacity: 1;
                }
                
                .slick-dots {
                    position: absolute;
                    left: 5%;
                    font-size: 0;
                    bottom: 5%;
                    width: 90%;
                    text-align: center;
                    outline: none;
                    z-index: 4;
                }
                
                .slick-dots li {
                    display: inline-block;
                    margin: 0 8px;
                    outline: none;
                }
                
                .slick-dots li button {
                    display: block;
                    border: 0 none;
                    width: 15px;
                    height: 15px;
                    border-radius: 15px;
                    margin-right: 12px;
                    display: inline-block;
                    outline: none;
                    background: #fff;
                    transition: .5s;
                }
                
                .slick-dots .slick-active button {
                    background: #fd3a00;
                    width: 40px;
                }
                
                .small {
                    position: absolute;
                    left: 8.3%;
                    bottom: 3rem;width: 6.5%;
                }
                
                .sm_m {
                    font-size: 1.5rem;
                    color: #fff;
                    height: 3rem;
                    line-height: 3rem;
                    overflow: hidden;
                }
                
                .sm_m b {
                    font-size: 2rem;
                    font-weight: normal;
                }
            

        .f_cb:after,
        .f_cbli li:after {
            display: block;
            clear: both;
            visibility: hidden;
            height: 0;
            overflow: hidden;
            content: "."
        }
        
        .f_cb,
        .f_cbli li {
            zoom: 1
        }
        
        .g_ft {
            background: #09349a
        }
        
        .ftleft {
            height: 6.3rem;
            border-bottom: .1rem solid rgba(255, 255, 255, .2)
        }
        
        .ftlogo {
            height: 6.3rem
        }
        
        .ftlogo .flogo {
            float: left;
            width: 10.6%
        }
        
        .ftlogo .flogo img {
            width: 100%;
            display: block
        }
        
        .ftlogo .flogowz {
            float: right;
            margin-right: 3%;
            padding-top: 1.4rem;
            height: 4rem
        }
        
        .ftlogo .flogowz b {
            display: block;
            font-size: .8rem;
            font-weight: 400;
            line-height: 4rem;
            color: #fff;
            float: left
        }
        
        .ftlogo .flogowz em {
            display: block;
            font-size: 1.6rem;
            font-weight: 400;
            line-height: 4rem;
            color: #ff7987;
            font-weight: 700;
            float: left
        }
        
        .ftmid {
            margin-top: 1.5rem;
            height: 14.5rem
        }
        
        .ftnav {
            float: left;
            width: 75%
        }
        
        .g_ft .ftnav dl {
            float: left;
            width: 16.3%
        }
        
        .g_ft .ftnav dl dt {
            font-size: 1rem;
            font-weight: 400;
            line-height: 2rem;
            color: #fff;
            font-weight: 700;
            margin-bottom: 1rem
        }
        
        .g_ft .ftnav dl dd a {
            font-size: .85rem;
            font-weight: 400;
            line-height: 1.6rem;
            color: rgba(255, 255, 255, .75);
            display: block
        }
        
        .g_ft .ftnav dl dd a:hover {
            color: #fff
        }
        
        .g_ft .ftnav dl:nth-child(2) {
            width: 16.6%
        }
        
        .g_ft .ftnav dl:nth-child(3) {
            width: 16.6%
        }
        
        .g_ft .ftnav dl:nth-child(4) {
            width: 22%
        }
        
        .g_ft .lxft {
            float: right;
            width: 25%
        }
        
        .g_ft .lxft .add {
            height: 10rem
        }
        
        .g_ft .lxft .add li {
            font-size: .85rem;
            font-weight: 400;
            line-height: 2rem;
            color: #fff
        }
        
        .g_ft .lxtu li {
            float: left;
            width: 2.1rem;
            height: 2.1rem;
            margin-right: 1.3rem;
            position: relative
        }
        
        .g_ft .lxtu li i {
            width: 100%;
            display: block;
            overflow: hidden;
            background: #e5e5e5;
            border-radius: 50%
        }
        
        .g_ft .lxtu li i img {
            width: 4.2rem;
            display: block
        }
        
        .g_ft .lxtu li em {
            position: absolute;
            width: 6.2rem;
            height: 6.2rem;
            background: #fff;
            left: 50%;
            margin-left: -3.1rem;
            transform: rotateY(90deg);
            top: -7.2rem;
            transition: all .3s linear 0s;
            border-radius: .3rem
        }
        
        .g_ft .lxtu li em:before {
            content: "";
            position: absolute;
            left: 50%;
            margin-left: -10px;
            bottom: -10px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 10px 0 10px;
            border-color: #fff transparent transparent transparent
        }
        
        .g_ft .lxtu li em img {
            width: 100%;
            display: block;
            border: .5rem solid #fff;
            border-radius: .3rem;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }
        
        .g_ft .lxtu li:hover em {
            transform: rotateY(0)
        }
        
        .g_ft .lxtu li:last-child {
            margin-right: 0
        }
    

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

