body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	max-width: 640px;
	height: 100%;
	color: #000;
	font-family: "Microsoft Yahei", "Arial Narrow";
	margin: 0 auto;
	/*font-size:62.5%;*/
	font-size: 12px;
}

body,
html {
	height: 100%;
}

ul,
ol {
	list-style-type: none;
}

select,
input,
img {
	vertical-align: middle;
}

img {
	display: block;
}

a {
	text-decoration: none;
	outline: none;
	color: #000;
	transition: all .2s ease;
	cursor: pointer;
}

a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	color: #000;
}

.fix:before,
.fix:after {
	content: "";
	display: table;
}

.fix {
	*zoom: 1;
}

.fix:after {
	clear: both;
}

* {
	-webkit-box-sizing: border-box;
	;
	margin: 0;
	padding: 0
}

.tbox>* {
	height: 100%;
	display: table-cell;
	vertical-align: top;
}

.header {
	width: 100%;
	height: auto;
	display: table;
	box-sizing: border-box;
	padding: 0 2%;
}

.header .logo {
	width: 35%;
	height: auto;
	display: table-cell;
	vertical-align: middle;
}

.header .logo img {
	display: block;
	width: 100%;
	height: auto;
}

.header .telephoto {
	width: 53%;
	height: auto;
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	padding-left: 12%;
}

.header .telephoto img {
	display: block;
	width: 100%;
	height: auto;
}

.banner {
	width: 100%;
	height: auto;
}

.banner img {
	display: block;
	width: 100%;
	height: auto;
}

.notice {
	width: 100%;
	height: auto;
}

.notice a {
	display: block;
}

.notice a img {
	display: block;
	width: 100%;
	height: auto;
}

.condition {
	width: 100%;
	height: auto;
	background: url(../img/blue.jpg) no-repeat top center;
	padding: 5% 0 6%;
}

.condition h1 {
	font-size: 16px;
	color: #cfcfcf;
	line-height: 28px;
	text-align: center;
}

.condition h1 {
	font-size: 16px;
	color: #cfcfcf;
	line-height: 28px;
	text-align: center;
}

.condition h3 {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #cfcfcf;
	line-height: 28px;
	text-align: center;
	background: url(../img/fang1.png) no-repeat left center, url(../img/fang2.png) no-repeat right center;
	box-sizing: border-box;
	background-size: 36%;
}

.condition form {
	margin-top: 12px;
	overflow: hidden;
	width: 100%;
}

.condition form p {
	width: 94%;
	height: auto;
	margin: 4% auto 0;
}

.condition form p span {
	display: block;
	width: 33%;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #ffff00;
	float: left;
	text-align: center;
	background: #0ca39a;
	color: #ffffff;
	border-radius: 6px 0 0 6px;
}

.condition form input[type=text] {
	width: 67%;
	height: 36px;
	background: none;
	border: 1px #0ca39a dashed;
	border-left: none;
	padding: 0 5px;
	float: left;
	font-size: 15px;
	color: #ffffff;
}

.condition form p input[type=submit] {
	display: block;
	width: 36%;
	height: 36px;
	border: none;
	background: #0ca39a;
	margin: 20px auto 0;
	font-size: 18px;
	color: #ffffff;
	border-radius: 4px;
}

.condition i {
	display: block;
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
	font-style: normal;
	padding: 0 2%;
	box-sizing: border-box;
	margin-top: 12px;
}

.condition h4 {
	font-size: 14px;
	color: #0ca39a;
	line-height: 24px;
	text-align: center;
	padding: 0 2%;
	box-sizing: border-box;
	margin-top: 8px;
}

.problem,
.annoyance,
.blem {
	width: 100%;
	height: auto;
}

.problem a,
.annoyance a,
.blem a {
	display: block;
}

.problem a img,
.annoyance a img,
.blem a img {
	display: block;
	width: 100%;
	height: auto;
}





.sfooter {
	width: 100%;
	height: auto;
	background: #222222;
	padding: 15px 2% 0;
	box-sizing: border-box;
	margin-bottom:3.8rem;
}

.code {
	width: 32%;
	padding: 4px;
	height: auto;
	float: left;
	border: 1px #666666 solid;
	box-sizing: border-box;
}

.code img {
	display: block;
	width: 100%;
	height: auto;
}

.footerair {
	width: 64%;
	height: auto;
	float: right;
	padding-top: 3px;
}

.footerair p {
	font-size: 12px;
	color: #eeeeee;
	line-height: 24px;
}

.fdclear {
	clear: both;
}

.copyright {
	width: 100%;
	height: auto;
	margin: 4% auto 0;
	border-top: 1px #4c4c4c solid;
	padding: 4px 0px;
}

.copyright p {
	font-size: 12px;
	color: #888888;
	text-align: center;
	line-height: 24px;
}




