.common_top{
	width: 1200px;
	height: 90px;
	margin: 0 auto;
}
.common_top .logo{
	float: left;
	height: 90px;
	width: 280px;
}
.common_top .logo .img{
	display: block;
	width: 100%;
	height: 100%;
}
.common_top .tel_box{
	float: right;
	height: 90px;
	display: flex;
	align-items: center;
}
.common_top .tel_box .icon{
	display: block;
	width: 30px;
	height: 30px;
}
.common_top .tel_box .text{
	display: block;
	font-size: 20px;
	color: #454545;
	padding-left: 16px;
}

.common_nav_box{
	width: 100%;
	height: 60px;
	background: #008de4;
}
.common_nav_box .nav_list{
	width: 1200px;
	margin: 0 auto;
}
.common_nav_box .nav_list .nav{
	width: 120px;
	float: left;
	position: relative;
	transition: all 0.3s; 
}
.common_nav_box .nav_list .nav .span{
	display: block;
	width: 100%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
}

.common_nav_box .nav_list .nav .list{
	width: 100%;
	position: absolute;
	background: #008DE4;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s; 
	z-index: 999;
	top: 70px;
}
.common_nav_box .nav_list .nav .list .list_span{
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	position: relative;
}
.common_nav_box .nav_list .nav .list .list_span:after{
	content: "";
	background: rgba(0,0,0,0);
	width:0;
	height: 100%;
	position: absolute;
	transition: all 0.3s; 
	top: 0;
	left: 0;
	z-index: -1;
}
.common_nav_box .nav_list .nav:hover .span{
	background: #fff;
	color: #008DE4;
	transition: all 0.3s; 
}
.common_nav_box .nav_list .nav.link .span{
	background: #fff;
	color: #008DE4;
}
.common_nav_box .nav_list .nav:hover .list{
	visibility: visible;
	transition: all 0.3s; 
	opacity: 1;
	top: 60px;
}
.common_nav_box .nav_list .nav .list .list_span:hover:after{
	background: rgba(0,0,0,0.1);
	transition: all 0.6s; 
	width: 100%;
}

.common_blogroll{
	width: 1200px;
	margin-top: 150px;
	margin: 0 auto;
}
.common_blogroll .tit{
	font-size: 16px;
	color: #454545;
	height: 26px;
	line-height: 26px;
}
.common_blogroll .list_box{
	padding: 28px 0 32px;
}
.common_blogroll .list_box .list{
	height: 60px;
	border: 1px solid #eeeeee;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
	cursor: pointer;
}
.common_blogroll .list_box .list .img{
	display: block;
	height: 100%;
}







.common_footer_box{
	width: 100%;
	border-top:3px solid #008de4;
}
.common_footer_box .footer_nav_box{
	width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 70px;
}
.common_footer_box .footer_nav_box .list{
	width: 100px;
	float: left;
	margin-right: 85px;
}
.common_footer_box .footer_nav_box .list:nth-of-type(1){
	margin-right: 70px;
}
.common_footer_box .footer_nav_box .list:last-child{
	margin-right: 0;
}
.common_footer_box .footer_nav_box .list:nth-of-type(1) .h6{
	padding-left: 20px;
}
.common_footer_box .footer_nav_box .list .h6{
	font-size: 18px;
	color: #454545;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}
.common_footer_box .footer_nav_box .list .ul{
	padding: 18px 0 7px;
	position: relative;
}
.common_footer_box .footer_nav_box .list .ul::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 11px;
	height: 3px;
	background: #008DE4;
}
.common_footer_box .footer_nav_box .list .ul .li{
	font-size: 14px;
	color: #454545;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.common_footer_box .footer_nav_box .list .ul .li:hover{
	text-decoration: underline;
	cursor: pointer;
}
.common_footer_box .footer_text_box{
	width: 100%;
	border-top: 1px solid #ededed;
}

.common_footer_box .footer_text_box .text_box{
	width: 1200px;
	margin: 0 auto;
	padding: 25px 0;
}
.common_footer_box .footer_text_box .text_box .msg_box{
	text-align: center;
}
.common_footer_box .footer_text_box .text_box .msg_box .span{
	font-size: 14px;
	color: #a5a5a5;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
}




