/* CSS Document */
.click2Mb{
	display:none;
}
.spaceMb{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height: 0px;
}
@media (max-width:817px){
/*==========================================================================*/
.spaceMb{
	height: 80px;
}
.header {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .7);
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 10002;
	height: 80px;
	overflow: hidden;
}
.header.selMb {
	height:100%;
}
.header .spanlogo {
	background-color: #FFF;
	display: block;
	width: 100%;
	position: relative;
}
.header .spanlogo {
}
.header .spanlogo .click2Mb{
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(images/split.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 25px;
	position: absolute;
	left: 10px;
	display: block;
	cursor: pointer;
}
.header.selMb  .spanlogo .click2Mb{
	background-image: url(images/x_close.png);
}
.header .logo {
	float: none;
	margin: auto;
	width: 80px;
}
.header .logo img {
    width: 100%;
}
.header .bxMenu {
	position: relative;
	width: 100%;
	left: 0px;
	background-color: #000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-left: 10px;
padding-right: 10px;
}
.header .bxMenu .linkMenu {
	display: block;
	color: #FFF;
	position: relative;
}
.header .bxMenu .linkMenuIn {
    color: #FFF;
    text-decoration: none;
}
.header .bxMenu .linkMenu.havesub::after {
	content: "";
	display: block;
	height: 10px;
	width: 10px;
	background-image: url(images/ico_arr_a_right.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	top: 5px;
	right: 5px;
}
.header .bxMenu .linkMenu .linkMenuSub {
background: rgb(177, 177, 177);
background: rgba(177, 177, 177, 0.6);
	position: relative;
	top: auto;
	width: 100%;
	border-bottom-width: 1px;
}
.header .bxMenu .linkMenu .linkMenuSub a::before {
	content: "";
	background-image: url(images/ico_arr_a_right.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
}
.main .bxProIndex.proAllList h2 i {
	display:block;
}
/*==========================================================================*/
}
