@charset "utf-8";
#service{
	background: #fff;
	margin-top: 40px;
	overflow: hidden;
	border-top: 1px solid #e6e6e6;
	padding:25px 0;
}
#service ul{
	display: block;
	width: 90%;
	max-width: 1800px;
	min-width: 1200px;
	margin:0 auto;
}
#service ul li{
	width: 25%;
	float: left;
	padding: 30px 0;
	text-align: center;
	border-right:1px solid #e6e6e6;
}
#service ul li.end{
	border-right: 0;
}
#service ul li a{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#service ul li span{
	width: 80px;
	height: 80px;
	display: block;
	margin:0 auto;
	background-size: 70px;
	background-repeat: no-repeat;
	background-position: center;
}
#service ul li span.icon_01{
	background-image:url(../image/icon_01.png);
}
#service ul li span.icon_02{
	background-image:url(../image/icon_02.png);
}
#service ul li span.icon_03{
	background-image:url(../image/icon_03.png);
}
#service ul li span.icon_04{
	background-image:url(../image/icon_04.jpg);
}
#service ul li h3{
	font-weight: normal;
}
#footer{
	width: 100%;
	background: #f4f4f4;
	position: relative;
	z-index: 0;
}

#footer .footerCon{
	overflow: hidden;
	padding:50px 0 30px 0;
	position: relative;
	min-height: 220px;
}

#footer .footerCon  dl{
	float: left;
	overflow: hidden;
	width: 200px;
}

#footer .footerCon  dt{
	margin-bottom: 15px;
	font-size: 14px;
}
#footer .footerCon  dd{
}

#footer .footerCon  dd a{
	display: block;
	font-size: 12px;
	color: #6e6e6e;
}
#footer .footerCon  dd a:hover{
	color:#e60012;
}


#footer .copy{
	margin:30px auto 0;
	padding: 10px 0;
	overflow: hidden;
	border-top: 1px solid #e0e0e0;
}
#footer .copy .mainBox{
}
#footer .copy span{
	display: block;
	margin-bottom: 10px;
	position: relative;
	font-size:12px;
}
#footer .copy p{
	font-size: 12px;
	display: inline-block;
	margin-right:20px;
}
#footer .copy p span{
	display: inline-block;
	margin:0 10px;
}
#footer .copy p img{
	margin-right: 5px;
	position: relative;
	top: 4px;
}
#footer .weixin{
	position: absolute;
	right: 0;
	top: 48px;
	text-align: center;
	font-size:12px;
}
#footer .weixin{
	right: 110px;
}
#footer .weixin img{
	display: block;
	width: 130px;
	
}
#footer .weixin b,
#footer .phone b{
	font-weight: normal;
}







@media screen and (max-width: 768px) {

#service{
	background: #fff;
	margin-top: 20px;
	overflow: hidden;
	border-top: 1px solid #e6e6e6;
	padding:15px 0;
}
#service ul{
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	margin:0 auto;
}
#service ul li{
	width: 25%;
	float: left;
	padding: 5px 0;
	text-align: center;
	border-right:1px solid #e6e6e6;
}
#service ul li.end{
	border-right: 0;
}
#service ul li a{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#service ul li span{
	width: 60px;
	height: 60px;
	display: block;
	margin:0 auto;
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: center;
}
#service ul li span.icon_01{
	background-image:url(../img/icon_05.png);
}
#service ul li span.icon_02{
	background-image:url(../image/icon_02.png);
}
#service ul li span.icon_03{
	background-image:url(../img/icon_06.png);
}
#service ul li span.icon_04{
	background-image:url(../image/icon_04.jpg);
}
#service ul li h3{
	font-weight: normal;
	font-size: 12PX;
}
#footer{
	width: 100%;
	background: #dedede;
	position: relative;
	z-index: 0;
	border-top: 3px solid #EC141D;
}

#footer .link{
	
	display: none;
}
#footer .linkList{
	position: relative;
	height: 60px;
}
#footer .linkList .title{
	line-height: 60px;
	left: 0px;
	font-weight: bold;
	font-size: 16px;
	position: absolute;
	display: block;
	top: 0;
	color: #fff;
}
#footer .linkList ul{
	padding-left: 160px;
	padding-top: 12px;
}
#footer .linkList ul li{
	float: left;
	width: 20%;
	margin-left: 0%;
	position: relative;
}
#footer .linkList ul li a{
	background: url(../img/link_icon.png) no-repeat 110px center;
	background-size: 14px;
	border-radius: 5px;
	height: 36px;
	line-height: 36px;
	display: block;
	color: #fff;
	font-size: 16px;
	padding-left: 20px;
}


#footer .linkList ul li span{
	display: none;
	position: absolute;
	z-index: 9;
	width: 100%;
	height: auto;
	background: #FFF;
	border: 1px solid #E2E2E2;
	top: 35px;
	left: 0;
	padding: 10px 0;
	-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.2);       
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.2);       
	box-shadow:0px 0px 10px rgba(0,0,0,0.2); 	
}
#footer .linkList ul li:hover span{
	display: block;
}
#footer .linkList ul li span a{
	padding-left: 0;
	margin-left: 8%;
	background: none;
	border-radius: 0;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #000;
	font-size: 14px;
}
#footer .linkList ul li span a:hover{
	color: #EC141D;
}
#footer .linkList ul li.list_02 span{
	width: 200%;
	left: 0;
	z-index: 3;
}
#footer .linkList ul li.list_02 span a{
	margin-left: 4%;
	width: 46%;
	float: left;
}

#footer .footerCon{
	
	display: none;
}

#footer .footerCon  dl{
	float: left;
	overflow: hidden;
	width: 200px;
}

#footer .footerCon  dt{
	margin-bottom: 15px;
	font-size: 18px;
}
#footer .footerCon  dd{
}
#footer .footerCon  dl.w{
	width: 270px;
}
#footer .footerCon dl.end{
	width: 100px;
}

#footer .footerCon  dd a{
	display: block;
}
#footer .footerCon  dd a:hover{
	color:#EC141D;
}
#footer .footerCon  dd p{
	color: #777;
}



#footer .copy{
	margin:10px auto 0;
	padding: 0 0 10px ;
	overflow: hidden;
	text-align: center;
}
#footer .copy .mainBox{
	position: relative;
	background: none;
	background-size: 230px;	
	padding: 0px 0 0 0;
	border-top: 0;
	overflow: hidden;
	height: auto;
	text-align: center;
}
#footer .copy span{
	display: block;
	margin-bottom: 10px;
	position: relative;
	left: 0;
	top: 0px;
	font-size:12px;
}
#footer .copy p{
	font-size: 12px;
}
#footer .copy p span{
	display: block;
	margin:0;
}
#footer .weixin,
#footer .phone{
	display: none;
	position: absolute;
	right: 0;
	top: 15px;
	text-align: center;
	font-size:12px;
}
#footer .weixin{
	right: 110px;
}
#footer .weixin img,
#footer .phone img{
	display: block;
	width: 85px;
	
}
#footer .weixin b,
#footer .phone b{
	font-weight: normal;
}
	

}





#side{
	position: fixed;
	z-index: 9;
	bottom: 50%;
	margin-bottom: -200px;
	right: -60px;
	width: 50px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#side.on{
	right: 10px;
}

#side a{
	position: absolute;
	z-index: 1;
	bottom: 0px;
	right: 0;
	width: 48px;
	margin:0;
	height: 48px;
	background-color: rgba(0,0,0,0.9);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#side a.btn{
	display: none;
	z-index: 2;
}

#side a.block-1{
	bottom: 50px;
	background-image: url(../image/side-01.png);
}
#side a.block-2{
	bottom: 250px;
	background-image: url(../image/side-05.png);
}
#side a.block-3{
	bottom: 200px;
	background-image: url(../image/side-04.png) ;
}
#side a.block-3.pc div{ width: 165px; background-color: rgba(0,0,0,0.9); border-radius: 30px; position: absolute; left: 80px; transition: all 0.2s ease-in-out;}
#side a.block-3.pc div span{display: block; font-size: 12px; padding-left: 15px; height: 48px; color: #fff; line-height: 36px; padding-top: 6px;}
#side a.block-3.pc:hover div{ width: -200px; position: absolute; left: -165px;}

#side a.block-4{
	bottom: 150px;
	background-image: url(../image/side-03.png);
}
#side a.block-4 div{display: none;}
#side a.block-4:hover div{display: block; position: absolute; border: 1px solid #eee; width: 202px; height: 240px; background: #fff; right: 55px; top: 0;}
#side a.block-4 img{width: 200px; height: 200px; border: 0 solid #fff; margin: 0 auto; display: block;}
#side a.block-4 span{padding: 5px 10px; display: block; color: #333; text-align: center; width: 100%;}

#side a.block-5{
	bottom: 100px;
	background-image: url(../image/side-02.png);
}
#side a.block-5 div{display: none;}
#side a.block-5:hover div{display: block; position: absolute; border: 1px solid #eee; width: 202px; height: 240px; background: #fff; right: 55px; top: 0;}
#side a.block-5 img{width: 200px; height: 200px; border: 0 solid #fff; margin: 0 auto; display: block;}
#side a.block-5 span{padding: 5px 10px; display: block; color: #333; text-align: center; width: 100%;}
#side a.block-6{
	bottom: 250px;
	background-image: url(../image/side-06.png) ;
}




@media screen and (max-width: 768px) {

#side{
	position: fixed;
	z-index: 9;
	bottom: 80px;
	margin-bottom: auto;
	right: 10px;
	width: 50px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#side.on{
	right: 10px;
}
#side a{
	position: absolute;
	z-index: 1;
	bottom: 0px !important;
	opacity: 0;
	right: 0;
	width: 48px;
	margin:0;
	height: 48px;
	background-color: rgba(0,0,0,0.9);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#side a.btn{
	display: block;
	z-index: 2;
	opacity: 1;
}
#side a.btn span{
	width: 48px;
	height: 48px;
	display: block;
	background: url(../img/side-00.png) no-repeat center center;
	background-size: 90%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#side.open a.btn span{
	transform: rotate(135deg);
}
#side.open a.block-1{
	opacity: 1;
	bottom: 50px !important;
	background-image: url(../image/side-01.png);
}
#side.open a.block-2{
	opacity: 1;
	bottom: 250px !important;
	background-image: url(../image/side-05.png);
}
#side.open a.block-3{
	opacity: 1;
	bottom: 200px !important;
	background-image: url(../image/side-04.png) ;
}

#side.open a.block-4{
	opacity: 1;
	bottom: 150px !important;
	background-image: url(../image/side-03.png);
}
#side a.block-4 div{display: none;}
#side a.block-4:hover div{display: none;}

#side.open a.block-5{
	opacity: 1;
	bottom: 100px !important;
	background-image: url(../image/side-02.png);
}
#side a.block-5 div{display: none;}
#side a.block-5:hover div{display: block; position: absolute; border: 1px solid #eee; width: 202px; height: 240px; background: #fff; right: 55px; top: 0;}
#side a.block-5 img{width: 200px; height: 200px; border: 0 solid #fff; margin: 0 auto; display: block;}
#side a.block-5 span{padding: 5px 10px; display: block; color: #333; text-align: center; width: 100%;}
#side.open a.block-6{
	opacity: 1;
	bottom: 250px !important;
	background-image: url(../image/side-06.png) ;
}


#side .wx-ewm{display: none;}
#side .wx-ewm.open{display: flex; flex-wrap: wrap; flex-direction: column; position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,0.8); justify-content: center; align-content: center;}
#side .wx-ewm.open img{width: 260px; height: 260px; border: 8px solid #fff; margin: 0 auto; display: block;}
#side .wx-ewm.open span{padding: 10px; color: #fff; display: block; text-align: center; width: 100%;}
#side .wx-ewm.open .gb{position: absolute; background: none; right: 0; top: 0; width:100%; height: 100%; }

#side .bx-ewm{display: none;}
#side .bx-ewm.open{display: flex; flex-wrap: wrap; flex-direction: column; position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,0.8); justify-content: center; align-content: center;}
#side .bx-ewm.open img{width: 260px; height: 260px; border: 8px solid #fff; margin: 0 auto; display: block;}
#side .bx-ewm.open span{padding: 10px; color: #fff; display: block; text-align: center; width: 100%;}
#side .bx-ewm.open .gb{position: absolute; background: none; right: 0; top: 0; width:100%; height: 100%; }

｝