﻿@charset "UTF-8";


.show{
	display: block!important;
}
/*header 开始*/

.header_m {
	z-index: 3;
	position: relative;
	width: 100%;
	display: none;
}

/* logo  开始*/
.logo_m {
	position: relative;
	width: 100%;
	padding: 10px;
	background-color: #FFFFFF;
}

.logo_m a {
	display: block;
	width: 70%;
}

.logo_m i {
	position: absolute;
	top: 22px;
	right: 20px;
	display: block;
	width: 30px;
	height: 30px;
}

/* logo  结束*/

/* search  开始*/
.search_m {
	background-color: #FFFFFF;
	display: none;
	padding: 10px;
	position: absolute;	
	width: 100%;
	z-index: 3;
}

.input-box_m {
	border: #3f51b5 solid 1px;
	border-radius: 50px;
	overflow: hidden;
}

.input-box_m .from-control_m {
	width: 80%;
	height: 35px;
	line-height: 35px;
	border: none;
	outline: none;
	padding: 0 10px;
}

.input-box_m .submit_m {
	width: 35px;
	height: 35px;
	line-height: 35px;
	position: absolute;
	top: 12px;
	right: 20px;
	background: url("../images/ico11.png") center center no-repeat;
	border: none;
	outline: none;
}

/* search  结束*/

.masking {
	display: none;
	z-index: 2;
	width: 100%;
	display: none;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	left: 0;
	top: 0;
}

/* logoAndSearch  结束 */

/* 顶部导航  开始*/
.top_nav_m {
	width: 100%;
	background: #F6F7FB;
	text-align: center;
	overflow: hidden;
	position: relative;
	background-color: #cc0001;
	z-index: 2;
}

.main_nav_m {
	width: auto;
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.main_nav_m::-webkit-scrollbar {
	display: none;
}

.main_nav_m li {
	flex: none;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	padding: 5px;
}

.main_nav_m li a {
	width: auto;
	color: #FFFFFF;
	float: left;
	line-height: 30px;
	display: block;
	padding: 0 5px;
	border-radius: 5px;
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
}

.main_nav_m .a1_m:hover {
	text-decoration: none;
	background-color: #ffffff;
	color: #3d7bca;
}
.main_nav_m .on a{
background-image: none!important;
    background-color: #3d7bca!important;
}
/* 顶部导航  结束*/

/*底部样式 开始*/
.footer_m {	
	background-color: #E2E2E2;
	border-top: #cc0001 solid 5px;
	color: #333;
	display: none;
	font-size: 14px;
	line-height: 25px;
	width: 100%;
	padding:25px 10px;
}


/*底部样式 结束*/
/*移动样式 开始 */
.zIndex1 {
	z-index: 1 !important;
}

.title_m {
	z-index: 3;
	display: none;
	width: 100%;
	
	padding: 5px;
	position: relative;
	background: white;
}

.title_m h1 {
	display: inline-block;
	border-left: #3d7bca solid 3px;
	padding-left: 10px;
	font-size: 20px;
	height: 30px;
	line-height: 30px;	
}

.title_m em {
	position: absolute;
	top: 5px;
	right: 0px;
	width: 30px;
	z-index: 3;
	height: 30px;
	/* background-color: #FFFFFF!important; */
}

.title_m em i {
	width: 100%;
	height: 100%;
	display: block;
}

.title_m em .down {
	background: url(../images/arrow_down.png);
	background-size: 100%;
}

.title_m em .up {
	background: url(../images/arrow_up.png);
	background-size: 100%;
}

.nav_menu {
	display: none;
	position: absolute;
	z-index: 3;
	background-color: #FFFFFF;
	border-top: #FFFFFF solid 1px;
	width: 100%;
	overflow: hidden;
	z-index: 3;
}

.nav_menu ul {
	padding: 10px 20px;
	overflow: hidden;
}

.menu_li {
	float: left;
	width: 25% !important;
	height: auto !important;
	line-height: 30px !important;
	text-align: center;
	padding: 5px!important;
}

.menu_li a {
	
	display: block;
	font-size: 13px !important;
	white-space: nowrap;
	font-weight: bold;
}

.show {
	display: block !important;
}