/* CSS Document */
/****************************/
@import url(css.css);
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-family: Microsoft YaHei;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	background-color: #ffffff;
}
body, ul, li, p, table, tr, th, td, ol, dl, dd, dt, h1, h2, h3, h4, h5, input {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none
}
a {
	color: #333;
	text-decoration: none;
}
a:hover, a:active {
	outline: 0;
	color: #178fdb
}
img {
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
p {
	margin-bottom:5px;
}
ol {
	padding:0;
	margin:0 0 10px 25px;
}
.clearfix {
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.clear {
	clear: both;
}
h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	font-family: inherit;
	font-weight: bold;
	line-height: 20px;
	color: inherit;
	text-rendering: optimizelegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-weight: normal;
	line-height: 1;
	color: #999999;
}
h1, h2, h3 {
	line-height: 40px;
}
h1 {
	font-size: 38.5px;
}
h2 {
	font-size: 31.5px;
}
h3 {
	font-size: 24.5px;
}
h4 {
	font-size: 17.5px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 11.9px;
}
h1 small {
	font-size: 24.5px;
}
h2 small {
	font-size: 17.5px;
}
h3 small {
	font-size: 14px;
}
h4 small {
	font-size: 14px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb5 {
	margin-bottom: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mtmb10 {
	margin-bottom: 10px;
	margin-top: 10px;
}
.input-mini {
	width: 60px;
}
.input-small {
	width: 90px;
}
.input-medium {
	width: 150px;
}
.input-large {
	width: 210px;
}
.input-xlarge {
	width: 270px;
}
.input-xxlarge {
	width: 530px;
}
.span1 {
	width: 220px;
	float:left !important
}
.span2 {
	width: 280px;
}
.span3 {
	width: 750px;
}
.span4 {
	width: 690px;
}
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.tc {
	text-align: center !important;
}
.tl {
	text-align: left !important;
}
.tr {
	text-align: right !important;
}
.red {
	color: #F00 !important;
}
.green {
	color: #090 !important;
}
.bg-grey {
	border: 1px solid #ccc;
}
.bd-grey {
	borde-bottom: 1px solid #ccc;
}
.fw {
	font-weight: bold !important;
}
.fs16 {
	font-size: 16px;
}
.grey {
	color:#CCC !important;
}
input {
	border: 1px solid #CCC;
	margin-bottom: 0;
	padding: 8px;
	outline: none;
*padding-bottom:7px;
	padding-bottom: 7px\0;
*vertical-align:middle;
}
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	vertical-align: middle;
	vertical-align: top\9\0;
}
.input-append {
	display: inline-block;
	font-size: 0;
	white-space: nowrap;
}
.input-append input {
	border: 1px solid #CCC;
	margin-bottom: 0;
	padding: 8px;
	outline: none;
*padding-bottom:7px;
	padding-bottom: 7px\0;
}
.input-append .btn {
	vertical-align: top;
	margin-left: -1px;
*margin-left: -2px;
}
.btn {
	display: inline-block;
	padding: 5px 14px 6px 14px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	color: #333;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
*vertical-align:middle;
}
.btn-blue {
	background: #178fdb;
	color: #FFF;
	border: 1px solid #178fdb;
}
.btn-grey {
	background: #C8C8C8;
	color: #FFF;
	border: 1px solid #C8C8C8;
}
.btn-small {
	padding: 2px 14px;
}
a.btn-blue:hover, a.btn-grey:hover {
	color: #FFF;
}
.icon-tags {
	display:inline-block;
	width:24px;
	height:24px;
	background:url(images/icon/tags.png) no-repeat;
	margin-right:10px;
	vertical-align:middle;
}
/********************以上初始化*******************************************/

.apex-topnav {
	width: 100%;
	border-bottom: 1px solid #EEE;
	line-height: 30px;
	height: 30px;
	background: #F7F7F7;
}
.apex-container {
	width: 960px;
	margin: 0 auto;
}
/*头部*/
.apex-header {
	width: 960px;
	margin: 0 auto;
}
.apex-head-logo {
	float: left;
	margin: 20px auto;
}
.apex-head-right {
	float: right;
	overflow: hidden;
	margin-top: 40px;
}
/*导航*/
.apex-navbar {
	background: #008FC7;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.apex-navbar ul.nav {
	width: 980px;
	margin: 0 auto;
}
.apex-navbar ul.nav li {
	float: left;
}
.apex-navbar ul.nav li a {
	color: #fff;
	padding: 8px 15px;
	display: block;
	vertical-align: middle;
}
.apex-navbar ul.nav li a:hover {
	background: #0074B6;
}
.apex-navbar ul.nav li a.currt {
	background: #0074B6;
}
/*主体*/
.apex-main {
	width: 980px;
	margin: 0 auto;
}
.apex-fl {
	float: left;
}
.apex-fr {
	float: right;
}
.apex-scroll-pic img {
	border: 1px solid #ccc;
	width: 978px;
	display:inline;
}
.apex-scroll-pic-large img {
	border: 1px solid #ccc;
	width: 748px;
	height:291px;
	display:inline;
}
.apex-scroll-pic-mini img {
	border: 1px solid #ccc;
	width: 748px;
	height:198px;
	display:inline;
}
/*滚动消息*/
.apex-marbox {
	border: 1px solid #E0E0E0;
	position: relative;
}
.apex-marbox .icon {
	display: inline-block;
	position: absolute;
	top: 14px;
	left: 10px;
	background: url(images/icon/marbox_icon.gif) no-repeat;
	width: 16px;
	height: 12px;
	z-index: 9999;
}
.apex-marbox .text {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 90px;
	height: 22px;
	padding: 8px 10px;
	padding-left: 18px;
	z-index: 999;
	display: inline-block;
	background: url(images/icon/text_bg.png) no-repeat #FFF;
	color: #178fdb;
	font-size: 14px;
	text-align: center;
}
.apex-marbox .apex-marquee-x {
	padding: 10px 0 10px 105px;
}
/*块状栏目*/

.apex-box {
	border: 1px solid #CCC;
	border-top: 2px solid #178fdb;
}
.apex-box .tit {
	height: 40px;
	line-height: 40px;
	color: #178fdb;
	padding: 0 14px;
	font-size: 17px;
	border-bottom: 1px solid #CCC;
}
.apex-box .tit span.fr {
	line-height: 35px;
	font-size: 12px;
	color:#000;
}
.apex-box .tit span.fr a {
	color:#178fdb;
}
.apex-box .tit2 {
	height: 35px;
	line-height: 35px;
	color: #178fdb;
	font-size: 14px;
	border-bottom: 1px solid #CCC;
}
.apex-box .tit2 {
}
.apex-box .tit2 li {
	float: left;
	display: block;
}
.apex-box .tit2 li a {
	padding: 0 15px;
	line-height: 35px;
	display: block;
	text-align: center;
	border-right: 1px solid #ccc;
}
.apex-box .tit2 li a.currt {
	border-bottom: 1px solid #fff;
	color: #178fdb;
	font-weight: bold;
}
.apex-box .tit3 {
	margin-top:-2px;
	border-bottom:0;
	line-height: 40px;
	color: #fff;
	padding-left:55px;
	background:url(images/icon/tit.gif) no-repeat 0 -80px;
}
.apex-box-pd {
	padding:10px 10px 10px 15px;
}
.apex-box-no {
	border:none;
	border-top: 2px solid #178fdb;
}
.apex-box-no .tit2 {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
/*新闻列表*/
.dl-apex-yy, .dl-news-list {
*zoom:1;
}
.dl-apex-yy:before, .dl-apex-yy:after, .dl-news-list:before, .dl-news-list:after {
	display: table;
	content: "";
	line-height: 0;
}
.dl-apex-yy:after, .dl-news-list:after {
	clear: both;
}
.dl-news-list dt {
	float: left;
	width: 90px;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dl-news-list dt img {
	width: 78px;
	height: 78px;
	background: #FFF;
	padding: 5px;
	border: 1px solid #E2DDDA;
}
.dl-news-list dd {
	margin-left: 100px;
}
ul.apex-news-list {
	border-top: 1px dashed #ccc;
	margin-top: 10px;
}
.apex-news-list li {
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}
.apex-news-list li a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}
/*预约类表*/
.dl-apex-yy dt {
	float: left;
	width: 84px;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dl-apex-yy dt img {
	width: 78px;
	height: 50px;
	background: #FFF;
	padding: 2px;
	border: 1px solid #E2DDDA;
}
.dl-apex-yy dd {
	margin-left: 98px;
}
.apex-yellow-info {
	font-weight:bold;
	color:#178fdb;
	line-height:31px;
	float:left;
}
/*服务中心*/
dl.apex-dl-cpfw dt {
	float:left;
	width:120px;
}
dl.apex-dl-cpfw dt img {
	padding:2px;
	border:1px solid #ccc;
	width:118px;
	height:158px;
}
dl.apex-dl-cpfw dd {
	margin-left: 140px;
}
dl.apex-dl-cpfw dd h3 {
	font-size:16px;
	color:#178fdb
}
/*热销列表*/
ul.apex-hot {
}
ul.apex-hot li {
	border-bottom: 1px dotted #B2B2B2;
	padding: 0.83333em 0 0.83333em;
}
ul.apex-hot .link {
	font-size: 17.5px;
	color: #178fdb;
}
ul.apex-hot .info {
	margin-top: 5px;
}
ul.apex-hot .prod {
	margin-left: 13.5em;
}
ul.apex-hot .n1 {
	font-size: 1.68em;
	line-height: 1.52381;
}
ul.apex-hot .n2 {
	font-size: 1.61111em;
	line-height: 1.65517;
}
ul.apex-hot .n3 {
	font-size: 1.31111em;
	line-height: 1.35517;
}
ul.apex-hot .first {
	float: left;
	font-size: 45px;
	background: #1870db;
	width: 2.56em;
	height: 2.56em;
	-moz-border-radius: 2.56em;
	-webkit-border-radius: 2.56em;
	border-radius: 2.56em;
	line-height: 2.56;
	margin-left: 0em;
	color: #FFF;
}
ul.apex-hot .two {
	float: left;
	font-size: 35px;
	background: #178fdb;
	width: 2.66667em;
	height: 2.66667em;
	-moz-border-radius: 2.66667em;
	-webkit-border-radius: 2.66667em;
	border-radius: 2.66667em;
	line-height: 2.66667;
	margin-left: 0.44444em;
	color: #FFF;
}
ul.apex-hot .three {
	float: left;
	font-size: 35px;
	background: #18b1db;
	width: 2.36667em;
	height: 2.36667em;
	-moz-border-radius: 2.66667em;
	-webkit-border-radius: 2.66667em;
	border-radius: 2.66667em;
	line-height: 2.66667;
	margin-left: 0.44444em;
	color: #FFF;
}
