﻿/* ========== */
/* = RESET = */
/* ========== */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html { 
	overflow-x:hidden; 
	-webkit-text-size-adjust:none;
	/*cursor: url(../images/home/hand_ico.ico),auto;*/
}

body {
	min-width: 320px;
	color: #222;
	font-family: "Microsoft Yahei",-apple-system,"PingFang SC","Helvetica Neue",STHeiti,Tahoma,Simsun,sans-serif;
	-webkit-overflow-scrolling: touch;
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li,  sub, sup, tt, var, del, dfn,  ins, kbd, q, s, samp,  strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select { margin:0; padding:0;}

ul,ol,li,dl{
  list-style: none;
}

/*RESET A*/
* { text-decoration: none!important;}
a,
a:visited,
a:active,
a:hover,
a:focus { 
	text-decoration:none!important; 
	outline:none; 
	star: expression_r(this.onFocus=this.blur());
}
a {
  color: #222;
}
/* HTML5 RESET THE OLD BROWERS*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
table { border-collapse: collapse; border-spacing: 0; }
 
/*CLEAR the FLOAT*/
.clear { clear:both}
.clearfix { *zoom:1;}
.clearfix:after{
	clear:both; 
	display:block; 
	height:0; 
	visibility:hidden; 
	line-height:0; 
	content:'\20';
}

.bgFull{
	background-size: cover;
	background-position: center center;
	background-repeat: nno-repeat
}

/*RESET the FORM*/
fieldset { border: 0!important;}
input, button, textarea, select { font-size:100%; outline:none; resize:none; font-family: "Microsoft Yahei",-apple-system,"PingFang SC","Helvetica Neue",STHeiti,Tahoma,Simsun,sans-serif;}
input[type="button"]{cursor:pointer; border:0}
input[type="submit"]{cursor:pointer; border:0}
input[type="reset"]{cursor:pointer; border:0}
input[type="button"],input[type="text"], textarea{-webkit-appearance:none;} 
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{ border:none; padding:0; }

input::-webkit-input-placeholder{ color: #aaaaaa;}
input:-moz-placeholder{ color: #aaaaaa;}   
input::-moz-placeholder{ color: #aaaaaa;}
input:-ms-input-placeholder{ color: #aaaaaa;} 

textarea::-webkit-input-placeholder{ color: #aaaaaa;}
textarea:-moz-placeholder{ color: #aaaaaa;}   
textarea::-moz-placeholder{ color: #aaaaaa;}
textarea:-ms-input-placeholder{ color: #aaaaaa;} 

/*RESET IMAGES*/
img { 
	display: block;
	max-width: 100%;
	border: 0;
	margin: 0 auto;
}

/*IMAGE CENTER*/
.vertical-center {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute; 
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*RESET FONTS*/
.t2 { text-indent: 2em;}
em { font-style: normal;}
.overf {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*LAYOUT*/
.page-wrap{ 	
	font-size:18px;
	position:relative; 
	width: 100%; 
	overflow:hidden;
}

.container{
	width: 100%;
	max-width: 1540px;
	padding: 0 12%;
	margin: 0 auto;
}

.transition {
	-webkit-transition: all ease .6s;
	   -moz-transition: all ease .6s;
	    -ms-transition: all ease .6s;
	     -o-transition: all ease .6s;
	        transition: all ease .6s;
}
.b-shadow{
	-o-box-shadow:0 0 30px rgba(0,0,0,.1); 
	-ms-box-shadow:0 0 30px rgba(0,0,0,.1); 
	-moz-box-shadow:0 0 30px rgba(0,0,0,.1); 
	-webkit-box-shadow:0 0 30px rgba(0,0,0,.1); 
	box-shadow:0 0 30px rgba(0,0,0,.1);
}




.fixed-button{ position: absolute; bottom:5%; right:15px; z-index: 9;display: none;}
.fixed-button a{ display: block; width: 60px; height: 60px; margin-top:2px; background-size: cover;}
.fixed-button .back-contact{ background-image: url(../images/back_contact.png);}
.fixed-button .back-top,
.fixed-button .back-bot{
	display: block;
    border-radius: 24px;
    box-shadow: 0 4px 10px 0 hsla(220,4%,56%,.2);
    cursor: pointer;
    height: 44px;
    background-color: #fff;
    width: 44px;
    line-height: 44px;
   	font-size: 0;
   	text-align: center;
   	cursor: pointer;
}
.fixed-button .back-top{
	display: none;
}
.fixed-button .back-bot{
	margin-top: 10px;
}
.fixed-button .back-top .icon{
	background: url(../images/float-dialog-icon-new.svg) 0 0 no-repeat;
    background-position: 50%;
    background-size: 100%;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    width: 20px;
}
.fixed-button .back-bot .icon{
	background: url(../images/float-dialog-icon-new.svg) 0 0 no-repeat;
    background-position: 50%;
    background-size: 100%;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    width: 20px;
	transform: rotate(180deg);
}
/*.fixed-button .back-list{ background-image: url(../images/back_list.png);}*/

.swiper-home .fixed-button{
	display: none!important;
}

/* ========== */
/* = HEADER = */
/* ========== */
.header{ position: fixed; top:0; left:0; width: 100%; padding: 0 30px 0 60px; height: 90px; z-index: 999; -webkit-transition: all ease .4s; transition: all ease .4s; background:#FFFFFF; -webkit-box-shadow: 0 0 22px rgba(0,0,0,.15); box-shadow: 0 0 22px rgba(0,0,0,.15);  display: flex; flex-flow: wrap; align-items: center; justify-content: space-between;}
.header .logo{ padding: 0;}
.header .logo img{ height: 90px;}
.header ul{ width: 72%; max-width: 1260px; padding: 0; display: flex; flex-flow: wrap; align-items: center; justify-content: space-between;}
.header li{ position:relative; z-index: 2;}
.header li>a{ display:block; height: 90px; line-height: 90px; font-size: 20px; color:#222222; position: relative;}
.header li.active>a,
.header li:hover>a{ color: #e6061f!important; }
/*.header li:hover div{ display: block;}*/
.header li div{ display: none; position: absolute; top:90px; left:50%; margin-left: -70px; width:140px; /*background:rgba(0,0,0,.6);*/background: #fff;border-bottom: 10px solid #e6061f;border-radius: 0 0 10px 10px;}
.header li div a{ display: block; line-height:44px; text-align: center; font-size: 20px; color:#222; font-size: 16px;}
/*.header li div a:hover{background:rgba(0,0,0,.4);}*/
.header li div a:hover{color: #e6061f;}
.header .top-menu{font-size: 0;}
.header .top-menu .ico-search{ display:inline-block; vertical-align: middle; width:40px; height: 40px; margin: 0 3px; background-size: cover;}
/*.header .top-menu .ico-lan{ background-image: url(../images/ico_en.png);}*/
.header .top-menu .lan{display:inline-block;vertical-align: middle;position: relative;padding-right: 10px;}
.header .top-menu .ico-lan{font-size: 16px;font-weight: 400;color: #222;line-height: 40px;transition: color .2s;}
.header .top-menu .ico-lan i{display: inline-block;vertical-align: middle;width: 16px;height: 16px;margin-top: -2px;}
.header .top-menu .ico-lan i img{
	display: block;
	width: 100%;
	height: 100%;
}
.header .top-menu .ico-lan i .icon2{
	display: none;
}
.header.whitebg:hover .top-menu .ico-lan i .icon2,
.header.whitebg .top-menu .ico-lan i .icon1{
	display: none;
}
.header.whitebg:hover .top-menu .ico-lan i .icon1,
.header.whitebg .top-menu .ico-lan i .icon2{
	display: block;
}
.header .top-menu .sub{
	position: absolute;
	top: 100%;
	left: 50%;
	display: none;
	width: 140px;
	margin-left: -70px;
	/* padding: 5px 0; */
	background-color: #fff;
	border-bottom: 10px solid #e6061f;
    border-radius: 0 0 10px 10px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 5px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 5px rgba(0,0,0,.1);
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.header .top-menu .sub a{
	display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 45px;
    transition: all .2s;
    border-bottom: 1px solid #ececec;
}
.header .top-menu .sub a:last-child{
	border-bottom: none;
}
.header .top-menu .sub a:hover{
	color: #222;
}
.header .top-menu .lan:hover .sub{
	display: block;
}
.header .top-menu .ico-search{ background-image: url(../images/ico_search.png);}
.header .search-div{ display: none; z-index:1; position: absolute; top:91px; right:0px;  width: 425px; border-top:1px solid #97979a; background: #FFFFFF; padding:17px 85px 17px 28px; -webkit-box-shadow:0 0 10px rgba(0,0,0,.08); 
	box-shadow:0 0 10px rgba(0,0,0,.08);}
.header .search-div.show{ display: block;}
.header .search-div .in{ width:100%; height:45px; font-size:18px; line-height:25px; padding: 10px 20px; border: none; border-radius:6px; background: #f5f5f5; }
.header .search-div .bt{ position:absolute; top:16px; right:15px; width:70px; height:45px; border: none; background-color: #FFFFFF; background-size: cover; background-image:url(../images/search_bt.png); }

.header.whitebg{ background:none; -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);   box-shadow: 0 0 0 rgba(0,0,0,0);}
.header.whitebg:hover{ background:#FFFFFF; -webkit-box-shadow: 0 0 22px rgba(0,0,0,.15);   box-shadow: 0 0 22px rgba(0,0,0,.15); border-bottom: 1px solid rgba(255,255,255,.3);}
.header.whitebg li>a{ color: #FFFFFF; text-shadow: 0 4px 8px rgba(0,0,0,.4); -webkit-text-shadow: 0 4px 8px rgba(0,0,0,.4);}
.header.whitebg:hover li>a{ color: #222222;}
.header.whitebg .top-menu .ico-lan,.header.whitebg .top-menu .ico-lan i{ color: #fff;}
.header.whitebg .top-menu .ico-search{ background-image: url(../images/ico_search_white.png);}
.header.whitebg:hover .top-menu .ico-lan,
.header.whitebg:hover .top-menu .ico-lan i{ color: #222;}
.header.whitebg:hover .top-menu .ico-search{ background-image: url(../images/ico_search.png);}
.header.whitebg:hover li>a{ text-shadow: 0 0 0 rgba(0,0,0,0); -webkit-text-shadow: 0 0 0 rgba(0,0,0,0);}

@media (max-width:1440px) {
	
	.header{ height: 67px;}
	.header .logo img{ height: 66px;}
	.header li>a{ line-height: 66px; height: 66px;  font-size: 17px;}
	.header li div{ top: 66px;}
	/* .header .top-menu a{ width: 30px; height: 30px;} */
	
	.header .search-div{ top:67px; width: 24%; padding:12px 65px 12px 20px;}
	.header .search-div .in{ height:37px; font-size: 16px; line-height: 25px; padding: 11px 15px;}
	.header .search-div .bt{ top:12px; right:7px; width: 58px; height:37px;}
}






/* ========== */
/* = FOOTER = */
/* ========== */
.footer{ width: 100%; /*padding:55px 6%;*/ padding: 40px 6% 20px; background-image: url(../images/footer_bg.jpg); background-position:top center; color: #b7b7b7;}
.footer .link{ float: left;}
.footer .link .foot-logo{ margin-right:30px; width: 70px; display: inline-block; vertical-align: middle;}
.footer .link a{ display: inline-block; vertical-align: middle; color: #b7b7b7; margin: 0 26px; font-size: 17px; position: relative; letter-spacing:2px;}
.footer .link a:hover{ color: #FFFFFF;}
.footer .link a:after{ content:""; position: absolute; margin-top: -6px; right:-26px; top:50%; width: 1px; height: 12px; background: #FFFFFF;}
.footer .link a:last-child:after{ display: none;}
.footer .share{ float: right; font-size: 17px;}
.footer .share span{ margin-right: 20px; display: inline-block; vertical-align: middle;}
.footer .share a{ margin:0 8px; display: inline-block; vertical-align: middle; width: 50px; height: 50px; background-size: cover; position: relative;}
.footer .share a div{ display: none; position: absolute; top:50px; left:50%; width: 120px; margin-left:-60px;}
.footer .share a:hover div{ display: block;}
.footer .share .ico-weixin{ background-image: url(../images/ico_weixin.png);}
.footer .share .ico-weibo{ background-image: url(../images/ico_weibo.png);}
.footer .text{ max-width: 1140px; margin-top: 40px; font-size: 13px; line-height:30px; color: #b7b7b7; text-align: left; letter-spacing:2px;}
.footer .text span{ margin-right: 30px;}
.footer .text a{ color: #b7b7b7; }
.footer .text .div-01{ display: flex; flex-flow: wrap; align-items: center; justify-content: space-between; } 
.footer .text .mb{
	width: 100%;
	margin-bottom: 10px;
}
.footer .text .div-02{display: flex; flex-flow: wrap; align-items: center;}
.footer .text .div-02 img{width: 30px;}
.footer .text .div-02 span{margin-right: 7px;}
.footer .text .div-01 div a{ display: inline-block; vertical-align: middle;}
.footer .text .div-01 div span{ margin-right: 10px; display: inline-block; vertical-align: middle;}
.footer .text .div-01 div img{ display: inline-block; vertical-align: middle;max-height: 30px;}
 
@media (max-width:1800px) {
	.footer{padding: 40px 4% 20px;}
	.footer .link .foot-logo {margin-right: 0px;}
}

@media (max-width:1500px) {
	.footer{  padding:40px 4%;}
	.footer .link a{ font-size: 16px; margin: 0 18px;}
	.footer .link a:after{right: -20px;}
	.footer .link .foot-logo img{ height:38px;}
	.footer .share{ font-size: 16px;}
	.footer .share a{ height: 38px; width: 38px;}
	.footer .text{ margin-top: 30px; font-size: 14px; line-height:26px; max-width: 1040px;}

}
@media (max-width:1360px) {
	.footer .link a{ font-size: 15px; margin:0 16px;}
	.footer .text{ max-width: 917px; font-size: 13px;}

}

@font-face{
    font-family: 'HarmonyOS_Black';
    src : url('../font/HarmonyOS_Black.woff');
}
@font-face{
    font-family: 'HarmonyOS_Light';
    src : url('../font/HarmonyOS_Light.woff');
}
@font-face{
    font-family: 'HarmonyOS_Medium';
    src : url('../font/HarmonyOS_Medium.woff');
}
@font-face{
    font-family: 'HarmonyOS_Regular';
    src : url('../font/HarmonyOS_Regular.woff');
}

.zt-bj{width: 100%;background: url(../images/bg.jpg) repeat-y top center;background-size: 100% auto;}
.zt-con{width: 1530px;margin: 0 auto;}
.zt-top{width: 100%;height: 100vh;}
.zt-banner{width: 100%;height: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;}
.zt-banner .zt-con{height: 100%;}
.zt-banner-c{width: 100%;height: 100%;display: flex;justify-content: space-between;align-items: center;}

.zt-title{width: 50%;background:url(../images/h5_55.png) no-repeat left;height: 70px;padding-left: 20px;margin: 30px 0;}
.zt-title h3{font-size: 36px;color: #fff;line-height: 70px;margin: 0;font-family: 'HarmonyOS_Black';}

.swiper-container {width: 1650px;height: 100%;margin: 0 auto;}
.swiper-container .swiper-slide {
	position: relative;
    text-align: center;
	background: linear-gradient(90deg, #b17c3e, #6ebf2d);
	padding: 3px;
	border-radius: 30px;
	transition: 300ms;
	transform: scale(0.8);
	overflow:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-container .swiper-slide-active,.swiper-container .swiper-slide-duplicate-active{transform: scale(1);}
.zt-case{background:#7a7b78;border-radius: 30px;overflow:hidden;width: 100%;}
.zt-case-title{background: linear-gradient(180deg, #71b72d, transparent);height: 92px;display: flex;justify-content: center;align-items: center;}
.zt-case-title figure{margin: 0 10px;}
.zt-case-title figure img{max-height: 100%;}
.zt-case-p{font-size: 24px;color: #fff;font-family: 'HarmonyOS_Black';}
.zt-case-p span{color: #e2ef5a;}
.zt-case-img{width: 100%;display: flex;justify-content: center;align-items: center;overflow: hidden;}
.zt-case-img img{width: 100%;transition: all 0.5s;}
.zt-case-text{text-align: center;height: 90px;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;}
.zt-case-p{}
.zt-case-text h3{font-size: 24px;color: #fff;font-family: 'HarmonyOS_Black';width: 100%;}
.zt-case-text p{font-size: 24px;color: #fff;font-family: 'HarmonyOS_Black';}
.zt-case-text span{color: #e2ef5a;}
.zt-case:hover .zt-case-img img{transform: scale(1.05);}
.swiper-container .swiper-slide::after{position: absolute;content: "";width: 100%;height: 100%;border-radius: 30px;left: 0;top: 0;background: rgba(0,0,0,.7);
transition: all 0.5s;}
.swiper-container .swiper-slide.swiper-slide-active::after{background: none;z-index: -1;}
.swiper-container .swiper-pagination{display: none;}
.swiper-container .swiper-button-next,.swiper-container .swiper-button-prev{width: 60px;height: 60px;border-radius: 50%;background: #71a246;text-align: center;
line-height: 60px;}
.swiper-container .swiper-button-next:after,.swiper-container .swiper-button-prev:after{color: #fff;font-size: 25px;}
.swiper-container .swiper-button-next{right: 14%;}
.swiper-container .swiper-button-prev{left: 14%;}


.zt-hcase{width: 100%;border-radius: 30px;background: #b1cf48;padding: 3px;margin-top: 30px;}
.zt-hcase-bj{background: linear-gradient(-90deg, #535353, transparent);width: 100%;height: 100%;border-radius: 30px;}
.zt-hcase-jb{background-image: url(../images/h5_49.png);background-size: 100% auto;border-radius: 30px;background-position: top;}
.zt-hcase-bj h3{font-size: 36px;color: #fff;font-family: 'HarmonyOS_Black';padding-left: 20px;line-height: 88px;}
.zt-hcase ul{display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;padding: 20px 30px 0px}
.zt-hcase ul li{background: linear-gradient(90deg, #b17c3e, #6ebf2d);padding: 3px;border-radius: 30px;position: relative;width: 31%;margin-bottom:25px;
overflow: hidden;}
.zt-hcase ul li figure{width: 100%;border-radius: 30px;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.zt-hcase ul li figure img{width: 100%;transition: all 0.5s;}
.zt-hcase-title{
	position: absolute;
    width: 99%;
    left: 3px;
    bottom: 0;
    text-align: center;
    background: linear-gradient(180deg, #71b72d, transparent);
    border-radius: 20px;
}
.zt-hcase-title p{font-size: 24px;color: #fff;font-family: 'HarmonyOS_Black';line-height: 58px;}
.zt-hcase ul li:hover img{transform: scale(1.05);}

.zt-kcap{width: 100%;display: flex;justify-content: space-between;}
.zt-kcap-div{width: 49%;}
.zt-kcap-bj{background: linear-gradient(90deg, rgba(121,122,120,0.2), rgba(26, 27, 26, 0.2));border-bottom-left-radius: 30px;border-bottom-right-radius: 30px;}
.zt-kcap-title{width: 50%;background: linear-gradient(90deg, #71b72d, transparent);height: 40px;padding-left: 20px;}
.zt-kcap-title p{font-size:30px;color: #fff;line-height: 40px;margin: 0;font-family: 'HarmonyOS_Black';}
.zt-kcap-nr{width: 100%;padding: 30px 15px 10px;display: flex;justify-content: space-between;}
.zt-kcap-text{width: 49%;}
.zt-kcap-text h3{font-size: 23px;color: #b7cd44;font-family: 'HarmonyOS_Black';background: url(../images/h5_51.png) no-repeat left 6px;padding-left: 27px;}
.zt-kcap-text .zt-kcap-1ul{background: url(../images/h5_50.png) no-repeat 7px center;background-size: 1px 100%;padding-left: 27px;}
.zt-kcap-p{display: flex;justify-content: left;align-items: flex-start;background: url(../images/h5_53.png) repeat-x left bottom;padding: 25px 0;}
.zt-kcap-text .zt-kcap-1ul li:last-child .zt-kcap-p{background: none;}
.zt-kcap-p h4{font-size: 17px;font-family: 'HarmonyOS_Regular';color: #fff;font-weight: 400;background: url(../images/h5_52.png) no-repeat left 6px;width:115px;
padding-left: 20px;line-height: 25px;}
.zt-kcap-p p{font-size: 17px;font-family: 'HarmonyOS_Regular';color: #fff;font-weight: 400;line-height: 25px;}
.zt-kcap-p p span{color: #b7cd44;}
.zt-kcap-2div{background: url(../images/h5_50.png) no-repeat 7px center;background-size: 1px 100%;padding-left: 27px;font-size: 17px;font-weight: 400;
font-family: 'HarmonyOS_Regular';color: #fff;line-height: 25px;padding: 15px 0 15px 28px;margin: 10px 0;}
.zt-kcap-2div ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.zt-kcap-2div ul li{border-radius: 5px;background: #fff;width: 18%;margin-bottom: 15px;overflow: hidden;padding:5px;}
.zt-kcap-2div ul li img{width: 100%;transition: all 0.5s;}
.zt-kcap-2div ul li:hover img{transform: scale(1.05);}
.zt-kcap-nr-3{width: 100%;padding: 30px 15px 60px;}
.zt-kcap-nr-3 .zt-kcap-2div{padding: 27px 0 27px 28px;}

.zt-title-p{width: 100%;margin-top: -15px;margin-bottom: 30px;font-size:20px;font-family: 'HarmonyOS_Black';color: #fff;padding-left: 20px;}
.zt-title-p span{display:inline-block;font-family: 'HarmonyOS_Regular';margin-left: 10px;}
.zt-zlp{display: flex;justify-content: space-between;}
.zt-zlp li{border-radius: 20px;overflow: hidden;position: relative;width: 49%;}
.zt-zlp li figure{width: 100%;}
.zt-zlp li figure img{width: 100%;transition: all 0.5s;}
.zt-zlp li:hover figure img{transform: scale(1.05);}
.zt-zlp-div{position: absolute;bottom: 0;left: 0;padding:30px 0;text-align: center;background: rgba(125,125,125,.5);width: 100%;border-radius: 20px;}
.zt-zlp-div h4{font-size: 25px;color: #0bd48b;font-family: 'HarmonyOS_Black';}
.zt-zlp-div p{font-size: 18px;color: #fff;font-family: 'HarmonyOS_Regular';font-weight: 400;margin-top: 10px;}

.zt-video{background: linear-gradient(90deg, #b17c3e, #6ebf2d);padding: 3px;border-radius: 20px;margin-bottom: 20px;}
.zt-video-c{border-radius: 20px;overflow: hidden;position: relative;}
.zt-video-c video{width: 100%;}
.zt-wq-img{background: linear-gradient(90deg, #b17c3e, #6ebf2d);padding: 3px;border-radius: 20px;}
.zt-wq-img ul{background:#7a7b78;border-radius: 20px;display: flex;justify-content: space-between;flex-wrap: wrap;overflow: hidden;}
.zt-wq-img ul li{width: 49%;overflow: hidden;}
.zt-wq-img ul li img{width: 100%;transition: all 0.5s;}
.zt-wq-img ul li:hover img{transform: scale(1.05);}
.zt-wq-img ul li:last-child{width: 100%;margin-top: 20px;}

.zt-kcxx{display: flex;justify-content: space-between;align-items: flex-start;margin-bottom: 40px;}
.zt-kcxx ul{width: 80%;}
.zt-kcxx ul li{width: 100%;display: flex;justify-content: left;align-items: center;}
.zt-kcxx ul li figure{margin-right: 10px;width:26px;}
.zt-kcxx-div{display: flex;justify-content: left;align-items: center;margin: 10px 0;}
.zt-kcxx-div h4{font-size: 24px;color: #b1c641;font-family: 'HarmonyOS_Black';}
.zt-kcxx-div p{font-size: 22px;color: #fff;font-family: 'HarmonyOS_Regular';font-weight: 400;}
.zt-kcxx-ewm{width: 145px;text-align: center;}
.zt-kcxx-ewm figure{width: 145px;height: 145px;border-radius: 5px;background: #fff;}
.zt-kcxx-ewm figure img{width: 100%;}
.zt-kcxx-ewm p{font-size: 16px;color: #fff;margin-top: 10px;}

/*video*/
.videolist { position:relative;}
.videolist:hover{ cursor: pointer; }
.videoed { display:none; width:80px; height:auto; position: absolute; left:45%; top:45%; z-index:99; border-radius:100%;transition: all 0.5s;}
.videos{ display:none;position:fixed; left:0; top:0;z-index:999; width:100%;height:100vh;background:rgba(0,0,0,.8);justify-content: center;
align-items: center;}
.videos video{width: 55%;}
.vclose { position:absolute;right:4%; top:10%; border-radius:100%; cursor: pointer; width:40px;height:auto;}
.video-1{width: 100%;overflow: hidden;height: 450px;}
.video-2{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.videolist{width: 100%;overflow: hidden;}
.videolist .videoed{left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%);}

.wap-nav{display: none;}
.logo-wap{display: none;}

@media (max-width:1650px) {
	.swiper-container {width: 100%;}
}

@media (max-width:1550px) {
	.zt-con {width: 93%;margin: 0 auto;}
	.zt-banner-l,.zt-banner-r{width: 40%;}
	.swiper-container {width: 100%;}
	.zt-hcase-bj h3{font-size: 30px;line-height: 77px;}
	.zt-title h3 {font-size: 30px;}
	.zt-hcase-title p {font-size: 20px;}
	.zt-kcap-text h3 {font-size: 20px;line-height: 31px;}
	.videos video{width: 70%;}
	
	.zt-kcap-nr {padding: 30px 10px 10px;}
	.zt-kcap-p h4 {width:110px;font-size: 16px;}
	.zt-kcap-p p {font-size: 16px;}
	.zt-kcap-2div{font-size: 16px;}

}

@media (max-width:1500px) {
	.zt-kcap-p h4 {width: 106px;}
	.zt-kcap-nr-3 {padding: 30px 15px 45px;}

}

@media (max-width:1440px) {
	.zt-kcap-p h4 {width: 102px;font-size: 15px;}
	.zt-kcap-p p {font-size: 15px;}
	.zt-kcap-2div {font-size: 15px;}

}

@media (max-width:1400px) {
	.zt-kcap-p h4 {width: 100px;font-size: 14px;}
	.zt-kcap-p p {font-size: 14px;}
	.zt-kcap-2div {font-size: 14px;}
	.zt-kcap-text h3 {font-size: 18px;line-height: 30px;}
	.zt-kcap-nr-3 {padding: 30px 15px 32px;}
}

@media (max-width:1360px) {	
	.zt-banner-l,.zt-banner-r{width: 35%;}

}
@media (max-width:1300px) {	
	.zt-hcase-bj h3 {line-height: 66px;}
	.zt-kcap-text h3 {font-size: 18px;line-height: 30px;}
}

@media (max-width:1024px) {
	.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {width: 40px;height: 40px;line-height: 40px;}   
	.swiper-container .swiper-button-next:after, .swiper-container .swiper-button-prev:after {font-size: 14px;}
	.zt-case-p {font-size: 18px;}
	.zt-case-title figure img{max-height: 100%;}
	.zt-case-title{height: 80px;}
	.zt-case-text h3 {font-size: 18px;line-height: 30px;}
	.zt-case-text{height: 75px;}
	.zt-hcase-bj h3 {line-height: 50px;font-size: 20px;}
	.zt-hcase-title p {font-size: 18px;line-height: 40px;}
	.zt-kcap{flex-wrap: wrap;}
	.zt-kcap-div{width: 100%;}
	.zt-kcap-top img{width: 100%;}
	.zt-zlp-div{padding: 16px 0;}
	.zt-zlp-div h4 {font-size: 18px;}
	.zt-zlp-div p {font-size: 14px;}
	.zt-title h3 {font-size: 20px;line-height: 50px;}
	.zt-title{width: 100%;height: 50px;}
	.zt-kcxx-div h4,.zt-kcxx-div p{font-size: 18px;}
	.zt-kcxx-ewm {width: 110px;}
	.zt-kcxx-ewm figure{width: 110px;height: 110px;}
	.zt-kcxx-ewm p{text-align: 14px;}
	.videos video{width: 90%;}
	.videoed {display: block;width: 60px;}
	.zt-kcap-title p {font-size: 20px;}
	


	/* = MOBILE HEADER = */
	#pc-nav{display: none;}
	.wap-nav{display: block;background: #FFFFFF;}
	.wap-nav .header{ position:fixed; top:0; right:0; width: 100%; z-index: 999; height:11vw; background: #FFFFFF; border-bottom: 1px solid #FFFFFF;left: auto;
	box-shadow:0 0 0.2rem rgba(0,0,0,.2); -webkit-box-shadow:0 0 0.2rem rgba(0,0,0,.2); display: flex;align-items: center;padding: 0;}
	.header .logo{width: 9vw;height: auto;margin-left:6.6vw;}
	.header .logo img{ display: block; width: 100%; height:100%; }
	.header .top{ position: absolute; left:19vw; top:50%;margin-top: -3vw;}
	.header .top a{ float: left; display:block; width:6vw; height:6vw;}
	.header .top .lan{ background-image: url(../images/ico_lan.png);}
	.header .top .search{ margin-right: 2.5vw;background-image: url(../images/ico_search_1.png);}
	.nav-ico{ position: absolute; right:0.46666666rem; top: 50%; margin-top:-3vw; width:6vw; height:6vw; cursor: pointer;
	background-image:url(../images/ico_menu.png);}
	.header-hyaline{ background: none;border-bottom: none;box-shadow: none;-webkit-box-shadow: none;}
	.header-hyaline .top .lan{ background-image: url(../images/ico_lan_white.png);}
	.header-hyaline .top .search{ background-image: url(../images/ico_search_white.png);}
	.search-div{ display: none; position: absolute; top:1.1rem; right:0px; width:100%; background: #FFFFFF; padding:0.3rem 1.1rem 0.3rem 0.3rem; -webkit-box-shadow:0 0.10416666rem 0.2rem rgba(0,0,0,.08); box-shadow:0 0 0.2rem rgba(0,0,0,.08);}
	.search-div.show{ display: block;}
	.search-div .in{ width:100%; font-size:0.32rem; height:0.8rem; line-height:0.5rem; padding:0.15rem; border: none; background: #f5f5f5; }
	.search-div .bt{ border: none; position: absolute; top:0.3rem; right:0.3rem; width:0.8rem; height:0.8rem; background-color: #FFFFFF; background-size: cover; background-image:url(../images/search_button.png); }
	
	/* = MENU = */
	.shade { display: none; position: fixed;  width: 100%; height: 100%; right: 0; top: 0; z-index: 999; display: none; background: transparent;}
	.menu { position: fixed; left: 100%; top: 0;  width: 70%; height: 100%; text-align: left; z-index: 11111;overflow-y: scroll;  background: #FFFFFF;  -webkit-box-shadow:0 0 30px rgba(26,24,24,.1) inset;  box-shadow:0 0 30px rgba(26,24,24,.1) inset;}
	.menu li { position: relative;}
	.menu li>span { display: block; position: relative; padding: 0 0.666666rem 0 16vw; height:14vw; line-height:14vw; color: #767676; font-size:4vw; border-bottom: 1px solid #e9e9e9;}
	.menu ul li>span::before { content: ''; position: absolute;left:7vw;top: 50%; margin-top: -0.6vw; width:2vw; height:2vw; border: 2px solid #e6061f; border-radius: 100%;}
	.menu ul li a{ color: #322e2d;}
	.menu ul li>span.default::after { content: ''; position: absolute; right:2vw; top: 50%; width:3.4vw; height: 3.4vw; margin-top: -0.16rem;opacity:0;
	background: url(../images/menu_bg.png) no-repeat; background-size: cover;}
	.menu ul li.m2 span.default::after {opacity:1;}
	.menu ul li.m5 span.default::after {opacity:1;}
	.menu ul li.m9 span.default::after {opacity:1;}
	.menu-slide a { color: #7c7d7d; }
	.menu-slide { display: none;}
	.menu-slide a { position: relative; display: block; padding: 0 0.666666rem 0 16vw; height:14vw; line-height:14vw; font-size:3.5vw; color: #7c7d7d; border-bottom: 1px solid #e9e9e9;}
	.menu-slide a::before { content: ''; position: absolute; left:7vw; top: 50%; margin-top:-0.10625rem;  width:2.896vw; height:2.896vw; background: url(../images/menu_bg3.png) no-repeat; background-size: cover; }
	.menu-slide a:hover,.menu-slide a.active { background: #e6061f; color: #FFFFFF;}
	.menu li>span.active a { color: #e6061f;}
	.menu li>span.active::before { color: #fff; background: #e6061f; border-color: #e6061f;}
	.menu li>span.active::after { content: ''; position: absolute; right: 2vw; top: 50%; width:3.4vw; height:3.4vw; margin-top: -0.16rem; background: url(../images/menu_bg2.png) no-repeat center;}

	.footer .link a{display: none;}
	.footer .text span{display: block;}
	.footer .text p{margin-bottom: 3vw;font-size: 2.8vw;line-height: 4.5vw;}
	.footer .text .div-01 p{margin: 0;}
	.div-02 {display: none !important;}
	.s1{display: none !important;}
	.footer .link .foot-logo{width: auto;}
	.footer .link .foot-logo img {height: 8.4vw;width: auto;}
	.footer .share a {height: 8.9vw;width: 8.9vw;}
	

}

@media (max-width:910px) {
	.zt-top{height: auto;}
	.page-wrap {padding-top: 0;}
	.zt-banner {margin-top: 11vw;height: 500px;}
}

@media (max-width:768px) {
	.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {display: none;}
	.swiper-container .swiper-pagination {display: block;}
	.swiper-container{padding-bottom: 60px;}
	.swiper-container .swiper-pagination .swiper-pagination-bullet{width: 10px;height: 10px;background: #fff;opacity: 1;}
	.swiper-container .swiper-pagination .swiper-pagination-bullet-active{background: #6ebf2d;}
	.zt-title-p span{margin-left:0;}
}

@media (max-width:640px) {
	.zt-banner-l, .zt-banner-r {width: 47%;}
	.swiper-container {width: 90%;}
	.zt-hcase ul{padding: 20px 10px 0px;}
	.zt-hcase ul li{width: 49%;}
	.zt-hcase-jb {background-size: 150% auto;background-position: top left;}
	.zt-kcap-nr{flex-wrap: wrap;}
	.zt-kcap-text{width: 100%;}
	.zt-kcxx{flex-wrap: wrap;}
	.zt-kcxx ul{width: 100%;}	
	.zt-kcxx-ewm{width: 100%;margin-top: 30px;}
	.zt-kcxx-ewm figure{margin: 0 auto;}
	.zt-zlp{flex-wrap: wrap;}
	.zt-zlp li{width: 100%;}

	.zt-kcxx-div{flex-wrap: wrap;}
	.zt-kcxx-div p{width: 100%;}
	.zt-kcxx ul li{align-items: flex-start;}
	.zt-kcxx ul li figure{width: 30px;margin-top: 7px;}
	.zt-kcxx-div{width:calc(100% - 30px);}
	.zt-kcxx-div h4 {width: 100%;margin-bottom: 5px;}

}

@media (max-width:480px) {
	.zt-banner {height: 130vw;}
	.zt-banner-c{flex-wrap: wrap;position: relative;}
	.zt-banner-l,.zt-banner-r {width: 100%;}
	.zt-banner-r{position: absolute;top: 12vw;text-align: center;}
	.zt-banner-l{position: absolute;bottom: 0;text-align: center;}
	.zt-banner-r img{width: 50%;}
	.zt-banner-l img{width: 73%;}
	.zt-title{padding-left: 5px;}
	.zt-hcase ul li,.zt-hcase,.swiper-container .swiper-slide{padding: 1px;border-radius: 10px;}
	.zt-hcase ul li figure,.zt-case{border-radius: 10px;}
	.zt-hcase-title{border-radius: 10px;}
	.zt-hcase-title p {font-size: 16px;line-height: 35px;}
	.zt-hcase-bj h3 {line-height: 56px;padding-left: 5px;}
	.zt-hcase-jb {background-size: 270% auto;border-radius: 10px;}
	.zt-kcap-nr {padding: 20px 10px 10px;}
	.zt-kcap-p h4 {font-size: 14px;width: 95px;}
	.zt-kcap-p p {font-size: 14px;width:calc(100% - 95px);}
	.zt-kcap-text h3 {font-size: 16px;}
	.zt-kcap-text .zt-kcap-1ul {background: url(../images/h5_50.png) no-repeat 4px center;padding-left: 23px;}
	.zt-kcap-2div{font-size: 14px;}
	.zt-title-p {font-size: 16px; padding-left: 5px;}
    .zt-kcxx-div p a,.zt-kcxx-div p{color:#fff;}
	.zt-wq-img ul li:last-child {margin-top: 10px;}
	
	.zt-case-title figure{margin: 0 10px;height: 100%;display: flex;justify-content: center; align-items: center; padding: 10px 0;}
	.zt-case-title figure img{max-height: 100%;}
	
	.logo-wap{display: block;}
	.logo-pc{display:none;}

	
	

}

