.header {
  padding: 30px 0;
  }
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
  clear: both; 
}

.logo {
float:left;
}
.logo-text {
	float: right;
	font-size: 36px;
	color: #ffffff;
	border-left: 1px groove #ffffff;
	padding-left: 10px;
	margin-left: 20px;
	margin-bottom: 11px;
	margin-top: 11px;
	height: 50px;
}

.social-icons {
	float: right;
	margin: 21px 100px 0px 0px;
}

.xt-btn-size {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.nav-wil{
padding:0;
}

.xt-search {
	float: right;
  border: 1px solid #d2cfcf;
  margin: 7px 15px 0 0;
}

.xt-search input[type="search"] {
  border: none;
  outline: none;
  padding: 5px 10px;
  font-size: 14px;
  color: #C2c2c2;
}

.xt-search form input[type="submit"]{
  background: url(../images/search.png) no-repeat 13px 9px;
  width: 45px;
  height: 32px;
  border: none;
  margin: 0 0 0 -4px;
  padding:0;
  border-left: 1px solid #d2cfcf;
  border-right:none;
  border-bottom:none;
  border-top:none;
}

/*
 * text-transform属性控制文本的大小写，none默认定义带有小写大写字母的标准文档，capitalize每一个单词大写字母开头，uppercase仅有大写字母，lowercase仅有小写字母，inherit规定应该从父元素继承text-transform属性
 * font-weight 定义文本中字体粗细，400等同于normal（默认值），700等同于bold(粗字体)，取值100~900,此外bolder(更粗的)，lighter（更细的），inherit（规定应该从父元素继承字体的粗细）；
 * border-right 右边框 ，1px宽度，solid实线，#dedddd颜色，border-style:dotted solid double dashed：上边框是点状，右边框是实线，下边框是双线，左边框是虚线；
 */
.navbar-default .navbar-nav > li > a {
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
	background: none;
	color: #020202;
	font-size: 14px;
	font-weight: 600;
	border-right: 1px solid #dedddd;
}

/*a:hover 选择鼠标指针浮动在其上的元素，并设置其样式*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background: #1cb363;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color:#fff;
  background: none;
}

.navbar-default .navbar-collapse{
	background:#fff;
  border-color: #fbfbfb;
}

/*
 * webkit开源浏览器引擎，transform: translateZ(0)是一个小技巧，又来“欺骗”浏览器来开启硬件加速，使得网站或者应用表现的更为流畅;
 * box-shadow 属性向框添加一个或多个阴影;
 * -webkit-backface-visibility:hidden 这个CSS3可以在CSS3动画时解决闪烁的问题;
 * backface-visibility属性定义当元素不面向屏幕时是否可见,如果在旋转元素不希望看到其背面时，该属性很有用,visible背面是可见的,hidden背面是不可见的；
 * transition-property要变化的属性，比如元素变宽则是width，文字颜色要变色这是color；
 */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow:0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  -moz-osx-font-smoothing:grayscale;
  position:relative;
  -webkit-transition-property:color;
  transition-property:color;
  -webkit-transition-duration:0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1cb363;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}

.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

@media (max-width:1024px) {
	.logo-image {
		width: 230px;
		height: 64px;
	}
	.logo {
		margin-top: 4px;
		margin-bottom: 4px;
	}
	.logo-text {
		font-size: 28px;
		margin-bottom: 14px;
		margin-top: 14px;
		height: 44px;
	}
	.social-icons {
	float: right;
	margin: 21px 50px 0px 0px;
	}
}

@media (max-width: 800px) {
	.header {
	  padding: 23px 0;
	}
	.logo-image {
		width: 180px;
		height: 50px;
		
	}
	.logo {
		margin-top: 11px;
		margin-bottom: 11px;
	}
	.logo-text {
		font-size: 20px;
		margin-bottom: 18px;
		margin-top: 18px;
		height: 36px;
	}
	.xt-btn-size {
		padding: 1px 5px;
		font-size: 12px;
		line-height: 1.5;
		border-radius: 3px
	}
	.social-icons {
		float: right;
		margin: 25px 30px 0px 0px;
	}
	
	.xt-search input[type="search"] {
	  padding: 2px 10px;
	  font-size: 13px;
	  }
	.xt-search form input[type="submit"] {
	  background: url(../images/search.png) no-repeat 10px 6px;
	  width: 38px;
	  height: 26px;
	  }
}

@media (max-width: 768px) {
	.header {
	  padding: 23px 0;
	}
	.logo-image {
		width: 180px;
		height: 50px;
	}
	.logo {
		margin-top: 11px;
		margin-bottom: 11px;
	}
	.logo-text {
		font-size: 20px;
		margin-bottom: 18px;
		margin-top: 18px;
		height: 36px;
	}
	.social-icons {
		float: right;
		margin: 25px 30px 0px 0px;
	}
	
	.xt-search input[type="search"] {
	  padding: 2px 10px;
	  font-size: 13px;
	  }
	.xt-search form input[type="submit"] {
	  background: url(../images/search.png) no-repeat 10px 6px;
	  width: 38px;
	  height: 26px;
	  }
	.navbar-default .navbar-collapse {
	  padding: 0 0 21px 0;
	}
	
	.navbar-nav {
	  float: none;
	  width: 100%;
	  text-align: center;
	}
	.xt-search {
	  float: none;
	  margin: 15px auto;
	  text-align: center;
	  width: 228px;
	}
	
	.navbar-default .navbar-nav > li > a {
		border-bottom: 1px solid #dedddd;
		border-right: none;
	}

}

@media (max-width: 480px) {
	.header {
	  padding: 14px 0;
	}
	.logo-text {
		border: none;
		font-size: 16px;
		margin-top: 0px;
		margin-bottom: 0;
		margin-right: 150px;
		height: auto;
	}
	
	.social-icons {
		float: right;
		margin: 25px 30px 0px 0px;
	}
	
}
@media (max-width: 320px) {
	.logo {
	  float: left;
	  width: 100%;
	  text-align: center;
	}
	.logo-text {
		border: none;
		margin-top: 0px;
		margin-right: 40px;
		margin-bottom: 0px;
	}
	.social-icons {
		float: right;
		margin: 25px 0px 0px 0px;
	}
	.xt-search {
	  width: 100%;
	}
}

.tzgg {
	width: 80%;
	height: 300px;
	border: 1px solid #d2cfcf;
	margin-top:15px;
	margin-left: 15px;
}
.tzgg h1 {
	height: 34px;
	line-height: 34px;
	width: 100%;
	position: relative;
	font-size: 18px;
	color: #fff;
	text-indent: 16px;
	font-weight: normal;
	background: #1cb363;
	margin-top: 0px;
}

.tzgg h1 a {
	float: right;
	width: 12px;
	height: 32px;
	position: absolute;
	right: 10px;
	background: url(../images/icon2.png) -287px -373px;
}

.tzgg ul li a {
	line-height: 31px;
	display: block;
	text-indent: 10px;
	position: relative;
	font-size: 14px;
	color: #222;
}

.tzgg ul li a span {
	position: absolute;
	right: 20px;
	font-size: 14px;
	color: #222;
}

.panel-body table thead tr th span {
	color: #1cb363;
}
.list-inline {
	float: right;
}
.navli a{
	color: #fff;
}
.navli >a:hover,.navli >a:focus,navli >a:active {
	color: #2e5fa1;
	background: #fff;
	text-decoration: none;
}
.navli:hover,.navli:focus,.navli:active {
	color: #2e5fa1;
}

