@charset "utf-8";

#footer{
	position: relative;
	background: #333333;
}
#footer .mainBox{
	overflow: hidden;
}
/* 底部菜单 */
#footer .box{
	position: relative;
	padding: .1rem 0px 40px;
	overflow: hidden;
}

/* 版权信息 */
#footer .cop{
	padding:25px 0 15px;
	font-size: 12px;
	color: #fff;
	opacity: .6;
	line-height: 1.8em;
	overflow: hidden;
}
#footer .cop a{
	color: #fff;
}

#footer .box .mainBox{
	display: flex;
	justify-content: space-between;
}
#footer .box .link{
	flex: 1;
	overflow: hidden;
	padding-top: 48px;
	display: flex;
	justify-content: space-between;
} 
#footer .box .link .block{
	width: 50%;
}
#footer .box .link .block h2{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
#footer .box .link .block p,
#footer .box .link .block a{
	font-size: 14px;
	width: 100%;
	color: #fff;
	display: block;
	padding: 0;
	opacity: 0.6;
	line-height: 1.2em;
	padding: 6px 0;
}
#footer .box .link .block-1{
	min-width: 360px;
	width: 5rem;
}
#footer .box .link .block-2{
	min-width: 200px;
	padding-right: .5rem;
	overflow: hidden;
}
#footer .box .link .block-2 h2{
	width: 100%;
}
#footer .box .link .block-2 a{
	width: 50%;
	float: left;
}
#footer .box .link .block a:hover{
	opacity: 1;
}

#footer .box .ewm{
	float: right;
	padding-top: 48px;
}
#footer .box .ewm h2{
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}
#footer .box .ewm div{
	margin-right: -25px;
	padding-top: 5px;
}
#footer .box .ewm div>div{
	float: left;
	margin-right: 25px;
}
#footer .box .ewm div img{
	width: 1.5rem;
}
#footer .box .ewm div>div span{
	font-size: 12px;
	color: #fff;
	display: block;
	text-align: center;
}


.window_hide .close{
	cursor: pointer;
}
.window_hide .close img{
	width: 50%;
	display: block;
	margin: 7px auto;
}
.window_hide .content{
	width: 700px;
	margin-left: -400px;
	height: auto;
	padding: 35px 50px;
}
.window_hide .content .title{
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0 15px;
	text-align: center;
	color: #1576D1;
}
.window_hide .content .form-group{
	overflow: hidden;
}
.window_hide .form-group .form-title{
	float: left;
	width: 100px;
	line-height: 36px;
    font-size: 14px;
}
.window_hide .form-group .form-title span{
	color: #f03;
}
.window_hide .form-group .form-control{
	float: left;
	width: 500px;
}
.window_hide .btn{
	width: 150px;
	margin: 10px auto;
	background-color: #1576D1;
}
.window_hide .btn:hover{
	background-color: #0052AE;
}
.form-group.w100 .form-control{
	height: 6em;
}



/* 侧边悬浮按钮 */
#side{
	position: fixed;
	z-index: 99;
	top: 50%;
	transform: translate(0,-50%);
	right:0px;
	width: 78px;
	-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: 0px;
	bottom: 3px;
}
#side a{
	position: relative;
	display: block;
	z-index: 1;
	right: 0;
	width: 78px;
	margin:0 0 1px;
	height: 78px;
	background-color:#000;
	border-radius: 10px 0 0 10px;
	background-size: 35px;
	background-repeat: no-repeat;
	background-position: center 20px;
	-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 b{
	font-size: 11px;
	font-weight: normal;
	display: none;
	text-align: center;
	padding-top: 42px;
}
#side a.btn{
	display: none;
	z-index: 2;
}
#side a.btn span{
	width: 48px;
	height: 48px;
	display: block;
	background: url(../img/icon/side-00.png) no-repeat center 10px;
	-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-home{
	display: none;
}
#side.open a.block-gotop{
	opacity: 1;
	background-image: url(../img/icon/side-01.png);
}
#side.open.on a.block-gotop{
	opacity: 1;
}
#side.open a.block-compare{
	background-image: url(../img/icon/side-compare.svg);
	background-position: center 10px; 
	background-size: 26px;
}
#side.open a.block-message{
	background-image: url(../img/icon/side-message.svg);
	background-position: center 10px; 
}
#side.open a.block-vr{
	background-image: url(../img/icon/side-vr.svg);
	background-size: 33px;
	background-position: center 10px; 
}
#side.open a b{
	color: #fff;
	display: block;
}


#side.open a.block-qq{background-image: url(../img/icon/side-05.png);}

#side.open a.block-tel{	background-image: url(../img/icon/side-04.png) ;}
#side.open a.block-tel.pc div{ width: 260px; background: rgba(0,0,0,1) url(../img/icon/side-04.png) no-repeat 15px center; background-size: 30px; position: absolute; left: 80px; transition: all 0.2s ease-in-out;}
#side.open a.block-tel.pc div span{display: block; font-size: 17px; padding-left: 50px; height: 48px; color: #fff; line-height: 48px; }
#side.open a.block-tel.pc:hover div{ position: absolute; left: -135px;}
#side.open a.block-tel.mobile{display: none;}

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

#side.open a.block-qr{
	background-image: url(../img/icon/side-02.png);
}
#side a.block-qr div{display: block; position: absolute; z-index: 0; border: 1px solid #eee; width: 202px; height: 240px; background: #fff; right: 55px; top: auto; bottom: -190px; left: 180px; transition: all 0.3s ease-in-out;}
#side a.block-qr:hover div{ position: absolute; left: -202px;}
#side a.block-qr img{width: 200px; height: 200px; border: 0 solid #fff; margin: 0 auto; display: block;}
#side a.block-qr span{padding: 5px 10px; display: block; color: #333; text-align: center; width: 100%;}

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

#side a.block-DeepSeek{background-image: url(../img/icon/deepseek.svg); background-color: #1576D1; background-size: 35px;}
#side a.block-DeepSeek div{display: none;}

#side a.block-skype{background-image: url(../img/icon/side-06.png); background-size: 30px;}

#side.open a.mobile{display: none;}
/*微信*/
#side .wx-ewm{display: none;}
#side .wx-ewm.open{display: none; flex-wrap: wrap; flex-direction: column; position: fixed; z-index: 9; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,0.8); justify-content: center; align-content: center;}

@media screen and (max-width: 768px) {
	
	#footer{
		display: none;
		position: relative;
		background: #f4f4f4;
		padding: 0rem 0.5rem .2rem;
	}
	#footer .mainBox{
		overflow: hidden;
	}
	#footer .box{
		margin: 0 auto;
		width: 100%;
		position: relative;
		padding: 0px 0px;
		overflow: hidden;
		background: url(../img/footer-bg.png) no-repeat right 50px top 100px;
	}
	#footer .box div.link{
		display: none;
		color: #000000;
		overflow: hidden;
		margin: 20px 0 0;
		float: left;
		min-height: 200px;
	}
	#footer .box div.link dl{
		margin-right: 60px;
		float: left;
		display: none;
	}
	#footer .box div.link dt{
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	#footer .box div.link dd p,
	#footer .box div.link dd a{
		display: block;
		padding: 5px 0;
		color: #6e6e6e;
		font-size: 13px;
		line-height: 1.8em;
	}
	#footer .box div.link dd a:hover{
		color: #274b94;
	}
	#footer .box div.link dl.con-2 {width: 300px;}
	#footer .box div.link dl.con-2 a{ float: left; width: 100px;}
	
	#footer .cop{
		border-top: 1px solid #ddd;
		padding: 10px 0 10px;
		font-size: 12px;
		color: #6e6e6e;
		line-height: 1.8em;
		overflow: hidden;
		text-align: center;
	}
	#footer .cop img{
		display: block;
		width: 300px;
		margin-bottom: 8px;
	}
	#footer .cop div{
		padding:0 0 0 ;
		color: #6e6e6e;
		float: none;
	}
	#footer .cop span{
		display: block;
		float: none;
	}
	#footer .cop a{
		color: #6e6e6e;
	}
	#footer .qr{
		float: none;
		margin: 20px 0;
	}
	#footer .qr dt{
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 10px;
		text-align: center;
	}
	#footer .qr dd{
		text-align: center;
	}
	#footer .qr div{
		display: inline-block;
		float: none;
		margin: 10px;
	}
	#footer .qr div p{
		display: block;
		padding: 5px 0;
		color: #6e6e6e;
		text-align: center;
		font-size: 12px;
		line-height: 1.8em;
	}
	#footer .qr img{
		display: block;
		width: 35px;
		height: 35px;
	}
	
	
	/* 侧边 */
	
		/* 侧边 */
		
		#side{
			position: fixed;
			z-index: 9;
			top: auto;
			right:0px;
			bottom: 0px;
			transform: translate(0, 0);
			margin-top: 0;
			background-color: #444;
			border-top: 1px solid #444;
			display: flex;
			width: 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.on{
			right: 0px;
		}
		
		#side.open a.pc{display: none;}
		#side a{
			position: relative;
			display: block;
			z-index: 1;
			width: 50%;
			margin:0 1px  0 0;
			color: #fff;
			height: 50px;
			font-size: 10px;
			background-color: #333;
			background-size: 28px;
			background-repeat: no-repeat;
			background-position: center 4px;
			border-radius: 0px;
			-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 b{
			font-weight: normal;
			display: block;
			text-align: center;
			padding-top: 0;
			font-size: 9px;
			position: absolute;
            bottom: 3px;
            width: 100%;
		}
		#side a.btn{
			display: none;
			z-index: 2;
		}
		#side a.btn span{
			width: 48px;
			height: 48px;
			display: block;
			background: url(../img/icon/side-00.png) no-repeat center 10px;
			-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.mobile{display: block;}
		#side.open a.home{
			background-image: url(../img/icon/side-home.png);
		}
		#side.open a.block-menu{
			background-image: url(../img/icon/side-11.png);
			background-size:35px ;
			background-position: center 0; 
		}
		#side.open a.block-tel{
			background-image: url(../img/icon/side-04.png) ;
		}
		#side.open a.block-1{
			background-image: url(../img/icon/side-01.png) ;
			background-size:32px ;
			background-position: center 2px; 
		}
		#side a.block-talk{
			background-size: 28px;
		}
		#side a.block-DeepSeek{
			background-position: center 8px;
			background-size:25px ;
		}
		#side.open a.block-icon-1{
			background-image: url(../img/bottom-icon-1.png);
			background-position: center 6px;
		}
		#side.open a.block-icon-2{
			background-image: url(../img/bottom-icon-2.png);
			background-position: center 6px;
			background-size:25px ;
		}
		#side.open a.block-icon-3{
			background-image: url(../img/bottom-icon-3.png);
			background-position: center 6px;
			background-size:25px ;
		}
		#side.open a.block-icon-4{
			background-image: url(../img/bottom-icon-4.png);
			background-position: center 6px;
			background-size:25px ;
		}
		#side.open a.block-tel.pc div{ width: 165px; background-color: #0052AE; border-radius: 10px; position: absolute; left: 80px; transition: all 0.2s ease-in-out;}
		#side.open a.block-tel.pc div span{display: block; font-size: 16px; padding-left: 15px; height: 70px; color: #fff; line-height: 20px; padding-top: 15px;}
		#side.open a.block-tel.pc:hover div{ position: absolute; left: -95px;}
		#side.open a.block-tel.mobile{display: block;}
		
		#side.open a.block-gotop{
			opacity: 1;
		}
		
		/*微信*/
		#side .wx-ewm{display: none !important;}
		#side .wx-ewm.open{display: flex !important; 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; position: relative; z-index: 1;}
		#side .wx-ewm.open span{padding: 10px; color: #fff; display: block; text-align: center; width: 100%;}
		#side .wx-ewm.open .bg{position: absolute; background: none; right: 0; top: 0; width:100%; height: 100%; z-index: 0;}
		
		/*微信*/
		.wx-ewm-box{display: none !important;}
		.wx-ewm-box.open{display: flex !important; flex-wrap: wrap; flex-direction: column; position: fixed; z-index: 9; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,0.8); justify-content: center; align-content: center;}
		.wx-ewm-box.open img{width: 160px; height: 160px; border: 8px solid #fff; margin: 0 auto; display: block; position: relative; z-index: 1;}
		.wx-ewm-box.open span{padding: 10px; color: #fff; display: block; text-align: center; width: 100%;}
		.wx-ewm-box.open .bg{position: absolute; background: none; right: 0; top: 0; width:100%; height: 100%; z-index: 0;}
		
		.window_hide .close{
			top: 60px;
		}
		.window_hide .content{
			width: 100%;
			margin-left: 0;
			height: 100%;
			padding: 35px 35px;
			padding-top: 100px;
		}
		
		#side a.block-weixin:hover div {
            display: block;
            position: absolute;
            border: 1px solid #eee;
            width: 202px;
            height: 240px;
            background: #fff;
            right: 50%;
            top: auto;
            bottom: 50px;
            transform: translate(50%, -1px);
        }
	
}