@charset "UTF-8";
/* CSS Document */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	margin-bottom: 0;
	margin-left: 0px;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
ol, ul, li { list-style:none } 
body { background:fafaf7;}
:focus { outline:0 }
table { border-collapse:collapse; border-spacing:0 }
table,table td,table th{border:0px solid #edeada;border-collapse:collapse;}
address, cite, code, dfn, em, var, i { font-style:normal }
input[type=button], input[type=submit], button { cursor:pointer; outline:none;}
.input, select { vertical-align:middle }
* html .clearfix { zoom:1 }
*+html .clearfix { zoom:1 }
textarea{resize:none;}
a {
	text-decoration: none;
	color: #333333
}
.clearfix:after {clear: both;content: ".";display: block;height: 0;overflow: hidden;visibility: hidden;}
.pos-r{ position:relative;}
.hide{ display:none;}

body {
	color: #333;
	margin: 0;
	line-height: 1.7em;
	font-size: 14px;
	font-family: "微软雅黑","黑体","宋体", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	outline: 0;
	/* text-Shadow: 0 0 1px rgba(0, 0, 0, 0.2); */
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.6;
  color: #37363e;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 15px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 2.25em;
}
h2,
.h2 {
  font-size: 2em;
}
h3,
.h3 {
  font-size: 1.75em;
}
h4,
.h4 {
  font-size: 1.5em;
}
h5,
.h5 {
  font-size: 1.25em;
}
h6,
.h6 {
  font-size: 1em;
}
.logo {
	width: 380px;
	height: 40px;
	/*background-image: url(../images/logo.jpg);*/
	background-repeat: no-repeat;
	position: relative;
	float: left;
	text-align: center;
	padding-bottom: 0;
	padding-left: 0px;
	padding-right: 0;
	padding-top: 20px;
}

.logo .logo1 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}



/* =================================================================================
Searchbox - Top Search Input
================================================================================= */
.searchform {
	width: 150px;
	margin: 0 20px;
	float: left;
	padding-top: 14px;
	position: relative;
}
.searchbox {
	border-radius: 999px;
	border: none;
	font-size: 14px;
	height: 32px;
	width: 100px;
	padding-left: 20px;
	padding-right: 36px;
	background: rgba(255, 255, 255, 0.95);
	color: #37363e;
	box-shadow: inset none;
}
.searchbox:focus {
  background: #fff;
  box-shadow: none;
  border-top: none;
}
.searchbutton {
	border: none;
	color: rgba(0, 0, 0, 0.5);
	background: none;
	position: absolute;
	top: 18px;
	font-size: 16px;
	right: 0px;
}
/* =================================================================================
Top Menu 
================================================================================= */
.topmenu {
  float: left;
  padding-top: 20px;
  padding-left: 50px;
  font-weight: 600;
  margin-left: -7px;
}
.topmenu a {
  color: rgba(255, 255, 255, 0.9);
  padding: 7px;
}
.topmenu a:hover {
  color: #fff;
}
.topmenu li {
  display: inline;
  font-size:18px;
}
/* =================================================================================
Sidepanel Open Button - Show or Hide Sidepanel
================================================================================= */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

/***************************************/
.newsT{
	background-color: #fff;
	width: 788px;
	height: 255px;
	border-radius: 4px;
	font-size: 14px;
	float: left;
	overflow: hidden;
	margin-bottom: 3px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 3px;
}
.newsT .newsT_l{
	float: left;
	width: 788px;
}
.newsT .newsT_l .newsNav{ position:relative;background-image:url(../images/tab-bg.jpg)}
.newsT .newsT_l .newsNav .more{position:absolute;right:10px;top:8px;color:#999;font:14px/27px 微软雅黑; display:none;}
.newsT .newsT_l .newsNav .more img{ vertical-align:middle;margin-right:6px;margin-top:-3px;}
.newsT .newsT_l ul{overflow:hidden;}
.newsT .newsT_l ul li{
	width: 130px;
	height: 38px;
	color: #666;
	font: 18px/38px 微软雅黑;
	text-align: center;
	float: left;
	cursor: pointer;
	border-right: #CCC solid 1px;
}
.newsT .newsT_l ul li.on {
	background: #fff;
	color: #666;
	border-top: #F90 solid 2px;
}
.newsT .newsT_l .newsTbox{width:100%;display:none;height:246px;}
.newsT .newsT_l .content{margin-top:30px; overflow:hidden;}
.newsT .newsT_l .content .newsL{ float:left;width:250px;height:141px; overflow:hidden;}
.newsT .newsT_l .content .newsL a{display:block;}
.newsT .newsT_l .content .newsL a img{ display:block; transition:all 0.8s linear;-moz-transition:all 0.8s linear;-ms-transition:all 0.8s linear;-o-transition:all 0.8s linear;-webkit-transition:all 0.8s linear;}
.newsT .newsT_l .content .newsL a:hover img{ transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);-webkit-transform:scale(1.2);}
.newsT .newsT_l .content .newsR{width:460px; float:right;padding-right:18px;}
.newsT .newsT_l .content .newsR h3{color:#e7101f;font:24px 微软雅黑;}
.newsT .newsT_l .content .newsR p{color:#666;font:14px/30px 微软雅黑;margin-top:18px;}
.newsT .newsT_l .content .newsR a:hover p{color:#e7101f;}
.newsT .newsT_l .dynamic_list{
	width: 620px;
	margin-top: 15px;
	margin-left:10px;
}
.newsT .newsT_l .dynamic_list ul{
	overflow: hidden;
	width: 640px;
}
.newsT .newsT_l .dynamic_list ul li{
	width: 600px;
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	height: 30px;
	border: 0px;
}
.newsT .newsT_l .dynamic_list ul li a,.newsT .newsT_r .dynamic_list ul li a{
	display: block;
	color: #333;
	font: 14px/30px 微软雅黑;
	background: url(../images/ico-00.jpg) no-repeat 0 15px;
	text-align: left;
	padding-left: 15px;
	position: relative;
}
.newsT .newsT_l .dynamic_list ul li a span{ display:inline-block;margin-left:6px;color:#999; position:absolute;right:0;top:0;}
.newsT .newsT_r .dynamic_list ul li a:hover,
.newsT .newsT_l .dynamic_list ul li a:hover{
	color: #0066cc;
}
.newsT .newsT_r{float:right;width:300px;}
.newsT .newsT_r h3{font:18px/38px 微软雅黑; border-bottom:solid 1px #727272; position:relative;}
.newsT .newsT_r h3 .more{position:absolute;right:10px;top:8px;color:#e7101f;font:14px/27px 微软雅黑;}
.newsT .newsT_r h3 .more img{ vertical-align:middle;margin-right:6px;margin-top:-3px;}
.newsT .newsT_r h3 a{color:#222;}
.newsT .newsT_r .void{margin-top:30px;}
.newsT .newsT_r .void a{display:block;width:292px;height:184px; overflow:hidden;}
.newsT .newsT_r .void a img{display:block;transition:all 0.5s linear;-moz-transition:all 0.5s linear;-ms-transition:all 0.5s linear;-o-transition:all 0.5s linear;-webkit-transition:all 0.5s linear;}
/*.newsT .newsT_r .void a:hover img{ transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}*/

.newsT .newsT_r .dynamic_list{margin-top:5px;}
.newsT .newsT_r .dynamic_list ul li a{padding-left:15px;}
/*****************************************/

.TeamBox{
	background-color: #fff;
	width: 788px;
	height: 255px;
	border-radius: 4px;
	font-size: 14px;
	float: left;
	overflow: hidden;
	margin-bottom: 3px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 3px;
}
.TeamBox .TeamL{
	width: 788px;
	float: left;
}
.TeamBox .TeamL h6{
	width: 100%;
	border-bottom: solid 1px #ccc;
}
.TeamBox .TeamL h6 a{
	display: block;
	width: 130px;
	height: 38px;
	color: #666;
	text-align: center;
	font: 18px/38px 微软雅黑;
	background: #fff;
}
.TeamBox .TeamL .Team_nav{width:100%;color:#666;font:16px 微软雅黑;margin-top:20px;height:30px; padding:0px 20px;}
.TeamBox .TeamL .Team_nav a{margin-right:7px;color:#666;font:16px/28px 微软雅黑; cursor:pointer;float:left; position:relative; padding:0px 20px;}
.TeamBox .TeamL .Team_nav a img{position:absolute;width:12px;bottom:-7px;left:50%;margin-left:-6px;display:none;}
.TeamBox .TeamL .Team_nav span{float:left;margin-top:5px;}
.TeamBox .TeamL .Team_nav a.on{color:#fe0e0e;border-bottom: solid 1px #fe0e0e;}
.TeamBox .TeamL .Team_nav a.on img{display:block;}

.TeamBox .MembersBox{width:100%;margin-top:20px;display:none;}
.TeamBox .MembersBox .tdTop{width:100%; overflow:hidden;border-bottom:dashed 1px #b7b7b7;padding-bottom:20px;}
.TeamBox .MembersBox .tdTop .img{width:328px;height:154px; overflow:hidden; float:left;}
.TeamBox .MembersBox .tdTop .img a{display:block;}
.TeamBox .MembersBox .tdTop .img a img{display:block;transition:all 0.5s linear;-moz-transition:all 0.5s linear;-ms-transition:all 0.5s linear;-o-transition:all 0.5s linear;-webkit-transition:all 0.5s linear;}
.TeamBox .MembersBox .tdTop .img a:hover img{transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);-webkit-transform: scale(1.1);}
.TeamBox .MembersBox .tdTop .tdTopR{float:right;width:400px;}
.TeamBox .MembersBox .tdTop .tdTopR h2{color:#fe0e0e;font:18px 微软雅黑;}
.TeamBox .MembersBox .tdTop .tdTopR h4{margin-top:4px;color:#000;font:16px 微软雅黑;margin-bottom:4px;}
.TeamBox .MembersBox .tdTop .tdTopR p{font:14px/26px 微软雅黑;color:#0d0d0d;}
.TeamBox .MembersBox .tdTop .tdTopR p span{ font-weight:bold;}
.TeamBox .MembersBox .tdTop .tdTopR a{width:126px;height:32px;display:block;background:#fff7f7;border:solid 1px #cd0a0a;color:#cd0a0a; text-align:center;font:16px/30px 微软雅黑;margin-top:12px;}
.TeamBox .MembersBox .tdTop .tdTopR a:hover{background:#cd0a0a;color:#fff;}

.TeamBox .MembersBox .Members_title{width:100%; overflow:hidden;margin-top:15px;}
.TeamBox .MembersBox .Members_title h2{color:#1e1e1e;font:18px/28px 微软雅黑;float:left;height:36px;margin-left:10px;}
.TeamBox .MembersBox .Members_title a{float:right;margin-right:10px;color:#999;font:14px 微软雅黑;}
.TeamBox .MembersBox .Members_title a img{margin-right:6px;margin-top:-4px;vertical-align:middle;}
.TeamBox .MembersBox .Members_list{background:#fff;width:750px;padding-top:10px;}
.TeamBox .MembersBox .Members_list ul{overflow:hidden;width:800px;}
.TeamBox .MembersBox ul li{
	width: 560px;
	height: 30px;
	float: left;
	margin-right: 20px;
	margin-bottom: 0px;
}
.TeamBox .MembersBox ul li a{display:block; overflow:hidden;padding:0px 15px;}
.TeamBox .MembersBox ul li a img{width:100px;height:120px;float:left;}
.TeamBox .MembersBox ul li a div{width:214px;float:right;min-height:122px; position:relative;}
.TeamBox .MembersBox ul li a div h2{color:#1e1d1d;font:14px 微软雅黑;margin-top:10px;}
.TeamBox .MembersBox ul li a div h3{color:#1e1d1d;font:12px 微软雅黑;margin-top:10px;}
.TeamBox .MembersBox ul li a div h4{color:#1e1d1d;font:14px 微软雅黑;}
.TeamBox .MembersBox ul li a div p{color:#565555;font:12px/22px 微软雅黑;position:absolute;top:81px;left:0;}
.TeamBox .MembersBox ul li a:hover{color:#0066cc;}
.TeamBox .MembersBox ul li a:hover h2,.TeamBox .MembersBox ul li a:hover div h3{color:#fff000;}
.TeamBox .MembersBox ul li a:hover p{color:#fff;}
.TeamBox .MembersBox ul li a:hover h4{color:#fff000;}
.TeamBox .TeamR{float:right;width:300px;margin-top:8px;}
.TeamBox .TeamR h3{width:100%;height:30px;border-bottom:solid 1px #727272;position:relative;}
.TeamBox .TeamR h3 a.tc{color:#222;font:18px 微软雅黑;}
.TeamBox .TeamR h3 a.more{color:#999;font:14px 微软雅黑;position:absolute;top:2px;right:10px;}
.TeamBox .TeamR h3 a.more img{vertical-align:middle;margin-top:-4px;margin-right:6px;}
.TeamBox .TeamR .wd_list{width:100%;margin-top:20px;}
.TeamBox .TeamR .wd_list ul{width:100%;}
.TeamBox .TeamR .wd_list ul li{width:100%;margin-top:14px;}
.TeamBox .TeamR .wd_list ul li a{display:block;background:url(../img/list_bg.jpg) no-repeat 0 9px; overflow:hidden;padding-left:12px;color:#222;font:14px 微软雅黑;}
.TeamBox .TeamR .wd_list ul li a p{float:left;}
.TeamBox .TeamR .wd_list ul li a span{float:right;}
.TeamBox .TeamR .wd_list ul li a:hover{color:#dc1921;}
.TeamBox .TeamR .lqy{width:300px; height:318px;margin-top:26px; overflow:hidden;}
.TeamBox .TeamR .lqy a{display:block;}
.TeamBox .TeamR .lqy a img{ transition:all 0.5s linear;-moz- transition:all 0.5s linear;-ms- transition:all 0.5s linear;-o- transition:all 0.5s linear;-webkit- transition:all 0.5s linear;}
/*.TeamBox .TeamR .lqy a:hover img{ transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}*/
/***************************************/
.tyT{
	background-color: #fff;
	width: 788px;
	height: 255px;
	border-radius: 4px;
	font-size: 14px;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 3px;
}
.tyT .newsT_l{
	float: left;
	width: 788px;
}
.tyT .tyT_l .tyNav{ position:relative;background-image:url(../images/tab-bg.jpg)}
.tyT .tyT_l .tyNav .more{position:absolute;right:10px;top:8px;color:#999;font:14px/27px 微软雅黑; display:none;}
.tyT .tyT_l .tyNav .more img{ vertical-align:middle;margin-right:6px;margin-top:-3px;}
.tyT .tyT_l ul{overflow:hidden;}
.tyT .tyT_l ul li{
	width: 130px;
	height: 38px;
	color: #666;
	font: 18px/38px 微软雅黑;
	text-align: center;
	float: left;
	cursor: pointer;
	border-right: #CCC solid 1px;
}
.tyT .tyT_l ul li.on {
	background: #fff;
	color: #666;
	border-top: #F90 solid 2px;
}
.tyT .tyT_l .tyTbox{width:100%;display:none;height:246px;}
.tyT .tyT_l .content{margin-top:30px; overflow:hidden;}
.tyT .tyT_l .content .tyL{ float:left;width:250px;height:141px; overflow:hidden;}
.tyT .tyT_l .content .tyL a{display:block;}
.tyT .tyT_l .content .tyL a img{ display:block; transition:all 0.8s linear;-moz-transition:all 0.8s linear;-ms-transition:all 0.8s linear;-o-transition:all 0.8s linear;-webkit-transition:all 0.8s linear;}
.tyT .tyT_l .content .tyL a:hover img{ transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);-webkit-transform:scale(1.2);}
.tyT .tyT_l .content .tyR{width:460px; float:right;padding-right:18px;}
.tyT .tyT_l .content .tyR h3{color:#e7101f;font:24px 微软雅黑;}
.tyT .tyT_l .content .tyR p{color:#666;font:14px/30px 微软雅黑;margin-top:18px;}
.tyT .tyT_l .content .tyR a:hover p{color:#e7101f;}
.tyT .tyT_l .dynamic_list{
	width: 620px;
	margin-top: 15px;
	margin-left:10px;
}
.tyT .tyT_l .dynamic_list ul{
	overflow: hidden;
	width: 640px;
}
.tyT .tyT_l .dynamic_list ul li{
	width: 600px;
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	height: 30px;
	border: 0px;
}
.tyT .tyT_l .dynamic_list ul li a,.tyT .tyT_r .dynamic_list ul li a{
	display: block;
	color: #333;
	font: 14px/30px 微软雅黑;
	background: url(../images/ico-00.jpg) no-repeat 0 15px;
	text-align: left;
	padding-left: 15px;
	position: relative;
}
.tyT .tyT_l .dynamic_list ul li a span{ display:inline-block;margin-left:6px;color:#999; position:absolute;right:0;top:0;}
.tyT .tyT_r .dynamic_list ul li a:hover,
.tyT .tyT_l .dynamic_list ul li a:hover{
	color: #0066cc;
}
.tyT .tyT_r{float:right;width:300px;}
.tyT .tyT_r h3{font:18px/38px 微软雅黑; border-bottom:solid 1px #727272; position:relative;}
.tyT .tyT_r h3 .more{position:absolute;right:10px;top:8px;color:#e7101f;font:14px/27px 微软雅黑;}
.tyT .tyT_r h3 .more img{ vertical-align:middle;margin-right:6px;margin-top:-3px;}
.tyT .tyT_r h3 a{color:#222;}
.tyT .tyT_r .void{margin-top:30px;}
.tyT .tyT_r .void a{display:block;width:292px;height:184px; overflow:hidden;}
.tyT .tyT_r .void a img{display:block;transition:all 0.5s linear;-moz-transition:all 0.5s linear;-ms-transition:all 0.5s linear;-o-transition:all 0.5s linear;-webkit-transition:all 0.5s linear;}
/*.tyT .tyT_r .void a:hover img{ transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}*/

.tyT .tyT_r .dynamic_list{margin-top:5px;}
.tyT .tyT_r .dynamic_list ul li a{padding-left:15px;}
/**************************/
.sjtj{background-color:#efeee9; width:1200px;margin:0px auto; display:block; overflow:hidden;}
.sjtj .sjtjs{background-color: #fff; width: 1124px; height: 56px; border-radius: 4px; font-size: 14px; margin: 2px 8px; padding: 0px 30px; margin-right: 8px; margin-left: 8px;}
.sjtj .sjtjs p{line-height:60px; font-size:14px;}
.sjtj .sjtjs p a{margin-right:30px; color:#0066cc;}
.sjtj .sjtjs p a:hover{margin-right:30px; color: #F60;}
/********************************/

.right{width:396px; float:right; display:block; overflow:hidden;}
.right .notice{
	width: 388px;
	height: 255px;
	float: right;
	left: 0px;
	top: 0px;
	border-radius: 4px;
	background-color: #fff;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 8px;
	margin-top: 3px;
}
h6{
	width: 50%;
	padding:0px 10px;
}
.right .notice h6 a{
	display: block;
	width: 130px;
	height: 38px;
	line-height: 38px;
	color: #666;
	text-align: center;
	background: #fff;
	font: 18px/38px 微软雅黑;
}
.right .notice h6 a img{ vertical-align:middle;margin-right:6px;margin-top:-3px;}
.right .notice .notice_list{
	width: 360x;
	margin-top: 15px;
	padding-left:20px;}
.right .notice .notice_list ul{
	overflow: hidden;
	width: 380px;
} 
.right .notice .notice_list ul li{
	width: 380px;
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	height: 30px;
	border: 0px;
}
.right .notice .notice_list ul li a{
	display: block;
	color: #333;
	font: 14px/30px 微软雅黑;
	background: url(../images/ico-00.jpg) no-repeat 0 15px;
	text-align: left;
	padding-left: 15px;
	position: relative;
}
.right .notice .notice_list ul li a span{ display:inline-block;margin-left:6px;color:#999; position:absolute;right:0;top:0;}
.right .notice .notice_list ul li a:hover{
	color: #0066cc;
}
/**************************************/
.right .hotspot{
	width: 388px;
	height: 255px;
	float: right;
	left: 0px;
	top: 0px;
	border-radius: 4px;
	background-color: #fff;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 8px;
	margin-top: 3px;
}
h6{
	width: 50%;
	padding:0px 10px;
}
.right .hotspot h6 a{
	display: block;
	width: 130px;
	height: 38px;
	line-height:38px;
	color: #666;
	text-align: center;
	font: 18px/38px 微软雅黑;
	background: #fff;
}
.right .hotspot h6 a img{ vertical-align:middle;margin-right:6px;margin-top:-3px;}
.right .hotspot .hotspot_list{
	width: 360x;
	margin-top: 15px;
	padding-left:20px;}
.right .hotspot .hotspot_list ul{
	overflow: hidden;
	width: 360px;
} 
.right .hotspot .hotspot_list ul li{
	width: 320px;
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	height: 30px;
	border: 0px;
}
.right .hotspot .hotspot_list ul li a{
	display: block;
	color: #333;
	font: 14px/30px 微软雅黑;
	text-align: left;
	padding-left: 15px;
	position: relative;
}
.right .hotspot .hotspot_list ul li a span{ display:inline-block;margin-left:6px;color:#999; position:absolute;right:0;top:0;}
.right .hotspot .hotspot_list ul li a:hover{
	color: #0066cc;
}

/* =================================================================================
Sidebar 
================================================================================= */
.sidebar {
	width: 250px;
	top: 57px;
	left: 1px;
	font-family: 'Montserrat', sans-serif;
	background: #154465;
	z-index: 0;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
}
.sidebar .label {
  font-size: 10px;
  position: relative;
  line-height: 12px;
  padding: 2px 5px;
  position: absolute;
  right: 35px;
  top: 12px;
  font-weight: 600;
}
.sidebar .label-default {
  background: #FFF;
}
.sidebar-panel {
  background: none;
  margin: 0px 20px 0px 20px;
  border: none;
  border-bottom: 1px solid #FFF;
  padding: 15px 0px;
}
.sidebar-panel li a {
  display: block;
  color: #FFF;
  padding: 9px 20px 9px 54px;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
}
.sidebar-panel li a .caret {
  position: absolute;
  right: 20px;
  top: 18px;
  color: #FFF;
}
.sidebar-panel li .icon {
  position: absolute;
  left: 20px;
  top: 8px;
  display: block;
  color: #FFF;
  font-size: 19px;
  border-radius: 3px;
  text-align: center;
  width: 24px;
  height: 24px;
  padding-top: 1px;
}
.sidebar-panel li a:hover,
.sidebar-panel li a.active {
	color: #f2f2f2;
	background: #103650;
}
.sidebar-panel li a:hover .icon,
.sidebar-panel li a.active .icon {
  color: #fff;
}
.sidebar-panel li ul {
	display: none;
	padding: 0;
	background: #123d5a;
	border-bottom: 1px solid #103650;
	font-size: 13px;
	margin: 0 -20px 0 -20px;
	font-weight: 400;
}
.sidebar-panel li ul li {
  position: relative;
  margin: 0;
}
.sidebar-panel li ul li a {
  margin: 0px;
  color: #FFF;
  padding: 9px 20px 9px 54px;
}
.sidebar-panel li ul li a:hover {
	background: #103852;
}
.sidetitle {
  color: #FFF;
  font-size: 10px;
  padding: 0;
  margin: 0 0 5px 3px;
  letter-spacing: 0.4px;
}
.sidebar-plan {
  padding: 20px;
  font-size: 12px;
  bottom: 0;
}
.sidebar-plan .progress {
  height: 6px;
  background: #000;
  margin: 7px 0;
}
.sidebar-plan .progress-bar {
  background: #399bff;
}
.sidebar-plan .link {
  position: absolute;
  right: 20px;
  color: #FFF;
}
.sidebar-plan .link:hover {
  color: #fff;
}
.sidebar-plan .space {
  display: block;
  font-size: 11px;
  text-align: center;
  color: #FFF;
}
.sidebar-colorful .sidebar-panel li a .icon {
  font-size: 15px;
  color: #fff;
}
.sidebar-colorful .color1 {
  background: #399bff;
}
.sidebar-colorful .color2 {
  background: #33577b;
}
.sidebar-colorful .color3 {
  background: #26a65b;
}
.sidebar-colorful .color4 {
  background: #51b7a3;
}
.sidebar-colorful .color5 {
  background: #f39c12;
}
.sidebar-colorful .color6 {
  background: #ef4836;
}
.sidebar-colorful .color7 {
  background: #9a80b9;
}
.sidebar-colorful .color8 {
  background: #a2ded0;
}
.sidebar-colorful .color9 {
  background: #d2527f;
}
.sidebar-colorful .color10 {
  background: #c78568;
}
.sidebar-colorful .color11 {
  background: #e99844;
}
.sidebar-square .sidebar-panel li a .icon {
  font-size: 14px;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.3);
}
.sidebar-no-icon .sidebar-panel li a {
  padding-left: 23px;
}
.sidebar-no-icon .sidebar-panel li a .icon {
  display: none;
}
/* =================================================================================
Content 
================================================================================= */
.content-right {
	padding-left: 10px;
	padding-right: 30px;
	padding-top: 20px;
	margin-left: 0px;
	background: #f5f5f5;
	width: 910px;
	height: 999px;
	float: right;
	display: block;
}

.content {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	background: #f5f5f5;
	width: 1140px;
	float: right;
	display: block;
}
/* =================================================================================
Page Header 
================================================================================= */
.page-header {
	background: #f5f5f5;
	border-bottom: none;
	position: relative;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: -20px;
	margin-top: -20px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.page-header .title {
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: normal;
  font-weight: normal;
  color: #37363e;
  padding-bottom: 6px;
}
.page-header .right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  min-width: 500px;
  text-align: right;
}
.page-header .right .btn-group {
  float: right;
}
.page-header .right .btn {
  padding-left: 14px;
  padding-right: 14px;
  font-size: 13px;
}
.page-header .right .btn .fa {
  margin: 0 4px;
}
.page-header .right .btn .no-border {
  border: none;
}
.page-header .right .btn-group .btn {
  border: 1px solid #E8EBED;
}
.page-header .pagination {
  margin: 0;
}
.page-header .widget-inline-list {
  right: 0;
  bottom: -25px;
  position: relative !important;
}
.breadcrumb {
	padding: 8px 15px;
	/*margin-bottom: 20px;*/
	list-style: none;
	background-color: #fff;
	border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.col-md-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-md-12 {
    float: left;
  }
.col-md-12 {
    width: 100%;
  }
  .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 0px 15px 15px 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
  min-height:545px;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
/* Panels */
.panel {
  box-shadow: none;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}
.panel-footer {
  margin: -20px;
  margin-top: 20px;
  background: #f9f9f9;
}
.panel-transparent {
  background: none;
  border: none;
}
.panel-transparent .panel-title {
  background: none;
  border: none;
}
.panel-default > .panel-heading {
  background-color: inherit;
  border-bottom: 0;
  color: #3D464D;
}
.panel-title {
  font-family: 'Montserrat', sans-serif;
  color: #58666e;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 16px 20px;
  margin: -20px;
  background: #fff;
  margin-bottom: 5px;
  border-bottom: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-body,
.panel-heading {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border-color: none;
}
.panel-heading {
  background: transparent;
  border-bottom: transparent;
}
.panel .badge {
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  padding: 4px 10px;
  margin-left: 5px;
  font-weight: normal;
}
.panel-footer {
  background: rgba(0, 0, 0, 0.01);
  border-top: 1px solid inherit;
}
.panel-title .badge {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}
.panel-heading {
  font-size: 20px;
  padding-bottom: 15px;
  font-weight: 300;
}
.panel .list-group {
  margin: -20px;
  margin-top: 20px;
  background: transparent;
}
.panel .list-group li {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 0;
  background: transparent;
  border-right: 0;
}
.panel .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.panel .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom: 0;
}
/* Panel Collapse */
.panel-collapse {
  padding-bottom: 0;
}
.panel-collapse .panel-title {
  padding-bottom: 0;
  margin-bottom: 0;
}
.panel-collapse .panel-body {
  padding: 10px 0 20px 0;
}
/* Panel widget */
.panel-widget {
  overflow: hidden;
  border: none;
}
/* Panel Default */
.panel-default {
  border-color: #ddd;
}
.panel-default .badge {
  color: inherit;
  background-color: rgba(0, 0, 0, 0.2);
}
.panel-default .list-group {
  margin: -20px;
  margin-top: 20px;
}
.panel-default .list-group li {
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
}
.panel-default .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.panel-default .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom: 0;
}

table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 22px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}


.panel-body,
.panel-heading {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border-color: none;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
   padding: 0px 15px 15px 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
	color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}


.btn-blu a{background-color:#39F; color:#FFF; padding:3px 20px; border:#06F solid 1px; text-align:center; font-size:14px}
.btn-blu a:hover {background-color: #06F; border:#06F solid 1px;}
.btn-blu a:focus {background-color: #06F; border:#06F solid 1px;}
.interest-list{width:500px; float: left; margin-bottom:10px;}
.interest-list ul{display:block; list-style:none;}
.interest-list ul li{float:left; height:18px; line-height:18px; border:1px solid #cfcfcf; padding:8px 9px; margin:0px 10px 0px 0px; cursor:pointer; white-space:nowrap;}
.interest-list li.selected{position:relative; border-color:#e4393c; border-width:2px; padding:7px 8px;}
.interest-list li.selected s{display:block; position:absolute; bottom:0; right:0; width:16px; height:16px; background:url(../images/selt.png)}


/**xzh add **/
.btn-blu-btn{background-color:#06F; color:#FFF; padding:3px 20px; border:#06F solid 1px; text-align:center; font-size:14px;}
.btn-blu-btn:hover {background-color: #39F; border:#06F solid 1px;}
.btn-blu-btn:focus {background-color: #39F; border:#06F solid 1px;}
/* .btn-cancel{background-color: #ccc; border:#ccc solid 1px;padding:3px 20px; color:#FFF; text-align:center; font-size:14px;} */
.btn-cancel{background-color:#06F; color:#FFF; padding:3px 20px; border:#06F solid 1px; text-align:center; font-size:14px;}
/* .btn-add{padding: 5px 10px; color: rgb(255, 255, 255); margin-right: 10px;  background-color: rgb(0, 153, 153);} */
.btn-add{background-color:#06F; color:#FFF; padding:3px 20px; border:#06F solid 1px; text-align:center; font-size:14px;}
.btn-search{padding: 5px 10px; color: rgb(255, 255, 255); margin-right: 10px; background-color: #06F;}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {background-color:#fff; border:1px solid #ccc; transition:border linear 0.2s, box-shadow linear 0.2s; display:inline-block; height:20px; width:200px; padding:4px 6px; font-size:14px; line-height:20px; color:#555555; vertical-align:middle; border-radius:4px;}
select{height:30px; width:215px;}
.inner-table{border:1px solid #ccc;width:100%;}
.inner-table th{border-bottom:1px solid #a7d4fb; border-right:1px solid #a7d4fb; text-align:center; background-color:#b4dcff; color:#28649a; height:38px;}
.inner-table td{border-bottom:1px solid #ccc; border-right:1px solid #ccc; text-align:center; height:38px;}
.tab_lable_style{float:left;width:auto;text-align:left;}
.tab_control_label{float:right;width:auto;text-align:left;}
.tab_control_td{}
.pagination {
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  /* background-color: #f5f5f5; */
  background-color: #337ab7;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
.pagination .controls a{border:0;} .pagination .controls input{border:0;color:#999;width:30px;padding:0;margin:-3px 0 0 0;text-align:center;}
/* .zh-btn{padding: 7px 10px; color: rgb(255, 255, 255); background-color: #BEBEBE;} */
.zh-btn{padding: 7px 10px; color: rgb(255, 255, 255); background-color: #06F;}

.table-head-tr td{border-bottom:1px solid #a7d4fb; border-right:1px solid #a7d4fb; text-align:center; background-color:#b4dcff; color:#28649a;height:38px;}
.table-body-tr td{border-bottom:1px solid #ccc;border-right:1px solid #ccc;padding-left:5px;height:38px;}
.table-body-tr td a{color:#3299fd;}
.tab-other{position: relative; top: 1px; float: left; margin-right: 5px; height: 42px; line-height: 42px; background: #3299fd;}
.tab-other a{padding:0px 15px; color:#fff;}
.tab-active{border:1px solid #c2c2c2; border-top:3px solid #ffaa05; border-bottom:none; position:relative; top:1px; float:left; margin-right:5px; height:40px; line-height:42px; background:#fff;}
.tab-active a{padding:0px 15px;}
.table-head-tr-huise td{height:25px;background-color:#f9f9f9;color:#707070;text-align:center;}
/**xzh add end**/