html {
	font: 100%/1.8 "微软雅黑", "\5b8b\4f53", Arial, sans-serif;
	color: #666;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
}
body {
	font-size: 1.6rem;/*1.4 × 10px = 14px */
	line-height: 180%;
	background-color: #F4f4f4;
}
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	background: transparent; /*修正win8系统IE连接灰色背景*/
	outline: none;
 blr:expression(this.onFocus=this.blur());
}
a:focus {
	outline: 0;
}
a:active, a:hover {
	outline: 0;/*transition:text-shadow 500ms ease-in 0ms, color 500ms ease-in 0ms;*/
}
table, div, input, p {
	font-size: 1.6rem;
	line-height: 180%;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
li {
	line-height: 180%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
@media (min-width:641px) {
body {
	width: 640px;
	margin: auto;
}
}
img {
	MAX-WIDTH: 100%!important;
	HEIGHT: auto!important;
width:expression(this.width > 640 ? "640px" : this.width)!important;
	border: 0;
}
/*--
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}--*/
div, form, img, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
	text-decoration: none;
}
.inputnoborder {
	border: 0px;
}
input, textarea {
	border: 1px solid #ccc;
}
.inputblack {
	line-height: 3rem;
	color: #FFF;
	background-color: #000;
	height: 3rem;
	padding-right: 5rem;
	padding-left: 5rem;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #000;
}
.inputblack:hover {
	background-color: #d2d2d2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000;
}
/*--图片自适应窗口大小开始--*/
#pic {
	margin: 0 auto;
	width: 100%;
	padding: 0;
}
#pic img {
	max-width: 100%;
 mywidth:expression(onload=function() {
this.style.width=(this.offsetWidth >document.getElementById("pic").scrollWidth*8/10)? "80%": "auto"
}
);
}
/*--图片自适应窗口大小结束--*/
/*--首页--*/
.fuwurexian {
	color: #FFF;
	vertical-align: middle;
	float: left;
	width: 395px;
	line-height: 4rem;
	text-align: left;
	height: 4rem;
	background-color: #007bc7;
	padding-left: 5px;
}
.fuwuSearch {
	color: #FFF;
	vertical-align: middle;
	float: right;
	width: 220px;
	line-height: 2.5rem;
	height: 2.5rem;
	background-color: #FFF;
	margin-top: 10px;
	padding-right: 5px;
	margin-right: 5px;
}
.biaoti1 {
	BORDER-BOTTOM: #e3e3e3 1px solid;
	color: #FFF;
	background-color: #000000;
	height: 3rem;
	line-height: 3rem;
	width: 10rem;
	padding-left: 2rem;
}
.biaoti1c {
	BORDER-BOTTOM: #e3e3e3 1px solid;
	color: #FFF;
	background-color: #000000;
	height: 3rem;
	line-height: 3rem;
	width: 20rem;
	padding-left: 2rem;
}
.biaoti2 {
	BORDER-BOTTOM: #e3e3e3 1px solid;
	color: #000000;
	background-color: #e4e4e4;
	height: 3rem;
	padding-left: 1rem;
	padding-right: 1rem;
	line-height: 3rem;
	text-align: right;
}
.biaoti2 a {
	color: #000000;
}
.kuang {
	BORDER-TOP: #dedede 1px solid;
	BORDER-RIGHT: #dedede 1px solid;
	BORDER-BOTTOM: #dedede 1px solid;
	BORDER-LEFT: #dedede 1px solid;
	BACKGROUND-COLOR: #f9f9f9
}
/*--首页--*/
/*--门店展示--*/
.img300 {
	width: 30rem;
	height: 30rem;
	position: relative;
	background-color: #fff;
	overflow: hidden;
}
.img300 > img {
	max-height: 300rem;
height:expression(this.height > 300 ? "30rem" : this.height);
}
/*--门店展示--*/
/*--底部--*/
.in1 {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.in2 {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
.in2a {
	line-height: 2rem;
	font-weight: normal;
	text-decoration: none;
	color: #ccc;
}
.foot {
	color: #fff;
	text-align: center;
	margin-top: 2em;
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.foot a {
	color: #fff;
}
/*--底部--*/

/*--中间--*/
.wraper {
	width: 100%;
	float: left;
}
.WebLocation {
	LINE-HEIGHT: 29px;
	PADDING-LEFT: 1rem;
	HEIGHT: 29px;
	COLOR: #191410;
	background-color: #8E8F94;
	background-image: url(../Images/home.gif);
	background-repeat: no-repeat;
	background-position: 1rem center;
	padding-top: 1px;
	margin-top: 1rem;
}
.WebLocation SPAN {
	PADDING-BOTTOM: rem;
	PADDING-LEFT: 2rem;
	PADDING-RIGHT: 25px;
	DISPLAY: block;
	FLOAT: left;
	HEIGHT: 28px;
	PADDING-TOP: rem;
	background-image: url(../Images/about_05.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.WebLocation a {
	color: #000;
}
.WebLocation a:hover {
	color: #fff;
}
.title {
	LINE-HEIGHT: 5rem;
	HEIGHT: 5rem;
	COLOR: #000;
	font-size: 1.8rem;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADADE;
	padding-left: 5px;
	font-weight: bold;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	background-color: #fff;
}
.divjuzhong {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	height: 3rem;
}
.divleft {
	float: left;
	width: 100%;
	padding: 10px;
	height: 3rem;
}
.divbiaoti {
	width: 100%;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-weight: bold;
}
.divxinxi {
	text-align: center;
	width: 100%;
	color: #333333;
	font-size: 1.2rem;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 3rem;
}
.divcontent {
	float: left;
	width: 100%;
	padding: 10px;
	font-size: 1.6rem;
	height: auto;
	min-height: 30rem;
	overflow: visible;
}
.content {
	float: left;
	width: 100%;
	margin-top: 2rem;
}
.content h2 {
	padding-left: 8px;
	float: left;
	color: #333;
	line-height: 28px;
}
.incontent {
	padding: rem;
}
.incontent .write-bg {
	border-right: #b1d3ee 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	background: #fff;
	padding-bottom: 5px;
	border-left: #b1d3ee 1px solid;
	width: 100%;
	padding-top: 5px
}
.incontent h3 {
	color: #1e4176
}
.incontent .more {
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #1e4176;
	padding-top: 5px
}
.incontent .more a {
	color: #1e4176
}
.incontent .more a:hover {
	color: #ff6600
}
.incontent .list {
	padding-right: 5px;
	padding-bottom: 5px;
	line-height: 2rem
}
.incontent .list a {
	color: #1e4176
}
.incontent .list a:hover {
	color: #ff6600
}
.incontent .link {
	padding-left: 5px
}
.incontent .link a {
	font-weight: bold;
	color: #30aa01
}
.incontent .link a:hover {
	font-weight: bold;
	color: #ff6600
}
.incontent .link {
	padding-left: 5px
}
.incontent .text {
	padding-right: 5px;
	padding-bottom: 5px;
	line-height: 2rem;
	padding-top: 5px;
}
.cp {
	color: #FFF;
	line-height: 25px;
}
.cp:hover {
	color: #CCC;
}
.yema1 {
	height: 2rem;
	line-height: 2rem;
	color: #333;
	text-align: center;
	margin-right: 5px;
	border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-right: 1rem;
	padding-left: 1rem;
	border: 1px solid #333;
}
.yema1:hover, .yema:active {
	color: #FFFFFF;
	background-color: #666;
}
.yema2 {
	height: 2rem;
	line-height: 2rem;
	color: #FFF;
	text-align: center;
	margin-right: 5px;
	border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-right: 1rem;
	padding-left: 1rem;
	border: 1px solid #333;
	background-color: #333;
}
.yema2:hover, .yema:active {
	color: #FFFFFF;
	background-color: #666;
}
.pa {
	width: 10rem;
	height: 3rem;
	line-height: 3rem;
	display: block;
	color: #FFFFFF;
	text-align: center;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: rem;
	margin-right: 5px;
	background-color: #999;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}
.paA {
	width: 10rem;
	height: 3rem;
	line-height: 3rem;
	display: block;
	color: #FFFFFF;
	text-align: center;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: rem;
	margin-right: 5px;
	background-color: #000;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}
.pa:hover, .pa:active, .paA:hover, .paA:active {
	color: #FFFFFF;
	background-color: #666;
}
.cpjskuang {
	background-color: #ffffff;
	border: 1px solid #999;
	width: 100%;
	height: 30rem;
	vertical-align: top;
	padding: 2rem;
}
.Tkuang {
	color: #666;
	background-color: #E8E8E8;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 1rem;
}
.T1 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 3rem;
	height: 3rem;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.T2 {
	line-height: 3rem;
	height: 3rem;
	color: #666;
	text-decoration: line-through;
}
.T3 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 3rem;
	height: 3rem;
	color: #F00;
}
.goumai {
	font-family: "Microsoft YaHei", Verdana, Arial, Helvetica, sans-serif;
	height: 38px;
	line-height: 38px;
	display: block;
	color: #fff;
	text-align: center;
	float: left;
	margin-right: 5px;
	background-color: #F00;
	border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-borde-radius: 3px;
	-moz-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #C00;
	padding-right: 3rem;
	padding-left: 3rem;
	margin-left: 2rem;
}
.goumai:hover, .goumai:active {
	color: #fff;
	background-color: #000000;
	border: 1px solid #099;
}
.dingdan {
	font-family: "Microsoft YaHei", Verdana, Arial, Helvetica, sans-serif;
	width: 18rem;
	height: 38px;
	line-height: 38px;
	display: block;
	color: #fff;
	text-align: center;
	float: left;
	margin-right: 5px;
	background-color: #000;
	border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-borde-radius: 3px;
	-moz-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #000;
	background-image: url(../Images/buybg.gif);
	background-repeat: no-repeat;
	background-position: 3rem center;
}
.dingdan:hover, .dingdan:active {
	color: #fff;
	background-color: #000000;
	border: 1px solid #099;
}
/*--中间--*/
/*--菜单--*/
.SortFolderOpen {
	background-image: url(../images/Sort_Folder_Close.gif);
	background-repeat: no-repeat;
	height: 4rem;
	padding-left: 19px;
	cursor: hand;
	background-position: left center;
	line-height: 4rem;
}
.SortFolderClose {
	background-image: url(../images/Sort_Folder_Open.gif);
	background-repeat: no-repeat;
	height: 4rem;
	padding-left: 19px;
	cursor: hand;
	background-position: left center;
	line-height: 4rem;
}
.SortEndFolderOpen {
	background-image: url(../images/SortEnd_Folder_Close.gif);
	background-repeat: no-repeat;
	height: 4rem;
	left: 16px;
	padding-left: 3rem;
	cursor: hand;
	background-position: left center;
	line-height: 4rem;
}
.SortEndFolderClose {
	background-image: url(../images/SortEnd_Folder_Open.gif);
	background-repeat: no-repeat;
	height: 4rem;
	left: 16px;
	padding-left: 3rem;
	cursor: hand;
	background-position: left center;
	line-height: 4rem;
}
.SortListline {
	padding-left: 3rem;
	background-image: url(../images/Sort_Listline.gif);
	background-repeat: repeat-y;
	background-position: left center;
	line-height: 4rem;
}
.SortEndListline {
	padding-left: 3rem;
	line-height: 4rem;
}
.SortFile {
	background-image: url(../images/Sort_File.gif);
	background-repeat: no-repeat;
	height: 4rem;
	cursor: hand;
	padding-left: 3rem;
	background-position: left center;
	line-height: 4rem;
}
.SortFileEnd {
	background-image: url(../images/Sort_File_End.gif);
	background-repeat: no-repeat;
	height: 4rem;
	cursor: hand;
	padding-left: 3rem;
	background-position: left center;
	line-height: 4rem;
}
.SortBg {
	width: 100%;
	background-image: url(../images/Sort_bg.jpg);
	background-repeat: repeat-y;
	line-height: 4rem;
}
.zmenu {
	float: left;
	width: 15.5rem;
	line-height: 4rem;
	height: 4rem;
	text-decoration: none;
	background-color: #f1f1f1;
	border: 1px solid #e1e1e1;
	color: #666;
	background-image: url(../images/zmenubjb.gif);
	background-repeat: no-repeat;
	padding-left: 3rem;
	background-position: left center;
	margin: 10px;
}
.zmenu:hover {
	background-color: #333;
	color: #FFF;
}
.zmenua {
	float: left;
	width: 15.5rem;
	line-height: 4rem;
	height: 4rem;
	text-decoration: none;
	background-color: #333;
	border: 1px solid #e1e1e1;
	color: #fff;
	background-image: url(../images/zmenubjb.gif);
	background-repeat: no-repeat;
	padding-left: 3rem;
	background-position: left center;
	margin: 10px;
}
.zmenua:hover {
	background-color: #333;
	color: #FFF;
}
.zmenu0 {
	line-height: 3rem;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
.zmenu0:hover {
	color: #fff;
}
.zmenu1 {
	line-height: 3rem;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
.zmenu1:hover {
	color: #fff;
}
.zmenu1a {
	line-height: 3rem;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
/*--菜单--*/
.big {
	font-family: "Microsoft YaHei", Verdana, Arial, Helvetica, sans-serif;
	color: rgb(255, 102, 0);
	font-size: 2.4rem;
	float: left;
}
.bighei {
	font-family: "Microsoft YaHei", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 2.4rem;
	float: left;
}
small {
	font-family: "Microsoft YaHei", Verdana, Arial, Helvetica, sans-serif;
	color: rgb(153, 153, 153);
	font-size: 1.6rem;
}
.kymonth {
	font-family: "Microsoft YaHei", Verdana, Arial, Helvetica, sans-serif;
	color: rgb(255, 102, 0);
	font-size: 2.0rem;
}
.kyyear {
	font-family: "Microsoft YaHei", Verdana, Arial, Helvetica, sans-serif;
	color: rgb(153, 153, 153);
	font-size: 1.4rem;
}
