@charset "utf-8";

#footer{
	position: relative;
}
#footer .mainBox{
	overflow: hidden;
}
/* 底部菜单 */
#footer .box{
	position: relative;
	padding: 20px 0px 0;
	overflow: hidden;
}
#footer .box div.link{
	color: #333;
	overflow: hidden;
	text-align: center;
} 
#footer .box div.link a{
	display: inline-block;
	text-transform: uppercase;
	padding: 5px 15px;
	color: #333;
	font-size: 16px;
	line-height: 1.6em;
}
#footer .box div.link a:hover{
	color: #087CD6;
}
@media screen and (max-width: 1330px) {

#footer .box div.link a{
	display: inline-block;
	text-transform: uppercase;
	padding: 5px 15px;
	color: #333;
	font-size: 15px;
	line-height: 1.6em;
}
}
/* 底部二维码 */
#footer .qr{
	margin: 50px 0 20px;
}
#footer .qr dt{
	font-size: 16px;
	color: #666;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 15px;
	text-align: center;
}
#footer .qr dd{
	text-align: center;
}
#footer .qr a{
	display: inline-block;
	margin: 0 10px;
	width: 50px;
	height: 50px;
	background-color: #e0ac3f;
	border-radius: 50px;
	transition: all 0.2s ease-in-out;
}
#footer .qr a:hover{
	background-color: #729d4f;
}
#footer .qr img{
	display: block;
	margin: 8px;
	width: 34px;
	height: 34px;
}

/* 版权信息 */
#footer .cop{
	padding:25px 0;
	font-size: 13px;
	color: #6e6e6e;
	line-height: 1.8em;
	overflow: hidden;
	text-align: center;
}
#footer .cop img{
	display: block;
	width: 300px;
	margin-bottom: 8px;
}
#footer .cop div{
	display: inline-block;
	padding:0 0 0 ;
	color: #6e6e6e;
}
#footer .cop a{
	color: #6e6e6e;
}
#footer .support{
	margin-left: 20px;
}

/* 底部上滑显示 */
#bottom-coolgee{
	width: 100%;
	position: fixed;
	z-index: 10;
	bottom: -90px;
	left: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#bottom-coolgee .bottom-coolgee-box{
	width: 100%;
	max-width: 1920px;
	min-width:1200px;
	padding: 0 2rem;
	margin: 0 auto;
	height: 90px;
	background: #2c54fa;
	position: relative;
	display: flex;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#bottom-coolgee .form-box {
	padding: 15px 0;
	flex: 1;
}
#bottom-coolgee .form-box .title{
	color: #fff;
	font-size: 14px;
}
#bottom-coolgee .form-box .form-group{display: flex; margin:5px 0 0;}
#bottom-coolgee .form-box .form-control{ padding: 5px 10px; font-size: 14px; border: 0; margin-right: 10px; flex: 1; height: 34px;}
#bottom-coolgee .form-box .form-control.pad{flex: 2;}
#bottom-coolgee .form-box .btn{height: 34px; width: 180px; flex-shrink:0; line-height: 34px; font-size: 14px; animation: Flash 3s infinite; -webkit-animation: Flash 3s infinite; background: #bc292f;}
#bottom-coolgee .form-box .btn:hover{ background: #bc292f;animation-iteration-count:1;-webkit-animation-iteration-count:1; }
@keyframes Flash
{
    0% {background: #bc292f;}
    5% {background: #FCE442;}
    10% {background: #bc292f;}
    15% {background: #FCE442;}
    20% {background: #bc292f;}
    25% {background: #FCE442;}
    30% {background: #bc292f;}
    100% {background: #bc292f;}
}
 
@-webkit-keyframes Flash 
{
    0% {background: #000000;}
    5% {background: #FCE442;}
    10% {background: #000000;}
    15% {background: #FCE442;}
    20% {background: #000000;}
    25% {background: #FCE442;}
    30% {background: #000000;}
    100% {background: #000000;}

}
@media screen and (max-width: 1700px) {
	#bottom-coolgee .bottom-coolgee-box{
		padding: 0 1rem;
	}
}
@media screen and (max-width: 1460px) {
	#bottom-coolgee .bottom-coolgee-box{
		padding: 0 .5rem;
	}
	#bottom-coolgee .form-box .form-control.pad{
		display: none;
	}
}


.kf{
	position: fixed; 
	z-index: 9;
	right: 0; 
	top: 45%;
}
.kf img{ 
	width: 60px;
	transition: all 0.2s ease-in-out;
}
.kf:hover img{ 
	width: 220px;
}

#bottom-coolgee .link {
	padding: 15px 0 10px 80px;
	width: 200px;
}
#bottom-coolgee .link .title{
	color: #fff;
	font-size: 14px;
	padding-left: 3px;
}
#bottom-coolgee .link-con{
	margin-top: 5px;
	font-weight: bold;
	font-size: 26px;
	color: #FCE442;
}
#bottom-coolgee .link-con a{
	display: inline-block;
	position: relative;
	width: 38px;
	height: 38px;
	background-color: #000;
	background-size: 25px;
	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;
}
#bottom-coolgee .link-con a.block-1{
	background-image: url(../img/side-06.png);
}
#bottom-coolgee .link-con a.block-2{
	background-image: url(../img/side-05.png);
}

#bottom-coolgee .tel {
	padding: 15px 0 10px 80px;
	width: 300px;
}
#bottom-coolgee .tel .title{
	color: #fff;
	font-size: 14px;
}
#bottom-coolgee .tel .tel-con{
	margin-top: 5px;
	font-weight: bold;
	font-size: 26px;
	color: #FCE442;
}


/* 侧边悬浮按钮 */
#side{
	position: fixed;
	z-index: 9;
	top: 50%;
	right:0px;
	margin-top: -100px;
	width: 55px;
	-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 a{
	position: relative;
	display: block;
	z-index: 1;
	right: 0;
	width: 48px;
	margin:0 0 2px;
	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 b{
	font-size: 11px;
	font-weight: normal;
	display: none;
	text-align: center;
	padding-top: 45px;
}
#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: 0;
	background-image: url(../img/icon/side-01.png);
}
#side.open.on a.block-gotop{
	opacity: 1;
}
#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: 168px; background: rgba(0,0,0,0.9) url(../img/icon/side-04.png) no-repeat 15px center; background-size: 30px; border-radius: 25px; 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: -120px;}
#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: 70px; 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; 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: -5px; left: 180px; transition: all 0.3s ease-in-out;}
#side a.block-qr:hover div{ position: absolute; left: -205px;}
#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-skype{background-image: url(../img/icon/side-06.png); background-size: 30px;}

/*微信*/
#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{
		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.6em;
	}
	#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.6em;
	}
	#footer .qr img{
		display: block;
		width: 35px;
		height: 35px;
	}
	
	
	/* 侧边 */
	
	#side{
		position: fixed;
		z-index: 9;
		top: auto;
		right:0px;
		bottom: 0px;
		margin-top: 0;
		background-color: #84a767;
		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;
		padding: 3px 0;
		display: none;
	}
	#side.on{
		right: 0px;
	}
	#side a{
		position: relative;
		display: block;
		z-index: 1;
		width: 50%;
		color: #fff;
		height: 38px;
		font-size: 10px;
		background-color: #84a767;
		border-radius: 0;
		border-right: 1px solid rgba(255,255,255,.15);
		background-size: 26px;
		background-repeat: no-repeat;
		background-position: center 1px;
		border-top-left-radius: 0px;
		border-bottom-left-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: 26px;
	}
	#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: block;
		background-size:25px ;
		background-image: url(../img/icon/side-home.png);
	}
	#side.open a.block-gotop{
		background-size:33px ;
		background-position: center -2px; 
	}
	#side.open a.block-tel.pc{display: none;}
	#side.open a.block-tel.mobile{display: block;}
	
	#side a.block-skype{
		background-size:25px;
	}
	
	#side a.block-weixin div{display: none;}
	#side a.block-weixin:hover div{display: none; }
	
	#side a.block-talk{background-image: url(../img/icon/side-10.png); background-size: 25px;}
	#side a.block-qr,
	#side a.block-qq{display: none;}
	#side.open a.block-gotop{
		opacity: 1;
	}
	
	/*微信客服*/
	#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: 220px; height: 220px; 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;}
	.wx-ewm-box.open{display: flex; 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;}
	
}