html,*{
	font-family:'Microsoft Yahei',Arial,'ºÚÌå';
	color:#333;
}
a{
	color:#333;
	text-decoration: none;
}
a:hover{
	color:#f00;
	/* text-decoration: none; */
}
body{
	background-color:#fff;
}
h1,h2,h3,h4,h5{
	font-family:'Microsoft Yahei';
}
.top {
	padding:0;
	background-color: #5bc0de;
}

.top h1{
	font-size:50px;
	font-weight: 700;
	color:#000;
}

.toplink {
	margin:0;
	padding:10px 0px 8px;
	z-index:9999;
	list-style:none;
	/*position:relative;*/
}

.toplink li {
	color:#eee;
	font-size: 12px;
	display:inline;
	list-style:none;
	padding-bottom:15px;
}

.toplink li a{
	color:#eee;
	font-size: 12px;
}
.toplink li a:hover {
	color: #fff;
/*	border-bottom: 1px solid #fff;*/
}

.toplink li.devider { 
	top:-1px;
	padding:0;
	font-size:8px;
	position:relative;
	margin:0 3px 0 2px;
	font-family:Tahoma;
	border-right:solid 0 #bbb;
}

.toplink i {
	color:#999;
	font-size:18px;
	margin-top:3px;
	cursor:pointer;
}

.toplink li ul { 
	top:30px; 
	margin:0;
	left:-6px;
	display:none; 
	padding-top:4px;
	position:absolute; 
	border-radius:3px;
	padding-bottom:4px;
	background:#f0f0f0;
}

.toplink li:hover ul { 
	display:block; 
}

.toplink li ul li { 
	padding-bottom:0;
	display:list-item;
	position:relative;
	margin-bottom:1px;
}

.toplink li ul li a { 
	color:#555;
	display:block;
	min-width:85px; 
	font-size:10px;
	padding:2px 12px;
	background:#f0f0f0;
	text-decoration:none;
}

.toplink li ul li a:hover, 
.toplink li ul li.active a {
	opacity:1 !important;
	color:#555 !important;
	font-size:10px !important;
	text-shadow:none !important;
	background:#fafafa !important;
}

.toplink li ul li.active i {
	top:2px; 
	right:-5px;
	font-size:14px;
	cursor:default;
	position:absolute;
	text-shadow:0 1px 0 #e9e9e9;
}

.toplink i.icon-globe {
	color:#bbb;
	font-size:13px;
	margin:3px 3px 0 0;
}

.toplink li i.icon-sort-up {
	top:21px; 
	left:-1px;
	color:#eee;
	display:none;
	font-size:14px;
	cursor:default;
	position:absolute;
}

.toplink li:hover i.icon-sort-up {
	display:block;
}

.toplink li:hover i.icon-ok {
	top:-2px;
	color:#aaa;
}
/*header*/
#header{
	border-bottom: 1px solid #eee;	
}

/*page guide link*/
.breadcrumbs {
	background-color:#fff;
	background-image: url(banner.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	background-attachment:fixed;
	background-position:center;
	border-bottom:1px solid #eee;
	margin:0;
	padding:0;
}
.dark-translucent-bg {
	background-color: rgba(0, 0, 0, 0.7);
}

.breadcrumbs h1{
	padding-top: 5px;
	/*display: none;*/
}
.breadcrumb {
  font-size: 14px;
  background: transparent;
  border:0;
  margin:0;
  padding:40px 10px 0 0;
}
.breadcrumb li{
  background-color: rgba(0,0,0,0.3);	
  color:#fff;
  padding:10px;
}
.breadcrumb li i{
	color:#fff;
}
.breadcrumb li:before{
	content:'当前位置:  ';
}
.breadcrumb li a{
  color:#fff;
  padding:0 4px;
}
.breadcrumb li a:hover{
  color:#eee;

}

/*column*/
.sidebar{
	background-color:#fff;
}
.collist{
	border-left:0 dotted #eee;
	margin-left:0;
}
/*links*/
.links {
	margin-top:20px;
	margin-bottom: 0;
	padding:20px 10px;
	background:#fff;
	color:#000;
} 
/*footer*/
.footer {
	padding:20px 10px;
	background:#efefef;
	color:#000;
} 
.footer .footercol{
	border-right:0 solid #eee;
}
.footer h1, 
.footer h2, 
.footer h3, 
.footer h4, 
.footer h5 {
	text-shadow:none;
	font-weight:normal !important; 
} 
.footer p,
.footer a {
	font-size:14px;
} 
.footer p {
	color:#eee;
} 
.footer a {
	color:#333;
}
.footer a:hover {
	color:#444;
	text-decoration: none;
}
.footer .nlink a{
	color:#fff;
}
.footer h4, 
.footer h3 {
	color:#333;
	background:none;
	text-shadow:none;
}
.footer .friendlink{
	background:transparent!important;
}
.footer span{
	border-radius:0;
}
.footer span.label.label-info{
	margin-bottom:4px;
}
.footer .headline {
	display:block;
	margin:10px 0 25px 0;
	border-bottom:1px solid #ddd;
}
.footer .headline h3, 
.footer .headline h4 {
	text-align: center;
	color:#333;
	margin:0 0 0px 0;
	padding:0 10px 5px;
	display:inline-block;
	border-bottom:1px solid #5bc0de;
}
.footer .headline h3{
	font-size: 20px;
}
.footer  a{
	margin-bottom:5px;
}
/*Copyright*/
.copyright {
	font-size:12px;
	padding:12px 10px;
	background:#5bc0de;
}
.copyright p {
	color:#eee;
	text-align: center;
	line-height: 100%;
	padding-top: 12px;
}
.copyright a {
	margin:0 5px;
	color:#5bc0de;
}
.copyright a:hover {
	color:#a8f85f;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}

/*orther setting*/
.caret{
	color:#efefef;
}

.newsblock{
	margin: 10px auto;
	margin-bottom: 20px;
}
.panel{
	height: 340px;
	overflow: hidden;
	background-color: #fff;
}
.panel-body{
	background-color: #fff;
}
.panel-heading a:hover{
	color:#ddd;
}
.panel-heading .more{
	float: right;
}

.panel-title{
	background:transparent;
}
.panel-danger,.panel-warning,.panel-info,.panel-primary{
	border-color:#eee;
	box-shadow: none;
}
/*自定义panel样式*/
.panel-sd {
  border-color: #efefef;
  height:auto !important;
  box-shadow: none;  
}
.panel-sd > .panel-heading {
  color: #333333;
  background-color: #fff;
  border-color: #efefef;
  text-align:center;
}
.panel-sd > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #efefef;
}
.panel-sd > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-sd > .panel-title h3 {
  line-height:60px;
}
.panel-sd > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #efefef;
}

ul .list-group{
	background-color: #fff;
}
.label{
	background-color: #5bc0de;
}
.label a {
	color:white;
}

.list-group-item{
	background: #fff;
	color:#333;
}
.list-group li{
	background: #fff url(pot.gif) 0 50% no-repeat;	
}
a.list-group-item{
	background-color: #fff;
	color:#333;
}
ul.list-group{
	margin:0;
	padding:0;
}
.list-group li{
	border:0;	
	border-top:1px dotted #999;
	padding:0 -5px;
	overflow:hidden;
	word-wrap:nowrap;
	white-space:ellipsis;
}
.list-group li:last-child{
	border-bottom:1px dotted #999;
}
li.list-group-item a{
	color:#333;
	font-size:14px;
}
li.list-group-item a:hover{
	color:#5bc0de;
}
/* .list-group-item{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
} */
li.list-group-item:first-child{
	border-top:0 dotted #999;
}
.list-group-item > span.badge{
font-weight: normal;
	background-color: #fff;
	color:#666;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #5BC0DE;
  border-color: #5bc0de;
}
.unstyled{
	list-style: none;
}
.mainblock{
	min-height: 400px !important;
	margin-bottom: 30px;
}
.colmargin{
	margin:10px auto;
}
/*news detail*/
blockquote {
  border-left: 5px solid #eee;
  text-align: left;
  color:#aaa;
}
.blockquote-reverse{
  border-right: 5px solid #eee;
  text-align: right;
  color:#aaa;
  font-size: 14px;
}
.columnblock{
	margin:0;
	padding:0;
	margin:30px auto;
	border:0 solid #eee;
	background-color:#FFF;	
}
.articlelist{
	margin:10px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #eee;
}
.articlelist p{
	color:#aaa;
}
.articlelist img{
	width:160px;
	height:90px;
}
.articlelist img:hover {
	opacity: 1;
	filter: alpha(opacity=80);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.articlelist .time{
	position:relative;
	right:10px;
	bottom:0px;
	text-align:right;
}
.articlecontent{
	text-align:left;
	font-size:14px;
	line-height:120%;
	padding:5px 15px;
}
.newsdetail{
	min-height: 400px;
	font-size:14px;
}
.newsdetail p{
	/* text-indent:2em; */
	font-size:14px;
	line-height:120%;
}
.newstitle{
	text-align:center;
	color:#c00;
	font-size:14px;
}

/*pagination*/
.pagination{
	background-color:#fff;
}
.pagination > li,.pagination > li > a {
  color: #333;
  border-color: #ddd;
  border-radius: 0;
}
.pagination > li > span {
  color: #fff;
  background-color: #5bc0de;
  border-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #5bc0de;
  border-radius: 0;  
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #fff;
  background-color: #5bc0de;
  border-radius: 0;  
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #fff;
  background-color: #5bc0de;
  border-radius: 0;  
}

/*font awesome*/
.fa-white{
	color:white;
}
.fa-red{
	color:red;
}
.fa-gray{
	color:gray;
}
.fa-black{
	color:black;
}
.fa-blue{
	color:#5bc0de;
}
/*img effect*/
/*CSS3 Hover Effect
.article img {
	left:10px;
	margin-left:-10px;
	position:relative;
   -webkit-transition: all 0.6s ease-in-out;
   -moz-transition: all 0.6s ease-in-out;
   -o-transition: all 0.6s ease-in-out;
   -ms-transition: all 0.6s ease-in-out;
   transition: all 0.6s ease-in-out;
}
.article:hover img {
   -webkit-transform: scale(1.2) rotate(5deg);
   -moz-transform: scale(1.2) rotate(5deg);
   -o-transform: scale(1.2) rotate(5deg);
   -ms-transform: scale(1.2) rotate(5deg);
   transform: scale(1.2) rotate(5deg);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
   filter: alpha(opacity=30);
   opacity: 0.3;
}*/
/*special css*/
h2 a{
	color:red;
}
.hot{
	color:red;
}
.hot a{
	color:red;
}

.red{
	background-color: red;
}
.green{
	background-color: green;
}
.blue{
	background-color: blue;
}
.orange{
	background-color: orange;
}
.new{
	float:right;
	background:url(new.gif) 0 0 no-repeat;
}
.pichotnews{
	margin:30px auto;
}
.hotnews{
	padding-top: 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #eee;
}
.hotnews h4 a{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
}

/*Spaces*/
.nomarginpadding{
/* 	margin-left:-5px;
margin-right:-5px; */
}
.margin-bottom-5, 
.margin-bottom-10, 
.margin-bottom-20, 
.margin-bottom-25, 
.margin-bottom-40, 
.margin-bottom-50, 
.margin-bottom-60,
.margin-top-5, 
.margin-top-10, 
.margin-top-20, 
.margin-top-25, 
.margin-top-40, 
.margin-top-50,
.margin-top-60 { 
	clear:both;
}   
.margin-bottom-5 {
	margin-bottom:5px;
}
.margin-bottom-10 {
	margin-bottom:10px;
}
.margin-bottom-20 {
	margin-bottom:20px;
}
.margin-bottom-25 {
	margin-bottom:25px;
}
.margin-bottom-30 {
	margin-bottom:30px;
}
.margin-bottom-40 {
	margin-bottom:40px;
}
.margin-bottom-50 {
	margin-bottom:50px;
}
.margin-bottom-60 {
	margin-bottom:60px;
}
.margin-top-5 {
	margin-top:5px;
}
.margin-top-10 {
	margin-top:10px;
}
.margin-top-20 {
	margin-top:20px;
}
.margin-top-25 {
	margin-top:25px;
}
.margin-top-30 {
	margin-top:30px;
}
.margin-top-40 {
	margin-top:40px;
}
.margin-top-50 {
	margin-top:50px;
}
.margin-top-60 {
	margin-top:60px;
}
.padding-left-100{
	padding-left: 100px;
}
.padding-right-100{
	padding-right: 100px;
}
.align-right{
	float:right;
}
/*staff list*/
#dep-team {
  background: #fff;
  margin-top: 100px;
}
#dep-team .team-box {
  position: relative;
  padding: 30px;
  padding-top: 5em;
  background: #fff;
  float: left;
  width: 100%;
  margin:40px auto;
}
.personimg{
  width: 147px;
  height: 147px;
  padding: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 15px solid #efefef;
}
@media screen and (max-width: 992px) {
  #dep-team .team-box {
    margin-bottom: 110px;
  }
}
#dep-team .team-box .user {
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -73px;
  margin-left: -73px;
  width: 147px;
  height: 147px;
}
#dep-team .team-box .user img {
  width: 147px;
  height: 147px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 15px solid #efefef;
}
#dep-team .team-box h3 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
#dep-team .team-box .position {
  font-size: 16px;
  color: #8f989f;
  display: block;
  margin-bottom: 30px;
}
#dep-team .team-box .social-media {
  margin: 0;
  padding: 0;
}
#dep-team .team-box .social-media li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 24px;
  margin-right: 10px;
}
#dep-team .team-box .social-media li a {
  color: #333;
}
#dep-team .team-box .social-media li a:hover, #dep-team .team-box .social-media li a:focus, #dep-team .team-box .social-media li a:active {
  text-decoration: none;
  color: #ff3b30 !important;
}
/*search form*/
.form-group-sm {
	float: right;
}
.search {
  position: relative;
  background: #83D0E7;
  padding: 0;
  float: right;
  width: 186px;
  margin-top:20px;
}
.search input[type="text"] {
  margin: 0px 0;
  padding:2px 0px 2px 15px;
  outline: none;
  color: #eee;
  background: none;
  border: none;
  position: relative;
  font-size: 0.9em;
  -webkit-appearance: none;
  width:140px;
}
.search input[type="submit"] {
  background: url('search.png') no-repeat 13px 3px;
  border: none;
  cursor: pointer;
  width: 46px;
  outline: none;
  position: absolute;
  height: 30px;
  top:4px;
  right: 2px;
}

/*sidebar & nav-pill*/
.block {
	padding-bottom: 40px;
}
.sidebar .block:first-child {
	margin-top: 2px;
}
.sidebar .separator {
	width: 30px;
	height: 5px;
	margin: 15px 0 20px;
	background-color: #5bc0de;
	border-color: #5bc0de;
}
.sidebar .separator:after {
	content: "";
	background-color: transparent;
}
/* Nav pills
---------------------------------- */
.btn-default{
	background-color: #fff;
	border:0;
}
.nav,.nav-pills{
	background-color: #fff;
}
.nav-pills > li > a {
	border-radius: 0;
	padding: 10px 15px;
	border: 1px solid transparent;
	color: #666666;
	font-size: 13px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 700;
}
.nav-pills.nav-stacked > li + li {
	margin-left: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
	border: 1px solid #f3f3f3;
	color: #5bc0de;
	background-color: #fff;
}
.nav-pills.nav-stacked > li > a:after {
	font-family: "FontAwesome";
	content: "\f105";
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	right: 15px;
	top: 9px;
	color: #d1d1d1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.nav-pills > li.active > a:after {
	color: #5bc0de;
}
.nav-pills > li.active > a:hover:after,
.nav-pills > li.active > a:focus:after,
.nav-pills > li > a:hover:after,
.nav-pills > li > a:focus:after {
	color: #5bc0de;
	right: 10px;
}

/*banner backgroud*/
.fixed-image {
	background-position: center center;
	background-repeat: no-repeat;
	height: 300px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.section {
	padding: 25px 0;
}

.dark-translucent-bg {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
	color:#fff;
}


.dark-translucent-bg,
.dark-translucent-bg h1,
.dark-translucent-bg h2,
.dark-translucent-bg h3,
.dark-translucent-bg h4,
.dark-translucent-bg h5,
.dark-translucent-bg h6 {
	color: #ffffff;
}
.dark-translucent-bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.dark-translucent-bg:after {
	background-color: rgba(0, 0, 0, 0.7);
}
/*vertical devider*/
.vertical-divider-left,
.vertical-divider-left-lg {
	border-left: 1px solid #eeeeee;
	padding-left: 50px;
	margin-left: 20px;
}
.vertical-divider-right,
.vertical-divider-right-lg {
	border-right: 1px solid #eeeeee;
	padding-right: 50px;
	margin-right: 20px;
}
/* --- colblock --- */

.colblock {
    margin:20px auto;
    width: 100%;
    text-align: center;
    border: 1px solid #eee;
}

.colblock-gray {
    background: #f8f8f8;
    padding: 20px 20px 30px;
}
.colblock-gray h4,
.colblock-gray i {
    margin-bottom: 20px;
}
.colblock-bottom {
    padding: 20px 0;
    text-align: center;
    background-color: #eee;
}
.colblock-bottom a {
    font-size: 16px;
    color: #004098;
    font-weight: 700;
}
.colblock-bottom a:hover {
    color: #c00;
    text-decoration: none;
}
/* Image Boxes
---------------------------------- */
.image-box {
	background-color: #fafafa;
	border: 1px solid #f3f3f3;
}
.grid-space-0 .image-box {
	border: none;
}
.image-box h3.title {
	margin-top: 0;
}
.image-box .btn {
	white-space: normal;
	border-color: transparent;
}
.image-box .btn-block {
	margin: 0;
}
.image-box-body {
	padding: 20px 15px 15px;
}
.overlay-container {
	position: relative;
	display: block;
	overflow: hidden;
}
.overlay-container img{
	width:100%;
	padding:5px;
	height:150px;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	background-color: rgba(241, 241, 241, 0.85);
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.overlay a {
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 26px;
	color: #e84c3d;
	background-color: #ffffff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
}
.overlay span {
	position: absolute;
	display: block;
	bottom: 10px;
	text-align: center;
	width: 100%;
	color: #000000;
	font-style: italic;
}
.overlay-links {
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 50%;
	margin-left: -50px;
	font-size: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-transition: all 0.25s linear 0.05s;
	-moz-transition: all 0.25s linear 0.05s;
	-ms-transition: all 0.25s linear 0.05s;
	-o-transition: all 0.25s linear 0.05s;
	transition: all 0.25s linear 0.05s;
}
.overlay-links a {
	position: static;
	margin-top: 0;
	margin-left: 0;
}
.overlay-links a + a:hover {
	color:#fff;
}
.overlay-links a + a {
	left: 50px;
	color: #ffffff;
	background-color: #e84c3d;
}
.overlay a:hover {
	color: #ffffff;
	background-color: #333333;
	text-decoration: none;
}
.overlay i {
	line-height: 50px;
}
.overlay i:hover {
	color:#fff;
}

.overlay-container:hover .overlay,
.overlay-container:hover .overlay-links {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}
li.list-group-item.n1 {
  
}

dl.btt {
  
}
p.hidden-sm.hidden-xs {
    display: none;
}
