@charset "UTF-8";/*!
DPL base style
 *//*!
reset
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, s, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent
}
article, aside, details, summary, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
del {
	text-decoration: line-through
}
ins {
	text-decoration: none
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}
ul, li {
	list-style: none
}
a {
	text-decoration: none
}
a:hover {
	text-decoration: underline
}
em, var {
	font-style: normal
}
input, textarea, button {
	outline: none;
	margin: 0;
	padding: 0
}
body, input, textarea, button, select {
	font: 12px/1.5 "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Hiragino Sans GB", Helvetica
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
	display: inline-block
}
* html .clearfix {
	height: 1%
}
.clearfix {
	display: block
}
.w-btn {
	height: 12px;
	display: inline-block;
	line-height: 12px;
	font-size: 12px;
	border-radius: 2px;
	padding: 5px 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer
}
.w-btn, .w-btn:hover, .w-btn:focus {
	text-decoration: none
}
.w-btn-primary {
	background: #00a2ca;
	border: 1px solid #00a2ca;
	color: #F9D3D3
}
.w-btn-primary:hover {
	background: #33B5D4;
	color: #F9D3D3
}
.w-btn-primary[disabled] {
	background: #F58988;
	color: #F8DFDF;
	cursor: default;
	border: 1px solid #F58988
}
.w-btn-minor {
	background: #3A4A5A;
	border: 1px solid #3A4A5A;
	color: #FFF
}
.w-btn-minor:hover {
	background: #425466;
	color: #CED3D7
}
.w-btn-minor[disabled] {
	background: #3A4A5A;
	color: #CED3D7;
	cursor: default
}
.w-btn-default {
	background: #F7F7F7;
	border: 1px solid #00a2ca;
	color: #333
}
.w-btn-default:hover {
	background: #FCFCFC;
	color: #696969
}
.w-btn-default[disabled] {
	background: #F7F7F7;
	color: #B3B3B3;
	cursor: default
}
.w-btn-big {
	height: 18px;
	padding: 11px 38px;
	display: inline-block;
	line-height: 18px;
	font-size: 18px;
	font-family: Microsoft Yahei;
	border-radius: 2px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer
}
.w-btn-middle {
	height: 12px;
	padding: 6px 12px;
	display: inline-block;
	line-height: 12px;
	font-size: 12px;
	font-family: Microsoft Yahei;
	border-radius: 2px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	text-decoration: none !important
}
.w-btn-small {
	height: 8px;
	padding: 6px 8px;
	display: inline-block;
	line-height: 8px;
	font-size: 12px;
	border-radius: 2px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer
}
.w-btn-middle-label {
	padding: 6px 12px;
	display: inline-block;
	line-height: 12px;
	font-size: 12px;
	font-family: Microsoft Yahei;
	border-radius: 2px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer
}
.w-btn-big, .w-btn-big:hover, .w-btn-big:focus {
	text-decoration: none
}
.w-btn-middle, .w-btn-middle:hover, .w-btn-middle:focus {
	text-decoration: none
}
.w-btn-small, .w-btn-small:hover, .w-btn-small:focus {
	text-decoration: none
}
.w-btn-ok {
	background: #EF3A38;
	color: #fff !important;
	border: 1px solid #D13C3A
}
.w-btn-cancel {
	background: #F7F7F7;
	color: #333 !important;
	border: 1px solid #DDD;
	text-decoration: none !important
}
.w-btn-gray {
	background: #3A4A5A;
	color: #FFF;
	border: 1px solid #3A4A5A
}
.w-btn-ok:hover {
	color: #FFF;
	background: #FB5756
}
.w-btn-ok[disabled] {
	background: #F58988;
	color: #F8DFDF;
	cursor: default
}
.w-btn-cancel:hover {
	background: #FCFCFC;
	color: #696969
}
.w-btn-cancel[disabled] {
	background: #F7F7F7;
	color: #B3B3B3;
	cursor: default
}
.w-btn-gray:hover {
	background: #425466;
	color: #CED3D7
}
.w-btn-gray[disabled] {
	background: #3A4A5A;
	color: #CED3D7;
	cursor: default
}
.clearfix:after, .fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix, .fix {
	zoom: 1
}
/*a {
	color: #06C
}
a:hover {
	color: #039
}*/
a:disabled {
	color: #999
}
a[disabled], select[disabled], button[disabled] {
	color: #ccc !important
}
a[disabled]:hover {
	text-decoration: none !important
}
.w-color-red, .red, .ui-color-red {
	color: #e60012 !important
}
.w-color-orange {
	color: #f80 !important
}
.w-color-green {
	color: #62ce00 !important
}
.w-color-yellow {
	color: #ffbd20 !important
}
.w-color-blue {
	color: #458aff !important
}
.w-color-black {
	color: #1a1a1a !important
}
.w-color-dark {
	color: #333 !important
}
.w-color-gray {
	color: #666 !important
}
.w-color-grayish {
	color: #999 !important
}
.w-color-shallow {
	color: #ccc !important
}
.w-color-brown {
	color: #9e7437 !important
}
.w-align-left {
	text-align: left !important
}
.w-align-center {
	text-align: center !important
}
.w-align-right {
	text-align: right !important
}
.w-fl {
	float: left !important;
	display: inline
}
.w-fr {
	float: right !important;
	display: inline
}
.font-simsun {
	font-family: simsun
}
.w-wrap-inner {
	width: 1188px;
	padding: 0 6px;
	margin: 0 auto
}
.hidden {
	display: none !important
}
body {
	word-break: break-all;
	word-wrap: break-word
}
.w-popover {
	border: 1px solid #BBB;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 12px;
	line-height: 18px;
	background: #feffe6;
	position: relative;
*position:static
}
.w-popover-arr {
	display: block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	position: absolute;
*display:none
}
.w-popover-arr em {
	display: block;
	width: 0;
	height: 0;
	border: 5px solid transparent
}
.w-popover-arr-top {
	border-bottom: 5px solid #BBB;
	top: -11px;
	left: 12px
}
.w-popover-arr-top em {
	border-bottom: 5px solid #feffe6;
	margin-left: -5px;
	margin-top: -4px
}
.w-popover-arr-bottom {
	border-top: 5px solid #BBB;
	left: 12px;
	bottom: -11px
}
.w-popover-arr-bottom em {
	border-top: 5px solid #feffe6;
	margin-left: -5px;
	margin-top: -6px
}
.w-popover-arr-left {
	border-right: 5px solid #BBB;
	left: -11px;
	top: 15px
}
.w-popover-arr-left em {
	border-right: 5px solid #feffe6;
	margin-left: -4px;
	margin-top: -5px
}
.w-popover-arr-right {
	border-left: 5px solid #BBB;
	right: -11px;
	top: 15px
}
.w-popover-arr-right em {
	border-left: 5px solid #feffe6;
	margin-left: -6px;
	margin-top: -5px
}
.w-alt {
	padding: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 12px
}
.w-alt-close {
	float: right;
	color: #BBB;
	font-weight: 700;
	line-height: 1;
	text-shadow: 0 1px 0 #fff;
	cursor: pointer;
	margin-top: 3px
}
.w-alt-warning-txt {
	font-style: normal;
	color: #ab8956;
	font-weight: normal;
	padding-left: 20px
}
.w-alt-danger {
	color: #FF3B1D;
	background-color: #FFF7F3;
	border: 1px solid #F1ACAC
}
.w-alt-notice {
	color: #336600;
	background-color: #F2FFEA;
	border: 1px solid #C7DDB9
}
.w-alt-warning {
	color: #9E7437;
	background-color: #FCF8E2;
	border: 1px solid #FBECCB
}
.w-alt-comments {
	color: #787878;
	background-color: #F9F9F9;
	border: 1px solid #DDD
}
.w-pop-wrap {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	position: fixed;
	_position: absolute;
_top:expression(eval(document.documentElement.scrollTop))
}
.w-pop-alpha {
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	-khtml-opacity: 0.5;
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: 0
}
.w-pop {
	width: 460px;
	background: #FFF;
	border: 3px solid #59AABE;
	padding: 0 20px;
	font-family: Microsoft Yahei;
	position: relative;
	top: 100px;
	margin: 0 auto
}
.w-pop-hd {
	height: 44px;
	border-bottom: 2px solid #F4F4F4;
	font-size: 14px;
	line-height: 45px;
	color: #666
}
.w-pop-bd {
	padding: 30px 40px
}
.w-pop-ft {
	border-top: 1px solid #F3F3F3;
	padding: 20px;
	text-align: center
}
.w-pop-close {
	float: right;
	font-size: 12px;
	color: #666;
	cursor: pointer;
	margin-top: 15px;
	width: 20px;
	height: 20px;
	text-align: center
}
.w-pop-btn {
	text-align: center
}
.w-pop-btn a.w-btn-primary:link {
	color: #FFF;
	width: 98px;
	margin: 0 4px
}
.w-pop-btn a.w-btn-default:link {
	color: #00a2ca;
	width: 98px;
	margin: 0 4px
}
.w-pop-bd-icon {
	width: 40px;
	float: left;
	text-align: right;
	padding-right: 10px
}
.w-pop-bd-icon .pop-icon {
	width: 32px;
	height: 32px
}
.w-pop-bd-info {
	margin-left: 50px
}
.pop-icon {
	font-size: 32px;
	color: #FF8800
}
.w-pop-bd-info h3 {
	font-size: 18px;
	line-height: 32px;
	color: #333;
	font-weight: normal
}
.w-pop-bd-info p {
	line-height: 24px;
	color: #333
}
.w-safety-degree {
	display: inline-block;
	padding-left: 6px;
	position: relative;
*top:-6px
}
.w-safety-degree em {
	display: inline-block;
	padding: 0 18px;
	height: 23px;
	line-height: 23px;
	font-size: 12px;
	color: #fff;
	background: #d3d3d3;
	margin-right: 1px
}
.w-safety-degree em.w-current {
	background: #ffbd20
}
.popOver {
	position: relative;
	text-align: left
}
.popOver .popOverTxt {
	position: absolute;
	bottom: 30px;
	color: #000;
	text-align: left;
	width: 80%;
	left: 5%
}
.popOver .popOverTxt .w-popover-arr-bottom {
	left: 49%
}
.popOver .popOverTxt1 {
	position: absolute;
	bottom: 30px;
	color: #000;
	text-align: left;
	width: 80%;
	left: 5%
}
.popOver .popOverTxt1 .w-popover-arr-bottom {
	left: 49%
}
.popOver .popOverTxt2 {
	position: absolute;
	bottom: 30px;
	color: #000;
	text-align: left;
	width: 80%;
	left: 5%
}
.popOver .popOverTxt2 .w-popover-arr-bottom {
	left: 49%
}/*!
 * 窄屏样式
 */
.w1000 .w-wrap-inner {
	width: 990px;
	padding: 0 5px
}
.w1000 .w-navi .navi-top-item {
	padding: 0 15px
}
.w1000 .w-navi-sub .navi-sub-col {
	width: 206px
}
.w1000 .w-footer .entrance li, .w1000 .w-footer .feature li {
	width: 198px
}
.i-slider-box {
	background: #fff;
	width: 100%;
	position: relative;
	overflow: hidden
}
.i-slider-box .i-slider-img {
	width: 100%;
	height: 100%
}
.i-slider-box .i-slider-img li {
	position: absolute;
	display: none;
	opacity: 0;
	background: #e9e9e9
}
.i-slider-box .i-slider-img li img, .i-slider-box .i-slider-img li a {
	display: block;
	width: 100%;
	height: 100%
}
.i-slider-box .i-slider-img .on {
	display: block;
	opacity: 1
}
.i-slider-box .i-slider-tabs {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 12px;
	height: 8px
}
.i-slider-box .i-slider-tabs b {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 3px;
	background: #e5e5e5;
	border-radius: 4px;
	vertical-align: top
}
.i-slider-box .i-slider-tabs .on {
	background: #999
}
