#navToggle {
	display: none;
}
.m_nav {
	position: fixed;
	top: 0;
	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, .38);
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	z-index: 89;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	overflow-y: auto;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	top: 0;
	transform: translateX(100%)
}
.m_nav.open {
	transform: translateX(0)
}
.m_nav .top {
	height: 60px;
	padding: 20px;
	box-sizing: border-box
}
.m_nav .top .closed {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float: right;
	cursor: pointer
}
.m_nav .logo {
	width: 100%;
	margin: 0 auto;
	float: none;
}
.m_nav .logo img {
	height: 50px;
	display: block;
	margin: 30px auto
}
.m_nav .ul {
	margin-top: 30px
}
.m_nav .ul li {
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	opacity: 0
}
.m_nav.open .ul li {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.m_nav .ul li:nth-child(1) {
	-webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms
}
.m_nav .ul li:nth-child(2) {
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms
}
.m_nav .ul li:nth-child(3) {
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms
}
.m_nav .ul li:nth-child(4) {
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms
}
.m_nav .ul li:nth-child(5) {
	-webkit-transition: all 1s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1s cubic-bezier(.77, 0, .175, 1) 0ms
}
.m_nav .ul li:nth-child(6) {
	-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms
}
.m_nav .ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%
}
.m_nav .ul li .dropdown_menu {
	display: none
}
.m_nav .ul li.dropdown.active .dropdown_menu {
	display: block
}
.m_nav .ul li .dropdown_menu a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5
}
.m_nav .ul li .dropdown_menu a:last-child {
	border: 0
}
.banner {
	width: 100%
}
.banner img {
	width: 100%
}
@media screen and (max-width:992px) {
	.hh {
		display: none;
	}
	#PageRightContentSliderDIV {
		width: 100% !important;
	}
	.CenterDIV {
		width: 21rem !important;
	}
	.olp {
		margin-top: 2.8rem !important;
	}
	.Partner {
		overflow: auto;
		background: #f8f8f8;
		margin-top: 2.5rem;
	}
	.dowebok {
		display: none;
	}
	.hezuoshouji {
		display: block !important;
	}
	.youshi_list {
		display: none;
	}
	.youshi_listshouji {
		display: block !important;
	}
	.Scenes_xbox {
		background: url(../images/uio.jpg) no-repeat center top;
		height: auto;
		overflow: hidden;
		padding-bottom: 2rem;
	}
	.Scenes_list a:nth-child(2) {
		padding-top: 0.9rem;
		background: #fff;
		height: auto;
		position: relative;
		padding-bottom: 1rem;
		font-size: 1rem;
	}
	.Scenes_list span {
		display: block !important;
		padding-top: 0.7rem;
		font-size: 0.8rem;
		width: 100%;
		margin-left: auto;
		color: #666666;
		height: auto !important;
		margin-right: auto;
		margin-top: 0.1rem;
		text-align: center;
		opacity: 1 !important;
		transition: 0.5s all;
	}
	.Scenes_list a:nth-child(2):after {
		content: "";
		width: 100%;
		height: 5rem;
		background: url(../images/xw.jpg) no-repeat center top;
		top: 2.6rem;
		position: absolute;
		left: 0px;
	}
	.Scenes_list li:hover em {
		opacity: 1;
	}
	.Scenes_list em {
		width: 6rem;
		height: 1.9rem;
		background: #ffae2e;
		color: #fff;
		font-size: 0.8rem;
		line-height: 1.9rem;
		display: block;
		margin: 0 auto;
		margin-top: 0.8rem !important;
		border-radius: 0.15rem;
		opacity: 1;
		transition: 0.5s all;
	}
	.shoujics {
		display: block !important;
	}
	.Scenes_list {
		display: none;
	}
	.Scenes_list li:hover span {
		opacity: 1;
		overflow: hidden;
		height: auto !important;
	}
	.mainTitle {
		background: url(../images/hxx.png) no-repeat center 2.45rem;
	}
	.Scenes_title h1 {
		font-size: 1.6rem;
		font-weight: bold;
		color: #fff;
		text-align: center;
		margin-bottom: 1.3rem;
	}
	.youshi_Box {
		margin-top: 2.75rem;
	}
	.youshi_title {
		background: url(../images/hx.png) no-repeat center 2.45rem;
	}
	.Scenes_title {
		margin-top: 2.75rem;
		background: url(../images/thx.png) no-repeat center 2.45rem;
	}
	.youshi_title h1 {
		font-size: 1.6rem;
		color: #333;
		text-align: center;
		margin-bottom: 1.55rem;
		font-weight: bold;
	}
	.mainTitle h1 {
		font-size: 1.6rem;
		font-weight: bold;
		margin-bottom: 0;
	}
	.youshi_title p {
		color: #666;
		font-size: 0.9rem;
	}
	.mainTitle p {
		font-size: 0.9rem;
		padding: 0 1rem;
		color: #666666;
		display: block !important;
		margin-top: 1.25rem;
	}
	.Scenes_title p {
		color: #fff;
		font-size: 0.9rem;
		padding: 0 1rem;
	}
	.mainBox {
		margin-top: 2.75rem;
	}
	.Scenes_box {
		margin-top: 2.75rem;
	}
	.shoujig {
		display: block !important;
	}
	.erpBox {
		display: none;
	}
	.threelist {
		display: none;
	}
	/**广告图**/
	.uio {
		display: block !important;
	}
	.fullSlide {
		display: none;
	}
	/**广告图**/
	/**底部**/
	.footerrightBox p:nth-child(1) {
		display: none;
	}
	.footerrightBox p {
		margin-top: 1.25rem;
	}
	.footerBox {
		height: auto;
		background: url(../img/dibu.jpg) center center;
		padding-bottom: 5rem;
	}
	.footerrightBox {
		float: left;
		margin-top: 0px;
	}
	.footerrightBox p {
		text-align: left;
	}
	.footerleftBox p:nth-child(1) {
		font-size: 1.1rem;
	}
	.footerleftBox p:nth-child(2) {
		font-size: 1.5rem;
	}
	.footerleftBox p:nth-child(3) {
		font-size: 0.8rem;
	}
	/**底部**/
	/**底部广告**/
	.CustomerTitle p:nth-child(1) {
		font-size: 1.5rem;
		margin-top: 0.5rem;
	}
	.CustomerTitle p:nth-child(2) {
		font-size: 1rem;
		padding: 0rem;
	}
	.Customer {
		height: auto;
		padding: 2rem 0;
	}
	.CustomerTitle p:nth-child(3) a {
		font-size: 0.9rem;
		width: 6.4rem;
		height: 2rem;
		line-height: 2rem;
		margin: 0 0.5rem;
	}
	.CustomerTitle p:nth-child(3) a {
		font-size: 0.9rem;
		width: 6.4rem;
		height: 2rem;
		line-height: 2rem;
	}
	/**底部广告**/
	.fullSlide {
		margin-top: 0px;
	}
	.m_nav .top {
		height: 60px;
		padding: 20px;
		width: 100% !important;
		min-height: auto;
		border: none;
		box-sizing: border-box;
	}
	.logoimg {
		display: block;
		width: 70%;
	}
	.headerio {
		padding: 0px;
	}
	.headerTop {
		padding: 0 1rem;
		position: relative;
		min-height: 3.6rem !important;
	}
	.owl-pagination {
		display: none;
	}
	.logoimg1 {
		display: block;
		width: 70%;
	}
	.logo a {
		margin-top: 0.95rem;
		margin-bottom: 0.9rem;
	}
	#navToggle {
		height: auto;
		/* padding: 0.45rem 0.75rem; */
		/* margin-right: -0.75rem; */
		display: inline-block;
		float: right;
		margin-top: 2.05rem;
	}
	#navToggle span {
		position: relative;
		width: 2rem;
		height: 0.2rem;
	}
	#navToggle span:before,
	#navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 0.2rem;
		left: 0
	}
	.fixednav #navToggle span {
		background: #3e8ef7;
	}
	.fixednav #navToggle span:before {
		background: #3e8ef7;
	}
	.fixednav #navToggle span:after {
		background: #3e8ef7;
	}
	#navToggle span,
	#navToggle span:before,
	#navToggle span:after {
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		display: block;
		background: #2571d6
	}
	#navToggle span:before {
		top: 0.6rem;
	}
	#navToggle span:after {
		bottom: 0.75rem;
	}
	#navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg)
	}
	#navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg)
	}
	#navToggle.open span {
		background: 0 0
	}
	#navToggle.open span:before,
	#navToggle.open span:after {
		background: #4f4f4f
	}
	.nav {
		display: none
	}
	.banner img {
		height: 600px;
		object-fit: cover
	}
	.nav {
		display: none !important;
	}
}
.dropdown_menu {
	display: none !important;
}
