.sidebar{
	width: 68px;
	height: 334px;
	background: -webkit-linear-gradient( #2799f7, #145eb7);
	background: -o-linear-gradient(#2799f7, #145eb7);
	background: -webkit-gradient(linear, left top, left bottom, from(#2799f7), to(#145eb7));
	background: -webkit-linear-gradient(#2799f7, #145eb7);
	background: linear-gradient(#2799f7, #145eb7);
	position: fixed;
	right: 0;
	top: 350px;
	z-index: 9999999;
}
.side_img{
	width: 32px;
	height: 56px;
	margin: 0 auto;
	margin-top: 23px;
	cursor: pointer;
	position: relative;
}
.side_tel{
	width: 172px;
	height: 106px;
	font-size: 14px;
	background: #1a73cf;
	color: #FFFFFF;
	position: absolute;
	top: 0;
	left: -190px;
	line-height: 34px;
	text-align: center;
}
.side_code{
	width: 110px;
	height: 110px;
	position: absolute;
	top: -18px;
	left: -128px;
}






.foot{
	width: 100%;
	height: 184px;
	background: #5b5a6e;
}
.foot_up{
	width: 1390px;
	height: 184px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.foot_up_left{
	width: 645px;
	height: 184px;
	overflow: hidden;
}
.foot_nav{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-size: 14px;
	margin-top: 25px;
}
.foot_nav_alone{
	color: #c8c8cd;
}
.foot_logo{
	width: 159px;
	height: 42px;
	margin-top: 50px;
}
.foot_up_right{
	width: 540px;
	height: 184px;
	overflow: hidden;
}
.foot_tel{
	width: 100%;
	font-size: 18px;
	color: #74b0f2;
	margin-top: 23px;
	padding-bottom: 10px;
	border-bottom: 1px solid #898894;
	display: flex;
}
.foot_infor{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot_time{
	width: 367px;
	font-size: 14px;
	color: #c8c8cd;
	margin-top: 15px;
	
}
.foot_word{
	width: 100%;
	font-size: 14px;
	color: #c8c8cd;
	margin-top: 15px;
}
.foot_infor .foot_word:nth-child(2){
	width: 160px;
}
.foot_infor .foot_word:nth-child(3){
	width: 367px;
}
.foot_infor .foot_word:nth-child(4){
	width: 160px;
}

.foot_down{
	width: 100%;
	height: 64px;
	background: #373745;
	line-height: 64px;
	text-align: -moz-center;
	font-size: 14px;
	text-align: center;
	color: #c8c8cd;
}
.foot_down a{
	color: #c8c8cd;
}



.foot_tel_alone{
	width: 50%;
	overflow: hidden;
}