﻿@import url("system.css");
body,
div,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0 auto;
	padding: 0;
	border: 0
}
body {
	color: #444;
	background: #F2F2F2;
	font: 12px/24px "Microsoft Yahei", Arial, Verdana, Tahoma, Sans-Serif;
	padding-top: 50px;
}
ul,
ol,
li { list-style: none }
a:link,
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover { color: #000 }
.hiiden { display: none }
.pos { position: relative }
.fb { font-weight: bold }
/*scrollbar*/
::-webkit-scrollbar {
width: 5px;
height: 5px;
}
::-webkit-scrollbar-track, ::-webkit-scrollbar-thumb {
border-radius: 999px;
border: 5px solid transparent;
}
::-webkit-scrollbar-track {
box-shadow: 1px 1px 5px rgba(0,0,0,.2) inset;
}
::-webkit-scrollbar-thumb {
min-height: 20px;
background-clip: content-box;
box-shadow: 0 0 0 5px rgba(0,0,0,.2) inset;
}
::-webkit-scrollbar-corner {
background: transparent;
}
/*Slide*/
.sliderbox {
	position: relative;
	clear: both;
	overflow: hidden
}
.slidebanner img {
	width: 100%;
	display: block;
}
.slidebanner .bx-viewport {
	background: #fff;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.slidebanner .bx-pager,
.slidebanner .bx-controls-auto {
	position: absolute;
	bottom: 25px;
	width: 100%;
}
.slidebanner .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.slidebanner .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.slidebanner .bx-pager .bx-pager-item,
.slidebanner .bx-controls-auto .bx-controls-auto-item { display: inline-block; *zoom: 1;
*display: inline;
}
.slidebanner .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.slidebanner .bx-pager.bx-default-pager a:hover,
.slidebanner .bx-pager.bx-default-pager a.active { background: #333; }
.slidebanner .bx-prev {
	left: 10px;
	background: url(../img/controls.png) no-repeat -40px 0;
}
.slidebanner .bx-next {
	right: 10px;
	background: url(../img/controls.png) no-repeat 0 0;
}
.slidebanner .bx-prev:hover {
	background-position: -40px 0;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	opacity: .6;
}
.slidebanner .bx-next:hover {
	background-position: 0 0;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	opacity: .6;
}
.slidebanner .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 40px;
	height: 80px;
	text-indent: -9999px;
	z-index: 9999;
}
.slidebanner .bx-controls-direction a.disabled { display: none; }
.slidebanner .bx-controls-auto { text-align: center; }
.slidebanner .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.slidebanner .bx-controls-auto .bx-start:hover,
.slidebanner .bx-controls-auto .bx-start.active { background-position: -86px 0; }
.slidebanner .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.slidebanner .bx-controls-auto .bx-stop:hover,
.slidebanner .bx-controls-auto .bx-stop.active { background-position: -86px -33px; }
.slidebanner .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.slidebanner .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
.slidebanner .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.slidebanner .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.slideticker { overflow: hidden }
.slideticker .slide {
	position: relative;
	float: left;
	margin-bottom: 25px;
	width: 13%;
	height: auto;
	text-align: center;
	overflow: hidden
}
.slideticker .slide img {
	width: 100% !important;
	height: auto;
	display: block;
}
.slideticker .slide .info {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	opacity: .4;
	color: #FFF;
	padding: 15px;
	text-align: left;
z-index:
}
.navbar-default {
	background: url(../images/bg_header.jpg) repeat;
	/*overflow: hidden;*/
	border-radius: 0;
	min-height: 50px;
	margin-bottom: 0;
	border: 0
}
.navbar-brand { padding: 0px 15px !important; }
.navbar-default .navbar-toggle {
	margin-top: 8px;
	margin-bottom: 0px;
}
.navbar-default .navbar-brand { height: 50px; }
.navbar-default .navbar-brand img { height: 53px; width: 215px;}
.navbar-default .navbar-nav > li {
	background: url(../images/bg_nav.png) no-repeat right center;
	padding: 5px 0.7em 0;
}
.navbar-default .navbar-nav li em { display: block }
@media screen and (max-width: 1024px) {
.navbar-default .navbar-nav li { padding: 10px 1.4em 0 }
}
@media screen and (max-width: 991px) {
.navbar-default .navbar-nav li { padding: 12px 0.6em 0 }
}
.navbar-default .navbar-nav > li:last-child { background: none }
.navbar-default .navbar-nav > li > a {
	height: 48px;
	color: #ccc;
	font-weight: bold;
	font-size: 12px!important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus { color: #fff; }
.navbar-default .navbar-collapse,
.navbar-default .navbar-form { border-color: #1F1C1C; }
.navbar-default .navbar-nav li { text-align: center; }
.idx-news {
	background: url(../img/bg_inset.jpg) repeat;
	overflow: hidden;
	margin-top: 20px;
	padding: 15px
}
.idx-news-img { margin-right: 20px }
.idx-news ul li {
	border-bottom: 1px #999999 dashed;
	line-height: 31px;
	background: url(../img/bg_out.png) no-repeat left center;
	padding-left: 20px;
	overflow: hidden;
   width: 765px;
}
.idx-news ul li a { font-size: 14px; }
.idx-news ul li span.pull-left { margin-right: 10px; }
.idx-news ul li span.pull-right {
	background: url(../img/more.png) no-repeat;
	width: 41px;
	height: 14px;
	margin-left: 20px;
	margin-top: 9px;
}
.footer {
	background: url(../images/bg_header.jpg) repeat-x ;
	background-size: 100%;
	line-height: 40px;
	color: #888888;
	font-size: 12px;
	height: 40px;
}
.footer span { margin: 0 6px }
.footer a { color: #888888 }
/**/
.panel-default {
	padding-top: 20px;
	margin-bottom: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0;
	box-shadow: 0;
	border-bottom: 0px;
	border-top: 0px;
}
.panel-default .panel-heading {
	padding: 0 0;
	overflow: hidden;
	border-top: 0px;
	background: none;
}
.panel-default .panel-title { font-size: 12px }
.panel-default .panel-title a { color: #575757; }
.panel-default .panel-title a:hover { text-decoration: none }
.panel-default .panel-title span {
	float: left;
	background: url(../img/bg_out.png) no-repeat left center;
	padding: 10px 15px;
	border-bottom: 2px #AA302F solid;
	color: #666
}
.panel-default .panel-body {
	overflow: hidden;
	padding-top: 20px;
}
.about-o .panel-body { position: relative }
.about-o p {
	margin-bottom: 60px;
	color: #898989;
	background: url(../img/bg_liss.gif) no-repeat left 10px;
	text-indent: 2em;
}
.slidebanner2 {
	position: relative;
	margin-bottom: 20px;
}
.slidebanner2 img {
	max-height: 654px;
	max-width: 657px;
}
.slidebanner2 .outside {
	position: absolute;
	bottom: -30px;
	right: 10px;
}
.slidebanner2 .slider-prev a,
.slidebanner2 .slider-next a {
	display: block;
	float: left;
	width: 13px;
	height: 13px;
	overflow: hidden;
	text-indent: -999px
}
.slidebanner2 .slider-prev a {
	left: 10px;
	background: url(../img/controls2.png) no-repeat 0px 0;
}
.slidebanner2 .slider-next a {
	right: 10px;
	background: url(../img/controls2.png) no-repeat -13px 0;
}
.slidebanner2 .slider-prev a:hover {
	background-position: 0px 0;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	opacity: .6;
}
.slidebanner2 .slider-next a:hover {
	background-position: -13px 0;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	opacity: .6;
}
.about-t { background: url(../img/bg_inset.jpg) repeat }
.about-t li {
	position: relative;
	float: left;
	text-align: center;
	margin-right: 5px;
	cursor: pointer;
	margin-bottom: 5px
}
.about-t li img { width:228px; height: 155px }
.about-t li:last-child { margin-right: 0px }
.about-t .container { padding: 0 }
.about-t .info {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	opacity: .6;
	color: #FFF;
	padding: 15px;
	text-align: left
}
.slideticker2 { overflow: hidden }
.slideticker2 .col-sm-2 {
	margin-bottom: 10px;
	text-align: center;
	overflow: hidden;
	border-bottom: 1px #DDD solid;
}
.slideticker2 { margin-top: -8px; }
.slideticker2 .col-sm-2 a {
	display: block;
	border-right: 1px #DDD solid;
}
.slideticker2 .col-sm-2 img {
	height: auto;
	display: block;
	margin-bottom: 10px;
	padding: 0 12px;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active { border-color: transparent; }
.thumbnail {
	display: block;
	padding: 0;
	margin-bottom: 20px;
	border: 0;
	border-radius: 0;
	background: none
}
.serbg { background: url(../img/bg_inset.jpg) repeat }
.row { position: relative }
.service-f .panel-body { padding: 15px 15px 0 15px }
.service-f .thumbnail { margin-bottom: 6px; }
.service-f .thumbnail img { max-width: 384px }
.service-top {
	margin-bottom: 20px;
	font-size: 12px;/*margin-top: 30px;*/
}
.service-top p {
	color: #898989;
	line-height: 25px;
}
.service-con { padding: 5px 15px }
.row-foot {
	display: block;
	overflow: hidden;
	padding: 15px 0;
	border-top: 2px #CCC solid;
	position: absolute;
	left: 0;
	bottom: 20px;
	line-height: 1.4
}
.row-foot h3 {
	display: block;
	float: left;
	font-size: 12px;
	color: #575757;
	margin-right: 20px;
	font-weight: bold
}
.row-foot span {
	display: block;
	float: left;
	color: #999;
	margin: 0 5px;
	white-space: nowrap;
}
.row-foot span a {
	color: #8f8f8f;
	font-size: 12px;
}
.case-con { padding: 0px 25px; }
.case-con .row a {
	display: block;
	margin: 3px;
	position: relative;
}
.case-con .row a img { width:208px !important; height:150px}
.case-con .row a:hover { font-weight: bold }
.case-con .row div { padding: 0 }
.case-con .row p {
	line-height: 2;
	width: 100%;
	padding-left: 8px;
	position: absolute;
	bottom: 0;
	font-size: 12px;
	color: #FFF;
	background: #000;
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	opacity: .7;
}
.case-cat {
	padding: 15px 10px;
	margin-top: 5px;
	background: #EFEFEF;
	overflow: hidden
}
.case-cat .title {
	color: #A72525;
	font-size: 15px;
	margin-bottom: 8px;
	font-weight: bold
}
.case-cat .title span {
	font-size: 10px;
	margin-left: 10px;
}
.case-cat .form-control,
.case-cat .input-group-addon,
.case-cat .btn { border-radius: 0; }
.case-cat .form-control {
	border-right: 0;
	height: 20px;
	padding: 11px 10px;
	color: #CACACA;
}
.case-cat .input-group-sm > .input-group-btn > .btn {
	height: 24px;
	padding: 4px 10px;
}
.case-cat i { margin-top: -20px; }
.case-cat .btn-default:hover,
.case-cat .btn-default:focus {
	background-color: #fff;
	border-left: 0
}
.case-cat h3 {
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	color: #666
}
.case-cat .search { margin-bottom: 15px; }
.case-cat ul li { line-height: 25px; }
.case-cat ul li a {
	display: block;
	padding-left: 20px;
	color: #999;
	border-bottom: 1px #D6D6D6 solid;
}
.case-cat ul li a:hover {
	border: 1px #D6D6D6 solid;
	background: #FFF;
	margin-top: -1px;
	background-image: -moz-linear-gradient(top, #FEFEFE, #EFEFEF); /* Firefox */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FEFEFE), color-stop(1, #EFEFEF)); /* Saf4+, Chrome */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFEFE', endColorstr='#EFEFEF', GradientType='0'); /* IE*/
}
.case-info .bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
*zoom: 1;
}
.case-info .bx-pager-case {
	margin-top: 10px;
	width: 100%;
}
.case-info .bx-pager-case img {
	width: 90px;
	height: 55px;
	margin-right: 5px;
}
.case-info .bx-controls {
	position: absolute;
	top: -80px;
	right: 0
}
.bx-info-case { margin-top: 10px; }
.bx-info-case dl { clear: both }
.bx-info-case dl dt {
	float: left;
	width: 10%;
	line-height: 27px;
	color: #666
}
.bx-info-case dl dd {
	float: left;
	width: 90%;
	line-height: 27px;
	color: #999
}
.case-slide .outside {
	position: absolute;
	top: 15px;
	right: 10px;
}
.case-slide .slider-prev a,
.case-slide .slider-next a {
	display: block;
	float: left;
	width: 13px;
	height: 13px;
	overflow: hidden;
	text-indent: -999px
}
.case-slide .slider-prev a {
	left: 10px;
	background: url(../img/controls2.png) no-repeat 0px 0;
}
.case-slide .slider-next a {
	right: 10px;
	background: url(../img/controls2.png) no-repeat -13px 0;
}
.case-slide .slider-prev a:hover {
	background-position: 0px 0;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	opacity: .6;
}
.case-slide .slider-next a:hover {
	background-position: -13px 0;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	opacity: .6;
}
.case-pno {
	padding-top: 0;
	padding-bottom: 15px
}
.case-info .outside-case { width: 80%; }
.case-info .outside-case .bx-prev,
.case-info .outside-case .bx-next {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	z-index: 99999
}
/*.case-info .outside-case .bx-prev { background: url(img/controls3.png) no-repeat 0px center; }
.case-info .outside-case .bx-next { background: url(img/controls3.png) no-repeat -20px center; }*/
.case-info .outside-case .slider-prev {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	z-index:10;
}
.case-info .outside-case .slider-next {
	position: absolute;
	right: 0;
	height: 100%;
	width: 50%;
	top: 0;
	z-index:10;
}
.case_catm {
	position: fixed;
	top: 10%;
	right: 50px;
	width: 100px;
	_position: absolute;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom, 10)||0)-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
	z-index: 990;
}
.case_catm_tab { width: 160px; }
.icon_case_catm {
	width: 30px;
	height: 110px;
	float: left;
	background: url(../img/bg_catm_icon.jpg) 0 0;
	position: relative;
	display: none;
	cursor: pointer;
}
.case_catm_box {
	float: left;
	width: 100px;
	background: #3E3A39;
	overflow: hidden;
	display: block
}
.case_catm_tab img { display: block; }
.case_catm_head {
	width: 100px;
	height: 35px;
	font-size: 14px;
	position: relative;
}
.case_catm_head h3 {
	font-weight: bold;
	color: #F0ECEB;
	text-align: left;
	line-height: 35px;
	font-size: 14px;
	color: #FFF;
	padding: 0 15px
}
.case_catm_close:link,
.case_catm_close:visited {
	display: block;
	font-family: Verdana;
	font-size: 16px;
	width: 14px;
	height: 14px;
	position: absolute;
	color: #FFF;
	top: 3px;
	right: 5px;
}
.case_catm_con { padding-bottom: 15px; }
.case_catm_con li {
	height: 27px;
	padding: 0 4px
}
.case_catm_con li a {
	width: 80px;
	display: block;
	height: 28px;
	color: #F0ECEB;
	font-weight: bold;
	line-height: 28px;
	border-bottom: 1px #64605F solid;
	padding-left: 12px;
	overflow: hidden
}
.case_catm_con li a:hover {
	color: #3E3A39;
	border: 1px #D6D6D6 solid;
	background: #FFF;
	margin-top: -1px;
	background-image: -moz-linear-gradient(top, #FEFEFE, #EFEFEF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FEFEFE), color-stop(1, #EFEFEF));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFEFE', endColorstr='#EFEFEF', GradientType='0');
}
.honor-prize1{ padding: 15px 15px 0px 15px}
.honor-prize1 .col-sm-3 {
	height: auto;
	display: block
}
.honor-prize1 .col-sm-3 h4 {
	color: #A62625;
	font-weight: bold;
	font-size: 14px;
	margin-bottom:10px;
}
.honor-prize1 .col-sm-3 p.fs14 {
	font-size: 14px;
}
.honor-prize1 .col-sm-3 p.mt10 {
	margin-top:10px;
}
.honor-prize1 .col-sm-3 p.normal{ margin:0;}
.honor-con { padding: 15px 15px 0px 15px }
.honor-con .col-sm-6 {
	height: auto;
	display: block
}
.honor-con .col-sm-6 h4 {
	color: #A62625;
	font-weight: bold;
	margin: 10px 0 2px;
	font-size: 14px;
}
.honor-con-img .col-sm-4 {
	padding-left: 5px;
	padding-right: 5px;
}
.honor-con-img .col-sm-4 img { width: 100% }
.honor-con-img .col-sm-4 .thumbnail {
	margin-bottom: 0;
	margin-top: 10px;
}
.honor-prize { padding-bottom: 30px; }
.honor-prize-title {
	font-size: 14px;
	font-family: Verdana;
	color: #A52626;
	font-weight: bold;
	padding-left:10px;
}
.honor-prize-info {
	margin-bottom: 5px;
	background-color: transparent;
	padding: 5px 10px;
	/*padding: 0 10px 5px 0;*/
	cursor: pointer;
	overflow:hidden;
}
.honor-prize-info:hover {
	background: #999;
	color: #FFF
}
.honor-prize-info p { color: #989898 }
.honor-prize-info .fb {
	color: #575757;
	font-size: 12px;
	padding: 5px 0
}
.honor-prize-info:hover p { color: #FFF }
.honor-prize .hd {
	border-bottom: 1px #CCCCCC solid;
	position: relative;
	/*top:20px;*/
	margin-top:20px;
	z-index:99;
}
.honor-prize .hd ul {
	position: absolute;
	top: -10px;
}
.honor-prize .hd ul li {
	float: left;
	text-align: center;
	width: 14.28%;
	height: 35px;
	line-height: 35px;
	background: url(../img/bg_honor.jpg) center 5px no-repeat;
}
.honor-prize .hd ul li:hover { background: url(../img/bg_honor2.jpg) center 5px no-repeat; }
.honor-prize .hd ul li p { margin-top: 10px; }
.honor-prize .bd{ /*top:70px;*/margin-top:40px !important;}
.honor-activity .thumbnail { margin-bottom: 15px; }
.contact .panel-body { padding: 15px 15px 0px 15px }
.contact-map .col-sm-4 { border-right: 1px #CCCCCC solid }
.contact-map dl { margin-bottom: 30px; }
.contact-map dl dt { margin-bottom: 5px; }
.contact-map dl dd {
	line-height: 25px;
	color: #888
}
.contact-join { padding-top: 5pxl; }
.contact-join .serbg { padding-bottom: 15px; }
.contact-join table {
	margin-bottom: 2px;
	font-size: 14px
}
.contact-join table thead th {
	background: #575757;
	color: #FFF;
	border-right: 1px #FFFFFF solid;
	text-align: center;
}
.contact-join table thead th i { margin-left: 10px; }
.contact-join table tbody td {
	padding-left: 20px;
	background: #C0C0C0;
	color: #575757;
}
.contact-join .thumbnail {
	margin-bottom: 0;
	background-color: transparent
}
.contact-join .imgs .thumbnail {
	float: left;
	width: 49%;
}
.contact-join .imgs img { width: 100% }
 @media (min-width: 1200px) {
.case-info .container,
.case-pno .container,
.case-slide { width: 1100px; }
}
.news-list .list-group {
	padding-left: 0;
	margin-bottom: 0px;
}
.news-list .list-group-item {
	padding: 10px 5px 10px 20px;
	margin-bottom: -1px;
	background-color: transparent;
	border: 0px solid #ddd;
	border-bottom: 1px #ABABAB dotted;
	background: url(../img/bg_newsli.jpg) left center no-repeat;
}
.news-list .list-group-item:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.news_info { }
.news_info .title {
	font-size: 12px;
	line-height: 50px;
	font-weight: bold
}
.news_info .time { margin-bottom: 40px; }
.news_info .time span {
	font-size: 11px;
	margin-right: 20px;
}
.news_info .news_con { line-height: 30px; }
.news_info .news_con p { text-indent: 20px; }
.news_info .news_con .thumbnail { margin-top: 40px }
.news_info .news_con .mr5 { margin: 0 6px }
.pagination{}
.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #666;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #666;
	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: #999;
	border-color: #999;
}
.dynamic{}
.dynamic-o .media{ clear:both; border-bottom:1px #CCCCCC solid; margin-bottom:35px; padding-bottom:35px; overflow:hidden}
.dynamic-o .media-heading{ font-size:14px; font-weight:bold; line-height:35px;}
.dynamic-o .media-heading a{font-size:14px; font-weight:bold; color:#000}
.dynamic-o .media-body p{ font-size:12px; color:#747474; line-height:25px;}
.dynamic-o .pull-left{padding-right: 45px;}
.dynamic-o .pull-right{padding-left: 45px;}
.dynamic-o .media-more{ margin-top:25px;}
.navbar-nav>li>a{ line-height:40px;}


@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.text03pop{ z-index:10; background:white; width:700px;height:450px;}
.text03popleft{ float:left; width:250px;height:360px;border-right:1px solid #CCC;margin-top:40px; text-align:center;line-height:30px;}
.text03popright{ float:right;width:430px;line-height:30px; text-indent:28px;margin-top:40px;}