/*css document*/
@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background: #eeeeee;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea {
	outline: 0;
	resize: none;
}
a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
a img {
	border: none;
}
.clear {
	clear: both;
}
input, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.border-radius {
	border-radius: 3px;
}
/*.hide { display: none !important; }*/
.mContain {
	position: relative
}
.mContain, footer {
	width: 100%;
	min-width: 320px;
	max-width: 640px;
	margin: 0 auto;
}
header, .mBanner, .mMain, footer {
	width: 100%;
}
.mBanner {
	margin-top:60px;
}
/* header */
header {
	width:100%;
    min-width: 320px;
    max-width: 640px;
	background-size: 100% 100%;
	background: #262f3b;
	height: 60px;
	position:fixed;
    top: 0;
    z-index: 999;
}
header h1 {
	font-size: 1px;
}
header h1 a img {
	margin-left: 0.8rem;
	margin-top: 0.9rem;
}
.city-name, .city-name1 {
	width: auto;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-left: 10px;
	color: #fff;
	font-size: 14px;
}
.cityname01 {
	margin-left: 32%
}
.topLine {
	margin-left: 10px;
}
.topLine01 {
	margin-right: 15px;
}
.city-name {
	background-size: 12px;
}
.city-name a {
	color: #fff;
	font-size: 14px
}
.city-title {
	padding-left: 17px;
	font-size: 16px;
	line-height: 44px;
	color: #fff;
}
.city-title h1 {
	font-size: 16px;
	padding-left: 17px;
	font-weight: normal;
	line-height: 44px;
	color: #fff;
}
.city-img {
	margin-top: 5px;
	margin-left: 5px;
}
.mNav-icon {
	cursor: pointer;
	margin-top: 18px;
	margin-right: 15px;
}
.mNav {
	width: 100%;
	padding: 15px 0;
	background:rgba(0,0,0,.8);
	position: absolute;
	top: 0;
	left: 0;
	max-width: 640px;
	min-width: 320px;
	z-index: 9999;
	display: none;
	padding-bottom: 60px;
}
.mNav-close {
	cursor: pointer;
	text-align: right;
	padding: 5px 20px;
	cursor: pointer
}
.mNav ul {
	padding:50% 0;
}
.mNav ul li {
	width: 33.33%;
	height: auto;
	padding-bottom: 15%;
	text-align: center;
	float: left;
}
.mNav ul li:nth-child(7) {
	padding-bottom: 0 !important;	
}
.mNav ul li:nth-child(8) {
	padding-bottom: 0 !important;	
}
.mNav ul li:nth-child(9) {
	padding-bottom: 0 !important;	
}
.mNav ul li a {
	display:block;
}
.mNav ul li a img {
	width: 50px;
	height: 50px;
}
.mNav ul li a span {
	display: block;
	width: 100%;
	line-height: 20px;
	font-size: 14px;
	padding-top: 5px;
	color:#fff;
}
.mNav-ani-outScale {
	animation: outScale .4s linear both;
	-webkit-animation: outScale .4s linear both;
	-o-animation: outScale .4s linear both;
	-moz-animation: outScale .4s linear both;
	-ms-animation: outScale .4s linear both;
	display: block;
}
@keyframes outScale {
 0% {
transform:scale(2);
opacity:1;
}
 100% {
transform:scale(1);
opacity:0;
display:none;
z-index:-1
}
}
@-webkit-keyframes outScale {
 0% {
-webkit-transform:scale(2);
opacity:1;
}
 100% {
-webkit-transform:scale(1);
opacity:0;
display:none;
z-index:-1
}
}
@-o-keyframes outScale {
 0% {
-o-transform:scale(2);
opacity:1;
}
 100% {
transform:scale(1);
opacity:0;
display:none;
z-index:-1
}
}
@-moz-keyframes outScale {
 0% {
-moz-transform:scale(2);
opacity:1;
}
 100% {
-moz-transform:scale(1);
opacity:0;
display:none;
z-index:-1
}
}
@-ms-keyframes outScale {
 0% {
-ms-transform: scale(2);
opacity:1;
}
 100% {
-ms-transform:scale(1);
opacity:0;
display:none;
z-index:-1
}
}
.mNav-ani-fromScale {
	animation: fromScale .4s linear both;
	-webkit-animation: fromScale .4s linear both;
	-o-animation: fromScale .4s linear both;
	-moz-animation: fromScale .4s linear both;
	-ms-animation: fromScale .4s linear both;
	display: block;
}
 @keyframes fromScale {
 0% {
transform:scale(2);
opacity:0;
}
 100% {
transform:scale(1);
opacity:1;
}
}
@-webkit-keyframes fromScale {
 0% {
-webkit-transform:scale(2);
opacity:0;
}
 100% {
-webkit-transform:scale(1);
opacity:1;
}
}
@-o-keyframes fromScale {
 0% {
-o-transform:scale(2);
opacity:0;
}
 100% {
transform:scale(1);
opacity:1;
}
}
@-moz-keyframes fromScale {
 0% {
-moz-transform:scale(2);
opacity:0;
}
 100% {
-moz-transform:scale(1);
opacity:1;
}
}
@-ms-keyframes fromScale {
 0% {
-ms-transform: scale(2);
opacity:0;
}
 100% {
-ms-transform:scale(1);
opacity:1;
}
}
/* main-part10 */
/*.main-part10 {*/
/*	height: 44px;*/
/*	line-height: 44px;*/
/*	text-align: center;*/
/*	background-color: #fff;*/
/*	width: 100%;*/
/*	overflow: hidden;*/
/*    margin-bottom: 50px;*/
/*}*/
.main-part10 {
	height: 1px;
	line-height: 1px;
	text-align: center;
	background-color: #fff;
	width: 100%;
	overflow: hidden;
    margin-bottom: 50px;
}
.main-part10 span {
	background-size: 8%;
	padding-left: 22px;
}
.main-part10 a {
	font-weight: normal;
	color: #fa4c06;
}
.newmainP {
	width: 100%;
	padding: 5% 0% 3% 0%;
	color: #999999;
	text-align: center;
	line-height: 26px;
	font-size: 13px;
	background-color:#262f3b;
	letter-spacing: -0.5px
}
/*footer*/
footer {
	position: fixed;
	bottom: 0%;
	z-index: 999;
	background-color:#fff;
}
footer img {
	width: 25px;
	height: 25px;
	vertical-align: middle !important;
	margin-right: 10px;
	margin-left: 20%
}
footer a span {
	color: #ffffff !important;
	font-size: 14px !important;
}
footer a {
	color: #ffffff;
	line-height: 50px !important;
	background: #262f3b;
	width: 49.8%;
	display: block
}
.moremor{
	margin:0 auto;
	border-radius:6px;
	text-align:center;
	background:#262f3b;
	width:30%;
}
.moremor a{
	display:inline-block;
	text-align:center;
	color:#fff;
	line-height:26px;
}
.newmain-part2{
	margin-bottom: 6px;
    padding-bottom: 20px;
}