body,
html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	background-color: #f7f7f6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	display: block;
	width: 100%;
	color: #333;
	text-decoration: none;
}

img {
	border: 0;
	display: block;
	width: 100%;
	vertical-align: middle;
}

a,
img {
	/*阻止长按页面，弹出菜单的方法。*/
	-webkit-touch-callout: none;
}

input,
textarea {
	/* -webkit-appearance: none; */
	outline: none;
	border: none;
}

li,
ol {
	list-style: none;
}

/*修改placeholder的字体颜色*/
input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #a6a6a6;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #a6a6a6;
}

input:-ms-input-placeholder {
	color: #a6a6a6;
}

input::-webkit-input-placeholder {
	color: #a6a6a6;
}

image {
	width: 100%;
}
.head{
	height: 100%;
	padding: 18px 4%;
}
.head-top{
	display: flex;
	 align-items: center;
	 width: 100%;
}
.head-top-left {
    width: 25%;
    margin-right: 4%;
}
.head-top-left img { width: 100%; }
.head-top-left, .head-top-right {
    float: left;
}
.title {
    font-size: 2rem;
    font-weight: 500;
    color: #262626;
}
.cla{
	font-size: 1.4rem;
	color: #262626;
	padding: 4% 0 4% 0;
}
.head-bot p {
    color: #fff;
    line-height: 2rem;
    font-size: 1.4rem;
    margin: 25px auto 0;
}
.body{
	padding: 0 4%;
}
.foot{
	display: flex;
	justify-content: center;
	align-items: center;
	padding:8% 4% 6% 4%;
	}
.foot-right{
	margin-left: 10%;
}
.lj a{
	color: #262626;
	font-size: 1.3rem;
	text-decoration:underline;
	text-align: center;
	/* padding-left: 4%; */
}
.email{
	color: #fff;
	font-size:  1.4rem;
	padding: 4% 2% 10% 4%;
}
.ntext{
	color: #262626;
}
.ntext h3{
	font-size: 1.3rem;
	padding: 0 4%;
	font-weight: normal;
}
.ntext p{
	font-size: 1.2rem;
	padding: 1% 0;
	/* text-align: left; */
	margin: 0 4%;
}
#intermation{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	display: none;
}
#intermation .image{
	width: 110px;
	height: 65px;
	position: fixed;
	top: 4%;
	right: 4%;
}
#intermation img{
	width: 100%;
	height: 100%;
}
#intermation p{
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	position: fixed;
	top: 20%;
}
@media screen and (min-width:321px) and (max-width:375px) {
	html {
		font-size: 11px
	}
}

@media screen and (min-width:376px) and (max-width:414px) {
	html {
		font-size: 12px
	}
}

@media screen and (min-width:415px) and (max-width:639px) {
	html {
		font-size: 15px
	}
}

@media screen and (min-width:640px) and (max-width:719px) {
	html {
		font-size: 20px
	}
}

@media screen and (min-width:720px) and (max-width:749px) {
	html {
		font-size: 22.5px
	}
}

@media screen and (min-width:750px) and (max-width:799px) {
	html {
		font-size: 23.5px
	}
}

@media screen and (min-width:800px) {
	html {
		font-size: 25px
	}
}


@media screen and (max-width: 1920px) {
  body{
	  width: 750px;
	  margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  body{
	  width: 100%;
	  margin: 0 auto;
  }
}
