
        .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: #fff;
            position: relative;
            z-index: 100;
        }
        
        .header {
            height: 5rem;
            margin: 0 auto;
        }
        
        .head .logo {
            float: left;
            width: 6.55rem;
            height: 5rem;
            margin-left: 4.5rem;
            display: flex;
            display: -webkit-flex;
            flex-wrap: wrap;
            align-items: center;
        }
        
        .head .logo a {
            display: block;
            position: relative;
        }
        
        .head .logo img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        .head .txt {
            float: left;
            margin-left: 0.85rem;
            height: 5rem;
            line-height: 5rem;
            font-size: 1.2rem;
            color: #1a1a1a;
            font-weight: normal;
        }
        
        .head-tel {
            float: right;
            height: 5rem;
            padding-left: 1.5rem;
            margin-right: 4.5rem;
            position: relative;
            z-index: 2;
        }
        
        .head-tel i {
            position: absolute;
            display: block;
            width: 1.05rem;
            height: 1.05rem;
            left: 0rem;
            top: 50%;
            z-index: 1;
            cursor: pointer;
            transform: translate(0, -50%);
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
        }
        
        .head-tel i img {
            width: 1.05rem;
            height: 1.05rem;
            display: block;
        }
        
        .head-tel p {
            height: 5rem;
            line-height: 5rem;
            font-size: 1.2rem;
            font-family: "FBTM";
            color: #1a1a1a;
        }
        
        .head-nav {
            float: right;
            margin-right: 1.75rem;
        }
        
        .head-nav ul li {
            float: left;
            height: 5rem;
            margin-right: 1.75rem;
            padding-top: 1.25rem;
            position: relative;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -moz-box-sizing: border-box;
        }
        
        .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: #1a1a1a;
            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: 3px;
            background: #e80129;
            left: 0;
            bottom: 0;
            z-index: 1;
            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 {
            font-weight: bold;
        }
        
        .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: 85%;
            transform: translateX(-50%);
            z-index: 99;
            max-height: 0;
            transition: max-height 0.3s linear;
            -ms-transition: max-height 0.3s linear;
            -moz-transition: max-height 0.3s linear;
            padding-top: 22px !important;
            overflow: hidden;
        }
        
        .head-nav ul .submenu p {
            background: rgba(255, 255, 255, .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(242, 242, 242, 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: #333;
            line-height: 54px;
            white-space: nowrap;
            position: relative;
            border-bottom: 1px dotted #B5B5B5;
            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(125, 125, 125, 1);
            border-radius: 50%;
            top: 23px;
            left: 13px;
            transition: ease .4s;
            -o-transition: ease .4s;
        }
        
        .head-nav ul .submenu a:hover {
            color: #e80129;
        }
        
        .head-nav ul .submenu a:hover:before {
            border-color: #e80129;
        }
        
        .head-nav ul li:hover .submenu {
            max-height: 500px;
        }
        
        .head-nav ul li:hover .submenu p:before {
            opacity: 1;
        }
        
        .head.head-fixed {
            position: fixed;
            height: auto;
            left: 0;
            right: 0;
            top: 0;
            z-index: 999;
            box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12);
        }
        
        .head.head-fixed .header {
            height: 3.5rem;
        }
        
        .head.head-fixed .logo {
            height: 3.5rem;
        }
        
        .head.head-fixed .txt {
            height: 3.5rem;
            line-height: 3.5rem;
        }
        
        .head.head-fixed .head-nav ul li {
            height: 3.5rem;
            padding-top: 0.5rem;
        }
        
        .head.head-fixed .head-tel {
            height: 3.5rem;
        }
        
        .head.head-fixed .head-tel p {
            height: 3.5rem;
            line-height: 3.5rem;
        }
    

        .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;
        }
    

        .p101-search-1 {
            height: 56px;
            box-shadow: 0 3px 4px #e9e9e9;
        }
        
        .p101-search-1 p {
            float: left;
            width: 750px;
            line-height: 56px;
            font-size: 14px;
            color: #333333;
        }
        
        .p101-search-1 p b {
            display: inline-block;
        }
        
        .p101-search-1 p a {
            color: #666666;
            display: inline-block;
            margin-right: 15px;
        }
        
        .p101-search-1-inp {
            float: right;
            width: 356px;
            height: 36px;
            background: #fff;
            margin-top: 10px;
        }
        
        .p101-search-1-inp1 {
            width: 249px;
            height: 34px;
            line-height: 34px;
            color: #999999;
            border: 1px solid #e3e3e3;
            border-right: 0;
            padding: 0 20px;
            float: left;
        }
        
        .p101-search-1-inp2 {
            width: 66px;
            height: 36px;
            border: 0;
            background: #00004c url(images/p101-search-icon1.png) no-repeat center center;
            float: right;
            cursor: pointer;
        }
    

    .p102-fdh-3 {
        height: 50px;
       /*border-bottom: 1px solid #e0e0e0;*/
         padding: 50px 0 20px;
    
    }
    .p102-fdh-3 ul{
      display: -webkit-flex;/*justify-content: space-between;-webkit-justify-content: space-between;*/flex-wrap: wrap;
    
    }
    .p102-fdh-3 li {
      
        height: 50px;
      
        position: relative;
        margin-right:3%;
      
    }
    
     .p102-fdh-3 li:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 0;
        height: 1px;
        background: #00004c;
        -webkit-transition: all .35s;
        transition: all .35s;
    }
    

    
    .p102-fdh-3 li.sidenavcur:after,
    .p102-fdh-3 li:hover:after {
        width: 100%;
    }
    
    
    .p102-fdh-3 li a {
     
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        color: #1a1a1a;
      
         
    }
    
   
    .p102-fdh-3 li.sidenavcur a,
    .p102-fdh-3 li:hover a {
        font-weight: bold;
        color: #00004c;
    }
    
  
  


            .k12-gl-gslb-3nf1-1-01 {
                padding: 30px 0 20px;
            }
            
            .k12-gl-gslb-3nf1-1-01-left dl {
                width: 31.3333%;
                float: left;
                margin: 0 1.5% 20px 0
            }
            
            .k12-gl-gslb-3nf1-1-01-left dl:nth-of-type(3n) {
                margin-right: 0;
            }
            
            .k12-gl-gslb-3nf1-1-01-left dt {
                border: 1px solid #f0f0f0;
                padding: 10px 9px;
                background: #fff;
            }
            
            .k12-gl-gslb-3nf1-1-01-left dt img {
                display: block;
                width: 100%;
            }
            
            .k12-gl-gslb-3nf1-1-01-left dd h4 {
                height: 50px;
                font-size: 16px;
                line-height: 50px;
                text-align: center;
                padding: 0 5px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                font-weight: normal;
            }
            
            .k12-gl-gslb-3nf1-1-01-left dd h4 a {
                color: #4b4a4a;
            }
        

    .p102-pagination-blk {
        padding-bottom: 40px;
    }


        .foot {
            background: url(images/foot-bg.jpg) no-repeat center bottom #00113f;
            background-size: 1920px 17.5rem;
            max-width: 1920px;
            margin: 0 auto;
            overflow: hidden;
        }
        
        .footer {
            width: 1500px;
            margin: 0 auto;
            position: relative;
        }
        
        .foot .foot-top {
            padding: 6.1rem 0 5.3rem;
        }
        
        .foot .foot-nav {
            float: left;
            width: 25%;
            margin-top: 0.35rem;
            position: relative;
        }
        
        .foot .foot-logo {
            width: 7.9rem;
            height: 1.5rem;
            margin-bottom: 3.2rem;
        }
        
        .foot .foot-logo a {
            display: block;
            position: relative;
        }
        
        .foot .foot-logo img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        .foot .foot-nav ul {
            padding-top: 1.15rem;
            position: relative;
        }
        
        .foot .foot-nav ul:before {
            content: "";
            position: absolute;
            width: 3.15rem;
            height: 0.15rem;
            background: rgba(255, 255, 255, 0.2);
            left: 0;
            top: 0;
            z-index: 1;
        }
        
        .foot .foot-nav li {
            float: left;
            width: 7.5rem;
            margin-right: 0.25rem;
        }
        
        .foot .foot-nav li a {
            display: block;
            height: 2.05rem;
            line-height: 2.05rem;
            font-size: 0.9rem;
            color: #ffffff;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -moz-transition: all 0.3s;
        }
        
        .foot .foot-nav li a:hover {
            color: #e80129;
        }
        
        .foot .foot-info {
            float: right;
            width: 67.53334%;
        }
        
        .foot .foot-info h4 {
            height: 2rem;
            line-height: 2rem;
            font-size: 1.2rem;
            color: #f6f7f8;
            font-weight: bold;
            margin-bottom: 2.1rem;
        }
        
        .foot .foot-info .txt {
            display: flex;
            display: -webkit-flex;
            justify-content: space-between;
            -webkit-justify-content: space-between;
            flex-wrap: wrap;
        }
        
        .foot .foot-info .txt span {
            display: block;
            height: 2.5rem;
            margin-bottom: 0.95rem;
        }
        
        .foot .foot-info .txt span img {
            width: 7.1rem;
            height: 2.5rem;
            display: block;
        }
        
        .foot .foot-info .txt b {
            display: block;
            height: 1.5rem;
            line-height: 1.5rem;
            font-size: 0.8rem;
            color: #fff;
            opacity: 0.55;
            font-weight: bold;
        }
        
        .foot .foot-info .txt p {
            display: block;
            height: 1.7rem;
            line-height: 1.7rem;
            font-size: 1.0rem;
            color: #fff;
            margin-bottom: 1.75rem;
        }
        
        .foot .foot-info .txt p.font {
            font-size: 1.2rem;
            font-family: "HOSSR", Arial;
        }
        
        .foot .foot-info .txt i,
        .foot .foot-info .txt i img {
            display: block;
            width: 1.35rem;
            height: 1.3rem;
        }
        
        .foot .foot-con {
            padding: 0 0 0.6rem;
            border-top: 1px solid rgba(255, 255, 255, 0.2);
        }
        
        .foot .foot-con-code {
            position: absolute;
            left: 0;
            top: 1.6rem;
        }
        
        .foot .foot-con-code .con-code-item {
            float: left;
            width: 2.55rem;
            margin-right: 0.85rem;
            position: relative;
        }
        
        .foot .foot-con-code .con-code-item:last-of-type {
            margin-right: 0;
        }
        
        .foot .foot-con-code .con-code-item i {
            width: 2.55rem;
            height: 2.55rem;
            display: block;
            background: rgba(255, 255, 255, 0.8);
            border-radius: 50%;
            overflow: hidden;
        }
        
        .foot .foot-con-code .con-code-item i img {
            width: 2.55rem;
            height: 2.55rem;
            display: block;
            cursor: pointer;
        }
        
        .foot .foot-con-code .con-code-item .code-img {
            position: absolute;
            padding-bottom: 1.5rem;
            left: 50%;
            bottom: 2rem;
            z-index: 10;
            display: none;
            transform: translate(-50%, 0);
        }
        
        .foot .foot-con-code .con-code-item:last-of-type .code-img {
            left: auto;
            right: 0;
            transform: translate(0, 0);
        }
        
        .foot .foot-con-code .con-code-item p {
            padding: 0.35rem;
            background: #ffffff;
            position: relative;
            border-radius: 0.5rem;
            box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
        }
        
        .foot .foot-con-code .con-code-item p img {
            width: 6.8rem;
            height: 6.8rem;
            display: block;
        }
        
        .foot .foot-con-code .con-code-item p:after {
            content: "";
            position: absolute;
            border-left: 0.4rem solid transparent;
            border-right: 0.4rem solid transparent;
            border-top: 0.5rem solid #ffffff;
            left: 50%;
            margin-left: -0.4rem;
            bottom: -0.5rem;
            z-index: 1;
        }
        
        .foot .foot-con-code .con-code-item:last-of-type p:after {
            left: auto;
            margin-left: 0;
            right: 1.1rem;
        }
        
        .foot .foot-con-code .con-code-item:hover .code-img {
            display: block;
        }
        
        .foot .foot-con-text {
            float: right;
            max-width: 60%;
        }
        
        .foot .foot-con-text p {
            line-height: 5.6rem;
            font-size: 0.8rem;
            color: #fff;
        }
        
        .foot .foot-con-text p em {
            opacity: 0.5;
            font-style: normal;
            margin-right: 0.45rem;
        }
        
        .foot .foot-con-text p a {
            color: #fff;
            opacity: 0.5;
            transition: all 0.3s;
        }
        
        .foot .foot-con-text p a:hover {
            opacity: 1;
        }
        
        @media screen and (max-width: 1560px) {
            .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;
        display: none;
    }
    
    .xin-2112-client-close {
        position: absolute;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        font-family: "HOSSR";
        font-weight: bold;
        color: #666;
        text-align: center;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
        left: 0;
        top: -25px;
        z-index: 5;
        cursor: pointer;
    }
    
    .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: #00004c;
        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 #00004c;
    }
    
    .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: #00004c;
    }
    
    .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;
    }

