html, body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, p, blockquote, th, td, i {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
img {
	border: none;
	vertical-align: bottom;
}
a, a:visited, a:hover, a:active {
	outline: 0;
	text-decoration: none;
}
a {
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #ea5a42;
}
ul, li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
input, select, textarea, button {
	font-size: 100%;
	font-family: inherit;
}
textarea{resize:none}
h2 {
	font-size: 14px;
}
img {
	border: 0;
}
@font-face {
	font-family: 'iconfont';
	src: url('../fonts/iconfont.eot'); /* IE9*/
	src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('../fonts/iconfont.woff') format('woff'), /* chrome、firefox */  url('../fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/  url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
html, body {
	margin: 0px;
	font-family: Microsoft YaHei, PingFang SC, "黑体", Helvetica, Arial, sans-serif;
	color: #333333;
	background-color: #fff;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: none;
	font-size: 12px;
	line-height: 1;
}
i {
	font-family: 'iconfont';
	font-style: normal;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
a:hover {
	color: #db4d53;
	text-decoration: none;
}
img {
	border: 0;
}
.right {
	float: right !important;
}
.left {
	float: left !important;
}
.pull_right {
	float: right !important;
}

.pull_left {
	float: left !important;
}

.clearfix:before, .clearfix:after, .container:before, .container:after {
	display: table;
	content: " ";
}
.clearfix:after, .container:after, .container-fluid:after {
	clear: both;
}
/*--------------------input, select开始------------------------*/
input::-webkit-input-placeholder {
color:#999 !important;
}
input::-moz-placeholder {
color:#999 !important;
}
input:-moz-placeholder {
color:#999 !important;
}
input:input-placeholder {
color:#999 !important;
}

input::-ms-clear, input::-ms-reveal{
     display: none;  
}
input, select {
	outline: medium !important;
}
.inputFocus {
	background-color: #f4fbff;
	/*border: 1px solid #afd6ee;*/
	border-color: #afd6ee;
	color: #333333;
}
.selectfocus {
	border: #b2e2f3 1px solid;
	background-color: #f4fbff;
}
.select.active {
	border: #b2e2f3 1px solid;
	background-color: #f4fbff;
}
.selectFocus {
	background-image: none\9; /*IE8以及以下版本浏览器*/
 	*background-image:none; /*IE7及其以下版本浏览器*/
}
select{
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    -ms-appearance:none;
}
select::-ms-expand { display: none; }
/*--------------------input, select结束------------------------*/

/*--------------------标题字体大小------------------------*/


/*---------------颜色，色调------------------*/

/*--------主色----------*/
.mainColor {
	color: #0080cc;/*导航条颜色*/
}
.mainColorHighl {
	color: #d7af4f;/*导航条高亮颜色*/
}
.mainBgColor {
	color: #f5f5f5;/*主体背景颜色*/
}
.footBgColor {
	color: #4f565a　;/*尾部背景颜色*/
}
/*--------辅色----------*/

.color_ccc {
	color: #ccc !important;
}
.color_666 {
	color: #666;
}
.color_444 {
	color: #444;
}
.color_333 {
	color: #333;
}
.text_000 {
	color: #000;
}
.color_999 {
	color: #999;
}
.color_fff {
	color: #fff !important;
}

.color_2c{
	color:#2c2f38;
}
.color_888{
	color:#888b8f;
}
.color_f82{
	color:#f82f00;
}
.color_006{
	color:#0068b7;
}
.color_0cb{
	color:#0cb247;
}
.color_f33{
	color:#f33300;
}

.color_yellow{
	color:#fcd84e;
	}
	
.color_blue{
	color:#0068b7;
	}
.color_888{
	color:#888b8f;
}

.color_82be4a{
	color:#82be4a;
}



.bg_fcd{
	background-color:#fcd231;
}
.bg_006{
	background-color:#0068b7;
}

.bg_yellow{
	background-color:#fcd84e;
	}
	
.bg_blue{
	background-color:#0068b7;
	}
	
.bg_f8f8f8{
	background-color:#f8f8f8;
	}
	



.text_left {
	text-align: left !important;
}
.text_right {
	text-align: right !important;
}
.text_center {
	text-align: center;
}
.m_auto{margin:0 auto;}
.width{width:1200px;}
/*--------------------标题字体大小------------------------*/
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
.mt0 {
	margin-top: 0px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.ml0 {
	margin-left: 0px !important;
}
.mr0 {
	margin-right: 0px !important;
}
.mt2 {
	margin-top: 2px;
}
.mr2 {
	margin-right: 2px;
}
.mt1 {
	margin-top: 1px;
}
.mt5 {
	margin-top: 5px;
}
.ml5 {
	margin-left: 5px;
}
.mr5 {
	margin-right: 5px;
}
.mb5 {
	margin-bottom: 5px;
}
.mt4 {
	margin-top: 4px;
}
.ml4 {
	margin-left: 4px;
}
.mr4 {
	margin-right: 4px;
}
.mb4 {
	margin-bottom: 4px;
}
.mt7 {
	margin-top: 7px;
}
.mt8 {
	margin-top: 8px;
}
.ml8 {
	margin-left: 8px;
}
.mr8 {
	margin-right: 8px;
}
.mb8 {
	margin-bottom: 8px;
}
.mt10 {
	margin-top: 10px;
}
.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.mt15 {
	margin-top: 15px;
}
.ml15 {
	margin-left: 15px;
}
.mr15 {
	margin-right: 15px;
}
.mb15 {
	margin-bottom: 15px;
}
.mt20 {
	margin-top: 20px;
}
.ml20 {
	margin-left: 20px;
}
.mr20 {
	margin-right: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.mt25 {
	margin-top: 25px;
}
.ml25 {
	margin-left: 25px;
}
.mr25 {
	margin-right: 25px;
}
.mb25 {
	margin-bottom: 25px;
}
.mt30 {
	margin-top: 30px;
}
.ml30 {
	margin-left: 30px;
}
.mr30 {
	margin-right: 30px;
}
.mb30 {
	margin-bottom: 30px;
}
.mt35 {
	margin-top: 35px;
}
.ml35 {
	margin-left: 35px;
}
.mr35 {
	margin-right: 35px;
}
.mb35 {
	margin-bottom: 35px;
}
.mt40 {
	margin-top: 40px;
}
.ml40 {
	margin-left: 40px;
}
.mr40 {
	margin-right: 40px;
}
.mb40 {
	margin-bottom: 40px;
}
.mt45 {
	margin-top: 45px;
}
.ml45 {
	margin-left: 45px;
}
.mr45 {
	margin-right: 45px;
}
.mb45 {
	margin-bottom: 45px;
}
.mt50 {
	margin-top: 50px;
}
.ml50 {
	margin-left: 50px;
}
.mr50 {
	margin-right: 50px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt70 {
	margin-top: 70px;
}
.mt80 {
	margin-top: 80px;
}
.mt90 {
	margin-top: 90px;
}
.mt120{margin-top:120px;}
.mt105 {
	margin-top: 105px;
}
.pt5 {
	padding-top: 5px;
}
.pl5 {
	padding-left: 5px;
}
.pr5 {
	padding-right: 5px;
}
.pb5 {
	padding-bottom: 5px;
}
.pt7 {
	padding-top: 7px;
}
.pt10 {
	padding-top: 10px;
}
.pl10 {
	padding-left: 10px;
}
.pr10 {
	padding-right: 10px;
}
.pb10 {
	padding-bottom: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pl15 {
	padding-left: 15px;
}
.pr15 {
	padding-right: 15px;
}
.pb15 {
	padding-bottom: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pl20 {
	padding-left: 20px;
}
.pr20 {
	padding-right: 20px;
}
.pb20 {
	padding-bottom: 20px;
}
.pt25 {
	padding-top: 25px;
}
.pl25 {
	padding-left: 25px;
}
.pr25 {
	padding-right: 25px;
}
.pb25 {
	padding-bottom: 25px;
}
.pt30 {
	padding-top: 30px;
}
.pl30 {
	padding-left: 30px;
}
.pr30 {
	padding-right: 30px;
}
.pb30 {
	padding-bottom: 30px;
}
.pt35 {
	padding-top: 35px;
}
.pl35 {
	padding-left: 35px;
}
.pr35 {
	padding-right: 35px;
}
.pb35 {
	padding-bottom: 35px;
}
.pt40 {
	padding-top: 40px;
}
.pl40 {
	padding-left: 40px;
}
.pr40 {
	padding-right: 40px;
}
.pb40 {
	padding-bottom: 40px;
}
.pt45 {
	padding-top: 45px;
}
.pl45 {
	padding-left: 45px;
}
.pr45 {
	padding-right: 45px;
}
.pb45 {
	padding-bottom: 45px;
}
.pt50 {
	padding-top: 50px;
}
.pl50 {
	padding-left: 50px;
}
.pr50 {
	padding-right: 50px;
}
.pb50 {
	padding-bottom: 50px;
}
.pt60 {
	padding-top: 60px;
}
.pl60 {
	padding-left: 60px;
}
.pr60 {
	padding-right: 60px;
}
.pb60 {
	padding-bottom: 60px;
}
.pt70 {
	padding-top: 70px;
}
.pl70 {
	padding-left: 70px;
}
.pr70 {
	padding-right: 70px;
}
.pb70 {
	padding-bottom: 70px;
}
.pt140 {
	padding-top: 140px;
}
.pt150 {
	padding-top: 150px;
}
.pb110 {
	padding-bottom: 110px;
}
.pt120{
	padding-top:120px;
}
.pb120 {
	padding-bottom: 120px;
}
.pb130 {
	padding-bottom: 130px;
}
.pb140 {
	padding-bottom: 140px;
}
.pb150 {
	padding-bottom: 150px;
}
.pt230 {
	padding-top: 230px;
}
.fs12 {
	font-size: 12px;
}
.fs14 {
	font-size: 14px;
}
.fs16 {
	font-size: 16px;
}
.fs18 {
	font-size: 18px;
}
.fs20 {
	font-size: 20px;
}
.fs24 {
	font-size: 24px;
}
.fs26 {
	font-size: 26px;
}
.fs28 {
	font-size: 28px;
}
.fs30 {
	font-size: 30px;
}
.fs36 {
	font-size: 36px;
}
.fs40 {
	font-size: 40px;
}
.fs48 {
	font-size: 48px;
}
.fs50 {
	font-size: 50px;
}
.fs60 {
	font-size: 60px;
}
.fs70 {
	font-size: 70px;
}
.fs80 {
	font-size: 80px;
}
.fs90 {
	font-size: 90px;
}
.fs44{font-size:44px;}
.fs100 {
	font-size: 100px;
}
.fs110 {
	font-size: 110px;
}
.fs120 {
	font-size: 120px;
}
.lh14 {
	line-height: 14px;
}
.lh18 {
	line-height: 18px;
}
.lh20 {
	line-height: 20px;
}

.lh24 {
	line-height: 24px;
}
.lh30 {
	line-height: 30px;
}
.lh36 {
	line-height: 36px;
}
.lh38 {
	line-height: 38px;
}
.lh48 {
	line-height: 48px;
}
.lh40 {
	line-height: 40px;
}
.lh50 {
	line-height: 50px;
}
.lh60 {
	line-height: 60px;
}
.no_border_l {
	border-left: none !important;
}
.no_border_r {
	border-right: none !important;
}
.no_border_b {
	border-bottom: none !important;
}
.no_border_t {
	border-top: none !important;
}
.no_margin_l {
	margin-left: 0px !important;
}
.no_margin_r {
	margin-right: 0px !important;
}
.no_margin_b {
	margin-bottom: 0px !important;
}
.no_margin_t {
	margin-top: 0px !important;
}
.no_font_weight{
	font-weight:normal;
}




.border {
	border: #eaeaea solid 1px;
}
.border_left {
	border-left: #eaeaea solid 1px;
}
.border_top {
	border-top: #eaeaea solid 1px;
}
.border_right {
	border-right: #eaeaea solid 1px;
}
.border_bottom {
	border-bottom: #eaeaea solid 1px;
}
.blur {
	-webkit-filter: blur(38px);
}
input::-webkit-input-placeholder {
 color: #efede5;
}
 input:-moz-placeholder {
 color: #efede5;
}
.container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.color-fff {
	color: #fff;
}
.ellipsis {
	max-width: 60%;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
}
.max-width70 {
	max-width: 70%;
}
.max-width75 {
	max-width: 75%;
}
.max-width80 {
	max-width: 80%;
}
.max-width85 {
	max-width: 85%;
}
.max-width90 {
	max-width: 90%;
}
.max-width95 {
	max-width: 95%;
}

.bg_f5f5f5{background:#f5f5f5;}
.bg_fff{ background:#fff;}
/*-------------btn按钮开始-----------------*/

/*-------------btn按钮结束-----------------*/

 
 
/*-------------- 日历选择器 --------------*/

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #ccc;
	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;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5;
	padding-bottom: 5px;
	padding-left: 5;
}
.dropdown-menu .table-condensed th, .table-condensed td {
	padding: 4px 5px;
}
.dropdown-menu th {
	font-weight: bold;
}
.dropdown-menu td, th {
	display: table-cell;
	vertical-align: inherit;
}
.dropdown-menu table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}
.glyphicon {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 1px;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("../images/glyphicons-halflings.png");
	background-position: 14px 14px;
	background-repeat: no-repeat;
}
.icon-arrow-left {
	background-position: -240px -96px;
}
.icon-arrow-right {
	background-position: -264px -96px;
}
.date_picker {
	background: url(../images/dateIcon.png) no-repeat right center;
	background-color: #fff;
	border: 1px solid #eaeaea;
	width: 120px;
	height: 30px;
	padding-left: 10px;
	cursor: pointer;
}
.datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active {
	background-color: #db4453;
}
.datetimepicker table tr td.active, .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover {
	background-color: #db4453;
	background-image: none;
	filter: none;
}
.datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active {
	background-color: #db4453;
}
.datetimepicker table tr td span.active, .datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active.disabled:hover {
	background-color: #db4453;
	background-image: none;
	filter: none;
}
/*公共头部样式开始*/
.header{position:fixed; left:0; top:0; width:100%; z-index:31; background:#fff;box-shadow:0 2px 2px rgba(0,0,0,0.1);}
.ieIndexBottom{border-bottom:1px solid #eaeaea;}
.header_top{background:#f5f5f5; height:40px; color:#818181;}
.header_tle{line-height:38px; width:215px;}
.header_tle i{font-size:17px; margin-top:1px; float:left; margin-right:10px;}
.header_key{}
.header_form{border-radius:1px; margin-top:8px; background:#fff; width:160px; height:24px; position:relative;}
.header_form input{border:none; height:24px; width:160px; float:left; line-height:24px; overflow:hidden; color:#999999; padding-left:5px;padding-right:30px;}
.header_form i{color:#999999; cursor:pointer; position:absolute; top:0px; right:0px; line-height:24px; width:24px; display:block; background-color:transparent;}

.header_form i:hover{color:#0068b7; }

.header_dl{padding-left:12px;}
.header_dl a{color:#818181;  float:left}
.header_dl span{  float:left}
.header_dl i{  float:left}
.header_dl a:hover{opacity:.8;filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);}
.header_dl i{font-size:14px; padding-right:10px;}
.header_dl span{padding:0 12px;}
.header_dh{width:832px; }
.header_dh ul{width:900px;}
.header_dh li{float:left; height:80px; line-height:80px;  margin-right:50px; position:relative; z-index:2}
.header_dh li .line{position:absolute; bottom:0px; left:0px; height:4px; background:#0068b7; width:0px;transition: width .3s;-moz-transition: width .3s;	/* Firefox 4 */-webkit-transition: width .3s;	/* Safari 和 Chrome */-o-transition: width .3s;	/* Opera */}
.header_dh li a{color:#333; font-size:16px; display:block; width:100%; height:100%}
.header_dh .active .line,.header_dh li:hover .line{width:100%;}
.header_dh .active a,.header_dh a:hover{color:#0068b7;}
.header_dh .second_level_menu a{color:#333;}
.header_dh .second_level_menu a:hover{color:#0068b7;}
/*.header_dh .stair:hover .second_level_menu {display:block;}*/
.header_dh .second_level_menu{width:433px; overflow:hidden; padding-top:20px;/*border:1px solid #eae9e8;*/ border-top:none;}

.header_dh .second_level_menusss{border-bottom:1px solid #eaeaea; border-left:1px solid #eaeaea; border-right:1px solid #eaeaea;}
.header_dh .second_level_menu ul{width:455px;}
.banner{position:relative;margin-top:120px;z-index:1}
.banner .swiper-slide{height:399px;}
.banner .swiper-slide a{height:399px; display:block;}
/*.banner .page1{ background-repeat:no-repeat; background-position:center center; background-size: 100% 100%;}
.banner .page2{ background-repeat:no-repeat; background-position:center center; background-size:100% 100%; }
.banner .page3{ background-repeat:no-repeat; background-position:center center; background-size:100% 100%;}
.banner .page4{ background-repeat:no-repeat; background-position:center center; background-size:100% 100%}*/
.index_banner .swiper-slide{ background-repeat:no-repeat; background-position:center center;}


.banner_kh{width:100%;position:absolute;top:0;left:0;z-index:50;padding-left:2%;height:0px;padding-right:2%;}
.banner_khxq{text-align:right; margin-right:30px;margin-left:30px; padding-top:108px; z-index:9999999; line-height:36px;}
.banner_khxq p{padding-bottom:15px; transform-origin:center top;}
.banner_kh .banner_khxq a{width:150px; height:40px; text-align:center; line-height:40px; color:#fff; background:#0068b7; margin-top:15px; display:block; float:right; transform-origin:center top;}
.banner_khxq a:hover{color:#fff; background-color:#0074cc;}


.second_level_menu{position:absolute;top:80px; background-color:white; opacity:0.9; box-shadow:0px 2px 3px rgba(0,0,0,0.2);left:-25px;display:none; z-index:3;}
.second_level_menu li{width:109px !important; margin-bottom:22px !important;text-align:center;height:16px !important;margin-right:0 !important;line-height:16px !important;padding-left:0 !important;margin-left:0 !important;color:#333;}
.second_level_menu a{font-size:14px !important; margin-right:0 !important; height:16px !important; border-right:1px solid #cccccc;}
.pagination{position: absolute;z-index: 20;bottom: 20px;width: 100%;text-align: center;}
.swiper-pagination-switch{display: inline-block;width: 17px;height: 17px; background:url(../images/br_li.png) no-repeat 0 0;margin: 0 10px;cursor: pointer; opacity:.9;}
.swiper-active-switch {background:url(../images/br_hot.png) no-repeat 0 0;width:17px;height:17px;}
/*公共头部样式结束*/
.right_fix{width:70px;position:fixed;z-index:55;top:410px;right:5px;}
.right_fix li{margin-bottom:10px; cursor:pointer;position:relative; width:70px; height:70px; text-align:center; padding-top:50px; }
.right_fix li{
	background-color:white;
	background-position: center 5px;
	background-repeat: no-repeat;
	border-radius:5px;
	opacity:.85;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	background-size: 40px;
}
.right_fix li a{color:#fff;}
.right_fix .bg1{
	background-image: url(../images/serviceBar_01.png);
}

.right_fix li:hover{
	opacity:1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	}

.right_fix .bg2{background-image: url(../images/serviceBar_02.png);}
.right_fix .bg3{background-image: url(../images/serviceBar_04.png);}
.right_ma{ position:absolute;right:73px;top:0px; height:111px; width:113px; border:1px solid #eaeaea; overflow:hidden; display:none;}
/*公共底部样式开始*/
.footer{background:#f8f8f8; border-top:1px solid #eaeaea; padding-top:15px; }
.footer_link{/*height:145px;*/ width:1200px;}
.footer_link ul{width:1300px;}
.footer_link li{float:left; width:384px; margin-right:26px; position:relative; padding-bottom:15px}
.footer_link h2{border-bottom:1px solid #eaeaea; color:#d2d2d2; padding-right:5px; padding-left:5px; text-align:right; height:47px; line-height:47px; font-weight:normal;}
.footer_link h2 span{float:left; color:#333333;}
.footer_link i{cursor:pointer;}
.footer_linktxt{
/*	position:absolute;
	top:50px;
	left:0;
*/	height:80px;
	overflow:hidden;
	transition:all .4s; -webkit-transition:all .4s;
}
.footer_linktxt p{float:left; padding-top:19px; width:93px; 	padding-bottom:5px;
}
.footer_linktxt{padding:0 5px;}
.footer_linkw p{width:124px;}
.footer_dz{border-top:1px solid #eaeaea; height:111px; padding-top:20px;}
.footer_dztxt{width:655px;}
.footer_dztxt a{color:#666; }
.footer_dztxt span{padding:0 15px;}
.footer_dztxt a:hover{color:#db4d53; }
.footer_dzimg {width:215px;}
.footer_dzyou{width:140px; padding-top:17px;}
.footer_dzimg img{float:right;}
.footer_copy{height:50px; background:#eaeaea; line-height:50px;}
/*公共底部样式结束*/

.subPage_banner{height:160px;}
.lm_banner{width:1200px; margin:0 auto; position:relative; height:160px;}
.lm_banner span{font:normal 26px "Microsoft YaHei";color:#fff; display:block; padding-top:75px;}
.lm_banner strong{position:absolute; width:40px; border-bottom:1px solid #fff;left:0; bottom:41px; height:1px; overflow:hidden;}


/*------------- 内页分页开始--------------------*/
.paginationBtnlist{
	padding:20px 0;
	line-height:28px;
	text-align:center;
}
.paginationBtnlist .btn{
	border-radius:0; color:#666666;
}
.paginationBtnlist .btn {
    width: 67px; 
     cursor: pointer; 
     height: 30px; 
     border: 1px solid #dddddd; 
     line-height: 28px; 
     padding-top: 0px; 
     border-radius: 0; 
}
.paginationBtnlist .btn:hover{
	cursor:pointer;
}
.paginationBtnlist .lastBtn,.paginationBtnlist .nextBtn{ float:left; cursor:pointer; border:1px solid #eaeaea; padding-left:5px; padding-right:5px;}
.paginationBar li{ color:#666666; width:38px; float:left; cursor:pointer; text-align:center; border:1px solid #eaeaea;}
.paginationBar li:hover{background:#ececec;}
.paginationBar .current{ background:#ececec;}
.pagination_right{width:105px;}
.gotoPageNum{ width:38px;line-height:30px; height:30px; text-align:center; border:1px solid #eaeaea;color:#666666;}
.paginationBtnlist .btn{ width:67px;cursor:pointer; height:30px;border:1px solid #eaeaea; line-height:28px; padding-top:0px; border-radius:0;}
.paginationBtnlist .btn:hover{background:#ececec;}
/*------------- 内页分页结束--------------------*/
.date_picker{ background:url(../images/dateIcon.png) no-repeat 90% center; background-color:#fff; border:1px solid #eaeaea; width:120px; height:30px; padding-left:10px; cursor:pointer;}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #ccc;
	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;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5;
	padding-bottom: 5px;
	padding-left: 5;
}
.table-condensed .active{
	background-color:#0068b7 !important;
}

.button{
	cursor:pointer;
	text-align:center;	
	}
	
.button-40{
	line-height:40px;
	font-size:16px;
	}
	
.button-default{
	background-color:#f8f8f8;
	color:#666;
	border:1px solid #eaeaea;
	}
	
.button-default:hover{
	background-color:#ececec;
	}
	
	
.button-blue{
	background-color:#0068b7;
	color:#fff;
	border:1px solid #0068b7;
	
	}
	
.button-blue:hover{
	background-color:#0080e1;
	border:1px solid #0080e1;
	}
	
.hk_header{
	border-bottom:1px solid #eaeaea;
}




































