<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mobile_header{
	display: none;
	border-bottom: 1px solid #f5f5f5;
	background: #333;
	position: fixed;
    left: 0;
    top: 0;
    z-index: 9033;
    width: 100%;
    height: 50px;
    box-shadow: 0px 0px 5px #333;
}
.jz_nav_menu{
	display: block;
    width: 22px;
    position: absolute;
    top: 25px;
    left: 15px;
    transform: translateY(-50%);
    z-index: 100;
    cursor: pointer;
    transition: all .35s;
}
.menu_body{
	position: relative;
    width: 21px;
    height: 18px;
}
.jz_nav_menu .nav_menu_item{
	width: 100%;
    height: 2px;
    background: #999;
    position: absolute;
    transition: .36s ease;
}
.jz_nav_menu .menu_item_top {
    top: 0;
}
.jz_nav_menu .menu_item_center {
    display: block;
    top: 8px;
}
.jz_nav_menu .menu_item_bottom {
    bottom: 0;
}
.mobile_header_active .jz_nav_menu{
	transform: translate3d(0,-50%,0);
    left: calc(60% + 20px);
}
.mobile_header_active .menu_item_top {
    top: 9px;
    transform: rotate(45deg);
}
.mobile_header_active .nav_menu_item {
    height: 1px;
}
.mobile_header_active .menu_item_center {
    opacity: 0;
}
.mobile_header_active .menu_item_bottom {
    bottom: 8px;
    transform: rotate(-45deg);
}
.moblie_logo {
	transition: all .35s;
    transform: translateZ(0);
    transform-origin: 0 0;
    overflow: hidden;
    height: 50px;
    width: calc(100% - 170px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    transform: translateX(-50%);
    opacity: 1;
}

.moblie_logo img {
    width: 100px;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.mobile_header_active .moblie_logo {
    transform: translate3d(100%,0,0);
}
body{
	overflow-x: hidden;
	max-width: 100%;
	background: #fff;
}
.mobile_nav{
	max-width: 100%;
    border-style: solid;
    border-width: 0;
    padding: 0 16px;
    height: 100%;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    transition: all .35s;
    z-index: 99;
    width: 60%;
    transform: translate(-100%);
    opacity: 0;
    top: 0;
    box-shadow: 0 1px 6px rgba(0,0,0,.15);
    font-size: 15px;
    color: #666;
    overflow-x: hidden;
    overflow-y: auto;
    background: #333;
}
.mobile_header_active .mobile_nav{
	transform: translate(0);
    opacity: 1;
    pointer-events: auto;
}
.jz_nav_content{
	margin-top: 49px;
    height: calc(100% - 49px);
}
.jz_nav_list{
	align-items: center;
    font-size: 0;
    display: block;
    padding-top: 1px;
}
.jz_nav_list .nav_item{
	border: none;
    border-color: #555;
    border-top: 1px solid #555;
    height: auto;
}
.jz_nav_list .nav_item a{
	display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    padding-left: 26px;
    height:50px;
    line-height:50px;
    color: #fff;
}
.jz_nav_list .jz_theme_font_color a{
    color: #E70012;
}
.mobile_header_active .mobile_nav {
    transform: translate(0);
    opacity: 1;
    pointer-events: auto;
}
.mobi_nav_blocker{
	background: rgba(3,2,1,0);
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    transform: translateZ(0);
    transition: transform .4s ease;
}
.mobile_header_active .mobi_nav_blocker{
	transform: translate3d(60%,0,0);
    display: block;
}
.body_content{
	transition: all .35s;
    transform: translateZ(0);
    transform-origin: 0 0;
}
.body_content_active{
	transform: translate3d(60%,0,0);
}


.header{
	width: 100%;
	height:70px;
	position: relative;
	box-shadow: 0px 0px 5px #ccc;
    padding:0 200px 0 230px;
    background: #333333;
}
.header .flex{
	-webkit-align-items: center;
	align-items: center;
}
/*.nav li{
	margin-left:45px;
}
.nav li:first-child{
	margin-left: 0;
}*/
.nav li a{
	display: block;
	line-height: 70px;
	font-size: 18px;
	color: #ccc;
	position: relative;
    font-family: 'cambria';
    padding:0 20px;
}
.nav li a::after{
	content: '';
	position: absolute;
	width: 0;
	height:2px;
	left:50%;
	bottom:0;
	z-index: 3;
	background:#E60012;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.nav li:hover a::after{
	width: 100%;
	left:0;
}
.nav li:hover a{
	color: #fff;
}
.nav li.active a::after{
	width: 100%;
	left:0;
}
.nav li.active a{
	color: #fff;
}
.banner{
    height:calc(100vh - 70px);
}
.banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-container{
    height: 100%;
}
.language a i{
    color: #fff;
    font-size: 19px;
    font-weight: lighter;
    margin-right: 5px;
}
.language a{
    font-size: 14px;
    font-weight: bold;
    color: #cccccc;
    line-height:20px;
    display: block;
}


/*导航结束*/



.module_page1{
    width: 100%;
    padding-bottom:33.33333333%;
    position: relative;
    overflow: hidden;
}
.module_page1 .left{
    width: 37.5%;
    height: 100%;
    background: #E60012;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    left:0;
    top:0;
    z-index: 9;
    padding:0 4%;
}
.module_page1 .left h3{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}
.module_page1 .left p{
    font-size: 14px;
    color: #fff;
    line-height:24px;
    font-family: 'Arial';
    margin:30px 0 50px 0;
}
.module_page1 .left a{
    display: block;
    width: 160px;
    height: 40px;
    border:1px solid #fff;
    line-height:38px;
    text-align: center;
    font-size:24px;
    color: #fff;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}
.module_page1 .left a:hover {
    background: #fff;
    color: #E60012;
}
.module_page1 .right{
    position: absolute;
    width: 62.5%;
    height: 100%;
    right: 0;
    top:0;
    z-index: 9;
}
.page1_list{
    height: 100%;
}
.page1_list ul{
    height: 100%;
}
.page1_list li{
    width:calc(100% / 3);
    height: 50%;
    margin:0;
    padding:0;
    position: relative;
    overflow:hidden;
    background: #000;
}
.page1_list li a{
    display: block;
    height: 100%;
}
.page1_list li:nth-child(2){
    width:calc(100% / 3 * 2);
}
.page1_list li figcaption{
    position: absolute;
    left:0;
    top:0;
    z-index: 3;
}
.search_box{
    position: absolute;
    left:0;
    top:0;
    z-index: 3;
}
.page1_list li img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.page1_list li a::before,
.page1_list li a::after {
    z-index: 1;
    content: "";
    position: absolute;
    left: 25px;
    right: 25px;
    top: 25px;
    bottom: 25px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.page1_list li&gt;a::before {
    border-top: 1px solid #E60012;
    border-bottom: 1px solid #E60012;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}

.page1_list li&gt;a::after {
    border-left: 2px solid #E60012;
    border-right: 2px solid #E60012;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}

.page1_list li:hover&gt;a:before {
    border-top: 2px solid #E60012;
    border-bottom: 2px solid #E60012;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.page1_list li:hover&gt;a:after {
    border-left: 2px solid #E60012;
    border-right: 2px solid #E60012;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.page1_list li a img {
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    overflow: hidden;
    width: 100%;
    display: block;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity:1;
}

.page1_list li:hover img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    opacity: 0.7;
}
.page1_list li figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    text-align: center;
    display-webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    pointer-events: none;
}
.page1_list li figcaption b{
    display: block;
    width: 20px;
    height: 3px;
    background: #E60012;
    margin: 0 auto;
}
.page1_list li figcaption h3{
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
    margin:20px 0 40px 0;
}
.page1_list li figcaption i{
    font-size: 24px;
    color: #E60012;
    text-align: center;
    display: block;
    -webkit-transform:rotateZ(90deg);
    -ms-transform:rotateZ(90deg);
    -o-transform:rotateZ(90deg);
    transform:rotateZ(90deg);
}
.page1_list li .search_box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    text-align: center;
    display-webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
}
.page1_list li .search_box input{
    width: 100%;
    max-width:450px;
    height:45px;
    border:1px solid #ADADAD;
    border-radius:10px;
    text-align: center;
    background: transparent;
    color: #fff;
    margin:20px 0;
}
.page1_list li .search_box i{
    font-size: 24px;
    color: #E60012;
}
.page1_list li .search_box button{
    background: transparent;
}
.page1_list li .search_box b{
    display: block;
    width: 20px;
    height: 3px;
    background: #E60012;
    margin: 0 auto;
}
.module_page2{
    width: 100%;
    padding:50px 0 40px 0;
    background: url(../images/module_page2.jpg) #fff no-repeat center top;
}
.index_title{
    font-size: 36px;
    color: #333333;
    text-align: center;
    font-family: 'Barlow-Black';
    margin-bottom: 40px;
}
.product_list li{
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
    padding:0;
    border:1px solid #E4E4E4;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}
.product_list li figcaption{
    height:54px;
    line-height:54px;
    text-align: center;
    font-size: 16px;
    color: #666;
    position: relative;
}
.product_list li figcaption::before{
    width: 140px;
    height: 1PX;
    content:'';
    position: absolute; 
    left:50%;
    top:0;
    background: #eee;
    z-index: 10;
    -webkit-transform:translate3d(-50%,0,0);
    -ms-transform:translate3d(-50%,0,0);
    -o-transform:translate3d(-50%,0,0);
    transform:translate3d(-50%,0,0);
}
.product_list li figcaption::after{
    width: 30px;
    height: 4PX;
    content:'';
    position: absolute; 
    left:50%;
    top:0;
    background: #E70012;
    z-index: 10;
    -webkit-transform:translate3d(-50%,0,0);
    -ms-transform:translate3d(-50%,0,0);
    -o-transform:translate3d(-50%,0,0);
    transform:translate3d(-50%,0,0);
}
.product_list li:hover{
    box-shadow: 0px 0px 5px;
}
.footer_top{
    background: #444444;
    padding:60px 0;
}
.nav_footer li a{
    display:block;
    font-size: 14px;
    color: #999;
    line-height:30px;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}
.nav_footer li  h3{
    font-size: 18px;
    color: #fff;
    font-family: 'Arial';
    margin-bottom: 15px;
}
.nav_footer li a:hover{
    color: #fff;
}
.detail{
    padding:40px 0 80px 0;
}
.left_nav{
    max-width: 245px;
    width: 100%;
}
.left_nav li{
    margin-top: 2px;
}
.left_nav li a{
    display: block;
    padding-left: 35px;
    line-height: 55px;
    font-size: 15px;
    color: #ffffff;
    text-transform: capitalize;
    background: #999999;
    font-family: 'Arial';
    position: relative;
}
.left_nav li:hover a{
    background: #444444;
}
.left_nav li.active a{
    background: #444444;
}
.left_nav li a::before{
    position: absolute;
    content:'▶'; 
    font-size: 12px;
    color: #fff;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    left:15px;
}
.nav_title{
    width: 100%;
    line-height:80px;
    padding-left: 35px;
    background: #E60012;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.right_view{
    width: 100%;
    max-width: 905px;
}
.right_title{
    height:80px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-top: 15px;
    font-size: 28px;
    color: #666666;
    border-bottom:1px solid #e5e5e5;
}
.right_title b{
    width: 5px;
    height: 24px;
    background: #E60012;
    margin-right: 30px;
    margin-top:8px;
    border:1px solid #eee;
}
.enitor{
    font-size: 15px;
    color: #666666;
    line-height:48px;
    padding:20px 10px 0 10px;
}
.product_list2 li{
    width: calc((100% - 40px) / 3);
}
.product_list2 li:nth-child(3n){
    margin-right: 0;
}
.prodea_top{
    margin-bottom: 40px;
}
.prodea_top figure{
    max-width:500px;
    width: 100%;
    border:1px solid #CCCCCC;
}
.prodea_top figure img{
    width: 100%;
    object-fit: contain;
}
.prodea_top figcaption{
    max-width:670px;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.ht{
    width: 100%;
    background: #EEEEEE;
}
.ht p{
    width:fit-content;
    padding:0 36px;
    background: #E60012;
    line-height: 50px;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}
.product_enitor{
    padding-top: 25px;
    font-size: 16px;
    color: #666;
    line-height:3;
}
.product_enitor table{
	border:none;
}
.zpxx_zplb li {
    border: 1px solid #F1F1F1;
    padding: 8px;
    cursor: pointer;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.zpxx_zplb li aside.flex{
    -webkit-align-items: center;
    align-items: center;
}
.zpxx_zplb li aside&gt;span, .zpxx_zplb li aside&gt;span {
    font-size: 15px;
    color: #666;
    font-weight:normal;
}
.ycjj {
    display: inline-block;
    float: right;
    width: 39px;
    height: 39px;
    background: url(../images/zpxx_dk.jpg) no-repeat;
    background-size: 100%;
}
.zpxx_zplb li.on .ycjj {
    background: url(../images/zpxx_gb.jpg) no-repeat;
    background-size: 100%;
}
.tykjs_zw {
    margin-top: 40px;
}
.zpxx_zplb li.on {
    -webkit-box-shadow: 0 0 11px 3px #ddd;
    -moz-box-shadow: 0 0 11px 3px #ddd;
    box-shadow: 0 0 11px 3px #ddd;
}
/*.zpxx_zplb li.on aside&gt;span, .zpxx_zplb li.on aside&gt;span em {
    color: #00AEEF;
}*/
.tykjs_zw ul li p{
    color: rgb(103, 103, 103);
    line-height: 22px;
    font-family: "Microsoft yahei", Helvetica, Arial, sans-serif;
    margin-top: 0px;
    margin-bottom: 10px;
    white-space: normal;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    font-size: 12px;
}
.zpxq_nr{
    margin-top:20px;
    padding:0 30px;
}
.jion_more{
    display: block;
    padding:0 20px;
    border:1px solid #00AEEF;
    border-radius:5px;
    line-height: 33px;
    height:35px;
    width:fit-content;
    margin-top: 30px;
    font-size: 15px;
    color: #00AEEF;
}
.jion_more:hover{
    background: #00AEEF;
    color: #fff;
}
.detail2{
    background: #fff;
    padding-bottom:50px;
}
.tykjs_zw ul li p.ty_time{
    float: right;
    margin-bottom: 0;
    font-size: 15px;
    color: #666;
}
.zpxx_zplb li.on&gt;p.ty_time{
    color: #00AEEF;
}
.w627{
    max-width: 627px;
    margin: 0 auto;
}
.message input{
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    border:1px solid #dcdcdc;
    border-radius:5px;
    margin-bottom: 24px;
    display: block;
    color:#000;
}
.message input::-webkit-input-placeholder{
    font-size: 14px;
    color: #999;
}
.message div{
    position: relative;
    
}
.message div.yzm2{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}
.message div.yzm2 input{
    line-height:30px;
    height:30px;
    margin:0 15px 0 10px;
}
.message div::after{
    content:'*';
    position: absolute;
    right:15px;
    top:calc(35% - 8px);
    z-index:9;
    opacity:0;
    color: #ff0000;
    /*background:url(../images/111.jpg) no-repeat center center;*/
}
.message div.bixuan::after{
    opacity:1;
}
.message select{
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    border:1px solid #dcdcdc;
    border-radius:5px;
    margin-bottom: 24px;
    color: #999;
    background: url(../images/select.png) no-repeat scroll 100px center transparent;
}
.message textarea{
    height: 200px;
    padding-left: 20px;
    padding-top: 16px;
    border-radius:10px;
    width: 100%;
    border:1px solid #dcdcdc;
    margin-bottom: 24px;
    color:#000;
}
.message textarea::-webkit-input-placeholder{
    color:#999;
}
.w314{
    width: 314px;
    margin: 0 auto;
    float: left;
}
.w296{
    width:296px;
    margin: 0 auto;
    float: right;
}
.message button{
    width: 48%;
    float: left;
    margin-right:4%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius:8px;
    cursor:pointer;
}
.message button.buled{
    background: #00AEEF;
}
.message button.ccc{
    background: #999999;
}
.message button.ml0{
    margin-right: 0;
}
.message p{
    font-size: 14px;
    color: #ff0000; 
    padding-top:40px;
    float: left;
}
.jion_title{
    font-size: 36px;
    color: #00AEEF;
    text-align: center;
    margin-bottom: 30px;
}
.zpxq_tt{
    height:70px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    border-bottom:1px solid #e5e5e5;
}
.zpxq_tt h3{
    font-size: 20px;
    font-weight: bold;
    color: #555555;
}
.zpxq_tt a{
    font-size: 14px;
    font-weight: bold;
    color: #e60012;
    font-family: 'Arial';
}
.zpxq_enitor{
    font-size: 15px;
    color: #555555;
    line-height:36px;
    padding:20px 0;
}
.message{
    margin-top:40px;
}
.contact_title h3{
    font-size: 24px;
    font-weight: bold;
    color: #444444;
    font-family: 'Arial';
}
.contact_title p{
    font-size: 15px;
    color: #444;
}
.tac{
    text-align: center;
}
.contact_page{
    padding-top:50px;
}
.contact_title img{
    margin:35px 0 15px 0;
}
.contact_list{
    margin:30px 0 40px 0;
}
.contact_list li{
    width:calc(100% / 4);
    border:1px solid #F2F2F2;
    border-left:none;
    margin:0;
    padding:0;
    height: 150px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.contact_list li:first-child{
    border-left:1px solid #F2F2F2;
}
.contact_list li p{
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    margin-top:15px;
}
.page {
    margin-top: 10px;
    padding: 14px 0 15px;
    text-align: center;
}

.page a {
    border: 1px solid #CCCCCC;
    margin-right: 5px;
    padding: 4px 7px;
}

.page span {
    border: 1px solid #CCCCCC;
    margin-right: 5px;
    padding: 4px 7px;
}

.page span.current {
    background: #5280e0;
    border: 1px solid #5280e0;
    color: #FFFFFF;
    font-weight: bolder;
}
.copy a img{
    margin-top: 16px;
}</pre></body></html>