<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
*/
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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}
/*customize by jsonchou*/

/*grid*/
.g1 {
	width: 10%;
}
.g2 {
	width: 20%;
}
.g3 {
	width: 30%;
}
.g4 {
	width: 40%;
}
.g5 {
	width: 50%;
}
.g6 {
	width: 60%;
}
.g7 {
	width: 70%;
}
.g8 {
	width: 80%;
}
.g9 {
	width: 90%;
}
.g10 {
	width: 100%;
}
a {
	color: #333;
	text-decoration: none;
}
input[type=submit], button {
	cursor: pointer;
}
strong, b, .b {
	font-weight: bold;
}
.u {
	text-decoration: underline;
}
.center {
	text-align: center;
}
.tr {
	text-align: right;
}
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.f333 {
	color: #333;
}
.f666 {
	color: #666;
}
.f999 {
	color: #999;
}
.f10 {
	font-size: 10px;
}
.f11 {
	font-size: 11px;
}
.f12 {
	font-size: 12px;
}
.f13 {
	font-size: 13px;
}
.f14 {
	font-size: 14px;
}
.f15 {
	font-size: 15px;
}
.f16 {
	font-size: 16px;
}
.f17 {
	font-size: 17px;
}
.f18 {
	font-size: 18px;
}
.f20 {
	font-size: 20px;
}
.f24 {
	font-size: 24px;
}
.f28 {
	font-size: 28px;
}
.f30 {
	font-size: 30px;
}
.show, .block {
	display: block;
}
.hide {
	display: none;
}
.yahei {
	font-family: "Microsoft YaHei";
}
.songti {
	font-family: SimSun;
}
.verdana {
	font-family: Verdana;
}
.vm {
	vertical-align: middle;
}
.mt5 {
	margin-top: 5px;
}
.mr5 {
	margin-right: 5px;
}
.mb5 {
	margin-bottom: 5px;
}
.ml5 {
	margin-left: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.ml10 {
	margin-left: 10px;
}
.p5 {
	padding: 5px;
}
.p10 {
	padding: 10px;
}
.pt5 {
	padding-top: 5px;
}
.pr5 {
	padding-right: 5px;
}
.pb5 {
	padding-bottom: 5px;
}
.pl5 {
	padding-left: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pr10 {
	padding-right: 10px;
}
.pb10 {
	padding-bottom: 10px;
}
.pl10 {
	padding-left: 10px;
}
.lh1 {
	line-height: 1;
}
.lh2 {
	line-height: 2;
}
.lh3 {
	line-height: 3;
}
.pointer {
	cursor: pointer;
}
.noborder {
	border: 0 none;
}
html {
	background: #fff;
	color: #000;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
*zoom: 1;
}
.white {
	color: #fff;
}
.orange {
	color: #f60;
}
.blue {
	color: #36c;
}
.green {
	color: #49a100;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-size: 12px;
	line-height: 1.5;
	font-family: Helvetica, "Microsoft yahei", Arial, simsun;
	color: #000;
	min-height: 460px;
}
.w {
	margin: 0 auto;
	max-width: 640px;
}

/*Boilerplate*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
}

/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
}

/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
}
#fixTag {
	-webkit-overflow-scrolling: touch;
}
.fn-fix {
}
/*box-sizing*/
.fn-bs {
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.s3 {
	background: none repeat scroll 0 0 #FF6600;
	padding: 0 3px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 12px;
	line-height: 25px;
	margin: 0 2px 5px 0;
	vertical-align: top;
}
/*box-sizing*/
.fn-flex {
	display: -webkit-box;
	display: -moz-box;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	flex-flow: row wrap;
}
/*text-align:justify*/
.fn-tj {
	text-align: justify;
	text-align-last: justify;
	line-height: 0;
}
.fn-tj:after {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	content: '';
	vertical-align: top;
}
/*alert pop*/
.fn-toast {
	border-radius: 5px;
	background-color: rgba(0,0,0,.8);
	width: 40%;
	padding: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,.4);
	position: fixed;
	left: 50%;
	margin-left: -20%;
	top: 40%;
	min-height: 20px;
	margin-top: -10px;
	z-index: 1000;
	color: #fff;
	opacity: 0;
	text-align: center;
}
/*alert pop*/
.fn-cup {
	border-radius: 5px;
	background-color: rgba(0,0,0,.8);
	width: 90%;
	padding: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,.4);
	position: fixed;
	top: 5%;
	left: 5%;
	min-height: 20px;
	z-index: 1000;
	color: #fff;
	opacity: 0;
	height: 90%;
	overflow: auto;
	margin: -10px 0 0 -10px;
}
/*button*/
.fn-btn {
	border-radius: 3px;
	border: 0;
	text-align: center;
	line-height: 28px;
	vertical-align: middle;
	height: 28px;
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
	font-family: 'Microsoft YaHei';
	color: #fff;
	margin: 0 auto;
}
.fn-btn-yel {
	background: #f60;
}
.fn-btn-gray {
	background: #eee;
}
/*common background gradient*/

.fn-header {
	background: #ef2b2b;
	border-bottom: 1px solid #AB2A2A;
	height: 44px;
	line-height: 44px;
	color: #fff;
	position: relative;
	text-align: center;
	background-image: -moz-linear-gradient(top, #FF4B37, #ef2b2b);
	background-image: -ms-linear-gradient(top, #FF4B37, #ef2b2b);
	background-image: -webkit-linear-gradient(top, #FF4B37, #ef2b2b);
	background-image: linear-gradient(top, #FF4B37, #ef2b2b);
}
.fn-header {
	font-size: 14px;
	padding: 0 10px;
	box-sizing: content-box;
	text-align: center;
}
.fn-header a {
	color: #fff;
}
.fn-header .tit {
	font-size: 20px;
	display: inline-block;
	overflow:hidden;
	height:45px;
}
.fn-header .tit span {
	position: relative;
}
.fn-header .tit span i.tip {
	border-radius: 6px;
	background: #347700;
	color: #fff;
	display: block;
	position: absolute;
	right: -24px;
	top: 0;
	line-height: 1.2;
	font-size: 12px;
	padding: 0 4px;
}
.fn-header .fl {
	left: 6px;
}
.fn-header .fr {
	right: 8px;
}
.fn-header .icon {
	position: relative;
	position: absolute;
	top: 6px;
	cursor: pointer;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
}
.fn-header .icon a {
	display: block;
}
.fn-header .back {
	background-image: url(../images/back.png);
	width: 13px;
	height: 22px;
	top: 9px;
	left: 10px;
}
.fn-header .telephone {
	background-image: url(../images/tel.png);
	width: 43px;
	height: 32px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.fn-header .home {
	background-image: url(../images/home.png);
	width: 43px;
	height: 32px;
	right: 53px;
}
.fn-header .u {
	background-image: url(../images/u.png);
	width: 43px;
	height: 32px;
}
.fn-header .pureicon {
	border: 1px solid #3f7b00;
	color: #fff;
	height: 28px;
	line-height: 28px;
	border-radius: 5px;
	padding: 0 5px;
	-moz-text-shadow: 0 1px 1px rgba(0,0,0,.5);
	background-image: -moz-linear-gradient(top, #6dc002, #43ac00);
	background-image: -ms-linear-gradient(top, #6dc002, #43ac00);
	background-image: -webkit-linear-gradient(top, #6dc002, #43ac00);
	background-image: linear-gradient(top, #6dc002, #43ac00);
}
.fn-more {
	border-radius: 3px;
	padding: 4px 6px;
	border: 1px solid #cacaca;
	background: #fff;
	width: 50%;
	margin: 10px auto 10px;
	cursor: pointer;
	text-align: center;
}
.fn-more a {
	display: block;
}
.fn-mask {
	opacity: 0.2;
	background: #000;
	z-index: 998;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.fn-round-box {
	margin: 0 0 10px;
}
.fn-round-box li {
	display: block;
	border: 1px solid #9d9d9d;
	border-top: 0;
	box-sizing: content-box;
	overflow: hidden;
	background-color: #fff;
	color: #999;
}
.fn-round-box li a.box {
	display: block;
	padding: 10px;
}
.fn-round-box li .box2 {
	line-height: 28px;
	position: relative;
}
.fn-round-box li .box2 .s1 {
	padding: 0 10px;
	color: #333;
	display: block;
}
.fn-round-box li .box2 .s3 {
	padding-left: 10px;
}
.fn-round-box li:first-child {
	border-radius: 5px 5px 0 0;
	border-top: 1px solid #9d9d9d;
	color: #333;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 14px;
	color: #000;
}
.fn-round-box li:last-child {
	border-radius: 0 0 5px 5px;
}
.fn-round-box li {
}
.fn-round-box li .trim {
	float: right;
}
.fn-round-box li .img {
	width: 20%
}
.fn-round-box li .img img {
	width: 100%;
	display: block;
}
.fn-round-box li .txt {
	width: 80%;
	position: relative;
}
.fn-round-box li .txt .s1 {
	color: #666;
}
.fn-round-box li .txt .s1:hover {
	color: #f60;
}
.fn-round-box li .s2 {
	position: absolute;
	right: 5px;
	bottom: 0;
	color: #333;
}
.fn-round-box li .txt .s3 {
	color: #333;
}
.btn {
	border: 0;
	background: #e3e3e3;
	padding: 4px 14px;
	border-radius: 3px;
	text-decoration: none;
	vertical-align: middle;
	color: #333;
	vertical-align: middle;
}
.btn:hover {
	background: #e3e3e3;
}
.btn-on {
	background: #f60;
	color: #fff;
}
.btn-on:hover {
	background: #f30;
}
/*search*/
.search {
	background: #f5f5f5;
}
.searbar {
	padding: 10px;
	position: relative;
	margin-bottom: 5px;
}
.searbar input {
	border: 1px solid #cacaca;
	border-radius: 3px;
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
	display: block;
	width: 100%;
	margin-left: -1px;
	font-size: 14px;
	padding: 0;
	outline: none;
	overflow: hidden;
	box-sizing: border-box;
	box-shadow: 1px 1px 1px #efefef inset;
}
.searbar input {
}
.searbar input::-ms-clear {
display: none;
}
.searbar .serach-btn {
	position: absolute;
	right: 11px;
	top: 10px;
	width: 36px;
	height: 33px;
	border: 1px solid #cacaca;
	text-align: center;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
	background: -webkit-linear-gradient(top, #fff, #efefef);
	background: -moz-linear-gradient(top, #fff, #efefef);
	background: -ms-linear-gradient(top, #fff, #efefef);
	background: -o-linear-gradient(top, #fff, #efefef);
}
.searbar .serach-icon {
	background-image: url(/content/m/images/search/s1.png);
	width: 23px;
	height: 22px;
	cursor: pointer;
	display: inline-block;
	margin-top: 5px;
}
/*slider*/
.con-slider {
	position: relative;
	max-height: 150px;
	background: url(../images/loader.gif) center center no-repeat;
	max-width: 640px;
	margin: 0 auto;
	overflow: hidden;
}
.con-slider .box {
	display: block;
	width: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.con-slider .num {
	z-index: 3;
	margin-top: -22px;
	position: relative;
	color: #fff;
	text-align: right;
	height: 22px;
}
.con-slider .num em {
	border-radius: 6px;
	display: inline-block;
	height: 6px;
	width: 6px;
	background: #4d4d4d;
	margin: 0 3px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.con-slider .num em.on {
	background: #fff;
}
.swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
	z-index: 2;
}
.swipe-wrap {
	overflow: hidden;
	position: relative;
	width: 100000px;
}
.swipe-wrap .wrap .image {
	display: block;
	height: inherit;
	max-height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.swipe-wrap .icon-flag {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.swipe-wrap .icon-flag i {
	width: 23px;
	height: 27px;
	display: inline-block;
	margin-right: 2px;
}
.swipe-wrap .icon-flag .zxzf {
	background-image: url(../images/i1.png);
}
.swipe-wrap .icon-flag .xpsx {
	background-image: url(../images/i2.png);
}
.swipe-wrap .wrap s {
	text-indent: 1em;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	color: #fff;
	display: none;
	text-decoration: none;
	line-height: 22px;
}
.swipe-wrap .wrap p.mask {
	background-color: rgba(0,0,0,.3);
	margin-top: -22px;
	height: 22px;
}
.swipe-wrap .wrap s.on {
	display: inline;
}
.swipe-wrap &gt; figure {
	float: left;
	width: 100%;
	position: relative;
}
.swipe-wrap figure div.wrap {
	max-width: 640px;
	height: 150px;
	display: block;
	margin: 0 auto;
	position: relative;
}
/*app 顶部提示下载*/
#smartBanner {
	width: 100%;
	z-index: 997;
	background: rgba(0,0,0,.7);
	display: none;
	overflow: hidden;
	position: fixed;
	bottom: 0;
}
.sb-close {
	position: absolute;
	right: 5px;
	top: 20px;
	width: 18px;
	height: 18px;
	color: #fff;
	background: rgba(0,0,0,.5);
	font-size: 18px;
	border-radius: 50%;
	text-align: center;
	line-height: 18px;
}
.sb-wrap {
	padding: 10px 0
}
.smartBannerd {
	margin: 0 25px 0 10px;
}
.smartBannerd .sb-a {
	text-decoration: none;
	color: #fff;
}
.smartBannerd .sb-l {
	width: 35px;
	float: left;
	margin-right: 10px;
}
.smartBannerd .sb-l img {
	max-width: 35px;
	max-height: 35px;
	border-radius: 3px;
	display: block;
}
.smartBannerd .sb-c {
	padding: 0 9px 0;
	-webkit-box-flex: 1;
}
.smartBannerd .sb-c h2 {
	font-size: 16px;
	line-height: 20px;
}
.smartBannerd .sb-c p {
	font-size: 10px;
	line-height: 16px;
}
.smartBannerd .sb-c p strong {
	font-weight: bold;
}
.smartBannerd .sb-r {
	width: 60px;
	padding-top: 15px;
	color: #333;
	float: right;
	margin-top: -45px;
	margin-right: 35px;
}
.smartBannerd .sb-r span {
	display: block;
	width: 100%;
	height: 28px;
	line-height: 28px;
	border-radius: 4px;
	text-align: center;
	background: #55a617;
	border-radius: 6px;
	color: #fff;
	font-size: 14px;
	padding: 0 5px;
}
/*快捷菜单*/
.shortcut-menu {
	position: fixed;
	left: 25px;
	bottom: 25px;
	z-index: 999;
	width: 50px;
	height: 50px;
}
.shortcut-menu .plate {
	width: 150px;
	height: 150px;
	border-radius: 75px;
}
.shortcut-menu .sector {
	width: 150px;
	height: 150px;
	position: absolute;
}
.shortcut-menu .sector li {
	position: absolute;
	width: 40px;
	height: 40px;
	overflow: hidden;
	background: #fff;
	border-radius: 25px;
	transition: all linear 0.2s;
	box-shadow: 0 0 0 3px rgba(200, 200, 200, 0.3);
}
.shortcut-menu .sector li:hover {
	background: #f60;
}
.shortcut-menu .sector li a {
	position: absolute;
	width: 100%;
	height: 100%;
	line-height: 999px;
	-webkit-background-size: 50%;
	-moz-background-size: 50%;
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center center;
}
.shortcut-menu .sector li.r1 {
	margin: 46px 0 0 -4px;
}
.shortcut-menu .sector li.r2 {
	margin: 13px 0 0 40px;
}
.shortcut-menu .sector li.r3 {
	margin: 33px 0 0 92px;
}
.shortcut-menu .sector li.r4 {
	margin: 87px 0 0 97px;
}
.shortcut-menu .sector li.r5 {
	margin: 119px 0 0 52px;
}
.shortcut-menu .sector li.r1 a {
	background-image: url(../images/s1.png);
}
.shortcut-menu .sector li.r2 a {
	background-image: url(../images/s2.png);
}
.shortcut-menu .sector li.r3 a {
	background-image: url(../images/s3.png);
}
.shortcut-menu .sector li.r4 a {
	background-image: url(../images/s4.png);
}
.shortcut-menu .sector li.r5 a {
	background-image: url(../images/s5.png);
}
.shortcut-menu .sector li.r1:hover a {
	background-image: url(../images/s1-on.png);
}
.shortcut-menu .sector li.r2:hover a {
	background-image: url(../images/s2-on.png);
}
.shortcut-menu .sector li.r3:hover a {
	background-image: url(../images/s3-on.png);
}
.shortcut-menu .sector li.r4:hover a {
	background-image: url(../images/s4-on.png);
}
.shortcut-menu .sector li.r5:hover a {
	background-image: url(../images/s5-on.png);
}
.shortcut-menu .shortcut-focus {
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 25px;
	background: #fff;
}
.shortcut-menu .shortcut-focus a {
	display: block;
	width: 40px;
	height: 40px;
	border: #fff solid 5px;
	box-shadow: 0 0 0 3px rgba(200,200,200,0.3);
	border-radius: 25px;
}
.shortcut-menu .shortcut-focus a span {
	background-image: url(../images/s6.png);
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	border-radius: 25px;
	background-color: #ff4400;
	-webkit-background-size: 50%;
	-moz-background-size: 50%;
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center center;
}
/*菜单动画*/
.shortcut-menu .plate {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translate(-41px, -60px) scale(0, 0) rotate(0);
	transform: translate(-41px, -60px) scale(0, 0) rotate(0);
}
.shortcut-menu .plate.open {
	-webkit-transform: translate(11px, -99px) scale(1, 1) rotate(360deg);
	transform: translate(11px, -99px) scale(1, 1) rotate(360deg);
}
/*.shortcut-menu .plate { -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-transform: translate(-29px, 21px) scale(0,0); transform: translate(-29px, 21px) scale(0,0) ; }
.shortcut-menu .plate.open { -webkit-transform: translate(30px, -25px) scale(1,1) ; transform: translate(35px, -26px) scale(1,1) ; }*/

.shortcut-menu .shortcut-focus a {
}
.shortcut-menu .shortcut-focus a.open {
}
.shortcut-menu .shortcut-focus a.open span {
	border-radius: 100%;
	border: 0;
	background-color: #fff;
}
/*筛选*/
.route-screen {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	z-index: 999;
	display: none;
	width: 100%;
	overflow: hidden;
}
.route-arrow {
	width: 20%;
	background-image: url(../images/c4.png);
	height: 100%;
	-webkit-background-size: 24px;
	-moz-background-size: 24px;
	background-size: 24px;
	background-position: center 200px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.route-wrap {
	width: 80%;
	background: #323232;
	height: 100%;
	position: absolute;
	right: -80%;
	top: 0;
}
.route-screen h3 {
	background: #505050;
	height: 44px;
	line-height: 44px;
}
.route-screen li {
	border-bottom: 1px solid #656565;
	padding: 5px 5px;
	line-height: 40px;
}
.route-screen li label {
	display: inline-block;
	width: 25%;
	text-align: right;
}
.route-screen li select {
	display: inline-block;
	width: 65%;
}
.route-screen p label {
	padding: 10px;
	margin: 5px;
	display: inline-block;
}
.btnScreenSure {
	width: 80%;
	margin: 0 auto;
	line-height: 35px;
	height: 35px;
	font-size: 18px;
}
/*autocomplete*/
.ac_results {
	border: 1px solid #666;
	background-color: #fff;
	overflow: hidden;
	z-index: 999;
	padding: 0;
	border-radius: 0 0 5px 5px;
	padding: 3px;
	margin-top: -1px;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	margin: 0;
	padding: 0;
}
.ac_results li {
	cursor: default;
	display: block;
	font: menu;
	font-size: 12px;
	line-height: 21px;
	overflow: hidden;
	margin: 0;
	padding: 2px 5px;
	margin-bottom: 3px;
	border-radius: 3px;
}
.ac_results li:last-child {
	margin-bottom: 0;
}
.ac_results li:nth-child(2n+1) {
	background: #f2f2f2;
}
.ac_results li:hover {
	color: #fff;
	background-image: -moz-linear-gradient(top, #6dc002, #43ac00);
	background-image: -ms-linear-gradient(top, #6dc002, #43ac00);
	background-image: -webkit-linear-gradient(top, #6dc002, #43ac00);
	background-image: linear-gradient(top, #6dc002, #43ac00);
}
.ac_results li strong {
	color: #000;
}
.ac_loading {
	background: #fff url(../images/loader.gif) right center no-repeat;
}
.ac_odd {
	background-color: #eee;
}
/*tab*/
.fn-tab .hd {
	border-bottom: 0 solid #49a100;
	text-align: center;
}
.fn-tab .bd {
}
.fn-tab .bd .item {
	display: none;
}
.fn-tab .bd .item:first-child {
	display: block;
}
.fn-tab .hd .inner {
	margin: 0 auto;
	overflow: hidden;
}
.fn-tab .hd ul {
	width: 100%;
	height: 37px;
}
.fn-tab .hd li {
	min-width: 100px;
	display: block;
	background: #49a100;
	line-height: 37px;
	height: 37px;
	cursor: pointer;
	color: #fff;
	border-right: 1px solid #fff;
	font-size: 14px;
	border-bottom: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	flex: 1;
}
.fn-tab .hd li.on {
	background: #fff;
	color: #333;
	border-right: 1px solid #86bf56;
}
.fn-tab .hd li:last-child {
	border-right: 0;
}
.fn-footer {
	text-align: center;
}
.fn-footer .p1 {
	background: #d7d7d7;
	border-bottom: 1px solid #c2c2c2;
	border-top: 1px solid #d7d7d7;
	height: 34px;
	line-height: 34px;
	color: #000;
	background-image: -moz-linear-gradient(top, #fff, #d7d7d7);
	background-image: -ms-linear-gradient(top, #fff, #d7d7d7);
	background-image: -webkit-linear-gradient(top, #fff, #d7d7d7);
	background-image: linear-gradient(top, #fff, #d7d7d7);
}
.fn-footer .p1 a {
	padding: 0 6px;
}
.fn-footer .p2 {
	margin: 10px 0;
	position: relative;
}
.fn-footer .p2 a {
	padding: 0 20px;
	color: #f60;
}
.fn-footer .p2 span {
	position: absolute;
	right: 0;
	top: 2px;
}
.fn-footer .p2 span a {
	font-size: 10px;
	background-image: url(../images/c3.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 10px;
	color: #666;
	background-size: 7px;
}
.fn-footer .p3 {
	padding-bottom: 8px;
	color: #999;
}
.box dl {
	margin-bottom: 10px;
}
.box dt {
	line-height: 22px;
	margin-bottom: 10px;
}
.box dt img {
	display: block;
	width: 100%;
	line-height: 0;
}
/*320 flex bug*/
.box a img {
	height: 112px;
}
.box dt .pic1 {
}
.box dt a {
	text-align: left;
	color: #fff000;
	display: block;
	min-height: 112px;
}
.box dt a i {
	color: #fff000;
}
.box dt .pic1, .box dt .pic2 {
	position: relative;
}
.box dt span {
	position: absolute;
	left: 0;
	bottom: -4px;
	z-index: 3;
	color: #fff;
	line-height: 16px;
	height: 40px;
	padding-left: 2px;
}
.box dt i {
	right: 5px;
	bottom: -2px;
	z-index: 2;
	position: absolute;
}
.box dt u {
	display: inline-block;
	opacity: 0.5;
	background: #000;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 40px;
}
.box .cjy .pic1, .box .gny .pic1 {
	margin-right: 2px;
	-webkit-box-flex: 28;
	-moz-box-flex: 28;
	box-flex: 28;
	-webkit-flex: 28;
	-moz-flex: 28;
	flex: 28;
}
.box .cjy .pic2, .box .gny .pic2 {
	-webkit-box-flex: 45;
	-moz-box-flex: 45;
	box-flex: 45;
	-webkit-flex: 45;
	-moz-flex: 45;
	flex: 45;
}
.box .zby .pic1 {
	-webkit-box-flex: 45;
	-moz-box-flex: 45;
	box-flex: 45;
	-webkit-flex: 45;
	-moz-flex: 45;
	flex: 45;
}
.box .zby .pic2 {
	margin-left: 2px;
	-webkit-box-flex: 28;
	-moz-box-flex: 28;
	box-flex: 28;
	-webkit-flex: 28;
	-moz-flex: 28;
	flex: 28;
}
.box dd div {
	width: 100%;
	direction: ltr;
}
.box dd div:nth-child(2) a {
	margin-bottom: 0;
}
.box dd a {
	width: 23%;
	text-align: center;
	background: #fff;
	border: 1px solid #c9c9c9;
	margin: 0 0 5px 5px;
	line-height: 28px;
	display: inline-block;
	float: left
}
.box dd a:hover {
	background: #f60;
	color: #fff;
	border: 1px solid #f60;
}
.footer&gt;div{
	display: none;
}
.footer {
	background-color: #f0efed;
	padding: 0.3rem 0.2rem 0.4rem;
	height: 80px;
}
.footer-nav {
	margin-bottom: 0.18rem;
}
.footer-bar .ft-mine {
	font-family: base_icon, Arial, sans-serif;
	margin-right: 0.04rem;
	vertical-align: top;
}
.footer-nav ul {
	display: -moz-box;
	margin: 0;
	padding: 0.18rem 0;
	white-space: nowrap;
}
.footer-nav li {
	-moz-box-flex: 1;
	border-right: 0.02rem solid #666;
	text-align: center;
}
.footer-nav li &gt; a {
	color: #2bb2a3;
}
.footer-nav li:last-child {
	border-right: 0 none;
}
.footer-links {
	margin: 0.3rem 0.2rem;
	text-align: center;
}
.footer-links a + a {
	padding-left: 0.5rem;
}
.footer-copyright {
	position: relative;
	text-align: center;
}
.footer-copyright .hr {
	border-top: 1px solid #999;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
}
.footer-copyright a {
	color: #999;
	text-decoration: none;
}
.footer-copyright {
	color: #999;
}
.footer-copyright-text {
	background-color: #f0efed;
	padding: 0 0.3rem;
	position: relative;
	font-size: 10px;
}
.footer-citybtn, .footer-minebtn {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 1.8rem;
}
.footer-nav .p1 {
	height: 34px;
	line-height: 34px;
	text-align: center;
}
.footer-nav .p1 a {
	padding: 0 6px;
	color: #ef2b2b;
}
.footer-links a {
	color: #F03;
	outline: 0 none;
	text-decoration: none;
}
.tool {
	background: none repeat scroll 0 0 #e2e2e2;
	height: 30px;
	padding: 0 6px;
}
.tool .back-top::after {
	border-left: 1px solid #a1a1a1;
	border-top: 1px solid #a1a1a1;
	content: "";
	display: inline-block;
	height: 12px;
	margin: 0 5px;
	position: relative;
	top: 6px;
	transform: rotate(45deg);
	width: 12px;
}
.tool , .tool span {
    color: #7f7f7f;
    display: inline-block;
    line-height: 30px;
    padding: 0 8px;
}
.pro-comment-list .comment-item {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
}
.pro-comment-list .comment-item-hd {
    border-bottom: 1px solid #ddd;
}
.pro-comment-list .comment-item-hd span {
    margin-top: 2px;
}
.pro-comment-list .comment-item-hd .cacsi i {
    background: #f60 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-left: 3px;
    padding: 0 4px;
    position: relative;
}
.pro-comment-list .comment-item-hd .cacsi i::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff #f60 #fff -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 3px 3px 3px 0;
    content: " ";
    left: -3px;
    position: absolute;
    top: 5px;
}
.pro-comment-list .comment-item-cont {
    word-break: break-all;
}
.pro-comment-list .comment-item-pic {
    overflow-x: auto;
    width: 100%;
}
.pro-comment-list .comment-item-pic img {
    cursor: pointer;
    height: 150px;
    max-height: 300px;
}.detail-box {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.detail-box .tab {
    background: #fff none repeat scroll 0 0;
    position: relative;
    width: 100%;
}
.detail-box .tab .tab-list {
    border-bottom: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    width: 100%;
}
.detail-box .tab .tab-list li:not(.tab-slider) {
    display: block;
    float: left;
    font-size: 15px;
    overflow: hidden;
    text-align: center;
    width: 25%;
}
.detail-box .tab .tab-list .tab-slider {
    background: #ef2b2b none repeat scroll 0 0;
    bottom: 0;
    height: 2px;
    left: 0;
    position: absolute;
    width: 25%;
}
.detail-box .tab .tab-list li.active {
    color: #ef2b2b;
}
.detail-box .tabfixed {
    position: fixed;
    top: 0;
    transform: translateZ(0px);
    z-index: 1000;
}
.detail-box .detail-list-top {
    margin-top: 41px;
}
.detail-box .detail {
    background: #fff none repeat scroll 0 0;
    display: none;
}
.detail-box .detail .reduce {
    border-bottom: 1px solid #ccc;
    color: #999;
    font-size: 12px;
    line-height: 1.5em;
    padding: 5px 15px;
}
.detail-box .detail .reduce h3 {
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
}
.detail-box .detail .reduce .tag {
    background: #ffa53c none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    margin-right: 10px;
    padding: 0 4px;
}
.detail-box .detail .benefit {
    border-bottom: 1px solid #f4f4f4;
    color: #999;
    font-size: 12px;
    line-height: 1.5em;
    padding: 10px 15px;
}
.detail-box .detail .benefit h3 {
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
}
.detail-box .detail .benefit .label {
    border: 1px solid #fff;
    border-radius: 3px;
    display: inline-block;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    margin-right: 10px;
    min-width: 45px;
    padding: 0 3px;
    text-align: center;
    vertical-align: 1px;
}
.detail-box .detail .benefit .label--green {
    border-color: #8bd84d;
    color: #ef2b2b;
    padding: 0 3px;
}

.foot_bottom {
    background: #51c051 none repeat scroll 0 0;
    bottom: 0;
    height: 47px;
    padding: 6px 0;
    position: fixed;
    width: 100%;
	display: none;
}
.foot_bottom li {
    background: rgba(0, 0, 0, 0) url("../images/x01.png") no-repeat scroll 0 0;
    float: left;
    height: 47px;
    overflow: hidden;
    text-align: center;
    width: 25%;
}
.foot_bottom li .ap1 {
    background: rgba(0, 0, 0, 0) url("../images/foot_btn_01.png") no-repeat scroll center top;
}
.foot_bottom li .ap2 {
    background: rgba(0, 0, 0, 0) url("../images/foot_btn_02.png") no-repeat scroll center top;
}
.foot_bottom li .ap3 {
    background: rgba(0, 0, 0, 0) url("../images/foot_btn_03.png") no-repeat scroll center top;
}
.foot_bottom li .ap4 {
    background: rgba(0, 0, 0, 0) url("../images/foot_btn_04.png") no-repeat scroll center top;
}
.foot_bottom li a {
    color: #fff;
    display: block;
    height: 22px;
    line-height: 22px;
    margin: 0 auto;
    padding: 25px 0 0;
    text-align: center;
    width: 80px;
}
.closeingdate {
    color: #f00;
    font-size: 12px;
    line-height: 12px;
}
.cdate {
    color: #328bd8;
}
.settime {
    display: inline-block;
    height: 12px;
    line-height: 12px;
    padding: 0 5px;
}
.closeingdatediv {
    float: right;
    font-size: 16px;
    padding: 8px 0 0 40px;
    width: 380px;
}
.syDate {
    background: rgba(0, 0, 0, 0) url("/statics/css/dlot/images/settime.png") no-repeat scroll 0 2px;
    padding-left: 13px;
}</pre></body></html>