
        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: inline-block;
    }
    
    .p102-search-1 p a {
        color: #666666;
        display: inline-block;
        margin-right: 15px;
    }
    .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;}
	

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


        .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: 100%;
            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:97px;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 {
            position: fixed;
            right: -170px;
            top: 50%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 62px;
            position: relative;
        }
        
        .client-2 li i {
            background: url(images/fx.png) no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 .my-kefu-qq i {
            background-position: 4px 5px;
        }
        
        .client-2 .my-kefu-tel i {
            background-position: 0 -21px;
        }
        
        .client-2 .my-kefu-liuyan i {
            background-position: 4px -53px;
        }
        
        .client-2 .my-kefu-weixin i {
            background-position: -34px 4px;
        }
        
        .client-2 .my-kefu-weibo i {
            background-position: -30px -22px;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
            width: 33px;
            height: 31px;
            background-position: -23px -47px;
            background-size: 52px 82px;
        }
        
        .client-2 .my-kefu-ftop .my-kefu-main {
            padding-top: 6px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 62px;
            height: 47px;
            position: relative;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size: 16px;
            color: #fff;
            float: left;
            height: 24px;
            line-height: 22px;
            padding: 0 15px;
            border-left: 1px solid #fff;
            margin-top: 14px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #ec1e2a;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #ec1e2a;
            width: 97px;
            height: 53px;
            position: relative;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-weixin-pic {
            position: absolute;
            left: -130px;
            top: -24px;
            display: none;
            z-index: 333;
        }
        
        .my-kefu-weixin-pic img {
            width: 115px;
            height: 115px;
        }
    
