@charset "utf-8";

#footer{
	padding: 30px 1rem 0;
	background: #000;
}
#footer .box{
	background:url(../img/footer-logo.png) no-repeat left top;
	background-size:84px;
	padding: 0 0px 40px 180px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
#footer .box div.link{
	flex: 1;
	color: #fff;
	overflow: hidden;
	margin: 20px 0 0;
	display: flex;
}
#footer .box div.link dt{
	font-size: 22px;
	font-weight: 200;
	margin-bottom: 10px;
}
#footer .box div.link dd a{
	display: block;
	padding: 5px 0;
	color: #aaa;
	font-size: 14px;
}
#footer .box div.link dd a:hover{
	color: #fff;
}
#footer .box dl.con-1{
	width: 200px;
}
#footer .box dl.con-2{
	width: 500px;
}
#footer .box dl.con-3{
	margin-right: 30px;
}
#footer .box dl.con-3,
#footer .box dl.con-4{
	flex: 1;
	height: 180px;
	overflow: hidden;
}
#footer .box dl.con-3 a,
#footer .box dl.con-4 a{
	float: left;
	margin-right: 15px;
}
#footer .box dl.con-4{
	display: none;
}
#footer .box .contact{
	width: 280px;
	margin-top: 20px;
}
#footer .box .contact{
	color: #fff;
	overflow: hidden;
}
#footer .box .contact dl{
	float: left;
}
#footer .box .contact dt{
	font-size: 22px;
	font-weight: 200;
	margin-bottom: 10px;
}
#footer .box .contact dd a,
#footer .box .contact dd p{
	display: block;
	padding: 5px 0;
	color: #aaa;
	font-size: 14px;
}

#footer .box .contact dd a:hover{
	color: #fff;
}

@media screen and (max-width: 1260px) {
	#footer .box dl.con-1{
		width: 280px;
	}
	#footer .box dl.con-2{
		width: 400px;
	}
	#footer .box dl.con-3{
		display: none;
	}
}


#footer .cop{
	border-top: 1px solid #222;
	padding: 25px 0;
	font-size: 13px;
	color: #888;
	display: flex;
	justify-content: space-between;
}
#footer .cop a{
	color: #888;
}


#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: #000000;}
#bottom-coolgee .form-box .btn:hover{ background: #000000;animation-iteration-count:1;-webkit-animation-iteration-count:1; }
@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;}
}
 
@-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;
	}
}


#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;
	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.btn span{
	width: 48px;
	height: 48px;
	display: block;
	background: url(../img/side-00.png) no-repeat center center;
	-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{
	bottom: 50px;
	background-image: url(../img/side-01.png);
}
#side.open a.block-2{
	bottom: 250px;
	background-image: url(../img/side-05.png);
}
#side.open a.block-3{
	bottom: 200px;
	background-image: url(../img/side-04.png) ;
}
#side.open 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.open 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.open a.block-3.pc:hover div{ width: -200px; position: absolute; left: -165px;}

#side.open a.block-4{
	bottom: 150px;
	background-image: url(../img/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; font-size: 12px; display: block; color: #333; text-align: center; width: 100%;}

#side.open a.block-5{
	bottom: 100px;
	background-image: url(../img/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; font-size: 12px; display: block; color: #333; text-align: center; width: 100%;}
#side.open a.block-6{
	bottom: 300px;
	background-image: url(../img/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; font-size: 12px; 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%; }


@media screen and (max-width: 720px) {
	
	#footer{
		padding: 20px 1rem 0;
		background: #000;
	}
	#footer .box{
		background: none;
		background-size:84px;
		padding: 0 0px 40px 0px;
		overflow: hidden;
		display: flex;
		justify-content: space-between;
	}
	#footer .box div.link{
		flex: 1;
		color: #fff;
		overflow: hidden;
		margin: 20px 0 0;
		display: block;
	}
	#footer .box div.link dt{
		font-size: 22px;
		font-weight: 200;
		margin-bottom: 10px;
		text-align: center;
	}
	#footer .box div.link dd a{
		display: block;
		padding: 5px 0;
		color: #aaa;
		font-size: 14px;
		text-align: center;
	}
	#footer .box div.link dd a:hover{
		color: #fff;
	}
	#footer .box dl.con-1{
		width: 100%;
	}
	#footer .box dl.con-2{
		width: 300px;
		display: none;
	}
	#footer .box dl.con-3{
		margin-right: 30px;
	}
	#footer .box dl.con-3,
	#footer .box dl.con-4{
		display: none;
		flex: 1;
		height: 180px;
		overflow: hidden;
	}
	#footer .box dl.con-3 a,
	#footer .box dl.con-4 a{
		float: left;
		margin-right: 15px;
	}
	
	#footer .box .contact{
		width: 280px;
		margin-top: 20px;
	}
	#footer .box .contact{
		color: #fff;
		overflow: hidden;
	}
	#footer .box .contact dl{
		float: left;
	}
	#footer .box .contact dt{
		font-size: 22px;
		font-weight: 200;
		margin-bottom: 10px;
	}
	#footer .box .contact dd a,
	#footer .box .contact dd p{
		display: block;
		padding: 5px 0;
		color: #aaa;
		font-size: 14px;
	}
	
	#footer .box .contact dd a:hover{
		color: #fff;
	}
	
	
	#footer .cop{
		border-top: 1px solid #222;
		padding: 25px 0;
		font-size: 12px;
		line-height: 1.6em;
		color: #888;
		display: block;
		text-align: center;
		justify-content: space-between;
	}
	#footer .cop a{
		color: #888;
	}
	
}