/**
 * <p>Title: 人易宝样式表</p>
 * <p>Description:人易宝通用样式表，所有页面都用</p>
 * <p>Copyright: Copyright (c) 2015-09-17</p>
 * <p>Company: witnsoft </p>
 * @author  
 * @version 1.0
 */
@charset "gb2312";
/* CSS Document */

@font-face{
  font-family: 'webfont';
  src: url('webfont.eot'); /* IE9*/
  src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('webfont.woff') format('woff'), /* chrome、firefox */
  url('webfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('webfont.svg#webfont') format('svg'); /* iOS 4.1- */
}

@font-face{
	font-family:'console-font';
	src:url('console-font.eot');
	src:url('console-font.eot') format('embedded-opentype'),
	url('console-font.woff') format('woff'),
	url('console-font.ttf') format('truetype'),
	url('console-font.svg') format('svg');
	font-weight:400;
	font-style:normal;
}

.icon-bullhorn:before{content:"\e61e"}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'console-font';
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, button, input, select, textarea {
    font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei";
    font-size: 12px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, table, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, legend, caption, tbody, tfoot, thead, th, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, select {
  border: 0;
  margin: 0;
  padding: 0;
}
i{
	font-style: normal;
}
div{
	border:0;
	margin:0;
	padding:0;
}
fieldset{
	margin:0;
	padding:0px;
}
p{
	margin:0;
	padding:0;
	border:0;
}
ul{
	padding:0;
	margin:0;
	list-style:none;
}
li{
	padding:0;
	margin:0;
	list-style:none;
}
input{
	border:#ccc 1px solid;
	line-height:20px;
	height:20px;
	width:130px;
	background:#fffffe;
	color:#333;
	outline: none;
}
select{
	line-height: 18px;
	border: 1px solid #ccc;
	padding: 5px;
	float: none;
}
input[type=checkbox]{
	width: 14px;
	height: 14px;
}
input:focus {
}
select:focus {

}
textarea {
	border:1px solid #ccc;
	padding:5px;
	color:#333;
	font-size:14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
textarea:focus {

}
td{
	height:30px;
}
img{
	border:0;
}
a, a:link, a:visited, a:hover {
color: #00a2ca;
text-decoration: none;
}

a:link {
	cursor:pointer;
	text-decoration:none;
}
a:visited {
	cursor:pointer;
	text-decoration:none;
}
a:hover {
	color: #00a2ca;
	cursor:pointer;
}
a:active {
	cursor:pointer;
}
a {blr:expression(this.onFocus=this.blur())}

a.a-w, a.a-w:link, a.a-w:visited, a.a-w:hover {
	color: #fff;
	text-decoration: none;
}

h1 {
	font-size: 24px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	color: #000;
}
h5, .h5 {
    font-size: 14px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.col-sm-12 {
    width: 100%;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.graph, [class^="graph-16"], [class*=" graph-16"], [class^="graph-28"], [class*=" graph-28"] {
    background-image: url(images/icons.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

/**通用**/
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.hide{
	display: none;
}
.back-gray{
	background-color: #FAFAFA;
}
.font-gray{
	color: #999;
}
.y-row {
	min-width: 1000px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	zoom: 1;
}
.top-blank20{
	margin-top: 20px;
}
.bottom-blank20{
	margin-bottom: 20px;
}
.y-row .y-span1 {
	width: 6.5%;
}
.y-row .y-span2 {
	width: 15%;
}
.y-row .y-span3 {
	width: 23.5%;
}
.y-row .y-last {
	margin-right: 0!important;
}
.y-row .y-span1, .y-row .y-span2, .y-row .y-span3, .y-row .y-span4, .y-row .y-span5, .y-row .y-span6, .y-row .y-span7, .y-row .y-span8, .y-row .y-span9, .y-row .y-span10, .y-row .y-span11, .y-row .y-span12 {
	float: left;
	display: inline;
	margin-right: 2%;
}
.y-row:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.y-clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.not-first{
	margin-top: 25px;
}
.not-first-10{
	margin-top: 10px;
}

.no-select{
	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.ml5 {
	margin-left: 5px;
}
.mr5 {
	margin-right: 5px;
}

.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}

.co-caution{
	
}
/* 页头toolbar */
.global-topbar {
	background: #008eb7!important;
}
.global-topbar {
	font-family: "FAE8F6F96C59ED1","Microsoft Yahei","Hiragino Sans GB",tahoma,arial,"B8BF53";
	min-width: 1000px;
	position: relative;
	height: 28px;
	font-size: 12px;
	zoom: 1;
	background-color: #008eb7;
	background-color: #00a2ca;
	z-index: 109;
	display: block;
}
.global-topbar a:link, .global-topbar a:visited {
	display: inline;
	color: #fff;
	text-decoration: none;
}
.global-topbar a {
	height: 16px;
	line-height: 20px;
	margin-top: 4px;
}
.global-topbar .ryb-login .lnk-login-pre, .global-topbar .ryb-login .lnk-index, .global-topbar .ryb-login .lnk-reg, .global-topbar .ryb-login .li-spacing, .global-topbar .ryb-login .lnk-login {
	float: left;
}
.global-topbar .lnk-act, .global-topbar .lnk-email, .global-topbar .lnk-item, .global-topbar .lnk-login, .global-topbar .lnk-reg, .global-topbar .lnk-renewals, .global-topbar .lnk-search, .global-topbar .lnk-try {
	float: right;
	display: inline;
}
.global-topbar .li-spacing {
	float: right;
	display: inline;
	width: 1px;
	height: 14px;
	margin: 8px 10px 0;
	overflow: hidden;
	background-color: #1aabcf;
}
.global-topbar .y-topbar-row {
	min-width: 1000px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	zoom: 1;
}
.global-topbar .y-topbar-row:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.global-topbar .y-topbar-row .y-last {
	margin-right: 0!important;
}
.global-topbar .y-topbar-row .y-topbar-span3 {
	width: 34.5%;
	height:28px;
}
.global-topbar .y-topbar-row .y-topbar-span9 {
	width: 63.5%;
	height:28px;
}
.global-topbar .y-topbar-row .y-topbar-span3, .y-topbar-row .y-topbar-span9 {
	float: left;
	display: inline;
	margin-right: 2%;
}

/** header **/
.common-header {
	width: 100%;
	height: 50px;
	/*background: #00a2ca;*/
	background: url(images/Christmasnet1600x62-03.png) no-repeat;
	background-size:100% 100%;
	position: relative;
	z-index: 101;
}

.common-header-inner {
	margin: 0 auto;
	position: relative;
}
.common-header-clearfix {
	zoom: 1;
}
.common-header-inner .flash-wrap {
	width: 140px;
	height: 62px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-size: cover;
}
.common-header-inner .activity {
	margin-top:-8px;
	margin-left:10px;
	width: 120px;
	position: relative;
}
.common-header-inner .activity  img{
	padding-top: 12px;
	height:50px;
}
.common-header-inner .item {
	height:50px;
}

.common-header-inner .title-des {
	width: 350px;
	color: #fff;
}
.common-header-inner .title-des .title-des-inner{
	padding-top: 5px;
}
.common-header-inner .menu {
	width: 536px;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
}
.common-header-inner .menu li.top-menu-item {
	cursor: default;
	float: left;
	position: relative;
	z-index: 9999;
	-webkit-transition: all .6s ease-in;
	-moz-transition: all .6s ease-in;
	-o-transition: all .6s ease-in;
	transition: all .6s ease-in;
}
.common-header-inner .menu li.top-menu-item .menu-hd {
	display: inline-block;
	padding: 0 20px;
	color: #fff;
}
.common-header-inner .logo-phone  {
	cursor: default;
	position: absolute;
	z-index: 9999;
	color: #fff;
	padding: 10px 0;
	text-align: right;
	right: 0px;
}
.common-header-inner .phone-c{
	position: absolute;
	right: 120px;
	top: 14px;
}
.common-header-inner .phone_icon  {
	background: url(images/ico-footer.png) center no-repeat #00A2CA;
	width: 30px;
	height: 30px;
	display: inline-block;
	background-position:-211px 0;
}

.common-header-inner .logo-phone .phone_number {
	color:#FFFFFF;
	line-height:30px;
	margin-right:40px;
}

.common-header-inner .logo-phone .phone_number a{
	font-size: 14px;
	color:#FFFFFF;
	margin-right:10px;
}
.common-header-inner .phone-time{
	color: #fcfcfc;
	text-align: right;
}
.common-header-inner:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


.common-header-white{
	background-color:#F2F2F2;
	padding-bottom: 15px;
}

.common-header-white .common-header-inner .phone_icon {
	background: url(images/g_bg.png) center no-repeat #F2F2F2;
	width: 30px;
	height: 30px;
	display: inline-block;
	background-position: -385px -198px;
}
.common-header-white .common-header-inner .title-des {
	width: 200px;
	color: #888;
	font-size:25px;
}
.common-header-white .common-header-inner .title-des .title-des-inner{
	padding-top: 10px;
}
.common-header-white .common-header-inner .logo-phone  {
	cursor: default;
	position: absolute;
	z-index: 9999;
	color: #888;
	padding: 10px 0;
	text-align: right;
	right: 0px;
}
.common-header-white .common-header-inner .phone-time{
	color: #888;
	text-align: right;
}

.common-footer{
	background-color: #F2F2F2;
	padding-top: 25px;
}
.copyright-100 {
	clear: both;
	background: #f8f8f8;
	border-top: 1px solid #e5e5e5;
	min-width: 1000px;
	position: relative;
}
.copyright-100 .about{
	float: left;
	padding: 35px 0 40px 350px;
}
.copyright-100 .about-col{
	float: left;
	text-align: left;
	color: #999;
	font-size: 12px;
	margin: 0px auto;
	margin-right: 80px;
}
.copyright-100 .about-col p{
	color: #000;
	font-size: 14px;
	line-height: 30px;
}
.copyright-100 .about-col .about-content{
	margin-top: 10px;
}
.copyright-100 .about-col .about-content li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 7px;
}

.copyright-100 .copyright {
	text-align: center;
	float: right;
	color: #999;
	font-size: 12px;
	padding: 35px 270px 0 0px;
	margin: 0px auto;
}
.copyright-100 .copyright p {
	padding: 5px 0;
}

.copyright-100 .hotline {
	display: inline-block;
	height: 85px;
}
.copyright-100 .erwei {
	display: inline-block;
	height: 80px;
	margin-left: 50px;
}

.copyright-100 .hotline span {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #000;
	display: block;
	text-align: left;
}
.copyright-100 .hotline .phone {
	height: 30px;
	line-height: 28px;
	font-size: 22px;
	color: #888;
	padding: 0px;
}
.copyright-100 .hotline .s-time {
	padding: 0px;
	text-align: left;
}		

.copyright-100 .copyright-beian {
	text-align: center;
	padding: 0px 0 60px 0;
	margin: 0 auto;
	color: #888;
}

.ryb-login{
}

.user-center-box{
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 0px 10px;
	height: 28px;
	padding-right: 25px;
}
.user-center-box.hover{
	background-color: #ffffff;
	color: #333;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	
}
.user-center-box.hover a{
	color: #333;
}
.user-center-box.hover a:hover{
	color: #00a2ca;
}
.cw-icon .i, .cw-icon i {
	display: block;
	position: absolute;
	overflow: hidden;
}
.user-center-box .ci-right {
	top: 12px;
	right: 8px;
	height: 7px;
	overflow: hidden;
	font: 400 15px/15px consolas;
	color: #fff;
	transition: transform .1s ease-in 0s;
	-webkit-transition: -webkit-transform .1s ease-in 0s;
}
.user-center-box .ci-right s {
	position: relative;
	top: -7px;
	text-decoration: none;
}
.user-center-box.hover .ci-right {
	top: 9px;
	color: #6A6A6A;
}
.user-center-box.hover .ci-right s{
	top: -1px;
}
.dropdown-layer{
	position: absolute;
	top: 28px;
	left: -1px;
	z-index: 1;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #ddd;
	background-clip: padding-box;
}

.dropdown-layer.topbar-nav-list {
	padding: 10px;
	margin-top: 0;
	white-space: nowrap;
}
.dropdown-layer .dd-spacer {
	position: absolute;
	top: -7px;
	height: 10px;
	background: #fff;
	overflow: hidden;
	left: 0;
	width: 83px;
}
.dropdown-layer  .u-name{
	font-size: 18px;
	width: 100px;
	overflow: hidden;
	display: inline-block;
	line-height: 18px;
}
.dropdown-layer .otherlist{
	width: 160px;
	margin: 15px 0 5px 0;
	overflow: hidden;
}
.dropdown-layer .otherlist .item{
	padding: 5px 0px;
}
.progress {
    background: none repeat scroll 0 0 #fff;
    height: 80px;
}
.cloading{
	background: url("images/loading.gif") no-repeat scroll center center;
}

.ftx-01,.ftx01{color:#e4393c}
.ftx-02,.ftx02{color:#71b247}
.ftx-03,.ftx03{color:#999}
.ftx-04,.ftx04{color:#ff6c00}
.ftx-05,.ftx05{color:#005ea7}
.ftx-06,.ftx06{color:#666}

.mod-main {
	padding: 10px;
	background-color: #fff;
	margin-bottom: 20px;
	color: #666;
}
.mod-main .mt h3 {
	float: left;
	font-family: '\5fae\8f6f\96c5\9ed1';
	font-size: 16px;
	color: #333;
	line-height: 20px;
}
.mod-main .mt:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.mod-main .mt {
	display: inline-block;
	display: block;
	padding: 10px;
}
.mod-main .mc {
	overflow: visible;
}
.mod-comm .mt h3 {
	font-size: 12px;
	color: #666;
	font-family: '\5b8b\4f53';
	line-height: 18px;
}
.mod-comm {
	padding: 10px 20px 20px;
}
.mod-comm .mt {
	padding: 10px 0;
}
.mod-comm .mc {
	line-height: 20px;
}

.text-center{
	text-align: center;
}
.mod-input{
	width: 238px;
	height: 16px;
	padding: 10px 25px 10px 5px;
	border: 1px solid #cccccc;
	float: none;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	border-radius: 0px;
	outline: 0;
}

.btn {
	padding: 6px 12px; 
	border: 1px solid transparent; 
	text-align: center; 
	line-height: 1.4285; 
	font-size: 14px; 
	font-weight: normal; 
	margin-bottom: 0px; 
	vertical-align: middle; 
	display: inline-block; 
	white-space: nowrap; 
	cursor: pointer; 
	-ms-user-select: none; 
	background-image: none; 
	-webkit-user-select: none; 
	-moz-user-select: none; 
	user-select: none;
}
.btn:focus {
	outline: dotted thin; outline-offset: -2px;
}
.btn:focus:active {
	outline: dotted thin; outline-offset: -2px;
}
.btn:visited{
	color: #fff;
	text-decoration: none;
}
.btn:hover {
	color: #fff; text-decoration: none;
}
.btn:focus {
	color: #fff; text-decoration: none;
}
.btn:active {
	outline: 0px; box-shadow: inset 0px 3px 5px rgba(0,0,0,0.125); background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default {
	border-color: rgb(225, 225, 225); color: rgb(51, 51, 51); background-color: rgb(249, 249, 247);
}
.btn-default:link {
	border-color: rgb(194, 194, 194); color: rgb(51, 51, 51); background-color: rgb(227, 227, 218);
}
.btn-default:hover {
	border-color: rgb(194, 194, 194); color: rgb(51, 51, 51); background-color: rgb(227, 227, 218);
}
.btn-default:focus {
	border-color: rgb(194, 194, 194); color: rgb(51, 51, 51); background-color: rgb(227, 227, 218);
}
.btn-default:active {
	border-color: rgb(194, 194, 194); color: rgb(51, 51, 51); background-color: rgb(227, 227, 218);
}
.btn-success {
	border-color: rgb(76, 174, 76); color: rgb(255, 255, 255); background-color: rgb(92, 184, 92);
}
.btn-success:link {
	border-color: rgb(57, 132, 57); color: rgb(255, 255, 255); background-color: rgb(68, 157, 68);
}
.btn-success:hover {
	border-color: rgb(57, 132, 57); color: rgb(255, 255, 255); background-color: rgb(68, 157, 68);
}
.btn-success:focus {
	border-color: rgb(57, 132, 57); color: rgb(255, 255, 255); background-color: rgb(68, 157, 68);
}
.btn-success:active {
	border-color: rgb(57, 132, 57); color: rgb(255, 255, 255); background-color: rgb(68, 157, 68);
}
.active.btn-success {
	border-color: rgb(57, 132, 57); color: rgb(255, 255, 255); background-color: rgb(68, 157, 68);
}

.btn-red {
	border-color: #FF0000; 
	color: rgb(255, 255, 255); 
	background-color: #FF0000;
}
.btn-red:link {
	border: 1px solid #fff;
	color: rgb(255, 255, 255); 
	background-color: #DA1C26;
}
.btn-red:hover {
	background-color: #cd0b14;
}
.btn-red:focus {
	background-color: #DA1C26;
}
.btn-red:active {
	background-color: #DA1C26;
}
.active.btn-red {
	background-color: #DA1C26;
}

.btn-blue {
	border-color: #199ED8; 
	color: rgb(255, 255, 255); 
	background-color: #199ED8;
}
.btn-blue:link {
	border: 1px solid #fff;
	color: rgb(255, 255, 255); 
	background-color: #00A4F2;
}
.btn-blue:hover {
	background-color: #008cee;
}
.btn-blue:focus {
	background-color: #00A4F2;
}
.btn-blue:active {
	background-color: #00A4F2;
}
.active.btn-blue {
	background-color: #00A4F2;
}

.btn-green {
	border-color: #009900; 
	color: rgb(255, 255, 255); 
	background-color: #009900;
}
.btn-green:link {
	border: 1px solid #fff;
	color: rgb(255, 255, 255); 
	background-color: green;
}
.btn-green:hover {
	background-color: green;
}
.btn-green:focus {
	background-color: green;
}
.btn-green:active {
	background-color: green;
}
.active.btn-green {
	background-color: green;
}

.btn-disabled {
	border-color: #F8F8F8; 
	color: #fff; 
	background-color: #999;
}
.btn-disabled:link {
	border-color: #F8F8F8; 
	color: #fff; 
	background-color: #999;
	cursor: text;
}
.btn-disabled:hover {
	background-color: #999;
}
.btn-disabled:focus {
	background-color: #999;
}
.btn-disabled:active {
	background-color: #999;
}
.active.btn-disabled {
	background-color: #999;
}

.btn-gray {
	border-color: #DDD; 
	color: #333; 
	background-color: #F4F4F4;
}
.btn-gray:link {
	border-color: #DDD; 
	color: #333; 
	background-color: #F4F4F4;;
}
.btn-gray:hover {
	background-color: #F4F4F4;;
}
.btn-gray:focus {
	background-color: #F4F4F4;;
}
.btn-gray:active {
	background-color: #F4F4F4;;
}
.active.btn-gray {
	background-color: #F4F4F4;;
}
.btn-gray:visited{
	color: #333; 
}
.btn-default {
	color: #333;
	border: 1px solid #ddd;
	background-color: #f7f7f7;
}
.btn-primary {
	color: #fff;
	border: 1px solid #09c;
	background-color: #09c;
}
.btn-query {
	color: #fff;
	border: 1px solid #09c;
	background-color: #099;
}
.btn-white {
	color: #000;
	border: 1px solid #FFF;
 background-color::#FFF;
}
.btn-red {
	color: #fff;
	border: 1px solid #FFF;
 background-color::#F00:
}
.btn-disable {
	color: #fff;
	border: 1px solid #EDEDED;
	background-color: #EDEDED;
}

.btn-lg {
	padding: 10px 16px; line-height: 1.33; font-size: 18px;
}
.btn-lg-v {
	padding: 10px 36px; line-height: 1.33; font-size: 18px;
}
.btn-sm {
	padding: 5px 10px; line-height: 1.5; font-size: 12px;
}
.btn-sm2 {
	padding: 3px 15px; line-height: 1.5; font-size: 12px;
}
.btn-xs {
	padding: 1px 5px; line-height: 1.5; font-size: 12px;
}
.hos-tab {
	width: 100%;
	border-collapse:collapse;
}
.hos-tab tr td {
	border:0;
}
.hos-td1-1 {
	height: auto;
	background: #FFF;
	margin: 10px;
}
.hos-td-tittle{
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	background: #FAFBFC;
}
.hos-span-18-bold {
	font-weight: bold;
	font-size: 18px;
}
.hos-span-14 {
	font-size: 14px;

}
.hos-span-14 span{
	float: right;
	padding-right: 10px;
	color: blue;
	cursor: pointer;
}
.hos-td1-1-tittle img {
	vertical-align: middle;
}

.hos-td2-1 {
	height: auto;
	margin: 10px;
	margin-left: 0;
}
.hos-td-ry {
	height: 150px;
	background: #FFF;
}
.hos-td-ry-50 {
	line-height: 50px;
	padding-left: 10px;
	font-size: 12px;
	padding-left: 30px;
}
.hos-td-ry-50 img{
	width: 10px;
	height: 10px;
	vertical-align: center;
}
.hos-td-yyjb {
	background: #FFF;
}
.hos-td-yyjb-20 {
	line-height: 35px;
	padding-left: 30px;
	font-size: 12px;
}
.hos-td-zyxx {
	background: #FFF;
	height: 333px;
}
.hos-td-zyxx-20 {
	line-height: 35px;
	padding-left: 30px;
	font-size: 12px;
}
.td-yw {
	padding:20px 0;
}
.td-yw-div {
	line-height: 80px;
	clear: both;
	height: 80px;
}
.yw-button {
	width: 33.3%;
	float: left;
	text-align: center;
	display: -moz-box;/*兼容Firefox*/
    display: -webkit-box;/*兼容FSafari、Chrome*/
   -moz-box-align: center;/*兼容Firefox*/
   -webkit-box-align: center;/*兼容FSafari、Chrome */
   -moz-box-pack: center;/*兼容Firefox*/
   -webkit-box-pack: center;/*兼容FSafari、Chrome */
    height: 80px;
}
.yw-button-b {
	line-height: 50px;
	height: 50px;
	width: 70%;
	border: 1px solid #E1E1E1;
	border-radius: 3px;
	text-align: left;
	padding-left: 50px;
	cursor: pointer;
}
.yw-button-b img {
	vertical-align: middle;
	width: 35px;
	height: 35px;
}
.hos-dt-div {
	height: 148px;
}
.hos-dt-37 {
	line-height: 37px;
	height: 37px;
	font-size: 12px;
}
.hos-dt-37-no {
	width: 100%;
	padding-left: 20px;
}
.hos-dt-37-left {
	float: left;
	width: 20%;
	padding-left: 20px;
}
.hos-dt-37-right {
	float: left;
	width: 80%;
}
.zs-bak {
	background-image: url(" ../images/zs.jpg");
    background-repeat: no-repeat; 
    background-size: 100% 100%; 
    height: 600px; 
    width:900px; 
    text-align: left; 
    overflow-x:hidden; 
    overflow-y:auto; 
    font-size: 14px;
}
.zs-tittle-1 {
	height: 165px;
	position:relative;
	text-align: center;
}
.zs-tittle-1 p{
	position: absolute;
    bottom: 0;/* 底部距离为0 */
    left:0;right:0;/* 距离左右距离相等即可造成居中 */
    font-size: 30px;
}
.zs-tittle-2 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #CC9900;
}
.zs-div {
	height: 337px;
	font-size: 14px;
}
.zs-height-50 {
	height: 50px;
	width: 100%;
	padding: 0 50px;
	clear: both;
}
.zs-left {
	float: left;
	padding-left:50px;
	width: 50%;
}
.zs-left label {
	font-size: 20px;
}
.zs-right {
	float: left;
	width: 50%;
}
.zs-right label {
	font-size: 20px;
}
.zs-right p {
	line-height: 25px;
	height: 25px;
}