*{
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: "微软雅黑";
}
body {
	background-color: rgb(248, 251, 255);
}
img {
	width: 100%;
	height: 100%;
}
li {
	list-style: none;
}
.center_title {
	width: 100%;
	text-align: center;
}
.center_title_p {
	font-size: 28px;
	color: #1D51E0;
	margin-top: 64px;
	line-height: 56px;
}
.center_title_text {
	font-size: 14px;
	color: #AAAAAA;
	line-height: 24px;
}
.center_title_yi {
	width: 20px;
	height: 2px;
	background-color: #1D51E0;
	margin: auto;
	margin-top: 16px;
	margin-bottom: 44px;
}
.checkImg_menu_active .menu_pub_p {
	color: #1D51E0;
}
a{
    color: inherit;/*继承父级元素的颜色*/
    text-decoration: none;
}
button:focus {
	outline: none;
}
header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
}
.header_div {
	width: 100%;
	height: 100px;
	background-color: #FFFFFF;
}
.header_div_center{
	width: 1200px;
	margin: auto;
	height: 100px;
	display: flex;
	justify-content: space-between;
}
.header_center_logo{
	width: 172px;
	height: 50px;
	margin-top: 22px;
}
.header_center_menu {
	display: flex;
	flex-wrap: wrap;
}
.header_center_menu li {
	width: 106px;
	height: 96px;
	font-size: 20px;
	line-height: 100px;
	text-align: center;
}
.header_menu_active {
	border-bottom: 4px solid #1D51E0;
}
.footer_div {
	width: 100%;
	height: 460px;
	background-color: #000000;
}
.footer_div_center {
	width: 1260px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
.div_center_left {
	width: 250px;
	margin-top: 80px;
}
.center_left_p {
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 30px;
}
.center_left_ewm {
	width: 88px;
	height: 88px;
	margin-top: 16px;
}
.center_right_text {
	width: 898px;
	font-size: 16px;
	color: #999999;
	margin-top: 100px;
	margin-left: 70px;
}
.center_right_menu {
	display: flex;
	margin-left: 70px;
}
.center_right_menu li {
	color: #999999;
	font-size: 16px;
	margin-left: 28px;
	margin-top: 50px;
}
.center_right_menu li:first-child {
	margin-left: 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}
.center_right_yqlj {
	width: 898px;
	display: flex;
	justify-content: space-between;
}
.right_yqlj_left {
	width: 72px;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	margin-left: 68px;
	margin-right: 29px;
	margin-top: 34px;
}
.right_yqlj_right {
	width: 720px;
	margin-top: 34px;
}
.yqlj_right_ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.yqlj_right_ul li {
	font-size: 16px;
	color: #666666;
	margin-right: 20px;
	margin-bottom: 20px;
}
.footer_bq {
	width: 100%;
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 40px;
}
input,button {
	border: 0;
}
input:focus {
	outline: none;
}

.publick_aright_menu {
	width: 60px;
	height: 240px;
	background-color: #333333;
	border-radius: 28px;
	position: fixed;
	bottom: 70px;
	right: 0;
	z-index: 50;
}
.publick_menu_check {
	width: 60px;
	background-color: #333333;
	border-radius: 28px;
	float: right;
	display: flex;
	justify-content: space-between;
	transition: all 0.4s;
}
.menu_check_number {
	width: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	line-height: 60px;
	transition: all 0.4s;
	overflow: hidden;
	white-space:nowrap;
	text-indent: 14px;
}
.menu_check_img {
	width: 0;
	height: 0;
	overflow: hidden;
	white-space:nowrap;
}
.publick_menu_check .menu_check_img img {
	width: 70%;
	height: 70%;
	margin: 20px 0 20px 0;
}
.menu_check_pub {
	width: 60px;
	height: 60px;
}
.publick_menu_check img {
	width: 70%;
	height: 70%;
	margin: 10px 0 20px 0;
}
.publick_menu_check:hover {
	width: 240px;
}
.publick_menu_check:hover .menu_check_number {
	width: 180px;
}
.publick_menu_check:hover .menu_check_img {
	width: 100%;
	height: 100%;
}
.publick_menu_check1:hover {
	width: 60px;
	height: 60px;
}
