html {
	color: black;
	overflow: hidden;
	overflow-y: scroll;
	padding: 0;
	margin: 0;
	background: #f6f6f6;
}
body {
	margin: 0;
	padding: 0
}
*html, *html body {
	background-image: url(about:blank);
	background-attachment: fixed;
}
body, button, input, select, textarea {
	font: 14px/1.5 "微软雅黑", tahoma, "宋体", arial, helvetica, sans-serif;
	outline: 0;
	vertical-align: middle;
}
button, input, select {
	vertical-align: middle;
	font-size: 12px;
}
textarea {
	resize: none;
	padding: 5px;
}
form, div, ul, ol, li, p, dl, dt, dd, fieldset {
	margin: 0;
	padding: 0;
	list-style: none
}
img, fieldset {
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 14px
}
h4, h5, h6 {
	font-size: 12px
}
table, td, tr, th {
	font-size: 12px;
}
em, address {
	font-style: normal
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}
a {
	color: #4d4d4d;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
a:link {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
	transition: color .20s linear;
	-o-transition: color .20s linear;
	-webkit-transition: color .20s linear;
	-moz-transition: color .20s linear;
}
i {
	font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif
}
.lft {
	float: left
}
.rgt {
	margin-top: 5px;
	float: right;
}
.fB {
	font-weight: bold;
}
.fN {
	font-weight: normal
}
.fI {
	font-style: italic;
}
.alignL {
	text-align: left
}
.alignR {
	text-align: right
}
.alignC {
	margin-top:20px;
	text-align: center
}
.alignJ {
	text-align: justify
}
.lineht_16px {
	line-height: 18px;
}
.lineht_18px {
	line-height: 18px;
}
.lineht_20px {
	line-height: 20px;
}
.lineht_22px {
	line-height: 22px;
}
.fYh {
	font-family: "微软雅黑";
}
.fSt {
	font-family: "宋体";
}
.f12px {
	font-size: 12px;
}
.f13px {
	font-size: 13px;
}
.f14px {
	font-size: 14px;
}
.f16px {
	font-size: 16px;
}
.f18px {
	font-size: 18px;
}
.f20px {
	font-size: 20px;
}
.f26px {
	font-size: 26px;
	font-weight: 400;
	line-height: 120px;
}
.f-pr {
	position: relative;
}
.f-pa {
	position: absolute;
}
.f-bg {
	background: #fff;
	-webkit-box-shadow: 0px 1px 2px #bbbbbb;
	-moz-box-shadow: 0px 1px 2px #bbbbbb;
	box-shadow: 0px 1px 2px #bbbbbb;
}
.f-cr {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.f-bt {
	margin-bottom: 20px;
}
.f_pt {
	cursor: pointer;
}
.hidden {
	display: none;
}
.unLine, .unLine a, a.unLine {
	text-decoration: underline;
}
.nounLine, .nounLine a {
	text-decoration: none;
}
.clearfix {
	zoom: 1;
	margin: 0 auto;
}
.clearfix:after {
	content: '\20';
	display: block;
	clear: both;
}
.bdGray {
	border: solid 1px #e7e7e7
}
.ellipsis {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.del {
	cursor: pointer;
}
.dropDiv {
	display: none;
	padding: 5px 3px;
	margin: 2px 0 0;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #e8e8e8;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.dropDiv {
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.45);
	white-space: normal;
	display: none;
	opacity: 0;
}
.dropDiv:before {
	content: '';
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	background: #fff;
	top: -4px;
	left: 10px;
	box-shadow: -1px -1px rgba(0,0,0,0.2);
}
.successTips {
	background: #fdfde2 url(../images/onCorrect.gif) no-repeat 3px scroll;
	border: solid 1px #dfe3bb;
	padding: 5px 30px;
	color: #97aa3b;
	margin: 10px;
	display: none;

}
.failTips {
	background: #ffecec url(../images/onError.gif) no-repeat 3px scroll;
	border: solid 1px #ffc7c7;
	padding: 5px 30px;
	margin: 10px;
	display: none;
	color: #f00
}
.cGray, .cGray a {
	color: #999;
}
.cGray, a.cGray:link, a.cGray:visited {
	color: #999;
}
.cRed, .cRed a {
	color: #ff0000;
}
.cRed, a.cRed:link, a.cRed:visited {
	color: #ff0000;
}
.cOrange, .cOrange a, .cOrange, a.cOrange {
	color: #f60;
}

.cGreen, a.cGreen:link, a.cGreen:visited {
	color: #2282be;
}
.hidden_btn {
	display: inline-block;
	height: 33px;
}
.bdGray {
	border: solid 1px #c3c4c6
}
#topNav h1, #topNav .rgt .lgBefore a, .lgPart a, #topNav .topCont #applyCont a, .logBtnDiv em, .oterICall a, #topNav .rgt .lgAfter span.newly .dropDiv a, #topNav .iconImg, #topNav .topCont .newsCls {
	background: url(../images/sprites.png) no-repeat;
}
.BgTitle {
	text-align: center;
	font: 30px/36px "微软雅黑";
	padding: 30px 0 20px;
	margin-bottom: 20px;
}
.wholeNav {
	border: solid 1px #999;
	-webkit-box-shadow: 0 3px 6px rgba(50,50,50,0.2);
	-moz-box-shadow: 0 3px 6px rgba(50,50,50,0.2);
	box-shadow: 0 3px 6px rgba(50,50,50,0.2);
	background: #ddd;
	background: -moz-linear-gradient(90deg, #ddd, #f8f8f8);
	background: -webkit-gradient(linear, 50% 100%, 50% 0%, from(#ddd), to(#f8f8f8));
	background: -webkit-linear-gradient(90deg, #ddd, #f8f8f8);
	background: -o-linear-gradient(90deg, #ddd, #f8f8f8);
	height: 43px;
*height:41px;
	_height: 41px;
	_overflow: hidden
}
.wholeNav .lft {
	margin-left: -1px
}
.wholeNav:after {
	content: '\20';
	display: block;
	clear: both;
}
.wholeNav a {
	border-left: solid 1px #9d9d9d;
	margin-left: 0;
	padding: 10px 14px;
	display: inline-block;
	white-space: nowrap;
}
.wholeNav a:hover, .wholeNav a.current, .sortDiv #sortLst a:hover {
	text-decoration: none;
	background: #f3ce58;
	background: -moz-linear-gradient(90deg, #fff2cb, #f3ce58);
	background: -webkit-gradient(linear, 50% 100%, 50% 0%, from(#fff2cb), to(#f3ce58));
	background: -webkit-linear-gradient(90deg, #fff2cb, #f3ce58);
	background: -o-linear-gradient(90deg, #fff2cb, #f3ce58);
}
.wholeNav .lft a {
	float: left
}
.wholeNav .rgt {
	z-index: 1000;
	position: relative;
	width: 45px;
	height: 38px;
	background: #fff;
	margin: 10px 0 0 0;
	cursor: pointer;
	background: url(../images/moreArr.png) no-repeat center 8px;
}
.wholeNav .rgt #otherLst {
	position: absolute;
	top: 30px;
	right: 0;
	background: #fff;
	border: solid 1px #ccc;
	padding: 0;
	z-index: 5000
}
.wholeNav .rgt #otherLst a {
	border-bottom: solid 1px #eee;
	border-left: none;
	display: block;
	text-align: center;
	margin-left: 0;
	font-size: 12px;
*width:90px
}
.wholeNav .rgt .dropDiv:before {
	top: -4px;
	left: auto;
	right: 10px
}
.wholeNav .lft a#otherCls {
	border-right: solid 1px #9d9d9d;
	width: 85px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
.sortDiv {
	margin-right: 48px;
}
.sortDiv .btn {
	font-size: 12px;
}
.sortDiv .hidden_btn {
	position: relative;
	height: 40px;
	font-size: 12px;
	z-index: 100
}
.sortDiv #sortLst {
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 100
}
.sortDiv #sortLst:before {
	left: auto;
	right: 15px
}
.sortDiv #sortLst a {
	padding: 5px 10px;
	display: block;
	white-space: nowrap;
	cursor: pointer;
}
.sortBar {
	margin: 20px 8px 0;
	font-size: 12px;
}
.sortBar a {
	display: inline-block;
	margin: 0 6px 8px 0;
	padding: 3px 10px;
	background: #f3f3f3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	white-space: nowrap
}
.sortBar a:hover {
	background: #d1fbd1;
	text-decoration: none;
}
.sortBar a.current {
	background: #488132;
	color: #fff;
}
.floatDiv {
	background: #fff;
	z-index: 9999;
	display: none;
	cursor: text;
	border-radius: 5px
}
.floatDiv .tit1 {
	position: relative;
	line-height: 28px;
	text-align: left;
	font-size: 28px;
	z-index: 9999;
}
.floatDiv .titBg {
	background: #eee;
	font-size: 18px;
	font-weight: 400;
	padding: 4px 8px 6px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.floatDiv .tit1 a.close {
	cursor: pointer;
	position: absolute;
	top: -15px;
	right: -15px;
	width: 34px;
	height: 34px;
	background: url(../images/close_bg.png) no-repeat 0 0;
}
.floatDiv .tit1 a.close:hover {
	background-position: 0 -43px;
	text-decoration: none;
}
.floatDiv .tabForm .failTips {
	margin: 10px 0 0
}
.floatDiv .lgCont {
	padding: 20px 30px 30px;
}
.floatDiv .lgCont .titLg {
	border-bottom: solid 1px #d2d1d0;
0
}
.floatDiv .lgCont .titLg em {
	font-size: 16px;
	display: inline-block;
	padding: 2px 13px 4px;
	border-bottom: none;
	cursor: pointer;
	color: #666;
	margin-bottom: -1px;
}
.floatDiv .lgCont .titLg em.current {
	border: solid 1px #ddd;
	border-bottom: none;
	color: #333;
	background: #fff;
}
.floatDiv .lgCont .titLg p {
	font-size: 12px;
}
.floatDiv .lgCont ul p {
	margin-bottom: 6px
}
.floatDiv .lgCont li {
	padding: 15px 0 0;
}
.floatDiv .lgCont .fgtLi {
	padding: 6px 0;
}
.floatDiv .lgCont input {
	width: 100%;
*width:95%;
}
.floatDiv .lgCont .btn {
	width: 100%;
}
.floatDiv .lgCont .form-item {
	margin-top: 15px;
}
.floatDiv .lgCont .form-item em {
	display: block;
	margin: 5px 3px 0;
	font-size: 12px;
}
.floatDiv .lgCont .form-item h4 {
	margin: 0 0 5px 5px
}
.floatDiv .lgCont .form-item p {
	font-size: 12px;
	display: none
}
.floatDiv .lgCont input, .floatDiv .lgCont .form-item input {
	_width: 310px
}
.floatDiv .lgCont .form-item select {
	width: 316px;
}
.floatDiv .lgCont .btndiv {
	margin-top: 10px;
}
.floatDiv .lgCont .yzm {
	position: relative;
}
.floatDiv .lgCont .yzm .yzmBtn {
	position: absolute;
	top: 1px;
	left: 220px;
	width: 50px;
	height: 35px;
*left:209px;
}
.floatDiv .lgCont .yzm .yzmBtn .btn {
padding:;
	border: none;
	width: 118px;
	padding: 4px 0 4px;
*padding:2px 0 2px
}
.blockOverlay {
	cursor: auto!important;
}
.floatDiv .lgCont .yzm .passTip, .floatDiv .lgCont .yzm .confimCls, .floatDiv .lgCont .yzm .nktips {
	position: absolute;
	left: 5px;
	top: 3px;
	display: none;
	display: block\9
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.floatDiv .lgCont .yzm .passTip, .floatDiv .lgCont .yzm .confimCls, .floatDiv .lgCont .yzm .nktips {
	display: none;
}
}
.floatDiv .addPrice {
	padding: 35px;
	text-align: center;
}
.floatDiv .addPrice p {
	color: #f00;
	margin-bottom: 20px;
}
.page {
	text-align: center;
	padding: 10px 0;
	font-size: 12px;
	margin-top: 15px;
}
.page a, .page strong, .page span {
	background: #e0e0e0;
	padding: 5px 10px;
	margin: 2px 1px;
	color: #666;
	font-style: normal;
	display: inline-block
}
.page a.fy {
	font-weight: 400;
	padding: 3px 6px
}
.page a:hover {
	background: #25781a;
	color: #fff;
	text-decoration: none
}
.page strong, .page span {
	background: #a4a5a5;
	color: #6f666f;
	font-weight: 400;
}
.mask .price {
	color: #e85d0c;
	float: left;
	font-size: 14px;
	margin-top: 0;
	height: 16px;
}
.mask .stu {
	margin-top: 3px;
	font-family: Arial;
	color: #777;
	float: right;
	background: url(../images/sprites.png) no-repeat 0 -111px;
	height: 16px;
	line-height: 16px;
	padding: 0 0 0 24px;
}
.mask .stu:before {
	background-position: -20px -210px;
	float: left;
	height: 13px;
	margin: -2px 4px 0 0;
	width: 20px;
}
.mask .small-rating {
	vertical-align: top;
	float: left;
	height: 15px;
	overflow: hidden;
	margin-left: 5%;

	line-height: 0;
	width: 85px;
	text-align: left;
	position: relative;
}
.small-rating span {
	display: inline-block;
	height: 13px;
	line-height: 14px;
	float: left
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	color: #333;

*background-color:#d9d9d9
}
.btn:active, .btn.active {
	background-color: #ccc \9
}
.btn:first-child {
*margin-left:0
}
.btn:hover, .btn:focus {
	color: #333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.btn.active, .btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05)
}
.btn.disabled, .btn[disabled] {
	cursor: default;
	background-image: none;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
.btn-large {
	padding: 9px 19px;
	font-size: 17.5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}
.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
	margin-top: 4px
}
.btn-small {
	padding: 2px 10px;
	font-size: 11.9px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}
.btn-small [class^="icon-"], .btn-small [class*=" icon-"] {
	margin-top: 0
}
.btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] {
	margin-top: -1px
}
.btn-mini {
	padding: 0 6px;
	font-size: 10.5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}
a.btn-info, .btn-info {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #008ed0;
	background-image: -moz-linear-gradient(top, #009add, #007dbc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#009add), to(#007dbc));
	background-image: -webkit-linear-gradient(top, #009add, #007dbc);
	background-image: -o-linear-gradient(top, #009add, #007dbc);
	background-image: linear-gradient(to bottom, #009add, #007dbc);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff009add', endColorstr='#ff007dbc', GradientType=0);
	border-color: #007dbc #007dbc #004a70;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
*background-color:#007dbc;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	color: #fff;
	background-color: #007dbc;
*background-color:#006ca3
}
.btn-info:active, .btn-info.active {
	background-color: #005b89 \9
}
.btn-inverse {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #363636;
	background-image: -moz-linear-gradient(top, #444, #222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
	background-image: -webkit-linear-gradient(top, #444, #222);
	background-image: -o-linear-gradient(top, #444, #222);
	background-image: linear-gradient(to bottom, #444, #222);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	border-color: #222 #222 #000;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
*background-color:#222;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)
}
a.btn-success, .btn-success {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-image: -moz-linear-gradient(top, #2282be, #2282be);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2282be), to(#2282be));
	background-image: -webkit-linear-gradient(top, #2282be, #2282be);
	background-image: -o-linear-gradient(top, #2282be, #2282be);
	background-image: linear-gradient(to bottom, #2282be, #2282be);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff95bf52', endColorstr='#ff678943', GradientType=0);
	border-color: #2282be #2282be #2282be;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
*background-color:#2282be;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	color: #fff;
	background-color: #2282be;
*background-color:#2282be;
}
.btn-success:active, .btn-success.active {
	background-color: #4d6732 \9
}
.btn.disabled, a.disabled {
	background: #f4f4f4;
	border: solid 1px #e1e1e1;
	color: #cacaca
}
a.btn-orange, .btn-orange {
	background: #bd6e20;
	background: -moz-linear-gradient(270deg, #f2b16c, #bd6e20);
	background: -webkit-linear-gradient(top, #f2b16c, #bd6e20);
	background: -o-linear-gradient(top, #f2b16c, #bd6e20);
	color: #fff;
}
a.btn-orange:hover, .btn-orange:hover {
	background: #f2b16c;
	background: -moz-linear-gradient(270deg, #b55d07, #e38e37);
	background: -webkit-linear-gradient(top, #b55d07, #e38e37);
	background: -o-linear-gradient(top, #b55d07, #e38e37);
}
.ipt {
	border: 1px solid #ababab;
	padding: 6px 5px;
	background: #fff;
}
input[type="file"] {
	font-size: 12px;
}
input[type="text"], input[type="password"], textarea, select {
	border: 1px solid #ababab;
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1) inset;
	padding: 6px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
	background-color: #f2f2f2;
	border-color: #D3D3D3;
	box-shadow: inset 0 0 1px rgba(0,0,0,0.15);
	cursor: not-allowed;
}
input {
	_padding: 4px 5px 2px;
	_line-height: 14px;
}
textarea {
	font-size: 12px;
	resize: none;
	line-height: 20px;
	width: 80%;
	overflow: auto
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: rgba(82,168,236,0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)
}
input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
*margin-top:0;
	margin-top: 1px \9;
	line-height: normal
}
input.ipt {
	border: 1px solid #ababab;
	background: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
.btn_getcode, .btn_getcode2 {
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
}
.logBtnDiv {
	clear: both;
}
.logBtnDiv .btn {
	width: 341px;
	padding: 6px 0;
}
.logBtnDiv a:hover, .logBtnDiv .btn_log:hover {
	filter: alpha(Opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	text-decoration: none;
}
.logBtnDiv em {
	width: 21px;
	height: 21px;
	display: inline;
	margin: 0 5px 0;
	vertical-align: baseline;
	float: left
}
.logBtnDiv em.qqIcon {
	background-position: -6px -47px
}
.logBtnDiv em.wbIcon {
	background-position: -36px -46px
}
.logBtnDiv em.rrIcon {
	background-position: -66px -46px
}
#topNav {
	left: 0;
	top: 0;
	width: 100%;
	color: #fff;
	font-size: 12px;
}
#topNav, #rgtFixed {
	z-index: 900;
	position: fixed;
	_position: absolute;
_top:expression(documentElement.scrollTop + "px");
}
#rgtFixed {
	z-index: 1100
}
#topNav .topCont .lft .apply a {
	display: inline;
	margin: 0;
	padding: 0
}
.downCls {
	display: none;
}
#topNav a {
	color: #fff;
}
#topNav a:hover, .oterICall a:hover, #topNav .hidden_btn>em:hover {
	text-decoration: none;
	color: #ccc
}
#topNav .topCont {
	width: 1170px;
	margin: 0 auto;
	padding-top: 3px;
	position: relative;
	height: 44px;
}
#topNav .topCont #findCont {
	position: absolute;
	top: 40px;
	left: 0;
	width: 220px;
	padding: 4px 0 0;
}
#topNav .topCont #findCont, #topNav .topCont #findCont a {
	color: #777;
}
#topNav .topCont #findCont div {
	font-size: 12px;
	margin: 8px 8px 0;
	margin-top: -1px;
	overflow: hidden;
}
#topNav .topCont #findCont dd a {
	display: inline-block;
	padding: 3px 6px;
	margin-right: 5px;
}
#topNav .topCont #findCont dd {
	margin-bottom: 2px;
}
#topNav .topCont #findCont dl {
	margin-top: -1px;
}
#topNav .topCont #findCont a:hover {
	background: #eee;
	color: #333
}
#topNav .topCont #findCont dt {
	border-top: solid 1px #ddd;
	zoom: 1;
	padding: 4px 0 2px;
}
#topNav .topCont #findCont dt a.lft {
	float: left;
	color: #5d951f;
	margin-top: 2px;
}
#topNav .topCont #findCont dt a.more {
	float: right;
	color: #f60;
}
#topNav .topCont #findCont dt:after {
	content: '\20';
	display: block;
	clear: both;
}
#topNav .topCont #findCont dd {
	padding: 3px 0;
}
#topNav .topCont #findCont a.moreCls {
	display: block;
	text-align: center;
	background: #f0f0f0;
	padding: 10px;
	margin-right: 0;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
#topNav .topCont #findCont a.moreCls:hover {
	background: #ddd;
}
#topNav .topCont #applyCont {
	position: absolute;
	top: 40px;
	left: 220px;
	width: 160px;
	padding: 5px 0;
	font-size: 12px;
}
#topNav .topCont #applyCont a:hover {
	background: #eee url(../images/sprites.png) no-repeat 0 0
}
#topNav .topCont #applyCont:before {
	left: 106px;
}
#topNav .topCont #applyCont a {
	display: block;
	padding: 3px 0 4px 20px;
	color: #777;
	margin: 4px 5px 4px 12px;
}
#topNav .topCont #applyCont a.andr {
	background-position: -106px -47px
}
#topNav .topCont #applyCont a.ipho {
	background-position: -106px -70px
}
#topNav .topCont #applyCont a.ipad {
	background-position: -106px -91px
}
#topNav .topCont .lft {
	margin-top: 8px;
}
#topNav .topCont .lft a {
	display: inline-block;
	margin-right: 3px;
	padding: 1px 4px;
	line-height: 14px;
	cursor: pointer;
*line-height:16px;
}
#topNav .topCont .lft a.find {
	line-height: 20px;
	margin-top: -2px;
	padding: 1px 6px 2px;
	_margin-top: 0;
	_padding-bottom: 0
}
#topNav .topCont a.mk {
	border-left: solid 1px #111;
	padding-left: 0;
*height:28px;
	_height: 26px;
	margin-right: 15px
}
#topNav .topCont .newsCls {
	width: 29px;
	height: 15px;
	right: -20px;
	top: -11px;
	background-position: 0 -183px
}
#topNav .topCont a.yy {
*height:28px;
}
#topNav .topCont .apply {
*line-height:21px;
	margin-left: 5px;
}
#topNav .topCont a.mk i {
	border-left: solid 1px #6c6c6c;
	padding-left: 10px;
	font-style: normal;
	font-family: "微软雅黑"
}
#topNav h1 {
	background-positon: 0 0;
	width: 114px;
	height: 38px;
	line-height: 120px;
	overflow: hidden;
	position: absolute;
	top: 2px;
	left: 50%;
	margin-left: -57px;
}
#topNav h1 a {
	display: block;
	width: 116px;
	height: 40px;
}
#topNav .rgt .lgBefore a, .lgPart a, .oterICall a {
	width: 21px;
	height: 21px;
	display: inline-block;
	margin: 8px 5px 0;
}
#topNav .rgt a.qqIcon, .lgPart a.qqIcon {
	background-position: -6px -47px
}
#topNav .rgt a.wbIcon, .lgPart a.wbIcon {
	background-position: -36px -46px
}
#topNav .rgt a.rrIcon, .lgPart a.rrIcon {
	background-position: -66px -46px
}
#topNav .rgt .lgBefore a:hover, .lgPart a:hover, .oterICall a:hover {
	background: url(../images/spritesHv.png) no-repeat;
}
#topNav .rgt a.qqIcon:hover, .lgPart a.qqIcon:hover {
	background-position: -6px -47px
}
#topNav .rgt a.wbIcon:hover, .lgPart a.wbIcon:hover {
	background-position: -36px -46px
}
#topNav .rgt a.rrIcon:hover, .lgPart a.rrIcon:hover {
	background-position: -66px -46px
}
#topNav .rgt .lgBefore em {
	display: inline-block;
	border-left: solid 1px #111;
	padding-left: 0;
	line-height: 16px;
	cursor: pointer;
	height: 16px;
	overflow: hidden;
	margin-top: 2px;
*height:20px;
	vertical-align: middle;
}
#topNav .rgt .lgBefore em i {
	border-left: solid 1px #6c6c6c;
	padding-left: 10px;
	font-style: normal;
	font-family: "微软雅黑";
*line-height:18px;
}
#topNav .rgt .lgAfter {
	margin-top: 4px;
}
#topNav .rgt .lgAfter .lft {
	margin: 5px 0 0 10px;
	float: right;
}
#topNav .rgt .lgAfter a.lft {
	margin-right: 10px;
}
#topNav .rgt .lgAfter a.lft, #topNav .rgt .lgAfter span#message, #topNav .rgt .lgAfter span.newly {
	margin-top: 8px;
}
#topNav .rgt .lgAfter img {
	width: 24px;
	height: 24px;
}
#topNav .rgt .lgAfter .personIf {
	height: 33px;
	position: relative;
	margin-left: 20px;
}
#topNav .rgt .lgAfter span#message #remindCls {
	position: absolute;
	top: -10px;
	right: -10px;
	display: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	background: #ca3131;
	min-width: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}
#topNav .rgt .personIf em {
	margin: 3px 2px 0 4px;
	font-size: 15px;
	display: inline-block
}
#topNav .rgt .personIf img {
	float: left;
	cursor: pointer;
}
#topNav .rgt .personIf .rgtInfo {
*width:100px;
	white-space: nowrap;
	overflow: hidden;
	margin-left: 27px;
}
#topNav .rgt .lgAfter span#message, #topNav .rgt .lgAfter span.newly {
	position: relative;
}
#topNav .rgt .lgAfter span.newly .dropDiv {
	position: absolute;
	top: 27px;
	left: -90px;
	width: 250px;
	color: #999;
}
#topNav .rgt .lgAfter span.newly .dropDiv div {
	padding: 10px;
}
#topNav .rgt .lgAfter span.newly .dropDiv:before {
	left: 97px
}
#topNav .rgt .lgAfter span.newly .dropDiv a {
	color: #999;
	margin: 10px 0;
	background-position: -100px -166px;
	padding-left: 25px;
	display: block;
	width: 220px;
	white-space: nowrap;
	overflow: hidden;
}
#topNav .rgt .lgAfter span.newly .dropDiv a:hover {
	color: #333;
}
#topNav .rgt .lgAfter span.newly .dropDiv .tit2 {
	color: #026697
}
#topNav .iconImg {
	display: inline-block;
	width: 22px;
	height: 18px;
}
#topNav .newIcon {
	background-position: -104px -118px
}
#topNav .notIcon {
	background-position: -104px -140px
}
#noticeDiv {
	position: absolute;
	top: 27px;
	right: -120px;
	width: 380px;
	border: solid 1px #d6d6d6;
	border-top: none;
	font-size: 12px;
	color: #666
}
#noticeDiv:before {
	left: 244px
}
#noticeDiv .tabNotice, #topNav .rgt .lgAfter span.newly .dropDiv .tit2 {
	border-bottom: solid 1px #ddd;
	padding: 5px 8px 8px;
}
#noticeDiv .tabNotice .tab_menu {
	float: left;
}
#noticeDiv .tabNotice .tab_menu em {
	display: inline-block;
	margin-right: 6px;
	padding: 4px 8px;
	cursor: pointer
}
#noticeDiv .tabNotice .tab_menu em.current {
	background: #2282be;
	color: #fff;
}
#noticeDiv .tabNotice span {
	float: right;
	cursor: pointer;
}
#noticeDiv .tab_box {
	padding: 5px 15px 5px;
	overflow: hidden;
}
#noticeDiv .tab_box .clearfix em, #noticeDiv .tab_box .clearfix span {
	cursor: text
}
.hd {
	cursor: pointer;
}
#noticeDiv .tab_box .hd span {
	cursor: pointer;
}
#noticeDiv .tab_box ul {
	margin-top: -7px;
}
#noticeDiv .tab_box li {
	border-top: dotted 1px #ddd;
	padding: 10px 0 10px;
}
#noticeDiv .notDet {
	display: none
}
#noticeDiv .notDet .cont {
	border: solid 1px #ddd;
	padding: 5px;
	margin-bottom: 8px;
	color: #999;
	background: #fafafa;
}
#noticeDiv .notDet .ipt {
	padding: 3px 2px;
	width: 290px;
}
#noticeDiv .contDiv {
	display: none;
}
#noticeDiv .contDiv .hd {
	margin: 5px 0
}
#topNav .rgt .lgAfter .tab_box .lft {
	float: left;
	margin: 0;
	padding: 0
}
#topNav .rgt .lgAfter .tab_box .date {
	float: right;
}
#topNav .topCont .lft a.comMore {
	text-align: center;
	line-height: 28px;
	display: block;
	background: #f0f0f0;
	color: #a3a3a3;
	width: auto;
	margin: 0 -3px -5px;
	border-radius: 4px
}
#topNav .topCont .lft a.comMore:hover {
	text-decoration: none;
	background: #ddd;
	color: #333
}
#topNav #presonLst {
	width: 150px;
	top: 30px;
	right: 0;
	position: absolute;
}
#topNav #presonLst:before {
	left: 120px;
}
#topNav #presonLst div {
	margin: -3px -5px -5px 0
}
#topNav #presonLst a {
	display: block;
	color: #666;
	padding: 8px 8px;
	font-size: 12px;
}
#topNav #presonLst a:hover {
	background: #eee;
}
#topNav #presonLst .exit {
	border-top: solid 1px #ddd;
}
.oterICall a {
	width: 19px;
	height: 19px;
	margin: 8px 2px 0
}
.oterICall a.qqIcon {
	background-position: 0 -158px
}
.oterICall a.wbIcon {
	background-position: -25px -158px
}
.oterICall a.rrIcon {
	background-position: -49px -158px
}
#rgtPhone {
	cursor: pointer;
	width: 82px;
	height: 81px;
	background: url(../images/rgtPhone.png) no-repeat 0 0;
	z-index: 1000;
	position: fixed;
	bottom: 50%;
	margin-bottom: -40px;
	right: 5px;
	_position: absolute;
	_position: absolute;
_top:expression(documentElement.scrollTop + 100+ "px");
}
#rgtFixed {
	bottom: 5px;
	right: 5px;
	_position: absolute;
	_position: absolute;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}
#rgtFixed .rgtIcon {
	width: 42px;
	height: 42px;
	margin-bottom: 0;
	background: url(../images/rgtsprites.png) no-repeat;
	cursor: pointer
}
#rgtFixed .toTop {
	background-position: 0 0
}
#rgtFixed .help {
	background-position: 0 -48px;
}
#rgtFixed .wx {
	background-position: 0 -104px;
}
#rgtFixed .showDiv {
	position: relative;
}
#rgtFixed .rgtLst * {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}
#rgtFixed .rgtLst .iconCls {
	width: 36px;
	height: 36px;
	position: relative;
	margin-bottom: 4px;
}
#rgtFixed .rgtLst .iconCls a.linkCls {
	background: #8d8d8d url(../images/qqApho.png) no-repeat;
}
#rgtFixed .rgtLst .iconCls a.linkCls {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 34px;
	border: solid 1px #7a7a7a;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	overflow: hidden;
	text-decoration: none;
}
#rgtFixed .rgtLst .iconCls a.linkCls span {
	position: absolute;
	top: 0;
	right: 36px;
	width: 150px;
	height: 36px;
	line-height: 34px;
	text-align: right;
}
#rgtFixed .rgtLst li #onlineCls {
	background-position: 3px 6px
}
#rgtFixed .rgtLst li #phoneCls {
	background-position: right -35px
}
#rgtFixed .showDiv .helpDiv, #rgtFixed .showDiv .wxDiv {
	position: absolute;
	bottom: 0;
	right: 46px;
	display: none;
}
#rgtFixed .showDiv p {
	color: #fff;
	font-size: 12px
}
#rgtFixed .showDiv .bgAlp {
	background: #3e4143;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 6px;
}
#rgtFixed .showDiv .wxDiv .bgAlp p {
	margin: 0 -10px;
*width:136px;
}
#rgtFixed .showDiv .wxDiv .bgAlp {
	width: auto;
	color: #fff;
	font-size: 12px;
*width:140px;
}
#rgtFixed .showDiv .wxDiv .bgAlp img {
	border: solid 4px #fff;
	margin-top: 5px;
	width: 129px;
	height: 129px;
	max-width: 129px;
	display: block;
}
#rgtFixed .showDiv .uv-bubble-tail {
	position: absolute;
	bottom: 25px;
	right: -10px;
}
#rgtFixed .showDiv .bgAlp div {
	overflow: hidden;
}
#rgtFixed .showDiv .helpDiv .bgAlp {
	width: 125px;
	padding: 6px 10px;
}
#rgtFixed .showDiv .helpDiv p {
	border-top: dotted 1px #767676;
	padding: 5px 0;
	margin-top: -1px;
}
#rgtFixed .showDiv .helpDiv a, #rgtFixed .showDiv .helpDiv em {
	color: #fff;
	display: block;
	line-height: 22px;
	font-size: 12px;
	background: url(../images/rgtfixIcon.png) no-repeat;
	padding: 0 10px 0 28px;
}
#rgtFixed .showDiv .helpDiv a.choCls {
	background-position: 3px 4px;
}
#rgtFixed .showDiv .helpDiv a.tecCls {
	background-position: 5px -42px;
}
#rgtFixed .showDiv .helpDiv a.lisCls {
	background-position: 1px -84px;
}
#rgtFixed .showDiv .helpDiv em.phoCls {
	background-position: 0 -130px;
	cursor: text;
	text-align: left;
}
#rgtFixed .showDiv .helpDiv a:hover {
	background: #ccc url(../images/rgtfixIcon.png) no-repeat;
	text-decoration: none;
	color: #333;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#rgtFixed .showDiv .helpDiv a.choCls:hover {
	background-position: 3px -17px;
}
#rgtFixed .showDiv .helpDiv a.tecCls:hover {
	background-position: 5px -62px;
}
#rgtFixed .showDiv .helpDiv a.lisCls:hover {
	background-position: 1px -104px;
}
.uv-bubble-tail {
	height: 8px;
	width: 12px;
	margin-left: 63px;
	line-height: 20px;
	font-size: 18px;
	margin-top: -10px;
}
#back-to-top {
	display: none;
}
.mainContent {
	width: 1000px;
	margin: 0 auto;
	color: #b7b7b7
}
.UISitemap {
	background: #4b4b4b;
	padding: 30px 35px 20px;
	margin-top: 40px;
}
#sitemapcont dl {
	float: left;
	width: 150px;
	display: inline;
	margin-bottom: 10px;
	margin-left: 48px;
}
#sitemapcont dt {
	color: #fff;
}
#sitemapcont dd {
	margin-top: 6px;
	font-size: 12px;
}
.UIFooter {
	background: #434343;
	padding: 20px 0;
	line-height: 14px;
	font-size: 12px;
}
.UIFooter .lft a {
	display: inline-block;
	margin: 0 5px;
}
.mainContent a {
	color: #b7b7b7
}
.mainContent a:hover {
	color: #ccc
}
.bdNavbg {
	background: #f3f1f1;
}
#breadNav, #wrapper {
	width: 1000px;
	margin: 0 auto;
}
#breadNav {
	padding: 80px 0 15px;
	color: #999
}
#breadNav a {
	display: inline-block;
	margin: 0 5px;
	color: #333
}
#topNav #presonLst a.hdCls {
	display: none;
}
#breadNav, #breadNav a {
	font-size: 14px;
}
.codeTips {
	margin-top: 5px;
}
.codeTips a {
	display: inline
}
.codeTips span {
	display: none;
}
#onlineAphone li .hidden_btn {
	display: block;
	width: 50px;
	margin-left: -10px;
}
#qqList {
	width: 200px;
	height: auto;
	right: 42px;
	bottom: -10px;
	position: absolute;
	cursor: auto;
	color: #8d8d8d;
}
#qqList h3 {
	border-bottom: solid 1px #e8e8e8;
	padding: 2px 0 4px 10px;
	margin: 0 -4px 5px;
}
#qqList li {
	margin: 3px 5px;
	position: relative;
	font-size: 12px;
	line-height: 20px;
	padding: 0 4px;
	height: 24px
}
#qqList li a {
	position: absolute;
	right: 2px;
	top: 2px;
	border-radius: 2px;
	background: #ecf2e0;
	color: #9eba6c;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	width: 65px;
}
#qqList li:hover {
	background: #ecf2e0;
}
#qqList li:hover a {
	background: #fff;
	color: #9eba6c
}
#qqList:before {
	top: auto;
	left: auto;
	bottom: 25px;
	right: -4px;
	box-shadow: 0 0 rgba(0,0,0,0.2);
}
#topNav .telpoto {
	height: 38px;
	left: 65%;
	line-height: 120px;
	margin-left: -57px;
	overflow: hidden;
	position: absolute;
	top: 6px;
	width: 114px;
	background: url(../images/telpoto.png) no-repeat;
}
@media screen and (max-width:1000px) {

#wrapper, #breadNav, #topNav .topCont, .mainContent {
	width: auto
}
#topNav .topCont a.mk {
	margin-right: 10px;
}
#sitemapcont dl {
	margin-left: 0;
	width: 19.5%;
}
#topNav .rgt .lgBefore #loginId {
	margin-right: 8px;
}
}
@media screen and (max-width:767px) {
#topNav .topCont .lft > a {
	display: none
}
#topNav .topCont .lft a.find {
	margin: -5px 5px 0;
	padding: 2px 10px 3px;
	line-height: 24px;
	font-size: 20px;
}
#topNav .topCont .lft a.find span {
	display: none;
}
#topNav .rgt .lgBefore #loginId {
	margin-top: 10px;
}
#rgtFixed, #rgtPhone {
	display: none
}
#topNav .rgt .lgAfter > span, #topNav .rgt .lgAfter > a {
	display: none;
}
#topNav .rgt .lgAfter > span:first-child {
	display: block;
}
#topNav .rgt .lgAfter > span > em:first-child {
	display: none;
}
.UIFooter .rgt {
	display: none;
}
#topNav .rgt .lgBefore>a {
	display: none;
}
#topNav .rgt .lgAfter .personIf {
	margin-right: 8px;
}
#topNav #presonLst a.hdCls {
	display: block;
}
#topNav .rgt .personIf img {
	display: none
}
#topNav .topCont .lft > span:last-child {
	display: none
}
#topNav .topCont #findCont .downCls {
	display: block;
	font-size: 16px!important;
	margin: 5px 0 0;
	padding-top: 10px;
}
#topNav .rgt .lgBefore em i {
	border: none;
}
#topNav .topCont #applyCont {
	left: 10px;
}
.codeTips span {
	display: inline
}
.codeTips a, #tipsQq {
	display: none;
}
.floatDiv {
	width: auto!important;
}

.floatDiv .lgCont .titLg em:nth-last-child(1) {
	display: none;
}
#loginDiv.floatDiv {
	width: 400px!important;
	margin: 0 auto
}
#loginDiv.floatDiv .lgCont {
	padding: 15px 20px;
}
#topNav .telpoto {
	display: none;
}
.floatDiv .lgCont li {
	padding: 5px 0;
}
.floatDiv .lgCont #headloginForm ul p {
	display: none;
}
.floatDiv .lgCont .titLg {
	margin-bottom: 8px;
}
.floatDiv .lgCont .yzm .yzmBtn {
	left: auto;
	right: 69px;
}
#topNav .topCont #findCont {
	width: 100%;
}
#topNav .topCont #findCont div {
	width: 100%;
	overflow: hidden;
	clear: both;
	padding-bottom: 5px;
}
#topNav .topCont #findCont div dd {
	display: none;
}
#topNav .topCont #findCont dt a.lft {
	float: none;
	display: block;
	padding: 6px 10px 6px 5px;
	font-size: 16px;
	white-space: nowrap;
}
#topNav .topCont #findCont dt {
	float: left;
	border: none;
	margin-right: 10px;
	padding: 0
}
#topNav .topCont #findCont dt a.more {
	display: none;
}
#topNav .topCont #findCont .moreCls {
	display: none;
}
.bdNavbg {
	margin-top:-10px;
	background: #f3f1f1;
}
}
@media screen and (min-width:560px) {
}
@media screen and (max-width:560px) {
html {
	-webkit-text-size-adjust: none;
}
a:hover {
	text-decoration: underline
}
#sitemapcont dl {
	width: 49.5%;
}
#loginDiv.floatDiv {
	width: 280px!important;
}
.floatDiv .lgCont .titLg em {
	font-size: 14px;
}
.floatDiv .lgCont .titLg p {
	font-size: 11px;
}
.recordIcp {
	display: none;
}
}
.topCont {
	width: 300px;
}
.section {
	margin-left: 20px;
}
}





*{padding:0;margin:0;font-family:"微软雅黑";list-style:none;}
body,html{width:100%;}html{font-size:100%;}body{font-size:16px;background:#ebe9df;}
article,aside,dialog,figure,footer,header,hgroup,menu,nav,section{display:block;}
.clearfix:after{display:block;content:"\20";clear:both;visibility:hidden;}.clearfix{*+height:1%;}
a{text-decoration:none;}
.lt{float:left;}.rt{float:right;}.auto{margin:0 auto;}.rd2{behavior:url(js/public/PIE.htc);border-radius:0.125em;-moz-border-radius:0.125em;-webkit-border-radius:2px;}.rd3{behavior:url(js/public/PIE.htc);border-radius:0.1875em;-moz-border-radius:0.125em;-webkit-border-radius:3px;}
.width{width:1230px;}.widthPd{width:1170px;}

/*弹出层样式*/
.mydivv {
text-align: center;
line-height: 40px;
font-size: 12px;
font-weight: bold;
z-index:99;
width:701px;
height:450px;
left:35%;/*FF IE7*/
top:40%;/*FF IE7*/

margin-left:-150px!important;/*FF IE7 该值为本身宽的一半 */
margin-top:-60px!important;/*FF IE7 该值为本身高的一半*/
margin-top:0px;
position:fixed!important;/*FF IE7*/
position:absolute;/*IE6*/

_top:       expression(eval(document.compatMode &&
            document.compatMode=='CSS1Compat') ?
            documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
            document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/

}


.bggg{
background-color:#333;
width: 100%;
height: 100%;
left:0;
top:0;/*FF IE7*/
filter:alpha(opacity=40);/*IE*/
opacity:0.5;/*FF*/
z-index:1;

position:fixed!important;/*FF IE7*/
position:absolute;/*IE6*/

_top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
	document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/

}

.lgAfter img{float:left;margin-top:3px}





*html,*html body /* 修正IE6振动bug */{background-image:url(about:blank);background-attachment:fixed;}
div, form, img, ul, ol, li, dl, dt, dd, p,h1,h3,h2,h4,h5,h6 {	margin: 0;	padding: 0;	border:0;}
table, td, tr, th {	font-size:12px;}
ul, li {list-style-type: none;}
select,input, button, button img {	vertical-align:middle;}
input text{	vertical-align:middle;bor/der:none;}
.fixed:after {	content: ".";display: block;clear: both;height: 0;visibility: hidden;}
.fixed {display: block;	min-height: 1%;}
*html .fixed {height: 1%;}*/
.clearfix:after{visibility:hidden;display:block;font-size:0;content:".";clear:both;height:0;line-height:0;overflow:hidden}
.clearfix {zoom:1;}
.clear {
    clear: both;
}
.blank {display:block;height:10px;clear:both;overflow: hidden;visibility:hidden;}
.fl, .fr {display: inline;float: left;}
.fr {float: right;}
.l span {margin:0 5px;}
.checkbox {	margin-top:-3px;}
a,a:link{ text-decoration:none}
a:hover{ color:#d73300; text-decoration:underline}
.aorange a{color:#ff6600;}
.aorange a:hover{ text-decoration:underline}
.orange{ color:#ff6600; font-size:12px}
.border{ border:#e2e2e2 1px solid;}
/*top*/
.f-pr {position: relative;}
.f-pa {position: absolute;}
.out{background:url(../images/navbg.jpg) repeat-x;}
.top{ background:#fbfbfb; border-bottom:#e2e2e2 1px solid; height:30px; line-height:30px; color:#666;}
.header{ padding:10px 0 6px 0;margin:0 auto; width:1000px; height:70px}
.header .logo{ float:left; margin-right:45px;margin-top:5px;}
.header #search{ float:right; width:446px;  height:62px; overflow:hidden;}
.header #search div{ background:#f5811e; padding:2px;}
.header #search .ipt{ background:#FFF url(../images/search_logo.jpg) no-repeat 274px center; height:29px; line-height:29px; font-size:14px; width:360px; padding-left:3px; color:#999}
.header #search .btn{background-color:#f5811e; height:29px; line-height:29px; text-align:center; font-size:14px; font-family:'\5FAE\8F6F\96C5\9ED1','微软雅黑'; color:#FFF; cursor:pointer; width:67px}
.header #search li{ width:50px; font-size:12px; display:inline-block; float:left; text-align:center; background:url(/images/search_tab.jpg) no-repeat; margin-left:2px; cursor:pointer;}
.header #search .cur{ color:#FFF;  background:url(/images/search_tab.jpg) no-repeat 0 -25px;}

.header .tel{ float:left; margin-top: 28px;}
.QQ{ background:url(../images/qq.jpg) no-repeat left center; padding-left:18px; line-height:27px; height:27px; display:inline-block}
.top_left{ float:left; }
.top_left a{ margin:0 5px; line-height:30px; display:inline-block}

.out{ height:40px;}
.nav{ height:40px; position:relative; margin:0 auto;}
.nav li{ float:left; width:10%; text-align:center; font-size:14px; background:url(../images/nav_libg.jpg) no-repeat right 7px;}
.nav li a{ color:#fff; display:block; height:40px; line-height:40px; font-weight:bold;}
.nav li a:hover,.nav li.cur a:link,.nav li.cur a{ background:url(../images/cur_navbg.jpg) no-repeat bottom center; font-weight:bold; color:#fcf775;}
#nav1 {position:relative; float:right; width:370px; text-align:right}
#nav1 span{ margin:0 10px;}#nav1 li{ float:left}
#nav1 li ul {line-height: 27px; list-style-type: none;text-align:left;left: -999em; width:143px; position: absolute;}
#nav1 li ul li a{display:block; padding-left:25px; border-bottom:#f1f1f1 1px dashed; color:#333}
#nav1 li.sfhover ul {left: auto; background-color:#f2f2f2; }
#nav1 li.sfhover li a:hover{background-color:#ffffff; display:block;}
.t_ipt{ background:#fcfcfc; height:16px; line-height:16px; border:#e2e2e2 1px solid; width:75px; padding-left:2px; margin:auto 5px }
.t_btn{ background:none; border:none;color:#ff6600; font-size:12px; _margin-bottom:-3px;}


/* 分隔 */
.hr_30 {height:30px;}
.hr_25 {height:25px;}
.hr_20 {height:20px;}
.hr_15 {height:15px;}
.hr_12 {height:12px;}	
.hr_10 {height:10px;}
.hr_8 {height:8px;}
.hr_5 {height:5px;}
.hr_2 {height:2px;}
.hr_1 {height:1px;}
.hr_1,.hr_2,.hr_5,.hr_8,.hr_10,.hr_12,.hr_15,.hr_20,.hr_25,.hr_30{overflow:hidden;clear:both;font-size:1px;}

/* 背景及边框 */
.bgf {background:#fff;}
.bg1 {background:#fafafa;}
.bg2 {background:#fff;}
.bg3 {background:#f2f7fa;}

.bd1 {border:1px solid #e9e9e9; background:#fafafa;}
.bd2 {border:1px solid #f1f1f1; background:#fafafa;}
.bd3 {border:1px solid #d6decb;}
.bd4 {border:1px solid #f5d3c7;}
.bdt1 {border-top:1px solid #e9e9e9;}
.bdt2 {border-top:1px dotted #c8c8c8;}
.bdt3 {border-top:1px solid #D0E0EF;}
.bdt4 {border-top:1px solid #f5d5ca;}
.bdr1 {border-right:1px solid #e9e9e9;}
.bdr2 {border-right:1px dotted #c8c8c8;}
.bdr3 {border-right:1px solid #D0E0EF;}
.bdr4 {border-right:1px solid #f5d5ca;}
.bdb1 {border-bottom:1px solid #e9e9e9;}
.bdb2 {border-bottom:1px dotted #c8c8c8;}
.bdb3 {border-bottom:1px solid #D0E0EF;}
.bdb4 {border-bottom:1px solid #f5d5ca;}
.bdl1 {border-left:1px solid #e9e9e9;}
.bdl2 {border-left:1px dotted #c8c8c8;}
.bdl3 {border-left:1px solid #D0E0EF;}
.bdl4 {border-left:1px solid #f5d5ca;}
.bdt0 {border-top:none!important;}
.bdr0 {border-right:none!important;}
.bdb0 {border-bottom:none!important;}
.bdl0 {border-left:none!important;}

/* 字体 */
.em2 {text-indent:2em;}
.unl {text-decoration:underline;}
.no_unl {text-decoration:none;}
.fb {font-weight:bold;}
.fn {font-weight:normal!important;}
.f10 {font-size:10px!important;}
.f12 {font-size:12px!important;}
.f14 {font-size:14px!important;}
.f16 {font-size:16px!important;}
.cf {color:#fff!important;}
.c0 {color:#000!important;}
.c1 {color:#666!important;}
.c2 {color:#258112!important;}
.c3 {color:#005A98!important;}
.c4 {color:#629621!important;}
.c5 {color:#494f5b!important;}
.c7 {color:#d73300!important;}
.c8 {color:#838383!important;}
.cgrey{ color:#a6a6a6!important;}
.hide{display:none;}
.ksbox{ background:url(../images/ks_bg.jpg) repeat-x; height:220px; border:#d6decb 1px solid; border-top:none}
.ks_tit{ background:url(../images/ks_topbg.jpg) no-repeat left top; height:30px; padding-top:3px;}
.ks_tit h2{ float:left; width:85px; text-align:center; font-size:14px; font-weight:normal; color:#333; line-height:29px;}
.ks_tit a{ display:block; width:60px; float:left; text-align:center; font-size:14px;color:#333; line-height:29px;}
.ks_tit a.hover{ background-color:#cfecf8; border-left:#3ba5d7 1px solid; border-right:#3ba5d7 1px solid; font-weight:bold; color:#025a99}
.kx_table td{ line-height:25px;}
.kx_table th{ background-color:#f3f3f6; color:#025a99; line-height:25px;}
.kx_table .td1{ background:#fdf7f7;}
.kx_table td span{ color:#fd7704}
.num_li{ background:url(../images/num.gif) no-repeat left 5px; padding-left:20px}
.num_li li{ line-height:24px; height:24px; overflow:hidden}
.num_li li a{ color:#333}

.wx_tit{ background:url(../images/web_class.jpg) repeat-x left top; height:31px; border-left:#ffe1c2 1px solid; border-top:#ffe1c2 1px solid;}
.wx_tit a{display:block; width:62px; float:left; text-align:center; line-height:31px; border-right:#ffe1c2 1px solid}
.wx_tit a.hover{ background-color:#fbf8f6; color:#000}
.wx_con li{ width:33%; float:left; text-align:center; height: 155px; overflow: hidden;}
.wx_con li img{ width:211px; height:129px;}
.quick_tk{ background:url(../images/quick_rk.jpg) no-repeat; height:24px; padding-top:40px; line-height:24px; margin-bottom:10px;}
.quick_tk a{ display:block; float:left; line-height:24px; text-align:center; color:#333}
.quick_tk a:hover{ color:#F30}
.voide_li li{ background:url(../images/voide.jpg) no-repeat left 10px; line-height:24px; height:24px; overflow:hidden; padding-left:20px;}
.aW200 .a1{ display:block; float:left; width:200px;}
.aW200 .a2{ display:block; float:right; width:36px; height:24px; background:url(../images/st.jpg) no-repeat right center; cursor:pointer}

.friendLink{ background:url(../images/friene_linkbg.jpg) repeat-x; padding-top:20px; border-top:#ffe2c0 1px solid}
.friendLink_mail{background:url(../images/friendLink_mail.jpg) no-repeat left center; color:#333; padding-left:20px; line-height:24px; margin-right:50px;}
.friendLink_tel{background:url(../images/friendLink_tel.jpg) no-repeat left center; color:#333; padding-left:20px; line-height:24px; margin-right:50px;}
.friendLink_sina{background:url(../images/friendLink_sina.jpg) no-repeat left center; color:#333; padding-left:20px; line-height:24px;}
.friendLink_mail a,.friendLink_tel a,.friendLink_sina a{ line-height:24px; color:#333}
.friendLink_p{ width:620px; margin:0 auto; margin-bottom:15px;}
.friendLink_con{ border-top:#c8c7c7 1px dashed; border-bottom:#c8c7c7 1px dashed; margin:10px 0; padding:5px 0}
.friendLink_con,.friendLink_con a{ color:#333; line-height:20px;}.friendLink_con a{ margin:0 5px;}
.quick_link_box{ padding-bottom:15px; border-bottom:#e2e2e2 1px solid;}
.quick_link_box img{ margin:6px 0;}
.quick_link_box p{width:230px; height:115px; float:left; margin:0 15px 0 10px; text-align:right}
.quick_link_box ul{width:137px; float:left}

.dis li{ line-height:28px; background:url(../images/dis_li.jpg) no-repeat left center; height:28px; overflow:hidden; padding-left:12px; width:98%; float:left;}
.dis a{ width:245px; display:block;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;float: left;}
.dis i{float:right; margin-right:10px;}
.dis h1{ font-size:14px; color:#666666;font-family:'\5FAE\8F6F\96C5\9ED1','微软雅黑'; padding-left:2px}
.dis a span,.li25 a span{ color:#063;}


.dis_1 li{ line-height:28px; background:url(../images/dis_li.jpg) no-repeat left center; height:28px; overflow:hidden; padding-left:12px; width:48%; float:left;}
.dis_1 a{ width:245px; display:block;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;float: left;}
.dis_1 i{float:right; margin-right:10px;}
.dis_1 h1{ font-size:14px; color:#666666;font-family:'\5FAE\8F6F\96C5\9ED1','微软雅黑'; padding-left:2px}
.dis_1 a span,.li25 a span{ color:#063;}



.grey a{color:#999999}
.bq{ text-align:center; color:#999; width:1000px; margin:15px auto;}
.bq a{ color:#999}
.l span {margin:0 5px;}
.quick_nav{background:url(../images/images/bg.gif) repeat-x;}
.quick_nav{ background:url(../images/quick_navbg.jpg) repeat-x; height:45px; font-family:'\5FAE\8F6F\96C5\9ED1','微软雅黑'; overflow:hidden; border:#e4e4e4 1px solid; padding:9px 0 9px 30px; margin:0 auto}
.quick_nav a{ display:block; width:200px; height:45px; line-height:45px; float:left; padding-left:40px;background:url(../images/icon.gif) no-repeat;}

#qnavbg1{ background-position:0 -6px;}
#qnavbg2{ background-position:0 -60px;}
#qnavbg3{ background-position:0 -120px;}
#qnavbg4{ background-position:0 -171px;}
.quick_nav a font{font-size:20px; color:#ff6600;}
.quick_nav a span{font-size:14px; color:#999999}
.wrap {width:1000px;margin:0 auto;overflow:hidden;}
.conLeft{ width:700px; float:left}
.conRight{ width:285px; float:right; margin-top:35px;}
.address{ background:#f6f9fe; line-height:25px; padding-left:10px; color:#777}
.icon1 strong{ background:url(../images/h_index.gif) no-repeat;}
.icon1 strong{ width:31px; padding-left:4px; height:16px; background-position:-15px -15px; height:16px; float:left; line-height:16px; color:#fff; margin-top:4px;}
.fenye {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 3px; TEXT-ALIGN: center
}
.pageinfo{  padding:2px 6px; BORDER: #ccc 1px solid;  COLOR: #333;}
.fenye a {
	BORDER: #ccc 1px solid;  COLOR: #333;TEXT-DECORATION: underline; padding:2px 6px;
}
a.thisclass{ border:1px #ff6739 solid; background:#ffeee9; margin-right: 3px;}


.left_list {
	width: 190px;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 2;
	height: 333px
}
#menu_left {
	width: 186px;
	height: 323px;
	font-size: 12px;
	font-family: arial, sans-serif;
	z-index:9999;
}
#menu_left .my_left_cat_list {
	width: 186px;
	border-color: #FF6602;
	background-color: #FFF;
	border-style: solid;
	border-width: 0px 2px 2px 2px
}
#menu_left .h2_cat {
	width: 186px;
	height: 32px;
	line-height: 39px;
	font-weight: normal;
	color: #333333;
	position: relative
}
#menu_left a {
	font-size: 14px;
	text-decoration: none;
	color: #333333;
	text-decoration: none;
	background:none;;
	font-weight:normal;
	height:22px;
	line-height:22px;
}
#menu_left a: hover {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#menu_left h3 {
	margin: 0;
	padding: 0px 0 0 12px;
	height: 32px;
	font-size: 14px;
	font-weight: normal;
	display: block;
	text-align: left;
	padding-left: 27px;
	background: none;
	background-color: transparent
}
#menu_left h3 span {
	color: #F00;
	width: 145px;
	float: right
}
#menu_left h3 a {
	line-height: 32px;
	text-decoration: none
}
#menu_left .h3_cat {
	display: none;
	width: 204px;
	position: absolute;
	left: 186px;
	margin-top: -33px;
	cursor: auto
}
#menu_left .shadow {
	position: inherit;
	width: 204px
}
#menu_left .shadow_border {
	position: inherit;
	width: 360px;
	border: 2px solid #FF6602;
	margin-top: 1px;
	background-color: #ffffff;
	margin-bottom: 3px
}
#menu_left .shadow_border ul {
	margin: 0;
	padding: 0;
	margin-left: 15px
}
#menu_left .shadow_border ul li {
	list-style: none;
	text-align: center;
	float: left;
	width: 86px;
	height: 22px;
	overflow: hidden;
	letter-spacing: 0px;
	padding:5px 10px;
	background:none;
	line-height:22px;
}
#menu_left .active_cat {
	z-index: 99;
	background-color: #FF6602;
	cursor: pointer;
	color: #FFF
}
#menu_left .active_cat h3 a {
	font-weight: bold;
	color: #FFF
}
#menu_left .active_cat h3 span {
	}
#menu_left .active_cat div {
	display: block
}
.right_css {
	height: 180px;
	width: 145px;
	_width:expression((document.documentElement.clientWidth||document.body.clientWidth)>130?"130px":"");
	_height:expression((document.documentElement.clientHeight||document.body.clientHeight)>100?"100px":"");
	text-align:center;
	position:fixed;
	bottom:200px;
	right:2px;
}

/*base*/
.f_pt{cursor:pointer;}
#topNav h1,#topNav .rgt .lgBefore a,.lgPart a,#topNav .topCont #applyCont a,.logBtnDiv em,.oterICall a,#topNav .rgt .lgAfter span.newly .dropDiv a,#topNav .iconImg,#topNav .topCont .newsCls{background:url(../images/sprites.png) no-repeat;}
.BgTitle{background:url(../images/BgTitle.png) no-repeat center 50px;text-align:center;font:30px/36px "微软雅黑";padding:30px 0 20px;margin-bottom:20px;}
.cGray,.cGray a{color:#999;}
.cGray,a.cGray:link,a.cGray:visited{color:#999;}

.cRed,.cRed a{color:#ff0000;}
.cRed,a.cRed:link,a.cRed:visited {color:#ff0000; }
.cOrange,.cOrange a,.cOrange,a.cOrange{color:#f60;}

.cGreen,.cGreen a{color:#16914e;}
.cGreen,a.cGreen:link,a.cGreen:visited{color:#16914e;}

.alignL{text-align:left}
.alignR{text-align:right}
.alignC{text-align:center;margin-top:20px;}
.alignJ{text-align:justify}

.hidden_btn{display:inline-block;height:33px;}
.bdGray{border:solid 1px #c3c4c6}
/*通用*/
em,address{ font-style:normal}
.clearfix{zoom:1}
.clearfix:after{content: '\20'; display: block;  clear: both;}
.lft{float:left}
.rgt{float:right}

.dropDiv{display:none;padding:5px 3px;margin:2px 0 0;list-style:none;background-color:#ffffff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);*border-right-width:2px;*border-bottom-width:2px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);
-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;z-index:9999}
.dropDiv{box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.45);border: 0;white-space: normal;display:none; opacity:0; }
.dropDiv:before {
  content: '';
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  background: #fff;
  top: -4px;
  left: 10px;
  box-shadow: -1px -1px rgba(0, 0, 0, 0.2);
}

.successTips{background:#fdfde2 url(../images/onCorrect.gif) no-repeat 3px scroll;border:solid 1px #dfe3bb;padding:5px 30px;color:#97aa3b;margin:10px;display:none;}
.failTips{background:#ffecec url(../images/onError.gif) no-repeat 3px scroll;border:solid 1px #ffc7c7;padding:2px 30px;margin:10px 25px 0;display:none;color:#f00}


/*---------浮动层---------*/
.floatDiv{background:#fff;z-index:9999;display:none;cursor:text;}
.floatDiv .tit1{position:relative;line-height:28px;text-align:left;font-size:28px;z-index:9999}
.floatDiv .tit1 a.close{cursor:pointer;position:absolute;top:-15px;right:-15px;width:34px;height:34px;background:url(../images/close_bg.png) no-repeat 0 0;}
.floatDiv .tit1 a.close:hover{background-position:0 -43px; text-decoration:none;}
.floatDiv .tabForm .failTips{margin:10px 0 0}



.floatDiv .lgCont{padding:20px 30px 30px;}

.floatDiv .lgCont .titLg{border-bottom:solid 1px #d2d1d0;0}
.floatDiv .lgCont .titLg em{font-size:16px;display:inline-block;padding:2px 13px 4px;border-bottom:none;cursor:pointer;color:#666;margin-bottom:-1px;}
.floatDiv .lgCont .titLg em.current{border:solid 1px #ddd;border-bottom:none;color:#333;background:#fff;margin-top:3px;}

.floatDiv .lgCont .titLg p{font-size:12px;}
.floatDiv .lgCont ul p{margin-bottom:6px}

.floatDiv .lgCont li{padding:15px 0 5px;}
.floatDiv .lgCont .fgtLi{padding:6px 0;}
.floatDiv .lgCont input{width:100%;*width:95%;}
.floatDiv .lgCont .btn{width:100%;}

.floatDiv .lgCont .form-item{margin-top:15px;}
.floatDiv .lgCont .form-item em{display:block;margin:5px 3px 0;font-size:12px;}
.floatDiv .lgCont .form-item h4{margin:0 0 5px 5px}
.floatDiv .lgCont .form-item p{font-size:12px;display:none}
.floatDiv .lgCont .form-item input,#wrapper .regCont .fomCont .form-item select{width:93%;}
.floatDiv .lgCont .form-item select{width:326px;}
.floatDiv .lgCont .btndiv{margin-top:10px;}
.floatDiv .lgCont .yzm{position:relative;}
.floatDiv .lgCont .yzm .yzmBtn{position:absolute;top:1px;left:190px;width:50px;height:35px;*left:205px;}
.floatDiv .lgCont .yzm .yzmBtn .btn{padding:;border:none;width:118px;padding:4px 0 4px}

.floatDiv .addPrice{padding:35px;text-align:center;}
.floatDiv .addPrice p{color:#f00;margin-bottom:20px;}




/*mask*/
.mask .price{color:#e85d0c;float:left;font-size:14px;margin-top:0;height:16px;}
.mask .stu{margin-top:3px;font-family:Arial;color:#777;float:right;background:url(../images/sprites.png) no-repeat 0 -111px;height:16px;line-height:16px;padding:0 0 0 24px;}
.mask .stu:before{background-position:-20px -210px;float:left;height:13px;margin:-2px 4px 0 0;width:20px;}
.mask .small-rating{vertical-align:top;float:left;height:15px;overflow:hidden;margin-left:5%;line-height:0;width:85px;text-align:left;position:relative;}
.small-rating span{display:inline-block;height:13px;line-height:14px;float:left}

/*---------公用部分---------*/
.btn{*zoom:1;padding:4px 12px;margin-bottom:0;font-size:14px;line-height:20px;text-align:center;vertical-align:middle;cursor:pointer;color:#333;/* background-color:#f5f5f5; *//* background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6)); *//* background-image:-webkit-linear-gradient(top,#fff,#e6e6e6); */background-image:-o-linear-gradient(top,#fff,#e6e6e6);/* background-image:linear-gradient(to bottom,#fff,#e6e6e6); */background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);/* border:1px solid #bbb; */*border:0;border-bottom-color:#a2a2a2;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*margin-left:.3em;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}.btn:hover,.btn:focus,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{color:#333;*background-color:#d9d9d9}.btn:active,.btn.active{background-color:#ccc \9}.btn:first-child{*margin-left:0}.btn:hover,.btn:focus{color:#333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}.btn.disabled,.btn[disabled]{cursor:default;background-image:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-large{padding:9px 19px;font-size:17.5px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.btn-large [class^="icon-"],.btn-large [class*=" icon-"]{margin-top:4px}.btn-small{padding:2px 10px;font-size:11.9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.btn-small [class^="icon-"],.btn-small [class*=" icon-"]{margin-top:0}.btn-mini [class^="icon-"],.btn-mini [class*=" icon-"]{margin-top:-1px}.btn-mini{padding:0 6px;font-size:10.5px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}

a.btn-info,.btn-info{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#008ed0;background-image:-moz-linear-gradient(top,#009add,#007dbc);background-image:-webkit-gradient(linear,0 0,0 100%,from(#009add),to(#007dbc));background-image:-webkit-linear-gradient(top,#009add,#007dbc);background-image:-o-linear-gradient(top,#009add,#007dbc);background-image:linear-gradient(to bottom,#009add,#007dbc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff009add',endColorstr='#ff007dbc',GradientType=0);border-color:#007dbc #007dbc #004a70;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#007dbc;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{color:#fff;background-color:#007dbc;*background-color:#006ca3}.btn-info:active,.btn-info.active{background-color:#005b89 \9}.btn-inverse{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#363636;background-image:-moz-linear-gradient(top,#444,#222);background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));background-image:-webkit-linear-gradient(top,#444,#222);background-image:-o-linear-gradient(top,#444,#222);background-image:linear-gradient(to bottom,#444,#222);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444',endColorstr='#ff222222',GradientType=0);border-color:#222 #222 #000;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#222;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}

a.btn-success,.btn-success{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#2282be;;background-image:-moz-linear-gradient(top,#95bf52,#678943);background-image:-webkit-gradient(linear,0 0,0 100%,from(#2282be),to(#2282be));background-image:-webkit-linear-gradient(top,#2282be,#2282be);background-image:-o-linear-gradient(top,#2282be,#2282be);background-image:linear-gradient(to bottom,#2282be,#2282be);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff95bf52',endColorstr='#ff678943',GradientType=0);border-color:#678943 #678943 #40562a;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#678943;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{color:#fff;background-color:#2282be;*background-color:#2282be}.btn-success:active,.btn-success.active{background-color:#2282be}

.btn.disabled,a.disabled{background:#f4f4f4;border:solid 1px #e1e1e1;color:#cacaca}

a.btn-orange,.btn-orange{
background:#bd6e20;
background: -moz-linear-gradient(270deg, #f2b16c, #bd6e20);
background: -webkit-linear-gradient(top, #f2b16c, #bd6e20);
background: -o-linear-gradient(top, #f2b16c, #bd6e20);
color:#fff;
}

a.btn-orange:hover,.btn-orange:hover{
background:#f2b16c;
background: -moz-linear-gradient(270deg, #b55d07, #e38e37);
  background: -webkit-linear-gradient(top, #b55d07, #e38e37);
  background: -o-linear-gradient(top, #b55d07, #e38e37);
}

.ipt{border: 1px solid #ababab;padding:6px 5px;background:#fff;}
input[type="file"]{font-size:12px;}
input[type="text"],input[type="password"], textarea, select {border: 1px solid #ababab; -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;padding:6px 5px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] { background-color: #f2f2f2;border-color: #D3D3D3;box-shadow: inset 0 0 1px rgba(0,0,0,0.15); cursor: not-allowed;}
input{_padding:4px 5px 2px;_line-height:14px;}
textarea {font-size:12px;resize:none;line-height:20px;width:80%;overflow:auto}

textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82,168,236,0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6)}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;*margin-top:0;margin-top:1px \9;line-height:normal}
input.ipt{border: 1px solid #ababab;background:#fff;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}


.btn_getcode,.btn_getcode2{border-bottom-left-radius:0;
-moz-border-radius-bottomleft:0;
-webkit-border-bottom-left-radius:0;
border-top-left-radius:0;
-moz-border-radius-topleft:0;
-webkit-border-top-left-radius:0;
}
.logBtnDiv{clear:both;}
.logBtnDiv .btn{width:341px;padding:6px 0;}
.logBtnDiv a:hover,.logBtnDiv .btn_log:hover{filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8;text-decoration:none;}
.logBtnDiv em{width:21px;height:21px;display:inline;margin:0 5px 0; vertical-align: baseline;float:left}
.logBtnDiv em.qqIcon{background-position:-6px -47px}
.logBtnDiv em.wbIcon{background-position:-36px -46px}
.logBtnDiv em.rrIcon{background-position:-66px -46px}
/*topNav*/
#topNav{left:0;top:0;width:100%;color:#fff;font-size:12px;font-family:"微软雅黑"}

#topNav,#rgtFixed{z-index:900;position:fixed; /* position fixed for IE6 */_position: absolute; _top:expression(documentElement.scrollTop + "px");}
#rgtFixed{z-index:1200}
#topNav a{color:#fff;}
#topNav a:hover,.oterICall a:hover,#topNav .hidden_btn>em:hover{text-decoration:none;color:#ccc;}
#topNav .topCont{width:985px;margin:0 auto;padding-top:3px;position:relative;height:42px;line-height:18px;}
#topNav .topCont #findCont{position:absolute;top:40px;left:0;width:220px;padding:4px 0 0;}
#topNav .topCont #findCont,#topNav .topCont #findCont a{color:#777;}
#topNav .topCont #findCont div{font-size:12px;margin:8px 8px 0;margin-top:-1px;overflow:hidden;}
#topNav .topCont #findCont dd a{display:inline-block;padding:3px 6px;margin-right:5px;}
#topNav .topCont #findCont dd{margin-bottom:2px;}
#topNav .topCont #findCont dl{margin-top:-1px;}
#topNav .topCont #findCont a:hover{background:#eee;color:#333}
#topNav .topCont #findCont dt{border-top:solid 1px #ddd;zoom:1;padding:4px 0 2px;}
#topNav .topCont #findCont dt a.lft{float:left;color:#5d951f;margin-top:2px;}
#topNav .topCont #findCont dt a.more{float:right;color:#f60;}
#topNav .topCont #findCont dt:after{content: '\20'; display: block;  clear: both;}
#topNav .topCont #findCont dd{padding:3px 0;}
#topNav .topCont #findCont a.moreCls{display:block;text-align:center;background:#f0f0f0;padding:10px;margin-right:0;border-bottom-left-radius:6px;
-moz-border-radius-bottomleft:6px;
-webkit-border-bottom-left-radius:6px;
border-bottom-right-radius:6px;
-moz-border-radius-bottomright:6px;
-webkit-border-bottom-right-radius:6px;}
#topNav .topCont #findCont a.moreCls:hover{background:#ddd;}
#topNav .topCont #applyCont{position:absolute;top:40px;left:220px;width:160px;padding:5px 0;font-size:12px;}
#topNav .topCont #applyCont a:hover{background:#eee url(../images/sprites.png) no-repeat 0 0;}
#topNav .topCont #applyCont:before{left:106px;}


#topNav .topCont #applyCont a{display:block;padding:0 0 0 24px;color:#777;margin:4px 5px 4px 12px;line-height:20px;font-size:14px;}
#topNav .topCont #applyCont a.andr{background-position:-106px -49px}
#topNav .topCont #applyCont a.ipho{background-position:-106px -72px}
#topNav .topCont #applyCont a.ipad{background-position:-106px -93px}
#topNav .topCont #applyCont a.courseIcon{background-position:-102px -189px}
#topNav .topCont #applyCont a.tikuIcon{background-position:-102px -215px}
#topNav .topCont .lft{margin-top:8px;}

#topNav .topCont .lft a.find{line-height:20px;margin-top:-2px;padding:1px 6px 2px;}

#topNav .topCont .lft a{display:inline-block;margin-right:3px;padding:1px 4px;line-height:14px;cursor:pointer;*line-height:14px;}
#topNav .topCont .lft a.mk{border-left:solid 1px #111;padding-left:0;*height:24px;margin: 0 15px 0 0;}
#topNav .topCont .lft a.yy{*height:28px;}
#topNav .topCont .lft .apply{*line-height:21px;margin-left:5px;cursor:pointer;}

#topNav .topCont .newsCls{width:29px;height:15px;right:-20px;top:-11px;background-position:0 -183px}

#topNav .topCont a.mk i{border-left:solid 1px #6c6c6c;padding-left:10px; font-style:normal;font-family:"微软雅黑"}
#topNav h1{background-positon:0 0;width:114px;height:38px;line-height:120px;overflow:hidden;position:absolute;top:2px;left:50%;margin-left:-57px;}
#topNav h1 a{display:block;width:116px;height:40px;}
#topNav .telpoto{height:38px;left:65%;line-height:120px;margin-left:-57px;overflow:hidden;position:absolute;top:6px;width:114px;background:#323332 url(../images/telpoto.png) no-repeat center 12px;height:44px;margin-top:-5px;box-shadow:0 -2px 10px #000;}

#topNav .rgt .lgBefore a,.lgPart a,.oterICall a{width:21px;height:21px;display:inline-block;margin:8px 5px 0;}

#topNav .rgt a.qqIcon,.lgPart a.qqIcon{background-position:-6px -47px}
#topNav .rgt a.wbIcon,.lgPart a.wbIcon{background-position:-36px -46px}
#topNav .rgt a.rrIcon,.lgPart a.rrIcon{background-position:-66px -46px}

#topNav .rgt .lgBefore a:hover,.lgPart a:hover,.oterICall a:hover{background:url(../images/spritesHv.png) no-repeat;}
#topNav .rgt a.qqIcon:hover,.lgPart a.qqIcon:hover{background-position:-6px -47px}
#topNav .rgt a.wbIcon:hover,.lgPart a.wbIcon:hover{background-position:-36px -46px}
#topNav .rgt a.rrIcon:hover,.lgPart a.rrIcon:hover{background-position:-66px -46px}

#topNav .rgt .lgBefore em{display:inline-block;border-left:solid 1px #111;padding-left:0;line-height:16px;cursor:pointer;height:16px;overflow:hidden;margin-top:2px;*height:20px; vertical-align:middle;}
#topNav .rgt .lgBefore em i{border-left:solid 1px #6c6c6c;padding-left:10px; font-style:normal;font-family:"微软雅黑";*line-height:18px;}
#topNav .rgt .lgAfter{margin-top:2px;}
#topNav .rgt .lgAfter .lft{margin:5px 0 0 10px;float:right;}
#topNav .rgt .lgAfter a.lft{margin-right:10px;}
#topNav .rgt .lgAfter a.lft,#topNav .rgt .lgAfter span#message,#topNav .rgt .lgAfter span.newly{margin-top:8px;}
#topNav .rgt .lgAfter img{width:24px;height:24px;margin-top:0;}
#topNav .rgt .lgAfter .personIf{height:33px;position:relative;margin-left:23px;}
#topNav .rgt .personIf em{margin:3px 2px 0 4px;font-size:12px;display:inline-block;cursor:pointer;}
#topNav .rgt .personIf img{float:left;cursor:pointer;}
#topNav .rgt .personIf .rgtInfo{*width:100px;white-space:nowrap;overflow:hidden;margin-left:27px;}
#topNav .rgt .lgAfter span#message #remindCls{display:none;position:absolute;top:-10px;right:-10px; border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-o-border-radius:10px;background:#ca3131;min-width:18px;font-family:Arial, Helvetica, sans-serif;text-align:center;font-size:12px;line-height:18px;}

#topNav .rgt .lgAfter span#message,#topNav .rgt .lgAfter span.newly{position:relative;}
#topNav .rgt .lgAfter span.newly .dropDiv{position:absolute;top:27px;left:-90px;width:250px;color:#999;}
#topNav .rgt .lgAfter span.newly .dropDiv div{padding:10px;}
#topNav .rgt .lgAfter span.newly .dropDiv:before{left:97px}
#topNav .rgt .lgAfter span.newly .dropDiv a{color:#999;margin:10px 0;background-position:-100px -166px;padding-left:25px;display:block;width:220px;white-space:nowrap;overflow:hidden;}
#topNav .rgt .lgAfter span.newly .dropDiv a:hover{color:#333;}
#topNav .rgt .lgAfter span.newly .dropDiv .tit2{color:#026697}
#topNav .iconImg{display:inline-block;width:22px;height:18px;}
#topNav .newIcon{background-position:-104px -118px}
#topNav .notIcon{background-position:-104px -140px}

#topNav .topCont .lft .apply a{display:inline;margin:0;padding:0}


#noticeDiv {position:absolute;top:27px;right:-120px;width:380px;border:solid 1px #d6d6d6;border-top:none;font-size:12px;color:#666}
#noticeDiv:before{left:252px}
#noticeDiv .tabNotice,#topNav .rgt .lgAfter span.newly .dropDiv .tit2{border-bottom:solid 1px #ddd;padding:5px 8px 8px;}
#noticeDiv .tabNotice .tab_menu{float:left;}
#noticeDiv .tabNotice .tab_menu em{display:inline-block;margin-right:6px;padding:4px 8px;cursor:pointer}
#noticeDiv .tabNotice .tab_menu em.current{background:#2282be;color:#fff;}
#noticeDiv .tabNotice span{float:right;cursor:pointer;}
#noticeDiv .tab_box{padding:5px 15px 5px;overflow:hidden;}
#noticeDiv .tab_box .clearfix em,#noticeDiv .tab_box .clearfix span{cursor:text}
.hd{cursor:pointer;}
#noticeDiv .tab_box .hd span{cursor:pointer;}

#noticeDiv .tab_box ul{margin-top:-7px;}
#noticeDiv .tab_box li{border-top:dotted 1px #ddd;padding:10px 0 10px;}
#noticeDiv .notDet{display:none}
#noticeDiv .notDet .cont{border:solid 1px #ddd;padding:5px;margin-bottom:8px;color:#999;background:#fafafa;}
#noticeDiv .notDet .ipt{padding:3px 2px;width:290px;}

#noticeDiv .contDiv{display:none;}
#noticeDiv .contDiv .hd{margin:5px 0}

#topNav .rgt .lgAfter .tab_box .lft{float:left;margin:0;padding:0}
#topNav .rgt .lgAfter .tab_box .date{float:right;}


#topNav .topCont .lft a.comMore{text-align:center;line-height:28px;display:block;background:#f0f0f0;color:#a3a3a3;width:auto;margin:0 -3px -5px; border-radius:4px}
#topNav .topCont .lft a.comMore:hover{text-decoration:none;background:#ddd;color:#333}



#topNav #presonLst{width:150px;top:30px;right:0;position:absolute;}
#topNav #presonLst:before{left:120px;}
#topNav #presonLst div{}
#topNav #presonLst a{display:block;color:#666;padding:4px 4px 4px 8px;font-size:12px;line-height:22px;}
#topNav #presonLst a:hover{background:#eee;}
#topNav #presonLst .exit{border-top:solid 1px #ddd;}
#topNav #presonLst a.hdCls{display:none;}
.downCls{display:none;}

.oterICall a{width:19px;height:19px;margin:8px 2px 0}
.oterICall a.qqIcon{background-position:0 -158px}
.oterICall a.wbIcon{background-position:-25px -158px}
.oterICall a.rrIcon{background-position:-49px -158px}

a#rgtPhone{cursor:pointer;width:82px;height:81px;background:url(../images/rgtPhone.png) no-repeat 0 0;z-index:1000;position:fixed;bottom:50%;margin-bottom:-40px;right:5px;_position:absolute;_position:absolute;_top:expression(documentElement.scrollTop + 220+ "px");}
#rgtFixed{bottom:5px;right:5px;_position:absolute;_position:absolute;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}
#rgtFixed .rgtIcon{width:42px;height:44px;margin-bottom:0;background:url(../images/rgtsprites.png) no-repeat;cursor:pointer}
#rgtFixed .toTop{background-position:0 0}
#rgtFixed .help{background-position:0 -48px;}
#rgtFixed .wx{background-position:0 -104px;}
#rgtFixed .showDiv{position:relative;}

#rgtFixed .rgtLst .iconCls{width:36px;height:36px;position:relative;margin-bottom:4px;}
#rgtFixed .rgtLst .iconCls a.linkCls{background:#8d8d8d url(../images/qqApho.png) no-repeat;cursor:pointer;}
#rgtFixed .rgtLst .iconCls a.linkCls{position:absolute;top:0;right:0;width:34px;height:34px;border:solid 1px #7a7a7a;border-radius:4px;color:#fff;font-size:12px;overflow:hidden; text-decoration:none;}
#rgtFixed .rgtLst .iconCls a.linkCls span{position:absolute;top:0;right:36px;width:150px;height:36px;line-height:34px;text-align:right;}
#rgtFixed .rgtLst .iconCls a#onlineCls{background-position:3px 6px}
#rgtFixed .rgtLst .iconCls a#phoneCls{background-position:right -35px}

#rgtFixed .showDiv .helpDiv,#rgtFixed .showDiv .wxDiv{position:absolute;bottom:0;right:46px;display:none;}
#rgtFixed .showDiv p{color:#fff;font-size:12px}
#rgtFixed .showDiv .bgAlp{background:#3e4143;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:6px;}
#rgtFixed .showDiv .wxDiv .bgAlp p{margin:0 -10px;*width:136px;text-align:center;}
#rgtFixed .showDiv .wxDiv .bgAlp{width:auto;color:#fff;font-size:12px;*width:140px;}
#rgtFixed .showDiv .wxDiv .bgAlp img{border:solid 4px #fff;margin-top:5px;width:129px;height:129px;max-width:129px}
#rgtFixed .showDiv .uv-bubble-tail{position:absolute; bottom:25px;right:-10px;}
#rgtFixed .showDiv .bgAlp div{overflow:hidden;}
#rgtFixed .showDiv .helpDiv .bgAlp{width:125px;padding:6px 10px;}
#rgtFixed .showDiv .helpDiv p{border-top:dotted 1px #767676;padding:5px 0;margin-top:-1px;}
#rgtFixed .showDiv .helpDiv a,#rgtFixed .showDiv .helpDiv em{color:#fff;display:block;line-height:22px;font-size:12px;background:url(../images/rgtfixIcon.png) no-repeat;padding:0 10px 0 28px;}
#rgtFixed .showDiv .helpDiv a.choCls{background-position:3px 4px;}
#rgtFixed .showDiv .helpDiv a.tecCls{background-position:5px -42px;}
#rgtFixed .showDiv .helpDiv a.lisCls{background-position:1px -84px;}
#rgtFixed .showDiv .helpDiv em.phoCls{background-position:0 -130px;cursor:text;text-align:left;}
#rgtFixed .showDiv .helpDiv a:hover{background:#ccc url(../images/rgtfixIcon.png) no-repeat; text-decoration:none;color:#333;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;}
#rgtFixed .showDiv .helpDiv a.choCls:hover{background-position:3px -17px;}
#rgtFixed .showDiv .helpDiv a.tecCls:hover{background-position:5px -62px;}
#rgtFixed .showDiv .helpDiv a.lisCls:hover{background-position:1px -104px;}
.uv-bubble-tail{height:8px;width: 12px;margin-left:63px;line-height:20px;font-size:18px;margin-top:-10px;}

#back-to-top{display:none;}

#onlineAphone li .hidden_btn{display:block;width:50px;margin-left:-10px;}
#qqList{width:200px;height:auto;right:42px;bottom:-10px;position:absolute;cursor:auto;color:#8d8d8d;}
#qqList h3{border-bottom:solid 1px #e8e8e8;padding:2px 0 4px 10px;margin:0 -4px 5px;}
#qqList li{margin:3px 5px;position:relative;font-size:12px;line-height:20px;padding:0 4px;height:24px}
#qqList li a{position:absolute;right:2px;top:2px;border-radius:2px;background:#ecf2e0;color:#9eba6c;font-size:12px;text-decoration:none;text-align:center;width:65px;}
#qqList li:hover{background:#ecf2e0;}
#qqList li:hover a{background:#fff;color:#9eba6c}
#qqList:before{top:auto;left:auto;bottom:25px;right:-4px;box-shadow:0 0 rgba(0,0,0,0.2);}
/*底部*/
.mainContent{width:1000px;margin:0 auto;color:#b7b7b7}
.UISitemap{background:#4b4b4b;font:12px/18px "微软雅黑";z-index:101!important;}
#sitemapcont dl{float:left;width:118px;display:inline;margin-bottom:10px;margin-left:4px;}
#sitemapcont dt{color:#fff;font-size:14px;}
#sitemapcont dd{margin-top:6px;font-size:12px;}
.UIFooter{background:#434343;padding:20px 0;line-height:14px;font-family:"微软雅黑"}
.UIFooter .lft a{display:inline-block;margin:0 5px;}
.mainContent a,.mainContent a:link{color:#b7b7b7}
.mainContent a:hover{color:#ccc}
.mainContent img{ vertical-align:middle;}
.dloading{background:url(../images/loaderc.gif) no-repeat center scroll;height:100px;}
/*form验证*/
.onShow
{
    background:url(../images/onShow.png) no-repeat; 
    padding-left:25px; 
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
	display:none;
}
.onShow,.onFocus,.onError,onCorrect{margin-top:3px;}
.onFocus
{
    background:url(../images/onFocus.png) no-repeat; 
    padding-left:25px; 
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;

}
.onError
{
    background:url(../images/onError.png) no-repeat;
    padding-left:25px;
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
	color:#f00;

}
.onCorrect
{
    background:url(../images/onCorrect.png) no-repeat 0 3px;
    padding-left:25px;
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
	width:25px;overflow:hidden;
	height:25px;
	text-indent:-2000px;
}
.onLoad
{
    background:#E9FFEB url(../images/onLoad.png) no-repeat 3px 3px;
    padding-left:25px;
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
} 
/*Begin 底部*/
.UISitemap .info div p.tel,.UISitemap .info div p.tear,.UISitemap .info div p.exmail,#sitemapcont p a{background:url(../images/foopic.png) no-repeat;}
.UISitemap .sit{width:827px;background:url("../images/fobgright.png") repeat-y scroll right top #5c5c5c;float:left;}
.UISitemap .sit:after,.UISitemap .sit:before{clear:both;display:block;content:"";}
#sitemapcont{width:610px;padding:26px 0px 12px;*padding:21px 0px 12px;overflow:hidden;float:left;background:url(../images/fobgleft.png) repeat-y scroll top right #4b4b4b;}
#sitemapcont p{height:25px;line-height:25px;*height:30px;*line-height:30px;margin-bottom:10px;font-family:Microsoft YaHei;}
#sitemapcont p span{height:25px;line-height:25px;*height:30px;*line-height:30px;width:110px;float:left;font-size:26px;font-weight:bold;color:#fff;}
#sitemapcont p a{width:22px;height:20px;float:left;margin-top:7px;*margin-top:8px;display:inline-block;margin-left:8px;}
#sitemapcont p a.ho{background-position:0px -85px;}
#sitemapcont p a.we{background-position:0px -116px;}
.UISitemap .info{width:207px;_width:187px!important;height:auto;float:right;margin-right:10px;display:inline;}
.UISitemap .info:after,.UISitemap .info:before{clear:both;display:block;content:"";}
.UISitemap .intit{width:227px!important;margin:0px!important;height:4px;font-size:0px;position:relative;top:-4px;left:-10px;background:url(../images/footbg.png) center top no-repeat;}
.UISitemap .info div{width:172px;*margin:0px auto 12px;margin:0px auto 12px;_margin:0px auto 12px!important;_display:inline;}
.UISitemap .info div p{height:24px;line-height:24px;color:#fff;font-size:12px;padding-left:30px;}
.UISitemap .info div p.tel{background-position:0px 6px;}
.UISitemap .info div p.tel em{color:#a6d43e;}
.UISitemap .info div p.tear{background-position:0px -21px;font-size:12px;}
.UISitemap .info div p.tear a{text-shadow:0 -1px 0 #d4d4d4;border-radius:3px;color:#6e6e6e;-webkit-box-shadow:0 3px 6px rgba(50, 50, 50, 0.2);-moz-box-shadow:0 3px 6px rgba(50, 50, 50, 0.2);box-shadow:0 3px 6px rgba(50, 50, 50, 0.2);background:#d9d9d9;/* 一些不支持背景渐变的浏览器 */background:-moz-linear-gradient(90deg, #969696, #d9d9d9);background:-webkit-gradient(linear,50% 100%,50% 0%,from(#969696),to(#d9d9d9));background:-webkit-linear-gradient(90deg, #969696, #d9d9d9);background:-o-linear-gradient(90deg, #969696, #d9d9d9);height:20px;margin-left:5px;padding:0px 5px;}
.UISitemap .info div p.tear a:hover{text-decoration:none;background:#d9d9d9;/* 一些不支持背景渐变的浏览器 */background:-moz-linear-gradient(90deg, #d9d9d9, #969696);background:-webkit-gradient(linear,50% 100%,50% 0%,from(#d9d9d9),to(#969696));background:-webkit-linear-gradient(90deg, #d9d9d9, #969696);background:-o-linear-gradient(90deg, #d9d9d9, #969696);}
.UISitemap .info div p.exmail{background-position:1px -52px;}
.UISitemap .info div p.fonin{padding-left:0px;}
.UISitemap .info div p span{font-size:12px;font-weight:normal;margin-left:5px;color:#b7b7b7;}
.UISitemap .ewm{width:109px;height:109px;float:right;margin:30px 10px 0px 0px;color:#fff;}
.UISitemap .ewm p{line-height:15px;text-align:center;margin-top:5px;font-size:12px;}

.bei a{height:23px;line-height:23px;display:inline-block;padding-left:26px;color:#b7b7b7;padding-right:15px;font-size:12px;text-align:left;}
.bei{padding-top:10px;padding-bottom:10px;background:#434343;text-align:center;width:100%;position:relative;}
.bei img{margin-right:10px;}
.bei a.kex1{background:url(../images/kex1.png) no-repeat;}
.bei a.kex2{background:url(../images/kex2.png) no-repeat;}
.bei a.kex3{background:url(../images/kex3.png) no-repeat;}
.bei a.kex4{background:url(../images/kex4.png) no-repeat;}
.bei a.kex5{background:url(../images/kex5.png) no-repeat;}
.bei a.kex6{background:url(../images/kex6.png) no-repeat;}
.bei a.kex7{background:url(../images/kex7.png) no-repeat;}
.bei a.kex8{background:url(../images/kex8.png) no-repeat;}

#QQfangke_iframe{display:none;}
/*End 底部*/
/*--移动端电话显示--*/
#footPhone{background: -moz-linear-gradient(90deg, #7db811, #88bf24);line-height:40px;text-align:center;color:#fff;font-size:20px;font-family:Arial, Helvetica, sans-serif;
background: -webkit-linear-gradient(90deg, #7db811, #88bf24);
background: -o-linear-gradient(90deg, #7db811, #88bf24);height:40px;width:100%;position:fixed;bottom:0;left:0;z-index:1000;display:none;border:solid 1px #4b6540;border-radius:4px;box-shadow:0px 0px 2px #fff inset;overflow:hidden;}
#footPhone i{margin-right:5px;}
#footPhone a.rgt{background:#689811;border-left:solid 1px #4b6540;font-size:16px;font-family:"微软雅黑";padding:0 5px;color:#fff;text-decoration:none;}
#footPhone .phoneLft a{display:inline-block;height:40px;color:#fff;}
/*--end 移动端电话显示--*/
#breadNav{width:1170px !important}

@media screen and (max-width: 1000px) {
	.blockMsg{right:23% !important;left:33% !important;margin:0!important;top:20px!important;}
	#wrapper,#breadNav,#topNav .topCont,.mainContent,.mainContent .sit{width:auto}
	#topNav .topCont a.mk{margin-right:10px;}
	#sitemapcont dl{margin-left:0;width:19.5%;}
	#topNav .rgt .lgBefore #loginId{margin-right:8px;}
	.mainContent .ewm,.mainContent .info{display:none;}.mainContent #sitemapcont{background:#4B4B4B;}
	.UISitemap .mainContent{padding-left:20px;}
}

/************************************************************************************
smaller than 767
*************************************************************************************/
@media screen and (max-width: 767px) {
	#topNav .topCont .lft > a{display:none}
	#topNav .rgt .lgBefore #loginId{margin-top:10px;}
	#rgtFixed,#rgtPhone{display:none}
	#topNav .rgt .lgAfter > span,#topNav .rgt .lgAfter > a{display:none;}
	#topNav .rgt .lgAfter > span:first-child{display:block;}
	#topNav .rgt .lgAfter > span > em:first-child{display:none;}
	.UIFooter .rgt{display:none;}
	#topNav .rgt .lgBefore>a{display:none;}
	#topNav .rgt .lgAfter .personIf{margin-right:8px;}
	#topNav #presonLst a.hdCls{display:block;}
	#topNav .rgt .personIf img{display:none}
	#topNav .topCont .lft > span:last-child{display:none}
	#topNav .topCont #applyCont{left:10px;}
	.floatDiv .lgCont input{width:95%;}
	
	.blockMsg{right:23% !important;left:23% !important;margin:0!important;top:20px!important;}
	#loginDiv.floatDiv{width:400px!important;margin:0 auto}
	#loginDiv.floatDiv .lgCont{padding:15px 20px;}
	
	.floatDiv .lgCont li{padding:5px 0;}
	.floatDiv .lgCont #headloginForm ul p{display:none;}
	.floatDiv .lgCont .titLg{margin-bottom:8px;}
	.floatDiv .lgCont .yzm .yzmBtn{left:auto;right:95px;}
	.floatDiv .lgCont{padding-top:10px}
	/*--通用导航菜单--*/
	#topNav .topCont #findCont{width:100%;}
	#topNav .topCont .lft a.find{margin:-5px 5px 0;padding:2px 10px 3px;line-height:24px;font-size:20px;}
	#topNav .topCont .lft a.find span{display:none;}
	#topNav .topCont #findCont div{width:100%;overflow:hidden;clear:both;padding-bottom:5px;}
	#topNav .topCont #findCont div dd{display:none;}
	#topNav .topCont #findCont dt a.lft{float:none;display:block;padding:6px 10px 6px 5px;font-size:16px;white-space:nowrap;}
	#topNav .topCont #findCont dt{float:left;border:none;margin-right:10px;padding:0}
	#topNav .topCont #findCont dt a.more{display:none;}
	#topNav .topCont #findCont .moreCls{display:none;}
	#topNav .topCont #findCont .downCls{display:block;font-size:16px!important;margin:5px 0 0;padding-top:10px;}
	#topNav .rgt .lgBefore em i{border:none;}
	#topNav .telpoto{display:none;}
	
	#sitemapcont,.mainContent .sit{width:auto;float:none;}
	#footPhone{display:block;}
	.bei{padding-bottom:45px;padding-top:0}
	.bei .kex1,.bei .kex4,.bei .kex5{display:none;}
}

@media screen and (min-width: 560px) {
	
}
/************************************************************************************
smaller than 560
*************************************************************************************/
@media screen and (max-width: 560px) {

	/* disable webkit text size adjust (for iPhone) */
	.blockMsg{right:2% !important;left:3% !important;margin:0!important;top:20px!important;}
	html {
		-webkit-text-size-adjust: none;
	}
	a:hover{text-decoration:underline}
	#sitemapcont dl{width:49.5%;}
	#loginDiv.floatDiv{width:280px!important;}
	.floatDiv .lgCont .titLg em{font-size:14px;}
	.recordIcp{display:none;}
}













*{padding:0;margin:0;font-family:"微软雅黑";list-style:none;}
body,html{width:100%;}html{font-size:100%;}body{font-size:16px;background:#ebe9df;}
article,aside,dialog,figure,footer,header,hgroup,menu,nav,section{display:block;}
.clearfix:after{display:block;content:"\20";clear:both;visibility:hidden;}.clearfix{*+height:1%;}
a{text-decoration:none;}
.lt{float:left;}.rt{float:right;}.auto{margin:0 auto;}.rd2{behavior:url(js/public/PIE.htc);border-radius:0.125em;-moz-border-radius:0.125em;-webkit-border-radius:2px;}.rd3{behavior:url(js/public/PIE.htc);border-radius:0.1875em;-moz-border-radius:0.125em;-webkit-border-radius:3px;}
.width{width:1230px;}.widthPd{width:1170px;}

/*弹出层样式*/
.mydivv {
text-align: center;
line-height: 40px;
font-size: 12px;
font-weight: bold;
z-index:99;
width:701px;
height:450px;
left:35%;/*FF IE7*/
top:40%;/*FF IE7*/

margin-left:-150px!important;/*FF IE7 该值为本身宽的一半 */
margin-top:-60px!important;/*FF IE7 该值为本身高的一半*/
margin-top:0px;
position:fixed!important;/*FF IE7*/
position:absolute;/*IE6*/

_top:       expression(eval(document.compatMode &&
            document.compatMode=='CSS1Compat') ?
            documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
            document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/

}


.bggg{
background-color:#333;
width: 100%;
height: 100%;
left:0;
top:0;/*FF IE7*/
filter:alpha(opacity=40);/*IE*/
opacity:0.5;/*FF*/
z-index:1;

position:fixed!important;/*FF IE7*/
position:absolute;/*IE6*/

_top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
	document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/

}

.lgAfter img{float:left;margin-top:3px}






*{margin:0;padding:0;word-wrap:break-word;word-break:break-all;}

img{border:0px;behavior:url("css/pngbehavior.htc");display:inline;}
ul,li{list-style:none;}
a{text-decoration:none;color:#555;}
h3{font-size:14px;font-weight:bold;margin:0em 0 0.5em 0;}
h2{font-size:16px;font-weight:bold;margin:1em 0}



/**tabs**/
.tabPanel ul{width:100%;height:30px;border-bottom:1px solid #aaa;}
.tabPanel ul li{
	float:left;margin:0 2px 0 0;border:1px solid #aaa;font-size:11px;height:29px;line-height:30px;width:111px;text-align:center;cursor:pointer;
	text-shadow:0 1px 0 #fff;
	border-radius:4px 4px 0 0;
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.5);
	background:#ddd;
	background:-moz-linear-gradient(top, #eee, #ddd);
	background:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
}
.tabPanel .hit{
	border-bottom:1px solid #fff;cursor:pointer;color:black;text-shadow:0 1px 0 #fff;
	background:#fff;
	background:-webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#fff));
	background:-moz-linear-gradient(top, #e1e1e1, #fff);
}
.pane{border:1px solid #aaa;border-top:0;min-height:100px;background-color:#fff;display:none;}
.pane p{padding:15px 15px 0 10px;}
.pane h4{padding:15px 15px 0 10px;font-size:14px;font-weight:bold;}











