body {
	background-image: url(../images/iocn6.png);
	max-width: 100%;
	background-size: contain;
}

.innp {
	padding: .5rem .6rem 1.3rem;
}

.header {
	width: 100%;
	padding: 0 13%;
	height: 90px;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	box-shadow: 10px 0 150px 10px #ebebeb;
	z-index: 99999;
}

.header .headerfl {
	display: flex;
	align-items: center;
}

.header .headerfl .img1 {
	width: .38rem;
}

.header .headerfr {
	display: flex;
	align-items: center;
}

.header .headerfr ul {
	display: flex;
	align-items: center;
}

.header .headerfr ul a {
	font-weight: 400;
	font-size: .24rem;
	color: #6a6a6a;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 90px;
	margin-right: .3rem;
	position: relative;
	text-decoration: none;
	border-bottom: .03rem solid #fff;
}

.header .headerfr ul .xg {
	margin-right: .3rem;
	font-size: .18rem;
}

.header .headerfr ul a:hover {
	color: #000104;
	border-bottom: .03rem solid #eda1c8;
}

.header .headerfr ul .active {
	color: #000104;
	border-bottom: .03rem solid #eda1c8;
}

.header .headerfr a img {
	margin-left: .3rem;
}

.headerm {
	display: none;
}

.Mask {
	display: none;
}

.tanchuang {
	display: none;
}


.headerm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
	max-width:750px;
}
.nav_ge{display: none;height: 1.5rem;}


@media screen and (max-width:750px) {
	.nav_ge{display: block;}
	.case_title2{display: block !important;opacity:1 !important;}
	.headerm {display: block;}
	.case_email input{width:60%;}
	
}

.headerm .headertop {
	width: 90%;
	padding: 5%;
	background:#fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.headerm .headertop .img1 {
	width: 11%;
}

.headerm .headertop .img2 {
	width:10%;
}

.headerm .Mask {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 88;
	background-color:#fff;
	z-index: -5;
}

.headerm .tanchuang {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background-color:#fff;
	z-index: 9999;
}

.headerm .tanchuang div {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: .6rem;
}

.headerm .tanchuang div img {
	width: .8rem;
}

.headerm .tanchuang div .close {
	width:6%;
}

.headerm .tanchuang ul {
	padding: 0 0 0 .6rem;
	overflow-y: auto;
    height: 84%;
}

.headerm .tanchuang ul a {
	display: block;
	background-color: rgba(0, 0, 0, 0);
	margin-top: .2rem;
	color: #1F1F1E !important;
	/* text-align: center; */
	line-height: .5rem;
	font-size: .3rem;
	/*padding-left: .7rem;*/
	text-decoration: none;
}

.headerm .tanchuang ul .active {
	/*background-color: #4EA6C1;*/
	color:#333 !important;
}