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

    .lyl-1k2-form-1 {
        padding: 60px 0 0;
    }
    .lyl-1k2-form-1 .lyl-1k2-form-con{position: relative;padding-bottom: 60px;}
    .lyl-1k2-form-1 .lyl-1k2-form-left {
        position: absolute;
        width: 500px;
        height: 699px;
        left: 0;
        bottom: 0;
        z-index: 5;
    }
    
    .lyl-1k2-form-1 .lyl-1k2-form-left img {
        width: 500px;
        height: 700px;
        display: block;
    }
    
    .lyl-1k2-form-1 .lyl-1k2-form-right {
        width: 680px;
        margin: 0 0 0 auto;
        padding-top: 32px;
    }
    
    .lyl-1k2-form-1 .lyl-1k2-form-title b {
        display: block;
        height: 80px;
        line-height: 80px;
        font-size: 70px;
        font-family: "Impact";
        color: rgba(51, 51, 51, 0.1);
        text-transform: uppercase;
        letter-spacing: 6px;
        overflow: hidden;
        margin-bottom: 3px;
    }
    
    .lyl-1k2-form-1 .lyl-1k2-form-title span {
        display: block;
        height: 60px;
        line-height: 60px;
        font-size: 42px;
        color: #333333;
    }
    
    .lyl-1k2-form-1 .lyl-1k2-form-title em {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 24px;
        font-style: normal;
        color: #333333;
        margin-bottom: 34px;
    }
    
    .lyl-1k2-form-1 .lyl-1k2-form-title p {
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        color: #999999;
    }
    
    .lyl-1k2-form-1 .lyl-1k2-form-wrap {
        padding: 15px 0 0;
    }
    
    .lyl-1k2-form-1 .lyl-1k2-form-wrap .timeinterval {
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        color: #666;
        padding-top: 10px;
    }
    
    .lyl-1k2-form-1 .lyl-1k2-form-wrap li {
        height: 56px;
        border: 1px solid #d2d2d2;
        margin-bottom: 18px;
    }
    
    .lyl-1k2-form-1 .lyl-1k2-form-wrap li label {
        float: left;
        width: 110px;
        height: 56px;
        line-height: 56px;
        text-align: right;
        font-size: 16px;
        color: #999999;
    }
    
    .lyl-1k2-form-1 .lyl-1k2-form-wrap li label b {
        color: #f00;
        margin-right: 5px;
    }
    
    .lyl-1k2-form-1 .lyl-1k2-form-wrap li input {
        float: left;
        width: 550px;
        height: 56px;
        line-height: 56px;
        font-size: 16px;
        color: #999999;
    }
    
    .lyl-1k2-form-1 .lyl-1k2-form-wrap li input::-webkit-input-placeholder,
    .lyl-1k2-form-1 .lyl-1k2-form-wrap li.lyl-1k2-form-li-textarea textarea::-webkit-input-placeholder {
        color: rgba(51, 51, 51, 0.3);
    }
    
    .lyl-1k2-form-1 .lyl-1k2-form-wrap li input::-moz-placeholder,
    .lyl-1k2-form-1 .lyl-1k2-form-wrap li.lyl-1k2-form-li-textarea textarea::-moz-placeholder {
        color: rgba(51, 51, 51, 0.3);
    }
    
    .lyl-1k2-form-1 .lyl-1k2-form-wrap li input:-ms-input-placeholder,
    .lyl-1k2-form-1 .lyl-1k2-form-wrap li.lyl-1k2-form-li-textarea textarea::-ms-input-placeholder {
        color: rgba(51, 51, 51, 0.3);
    }
    
    .lyl-1k2-form-1 .lyl-1k2-form-wrap li.lyl-1k2-form-li-textarea {
        height: 168px;
        margin-bottom: 34px;
    }
    
    .lyl-1k2-form-1 .lyl-1k2-form-wrap li.lyl-1k2-form-li-textarea textarea {
        float: left;
        width: 550px;
        line-height: 56px;
        height: 168px;
        font-size: 16px;
        color: #999;
    }
    
    .lyl-1k2-form-1 .lyl-1k2-form-wrap li.lyl-1k2-form-li-button {
        margin-bottom: 0;
        border: 0;
        height: 44px;
    }
    
    .lyl-1k2-form-1 .lyl-1k2-form-wrap li.lyl-1k2-form-li-button label {
        height: 44px;
        line-height: 44px;
    }
    
    .lyl-1k2-form-1 .lyl-1k2-form-wrap li.lyl-1k2-form-li-button .code_gg {
        height: 42px;
        line-height: 42px;
        width: 80px;
        margin-right: 10px;
        outline: none;
        padding-left: 10px;
        border: 1px solid #eee;
    }
    
    .lyl-1k2-form-1 .lyl-1k2-form-wrap li.lyl-1k2-form-li-button b {
        float: left;
        width: 110px;
        height: 44px;
    }
    
    .lyl-1k2-form-1 .lyl-1k2-form-wrap li.lyl-1k2-form-li-button b img {
        display: block;
        width: 110px;
        height: 44px;
    }
    
    .lyl-1k2-form-1 .lyl-1k2-form-wrap li.lyl-1k2-form-li-button .lyl-1k2-form-btn-1 {
        float: right;
        display: block;
        width: 162px;
        height: 44px;
        line-height: 44px;
        font-size: 15px;
        color: #ffffff;
        padding-left: 76px;
        background: #c81309 url("images/lyl-1k2-form-icon.png") no-repeat 49px center;
        text-align: left;
        cursor: pointer;
        border-radius: 10px;
    }


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