﻿
.side {
	position: fixed;
	width: 54px;
	height: 275px;
	right: 0;
	bottom: 120px;
	z-index: 100;
}
.side ul li {
	width: 54px;
	height: 54px;
	float: left;
	position: relative;
	border-bottom: 1px solid #444;
}
.side ul li .sidebox {
	position: absolute;
	width: 54px;
	height: 54px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	background: #184BA6;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	color: #fff;
	font: 14px/54px "微软雅黑";
	overflow: hidden;
}
.side ul li .sidetop {
	width: 54px;
	height: 54px;
	line-height: 54px;
	display: inline-block;
	background: #184BA6;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	transition: all 0.3s;
}
.side ul li .sidetop:hover {
	background: #F00;
	opacity: 1;
	filter: Alpha(opacity=100);
}
.side ul li img {
	float: left;
}
.bottom-side{
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	overflow:hidden;
	background-color:#0078F0;
	z-index:201;
	display:none;
}
.bottom-side li{
	width:20%;
	float:left;
	text-align:center;
	padding:3px 0;
}
.bottom-side li a{
	display:block;
	border:1px solid #FFF;
	border-left:none;
	padding:5px 0;
	font-size:13px;
	color:#FFF;
}
.bottom-side li:last-child a{
	border-right:none;
}
.ind_top{
	width:100%;
	padding:20px 0;
	z-index:100000;
	background-color:#FFF;
}
.ind_logo{
	width:410px;	
	float:left;
}
.ind_logo a{
	display:block;
	height:45px;
	text-indent:-9999px;
	background:url(../image/logo_move.png) no-repeat 0 0;
	margin-top:10px;
}
.ind_menu{
	width:700px;
	float:right;
	overflow:hidden;
}
.ind_menu li{
	float:left;
	width:14%;
	font-size:18px;
	line-height:50px;
	height:50px;
	font-family:'微软雅黑';
	text-align:center;
}
.ind_menu li a{
	color:#333;
	position:relative;
}
.ind_menu li a:before{
	content:'';
	position:absolute;
	left:0;
	bottom:-10px;
	width:0;
	height:2px;
	background-color:#004080;
	transition:0.4s all;
}
.ind_menu li a:hover:before,.ind_menu li.active a:before{
	width:100%;
}
.ind_menu li a:hover{
	color:#004080;
}
.ind_menu li.active a{
	color:#004080;
}
.logo_ph{
	display:none;
}
.logo_ph img{
	width:100%;
	max-width:100%;
}
	
	
@media (max-width: 1280px){
	.ind_logo{
		width:240px;
	}
	.ind_logo a{
		background-size:240px;
		margin-top:10px;
	}
}
@media (max-width: 1024px){
	.ind_logo{
		width:200px;
	}
	.ind_logo a{
		background:url(../image/logo1_move.png) no-repeat 0 0;
		background-size:cover;
		margin-top:0;
	}
	.ind_menu{
		width:500px;
	}
	.ind_menu li{
		font-size:14px;
	}
}
@media (max-width: 768px) {
	.ind_logo{
		display:none;
	}
	.ind_menu{
		width:100%;
		float:none;
	}
	.ind_menu li:nth-child(2),.ind_menu li:nth-child(3),.ind_menu li:nth-child(7){
		display:none;
	}
	.ind_menu li{
		width:24%;
		font-size:18px;
	}
.side {
	display: none
}
.bottom-side{
	display:block;
}
.footer{
	padding-bottom:50px;
}
.logo_ph{
	display:block;
}
}
@media (max-width: 640px) {
	
}
