BODY {margin:0px;background:URL(bg-.jpg) #fff; background-attachment:fixed; background-position:center 0px;background-repeat:repeat-y;FONT-SIZE: 16px;LINE-HEIGHT: 24px;color:#444;FONT-FAMILY: "Î¢ÈíÑÅºÚ","ËÎÌå","Arial Narrow";
scrollbar-face-color:#70807d; scrollbar-arrow-color:#ffffff; scrollbar-highlight-color:#70807d; scrollbar-3dlight-color:#70807d; scrollbar-shadow-color:#ccc; scrollbar-darkshadow-color:#70807d; scrollbar-track-color:#fff}


FORM {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px}
UL {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px}
LI {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px;list-style-type:none;}
P {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px}
H1 {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; font-size:26px; line-height:40px; color:#000; text-align:center; color:#0F0}
H2 {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; font-size:18px; line-height:30px; color:#000; text-align:center; color:#FF0}

div{margin:0;padding:0;FONT-SIZE: 16px;LINE-HEIGHT: 30px;color:#444;FONT-FAMILY: "Î¢ÈíÑÅºÚ","ËÎÌå","Arial Narrow";}
hr{height:1px;border:none;margin:10px auto;}
a:link{color:#444;text-decoration:none;}
a:visited{color:#444;text-decoration:none;}
a:hover{color:#c00;text-decoration:none;}
a:active{color:#444;text-decoration:none;}
a.N1a:link{padding:0 8px;}
a.N1a:visited{padding:0 8px;}
a.N1a:hover{padding:0 8px;}
a.N1a:active{padding:0 8px;}

#c{ width:1200px; margin:0 auto; background-color:#111; text-align:left;}

#menu{ width:100%; background-color:#111; line-height:64px; height:64px; text-align:center; color:#444; margin:0 auto; clear:both;}
#menu a{ color:#fff; padding-left:18px; padding-right:18px;}

#logo{ width:1200px; margin:20px auto; clear:both;}
#logo img{ width:100%;}
#bann{ width:1200px; margin:0px auto 20px auto; clear:both; height:391px; overflow:hidden;}
#bann img{ width:100%;}

#bk{width:1198px; margin:0px auto 20px auto; clear:both; border:#666 1px solid;}
#bk div{ padding:20px;}
#bk div strong{ color:#F00;}
#imgbox{width:1198px; margin:0px auto 20px auto; clear:both; border:#666 1px solid;}
#imgbox div{ padding:20px; text-align:center;}
#imgbox div img{ z-index:-1; position:relative; width:1080px;}
#imgbox div span{ z-index:100; top:0; left:0; background-color:#000; line-height:35px; height:35px; color:#FFF;}
#bk1{width:1198px; margin:0px auto 20px auto; clear:both; border:#666 1px solid;}
#bk0{width:1200px; margin:0px auto 20px auto; clear:both;}
#bk0 td{ font-size:14px; line-height:26px;}

#bt{width:1200px; margin:0px auto 20px auto; clear:both; background-color:#0a2045; line-height:60px; height:60px;color:#FFF; font-size:18px;}
#bt strong{ color:#fff; font-size:22px; font-weight:600; padding-left:20px; color:#FF0; padding-right:20px;}

.demo{padding: 2em 0;}
:root{
	--color_1: #fff;
	--main-color: #1dd1a1;
}
.box{
	font-family: 'Niramit', sans-serif;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.box:before,
.box:after,
.box-content:before,
.box-content:after{
	content: '';
	background: linear-gradient(transparent,rgba(0,0,0,0.9));
	height: 100%;
	width: 25%;
	transform: translateY(-100%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transition: all 0.3s;
}
.box:hover:before,
.box:hover:after,
.box:hover .box-content:before,
.box:hover .box-content:after{
	transform: translateY(0);
}
.box:after{ left: 25%; }
.box .box-content:before{ left: 50%; }
.box .box-content:after{ left: 75%; }
.box:hover:before{ transition-delay: 0.225s; }
.box:hover:after{ transition-delay: 0.075s; }
.box:hover .box-content:before{ transition-delay: 0.15s; }
.box:hover .box-content:after{ transition-delay: 0s; }
.box img{
	width: 100%;
	height: auto;
	transition: all 0.3s ease 0s;
}
.box:hover img{ filter: grayscale(100%); }
.box .box-content{
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.2s;
}
.content{
	width: 100%;
	padding: 7px 0;
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: -30px;
	z-index: 2;
	transition: all 0.3s ease 0.1s;
}
.box:hover .content{
	opacity: 1;
	bottom: 5px;
}
.box .title{
	color:#fff;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
}
.box .post{
	color: var(--main-color);
	font-size: 16px;
	font-style: italic;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}
.box .icon{
	padding: 0;
	margin: 0;
	list-style: none;
	transform: translateX(-50%);
	position: absolute;
	top: 15px;
	right: -10px;
	z-index: 2;
	transition: all 0.5s ease 0.3s;
}
.box .icon li{
	opacity: 0;
	transform: scale(0) rotate(360deg);
	transition: all 400ms;
}
.box:hover .icon li{
	opacity: 1;
	transform: scale(1) rotate(0);
}
.box .icon li a{
	color: var(--color_1);
	background-color: var(--main-color);
	font-size: 20px;
	line-height: 40px;
	height: 40px;
	width: 40px;
	margin-bottom: 10px;
	border-radius: 50%;
	display: block;
	position: relative;
	transition: all 0.3s;
}
.box .icon li a:hover{
	text-decoration: none;
	color: var(--main-color);
	background-color: var(--color_1);
	border-radius: 0 20px 0 20px;
}





.box1{float:left; width:590px; height:380px}





/* product image  */
.product-image {
	transition: all 0.3s ease-out;
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 100%;
	float: left;
	width: 31.2%;
	display: inline-block;
	margin-left:1.6%;
	margin-top:20px;
	text-align:center;
	border:#ccc 1px solid;
	
}

#container img {width: 100%;height: 100%;}

.info {
    background: rgba(27, 26, 26, 0.9);
    font-family: 'Microsoft YaHei','Lantinghei SC','Open Sans',Arial,'Hiragino Sans GB','STHeiti','WenQuanYi Micro Hei','SimSun',sans-serif;
    transition: all 0.3s ease-out;
    transform: translateX(-100%);
    position: absolute;
    line-height: 2.0;
    text-align: left;
    font-size: 100%;
    cursor: no-drop;
    color: #FFF;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
	padding:15px;
}

.info h4 {text-align: center; color:#FF0;}
.product-image:hover .info{transform: translateX(0);}
.info ul{ font-size:12px; line-height:22px;}
.info ul li{transition: 0.3s ease;}
.info ul li:hover{transform: translateX(38px) scale(1.2);}

.product-image:hover img {transition: all 0.3s ease-out;}
.product-image:hover img {transform: scale(1.2, 1.2);}



#center{width:1200px; margin:0px auto 20px auto; clear:both;}
#about{ float:left; width:600px; font-size:16px; line-height:35px;}
#contact{ float:left; width:300px; border-right:#666 1px solid;border-left:#666 1px solid; font-size:16px; line-height:30px; text-align:center;height:303px;}
#contact img{width:190px;}
#contact strong{ font-size:16px; color:#F00;}
#wx{ float:left; width:296px; font-size:16px; line-height:30px; text-align:center}
#wx img{ width:220px;}


/*20200514°æ*/
#footcl{ clear:both; width:100%; height:15px; line-height:15px;}
#bottom1{ clear:both; margin:0 auto;width:100%; background-color:#111; height:260px; padding-top:15px;}
#bottom1 h2{ font-size:16px; line-height:35px; height:35px; color:#ccc; clear:both; text-align:left; margin:0 auto; width:1200px; font-weight:600;}
#bottom_guid{clear:both; width:1200px; margin:0 auto; background-color:#111;}
#bottom_guid ul li{float:left; width:100px; font-size:12px; line-height:28px; list-style:none; height:28px; line-height:28px; overflow:hidden;}
#bottom_guid ul li a{color:#777;}
#bottom2{ clear:both; margin:0 auto;width:100%; background-color:#111; border-top:#222; height:137px;}
#bottom2_cener{clear:both; width:1200px; margin:0 auto; border-top:#222 1px solid; padding:15px 0; height:86px;}
#bottom2_1{ float:left; width:344px; text-align:left;color:#eee; font-size:16px; line-height:30px; background:url(http://www.szzs360.com/image/bottom-tel.jpg); background-repeat:no-repeat; background-position:left center; padding-left:40px;}
#bottom2_2{ float:left; width:318px; text-align:left;color:#eee; font-size:16px; line-height:30px; border-left:#222 1px solid; border-right:#222 1px solid; padding-left:90px; background:url(http://www.szzs360.com/image/bottom-tel1.jpg); background-repeat:no-repeat; background-position:50px center;}
#bottom2_2 a{ color:#eee;}
#bottom2_3{ float:left; width:240px; text-align:right;color:#CCC;}
#bottom2_4{ float:left; width:150px; text-align:right;color:#CCC;}
#bottom3{ clear:both; margin:0 auto;width:100%; background-color:#000;border-top:#222 1px solid; text-align:center; line-height:45px; height:45px; color:#b0b0b0; font-size:14px;}
#bottom3 a{ color:#b0b0b0;}