
               
                .header {
                    width: 100%;
                    height: 5.1rem;
                    z-index: 10;
                    position: relative;background: #fff;
                }
                
                .logo {
                    width: 4%;
                    line-height: 0;
                    display: flex;
                    align-items: center;
                    height: 5.1rem;
                    margin-left: 4.2%;
                }
                
                .logo img {
                    display: block;
                    width: 100%;
                }
                
                .h_dw {
                    padding: 1.1rem 0 0 0;
                    font-size: 0.8rem;
                    color: #000000;
                    line-height: 100%;
                    position: relative;
                    font-weight: bold;
                    margin-left: 0.8rem;
                    line-height: 110%;
                    font-weight: normal;
                    text-align: left;
                    letter-spacing: 1px;
                }
                
                .h_dw span {
                    display: block;
                    font-weight: bold;
                    line-height: 100%;
                    font-size: 1.2rem;
                    margin-bottom: 0.7rem;
                }
                
                .h_nav {
                    width: 54.5%;
                    padding-top: 2.1rem;
                }
                
                .h_nav ul {
                    width: 100%;
                    display: flex;
                    justify-content: space-between;
                }
                
                .h_nav li a {
                    font-size: 0.8rem;
                    color: #000000;
                    display: block;
                    float: left;
                    position: relative;
                    z-index: 4;
                    text-decoration: none;
                    line-height: 100%;
                    padding-bottom: 0.65rem;
                }
                
                .h_nav li a:after {
                    position: absolute;
                    bottom: 0;
                    left: 10%;
                    width: 80%;
                    height: 0.15rem;
                    background: #bf131b;
                    content: '';
                    opacity: 0;
                    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
                    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
                    transition: height 0.3s, opacity 0.3s, transform 0.3s;
                    -webkit-transform: translateY(-10px);
                    -moz-transform: translateY(-10px);
                    transform: translateY(-10px);
                }
                
                .h_nav li a:hover:after,
                .h_nav li.cur a:after {
                    height: 0.15rem;
                    opacity: 1;
                    -webkit-transform: translateY(0px);
                    -moz-transform: translateY(0px);
                    transform: translateY(0px);
                }
                
                .h_nav li a:hover,
                .h_nav li.cur a {
                    color: #bf131b;
                }
                
                .search {
                    width: 5.8rem;
                    height: 5.1rem;
                    line-height: 0;
                    align-items: center;
                    cursor: pointer;
                    position: relative;
                    margin-left: 2.4rem;
                }
                
                .search .h_tel {
                    position: relative;
                    float: left;
                    margin-top: 1.7rem;
                }
                
                .search .h_tel em {
                    position: relative;
                    display: inline-block;
                    position: relative;
                    z-index: 99;
                }
                
                .h_tel i {
                    display: block;
                    position: absolute;
                    right: 0;
                    top: 1.7rem;
                    z-index: 5;
                    background-color: #bf131b;
                    border-radius: 1.7rem;
                    color: #fff;
                    font-size: 1rem;
                    width: 19rem;
                    line-height: 1.7rem;
                    text-align: center;
                    transition: all 0.2s;
                    opacity: 0;
                }
                
                .search .h_tel:hover i {
                    opacity: 1;
                }
                
                .search .h_tel img {
                    width: 1.7rem;
                    height: 1.7rem;
                    border-radius: 1.7rem;
                    display: inline-block;
                }
                
                .search .sea_icon img {
                    width: 5.1rem;
                    height: 5.1rem;
                    float: right;
                }
                
                .search .h_tel:hover img {
                    -webkit-animation: hvr-buzz-out 0.75s linear;
                    animation: hvr-buzz-out 0.75s linear;
                }
                
                .sea_box {
                    position: absolute;
                    right: 0;
                    top: 5.1rem;
                    z-index: 100;
                    display: none;
                    background: #bf131b;
                    border: 1px solid #fff;
                    box-sizing: border-box;
                    /* background-color: #ed1c24; */
                    line-height: 100%;
                    font-size: 1rem;
                    color: #dfdcdf;
                    width: 20rem;
                    border-radius: 2.5rem;
                }
                
                .sea_box input {
                    height: 2.5rem;
                    line-height: 2.5rem;
                    border: none;
                    background: none;
                    outline: none;
                    color: #fff;
                    padding-left: 1.5rem;
                    width: 15rem;
                    float: left;
                }
                
                .sea_box button {
                    width: 3.3rem;
                    border-radius: 3.3rem;
                    float: right;
                    border: none;
                    background: url(images/seach.jpg) no-repeat center;
                    outline: none;
                    color: #fff;
                    cursor: pointer;
                    height: 2.5rem;
                    background-color: #bf131b;
                }
                
                input::-webkit-input-placeholder {
                    color: #fff;
                }
                
                em,
                i {
                    font-style: normal;
                }
                
                html {
                    font-size: 12px;
                    -webkit-text-size-adjust: none
                }
                
                @media screen and (min-width:1200px) {
                    html {
                        font-size: 12.5px
                    }
                }
                
                @media screen and (min-width:1280px) {
                    html {
                        font-size: 13.33333px
                    }
                }
                
                @media screen and (min-width:1366px) {
                    html {
                        font-size: 14.22916px
                    }
                }
                
                @media screen and (min-width:1440px) {
                    html {
                        font-size: 15px
                    }
                }
                
                @media screen and (min-width:1600px) {
                    html {
                        font-size: 16.66666px
                    }
                }
                
                @media screen and (min-width:1800px) {
                    html {
                        font-size: 18.75px
                    }
                }
                
                @media screen and (min-width:1920px) {
                    html {
                        font-size: 20px
                    }
                }
            

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

    .p102-proShow-1 {
        padding: 10px 0 0px;
    }
    
    .p102-proShow-1-con {
        border: 1px solid #e3e3e3;
        position: relative;
    }
    
    .p102-proShow-1-left {
        width: 53.4%;
        position: relative;
        overflow: hidden;
    }
    
    .p102-proShow-1-prev,
    .p102-proShow-1-next {
        position: absolute;
        width: 40px;
        height: 40px;
        cursor: pointer;
        background: transparent;
        top: 50%;
        margin-top: -20px;
        z-index: 5;
        display: none;
    }
    
    .p102-proShow-1-left:hover .p102-proShow-1-prev,
    .p102-proShow-1-left:hover .p102-proShow-1-next {
        display: block;
    }
    
    .p102-proShow-1-prev {
        left: 15px;
    }
    
    .p102-proShow-1-next {
        right: 15px;
    }
    
    .p102-proShow-1-prev:before,
    .p102-proShow-1-next:after {
        position: absolute;
        content: '';
        width: 18px;
        height: 18px;
        border: 2px solid #fff;
        border-style: solid solid none none;
        top: 10px;
        z-index: 1;
    }
    
    .p102-proShow-1-prev:before {
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        right: 4px;
    }
    
    .p102-proShow-1-next:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 4px;
    }
    
    .p102-proShow-1-pic img {
        width: 100%;
        display: block;
    }
    
    .p102-proShow-1-size {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 56px;
        height: 26px;
        font-size: 14px;
        line-height: 16px;
        color: #fff;
        letter-spacing: 3px;
    }
    
    .p102-proShow-1-right {
        position: absolute;
        width: 40.2%;
        right: 3.33%;
        top: 0;
        bottom: 0;
        z-index: 1;
    }
    
    .p102-proShow-1-text {
        padding: 50px 0 15px;
        border-bottom: 1px solid #e3e3e3;
        position: relative;
    }
    
    .p102-proShow-1-text:after {
        content: '';
        position: absolute;
        width: 40px;
        height: 3px;
        background: #be131b;
        left: 0;
        bottom: -2px;
        z-index: 1;
    }
    
    .p102-proShow-1-text .p102-proShow-1-title {
        height: 40px;
        font-size: 26px;
        font-weight: normal;
        line-height: 40px;
        color: #1a1a1a;
    }
    
    .p102-proShow-1-text p {
        height: 28px;
        line-height: 28px;
        font-size: 16px;
        color: #808080;
    }
    
    .p102-proShow-1-desc {
        max-height: 170px;
        line-height: 34px;
        font-size: 16px;
        color: #4c4c4c;
        text-align: justify;
        padding: 30px 0 0;
        overflow: hidden;
    }
    
    .p102-proShow-1-tel {
        position: absolute;
        width: 100%;
        height: 50px;
        line-height: 50px;
        padding-top: 20px;
        border-top: 1px solid #e3e3e3;
        left: 0;
        bottom: 38px;
        z-index: 1;
    }
    
    .p102-proShow-1-tel a {
        float: left;
        width: 98px;
        height: 50px;
        padding-left: 58px;
        background: url(images/p102-cpxq-icon1.png) no-repeat 22px center #be131b;
        font-size: 18px;
        color: #ffffff;
        margin-right: 12px;
    }
    
    .p102-proShow-1-tel p {
        float: left;
        min-width: 300px;
        max-width: 100%;
        height: 50px;
    }
    
    .p102-proShow-1-tel p em {
        float: left;
        height: 50px;
        font-size: 16px;
        color: #4c4c4c;
        padding-left: 50px;
        background: url(images/p102-cpxq-icon2.png) no-repeat left center;
        font-style: normal;
    }
    
    .p102-proShow-1-tel p span {
        float: left;
        font: bold 26px/50px Arial;
        color: #333333;
    }


    .p102-pro-content-nav {
        display:none;
        height: 50px;
        box-shadow: 0 -2px 3px #f9f9f9, 0 4px 6px #e9e9e9;
    }
    
    .fixed {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 88;
        background: #fff;
    }
    
    .p102-pro-content-nav li {
        float: left;
        line-height: 50px;
        margin-right: 50px;
        position: relative;
        font-size: 18px;
        color: #4c4c4c;
        font-weight: normal;
    }
    
    .p102-pro-content-nav li.cur,
    .p102-pro-content-nav li:hover {
        color: #be131b;
    }
    
    .p102-pro-content-nav li.cur:before,
    .p102-pro-content-nav li:hover:before {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        border: 3px solid #be131b;
        background: #fff;
        border-radius: 100%;
        left: 50%;
        margin-left: -9px;
        bottom: -10px;
        z-index: 1;
    }
    
    .p102-pro-content-nav li.cur:after,
    .p102-pro-content-nav li:hover:after {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        background: #be131b;
        border-radius: 100%;
        left: 50%;
        margin-left: -3px;
        bottom: -4px;
        z-index: 2;
    }
    
    .p102-pro-content-desc {
        padding: 40px 0;
        font-size: 16px;
        line-height: 30px;
        text-align: justify;
    }


        .k12-cx-xgcp-4pl-fx1-1-01-tit {
            height: 46px;
            line-height: 46px;
            font-weight: normal;
            border-bottom: 2px solid #dfdfdf;
            margin-bottom: 30px;
            padding-top: 26px;
        }
        
        .k12-cx-xgcp-4pl-fx1-1-01-tit b {
            display: inline-block;
            font-size: 24px;
            font-weight: normal;
            color: #464646;
            padding-left: 52px;
            border-bottom: 2px solid #000000;
        }
        
        .k12-cx-xgcp-4pl-fx1-1-01-tit span {
            margin-left: 10px;
            font-size: 18px;
            font-family: Arial;
            color: #c2c2c1;
            text-transform: uppercase;
        }
        .p102-pro-content-title {
        display: inline-block;
        height: 64px;
        line-height: 64px;
        font-size: 32px;
        color: #1a1a1a;
        font-weight: normal;
        position: relative;
        border-bottom: 3px solid #be131b;
    }
    
    .p102-pro-content-title:after {
        content: '';
        position: absolute;
        width: 50%;
        height: 3px;
        background: #000000;
        right: 0;
        bottom: -3px;
        z-index: 1;
    }
        .k12-cx-xgcp-4pl-fx1-1-01-list{padding-top: 40px;}
        .k12-cx-xgcp-4pl-fx1-1-01-list dl {
            float: left;
            width: 23.5%;
            border: 1px solid #dfdfdf;
            margin-right:2%;
            box-sizing: border-box;
        }
        
        .k12-cx-xgcp-4pl-fx1-1-01-list dl.p14-product-clear {
            margin-right: 0;
        }
        
        .k12-cx-xgcp-4pl-fx1-1-01-list dl:hover {
            border-color: #be131b;
        }
        
        .k12-cx-xgcp-4pl-fx1-1-01-list dl img {
            display: block;
            width: 100%; 
        }
        
        .k12-cx-xgcp-4pl-fx1-1-01-list dd {
            padding: 10px 28px 10px 10px;
            margin-right: 2px;
            position: relative;
        }
        
        .k12-cx-xgcp-4pl-fx1-1-01-list h4 {
            height: 30px;
            font-size: 16px;
            font-weight: normal;
            line-height: 30px;
            color: #191919;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .k12-cx-xgcp-4pl-fx1-1-01-list h4 a {
            color: #191919;
        }
        
        .k12-cx-xgcp-4pl-fx1-1-01-desc {
            font-size: 14px;
            line-height: 24px;
            color: #666;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .p15-product-2-date {
            width: 25px;
            height: 27px;
            position: absolute;
            top: 20px;
            right: 4px;
            z-index: 33;
            cursor: pointer;
        }
        
        .p15-product-2-date a {
            display: block;
            width: 25px;
            height: 27px;
        }
    

        .news-title {
        display: inline-block;
        height: 64px;
        line-height: 64px;
        font-size: 32px;
        color: #1a1a1a;
        font-weight: normal;
        position: relative;
        border-bottom: 3px solid #be131b;
    }
    
    .news-title:after {
        content: '';
        position: absolute;
        width: 50%;
        height: 3px;
        background: #000000;
        right: 0;
        bottom: -3px;
        z-index: 1;
    }
    .p102-news-info {
        padding: 60px 0 0;
    }
    
    .p102-news-info dl {
        border: 1px solid #ebebeb;
        padding: 9px;
        background: #fff;
        margin-bottom: 25px;background:#f8f8f8;margin-top:40px;
    }
    
    .p102-news-info dt {
        float: left;
        width: 268px;
    }
    
    .p102-news-info dt a,
    .p102-news-info dt img {
        width: 100%;
        display: block;
    }
    
    .p102-news-info dd {
        float: left;
        width: 820px;
        margin-left: 50px;
        position: relative;
        padding-top: 30px;
    }
    
    .p102-news-info dd i {
        position: absolute;
        width: 120px;
        height: 40px;
        font: 14px/40px Arial;
        color: #ffffff;
        text-align: center;
        background: #333333;
        right: -52px;
        top: -10px;
    }
    
    .p102-news-info dd h4 {
        height: 32px;
        padding-left: 90px;
        position: relative;
        font-weight: normal;
        margin-bottom: 10px;
    }
    
    .p102-news-info dd h4 em {
        position: absolute;
        width: 74px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        font-weight: bold;
        color: #be131b;
        text-align: center;
        border: 1px solid #be131b;
        left: 0;
        top: 0;
        font-style: normal;
    }
    
    .p102-news-info dd h4 a {
        display: inline-block;
        max-width: 100%;
        height: 32px;
        line-height: 32px;
        font-size: 22px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .p102-news-info dd p {
        line-height: 26px;
        font-size: 14px;
        color: #666666;
        text-align: justify;
    }
    
    .p102-news-info dd p a {
        color: #333;
    }
    
    .p102-news-info dl:hover dd h4 a {
        color: #be131b;
    }
    
    .p102-news-info ul {
        padding: 5px 0;
        position: relative;
        margin-bottom: 45px;
    }
    
    .p102-news-info ul:before {
        content: '';
        position: absolute;
        width: 1px;
        background: #d9d9d9;
        left: 50%;
        top: 0;
        bottom: 0;
        z-index: 1;
    }
    
    .p102-news-info ul li {
        float: left;
        width: 560px;
    }
    
    .p102-news-info ul li.last {
        margin-left: 80px;
    }
    
    .p102-news-info ul h4 {
        height: 34px;
        line-height: 34px;
        font-weight: normal;
        position: relative;
        padding-left: 25px;
    }
    
    .p102-news-info ul h4:before {
        content: '';
        position: absolute;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 6px solid #b3b3b3;
        left: 0;
        top: 50%;
        margin-top: -4px;
        z-index: 1;
    }
    
    .p102-news-info ul h4 a {
        display: inline-block;
        max-width: 440px;
        height: 34px;
        font-size: 16px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .p102-news-info ul h4 span {
        position: absolute;
        width: 90px;
        height: 30px;
        font: 14px/30px Arial;
        color: #808080;
        text-align: right;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
    
    .p102-news-info ul h4:hover:before {
        border-left: 6px solid #be131b;
    }
    
    .p102-news-info ul h4:hover a {
        color: #be131b;
    }
    
    .p102-news-info-more {
        width: 170px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        text-align: center;
        margin: 0 auto;
        background: #000000;
    }
    
    .p102-news-info-more a {
        display: block;
        height: 50px;
        color: #fff;
    }


    .p102-pro-content-title {
        display: inline-block;
        height: 64px;
        line-height: 64px;
        font-size: 32px;
        color: #1a1a1a;
        font-weight: normal;
        position: relative;
        border-bottom: 3px solid #be131b;
    }
    
    .p102-pro-content-title:after {
        content: '';
        position: absolute;
        width: 50%;
        height: 3px;
        background: #000000;
        right: 0;
        bottom: -3px;
        z-index: 1;
    }
    
    .p102-pro-case {
        padding: 60px 0 80px;
    }
    
    .p102-pro-case-list {
        padding-top: 40px;
    }
    
    .p102-pro-case-items dl {
        float: left;
        width: 31.5%;
        position: relative;
        margin-right: 2.75%;
    }
    
    .p102-pro-case-items dl:nth-child(4n-1) {
        margin-right: 0;
    }
    
    .p102-pro-case-items dt img,
    .p102-pro-case-items dt a {
        display: block;
        width: 100%;
    }
    
    .p102-pro-case-items dd {
        position: absolute;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        left: 0;
        bottom: 0;
        z-index: 2;
    }
    
    .p102-pro-case-items dd h4 a {
        display: block;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        color: #ffffff;
        text-align: center;
        padding: 0 15px;
    }
    
    .p102-pro-case-items dl:hover dt a:before {
        content: '';
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        top: 0;
        bottom: 0;
        z-index: 1;
    }
    
    .p102-pro-case-items dl:hover dt a:after {
        content: '+';
        position: absolute;
        width: 50px;
        height: 50px;
        font: 30px/50px "宋体";
        color: #fff;
        text-align: center;
        background: #be131b;
        left: 50%;
        margin-left: -25px;
        top: 50%;
        margin-top: -25px;
        border-radius: 100%;
        z-index: 2;
    }
    
    .p102-pro-case-items dl:hover dd {
        background: none;
    }
    
    .p102-pro-case-paging {
        height: 30px;
        text-align: center;
        padding-top: 25px;
    }
    
    .p102-pro-case-paging li {
        display: inline-block;
        width: 10px;
        height: 10px;
        border: 3px solid #be131b;
        border-radius: 100%;
        margin: 0 5px;
    }
    
    .p102-pro-case-paging li.cur {
        background: #be131b;
    }
    
    .p102-pro-case-more {
        height: 46px;
        margin: 35px auto 0;
        text-align: center;
        position: relative;
    }
    
    .p102-pro-case-more a {
        display: inline-block;
        height: 44px;
        line-height: 44px;
        font-size: 18px;
        font-weight: normal;
        color: #be131b;
        border: 1px solid #be131b;
        padding: 0 20px 0 64px;
        position: relative;
    }
    
    .p102-pro-case-more a:before {
        content: '';
        width: 20px;
        height: 14px;
        position: absolute;
        border: 4px solid #be131b;
        border-left: 0;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        left: 26px;
        top: 11px;
    }
    
    .p102-pro-case-more a:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-right: 6px solid #be131b;
        top: 9px;
        left: 22px;
        z-index: 1;
    }


                .f_bg {
                    background: #eaeaea;
                    height: 23.6rem;
                    overflow: hidden;
                    padding-top: 4rem;
                    position: relative;
                }
                
                .f_bl {
                    float: left;
                }
                
                .f_bl h3 {
                    height: 12.3rem;
                    overflow: hidden;
                }
                
                .f_bl h3 em {
                    display: block;
                    height: 5.1rem;
                }
                
                .f_bl h3 em img {
                    display: block;
                    float: left;
                    margin-right: 0.65rem;
                }
                
                .f_bl h3 em strong {
                    display: block;
                    float: left;
                    padding-top: 0.45rem;
                    font-size: 1.25rem;
                    color: #000;
                    line-height: 100%;
                    position:relative;
                }
                
                .f_bl h3 em strong span {
                    display: block;
                    font-weight: normal;
                    line-height: 100%;
                    font-size: 1rem;
                    background: url(images/f_ico2.jpg) no-repeat left center;
                    margin-top: 0.6rem;
                    text-align: center;
    position: absolute;
    left: 0%;
width: 7.5rem;
  background-size: 7.5rem 0.2rem;

                }
                
                .f_bl h3 i {
                    display: block;
                    line-height: 100%;
                    color: #0b0a0a;
                    font-size: 2.4rem;
                    font-weight: normal;
                }
                 .f_bl h3 i span{display:block;       font-size: 1rem;}
                
                .f_bl ul {
                    overflow: hidden;
                }
                
                .f_bl ul li {
                    float: left;
                    width: 6.7rem;
                    margin-right: 0.45rem;
                    text-align: center;
                    line-height: 100%;
                    font-size: 0.8rem;
                    color: #0b0a0a;
                }
                
                .f_bl ul li i {
                    display: block;
                    line-height: 100%;
                    padding-bottom: 0.75rem;
                }
                
                .f_bl ul li img {
                    width: 5.6rem;
                    padding: 0.55rem;
                    background-color: #fff;
                    border-radius: 0.8rem;
                }
                
                .footer {
                    width: 83.33%;
                    margin: 0 auto;
                }
                
                .f_nav {
                    float: right;
                    width: 60%;
                }
                
                .f_nav p {
                    line-height: 100%;
                    font-size: 0.8rem;
                    color: #aaa;
                    text-align: right;
                }
                
                .f_nav p i {
                    display: block;
                    padding-bottom: 0.75rem;
                }
                
                .f_nav p span {
                    padding-left: 1rem;
                }
                
                .f_nav .f_ul01 {
                    display: flex;
                    justify-content: space-between;
                    height: 19.2rem;
                }
                
                .f_ul01 li a {
                    font-size: 0.82rem;
                    color: #282828;
                    font-weight: bold;
                    display: block;
                    line-height: 100%;
                    width: 100%;
                    position: relative;
                    margin-bottom: 2.5rem;
                }
                
                .f_ul01 .f_ul02 li {
                    width: 100%;
                }
                
                .f_ul01 .f_ul02 li a {
                    line-height: 100%;
                    font-size: 0.72rem;
                    color: #646464;
                    margin-bottom: 0.75rem;
                    font-weight: normal;
                    position: relative;
                }
                
                .f_ul01 .f_ul02 li a::before {
                    position: absolute;
                    left: -0.7rem;
                    top: 0.15rem;
                    content: "";
                    width: 0.2rem;
                    height: 0.5rem;
                    background: url(images/f_ico1.jpg) no-repeat;
                    opacity: 0;
                }
                
                .f_ul01 .f_ul02 li a:hover {
                    letter-spacing: 0;
                    color: #bf131b;
                }
                
                .f_ul01 .f_ul02 li a:hover::before {
                    opacity: 1;
                }
                
                .f_ul01 li a:hover {
                    color: #bf131b;
                }
                
                .f_bl {
                    float: left;
                    width: 34%;
                }
            

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