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

        .banner {
            position: relative;
            height: auto;
            clear: both;
        }
        
        .banner img {
            display: block;
            width: 100%;
            margin: 0 auto;
        }
        
        .ban1{position:relative;}
          /*.ban1:after{position:absolute;left:0;top:0;width:100%;height:1000%;background:rgba(0,0,0,0.45);content:"";z-index:2;}*/
          
        .ban_txt {
            position: absolute;
            top: 0;
            left: 0;
          z-index: 20;
            width: 100%;
            display:block;
        }
        .ban_txt img{display:block; width: 100%;}
        
        .banner video {
            display: block;
            width: 100%;
            margin: 0 auto;
         position:relative;
        }
       
         
         
        .banner .swiper-button-prev,
        .banner .swiper-button-next {
            position: absolute;
            font-size: 0;
            top: 45%;
            margin-top: 0;
            z-index: 11;
            width: 1.8rem;
            height: 3.5rem;
            border: 0;
            outline: none;
            cursor: pointer;
            border-radius: 50%;
            transition: .5s;
        }
        
        .banner .swiper-button-prev {
            left: 4%;
            background: url(images/prev.png) no-repeat center center;
            background-size: 1.8rem 3.5rem;
        }
        
        .banner .swiper-button-next {
            right: 4%;
            background: url(images/next.png) no-repeat center center;
            background-size: 1.8rem 3.5rem;
        }
        
           .banner .swiper-button-prev {
            left: 4%;
            background: url(images/prev1.png) no-repeat center center;
            background-size: 1.8rem 3.5rem;
        }
        
        .banner .swiper-button-next {
            right: 4%;
            background: url(images/next1.png) no-repeat center center;
            background-size: 1.8rem 3.5rem;
        }
        /*.banner .swiper-button-prev:hover,*/
        /*.banner .swiper-button-next:hover {*/
        /*    box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);*/
        /*}*/
        video {
  object-fit: cover;
  object-position: center;
}.banner video {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
video#sVideo {
  width: 100%;
}
        .banner .swiper-pagination {
            bottom: 8%!important;text-align: center;
  width: 100%;
        }
        
        .banner .swiper-pagination .swiper-pagination-bullet {
            border: 0 none;
            width: 15px;
            height: 15px;
            border-radius: 15px;
            display: inline-block;
            outline: none;
            background: #fff;
               margin: 0 8px!important;
            transition: .5s;
            opacity: 1;
        }
        
        .banner .swiper-pagination .swiper-pagination-bullet-active {
            background: #009944;
            /*width: 40px;*/
        }
        
        .banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
            margin: 0 8px!important;
        }
          .banner .swiper-pagination {
            bottom: 8%!important;
        }
        
      

        
    

     .tix{    padding: 1.14rem 1.2rem 0;    line-height: 1.4rem;    height:5.7rem;
    overflow: hidden;}
 

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