@charset "gb2312";
/*!
 * KCUI v3
 *
 * Copyright 2018.7*/
/*-----字体图标引入------------------------------------------------------------------------*/
@import url("https://at.alicdn.com/t/font_775563_ewyw66jxq7m.css");
.iconfont{font-size: inherit;line-height: 1;-webkit-text-stroke-width:0;}
a{-webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out;}
a:hover,a:focus{text-decoration: none; color: #0069c5;}
#skip{height: 0; overflow: hidden;}

.dgw{color: #fff;}
.dgw:hover{color: #fff;}
/*-----控件------------------------------------------------------------------------*/
body {
 /*   background:url(../images/bg2.png) center top no-repeat #fff;
    font-size: 14px !important;*/
}
table td {
    vertical-align: middle !important;
    word-wrap: break-word;
    word-break: break-all;
}
[disabled] {
    cursor: not-allowed;
}
a[disabled] {
    color: #666;
}
/* 文字颜色 */
.text-primary{
    color: #0069c5!important;
}
.text-success{
    color: #66bb6a!important;
}
.text-error{
    color: #f15a5d!important;
}
.text-info{
    color: #42a5f5!important;
}
.text-warning{
    color: #ffa726!important;
}
.text-orange{
    color: #ff7043!important;
}
.text-purple{
    color: #5c6bc0!important;
}
.text-pink{
    color: #ec407a!important;
}
.text-blue {
    color: #0069c5!important;
}
.text-default {
    color: #444 !important;
}
.text-white {
    color: #fff !important;
}
/* 按钮 */
.btn {
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.btn:hover {
    box-shadow: 0 4px 7px rgba(0,0,0,0.25);
}
.btn-primary{
    color: #fff;
    background-color: #0069c5;
    border-color: #0069c5;  
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active{
    background-color:#0070d1!important;
    border-color:#0070d1!important;
}
.btn-info{
    color: #fff;
    background-color: #20a0e4;
    border-color: #20a0e4;  
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active{
    background-color:#22a8f0!important;
    border-color:#22a8f0!important;
}
.btn-cyan-blue{
    color: #fff;
    background-color: #23b6c8;
    border-color: #23b6c8;  
}
.btn-cyan-blue:hover,
.btn-cyan-blue:focus,
.btn-cyan-blue.focus,
.btn-cyan-blue:active,
.btn-cyan-blue.active{
    color: #fff;
    background-color:#24bfd4!important;
    border-color:#24bfd4!important;
}
.btn-blue{
    color: #fff;
    background-color: #0069c5;
    border-color: #0069c5;  
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue.focus,
.btn-blue:active,
.btn-blue.active{
    color: #fff;
    background-color:#368DDA!important;
    border-color:#368DDA!important;
}
.btn-success{
    color: #fff;
    background-color: #66bb6a;
    border-color: #66bb6a;  
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active{
    background-color:#6dc772;
    border-color:#6dc772;
}
.btn-danger{
    color: #fff;
    background-color: #f15a5d;
    border-color: #f15a5d;  
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active{
    background-color:#ff5e61;
    border-color:#ff5e61;
}
.btn-orange{
    color: #fff;
    background-color: #ff7043;
    border-color: #ff7043;  
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange.focus,
.btn-orange:active,
.btn-orange.active{
    color: #fff;
    background-color:#ff855f;
    border-color:#ff855f;
}
.btn-yellow{
    color: #fff;
    background-color: #ffa726;
    border-color: #ffa726;  
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow.focus,
.btn-yellow:active,
.btn-yellow.active{
    color: #fff;
    background-color:#ffbe5f;
    border-color:#ffbe5f;
}
.btn-purple{
    color: #fff;
    background-color: #5c6bc0;
    border-color: #5c6bc0;  
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple.focus,
.btn-purple:active,
.btn-purple.active{
    color: #fff;
    background-color:#7987D8;
    border-color:#7987D8;
}
.btn-pink{
    color: #fff;
    background-color: #ec407a;
    border-color: #ec407a;  
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink.focus,
.btn-pink:active,
.btn-pink.active{
    color: #fff;
    background-color:#EE6090;
    border-color:#EE6090;
}
.btn-white {
    background-color: #fff;
    border: 0;
}
.btn-default:hover {
    background: #fff;
}
ul.btnicon-lg li{
    text-align: center;
}
ul.btnicon-lg li a{
    padding-top: 14px;
    padding-bottom: 6px;
    display: block;
}
ul.btnicon-lg li a:active{
    background: #efefef;
}
ul.btnicon-lg li a i.iconfont{
    font-size: 38px;
}
ul.btnicon-lg li a p{
    margin-top: 15px;
    color: #444;
}
ul.btn-line li a.btn{
    box-shadow: none;
    border-color: #ebebeb;
}
ul.btn-line li a.btn:hover{
    border-color: #ddd;
    background-color: transparent;
    box-shadow: 0 4px 7px rgba(0,0,0,0.1);
}
/* 标签 */
.label{
    line-height: 16px;
}
.label-primary{
    background-color:#42a5f5;
}
.label-success{
    background-color:#66bb6a;
}
.label-warning{
    background-color:#ffa726;
}
.label-info{
    background-color:#26c6da;
}
/* 面板 */
.panel {
    position: relative;
    overflow: hidden;
    border:0;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    box-shadow: none;
    background-color:transparent;
}
.panel:hover {
    /* box-shadow: 0 10px 20px 0 rgba(168,182,191,.6); */
}
.panel-title1 {
    padding: 0 0 9px 0;
    margin: 6px 0 0;
    overflow: hidden;
    letter-spacing: 1px;
    font-size: 18px;
    color: #00a0e9;
    border-bottom: 1px solid #dadada;
}
.panel-title1>a{color: #00a0e9;}
.panel-title1 i {
    float: left;
    font-size: 22px;
    margin-right: 5px;
    margin-top: 2px;
    font-weight: normal;
}
.panel-title1 small.text-muted{
    color: #999;
    margin-left: 10px;
}
.panel-title1 .tab-link{
    float: right;
    margin: 0;
    position: inherit;
}
.panel-title1 .tab-link a{
    padding: 0 15px;
    font-weight: normal;
    font-size: 14px;
    border-left: 1px solid #ddd;
}
.panel-title1 .tab-link a:first-child{
    border-left: 0;
}
.panel-title1 .tab-link a:last-child{
    padding-right: 0;
}
.panel-vertical .panel-title{
    float: left;
    width: 66px;
    border-right: 1px solid #ebebeb;
}
.panel-vertical .panel-title h2{
    margin: 8px 20px 0 20px;
    padding: 15px 0 24px 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #0069c5;
}
.panel-vertical .panel-title h2 a i {
    display: block;
    padding-bottom: 5px;
    font-size: 28px;
}
.panel-vertical .panel-body{
    float: left;
    width: 85%;
}
.panel-vertical .panel-body h3{
    margin: 10px 0;
    font-weight: bold;
    font-size: 18px;
}
/* 居中面板标题 */
.panel-heading2 {
    position: relative;
    padding:20px 0;
    background-image: url(../img/icon_module_bg.png);
    background-position: center;
    background-repeat: no-repeat;
}
.panel-heading2 .panel-title {
    padding: 0 15px;
    letter-spacing: 1px;
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.panel-heading2 .panel-title a{color: #fff;}
.panel-heading2 .panel-title i {
    margin-right: 5px;
}
/* 居中面板标题带背景线条 */
.panel-heading3 {
    position: relative;
    padding:20px 0;
    background-image: url(../img/icon_sitemap_title.png);
    background-position: center;
    background-repeat: no-repeat;
}
.panel-heading3 .panel-title {
    padding: 0 15px;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 20px;
    color: #666;
    text-align: center;
}
.panel-heading3 .panel-title a{color: #666;}
/* 居中面板标题带背景线条1 */
.panel-heading3-1 {
    position: relative;
    padding:20px 0;
    background-image: url(../img/icon_ywxx_title1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.panel-heading3-1 .panel-title {
    padding: 0 15px;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 18px;
    color: #00a0e9;
    text-align: center;
}
.panel-heading3-1 .panel-title a{color: #00a0e9;}
/* 居中面板标题带蓝色下划线 */
.panel-heading4 {
    position: relative;
    padding:20px 0;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 5px solid #e5e5e5;
}
.panel-heading4 .panel-title {
    padding: 0 15px;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 26px;
    color: #666;
    text-align: center;
}
.panel-heading4 .panel-title::after{position: absolute;bottom: -5px;left: 50%; margin-left: -30px; width: 60px;height: 6px; background-color: #005bac; content: "";}
/*统计局专项信息*/
.panel-heading3-2 {
    position: relative;
    padding:20px 0;
    background-image: url(../img/icon_zxxx_title.png);
    background-position: center;
    background-repeat: no-repeat;
}
.panel-heading3-2 .panel-title {
    padding: 0 15px;
    letter-spacing: 1px;
    font-size: 18px;
    color: #00a0e9;
    text-align: center;
}
.panel-heading3-2 .panel-title a{color: #00a0e9;}
/* 二级栏目标题 */
.panel-heading5 {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #dadada;
}
.panel-heading5 .panel-title {
    padding-bottom: 15px;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 18px;
    color: #005bac;
}
.panel-heading5 .panel-title>a{font-weight: bold;font-size: 18px;color: #005bac; padding-bottom: 12px; border-bottom: 2px solid #005bac;}
/* 标题 */
.page-header-1 h4 {
    padding: 0 15px;
    font-size: 16px;
    border-left: 3px solid #0069c5;
    color: #0069c5;
}
.page-header-1 h3 {
    padding: 0 20px;
    font-size: 18px;
    color: #0069c5;
    border-left: 4px solid #0069c5;
}
.page-header-1 h3 a {
    color: #0069c5;
}
.page-header-1 h4 small {
    margin-left: 15px;
}
.page-header-2 {
    margin-top: 0;
    padding-bottom: 13px;
    border-bottom: 1px solid #dadada;
}
.page-header-2 h3 {
    display: inline;
    font-size: 18px;
    font-weight: normal;
    color: #00a0e9 !important;
}
.page-header-2 a {
    color: #00a0e9 !important;
    bottom: -6px;
    padding-bottom: 0;
    border-bottom: 0;
}
.page-header-2 a.pull-right {
    font-weight: 500;
}
.tab-link{
    position: absolute;
    top: 0;
    right: 0;
}
.tab-link a{
    padding: 0 12px;
    border-left: 1px solid #ebebeb;
}
.tab-link a:first-child{
    border-left: 0;
}
.temp-pd-bg{padding: 20px; background-color: #fff;}
/* TAB标签 */
ul.nav-pills{
    background-color: #f4f2f5;
}
ul.nav-pills li:first-child{
    border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    overflow: hidden;
}
ul.nav-pills li:last-child{
    border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    overflow: hidden;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover{
    background-color: #0069c5;
}
ul.nav-tabs.nav-line{
    padding-bottom: 1px;
    border-bottom: 1px solid #ebebeb;
}
ul.nav-tabs.nav-line>li>a{
	color:#333;
    padding: 0 15px 13px;
    font-size: 16px;
    border-bottom: 2px solid transition;
}
ul.nav-tabs.nav-line>li.active>a{
    padding: 0 15px 13px;
    font-weight: normal;
    font-size: 16px;
    border-bottom: 2px solid #0069c5;
    color: #0069c5;
}
/* 列表 */
.uli14 li{
    padding: 6px 0 6px 15px;
    background: url(../img/dot-circle.png) 0 center no-repeat;
}
.uli14 li:hover{background: url(../img/dot-circle-hover.png) 0 center no-repeat;}
.uli14 li a{
    font-size: 16px;
    color: #333;
}
.uli14 li a:hover{
    color: #00a0e9;
}
ul.list-date li span.time{top: 8px;font-size: 14px;color: #999;}
/* 序号列表 */
.hotnews .uli14 span {
    margin: 4px 5px 0 10px;
    float: left;
    width: 15px;
    height: 15px;
    font-size: 12px;
    line-height: 15px;
    background-color: #a8b2be;
    color: #fff;
    text-align: center;
}
.hotnews .uli14 span.active {
    background-color: #20a0e4;
}
.hotnews .uli14 li {
    padding: 6px 10px;
    background: none;
}
.owl-carousel .owl-item img:hover {
    opacity: 1;
}
/* 组合列表 */
.complex-list li{
    padding: 14px 0 !important;
    border-top: 1px dashed #ebebeb;
    background: none !important;
    overflow: hidden;
}
.complex-list li:first-child{
    border-top: 0;
}
.complex-list li .label{
    float: left;
    margin-right: 10px;
}
.complex-list li a{
    float: left;
    width: 50%;
}
.complex-list li>span{
    float: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.complex-list li span i{
    margin-right: 3px;
}
.complex-list li .time{
    width: 30%;
}
.complex-list li .address{
    width: 20%;
}
.dotted-list{
    margin: 0 5px;
    padding: 0;
}
.dotted-list li{
	margin:0 6px;
    padding:5px 0;
	list-style:none;
    float: left;
}
.dotted-list li:nth-last-of-type(1),
.dotted-list li:nth-last-of-type(2),
.dotted-list li:nth-last-of-type(3){
    border-bottom: 0;
}
.dotted-list li a{
    color: #333;
	font-size:14px;
	display:block;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	line-height:32px;
	background-color:#efefef;
}
.dotted-list li a:hover{
    color: #fff; background-color:#4092d5;
}
/* 摘要列表 */
.summary-list{
    padding: 0;
}
.summary-list li{
    padding:8px 0;
    border-bottom: 1px dashed #ebebeb;
}
.summary-list li:last-child{
    border-bottom: 0;
}
.summary-list li h4 a{
    font-size: 16px;
    color: #444;
}
.summary-list li h4 a:hover{
    color: #0069c5;
}
.summary-list li p{
    color: #999;
}
/* 带标签按钮列表 */
.list-labelbtn{
    padding: 10px 0;
}
.list-labelbtn li{
    overflow: hidden;
}
.list-labelbtn li>a{
    width: 85%;
}
.list-labelbtn li span{
    position: absolute;
    right: 0;
    top: 5px;
}
.list-labelbtn li span a{
    margin-left: 5px;
    padding: 1px 10px;
    float: left;
    width: auto;
    box-shadow: none;
    border: 1px solid #ebebeb;
}
.list-labelbtn li span a:first-child{
    margin-left: 0;
}
.list-labelbtn li span a:hover{
    box-shadow: 0 2px 4px rgba(0,0,0,0.25);
}
/*统计列表*/
.office-list .uli14 span {
    float: left;
}
.office-list .uli14 span.active {
    background-color: #20a0e4;
}
.office-list .uli14 li {
    margin: 0 20px;
	padding:6px 10px;
	font-size: 12px;
	text-align:right;
	border-bottom: 1px dashed #ebebeb;
    background: none;
}
/* fixed for firefox */
ul.nowrapli li {list-style-type: none;}
.container{padding: 0;}
#header{margin-top: 30px;}
#logo{margin-top: 0;position: relative;}
#header .navbar{margin-bottom: 0;}
.toplink{padding:0 0 15px; overflow: hidden;}
.toplink a{color: #fff;}
.toplink a:hover{text-decoration: underline;}
.toplink .divider {line-height: 14px;font-size: 14px; color: #fff; margin:0 5px;color: #fff;}
.toplink i{font-size: 20px;color: #fff;vertical-align: sub;}
.topsearch{position: relative;}
.topsearch input {height: 36px; border: 1px solid #005bac; padding: 0 55px 0 10px;}
.topsearch .addRight{position: absolute;top: 0;right: 0;height: 36px;line-height: 36px;width: 96px; background-color: #005bac; text-align: center;z-index: 3;}
.topsearch .addRight a{color: #fff;font-size: 16px;}
.topsearch .addRight i{margin-right: 10px;font-size: 18px;}
.navbar.navbar-inverse{background-color: #005bac;color: #fff;min-height: 54px; margin-top: 30px;}
.navbar-nav>li {float: left !important;}
.navbar-nav>li>a {letter-spacing: 1px;font-size: 16px;color: #fff;cursor: pointer;}
.navbar-nav>li>a {padding: 15px 50px !important;letter-spacing: 1px;font-size: 16px;color: #fff;cursor: pointer;}
.navbar-inverse .navbar-nav>li>a {color: #fff;font-weight: 600;}
.index-nav{float: none;}
.index-nav li:hover {background: #00a0e9;}
.index-nav li{background-image: url(../img/nav_li_bg.gif);background-position: right center; background-repeat: no-repeat;}
.index-nav li:last-child{background-image: none;}
.index-nav li i{font-size: 24px;vertical-align: sub;font-weight: 100;}
.news-tab-skin1 .nav-tabs{border-color: #dadada;position: relative;}
.news-tab-skin1 .tab-title li{margin-right: 20px; }
.news-tab-skin1 .tab-title a {margin-right: 0; margin-bottom: 18px; padding: 0 20px 0 0 !important;border: 0 !important;border-right: 1px solid #dadada !important; font-size: 24px;line-height: 20px;color: #999;transition: border 0s;}
.news-tab-skin1 .tab-title li:last-child a{border-right: none !important;}
.news-tab-skin1 .tab-title .active a {color: #00a0e9 !important;background-color: transparent !important;}
.news-tab-skin1 .tab-title .tab-link a{ display: block;line-height: 18px; border-radius: 15px; padding: 0 12px  !important;background-color: #1777ca;color: #fff !important;font-size: 12px !important;}
/*小标题切换18px*/
.news-tab-skin2 .nav-tabs{border-color: #dadada;position: relative;}
.news-tab-skin2 .tab-title li{margin-right: 12px; }
.news-tab-skin2 .tab-title a {margin-right: 0; margin-top: 5px; margin-bottom: 10px; padding: 0 12px 0 0 !important;border: 0 !important;border-right: 1px solid #dadada !important; font-size: 18px;line-height: 20px;color: #999;transition: border 0s;}
.news-tab-skin2 .tab-title li:last-child a{border-right: none !important;}
.news-tab-skin2 .tab-title .active a {color: #00a0e9 !important;background-color: transparent !important;}
.news-tab-skin2 .tab-title .tab-link a{ display: block;line-height: 18px; border-radius: 15px; padding: 0 12px  !important;background-color: #1777ca;color: #fff !important;font-size: 12px !important;}
/*小标题切换下标线条 18px*/
.news-tab-skin3 .nav-tabs{border:none;position: relative;}
.news-tab-skin3 .tab-title li{margin-right: 12px; margin-right:24px;border-bottom: 2px solid transparent;}
.news-tab-skin3 .tab-title a {margin-right: 0; margin-top: 5px; margin-bottom: 10px;padding: 0 !important;border: 0 !important;font-size: 18px;line-height: 20px;color: #999;transition: border 0s;}
.news-tab-skin3 .tab-title a::after{content: "";display: block;position: absolute;border-right: 1px solid #dadada;height: 16px;top: 2px;right: -12px; margin-left: 12px;}
.news-tab-skin3 .tab-title li:last-child a::after{border-right: none !important;}
.news-tab-skin3 .tab-title .active{border-bottom: 2px solid #00a0e9 !important;}
.news-tab-skin3 .tab-title .active a {color: #00a0e9 !important;background-color: transparent !important;}
.news-tab-skin3 .tab-title .tab-link a{ display: block;line-height: 18px; border-radius: 15px; padding: 0 12px  !important;background-color: #1777ca;color: #fff !important;font-size: 12px !important;}
/*小标题切换下标线条 16px*/
.news-tab-skin3-16 .nav-tabs{border:none;position: relative;}
.news-tab-skin3-16 .tab-title li{margin-right: 12px; margin-right:20px;border-bottom: 2px solid transparent;}
.news-tab-skin3-16 .tab-title a {margin-right: 0; margin-top: 5px; margin-bottom: 10px;padding: 0 !important;border: 0 !important;font-size: 16px;line-height: 20px;color: #999;transition: border 0s;}
.news-tab-skin3-16 .tab-title a::after{content: "";display: block;position: absolute;border-right: 1px solid #dadada;height: 16px;top: 2px;right: -10px; margin-left: 10px;}
.news-tab-skin3-16 .tab-title li:last-child a::after{border-right: none !important;}
.news-tab-skin3-16 .tab-title .active{border-bottom: 2px solid #00a0e9 !important;}
.news-tab-skin3-16 .tab-title .active a {color: #00a0e9 !important;background-color: transparent !important;}
.news-tab-skin3-16 .tab-title .tab-link a{ display: block;line-height: 18px; border-radius: 15px; padding: 0 12px  !important;background-color: #1777ca;color: #fff !important;font-size: 12px !important;}
/*小标题切换当前背景色块 18px*/
.news-tab-skin4 .nav-tabs{border:none;position: relative;background-color: #f6f6f6;}
.news-tab-skin4 .tab-title li{margin-right: 12px; margin-right:24px; margin-bottom: 0;}
.news-tab-skin4 .tab-title a {border: 0 !important;font-size: 18px;line-height: 20px;color: #999;transition: border 0s;}
.news-tab-skin4 .tab-title .active{background-color: #00a0e9;}
.news-tab-skin4 .tab-title .active a {color: #fff !important;background-color: transparent !important;}
.news-tab-skin4 .tab-title .tab-link a{ display: block;line-height: 18px; border-radius: 15px; padding: 0 12px  !important;background-color: #1777ca;color: #fff !important;font-size: 12px !important;}
.news-tab-skin4_line .nav-tabs{border:none;position: relative;border-bottom: 1px solid #dadada;}
.news-tab-skin4_line .tab-title li{margin-right: 12px; margin-right:24px; margin-bottom: 0;}
.news-tab-skin4_line .tab-title a {border: 0 !important;font-size: 18px;line-height: 20px;color: #999;transition: border 0s;}
.news-tab-skin4_line .tab-title .active{background-color: #00a0e9;}
.news-tab-skin4_line .tab-title .active a {color: #fff !important;background-color: transparent !important;}
.news-tab-skin4_line .tab-title .tab-link a{ display: block;line-height: 18px; border-radius: 15px; padding: 0 12px  !important;background-color: #1777ca;color: #fff !important;font-size: 12px !important;}
/*小标题切换当前边框 16px*/
.news-tab-skin5 .nav-tabs{border:none;position: relative;background-color: #f6f6f6;}
.news-tab-skin5 .tab-title li{margin-right: 12px; margin-right:24px; margin-bottom: 0;}
.news-tab-skin5 .tab-title a {border: 0 !important;font-size: 16px;line-height: 20px;color: #999;transition: border 0s;}
.news-tab-skin5 .tab-title .active{background-color: #00a0e9;}
.news-tab-skin5 .tab-title .active a {color: #fff !important;background-color: transparent !important;}
.news-tab-skin5 .tab-title .tab-link a{ display: block;line-height: 18px; border-radius: 15px; padding: 0 12px  !important;background-color: #1777ca;color: #fff !important;font-size: 12px !important;}
.news-tab-skin5_line .nav-tabs{border:none;position: relative;border-bottom: 1px solid #dadada;}
.news-tab-skin5_line .tab-title li{margin-right:20px; margin-bottom: 0;}
.news-tab-skin5_line .tab-title a {border-bottom-width: 0 !important;font-size: 16px;font-weight: bold; line-height: 20px;color: #999;transition: border 0s;}
.news-tab-skin5_line .tab-title .active{}
.news-tab-skin5_line .tab-title .active a {color: #005bac !important;border: 1px solid #dadada;border-bottom-width: 0;}
.news-tab-skin5_line .tab-title .tab-link a{ display: block;line-height: 18px; border-radius: 15px; padding: 0 12px  !important;background-color: #1777ca;color: #fff !important;font-size: 12px !important;}
/* homeSlider */
.homeSlider{padding-right: 0;}
.homeSlider .owl-carousel {position: relative;}
.homeSlider .owl-theme .owl-controls .owl-page span {background: #fff; }
.homeSlider .owl-pagination {position: absolute;bottom: 3px; right: 10px;*bottom: 8px;}
.homeSlider .clickable {cursor: default;}
.homeSlider .item{width: 100%;display: block;overflow: hidden;position: relative;}
.homeSlider .owl-theme .owl-controls .owl-buttons div {height: 69px;width: 42px;border-radius: 0;padding: 0;opacity: 0.8;}
.homeSlider .owl-buttons  div.owl-next,.homeSlider .owl-buttons  div.owl-prev{position: absolute;top: 35%;}
.homeSlider .owl-buttons  div.owl-next {background: url(../img/index_btn04.png);right: 0;}
.homeSlider .owl-buttons  div.owl-prev {background: url(../img/index_btn03.png);left: 0;}
.homeSlider .carousel-caption{padding: 15px 10px;*width: 100% !important;*display: block;position: absolute;left: 0;right: 0;bottom: 0;background: #333333;background: rgba(0, 0, 0, 0.75);}
.homeSlider .carousel-caption h4 {font-size: 14px;font-weight: normal;margin: 0;width: 70%;overflow: hidden;text-overflow: ellipsis;text-overflow: ellipsis;-ms-text-overflow: ellipsis;-o-text-overflow: ellipsis;-moz-binding: url("ellipsis.xml#ellipsis");white-space: nowrap;display: block;text-indent:-64px;}
.homeSlider .carousel-caption h4 a { color: #fff;}
.homeSlider .carousel-caption h5 {font-size: 14px;font-weight: normal; color:#fff; margin: 0;width: 70%;overflow: hidden;text-overflow: ellipsis;-ms-text-overflow: ellipsis;-o-text-overflow: ellipsis;-moz-binding: url("ellipsis.xml#ellipsis");white-space: nowrap;display: block;}
.homeSlider .carousel-caption h5 a{color: #fff;}
.homeSlider .item img{width: 100%; height: 300px; position: relative;max-width: inherit;}
.homeSlider .item1 img{width: 100%; height: 250px; position: relative;max-width: inherit;}
.homeSlider .owl-prev,
.homeSlider .owl-next {position: absolute;top: 40%;width: 40px;height: 40px;line-height: 34px;background: rgba(0,0,0,.45) !important;border-radius: 50% !important;font-size: 20px !important;}
.homeSlider .owl-prev {left: 0;}
.homeSlider .owl-next {right: 0;}
.homeSlider .owl-dots{ position:absolute; bottom:8px; right:20px;}
.homeSlider .owl-controls{ margin-top:0;}
.homeSlider .owl-dots .owl-dot span{width: 8px;height: 8px;margin: 5px; transition: all .3s;}
.homeSlider .owl-dots .owl-dot:hover span{ background-color:#00a0e9;}
.homeSlider .owl-dots .owl-dot.active span{ background-color:#00a0e9; width: 16px; }
/* 首页专题图片左右滚动 */
.topic-sliders ul.item {position: relative;width: 239px;margin: 10px auto;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;}
.topic-sliders ul.item .card-open a {display: block;height: 76px;border-radius: 3px;overflow: hidden;background-color: #fff;border: 1px solid #ededed;}
.topic-sliders ul.item .card-open h5 {width: 80%;padding-left: 15px;color: #333;line-height: 25px;}
.topic-sliders ul.item .card-open i {width: 23px;height: 23px;line-height: 23px;text-align: center;color: #ccc;border-radius: 100%;border: 1px solid #ddd;position: absolute;right: 7px;bottom: 10px;}
.topic-sliders ul.item img {border-top-left-radius: 4px;border-top-right-radius: 4px;}
.topic-sliders ul.item li:hover {box-shadow: 0 4px 7px rgba(0,0,0,0.25);}
.topic-sliders .owl-controls {margin: 0;}
/* .topic-sliders .owl-dots {display: none !important;} */
.topic-sliders .owl-prev,
.topic-sliders .owl-next {position: absolute;margin: 0 !important; padding: 0 !important; top: 0;width: 38px;height: 76px;line-height: 76px;background:url(../img/icon_topic_nav.png) left top no-repeat !important;border-radius:0 !important; font-size: 20px !important;}
.topic-sliders .owl-prev {left: 0;}
.topic-sliders .owl-next {right: 0; background-position: right top !important;}
.topic-sliders .owl-carousel .owl-item img{height: 76px;}
/* news-toutiao */
.m-news-box{padding-left: 0;}
.news-toutiao{padding:0 20px 0 20px;overflow: hidden; min-height: 100px; background-color: #fff;color:#000;}
.news-toutiao h2{display: block;max-height: 96px; color: #000;font-size: 16px;line-height: 30px;margin: 0;overflow: hidden;}
.news-toutiao h2 a{display: block;color: #000;font-weight: 600;font-size:16px;}
.news-toutiao h2 a:hover{color: #cba455;}
.news-toutiao p{color: #717171;font-size: 12px; margin:10px 0 10px 0; }
.btn-more{display: block;float: right; width: 120px; height: 36px; line-height: 36px; text-align: center; background-color: #5f95c5;font-size: 16px; color: #fff; border-radius: 4px;}
a.btn-more:hover{color: #5f95c5; background-color: #fff;}
/* 三大板块（信息公开 政务服务 互动交流） */
.m-column{border-radius: 0;}
.m-column .panel-heading2 .panel-title a:hover{color: #fff;}
.m-column .panel-heading2::after {position: absolute;bottom: -16px;left: 50%;margin-left: -8px;z-index: 9;content: "";border: 8px solid transparent;border-top-color: #0069c5;}
.m-column .xxgk{color: #fff;background-color: #4f87f3;border-color: #4f87f3;}
.m-column .xxgk::after{border-top-color: #4f87f3;}
.m-column .zwfw{color: #fff;background-color: #19a8e9;border-color: #19a8e9;}
.m-column .zwfw::after{border-top-color: #19a8e9;}
.m-column .hdjl{color: #fff;background-color: #26cfb5;border-color: #26cfb5;}
.m-column .hdjl::after{border-top-color: #26cfb5;}
.xxgk-item{overflow:hidden;margin-bottom: 15px;}
.xxgk-item li{float:left; text-align: center;}
.xxgk-item li a{display: block; margin: 5px; padding: 8px 1px;border: 1px solid #dadada;border-radius: 4px; font-size: 16px; color: #333;}
.xxgk-item li a:hover{color: #fff;background-color: #00a0e9;}
.xxgk-item li:nth-child(3n){margin-right: 0;}
.xxgk-list{overflow: hidden;}
.xxgk-list li{float: left;}
.xxgk-list li a{font-size: 16px;}
.btn-zw{margin: 19px 5px 0 !important; overflow: hidden;}
.btn-zw>ul>li {float: left;padding: 0 5px !important;margin: 10px 0 !important;}
.btn-zw>ul>li>a {border:1px solid #dadada;padding: 10px 8px;}
.btn-zw>ul>li>a:hover{background-color: #4092d5; border-color:#4092d5;color: #fff;}
.btn-zw>ul>li>a:hover span{color: #fff;}
.btn-zw>ul>li>a i{ font-size:24px; line-height:32px;}
.btn-zw>ul>li>a span{font-size:16px;margin-top: 10px; margin-bottom: 4px;color:#333;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;display: block;}
.file-query-serchar{margin: 24px auto;}
.file-query-serchar .btn{ margin-left: 10px !important; padding: 5px 15px; border-radius: 3px !important; background-color: #00a0e9;border-color: #00a0e9; color: #fff;font-size: 16px;font-weight: bold;}
.server-list li{float: left;padding: 0 10px !important;margin-bottom: 20px !important;}
.server-list li a.btn{font-size: 16px;border: 1px solid #dadada;color: #333;}
.server-list li em{display: block;float: left;width: 42px;height: 42px;margin-top: 3px;background: #19a8e9;border-radius: 50%;}
.server-list li span{margin: 12px 0;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;display: block;}
.server-list li i {font-size: 20px;line-height: 40px;color: #fff;}
.server-list li em.b1{background-color: #19a8e9;border-color: #19a8e9;}
.server-list li em.b2{background-color: #26cfb5;border-color: #26cfb5;}
.server-list li em.b3{background-color: #4f87f3;border-color: #4f87f3;}
.server-list li em.b4{background-color: #556fb5;border-color: #556fb5;}
/* links */
.links-list{background: #fff;padding: 10px 24px; margin-bottom: 25px;}
.links-list h4{float: left;width: 17.9%;height: 26px;border: 1px solid #ccc;margin:0 30px 0 0;position:relative;border-radius: 6px;line-height: 26px;cursor: pointer;}
.links-list h4::after{position: absolute;right: 10px;top: 0;content: "\e72e"; font-family: "iconfont";color: #666;}
.links-list h4.last{margin-right: 0;}
.links-list h4.on{background: #f2f2f2;}
.links-list h4.on::after{content: "\e72d";}
.links-list h4 span{font-size: 14px;color: #434343;float: left;display: block; padding-left: 10px;padding-right: 22px;}
.links-list h4 ul{position: absolute;padding-left: 0; left: 0;bottom: 22px;overflow-y: auto;max-height: 240px;width: 100%;background: #fff;border: 1px solid #bfbfbf;font-size: 14px;display: none;}
.links-list h4 ul li{margin-left: 8px;list-style: none;}
.links-list h4 ul li:hover{background-color: #f8f8f8;}
.links-list h4 ul li:hover a{color: #1672d5;}
.links-list h4:last-child{margin-right: 0;}
.links-list select:last-child{margin-right: 0px!important;}
/* footer */
#footer{background: #005bac;padding: 20px 0;}
#footer .footer-links{text-align: center;color: #fff; margin-bottom: 30px;}
#footer .footer-links a{font-size:14px;line-height:22px;color: #fff;padding: 0 8px;}
#footer .footer-links a:hover{text-decoration: underline;}
#footer h4{display: block;font-size: 14px;color: #afcce6;}
#footer h4 span{padding: 0 5px;}
#footer h4 a{color: #afcce6;}
#footer h4 p{margin: 0 0 10px;}
/* float-menu */
.float-menu{display: block;position: fixed;right:2%; bottom: 2%; width: 48px;z-index: 99;}
.float-menu .scroll-btn a {position: relative; transition: none;}
.float-menu .s-btn {display: block;width: 48px;height: 48px;margin: 0 auto 4px;border: 1px solid #e5e5e5; background: url(../img/float_menu_icon.png) no-repeat 1000px 1000px #f1f1f1;}
.float-menu .s-btn:hover{background-color: #005bac; border-color: #005bac;}
.float-menu .box {box-shadow: 0 0 8px rgba(0,0,0,.2);-moz-box-shadow: 0 0 5px rgba(0,0,0,.2);-webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
.float-menu .scroll-btn a .box{position:absolute;right:75px;background:#fff;text-align:center;color:#666;display:block;opacity:0;visibility:hidden;transition:all .3s;-moz-transition:all .3s;-webkit-transition:all .3s;-o-transition:all .3s}
.float-menu .scroll-btn a .box em{font-style: normal;margin-top: 10px; margin-bottom: 8px;display: block;}
.float-menu .scroll-btn a span.box{width:100px;padding:9px 0;font:14px/30px 微软雅黑}
.qrcode-wrap{position:absolute;background-color:#fff;top:0;right:48px;width:142px;height:152px;z-index:1;display:block}
.qrcode-wrap img{display:block;width:100px;height:100px;margin:0 auto}
.float-menu .scroll-btn a:hover .box{display:block;visibility:visible;right:55px;opacity:1}
.float-menu .scroll-btn .qrcode-btn {background-position: 0 -100px;}
.float-menu .scroll-btn .qrcode-btn:hover {background-position: -50px -100px;}
.float-menu .scroll-btn .sina-btn {background-position: 0 -150px;}
.float-menu .scroll-btn .sina-btn:hover {background-position: -50px -150px;}
.float-menu .scroll-btn .share-btn {background-position: 0 -200px;}
.float-menu .scroll-btn .share-btn:hover {background-position: -50px -200px;}
.float-menu .scroll-btn .scroll-top-btn {background-position: 0 -250px;}
.float-menu .scroll-btn .scroll-top-btn:hover {background-position: -50px -250px;}
/* 手机版导航菜单 */
.panel-blue{background-color:#146ac1;-webkit-transition-duration:.25s;transition-duration:.25s}
.panel-blue:hover{background-color:#158bca}
.panel-blue ul:hover li a{opacity:.5}
.panel-blue ul:hover li:hover a{opacity:1}
.panel-blue ul li a{display:block;-webkit-transition-duration:.25s;transition-duration:.25s}
.panel-nav{min-height:310px;padding:10px 0}
.panel-nav:hover{box-shadow:none!important}
.panel-nav .panel-title{padding-left:35px}
.panel-nav .panel-title a{font-size:22px;color:#fff}
body.nav-open{overflow:hidden}
body.nav-open .sitemap{height:auto;overflow:inherit;-webkit-transform:translateY(0);transform:translateY(0)}
body.nav-open .navbar-toggle{box-shadow:none}
body.nav-open .navbar-toggle:before{width:3600px;height:3600px;background-color:rgba(0,0,0,.8)}
body.nav-open .navbar-toggle .icon{width:0}
body.nav-open .navbar-toggle .icon:before{-webkit-transform:translateY(9px) rotate(45deg);-ms-transform:translateY(9px) rotate(45deg);transform:translateY(9px) rotate(45deg)}
body.nav-open .navbar-toggle .icon:after{-webkit-transform:translateY(-9px) rotate(-45deg);-ms-transform:translateY(-9px) rotate(-45deg);transform:translateY(-9px) rotate(-45deg)}
.dropdown-menu{z-index:998}
.destroy-overflow{overflow:inherit}
.navbar-toggle{width:50px;height:50px;z-index:99;top:5px;right:5px;border-radius:50%;margin:0;position:absolute;cursor:pointer;-webkit-transition-duration:.55s;transition-duration:.55s;-webkit-transition-timing-function:swing;transition-timing-function:swing}
.navbar-toggle:before{width:50px;height:50px;border-radius:50%;content:"";position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);-webkit-transition-duration:.55s;transition-duration:.55s;-webkit-transition-timing-function:swing;transition-timing-function:swing}
.navbar-toggle .icon{width:22px;height:3px;background-color:#005bac;position:absolute;top:28px;left:15px;-webkit-transition-duration:.5s;transition-duration:.5s;transiting-timing-function:swing}
.navbar-toggle .icon:after,.navbar-toggle .icon:before{width:22px;height:3px;background-color:#005bac;content:"";position:absolute;left:0;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:swing;transition-timing-function:swing}
.navbar-toggle .icon:before{top:-9px}
.navbar-toggle .icon:after{top:9px}
.navbar-toggle{border:0}
.sitemap{position:absolute;top:80px;left:0;width:100%;height:0;overflow:hidden;z-index:100;padding:0 20px;-webkit-transition-duration:.44s;transition-duration:.44s;-webkit-transition-timing-function:swing;transition-timing-function:swing;-webkit-transform:translateY(100%);transform:translateY(100%)}
.sitemap-bg{position:fixed;top:0;bottom:0;left:0;right:0;background-color:#000;filter:alpha(opacity=80);z-index:1;display:none}
.slogan{margin:-55px 60px 40px 60px;letter-spacing:2px;text-align:center;font-weight:700;font-size:20px}
.slogan span+span{margin-left:10px}
/* 通用概览 */
.breadcrumb{padding:0;background: none;}
.breadcrumb a{color: #666; font-size: 14px;}
.breadcrumb>li+li:before{color: #666;content: ">\00a0";}
/* 卫计委 */
.m-platform .panel{margin-bottom: 0;}
.m-platform .panel-heading{position: relative;}
.m-platform .panel-title1{text-align: center;color: #00a0e9;border-bottom: 1px solid #00a0e9;}
.m-platform  .panel-heading .btn-links{display: block; text-align:center;width: 280px; height: 58px; position: absolute; top: 23px; right: 0;font-size: 18px; line-height: 58px; color: #fff; background: url(../images//btn_wsjsw.png) no-repeat;}
.m-platform  .panel-heading .btn-links:hover{background-image: url(../images/btn_wsjsw_hover.png);}
.m-platform  .panel-heading .btn-links i{ margin-left: 5px; transition:all .3s;}
.m-platform  .panel-heading .btn-links:hover i{margin-left: 15px !important;}
.m-platform  .panel-title1>a{display: block; width: 240px; margin: 0 auto; line-height: 65px; background-color: #00a0e9;color: #fff;font-size: 24px;}
.m-platform  .panel-title1>a:hover{background-color: #005bac;}
.platform-list{margin-bottom: 20px; overflow: hidden;}
.platform-list li{width: 12.5%; margin: 0; padding: 0;}
.platform-list li a{background: #fff;border: 1px solid #c9c9c9;margin: 0 6px;}
.platform-list li a:hover{background-color: #00a0e9;border-color: #00a0e9;}
/* 卫生计生图片 */
.interview .owl-dots{top: -45px;bottom: auto;}
.interview .owl-dots .owl-dot:hover span{background-color: #0069c5;}
.interview h4 a{font-size: 16px;color: #444;}
.interview h4 a:hover{color: #0069c5;}
.interview p{color: #999; max-height: 60px; overflow: hidden;}
.interview-avatar img{width: 90px;}
/* 网站地图栏目 */
.sitemap-visual {height:105px;margin: 0 auto 20px;overflow: hidden;background: url(../img/icon_sitemap_banner.png) center top no-repeat;}
.sitemap-title{font-size:30px;font-weight: bold; text-align: center;color: #fff; line-height: 105px;letter-spacing: 2px;}
.panel-sitemap{border:1px solid #dcdcdc; background-color: #fff !important;}
.panel-sitemap:hover {box-shadow: 0 10px 20px 0 rgba(168,182,191,.6);}
.panel-sitemap .introduction{padding:10px 35px;}
.panel-sitemap .introduction p{line-height: 32px;color: #666;text-indent: 2em;font-size: 16px;}
.sitemap-item dt{font-size: 18px; color: #666;font-weight: bold; margin-bottom: 10px;}
.sitemap-item dt a{color: #666; position: relative;}
.sitemap-item dt a::after {position: absolute;bottom:3px;right: -25px; z-index: 9;content: "";border-color: transparent #005bac #005bac transparent;border-width: 5px;border-style: solid}
.sitemap-item dt a:hover{color: #005bac;}
.sitemap-item dd{clear: both;}
.sitemap-item dd a{font-size: 14px; font-weight: bold; color: #666; line-height: 36px;}
.sitemap-item dd a:hover{color: #005bac;text-decoration: underline;}
.sitemap-item dd p a{font-weight: normal; color: #999; padding-right: 40px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;float: left;display: block;}
/*专题专栏*/
.hotspot-sliders {
    padding: 25px 80px;
}
.hotspot-sliders ul.item {
    position: relative;
    width: 239px;
    margin: 10px auto;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hotspot-sliders ul.item .card-open a {
    display: block;
    height: 106px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ededed;
}
.hotspot-sliders ul.item .card-open h5 {
    width: 80%;
    padding-left: 15px;
    color: #333;
    line-height: 25px;
}
.hotspot-sliders ul.item .card-open i {
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    color: #ccc;
    border-radius: 100%;
    border: 1px solid #ddd;
    position: absolute;
    right: 7px;
    bottom: 10px;
}
.hotspot-sliders ul.item img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.hotspot-sliders ul.item li:hover {
    box-shadow: 0 4px 7px rgba(0,0,0,0.25);
}
.hotspot-sliders .owl-controls {
    margin: 0;
}
.hotspot-sliders .owl-dots {
    display: none !important;
}
.hotspot-sliders .owl-prev,
.hotspot-sliders .owl-next {
    position: absolute;
    top: 35%;
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: #a8b2be !important;
    border-radius: 50% !important;
    font-size: 20px !important;
}
.hotspot-sliders .owl-prev {
    left: -70px;
}
.hotspot-sliders .owl-next {
    right: -70px;
}
/* 专题专栏 往期专栏 */
.past-list{padding: 5px;}
.past-list li{list-style: none; width: 25%; float: left;}
.past-list li a{display: block;margin: 5px;background-color: #e5f2fa;padding: 35px 30px;text-align: center;font-size: 18px; color: #666;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;display: block;}
.past-list li a:hover{background-color: #00a0e9;color: #fff;font-weight: bold;}
/* 领导信息 */
.gl-menu-title{margin: 0 auto; font-size: 20px;font-weight: bold; color: #fff; text-align: center; line-height: 60px; background-color: #1777ca;}
.gl-menu-list{padding: 0; margin-top: 10px;}
.gl-menu-list li{
	height: 42px;
	line-height: 42px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    margin-bottom: 10px;
    list-style: none;
}
.gl-menu-list li a{
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
	height: 100%;
	background: url(../img/icon_gl_list.gif) no-repeat left center;
	color: #666;
	padding-left: 20px;
	margin-left: 30px;
}
.gl-menu-list li.active,.gl-menu-list li:hover{
	background: #f7f7f7;
}
.gl-menu-list li.active a,.gl-menu-list li:hover a{
	background: url(../img/icon_gl_list_hover.gif) #f4f4f4 no-repeat left center;
	color: #1777ca;
}
.gl-menu-leader{background: url(../img/icon_leader_menu_bg.png) left top no-repeat;}
.gl-menu-leader .gl-menu-list{margin-left: 10px;border: 1px solid #e5e5e5;border-top: none;margin-top: 0; padding: 20px;}
.gl-menu-leader .gl-menu-list li{border-radius: 0;position: relative;}
.gl-menu-leader .gl-menu-list li.active,.gl-menu-leader .gl-menu-list li:hover{border-color: #05c792;}
.gl-menu-leader .gl-menu-list li a{margin-left: 0; background-image: none; color: #333; text-align: left;}
.gl-menu-leader .gl-menu-list li.active a,.gl-menu-leader .gl-menu-list li a:hover{background: #05c792;color: #fff;}
.gl-menu-leader .gl-menu-list li.active a::after,.gl-menu-leader .gl-menu-list li a:hover::after {
	position: absolute;
	display: block;
	top: 50%;
	right: -10px;
	width: 0;
	height: 0;
	margin-top: -10px;
	border: 10px solid transparent;
	border-right-width: 0;
	border-left-color: #05c792;
    content: '';
    z-index: 100000;
}
.gl-menu-leader .gl-menu-list li a em{font-size: 12px;font-style: normal; padding-left: 10px;}
.leader-panner h2{color: #333;font-size: 16px;font-weight: bold;}
.leader-panner p{font-size:14px;color: #666;}
.leader-panner h3{margin-top: 35px; height: 50px;font-size: 16px;color: #fff; line-height: 50px; padding-left: 25px; background: url(../img/icon_leader_gzfg.png) left top no-repeat; border-bottom: 1px solid #1777ca;}
.leader-panner img {max-width: 197px;}
.leader-panner .ld-btn a{width: 100%; margin-top: 20px;font-size: 16px; background:url(../img/icon_leader_btn.png) 30px center #05c792 no-repeat ;}
.border-bottom {border-bottom: 1px solid #e4e4e4;}
.leader-scroll{font-size: 16px;line-height: 30px;color: #333; max-height: 650px; overflow-y: scroll;}
/* 互动交流模块设置背景色 */
.panel-hd{background-color: #fff; padding: 20px;}
.help-list{border: 1px dashed #dcdcdc; padding: 20px 0;overflow: hidden;}
.help-list ul{margin-bottom: 20px; padding-left: 20px;}
.help-list ul li{list-style: none;position: relative; padding-left:15px;}
.help-list ul li a{font-size: 14px;color: #666; line-height: 32px;}
.help-list ul li a:hover{color: #00a0e9;}
.help-list ul li::after {
	position: absolute;
	display: block;
	top: 11px;
    left:0px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-right-width: 0;
	border-left-color: #8e8a8a;
    content: '';
    z-index: 100000;
}
.help-list dl dt{font-size: 14px;color: #666;font-weight: bold; background: #eaeaea; line-height: 32px;display: block; text-align: center;}
.help-list dl dd{float: left; margin-left: 35px;padding: 10px 0 10px 15px;background: url(../img/dot-circle.png) 0 center no-repeat;}
.help-list dl dd a{color: #666;}
.help-list dl dd a:hover{color: #00a0e9;text-decoration: underline;}
/* 信息公开 */
.btn-xxgkml-list li{padding:5px !important;}
.btn-xxgkml-list li a{border: 1px solid #e9e9e9;}
.btn-xxgkml-list li a span{font-size: 16px !important; margin-top: 5px !important;}
.btn-xxgkml-list li a:hover{background-color: #e7f4fe;border-color: #e7f4fe;color: #015cac;}
.btn-xxgkml-list li i{ display: block; margin: 0 auto; width: 45px; height: 45px; background: url(../img/icon_xxgkml.png) 0 0 no-repeat;}
.btn-xxgkml-list li a:hover i{background-image: url(../img/icon_xxgkml_hover.png);}
.btn-xxgkml-list li a:hover span{color: #015cac;}
.btn-xxgkml-list li i.icon-xxgkml01{background-position: 0 0;}
.btn-xxgkml-list li i.icon-xxgkml02{background-position: 0 -45px;}
.btn-xxgkml-list li i.icon-xxgkml03{background-position: 0 -90px;}
.btn-xxgkml-list li i.icon-xxgkml04{background-position: 0 -135px;}
.btn-xxgkml-list li i.icon-xxgkml05{background-position: 0 -180px;}
.btn-xxgkml-list li i.icon-xxgkml06{background-position: 0 -225px;}
.btn-xxgkml-list li i.icon-xxgkml07{background-position: 0 -270px;}
.btn-xxgkml-list li i.icon-xxgkml08{background-position: 0 -315px;}
.btn-xxgk-list li{margin-bottom: 10px !important;}
.btn-xxgk-list li a:hover{background-color: #00a0e9;color: #fff;box-shadow:none;}
.btn-xxgk-list li a{text-align: left;padding-left: 40px;border: 1px solid #e9e9e9;font-size: 16px;color: #333;}
.btn-xxgk-list li i{ display: inline-block; vertical-align: middle; margin-right: 10px; width: 30px; height: 30px; background: url(../img/icon_xxgk_list.png) 0 0 no-repeat;}
.btn-xxgk-list li i.icon-xxgk01{background-position: 0 0;}
.btn-xxgk-list li i.icon-xxgk02{background-position: 0 -30px;}
.btn-xxgk-list li i.icon-xxgk03{background-position: 0 -60px;}
.btn-xxgk-list li i.icon-xxgk04{background-position: 0 -90px;}
.btn-xxgk-list li i.icon-xxgk05{background-position: 0 -120px;}
.btn-xxgk-list li a:hover i.icon-xxgk01{background-position: -30px 0;}
.btn-xxgk-list li a:hover i.icon-xxgk02{background-position: -30px -30px;}
.btn-xxgk-list li a:hover i.icon-xxgk03{background-position: -30px -60px;}
.btn-xxgk-list li a:hover i.icon-xxgk04{background-position: -30px -90px;}
.btn-xxgk-list li a:hover i.icon-xxgk05{background-position: -30px -120px;}
.gzyd-list li{float: left;}
.gzyd-list li a{font-size: 16px;}
/* 信息公开目录 */
.wb-tree{padding-left: 0;}
.wb-tree-items{margin-bottom:2px;cursor:pointer;list-style: none;}
.wb-tree-tt{color:#333;}
.wb-tree-node{display:block;margin-top: 0;margin-bottom: 0; height:50px;line-height:50px;font-size:16px;color:#666;background-color:#efefef}
.wb-tree-node>a{display: block;line-height: 50px;font-size: 16px;}
.wb-tree-iconl{float: left; padding:20px 10px;font-size: 12px;}
.wb-tree-iconl img{vertical-align: top;}
.wb-tree-iconr{float:right;font-size: 24px; line-height: 50px; padding-right: 10px;}
.wb-tree-iconr:before {content: "\e6a9";}
.wb-tree-sub{border-top:none;display:none;padding-left: 0;}
.wb-tree-item{padding:0 0 0 30px;position:relative;min-height:35px;line-height:35px;list-style: none;clear: both;}
.wb-tree-item.last{border-bottom:0}
.wb-tree-item>a{display:block;padding-left:31px;line-height:35px;font-size:15px;color:#333;}
.wb-tree-item .last{border-bottom:none}
.wb-tree-item i{font-size: 16px;padding-right: 10px;}
.wb-tree-item>a:hover{color:#005bac;}
.wb-tree-item .wb-tree-item-hover{color:#f08300;font-weight:700;}
.current .wb-tree-node{color:#005bac;}
.current .wb-tree-iconr:before{content: "\e634";}
.current .wb-tree-tt{color:#005bac;}
.current .wb-tree-sub{display:block}
.fz-tab{ margin-top:0px;}
.fz-tab table{ text-align:center; font-size:14px; line-height: 26px; color:#666;}
.fz-tab table tr{ height:67px; border-bottom: 1px solid #e7e7e7;}
.fz-tab table tbody tr:hover{ background-color: #00a0e9; color: #fff;}
.fz-tab table tbody tr:hover a{color: #fff;}
.fz-tab table .tr1{ height:57px !important; background:#f0f0f0; color:#0665ce !important; font-size:16px;font-weight: bold; }
.fz-tab table .tr1 td{ text-align:center !important;}
.fz-tab table tr td a{line-height: 26px;color: #333;}
.fz-tab table tr td:nth-child(even){ text-align:left}
.xxgk-query-serchar {overflow: hidden;}
.xxgk-query-serchar form{float: right;position: relative; margin-right: 10px;}
.xxgk-query-serchar input {
    height: 40px;
    width: 200px;
    border-radius: 6px !important;
    padding-left: 10px;
    padding-right: 30px;
    margin-bottom: 15px;
}
.xxgk-query-serchar button {
    position: absolute;
    border: 0;
    background-color: transparent;
    right: 5px;
    top: 5px;
    font-size: 20px;
    color: #8b91a0;
}
.xxgk-query-serchar a{line-height: 40px; float: right; margin-right: 10px;font-size: 14px;color: #337ab7;}
/*互动交流*/
.hd-visual{overflow: hidden; height:300px;margin: -20px auto 20px;overflow: hidden;background: url(../img/icon_hd_banner.jpg) center top no-repeat;}
.hd-btn-circle{margin-top: 160px;}
.hd-btn-circle li{float: left;}
.hd-btn-circle li a.circle-btn .btn{width: 54px; height: 54px;background-color: #fff;}
.hd-btn-circle li a:hover.circle-btn .btn{background-color: #ffb648 !important; color: #fff;}
.hd-btn-circle .btn i {font-size: 28px; line-height: 1.5; color: #337ab7;}
/*我要写信*/
.m-write .form-control {height: 45px;}
.m-write .control-label {padding-top: 12px;}
.m-write .prompt{padding: 20px;background: #eaf3fa;overflow: hidden;margin-bottom: 30px;}
.yzm {min-height: 45px;}
.hd-zjfj {display: block;float: left; margin: 0 5px; padding: 0 15px; line-height: 42px;}
.hd-clear {display: block;float: left; margin: 0 5px; padding: 0 15px; line-height: 42px; background-color: #ccc; }
#share-qrcode { background-image: url(../img/wechat.png); }
#share-douban { background-image: url(../img/db.png); }
#share-qzone { background-image: url(../img/qzone.png); }
#share-sina { background-image: url(../img/sina.png); }
#share-qq { background-image: url(../img/qq.png); }
.share-box{ width: 100px;
    z-index: 1;}
.share-box span{
    width: 30px;
    height: 30px;
    float: left;
    cursor: pointer;
    border-radius: 4px;
    background-size: contain;
    margin: 10px;
}
/*统计局*/
.tjj-data-list{border: 1px solid #e5e5e5;padding:8px 15px!important; margin-top: 10px;}
.tjj-data-list ul{display: flex;flex-wrap:wrap;justify-content:space-between; margin-bottom: 0;}
.tjj-data-list li{text-align: center;}
.tjj-data-list li a{font-size: 16px;margin: 5px; padding: 5px 10px;border: 1px solid #e5e5e5;color: #333;}
.tjj-data-list li a:hover{background-color: #00a0e9;color: #fff;}
.tjj-btn-list li{float: left;}
.tjj-btn-list li i{display: block;margin: 0 auto; width: 40px;height: 40px; background: url(../images/icon_tjj_btn.png) 0 0 no-repeat;}
.tjj-btn-list li a{text-align:center;border: 1px solid #e5e5e5;box-shadow:none !important;}
.tjj-btn-list li a p{font-size: 18px;color: #333; margin-top: 10px;}
.tjj-btn-list li a:hover{background-color: #00a0e9;color: #fff;}
.tjj-btn-list li a:hover p{color: #fff;}
.tjj-btn-list li a:hover i{background-image: url(../images/icon_tjj_btn_hover.png);}
.tjj-btn-list li i.btn01{background-position: 0 0;}
.tjj-btn-list li i.btn02{background-position: 0 -40px;}
.tjj-btn-list li i.btn03{background-position: 0 -80px;}
.tjj-btn-list li i.btn04{background-position: 0 -120px;}
.panel-news-info{padding-bottom:10px; margin-bottom: 15px; border-bottom: 1px dashed #dadada;}
.panel-news-info p{font-size: 14px; line-height: 28px; text-indent: 2em;}
.panel-news-info h4{font-size: 20px;font-weight: bold; color: #00a0e9;text-align: center; line-height: 1.4;}
.panel-news-info h4 a{color: #00a0e9;}
/*发改委*/
.xzsyx-btn{height: 62px; margin:0 8px 10px;font-size: 18px;font-weight: bold; color: #19a8e9; line-height: 62px; border-radius: 3px;border: 1px solid #dadada; background: url(../images/icon_xzsf_bg.jpg) center bottom no-repeat;}
.btn-list-fgw{margin-bottom: 0;}
.btn-list-fgw li{
    width: 50%;
    list-style: none;
    float: left;
}
.btn-list-fgw li a.multi-hover { 
    position: relative;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 70px;
    padding: 10px 25px;
    margin: 0 5px 8px 5px;
    border: 1px solid #dadada;
    border-radius: 4px;
    font-size: 16px;
    color: #666;
    text-align: center;
    -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;
}
.btn-list-fgw li a.multi-hover:hover{
    background-color: #00a0e9;
    border-color: #00a0e9;
    color: #fff;
    box-shadow: 0 4px 7px rgba(0,0,0,0.25);
}
.fgw-zxxx-list{margin: 5px; padding: 0;border: 1px solid #e7e7e7;overflow: hidden;}
.fgw-zxxx-list li{float: left;list-style: none;}
.fgw-zxxx-list li a{display: block; width: 108px; height: 70px;padding: 10px 12px;text-align: center;font-size: 16px;color: #666;}
.fgw-zxxx-list li:nth-of-type(odd){background-color: #f6f6f6;}
.fgw-zxxx-list li a:hover{background-color: #00a0e9; color: #fff;}
/*信件 内容*/
.our-line .z{float:left;font-size:18px; color:#006eab; font-weight:bold; margin-bottom:20px;}
.our-line .z:hover{color:#5796c5;}
.zixun-xiangxi{ border-top:#dcdcdc solid 1px;border-left:#dcdcdc solid 1px; width:1150px;}
.zixun-xiangxi tr td{height:50px; border-right:#dcdcdc solid 1px; border-bottom:#dcdcdc solid 1px;}
.zixun-xiangxi .biaoti{text-align:center; font-weight:bold;margin-top:20px; background-color:#f5f5f5;}
.zixun-xiangxi .biaoti font{float:left; margin-top:20px; text-align:center; width:100%;}
.zixun-xiangxi td>span{float:left; margin-left:25px; width:90%; height:21px; overflow:hidden;}
.zixun-xiangxi p{line-height:35px;float:left; margin-left:25px;width:90%; margin-top:15px; margin-bottom:20px;}
/*翻页样式调整*/
.pagination .page a{width:auto !important;}
/*微信分享弹出二维码*/
.jsmodern-share {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 335px;
    z-index: 999999;
    background: #fff;
    border: #ddd solid 1px;
    border-radius: 10px;
    box-shadow: #ddd 0 0 20px;
    overflow: hidden;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.jsmodern-share p {
    display: block;
    height: 20px;
    text-align: center;
    font-size: 18px;
    margin: 15px 0 20px 0;
}
.jsmodern-share b {
	position:absolute;
	width:20px;
	height:20px;
	background:url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAA/UlEQVQ4T8WU7ZEBQRCGHxFciQARIBJEcGRABFYEZIAIEAkyIAMhqFdtV7WpabuOqptfM9Pdz0x/NvjyalTwesAg0TkAp8guAg6BJdAODC/ADNin8hxwA/zWjIR0J143Bb4DM84T1APl5s69dga6wU9T2cjc90DFpVUCbkATGAPrBCoX9Svp/JQy2Xa0N6CyeQwMPdRguYf6yr4BC2Cecc8DJNbPcjDJFkBRBZSiQbWPYP8H/LPLX0+KYvBJ2VytTV8Vth6IelnDQV7Zyha2lUXdPjbYtsz+4/zpcHiCRUDdq69XrhXTmlfMpnXHlzdWnAT3SzPw7QEbDJnq6ztc3EQVa6MIgAAAAABJRU5ErkJggg==);
	right:4px;
	top:4px;
	cursor:pointer;
	color:#ccc;
	opacity:.1;
	transition:.1s
}
.jsmodern-share b:hover {
	opacity:.5
}
.jsmodern-share div {
    width: 260px;
    height: 260px;
    margin: 0 auto;
}
/*列表菜单字体大小设置*/
.fontset a{font-size: 14px;}
/*写信须知*/
.m-email-tips{background: url(../img/icon_email_tips.jpg) no-repeat; background-size: 100% 100%; min-height: 1320px;}
.m-email-tips .txt{padding:120px 80px 0 160px;}
.m-email-tips p{font-size: 18px;font-weight: bold; color: #333;line-height: 36px;}
/*------------------------------模板2------------------------------*/
.topLine{background-color: #005bac; height: 36px; line-height: 36px; color: #fff;}
.search-sort{color: #3957ad;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;}
.search-sort a{position: relative; padding-right: 12px;color: #666;}
.search-sort a::after{content: "";display: block;position: absolute;border-right: 1px solid #666;height: 14px;top: 3px;right:6px;}
.search-sort a:hover{text-decoration: underline;}
.search-sort a:last-child::after{display: none;}
/*规划局*/
.news-tab-skin5_line .panel-news-info h4 a{color: #005bac;}
.btn-email{margin: 4px 5px 0 !important; overflow: hidden;}
.btn-email>ul>li {float: left;padding: 0 5px !important;margin: 10px 0 !important;}
.btn-email>ul>li>a {border:1px solid #dadada;padding:10px 5px 5px;}
.btn-email>ul>li>a:hover{background-color: #4092d5; border-color:#4092d5;color: #fff;}
.btn-email>ul>li>a:hover i{color: #fff;}
.btn-email>ul>li>a:hover span{color: #fff;}
.btn-email>ul>li>a i{ font-size:32px; line-height:32px;color: #005bac;}
.btn-email>ul>li>a span{font-size:16px;margin-top: 5px;margin-bottom:4px; color:#333;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;display: block;}
.up-tel-list{margin: 20px auto 0;}
.up-tel-list a{ margin-bottom: 10px;}
.m-plan{position: relative;}
.m-plan .panel-title1{border-bottom: 2px solid #005bac;color: #005bac;font-size: 18px;font-weight: bold; padding-left: 18px;}
.m-plan .panel-title1 a{color: #005bac;}
.m-plan .panel-title1::before{content: "";position: absolute;width: 6px; height: 6px; background-color: #005bac; top: 23px;left:15px;}
.m-plan .nav-plan{margin:10px 15px;}
.m-plan .nav-plan li{position: relative;float: left;margin-left: 0; text-align: center;border: 1px solid #dadada;}
.m-plan .nav-plan li.active::before{position: absolute;bottom: -16px;left: 50%;margin-left: -8px;z-index: 9;content: "";border: 8px solid transparent;border-top-color: #005bac;}
.m-plan .nav-plan li a{font-size: 16px;font-weight: bold;padding:10px 0;color: #333; transition:all 0s;}
.m-plan .nav-plan li.active>a,.m-plan .nav-plan li.active>a:hover{background-color: #005bac;color: #fff;}
.m-plan .tab-content{margin:5px 15px;}
.m-plan .table{margin-bottom: 0;}
.m-plan table td {white-space: nowrap;}
.m-plan table thead {background-color: #eee;border-bottom: 2px solid #ddd;}
.tab-soso{position: absolute;top:-5px; right: 0; width: 950px;}
.tab-soso label{float: left;margin-top: 4px;}
.tab-soso .inp {float: left;width: 140px; height: 28px;line-height: 28px;border-radius: 5px;border: 1px solid #d2d2d2;}
.tab-soso .btn-so{float:left; padding-left: 40px; height:28px; line-height:28px; color:#fff; font-size:14px; background:url(../img/icon_hd_email_btn_so.png) #00a0e9 2px -2px no-repeat;border:none;cursor: pointer;}
.tab-soso .btn-so:hover{background-color: #00a0e9;}
.tab-soso .select-box{float: left; border: 1px solid #d2d2d2;height: 30px;line-height: 30px;}
/*公路局*/
.m-road .panel-title1{border-bottom: 3px solid #005bac;}
.m-road .panel-title1 a{color: #005bac;font-weight: bold;}
.m-road .panel-title1 i{margin-top: 0;font-weight: bold;}
.pic-road
.pic-road ul li,
.pic-road ul {margin-bottom: 0;}
.pic-road ul li{padding: 15px;border: 1px solid #fff;}
.pic-road li:hover{border: 1px solid #dadada; -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.1);box-shadow: 0 5px 5px rgba(0,0,0,.1);}
.pic-road li p {
    height: auto !important;
    border-left: 0 !important;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}
.pic-road li p span {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #444;
}
.pic-road li p.title2{padding-left: 0 !important;}
.pic-road li img{height: 112px;}
.pic-road .owl-controls {margin: 0;}
.pic-road .owl-dots {display: none !important;}
/*农业畜牧*/
.m-produce{position: relative;}
.m-produce .produce-head{position: absolute; left: 0; top: 20px; width: 75px; height: 200px; background: url(../images/icon_produce_title.png) center top no-repeat;}
.m-produce .produce-head a{display: block; padding: 10px 25px; font-size: 24px;color: #fff;}
.m-produce .produce-body{border: 1px solid #ebebeb;padding:10px 10px 10px 75px;}
/*通栏专题滚动*/
.topic-sliders-skin1 .owl-carousel .owl-item img{height: 100px;}
.topic-sliders-skin1 .owl-dots .owl-dot span{margin: 5px 2px; width: 13px; height: 4px; background: #ccc;}
.topic-sliders-skin1 .owl-dots .owl-dot.active span, .topic-sliders-skin1 .owl-dots .owl-dot:hover span {background: #0069c5;}
.topic-sliders-skin1 .owl-dots{position: absolute;bottom: 0;right: 10px;}
/*信访局*/
.download li,.download li:hover{background: none; padding-left: 0;}
.download li span {margin-right: 10px;line-height: 26px;}
.download li a:hover span{background-color: #00a0e9;color: #fff;}
.label-blue {border: 1px solid #00a0e9; border-radius: 4px; background-color: #fff;color: #00a0e9;}
/*林业局*/
dl.business{border: 1px solid #e7e7e7;background-color: #f6f6f6;}
dl.business dt{float: left;width: 15%;margin-right: 2%;border-right: 1px solid #e7e7e7;}
dl.business dt h4{padding:20px 10px;text-align: center;color: #00a0e9;font-size: 18px;}
dl.business dt h4 a{color: #00a0e9;}
dl.business dd{float: left;width: 83%;padding:30px 25px;}
dl.business dd a{float: left; width: 50%; color: #333; padding: 6px 0 6px 15px;background: url(../img/dot-circle.png) 0 center no-repeat;font-size: 16px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
dl.business dd a:hover {color: #00a0e9;background: url(../img/dot-circle-hover.png) 0 center no-repeat;}
dl.business dd.icon-list a{background: none;text-align: center; padding-left: 0;}
dl.business dd.icon-list i{font-size: 32px;line-height: 32px;color: #666;margin-bottom: 10px;}
dl.business dd.icon-list p{margin: 10px 0 0;}
.homePage-widget-body-mapEchart{min-height: 558px;}
.wrap,.mainwrap{width: 1200px;margin: 0 auto;}
.gail-pos{padding-left: 240px;}
.gail-wrap{
    margin: 0 auto 40px;
}
.gai-sidel{
    width: 20%;
}
.gai-content{
    width: 80%;
}
.gai-content-pad{
    padding-left: 28px;
}
.ginav h2{
    text-align: center;
    height: 100px;
    background: url(../img/flgtp4_03.png) no-repeat left top/100%;
    line-height: 100px;
    font-size: 30px;
    color: #fff;
}
.ginav ul{
    margin-bottom: 20px;
}
.ginav ul li{
    line-height: 58px;
    border-bottom: 1px solid #dcdcdc;
}
.ginav ul li a{
    display: block;
    padding: 0 20px;
    overflow: hidden;
    margin-right: 20px;
}
.ginav ul li span{
    display: inline-block;
    font-size: 18px;
}
.ginav ul li.active{
    background: #26ade4;
}
.ginav ul li.active span{
    color: #fff;
    font-weight: bold;
}
.leftNav h2{text-align: center; height: 100px; background: url(../img/flgtp4_03.png) #036bbc no-repeat left top/100%; line-height: 100px; font-size: 30px; color: #fff;}
.leftNav li{list-style: none;background:#fff;border-bottom:1px solid #979797;font-size:15px;line-height:22px;zoom:1;position:relative;}
.leftNav ul{display:block;margin-top: 50px;margin-left: 0px;}
.leftNav li a{color:#333;display:block;padding:18px 0 18px 50px;margin-right:60px;zoom:1;font-size: 18px;}
.leftNav li i{position:absolute; width: 15px; height: 15px; cursor:pointer;top:23px;right:20px;bottom:0;}
.leftNav li i.icon-plus{background: url(../img/icon_plus.gif) center no-repeat;}
.leftNav li i.icon-minus{background: url(../img/icon_minus.gif) center no-repeat;}
.leftNav li.current i.icon-plus{background: url(../img/icon_plus_on.gif) center no-repeat;}
.leftNav li.current i.icon-minus{background: url(../img/icon_minus_on.gif) center no-repeat;}
.leftNav li a:hover{color:#005bac;}
.leftNav li em{position:absolute;display: inline-block;width: 6px;height: 6px;background: #717171;margin-right: 6px;vertical-align: middle;left: 10%;top: 27px;}
.leftNav li.current em{position:absolute;display: inline-block;width: 6px;height: 6px;background: #FFF;margin-right: 6px;vertical-align: middle;left: 10%;top: 27px;}
.leftNav li.current{background: #D9AB08;color: #FFFFFF;}
.leftNav li.current a{position:relative; color:#fff;font-weight: bold;}
.leftNav li.current ul{display:block; background: #fff;}
.leftNav li ul{margin:0;background:#fff;position:relative;width:100%;display:none;}
.leftNav li ul li{font-size:12px;border: 0;list-style: none;margin-left:40px;}
.leftNav li.current ul li a,.leftNav li ul li a{font-weight: normal; font-size: 16px; color:#333;padding:11px 5px 11px 40px;border:0;position:static;margin-right:0;line-height:18px;}
.leftNav li ul li a{background: url(../img/flgtp15_06.png) no-repeat 20px center;}
.leftNav li ul li a:hover{ color: #0072ca; font-weight: bold;background: url(../img/flgtp16_03.png) no-repeat 20px center;}
.leftNav li ul li.current a{font-weight:bold;}
/***/
.gai-slide-title{
    overflow: hidden;
    margin-bottom: 12px;
}
.gai-slide-title span{
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    float: left;
    background: #1447b2;
}
.gai-slide-title a{
    line-height: 40px;
    font-size: 14px;
    color: #5a9eff;
    float: right;
}
.gl-imgnews {
    width: 100%;
    height: 230px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}
.gl-imgnews .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.gl-imgnews .bd li {
    zoom:1; vertical-align: middle;
}
.gl-imgnews .bd img {
    width: 100%;
    height: 230px;
    display: block;
}
.gl-imgnews .bd  span{
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, .45);
    color: #fff;
    text-align: center;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 0;
}
.qhbtn{
    position: absolute;
    top: 50%;
    margin-top: -10px;
    background-image:url(../img/flgtp48_03.png);
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    opacity: 0.8;
}
.gl-imgnews .prev{
    left: 11px;
    background-position: 0;
}
.gl-imgnews .next{
    right: 11px;
    background-position: -23px 0;
}
.gair-b1{ border-bottom: 1px solid #dcdcdc; height: 72px;}
.gair-b1 h2{
    position: relative;
    float: left;
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding: 27px 60px 27px 0;
    color: #222;
}
.gair-b1-1{
    margin-top: 18px;
    border-top: 5px solid #1447b2;
    background: #f7f7f7;
    padding: 14px;
}
.gair-b1-1 h3{
    padding-left: 17px;
    background: url(../img/flgtp45_03.png) no-repeat left center;
}
.gair-b1-1 h3 a{
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.gair-b1-1 h3 span{
    display: inline-block;
    width: 45px;
    height: 18px;
    background: url(../img/flgtp46_03.png) no-repeat;
    margin-left: 5px;
}
.gair-b1-1 p{
    font-size: 16px;
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    line-height: 23px;
}
.gair-b1-1 h6{
    font-size: 14px;
    color: #666;
    margin-top: 8px;
}
.breadcrumb{font-size: 14px; font-family: "宋体"; line-height: 40px; border-bottom: 1px solid #0072ca; background: url(../img/icon_breadcrumb_home.png) left 12px no-repeat; padding-left: 20px; clear: both;}
.breadcrumb a{font-family: "微软雅黑","宋体";}
.gair-b2{
    padding-bottom: 15px;
}
.gair-b2 ul.list-txt{
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid #dcdcdc;
}
.gair-b2 ul.list-txt li{
    height: 30px;
    margin-bottom: 8px;
    line-height: 30px;
    padding: 0 14px;
}
.gair-b2 ul.list-txt li a{
    font-size: 16px;
    padding-left: 24px;
    background: url(../img/dot-circle-arr.png) no-repeat left center;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    width: 80%;
}
.gair-b2 ul.list-txt li span{
    float: right;
    font-size: 16px;
    color: #999;
}
.gair-b2 ul.list-txt li:hover{
    background: #f3f6fb;
}
.gair-b2 ul.list-txt li:hover a{
    color: #0072ca;
    background: url(../img/dot-circle-arr-hover.png) no-repeat left center;
}
.gair-b2 ul.list-txt li:hover span{color: #0072ca;}
.page-fun{
    clear: both;
    font-size: 14px;
    margin:20px 0;
    text-align: center;
}
	.menu ul li{
		display: inline;
		height: 88px;
		line-height: 88px;
		font-size: 18px;
		padding-left: 20px;
		font-family: 'Microsoft YaHei',arial;
		color: #000000;
		letter-spacing: 0
	}
.menu ul li{
    float: left;
    height: 88px;
    line-height: 88px;
    font-size: 18px;
    padding: 0 15px;
    font-family: 'Microsoft YaHei',arial;
    color: #000;
    letter-spacing: 0;
}
.menu ul li > div{
    display: none;
    position:absolute;
    width:90%;
    height: 400px;
    padding-top: 0px;
    padding-left:20px;
    padding-right:20px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 ;
    left: 0;
    right: 0;
    border-top: 1px #f0f0f0 solid;
}

.menu ul > li:hover{
    border-bottom:3px solid #cba455;
    color:#cba455;
}
.subul{
    width: 300px;
    height:350px;
    padding-left: 30px;
    float:left;
    list-style-type: none;
    border-right: 1px solid rgba(155,155,155,0.20);
}
.subul li{
    float:none !important;
    display:list-item !important;
    width:220px !important;
    height:50px !important;
    line-height: 50px !important;
    font-size: 16px !important;
    color:#333 !important;
    border-bottom:1px solid rgba(155,155,155,0.20) !important;
}
/*详情页面头部*/
.page_head{
    width: 1200px;
    height: 100px;
    border-bottom: 1px solid #979797;
    box-sizing: border-box;
    padding-left: 100px;
    margin: auto;
}
.page_head h1{
    width: 160px;
    height: 58px;
    padding-top: 20px;
}
.page_head img{
    display: block;
    width: 100%;
}
/*详情页面底部*/
.page_footer{
    position:relative;
    width: 100%;
    height: 90px;
    background: #173863;
}
.page_footer .int{
    width: 1200px;
    margin: auto;
    font-size: 14px;
    color: #ABC0CE;
    padding-top: 10px;
}
.page_footer .int p{
    margin-top: 10px;
}
.page_footer .int p span{
    padding-left: 50px;
}
.page_footer .int p span a{
    padding-left: 20px;
    color: #ABC0CE;
}
.page_footer .int p label{
    padding-left: 20px;
}
/*集团简介*/
.introduction_wrapper .list .info .pic{
    width: 598px;
    margin:30px auto 0 auto;
}
.introduction_wrapper .list .info .pic img{
    width: 598px;
    height: 341px;
}
.introduction_wrapper .list .info .text p{
    font-size: 16px;
    color: #2E2E2E;
    text-align: justify;
    line-height: 28px;
    margin-top: 30px;
    text-indent: 32px;
}

