
            .header {
                z-index: 555;
                height: 6.2rem;
                width: 84%;
                margin: 0 auto 0;
                position: relative;
            }
            
            .logo {
                width: 4.55rem;
                line-height: 0;
                align-items: center;
                margin-top: 0.8rem;
            }
            
            .logo img {
                display: block;
                width: 100%;
            }
            
            .header h2 {
                float: left;
                margin: 2.1rem 0 0 1.1rem;
                line-height: 100%;
                font-weight: normal;
                color: #282828;
                font-size: 1.1rem;
                padding-left: 1rem;
                border-left: 1px solid #e3e3e3;
            }
            
            .header h2 span {
                display: block;
                line-height: 100%;
                font-weight: bold;
                padding-top: 0.5rem;
            }
            
            .h_er h2 {
                float: right;
            }
            .h_er img{ width:100%;}
            
            .h_nav {
                margin-top: 4.3rem;
                float: right;
                width: 50%;
                margin-right: 1.7%;
            }
            
            .h_nav ul {
                width: 100%;
                justify-content: space-between;
            }
            
            .h_nav li {
                float: left;
                margin-left: 6.2%;
                position: relative;
            }
            
            .h_nav li a {
                font-size: 0.9rem;
                color: #282828;
                display: block;
                position: relative;
                z-index: 4;
                text-decoration: none;
                line-height: 100%;
                padding: 0 0 0.98rem;
            }
            
            .h_nav li a:after {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 0.2rem;
                background: #c81309;
                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.2rem;
                opacity: 1;
                -webkit-transform: translateY(0px);
                -moz-transform: translateY(0px);
                transform: translateY(0px);
            }
            
            .h_nav li a:hover,
            .h_nav li.cur a {
                color: #c81309;
            }
            
            .h_tel {
                color: #282828;
                height: 1.6rem;
                align-items: center;
                justify-content: space-between;
                padding: 0 0.7rem 0 0.4rem;
                border-radius: 1rem;
                position: absolute;
                right: 6.1rem;
                top: 1.5rem;
            }
            
            .h_tel i {
                display: inline-block;
                float: left;
                background-color: #e7ecf4;
                font-size: 0.72rem;
                height: 1.1rem;
                line-height: 1.1rem;
                border-radius: 1.1rem;
                padding: 0.35rem 1.1rem;
                margin-right: 0.75rem;
            }
            
            .h_tel i span {
                font-size: 0.92rem;
            }
            
            .h_tel a {
                display: inline-block;
                color: #fff;
                width: 1.7rem;
                height: 1.7rem;
                background: #c81309;
                border-radius: 0.2rem;
                text-align: center;
                line-height: 1.7rem;
                font-size: 1rem;
                text-transform: uppercase;
                font-weight: normal;
            }
            
            .h_er {
                float: right;
                margin-top: 0.95rem;
                width: 3.5rem;
                font-size: 0;
                line-height: 0;
                box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.22);
                border: 0.45rem solid #fff;
            }
            
            .h_tel em {
                width: 1.1rem;
                height: 1.1rem;
                line-height: 0;
                padding-right: 0.3rem;
            }
            
            .h_tel em img {
                width: 1.1rem;
                height: 1.1rem;
                float: left;
            }
            
            .h_nav li .submenu {
                position: absolute;
                left: 50%;
                top: 100%;
                z-index: 500;
                transform: translateX(-50%);
                max-height: 0;
                transition: max-height 0.4s linear;
                -ms-transition: max-height 0.4s linear;
                -moz-transition: max-height 0.4s linear;
                overflow: hidden;
            }
            
            .h_nav li .submenu p {
                background: rgba(242, 242, 242, 1);
                padding: 6px 10px;
                border-radius: 10px;
                position: relative;
            }
            
            .h_nav li .submenu p:before {
                position: absolute;
                content: "";
                border-width: 9px 8px;
                border-style: solid;
                border-color: transparent transparent rgba(242, 242, 242, 1);
                top: 0;
                left: 50%;
                margin-left: -8px;
                transition: all 0.4s linear;
                -ms-transition: all 0.4s linear;
                -moz-transition: all 0.4s linear;
                opacity: 0;
            }
            
            .h_nav li .submenu a {
                transition: all .4s ease;
                display: block;
                font-weight: 500;
                padding: 0 17px 0 32px;
                font-size: 16px;
                line-height: 48px;
                color: #333333;
                line-height: 54px;
                white-space: nowrap;
                position: relative;
                border-bottom: 1px dotted #333333;
                text-align: left;
            }
            
            .h_nav li .submenu a:last-child {
                border-bottom: 0
            }
            
            .h_nav li .submenu a:before {
                position: absolute;
                content: "";
                width: 4px;
                height: 4px;
                border: 1px solid #333333;
                border-radius: 50%;
                top: 23px;
                left: 13px;
                transition: ease .4s;
                -o-transition: ease .4s;
            }
            
            .h_nav li .submenu a:hover {
                color: #000;
                font-weight: bold;
            }
            
            .header .h_nav li:hover .submenu {
                max-height: 1000px;
            }
            
            .header .h_nav li:hover .submenu p:before {
                opacity: 1;
            }
            
            .h_nav li .submenu a:hover:after {
                height: 0px;
            }
            
            .h_nav li:hover a:hover:after {
                height: 0;
            }
            .h_nav li.cur .submenu p a:after{height:0px;}
              .h_nav li .submenu p a:hover{font-weight:bold;}
            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: #c81309;}
    .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 #c81309;
        float: right;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }


        .p12-curmbs-1 {
            font-size: 14px;
            border-bottom: 1px dashed #dcdcdc;
        }
        
        .p12-curblock{
            display: none;
        }
        .p12-curmbs-1 b {
            border-left: 10px solid #0f4394;
            font-weight: normal;
            padding-left: 8px;
        }
        .p12-curmbs-1 i {
            font-style: normal;
        }
        
        .p12-curmbs-1 span {
            font-family: '宋体';
            padding: 0 5px;
            height: 46px;
            line-height: 46px;
        }
    

    .p101-info-content-1 {
        padding-top: 180px;
        position: relative;
    }
    
    .p101-info-content-1-text {
        position: absolute;
        width: 1200px;
        left: 0;
        top: 50px;
        z-index: 1;
        border-bottom: 1px solid #dedede;
        padding-bottom: 8px;
    }
    
    .p101-info-content-1-title {
        height: 56px;
    line-height: 56px;
    font-size: 28px;
    color: #1a1a1a;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
    
    .p101-info-content-1-bool {
        height: 24px;
        line-height: 24px;
        font-size: 14px;
        color: #999999;
    }
    
    .p101-info-content-1-bool span {
        margin-right: 15px;
    }
    
    .p101-info-content-1-bool span.times {
        font-family: Arial;
    }
    
    .p101-info-content-1-con {
        line-height: 32px;
        font-size: 16px;
        color: #4c4c4c;
        text-align: justify;
        margin-bottom: 35px;
    }
    
    .p101-info-pagination-1 {
        position: relative;
        padding: 20px 0;
        border-top: 1px solid #dedede;
    }
    
    .p101-info-pagination-1 dl {
        width: 660px;
    }
    
    .p101-info-pagination-1 dd {
        height: 34px;
        line-height: 34px;
        font-size: 16px;
        color: #4c4c4c;
    }
    
    .p101-info-pagination-1 dd span {
        float: left;
        display: inline-block;
        padding-left: 20px;
        max-width: 100px;
        height: 34px;
        position: relative;
    }
    
    .p101-info-pagination-1 dd span:before {
        content: '';
        position: absolute;
        width: 3px;
        height: 14px;
        background: #4c4c4c;
        left: 0;
        top: 50%;
        margin-top: -7px;
    }
    
    .p101-info-pagination-1 dd a {
        float: left;
        display: inline-block;
        max-width: 550px;
        height: 34px;
        color: #c81309;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .p101-info-pagination-1-href {
        position: absolute;
        width: 120px;
        height: 38px;
        border: 1px solid #c81309;
        right: 0;
        top: 50%;
        margin-top: -20px;
    }
    
    .p101-info-pagination-1-href a {
        display: block;
        height: 38px;
        line-height: 38px;
        font-size: 18px;
        color: #c81309;
        text-align: center;
    }


    .p101-info-3 {
        background: #f5f5f5;
        border: 1px solid #ededed;
    }
    
    .p101-info-3-title {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        font-size: 24px;
        color: #ffffff;
        padding: 0 30px;
        background: #4d4d4d;
        margin-top: -1px;
    }
    
    .p101-info-3-list {
        padding: 5px 24px 15px;
    }
    
    .p101-info-3-list li {
        height: 55px;
        line-height: 55px;
        border-bottom: 1px dashed #d2d2d2;
    }
    
    .p101-info-3-list li:last-child {
        border-bottom: 0;
    }
    
    .p101-info-3-list li a {
        display: inline-block;
        max-width: 590px;
        padding-left: 25px;
        height: 55px;
        font-size: 16px;
        color: #333333;
        position: relative;
    }
    
    .p101-info-3-list li a:before {
        content: "";
        width: 5px;
        height: 5px;
        border: 2px solid #808080;
        border-style: solid solid none none;
        position: absolute;
        top: 50%;
        left: 6px;
        margin-top: -3px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    .p101-info-3-list li span {
        float: right;
        width: 110px;
        font: 14px/55px Arial;
        color: #808080;
        text-align: right;
        margin-right: 5px;
    }
    .p101-info-3-list li:hover a{color: #c81309;}
    .p101-info-3-list li:hover a:before{border-color: #c81309;}


    .p101-info-key-1 {
        padding: 22px 0 42px;
        border-bottom: 1px solid #dedede;
    }
    
    .p101-info-key-1 p {
        height: 28px;
        line-height: 28px;
        color: #666666;
        font-size: 14px;
    }
    
    .p101-info-key-1 span {
        display: inline-block;
        margin: 0 4px;
    }
    
    .p101-info-key-1 span a {
        color: #666;
    }
    .p101-info-key-1 span a:hover{color: #c81309;}


    .p101-recommend-news-title {
        position: relative;
        font-weight: normal;
        margin-bottom: 10px;
    }
    
    .p101-recommend-news-title span,
    .p101-recommend-news-title a {
        display: block;
        height: 50px;
        line-height: 50px;
        font-size: 38px;
        color: #333333;
    }
    
    .p101-recommend-news-title em {
        display: block;
        height: 22px;
        font: 14px/22px 'Arial';
        color: #808080;
        font-style: normal;
        letter-spacing: 2px;
    }
    
    .p101-recommend-news {
        padding: 40px 0 60px;
    }
    
    .p101-recommend-news-list ul {
        padding-top: 5px;
        position: relative;
    }
    
    .p101-recommend-news-list li {
        height: 40px;
        padding-left: 20px;
        position: relative;
        line-height: 40px;
    }
    
    .p101-recommend-news-list li:before {
        content: "";
        width: 8px;
        height: 8px;
        border: 2px solid #808080;
        border-style: dotted dotted none none;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -4px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 1;
    }
    
    .p101-recommend-news-list li:after {
        content: '';
        position: absolute;
        width: 2px;
        height: 2px;
        background: #808080;
        left: 4px;
        top: 50%;
        z-index: 1;
    }
    
    .p101-recommend-news-list li a {
        display: inline-block;
        max-width: 640px;
        height: 40px;
        font-size: 16px;
        color: #333333;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .p101-recommend-news-list li:hover a {
        color: #c81309;
    }
    
    .p101-recommend-news-list li:hover:before {
        border-color: #c81309;
    }
    
    .p101-recommend-news-list li:hover:after {
        background: #c81309;
    }
    
    .p101-recommend-news-list li span {
        float: right;
        width: 110px;
        font: 14px/40px Arial;
        color: #808080;
        text-align: right;
    }


    .p101-info-fdh-1 {
        background: #f5f5f5;
        margin: 185px 0 10px;
    }
    
    .p101-info-fdh-title {
        height: 40px;
        line-height: 40px;
        font-size: 22px;
        color: #1a1a1a;
        text-align: center;
        position: relative;
        padding-bottom: 8px;
        margin-bottom: 30px;
    }
    
    .p101-info-fdh-title:after {
        content: '';
        position: absolute;
        width: 36px;
        height: 2px;
        background: #c81309;
        bottom: 0;
        left: 50%;
        margin-left: -18px;
    }
    
    .p101-info-fdh-customer {
        padding: 30px 30px 0;
    }
    
    .p101-info-fdh-list dl {
        position: relative;
        margin-bottom: 10px;
    }
    
    .p101-info-fdh-list dt img {
        width: 100%;
        display: block;
    }
    
    .p101-info-fdh-list dd {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 1;
        background: rgba(0, 0, 0, 0.5);
    }
    
    .p101-info-fdh-list dd h4 {
        font-weight: normal;
        line-height: 36px;
        font-size: 16px;
        text-align: center;
        padding: 0 10px;
    }
    
    .p101-info-fdh-list dd a {
        display: block;
        color: #ffffff;
        height: 36px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .p101-info-fdh-list dl:hover dd a{color: #c81309;}
    .p101-info-fdh-ul {
        padding: 12px 0 22px;
        border-bottom: 1px solid #dedede;
    }
    
    .p101-info-fdh-ul li {
        height: 28px;
        line-height: 28px;
        padding: 0 26px;
        background: url("images/p101-fdh-icon1.png") no-repeat left center;
    }
    
    .p101-info-fdh-ul li a {
        display: block;
        height: 28px;
        font-size: 14px;
        color: #333333;
    }
    .p101-info-fdh-ul li:hover a{color: #c81309;}


    .p101-fdh-1 {
        padding: 20px 13px 30px;
    }
    
    .fdh-01-nav:after {
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }
    
    .p101-fdh-1 .fdh-01-nav-one {
        float: left;
        width: 140px;
        margin: 0 10px 10px 0;
        background: #fff;
    }
    
    .p101-fdh-1 .fdh-01-nav-one:nth-child(2n) {
        margin-right: 0;
    }
    
    .p101-fdh-1 .fdh-01-nav-one h3 {
        height: 44px;
        line-height: 44px;
        border: 1px solid #d2d2d2;
        font-size: 16px;
        text-align: center;
        font-weight: normal;
    }
    
    .p101-fdh-1 .fdh-01-nav-one h3 a {
        display: block;
        height: 44px;
        color: #333333;
    }
    
    .p101-fdh-1 .fdh-01-nav-one:hover {
        border-color: #c81309;
    }
    
    .p101-fdh-1 .fdh-01-nav-one h3.sidenavcur,
    .p101-fdh-1 .fdh-01-nav-one h3:hover {
        border-color: #c81309;
    }
    
    .p101-fdh-1 .fdh-01-nav-one h3.sidenavcur a,
    .p101-fdh-1 .fdh-01-nav-one h3:hover a {
        color: #c81309;
    }


    .p101-contact-z1{height: 140px;background: url("images/contact-z1_bg.jpg") no-repeat center;}
			.p101-contact-z1 p{
				font-size: 20px;
				color: #333333;
				height: 30px;
				line-height: 30px;
				padding: 37px 0 0 194px;
				background: url(images/contact-z1_phone.png) no-repeat 158px 40px;
			}
			.p101-contact-z1 span{
				display: block;
				height: 30px;
				font: bold 26px/30px Arial;
				color: #1a1a1a;
				padding: 5px 0 0 140px;
			}


            .f_bg {
                background: url(images/f_bg.jpg) no-repeat center 0/100% 25.8rem;
                height: 22.7rem;
                border-top: #e10108 0.5rem solid;
                overflow: hidden;
                padding-top: 3.1rem;
                position: relative;
            }
            
            .footer {
                width: 83.33%;
                margin: 0 auto;
                position: relative;
            }
            
            .f_bg:before {
                content: "";
                width: 100%;
                height: 1px;
                background: rgba(255, 255, 255, 0.66);
                position: absolute;
                top: 18.9rem;
                left: 0;
            }
            
            .f_logo {
                height: 18.4rem;
                overflow: hidden;
                width: 13.6%;
            }
            
            .f_logo em {
                display: block;
                line-height: 0;
                overflow: hidden;
                margin: 0 auto;
            }
            
            .f_logo em img {
                display: block;
                width: 10.85rem;
            }
            
            .f_logo b {
                display: block;
                font-size: 1.4rem;
                color: #fff;
                line-height: 100%;
                padding-top: 1.5rem;
            }
            
            .f_nav {
                overflow: hidden;
                margin-top: 1.4rem;
                margin-left: 3.5%;
                padding: 0 3.5%;
                border-left: 1px solid rgba(255, 255, 255, 0.5);
                border-right: 1px solid rgba(255, 255, 255, 0.5);
                width: 42%;
            }
            
            .f_nav ul {
                overflow: hidden;
            }
            
            .f_nav ul li {
                float: left;
                width: 42%;
            }
            
            .f_nav ul li:last-child {
                width: 15%;
            }
            
            .f_nav ul li h3 {
                line-height: 100%;
                color: #fff;
                font-size: 1.2rem;
                padding-bottom: 1.3rem;
            }
            
            .f_nav ul li h3 a {
                color: #fff;
            }
            
            .f_nav ul li p a {
                display: block;
                line-height: 100%;
                font-size: 0.73rem;
                color: rgba(255, 255, 255, 0.56);
                margin-bottom: 0.7rem;
                width: 50%;
                float: left;
            }
            
            .f_nav ul li p {
                overflow: hidden;
            }
            
            .f_nav ul li p a {
                display: inline-block;
            }
            
            .f_nav ul li:first-child p a:last-child,
            .f_nav ul li:first-child p a:nth-last-child(2) {
                margin-bottom: 0;
            }
            
            .f_nav ul li:first-child p a:last-child {
                clear: both;
                margin-top: 0.7rem;
            }
            
            .f_nav ul li:last-child p a {
                display: block;
                clear: both;
                width: 100%;
            }
            
            .f_nav ul li p a:hover {
                color: rgba(255, 255, 255, 0.86);
            }
            
            .f_er {
                color: rgba(255, 255, 255, 0.56);
                font-size: 0.7rem;
                padding-top: 1.5rem;
                width: 30%;
            }
            
            .f_er p {
                padding-top: 0.15rem;
                padding-bottom: 0.6rem;
            }
            
            .f_er p em img {
                vertical-align: middle;
                padding-right: 5px;
                display: inline-block;
                float: left;
            }
            
            .f_er p i {
                display: block;
                overflow: hidden;
                margin-bottom: 0.5rem;
            }
            
            .f_er p em i {
                display: block;
                overflow: hidden;
            }
            
            .f_er ul {
                overflow: hidden;
            }
            
            .f_er ul li {
                float: left;
                margin-right: 2rem;
                background: #fff;
                padding: 0.35rem;
                color: #000;
                font-size: 0.6rem;
                text-align: center;
                line-height: 100%;
            }
            
            .f_er ul li img {
                width: 3.7rem;
            }
            
            .f_er ul li span {
                display: block;
                line-height: 100%;
                padding-top: 0.35rem;
            }
            
            .f_er ul li:last-child {
                margin-right: 0;
            }
            
            .f_lianx {
                font-size: 0.75rem;
                color: rgba(255, 255, 255, 0.5);
                line-height: 100%;
            }
            
            .f_lianx span {
                padding: 0 0.95rem;
            }
            
            .f_lianx a {
                color: rgba(255, 255, 255, 0.5);
            }
        

			.ty-zxkf-tys-02 {
			width: 140px;
			background: #b0b0b0;
			position: fixed;
			bottom: 50px;
			right: 10px;
			padding: 0 5px 5px;
			z-index: 900;
		}
		  
		.ty-zxkf-tys-02 h2 {
			height: 40px; 
			font-size: 20px;
			font-weight: normal;
			line-height: 40px;
			color: #fff;
			text-align: center;
			background: #b0b0b0;
		}
		
		.ty-zxkf-tys-02-con{background: #fff;
			text-align: center;
			padding-top: 25px;
			padding-bottom: 10px;}
		
		.ty-zxkf-tys-02-con p {
			text-align: center;
		}
		
		.ty-zxkf-tys-02-con p img {
			width: 40px;
			height: 40px;
			display: block;
			margin: 0 auto;
		}
		
		.ty-zxkf-tys-02-tit-p2 {
			margin: 12px auto 5px;
		}
		
		.ty-zxkf-tys-02-con p em {
			font-style: normal;
			display: block;
			color: #3f3f3f;
		}
		
		.ty-zxkf-tys-02-con p span {
			display: block;
			text-align: center;
			font-size: 14px;
			line-height: 20px;
			font-style: normal;
			color: #2c3641;
		}
		
		.ty-zxkf-tys-02-con span em {
			display: block;
			font-style: normal;
			color: #242020;
			letter-spacing: 1px;
		}
		
		.ty-zxkf-tys-02-con .code img {
			width: 75px;
			height: 75px;
			display: block;
			margin: 2px auto 0;
		}
	
