
        i,
        em {
            font-style: normal;
        }
        
        .content {
            width: 73.5%;
            margin: 0 auto;
        }
        
        .contentt {
            width: 84%;
            margin: 0 auto;
        }
        
        .head {
            z-index: 300;
            position: relative;
        }
        
        .hea-top {
            height: 6.1rem;
            box-sizing: border-box;
            padding-top: 1.25rem;
        }
        
        .hea-top .logo {
            float: left;
        }
        
        .hea-top .logo .t_logo {
            width: 5.45rem;
            line-height: 0;
            overflow: hidden;
            float: left;
            margin-right: 1.1rem;
        }
        
        .hea-top .logo .t_logo img {
            width: 100%;
        }
        
        .hea-top .logo h2 {
            float: left;
        }
        
        .hea-top .logo h2 span {
            display: block;
            line-height: 1.9rem;
            font-size: 1.4rem;
            color: #333333;
            font-weight: bold;
        }
        
        .hea-top .logo h2 em {
            display: block;
            line-height: 1.75rem;
            font-size: 1.2rem;
            color: #e62129;
            font-weight: bold;
        }
        .hea-top .logo h2 i{
            display: inline-block;
            height: 1.75rem;
        }
        .hea-top .logo h2 i img{width: 84px;height: 31px;vertical-align: middle;}
        .hea-top .top-rig {
            float: right;
            padding-top: .3rem;
        }
        
        .hea-top .top-rig .hea-tel {
            float: left;
            margin-right: 1.25rem;
        }
        
        .hea-top .top-rig .hea-tel h4 {
            line-height: 1.35rem;
            padding-left: 2.05rem;
            font-size: .8rem;
            color: #666666;
            font-weight: normal;
        }
        
        .hea-top .top-rig .hea-tel em {
            display: block;
            line-height: 1.7rem;
            padding-left: 2.05rem;
            background: url(images/hea-tel.png) no-repeat left;
            background-size: 1.7rem 1.7rem;
            font-size: 1.4rem;
            color: #e62129;
            font-family: "HarmonyOS Sans SC";
            font-weight: bold;
        }
        
        .hea-top .top-rig .hea-sou {
            float: left;
        }
        
        .hea-top .top-rig .hea-sou i {
            display: block;
            line-height: 1.35rem;
            margin-left: 1rem;
            font-size: .8rem;
            color: #666666;
        }
        
        .hea-top .top-rig .hea-sou .seach {
            width: 11.85rem;
            height: 1.7rem;
            background: #EEEEEE;
            border-radius: .85rem;
        }
        
        .hea-top .top-rig .hea-sou .seach .txt {
            width: 10.1rem;
            float: left;
            height: 1.7rem;
            line-height: 1.7rem;
            padding: 0 1rem;
            box-sizing: border-box;
            font-size: .8rem;
            color: #666666;
            background: 0;
            border: 0;
        }
        
        .hea-top .top-rig .hea-sou .seach .txt input::-webkit-input-placeholder {
            font-size: .8rem;
            color: #666666;
        }
        
        .hea-top .top-rig .hea-sou .seach .txt input::-moz-placeholder {
            font-size: .8rem;
            color: #666666;
        }
        
        .hea-top .top-rig .hea-sou .seach .btn {
            width: 1.7rem;
            height: 1.7rem;
            float: left;
            background: url(images/hea-btn.png) no-repeat center;
            background-size: 100% 100%;
            cursor: pointer;
        }
        
        .hea-top .text{position: absolute;right: -10rem;bottom: -1.25rem;z-index: 1;line-height: 1.5rem;font-size: 0.8rem;color: #333;}
        
        .menu {
            height: 3.15rem;
            border-top: .05rem solid #dcdcdc;
            box-sizing: border-box;
        }
        
        .menu ul li {
            float: left;
            height: 3.07rem;
            line-height: 3.07rem;
            width: 11%;
            position: relative;
        }
        
        .menu ul li>a {
            display: block;
            text-align: center;
            font-size: 1.05rem;
            color: #333333;
        }
        
        .menu ul li:first-child {
            width: 7.1%;
        }
        
        .menu ul li.m1 {
            width: 13%;
        }
        
        .menu ul li.m2 {
            width: 11%;
        }
        
        .menu ul li i {
            display: block;
            width: 0;
            height: .15rem;
            background: #e62129;
            transition: .5s;
            position: absolute;
            left: 0;
            top: -0.1rem;
        }
        
        .menu ul li:hover>a,
        .menu ul li.cur>a {
            color: #e62129;
        }
        
        .menu ul li:hover i,
        .menu ul li.cur i {
            width: 100%;
        }
        
        .submenu {
            position: absolute;
            left: 50%;
            top: 60%;
            transform: translateX(-50%);
            display: none;
            z-index: 99;
            padding-top: 22px !important;
        }
        
        .submenu p {
            background: rgba(255, 255, 255, .95);
            padding: 6px 21px;
            border-radius: 10px;
            position: relative;
        }
        
        .submenu p:before {
            position: absolute;
            content: "";
            border-width: 9px 8px;
            border-style: solid;
            border-color: transparent transparent rgba(255, 255, 255, .95);
            top: -18px;
            left: 50%;
            margin-left: -8px
        }
        
        .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;
        }
        
        .submenu a:last-child {
            border-bottom: 0
        }
        
        .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;
        }
        
        .submenu a:hover {
            color: #e62129;
            font-weight: bold;
        }
        
        .submenu a:hover:before {
            border-color: #e62129;
        }
    

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

    .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: block;
        float:left;
    }
    
    .p102-search-1 p a {
        color: #666666;
        display: block;
        margin-right: 15px;
        float:left;
    }
    .p102-search-1 p a:hover{color: #ec1e2a;}
    .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 #ec1e2a;
        float: right;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }


		.plc{padding: 5px 0 25px;}
		.p12-curblock{
			display: none;
		}
		.p102-curmbs-1{height: 40px;line-height: 40px;font-size: 14px;color: #808080;}
		.p102-curmbs-1 b {
			font-weight: normal;
			padding-left: 35px;
			background: url(images/p102-curmbs-icon1.png) no-repeat left center;

		}
		.p102-curmbs-1 i {
			font-style: normal;
		}

		.p102-curmbs-1 span {
			font-family: 宋体;
			height: 46px;
			line-height: 46px;
			padding: 0px 5px;
		}
		.p102-curmbs-1 a{color: #808080;}
		.p102-curmbs-1 a:hover{color: #ec1e2a;}
	

    .p101a-fdh-02 {
        box-shadow: 0 3px 4px #e9e9e9;
    }
    
    .p101a-fdh-02 h3 {
        float: left;
        width:210px;
        height: 90px;
        line-height: 90px;
        font-size: 28px;
        font-weight: bold;
        color: #1a1a1a;
    }
    
    .p101a-fdh-02-nav {
     
        padding-top: 25px;
    }
    
    .p101a-fdh-02-nav li {
        float: left;
        height: 50px;
        line-height: 50px;
        border-radius: 25px;
        border:1px solid #ccc;
        margin:0 10px 25px 0;
    }
    
    .p101a-fdh-02-nav li:nth-child(6n){margin-right:0;}
    
    .p101a-fdh-02-nav li a {
        display: block;
        height: 50px;
        font-size: 14px;
        color: #1a1a1a;
        text-align: center;
        width: 189px;
       
    }
    
    .p101a-fdh-02-nav li.sidenavcur,
    .p101a-fdh-02-nav li:hover {
        background: #ec1e2a;
    }
    
    .p101a-fdh-02-nav li.sidenavcur a,
    .p101a-fdh-02-nav li:hover a {
        color: #fff;
    }


        .k12-gl-gslb-3nf1-1-01 {
            padding: 30px 0 20px;
        }
        
        .k12-gl-gslb-3nf1-1-01-left dl {
            width: 32.3%;
            float: left;
            background: #f0f0f0;
            margin: 0 1% 13px 0;
        }
        
        .k12-gl-gslb-3nf1-1-01-left dl:nth-child(4n-1) {
            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: 14px;
            line-height: 50px;
            text-align: center;
            padding: 0 5px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            background: #f0f0f0; font-weight: normal;
        }
        
        .k12-gl-gslb-3nf1-1-01-left dd h4 a {
            color: #4b4a4a;
        }
    

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


        .ft-top {
            height: 508px;
            background: #F3F4F8;
            padding-top: 102px;
            box-sizing: border-box;
        }
        
        .ft-top .ft-cp {
            width: 17.1%;
            height: 284px;
            float: left;
            border-right: .05rem solid #e5e5e5;
            box-sizing: border-box;
        }
        
        .ft-top .ft-cp h4 {
            height: 40px;
            margin-bottom: 44px;
            font-size: 1rem;
            color: #333333;
            font-family: "OPPOSans";
            font-weight: bold;
        }
        
        .ft-top .ft-cp ul li {
            height: 35px;
            line-height: 35px;
        }
        
        .ft-top .ft-cp ul li a {
            font-size: .8rem;
            color: #666666;
        }
        
        .ft-top .ft-nav {
            width: 19.2%;
            height: 284px;
            float: left;
            border-right: .05rem solid #e5e5e5;
            box-sizing: border-box;
            padding-left: 4rem;
            box-sizing: border-box;
        }
        
        .ft-top .ft-nav h4 {
            height: 2rem;
            line-height: 2rem;
            margin-bottom: 2.2rem;
            font-size: 1rem;
            color: #333333;
            font-family: "OPPOSans";
            font-weight: bold;
        }
        
        .ft-top .ft-nav ul li {
            height: 35px;
            line-height: 35px;
        }
        
        .ft-top .ft-nav ul li a {
            font-size: .8rem;
            color: #666666;
        }
        
        .ft-top .ft-xx {
            width: 38.5%;
            float: left;
            margin-left: 3.9rem;
        }
        
        .ft-top .ft-xx h4 {
            height: 40px;
            line-height: 40px;
            margin-bottom: 44px;
            font-size: 1rem;
            color: #333333;
            font-family: "OPPOSans";
            font-weight: bold;
        }
        
        .ft-top .ft-xx ul li {
            margin-bottom: 1rem;
            font-size: .8rem;
            color: #666666;
            line-height: 1.35rem;
        }
        
        .ft-top .ft-xx ul li b {
            display: block;
            font-size: 1.1rem;
            color: #333333;
        }
        
        .ft-top .ft-code {
            width: 11.5%;
            float: right;
        }
        
        .ft-top .ft-code h4 {
            height: 40px;
            line-height: 40px;
            margin-bottom: 54px;
            font-size: 1rem;
            color: #333333;
            font-family: "OPPOSans";
            font-weight: bold;
        }
        
        .ft-top .ft-code .code span {
            display: block;
            width: 100%;
            float: left;
            background: #FFF;
        }
        
        .ft-top .ft-code .code span i {
            display: block;
            width: 100%;
            line-height: 0;
            overflow: hidden;
            margin-bottom: .05rem;
        }
        
        .ft-top .ft-code .code span i img {
            width: 100%;
        }
        
        .ft-top .ft-code .code span em {
            display: block;
            line-height: 1.95rem;
            text-align: center;
            font-size: .8rem;
            color: #333333;
        }
        
        .ft-top .ft-code .code span:last-child {
            float: right;
        }
        
        .ft-bot {
            height: 132px;
            background: #333333;
        }
        
        .ft-bot .left {
            width: 66%;
            float: left;
            padding-top: 1.75rem;
        }
        
        .ft-bot .left span {
            display: block;
            height: 1.65rem;
        }
        
        .ft-bot .left span em {
            display: block;
            float: left;
            line-height: 1.65rem;
            font-size: .8rem;
            color: rgba(255, 255, 255, .4);
            margin-right: 1.25rem;
        }
        
        .ft-bot .left span em a {
            font-size: .8rem;
            color: rgba(255, 255, 255, .4);
        }
        
        .ft-bot .left strong {
            display: block;
        }
        
        .ft-bot .left strong a {
            display: block;
            float: left;
            line-height: 1.65rem;
            font-size: .8rem;
            color: rgba(255, 255, 255, .4);
            margin-right: 2.25rem;
            font-weight: normal;
        }
    

    .pfbj{height:137px;background:url(images/wzbj.png) no-repeat center;background-size:100% 100%;position:fixed;bottom:0;width:100%;z-index:999;}
    .pfbj i{display:block;width:19px;height:19px; position:absolute;right:9.8%;top:9px;cursor: pointer;}
    .pfbj i img{width:100%;}


        .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:#ec1e2a url(images/cimg23.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-weixin {
            background:#ec1e2a url(images/cimg24.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-tel {
            background:#ec1e2a url(images/cimg25.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-shouye {
            background:#ec1e2a 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:#ec1e2a 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:#ec1e2a 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:#ec1e2a 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;
        }

        
/*分页*/
.page_list {
    text-align: center;
    padding-bottom: 50px;
}
.page_list a {
    display: inline-block;
    padding: 0 10px;
    background: #f5f5f5;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 5px;
    border-radius: 2px;
}
.page_list a:hover {
    background: #c62022;
    color: #ffffff;
}
.page_list a.pnnum1 {
    background: #c62022;
    color: #ffffff;
}
.page_list input {
    display: inline-block;
    padding: 0 5px;
    background: #c62022;
    width: 40px !important;
    height: 30px !important;
    line-height: 30px;
    text-align: center;
    margin: 0 5px;
    color: #fff;
    cursor: pointer;
}
.page_list .p_input {
    display: inline-block;
    padding: 0 5px;
    background: #f5f5f5;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 5px;
    color: #555;
    cursor: default;
}
.page_list .page-num-current{
    background: #c62022;
    color: #ffffff;
}