﻿@media screen and (max-width: 1024px){
.header{display: none;}
.logo{display: none;}
.menue{display: none;}
.banner{display: none;}
.a1mbzcomnav{
    background-color: #323232;
    box-shadow: 0 0 6px rgba(0,0,0,.2);
    border-bottom: 1px solid #1e1e1e;
    -webkit-box-shadow: 0 2px 4px 0 #8e8e8e;
    -moz-box-shadow: 0 2px 4px 0 #8e8e8e;
    -ms-box-shadow: 0 2px 4px 0 #8e8e8e;
    box-shadow: 0 1px 8px 0px #8e8e8e;
    height: 40px;
    display: block;
}
.a1mbzcomlogo{
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
}
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot@#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.dl-menuwrapper {
	width: 100%;
	max-width: 250px;
	float: right;
	position: absolute;
	top: 3px;
	right: 0;
	padding-top: 30px;
	z-index: 999;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	-moz-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
}
.a1mbzcom-navy{display:none;}

.dl-menuwrapper:first-child {
	margin-right: 100px;
}

.dl-menuwrapper button {
	/*background: url(../images/header-bg.png) repeat-x bottom left;*/
	border: none;
	width: 40px;
	height: 35px;
	text-indent: -900em;
	overflow: hidden;
	position: absolute;
	top:0;
	right:0;
	cursor: pointer;
	outline: none;
	background: rgb(50, 50, 50) url(../a1mbzcomimages/menu-button-bg.png) no-repeat center center;
	background-size: 50%;
}

.dl-menuwrapper button:hover ,
.dl-menuwrapper button.dl-active {
	/*background: url(../images/header-bg.png) repeat-x bottom left;*/
	/* background-color: #0067d2; */
}

.dl-menuwrapper ul {
	background: #323232;
}

/*
.dl-menuwrapper button:after {
	content: '';
	position: absolute;
	width: 60%;
	height: 4px;
	background: #fff;
	top: 12px;
	left: 22%;
	box-shadow: 
		0 10px 0 #fff, 
		0 20px 0 #fff;
}
*/

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-menuwrapper li {
	position: relative;
}

.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	border-top: 1px solid #555;
	border-bottom: 1px solid #333;
	outline: none;
	margin-right: 0;
}

.no-touch .dl-menuwrapper li a:hover {
	background: rgba(255,248,213,0.1);
}

.dl-menuwrapper li.dl-back > a {
	padding-left: 30px;
	background: rgba(0,0,0,0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e000";
}

.dl-menuwrapper li.dl-back:after {
	left: 10px;
	color: rgba(255,255,255,0.8);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
	right: 10px;
	color: rgba(255,255,255,0.8);
}

.dl-menuwrapper .dl-menu {
	margin: 7px 0 0 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,



.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	-moz-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	-moz-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
	-webkit-animation: MenuAnimOut3 0.4s ease;
	-moz-animation: MenuAnimOut3 0.4s ease;
	animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
	-webkit-animation: MenuAnimOut4 0.4s ease;
	-moz-animation: MenuAnimOut4 0.4s ease;
	animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 0.4s ease;
	-moz-animation: MenuAnimOut5 0.4s ease;
	animation: MenuAnimOut5 0.4s ease;
}


.dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 0.3s;
	-moz-animation: MenuAnimIn1 0.3s;
	animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	-moz-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
	-webkit-animation: MenuAnimIn3 0.4s ease;
	-moz-animation: MenuAnimIn3 0.4s ease;
	animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
	-webkit-animation: MenuAnimIn4 0.4s ease;
	-moz-animation: MenuAnimIn4 0.4s ease;
	animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 0.4s ease;
	-moz-animation: MenuAnimIn5 0.4s ease;
	animation: MenuAnimIn5 0.4s ease;
}





.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 0.4s ease;
	-moz-animation: SubMenuAnimOut1 0.4s ease;
	animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	-moz-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
	-webkit-animation: SubMenuAnimOut3 0.4s ease;
	-moz-animation: SubMenuAnimOut3 0.4s ease;
	animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
	-webkit-animation: SubMenuAnimOut4 0.4s ease;
	-moz-animation: SubMenuAnimOut4 0.4s ease;
	animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
	-webkit-animation: SubMenuAnimOut5 0.4s ease;
	-moz-animation: SubMenuAnimOut5 0.4s ease;
	animation: SubMenuAnimOut5 0.4s ease;
}


/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
	background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
	content: '';
}
.dl-menuwrapper{display: block;}
.wdhkimnewstext{padding: 0px 0px 0 0;}
.a1mbz-com-logo-wrap {
    height: 30px;
    padding: 13px 0;
    margin: 0 auto;
}
.a1mbz-com-logo {
    height: 30px;

}
.wdhkimnewstext p img{width:100%;}
.wdhkimnewstext img{width:100%;}
.main{
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-top: 0px;
}
.main_left{
    width: 100%;
    height: 100%;
    margin-bottom: 2%;
}
.main_left .box1{display:none}
.main_left .box4{width: 100%;display: none;}
.box2{display:none}
.box3{width: 100%;}
#Tab2{width: 100%;height: 100%;}
.Menubox li{
    width: 33.3%;
    border-top: 0px solid #de1f2c;
}
.Menubox li.hover{
    border-top: 0px solid #de1f2c;
    width: 33.3%;
    background: rgba(255, 255, 255, 0);
    border-left: 0px solid #e2e2e2;
    border-right: 0px solid #e2e2e2;
    border-bottom: 0px solid #fff;
    color: #666666;
}
.Menubox{border-top: 1px solid #dcdcdc;border-top: 2px solid #de1f2c;height: auto;overflow: hidden;}
.box3_news{
    width: 94%;
    margin-left: 2%;
}#con_one_1{width: 100%;margin: 0px 0 0 0;height: 100%;}
.box3_text{
    width: 100%;
    overflow: hidden;
    height: auto;
}
.box3_text ul li{
    width: 33.3%;
    text-align: center;
}
#con_two_1{
    width: 100%;
    margin: 0px 0 0 0;
    height: 100%;
}
#con_three_1{
    width: 100%;
    margin: 0px 0 0 0;
    height: 100%;
}
.box30_text{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.box30_text ul li{
    width: 33.3%;
    text-align: center;
}
.Contentbox{
    height: 100%;
    overflow: hidden;
}
.box31{
    display: none;
}
.main_right{height: 100%;width: 100%;float: none;overflow: hidden;}
.main_right .box4{
    width: 100%;
    height: 100%;
}
.box4_title{width: 100%;}
.box4_title_right{width: 100%;display: none;}
.box4 .web{width: 100%;height: 100%;}
.box4 .web ul li{
    width: 50%;
}
.xuxian{
    display: none;
}
.box4 .web2{
    display: none;
}
.box7{
    margin-top: 10px;
    width: 100%;
    height: 100%;
}
.box5_wang{
    width: 100%;
    overflow: hidden;
    height: 100%;
    margin-top: 10px;
}
.box5_wang ul li{
    width: 46%;
    margin-right: 0;
}
.itembox{
    display: none;
}
.box8{
    width: 100%;
    height: 100%;
}
.box61_nav{width: 100%;height: 100%;}
.box61_nav ul li h4{
    width: 20%;
}
.box61_nav ul li span{
    width: 27%;
}
.box61_nav ul li{
    height: 30px;
    overflow: hidden;
}
.xuxn{
    display: none;
}
.contentt{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.content_picture{
    width: 48%;
    margin: 10px 0 0 0;
    margin-right: 2%;
}
.content_picture .top{width: 100%;}
.content_picture .top img{width: 100%;}
.inner{display: none;}
.SW_footer{display: none;}
.a1mbzfoot{
    background-color: #323232;
    box-shadow: 0 0 6px rgba(0,0,0,.2);
    border-bottom: 1px solid #1e1e1e;
    -webkit-box-shadow: 0 2px 4px 0 #8e8e8e;
    -moz-box-shadow: 0 2px 4px 0 #8e8e8e;
    -ms-box-shadow: 0 2px 4px 0 #8e8e8e;
    box-shadow: 0 1px 8px 0px #8e8e8e;
    height: 40px;
    line-height:40px;
    display: block;
    }
.a1mbzfoot p{color:#fff;text-align:center}
.a1mbzcomss{
    width: 100%;
    margin-top: 2%;
    display: block;
}
#haosou_input{
    width: 69%;
}
#haosou_submit{width: 25%;background: #de1f2c;}
#con_one_2{width: 100%;margin: 0px 0 0 0;height: 100%;}
#con_one_3{width: 100%;margin: 0px 0 0 0;height: 100%;}
#con_two_2{width: 100%;margin: 0px 0 0 0;height: 100%;}
#con_two_3{width: 100%;margin: 0px 0 0 0;height: 100%;}
.a1mbzcoml{ display: none;}
.mainWrapper{width: 100%;}
.mainWrapper_left{width: 100%;}
.mainWrapper_left .k{width: 100%;}
.mainWrapper_left .k .t{width: 100%;}
.mainWrapper_left .k .t2{width: 100%;margin-left: 0;}
.mainWrapper_left .k .t2 ul li{
    width: 33%;
    padding-right: 0;
    text-align: center;
}
.mainWrapper_left .title{width: 100%;margin-top: 0;padding-left: 15px;}
.k1{width: 100%;margin-top: 0;}
.mainWrapper_right{width: 100%;display: none;}
.mainWrapper_right .img{display: none;}
.mainWrapper_right .title{display: none;}
.mainWrapper_right .text{display: none;}
.mainWrapper_left .box1{width: 100%;}
.mainWrapper_left .box1 .picture{width: 30%;height: 100px;}
.mainWrapper_left .box1 .picture img{
    width: 100%;
    height: 100%;
}
.mainWrapper_left .box1 .tt{
    width: 63%;
    float: right;
    margin: 18px 0 0 2%;
}
.tt_title{width: 100%;}
.tt_detail{width: 100%;height: 50px;}
.tt_url{
    display: none;
}
.page {
    width: 100%;
}
.page a{
    margin-bottom: 10px;
}
.ww .table1 .title{
    width: 100%;
}
.ww .table1{
    width: 100%;
}
.seat{
    width: 100%;
}
.ww{
    width: 100%;
}
.ww .left{width: 100%;}
.ww .right{display:none}
.ww .table1 .picture{
    width: 35%;
    margin: 10px 0 0 10px;
    height: 116px;
}
.ww .table1 .picture .img{
    width: 100%;
    margin: 0;
    height: 100%;
}
.ww .table1 .picture .img img{width: 100%;}
.ww .table1 .main{
    width: 56%;
    margin: 10px 0 0 10px;
    border-right: #dcdcdc 0px solid;
}
.ww .table1 .qz{width: 100%;}
.ww .table1 .tx{display:none}
.panking .tp{
    width: 100%;
}
.panking .table{
    width: 100%;
    border: #dcdcdc 0px solid;
}
.panking .table img{
    width: 100%;
}
.ww .table1 .panking{/* display:none */width: 100%;margin: 0 0 0 0;}
.tp2{
    display: none;
}









}
