.mt-sj-logo{width: 20%;z-index: 9;position: relative;}
.header{height: 45px;}
.mt-sj-nav{position: fixed;left: 0;top:0;right: 0;z-index: 9999999;background-color: rgb(167 35 41);padding:0 10px;box-sizing: border-box;}
.header .mt-sj-logo img{width: 100%;margin-top: 12px}
/* Common styles of menus */

.dl-menuwrapper {
	width: 100%;
 	position: fixed;
	/*position: absolute;*/
	height: 45px;
	top: 0px;
	right: 0;
	bottom: 0;
	/*padding-top: 45px;*/
	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%;
}

.dl-menuwrapper:first-child {
	margin-right: 100px;
}

.dl-menuwrapper button {
	/*background: url(../images/header-bg.png) repeat-x bottom left;*/
	border: none;
	width: 65px;
	height: 56px;
	text-indent: -900em;
	overflow: hidden;
	position: absolute;
	top:-3px;
	right:0;
	cursor: pointer;
	outline: none;
	background: url(../images/menu-button-bg.png) no-repeat center center;
	background-size: 40%;
}
/*.dl-menuwrapper button:hover ,*/
/*.dl-menuwrapper button.dl-active {background-color:#ffffff;}*/

.dl-menuwrapper ul {
	display: none;
	position: fixed;
	top: -2px;bottom: 0;
	width: 100%;
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-menuwrapper li {
	position: relative;
	top: 60px;
	border-bottom:  1px solid #EFEFEF;
}

.dl-menuwrapper li a img{ margin-left:15px;}
.dl-menuwrapper li a{color:#ffffff;font-size: 15px;line-height: 36px;font-weight: 300;padding: 8px 20px;text-align: center;}
.dl-menuwrapper li .block>a {
	position: relative;
	border-bottom: 1px solid #EFEFEF;
	outline: none;
}
.dl-menuwrapper li .hidee{
	display: none;
}
.dl-menuwrapper li .showw{
	display: block;
}

.close{position: fixed;top: 20px;right: 20px;z-index: 9;display: none;width: 16px;height: 16px;}
.close img{width: 100%}
.close2 img{margin-right: 22px;margin-top: 28px;float: right;width: 16px;}
.english{position: absolute;bottom: 40px; height: 30px;width: 100%;text-align: center;display: none;}
.englishAuto{border-radius: 30px;box-shadow: 2px 5px 23px #dedede;display: inline-block;overflow: hidden;background: #fff;}
.englishAuto a{display: inline-block;}
.chinses{background: #18398D !important;color: #ffffff;width: 50px;height: 100%;line-height: 30px; text-align: center;color: #fff;}
.gre{width: 50px;text-align: center;height: 100%;line-height: 30px;}
.dl-menu li{text-align: center;color: #ffffff;height: 55px;line-height: 55px;position: relative;font-size: 15px;}
.dl-menu>li>img{position: absolute;right: 30px;top: 50%;transform: translateY(-50%);width: 6px;}
.backParent>img{margin: -2px 2px 0 0;}
.new-block{
	position: fixed;
	top: 42px;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 100;
	display: none;
}
.backParent{
	width: 100px;
	top: 8px;
	left: 0;
	position: absolute;
	font-size: 16px;
}
.block{margin-top: 100px;}
