/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Segoe UI",Helvetica,Arial,"Hiragino Sans GB","WenQuanYi Zen Hei","Microsoft Yahei","Microsoft Jhenghei",STHeiti,SimHei,"WenQuanYi Micro Hei",sans-serif;
}

body{
	background-image: url(http://192.168.1.180:9292/img/bg/bg_home3.jpg);
}

li {
	list-style-type: none;
}
a {text-decoration: none;}
.page {
	float: left;
	width: 100%;
}
.page-header{
	margin-top: 20px;
}

.page-header,
.page-header-layout,
.page-inner-layout,
.page-inner-layout .page-body-main,
.index-list-news {
	float: left;
	width: 100%;
}
.page-inner-layout {
	background-color: #fff;
}
.page-header-layout .logo,
.page-header-layout .logo a {
	float: left;
	width: 100%;
}
.page-header-layout .logo span {
	display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 230px;
    height: 48px;
    background: url(/img/logo-c.png) center center no-repeat;
    background-size: 100%;
}

.super-nav-bg {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.super-nav-bg .super-top-nav {
	float: left;
	width: 100%;
}

.super-nav-bg .super-top-nav ul {
	float: left;
	width: 100%;
	background-color: #9e4b47;
}

.super-nav-bg .super-top-nav ul li {
	float: left;
	width: 25%;
	border-right: 1px solid #ae6f68;
}

.super-nav-bg .super-top-nav ul li:last-child {
	border-right: none;
	width: 24%;
}

.super-nav-bg .super-top-nav ul li a {
	float: left;
	width: 100%;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	line-height: 48px;
	color: #fff;
}

.mod-focus-image-slider,
.mod-focus-image-slider .slider-list {
	float: left;
	width: 100%;
	height: 260px;
	overflow: hidden;
	position: relative;
}

.mod-focus-image-slider .slider-list li.data{
	display: none;
}

.mod-focus-image-slider .slider-list li.show .slider-image,
.mod-focus-image-slider .slider-list li.show .slider-image a,
.mod-focus-image-slider .slider-list li.show .slider-image a img{
	float: left;
	width: 100%;
}

.mod-focus-image-slider .slider-list li.show .slider-desc {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 40px;
}
.mod-focus-image-slider .slider-list li.show .slider-desc p {
	position: absolute;
	left: 0;
	line-height: 40px;
	text-indent: 10px;
	width: 70%;
	color: #fff;
	z-index: 10;
	overflow: hidden;
}
.mod-focus-image-slider .slider-list li.show .slider-desc span {
	position: absolute;
	z-index: 2;
	left: 0;
	background-color: rgba(0,0,0, 0.9);
	width: 100%;
	height: 100%;
}

.mod-focus-image-slider .slider-handler {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30%;
	height: 40px;
	z-index: 20;
}

.mod-focus-image-slider .slider-handler span {
	float: left;
	width: 12px;
	height: 12px;
	background-color: #888888;
	display: block;
	margin-right: 10px;
	margin-top: 14px;
}
.mod-focus-image-slider .slider-handler span:last-child {
	margin-right: 0;
}
.mod-focus-image-slider .slider-handler span.active {
	background-color: #fff;
}

.index-list-news {
	background-color: #fff;
	padding-bottom: 20px;
}

.index-list-news .ui-tab-nav {
	float: left;
	width: 96%;
	border-bottom: 1px solid #999;
	padding-left: 4%;
	padding-top: 10px;
	margin-bottom: 10px;
	background-color: #fff;
}

.index-list-news .ui-tab-nav li {
	float: left;
	width: 24%;
	height: 50px;
}

.index-list-news .ui-tab-nav .three li {
	width: 32%;
}
.index-list-news .ui-tab-nav .two li {
	width: 49%;
}

.index-list-news .ui-tab-nav li a {
	float: left;
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 16px;
	line-height: 40px;
	margin-top: 10px;
}

.index-list-news .ui-tab-nav li a.active {
	border-top: 4px solid #2f74ad;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #fff;
	line-height: 40px;
	margin-left: -1px;
	margin-top: 6px;
	/*padding-bottom: 5px;*/
	background-color: #fff;
	color: #1c5b91;
}

.index-list-news .ui-tab-body {
	float: left;
	width: 96%;
	margin-left: 2%;
}

.ui-tab-body .tab-body-section {
	float: left;
	width: 100%;
	display: none;
	overflow-x: hidden;
}

.ui-tab-body .tab-body-section.active {
	display: block;
}

.ui-tab-body .tab-body-section ul,
.ui-tab-body .tab-body-section ul li {
	float: left;
	width: 100%;
	padding: 12px 0;
}

.ui-tab-body .tab-body-section ul li {
	border-bottom: 1px dashed #999;
}

.ui-tab-body .tab-body-section ul.index-list li a {
	float: left;
	width: 71%;
	padding-left: 9%;
	font-size: 16px;
	line-height: 22px;
	color: #333;
	position: relative;
}
.ui-tab-body .tab-body-section ul.index-list li h5 {
	float: left;
	width: 100%;
	text-align: center;
}
.ui-tab-body .tab-body-section ul.index-list li a:before {
	content: '';
	position: absolute;
	left: 15px;
	top: 6px;
	width: 8px;
	height: 8px;
	background-color: #1c5b91;
	display: block;
}

.ui-tab-body .tab-body-section ul li span {
	float: left;
	width: 18%;
	text-align: right;
	font-size: 12px;
	line-height: 22px;
	color: #999;
}

.ui-tab-body a.more {
	float: left;
	width: 90%;
	margin: 5px 5%;
	font-size: 16px;
	background-color: #ececec;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 8px;
	text-align: center;
	line-height: 40px;
}

.ui-tab-body .tab-body-section ul.video li {
	border: none;
	width: auto;
}
.ui-tab-body .tab-body-section ul.video li a {
	float: left;
	width: 100%;
	padding: 0;
	height: 230px;
	overflow: hidden;
}

.ui-tab-body .tab-body-section ul.video li a:before {
	display: none;
}


.ui-tab-body .tab-body-section ul.video li a img {
	width: 100%;
	height: 200px;
}
.ui-tab-body .tab-body-section ul.video li a h5 {
	text-align: center;
}


.ui-tab-body .tab-body-section ul.leaders {
	float: left;
	width: 100%;
	display: inline-block;
}

.ui-tab-body .tab-body-section ul.leaders li{
	float: left;
	width: 47%;
	border: 1px solid #ccc;
	border-radius: 6px;
	margin-right: 4%;
	margin-bottom: 10px;
}

.ui-tab-body .tab-body-section ul.leaders li:nth-child(2n){
	margin-right: 0;
}

.ui-tab-body .tab-body-section ul.leaders li span {
	float: left;
	width: 50%;
	text-align: left;
	text-indent: 10px;
	font-size: 16px;
	color: #333;
}


@charset "UTF-8";

@font-face {
  font-family: 'fontello';
  src: url('/fonts/fontello.eot?34343949');
  src: url('/fonts/fontello.eot?34343949#iefix') format('embedded-opentype'),
       url('/fonts/fontello.woff?34343949') format('woff'),
       url('/fonts/fontello.ttf?34343949') format('truetype'),
       url('/fonts/fontello.svg?34343949#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="ic-"],
[class*=" ic-"] {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  /* fix buttons height */
  line-height: 1em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
}

[class^="ic-"]:before,
[class*=" ic-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


.ic-download {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x1f4e5;&nbsp;');
}
.ic-download:before {
  content: '📥';
}

.ic-chat-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e6;&nbsp;');
}
.ic-chat-empty:before {
  content: '\f0e6';
}

.ic-edit {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x270d;&nbsp;');
}
.ic-edit:before {
  content: '\270d';
}

.ic-flag-checkered {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11e;&nbsp;');
}
.ic-flag-checkered:before {
  content: '\f11e';
}


.online-service .big-links a {
  display: block;
  color: #fff;
  margin-top: 10px;
  float: left;
  width: 46%;
  margin: 10px 2%;
  height: 42px;
  line-height: 42px;
  font-size: 1em;
  background: #33406c;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.online-service .big-links a i {
  font-size: 1.5em;
  margin-left: .4em;
  vertical-align: middle;
  margin-right: .2em;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}


#footer {
  float: left;
  width: 100%;
  height: 100px;
  padding-top: 20px;
  border-top: 6px solid #13659f;
  background-color: #cedbe1;
}

#footer p {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
}


#footer p a {
	color: #333;
}

#footer p a.grey {
	color: #999;
}

.sub-nav,
.sub-nav ul{
	float: left;
	width: 100%;
}
.sub-nav {
	margin-top: 15px;
	width: 92%;
	margin-left: 4%;
}

.sub-nav ul li {
	float: left;
	min-width: 18%;
	margin-right: 2%;
	font-size: 16px;
	line-height: 36px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 5px;
	padding: 0 2%;
}

.sub-nav ul li:nth-child(4n) {
	margin-right: 0;
}

.sub-nav ul li a {
	float: left;
	width: 100%;
	text-align: center;
	color: #333;
}
.sub-nav ul li.active {
	background-color: #999;
}
.sub-nav ul li.active a {
	color: #fff;
}

.sub-nav .current {
	float: left;
	font-size: 16px;
	line-height: 32px;
	color: #666;
}

.sub-nav .current span{
	color: #9a4a40;
}

.ui-tab-body .tab-body-section ul.tupian{
	padding-top: 0;
}
.ui-tab-body .tab-body-section ul.tupian li {
	border: none;
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
	height: 120px;
	padding-bottom: 5px;
}
.ui-tab-body .tab-body-section ul.tupian li:nth-child(2n) {
	margin-right: 0;
}

.ui-tab-body .tab-body-section ul.tupian li a {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
}
.ui-tab-body .tab-body-section ul.tupian li a img {
	float: left;
	width: 100%;
}
.ui-tab-body .tab-body-section ul.tupian li a p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 32px;
	line-height: 32px;
	color: #fff;
	z-index: 4;
	text-indent: 6px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.ui-tab-body .tab-body-section ul.tupian li a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 32px;
	line-height: 32px;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0, 0.6);
	z-index: 1;
}
.index-list-news .collapse {
	border-bottom: none;
}

.index-list-news .collapse > ul {
	float: left;
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 96%;
}

.index-list-news .collapse > ul > li {
	width: 100%;
	border-top: 1px solid #999;

}
.index-list-news .collapse > ul > li:first-child,
.index-list-news .collapse > ul > li:first-child a.active {
	border: none;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.index-list-news .collapse > ul > li > a {
	border: none;
	margin: 0;
	text-align: left;
	font-size: 16px;
	line-height: 50px;
	text-indent: 10px;
}

.index-list-news .collapse > ul > li > a.active {
	border: none;
	margin: 0;
	background-color: #eee;
	color: #1d64a4;
	line-height: 50px;
}

.index-list-news .collapse > ul > .ui-tab-body li a{
	text-align: left;
}

.index-list-news .collapse > ul > .ui-tab-body {
	margin-bottom: 10px;
}

.article-content {
	float: left;
	margin-left: 4%;
	width: 92%;
	margin-bottom: 20px;
}

.article-content img {
	max-width: 100%;
}

.article-content p {
	font-size: 16px;
	list-style-type: 24px;
}

.article-content .title {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 22px;
	list-style-type: 42px;
}
.article-content .info {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	color: #999;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 20px;
}

.prev-next {
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
}

.prev-next a {
	float: right;
	margin-left: 20px;
	color: #666;
	font-size: 18px;
	line-height: 40px;
}

.article-desc {
	float: left;
	width: 99%;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	margin-top: 10px;
}

.article-desc span {
	float: left;
	margin-top: 4px;
	margin-left: 4px;
	width: 102px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	background-color: #333;
}

.article-desc p {
	float: left;
	width: 94%;
	margin: 10px 3%;
	font-size: 16px;
	line-height: 22px;
}

.last-next {
	margin-top: 20px;
	border-top: 1px solid #ccc;
	font-size: 20px;
	line-height: 40px;
}
.last-next a {
	font-size: 16px;
	color: #333;
}


.article-aside {
	float: left;
	width: 92%;
	margin-left: 4%;
}

.article-aside h2 {
	float: left;
	width: 150px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	background-color: #999;
	color: #fff;
	text-align: center;
}
.article-aside .content {
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	padding-top: 15px;
	margin-bottom: 15px;
}

.article-aside ul.content {
	float: left;
}

.article-aside ul.content li {
	float: left;
	width: 47%;
	margin-right: 6%;
}

.article-aside ul.content li:nth-child(2n) {
	margin-right: 0;
}

.article-aside ul.content li img {
	width: 100%;
	height: 120px;
	margin: 0;
}

.article-aside ul.content li span {
	float: left;
	width: 100%;
	height: 22px;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.article-aside.shouce {
	float: left;
}

.article-aside.shouce h4 {
	float: left;
	width: 100%;
	font-size: 16px;
	margin-top: 10px;
}

.article-aside.shouce p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}


.article-aside .content em {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 26px;
}

.article-aside .content img {
	text-align: center;
	width: 50%;
	float: left;
	margin-left: 25%;
	margin-right: 25%;
}





