
        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: auto;
            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: 4.15rem;
            border-top: .05rem solid #dcdcdc;
            box-sizing: border-box;
            border-bottom: 0.3rem solid #f00;
        }
        
        .menu ul li {
            float: left;
            height: 3.07rem;
            line-height: 3.07rem;
            width: 12%;
            position: relative;
        }
        
        .menu ul li>a {
            display: block;
            text-align: center;
            font-size: 1.05rem;
            line-height: 4rem;
            font-weight: 600;
            color: #333333;
        }
        .menu ul li>a .aabb1{
            background: url(../images/cas-ico.png) -5px 22px no-repeat;
            display: block;
            height: 42px;
            width: 40px;
        }
        .menu ul li>a .aabb{
            background: url(../images/cas-ico.png) 17px 22px no-repeat;
            display: block;
            height: 42px;
            width: 40px;
        }
        
        .menu ul li:first-child {
            width: 11.5%;
        }
        
        .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: 104%;
            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;
        }
    

        .banner {
            position: relative;
            overflow: hidden;
        }
        
        .banner li {
            display: block;
            height: 25rem;
            line-height:0;
        }
        
        .banner li video {
            object-fit: fill;
            height:40rem;
        }
        
        .banner .slick-arrow {
            position: absolute;
            font-size: 0;
            top: 50%;
            z-index: 12;
            width: 100px;
            height: 100px;
            margin-top: -42px;
            border: 0;
        }
        
        .banner .banner-prev {
            outline: none;
            position: absolute;
            top: 50%;
            width: 73px;
            height: 73px;
            z-index: 9;
            text-align: center;
            margin-top: -40px;
            transition: .8s;
            background: url(../images/c_prev.png) no-repeat;
            left: 5%;
            opacity: 0;
            cursor: pointer;
        }
        
        .banner .banner-next {
            outline: none;
            position: absolute;
            top: 50%;
            width: 73px;
            height: 73px;
            z-index: 9;
            text-align: center;
            margin-top: -40px;
            transition: .8s;
            background: url(../images/c_next.png) no-repeat;
            right: 5%;
            opacity: 0;
            cursor: pointer;
        }
        
        .banner:hover .banner-prev {
            left: 10%;
            opacity: 0.3;
        }
        
        .banner:hover .banner-next {
            right: 10%;
            opacity: 0.3;
        }
        
        .banner img {
            display: block;
            width: 100%;
            margin: 0 auto;
        }
        
        .banner .banner-paging {
            position: absolute;
            left: 0;
            font-size: 0;
            bottom: 5%;
            width: 100%;
            text-align: center;
            outline: none;
            z-index: 10;
        }
        
        .banner .banner-paging .swiper-pagination-bullet {
            display: inline-block;
            margin: 0 15px;
            outline: none;
            width: 15px;
            height: 15px;
            color: #fff;
            border-radius: 50%;
            background-color: #ec1e2a;
            outline: none;
            opacity: 1;
            transition: .5s;
        }
        
        .banner .banner-paging .swiper-pagination-bullet-active {
            width: 60px;
            border-radius: 30px;
        }
    

        .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: 2rem;
            line-height: 2rem;
            margin-bottom: 2.2rem;
            font-size: 1.2rem;
            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: .9rem;
            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: 1.2rem;
            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: .9rem;
            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: 1.2rem;
            color: #333333;
            font-family: "OPPOSans";
            font-weight: bold;
        }
        
        .ft-top .ft-xx ul li {
            margin-bottom: 1rem;
            font-size: .9rem;
            color: #666666;
            line-height: 1.35rem;
        }
        
        .ft-top .ft-xx ul li b {
            display: block;
            font-size: 0.85rem;
            color: #333333;
        }
        
        .ft-top .ft-code {
            width: 18%;
            text-align: center;
            float: right;
        }
        
        .ft-top .ft-code h4 {
            height: 40px;
            line-height: 40px;
            margin-bottom: 54px;
            font-size: 1.2rem;
            color: #333333;
            font-family: "OPPOSans";
            font-weight: bold;
        }
        
        .ft-top .ft-code .code span {
            display: block;
            width: 100%;
            float: left;
            margin-left: 10px;
            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: .9rem;
            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;
            text-align: center;
            font-size: .9rem;
            color: rgba(255, 255, 255, .4);
            margin:auto;
        }
        
        .ft-bot .left span em a {
            font-size: .9rem;
            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: .9rem;
            color: rgba(255, 255, 255, .4);
            margin-right: 2.25rem;
            font-weight: normal;
        }
    

    .pfbj{height:97px;background:url(resource/images/35be0e9131be41c7bf68296b7733fc14_2.png) no-repeat center;background-size:100% 100%;position:fixed;bottom:0;width:100%;z-index:999;opacity:0.9;}
    .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;
        }
@media (max-width: 1440px) and (min-width: 1367px) {
        

        .hea-top .logo .t_logo img {
            width: 70%;
        }

        .menu ul li>a {
            display: block;
            text-align: center;
            font-size: 1.15rem;
            line-height: 4rem;
            font-weight: 600;
            color: #333333;
        }

}
@media (max-width: 1366px) and (min-width: 1180px) {
        

        .hea-top .logo .t_logo img {
            width: 70%;
        }

        .menu ul li>a {
            display: block;
            text-align: center;
            font-size: 1.25rem;
            line-height: 4rem;
            font-weight: 600;
            color: #333333;
        }

}


        