.hide {
	display: none;
}
*{
	padding: 0;
	margin: 0;
}
img{
	width: 100%;
}
ul li {
	list-style: none;
}
a {
	text-decoration: none;
	font-family: 微软雅黑;	
}
/* 背景颜色 */
.bg-red{
	background-color: #0080ff;
}
.bg-FFF {
	background-color: #FFFFFF;
}
.bg_f8f8f8 {
	background-color: #f8f8f8;
}
/* 字体颜色 */
.font_color_one{
	color: #555555;
}
.font_color_FFF {
	color: #FFFFFF;
}
.font_color_red {
	color: #0080ff;
}

/* 字体大小 */

/* logo */
.logo {
	position: absolute;
	top: 20px;
	left: 0;
	width: 149px;
}
/* 元素宽度 */
.width_100{
	width: 100%;
}
.width_1200 {
	width: 1200px;
	margin: 0 auto;
}

/* flex */
.flex{
	display: flex;
}
.justify_content_center{
	justify-content: center;
}
.justify_content_sb {
	justify-content: space-between;
}
/* 定位 */
.position_relative {
	position: relative;

}
.position_absolute{
	position: absolute;
}
.position_fixed{
	position: fixed;
}
/* 头部导航 */
.head{
	position: relative;
}
.head_navigation {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	background-color:#fff;padding-bottom:20px;
}
.head_navigation_bg {
	background-image: url(../img/navigation.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: rgb(215, 50, 54) !important;
}
.navigation a:hover{
	background-image: url(../img/navigation.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: rgb(215, 50, 54);
}
.navigation a {
	display: block;
	color: #555555;
	font-weight: 400;
	font-size: 14px;
	margin: 0 22px;
	line-height: 105px;
	height: 77px;
}
.head_rotation {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}
/* 头部 搜索 */
.head_searchfor {
	position: relative;
	
}
.head_searchfor_div {
	width: 270px;
	height: 35px;
	background-image: url(../img/input_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	right: 0;;
	top: 35px;
	padding: 0 0 0 15px;
	margin: 0;
}
.head_searchfor_div input {
	width: 217px;
	font-family: 微软雅黑;
	text-decoration: none;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 35px;
	height: 35px;
	border: 0;
	background-color: transparent;
	padding: 0;
	outline: 0;
}
.head_searchfor_div a {
	line-height: 35px;
	height: 35px;
	width: 48px;
	background-image: url(../img/searchfor.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
	
}
.head_navigation_H5 {
	display: none;
}
/* 标题 */
.title_icon_text {
	display: flex;
}
.title_icon_text .icon{
	width: 55px;
	height: 30px;
	background-color: #0080ff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 13px;
}
.title_icon_text .icon img {
	width: 25px;
	height: 19px;
	margin-right: 3px;
}
.title_icon_text .text {
	font-size: 36px;
	color: #333333;
	font-weight: 400;
	
} 
.title_icon_text .text h2 {
	font-size: 26px;
	line-height: 1.3;
	font-weight: 400;
}
.title_icon_text .text span {
	font-size: 14px;
}
/* 底部 */
.bottom {
	height: 68px;
	background-color: rgb(31, 31, 31);
	
}
.bottom .bottom-center {
	height: 68px;
	line-height: 68px;
	text-align: center;
	/* display: flex; */
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color: #666666;
	/* line-height: 1.3; */
}
.bottom .bottom-center ul {
	display: flex;
}
.bottom .bottom-center ul li {
	width: 96px;
}
.bottom .bottom-center ul li a {
	font-size: 14px;
	color: #666666;
	line-height: 1.3;
}
.bottom .bottom-center ul li:hover a {
	color: #0080ff;
}
/* H5 */
@media (max-width: 768px){
	.width_1200 {
		width: 100%;
	}
	.head_navigation{
		display: none;
	}
	.head_navigation_H5 {
		display: block;
		position: relative;
	}
	.head_navigation_H5_bg {
		display: flex;
		padding: 15px;
		justify-content: space-between;
		align-items: center;
	}
	.head_navigation_H5 ul {
		width: 50%;
		position: absolute;
		right: 0;
		bottom: -240px;
		z-index: 9999;
		background-color: #FFFFFF;
	}
	.head_navigation_H5 li {
		height: 40px;
		line-height: 40px;
		text-align: center;
	}
	.head_navigation_H5 li a {
		display: block;
		width: 100%;
		height: 100%;
		background-image: none;
		color: #333333 !important;
	}
	.navigation_botton {
		width: 40px;
		height: 40px;
		background-color: #0080ff;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.navigation_botton div:nth-last-of-type(3){
		margin-top: 3px;
	}
	.navigation_botton div {
		height: 4px;
		width: 30px;
		background-color: #FFFFFF;
		margin-bottom: 3px;
	}
	.head_navigation_H5_bg>div:nth-of-type(1){
		width: 200px;
	}
}