/**reset s*/
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500;
}

fieldset, img {
    border: none;
}

img {
    border: 0;
}

address, caption, cite, code, dfn, var, em, i, sub, sup {
    font-style: normal;
    font-weight: normal;
}

ul, ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    outline: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-text-fill-color: #444 !important;
    background-color: transparent;
    transition: background-color 50000s ease-in-out 0s;
}

select, input {
    vertical-align: middle;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    color: #333;
    font-family: "microsoft yahei";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-y: scroll;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clr {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    -webkit-transition: all .15s ease 0s;
    -ms-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
}

a:visited,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #015293;
}

.fzc-1 {
    color: #015293;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.text-left {
    text-align: left !important;
}

.pr {
    position: relative;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.TRS_Editor {
    text-align: justify;
    font-size: 18px;
    color: #333;
    line-height: 1.8;
}

.w {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.text-center {
    text-align: center;
}

/*reset e*/
/*.page-* s*/
.infoopen-bg {
    background: url(../img/fly_xxgk_bg.png) no-repeat top center;
}


.infoopen-main {
    min-height: 628px;
    padding: 50px 38px 38px;
    border: 1px solid #eaeaea;
    margin-bottom: 56px;
    background-color: #f9f9f9;
}

.infoopen-main .left {
    float: left;
    width: 282px;
    margin-bottom: 30px;
}

.infoopen-main .right {
    float: right;
    width: 902px;
}

.infoopen-list-wrap {
    background-color: #fff;
    padding: 12px 30px 10px;
}

.infoopen-list-wrap .columnTitle {
    font-size: 22px;
    color: #015293;
    border-left: 5px solid #015293;
    line-height: 1.1;
    padding-left: 15px;
    margin-top: 22px;
}

.infoopen-list-wrap .table-list {
    width: 100%;
    table-layout: fixed;
    margin-top: 20px;
}

.infoopen-list-wrap .table-list th {
    border: 1px solid #ddd;
    color: #333;
    padding: 7px 10px;
    font-size: 16px;
    background-color: #f2f6fa;
}

.infoopen-list-wrap .table-list td {
    border: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
    color: #333;
    padding: 8px 15px;
}

.infoopen-list-wrap .table-list-morebtn {
    font-size: 16px;
    color: #015293;
    display: block;
    margin: 20px auto 0;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #f0f0f0;
}

.infoopen-list-wrap .list .item {
    padding: 17px 0;
    border-bottom: 1px dashed #ddd;
}

.infoopen-list-wrap .list .item a {
    position: relative;
    font-size: 20px;
    padding-right: 121px;
    display: block;
}

.infoopen-list-wrap .list .item span {
    display: block;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.infoopen-list-wrap .list .item a:hover span {
    color: #015293;
}

.infoopen-list-wrap .list .item em {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    width: 121px;
    color: #ccc;
}

.infoopen-detail-wrap {
    background-color: #fff;
    padding: 30px 30px 40px;
    min-height: 431px;
}

.infoopen-detail-wrap .title {
    font-size: 26px;
    text-align: center;
    color: #444;
}

.infoopen-detail-wrap .meta {
    margin: 10px 0 0;
    text-align: center;
}

.infoopen-detail-wrap .meta span {
    margin: 0 20px;
    font-size: 18px;
    color: #999;
}

.infoopen-detail-wrap .cnt {
    margin-top: 24px;
}

.infoopen-detail-wrap .cnt p,
.infoopen-detail-wrap .cnt p span {
    text-align: justify;
    font-size: 18px;
    color: #444;
    line-height: 2;
}

.infoopen-detail-wrap .cnt p img,
.infoopen-detail-wrap .cnt img,
.infoopen-detail-wrap .cnt table img,
.infoopen-detail-wrap .cnt video,
.infoopen-detail-wrap .cnt table {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 16px auto !important;
}

.page-header-2 {
    height: 320px;
}

.page-header-2 .logowrap {
    position: relative; 
    margin-top: 30px;
    margin-bottom: 40px;
}
.page-header-2 .logowrap .r {
    position: absolute;
    right: 0;
    top: 0px;
}
.page-header-2 .logowrap .r a {
    display: block;
    width: 115px;
    height: 40px;
    float: left;
    font-size: 18px;
    line-height: 40px;
}
.page-header-2 .logowrap .r a.wza {
    
    background: url(../img/header_qszcwjk_wza.png) no-repeat center;
    color: #cce8f3;
    padding-left: 40px;
}

.fly_HeaderXian {
  float: right;
  margin-top: 25px;
  margin-right: 150px;
}


.page-header-2 .title {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 94px;
}

.ssk {
  width: 1028px;
  height: 52px;
  margin: 0 auto 87px;
}

.ht {
  width: 240px;
  height: 20px;
  float: left;
  border-bottom: #e7e7e7 2px solid;
}

.sskk {
  width: 508px;
  height: 50px;
  margin: 0 19px;
  float: left;
  border: #2d66a5 1px solid;
  border-radius: 9px;
  background: #fff;
}

.sssrk {
  width: 450px;
  height: 48px;
  line-height: 48px;
  border: none;
  float: left;
  border-radius: 9px;
  text-indent: 10px;
  font-size: 16px;
  outline: none;
}

.ssan {
  width: 50px;
  height: 50px;
  float: left;
  background: url(../img/ss_03.png) center no-repeat;
  cursor: pointer;
}

.page-page {
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    color: #444;
}

.page-submenu-2 {
    margin-top: -15px;
}

.page-submenu-2 h3 {
    
    height: 74px;
    display: table;
    width: 280px;
    cursor: pointer;
    margin-top: 15px;
    background-color: #fff;
    position: relative;
}

.page-submenu-2 h3 .ico {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 30px;
}

.page-submenu-2 h3 .ico-white {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 30px;
}

.page-submenu-2 h3.active .ico-blue {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 30px;
}

.page-submenu-2 h3.active .ico-white {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 30px;
}

.page-submenu-2 h3 .togglebtn {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 240px;
    top: 29px;
    z-index: 9999;
}

.page-submenu-2 h3.pulldown .togglebtn {
    background: url(../img/qgl_xxgk_icon09.png) no-repeat center center;
}

.page-submenu-2 h3 .in {
    display: table-cell;
    vertical-align: middle;
}

.page-submenu-2 h3 .in span a {
    display: block;
    font-size: 24px;
    color: #015293;
    line-height: 1.1;
    padding-left: 84px;
    transition: none;
}

.page-submenu-2 h3.pulldown.active .togglebtn {
    background-image: url(../img/qgl_xxgk_icon08.png);
}

.page-submenu-2 h3.active {
    background-color: #015293;
}

.page-submenu-2 h3.active span a {
    color: #fff;
}

.page-submenu-2 .ul {
    background-color: #fff;
    display: none;
    position: relative;
    border-top: 0;
    padding: 10px 0;
}

.page-submenu-2 .ul .ulli:hover {
    background-color: #ebf4ff;
}

.page-submenu-2 .ul .ulli .ullia {
    font-size: 20px;
    color: #221815;
    display: block;
    padding: 0 15px 0 46px;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: none;
    cursor: pointer;
}

.page-submenu-2 .ul .ulli .ullia.has-arrow {
    background: url(../img/ico-arrow-1.png) no-repeat 245px center;
}

.page-submenu-2 .ul .ulli.curr .ullia {
    color: #015293;
    background-color: #ebf4ff;
}

.page-submenu-2 .ul .ulli .ol {
    padding-left: 60px;
    background-color: #deedff;
    display: none;
}

.page-submenu-2 .ul .ulli .ollia {
    display: block;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 10px;
    font-size: 16px;
}

.page-submenu-2 .ul .ulli .olli.c .ollia {
    color: #015293;
}


.infoopen-list-wrap .tb-list{
    margin-top:24px;
}

.infoopen-list-wrap .tb-list th {
    color: #015293;
    border-bottom: 6px solid #32b9e6;
    padding:7px 10px;
}

.infoopen-list-wrap .tb-list th:nth-child(2n-1) {
    border-bottom-color: #015293;
    background-color: #F2F6FA;
}

.infoopen-list-wrap .tb-list td {
    border-bottom:1px solid #ddd;
    padding:10px;
}

.infoopen-list-wrap .tb-list td:nth-child(2n-1) {
    background-color: #F2F6FA;
}

.infoopen-list-wrap .tb-list td a:hover {
    color:#ED2001;
}
.module-table{
    table-layout: fixed;
    width:100%;
}

.module-table td{
    padding:6px;
    border:1px solid #ddd;
    text-align: center;
    font-size: 16px;
}
.center-wrap {
	width: 1285px;
	margin: 0 auto;
}
footer {
	background-color: #015293;
	height: 445px;
}

footer .r1 ul {
	float: left;
	margin-top: 40px;
	margin-bottom: 40px;
}
footer .r1 ul li {
	float: left;
	width: 377px;
	height: 42px;
	margin-right: 59px;
}
footer .r1 ul li:last-child {
	margin-right: 0;
}
footer .r1 ul li select {
	width: 377px;
	height: 42px;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	background-color: #fff;
}
footer .r2 {
	float: left;
	height: 275px;
}
footer .r2 .r2-img {
	width: 235px;
	height: 140px;
	border-right: 1px solid #fff;
	float: left;
	margin-right: 50px;
	padding-top: 35px;
}
footer .r2 .r2-img .img1 img {
	width: 150px;
	height: 75px;
	margin-right: 20px;
}
footer .r2 .r2-img .img2 img {
	width: 75px;
}
footer .r2 .r2-word {
	height: 150px;
    margin-top: 30px;
	background-image: url(images/jywwx.jpg);
	background-repeat: no-repeat;
	background-position-x: 1100px;
	background-size: contain;
}
footer .r2 .r2-word .short-links {
	margin-bottom: 20px;
	height: 31px;
}
footer .r2 .r2-word .short-links li a {
	color: #fff;
	float: left;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	margin-right: 40px;
}
footer .r2 .r2-word .footer-text {
	height: 57px;
	width: 1250px;
}
footer .r2 .r2-word .footer-text ul {
	height: 20px;
	text-align: center;
	margin: 10px auto;
	width: 800px;
}
footer .r2 .r2-word .footer-text li {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	float: left;
	margin-bottom: 10px;
}
footer .r2 .r2-word .footer-text li:last-child {
	margin-bottom: 0;
}
footer .r2 .r2-word .footer-text li a {
	color: #fff;
}
/* ==========【全局菜单显隐控制，放在所有@media最外层，不要嵌套】========== */
@media (min-width:769px){
    /* PC大屏：显示原生侧边菜单，隐藏手机专属菜单 */
    .mobile-menu {
        display: none !important;
    }
    .page-submenu-2.pc-menu {
        display:block !important;
    }
}

@media screen and (max-width: 768px) {
    /* 手机端：精准隐藏带pc-menu类的旧菜单，不会影响其他同名选择器 */
    .page-submenu-2.pc-menu {
        display: none !important;
    }
    .mobile-menu {
        display:block;
        width:100%;
        position:relative;
    }

    /* 全局页面基础适配 */
    .w, .center-wrap {
        width: 100% !important;
        padding: 0 12px !important;
        box-sizing: border-box !important;
    }
    .page-header-2 {
        height: auto !important;
        padding-bottom: 20px;
    }
    .page-header-2 .logowrap {
        margin-top: 15px !important;
        margin-bottom: 20px !important;
    }
    .page-header-2 .logowrap a img {
        height: 45px !important;
        width: auto !important;
        max-width: 90% !important;
    }
    .page-header-2 .title {
        font-size: 36px !important;
        line-height: 1.3;
        padding: 0 10px;
    }
    .fly_HeaderXian {
        display: none !important;
    }
    .ssk {
        width: 100% !important;
        height: auto !important;
        margin: 20px auto !important;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .ht { display: none !important; }
    .sskk {
        width: 100% !important;
        margin: 0 !important;
        float: none !important;
    }
    .sssrk {
        width: calc(100% - 60px) !important;
    }
    .infoopen-main {
        padding: 15px 12px !important;
        margin-bottom: 30px !important;
    }
    .infoopen-main .left,
    .infoopen-main .right {
        float: none !important;
        width: 100% !important;
    }

    /* ==========手机独立横向菜单样式【核心】========== */
    .mobile-tab-wrap {
        display:flex;
        overflow-x:auto;
        overflow-y:visible !important;
        white-space:nowrap;
        padding:8px 0;
        background:#fff;
        border-radius:6px;
        box-shadow:0 1px 4px rgba(0,0,0,0.08);
    }
    .mobile-tab-wrap::-webkit-scrollbar { height:3px; }
    .mobile-tab-wrap::-webkit-scrollbar-thumb { background:#ccc; border-radius:3px; }

    .mobile-tab-wrap .tab-item {
        flex-shrink:0;
        min-width:90px;
        padding:10px 12px;
        margin:0 4px;
        text-align:center;
        border:1px solid #eee;
        border-radius:4px;
        font-size:15px;
        box-sizing:border-box;
        cursor:pointer;
        display:flex;
        flex-direction:column;
        align-items:center;
    }
    .mobile-tab-wrap .tab-item.active {
        background:#015293;
        border-color:#015293;
        color:#fff;
    }
    /* CSS三角箭头，无需图片 */
    .mobile-tab-wrap .arrow {
        margin-top:6px;
        width:0;
        height:0;
        border-left:6px solid transparent;
        border-right:6px solid transparent;
        border-top:8px solid #333;
    }
    .mobile-tab-wrap .tab-item.active .arrow {
        border-top:none;
        border-bottom:8px solid #ffffff;
    }

    /* Tab下方独立子菜单容器，通栏展示 */
    .mobile-sub-wrap {
        width:100%;
        background:#fff;
        border-radius:0 0 6px;
        box-shadow:0 4px 10px rgba(0,0,0,0.12);
        margin-top:-1px;
        z-index:999;
    }
    .mobile-sub-wrap .sub-list {
        display:none;
        padding:8px 0;
    }
    .mobile-sub-wrap .sub-list.show {
        display:block;
    }
    .mobile-sub-wrap .sub-list li {
        height:42px;
        line-height:42px;
        padding-left:20px;
        font-size:16px;
    }
    .mobile-sub-wrap .sub-list li a {
        color:#333;
        display:block;
    }
    .mobile-sub-wrap .sub-list li a:hover {
        color:#015293;
    }

    /* 内容列表、表格、底部通用适配 */
    .infoopen-list-wrap {
        padding: 12px 15px !important;
    }
    .infoopen-list-wrap .columnTitle {
        font-size: 18px !important;
        margin-top: 15px !important;
    }
    .infoopen-list-wrap .list .item a {
        font-size: 16px !important;
        padding-right: 80px !important;
    }
    .infoopen-list-wrap .list .item em {
        width: 75px !important;
        font-size: 14px !important;
    }
    .infoopen-detail-wrap {
        padding: 20px 15px 30px !important;
    }
    .infoopen-detail-wrap .title {
        font-size: 20px !important;
        line-height: 1.4;
    }
    .infoopen-detail-wrap .meta span {
        font-size: 14px !important;
        margin: 0 8px !important;
        display: inline-block;
    }
    .infoopen-detail-wrap .cnt p,
    .infoopen-detail-wrap .cnt p span {
        font-size: 16px !important;
        line-height: 1.8 !important;
    }
    .infoopen-list-wrap .table-list,
    .infoopen-list-wrap .tb-list,
    .module-table {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
    }
    .infoopen-list-wrap .table-list th,
    .infoopen-list-wrap .table-list td,
    .module-table td {
        font-size: 14px !important;
        padding: 6px 8px !important;
        white-space: nowrap;
    }
    footer {
        height: auto !important;
        padding: 20px 12px 30px !important;
    }
    footer .r1 ul, footer .r2 {
        float: none !important;
        width: 100% !important;
    }
    footer .r1 ul li {
        float: none !important;
        width: 100%;
        margin-bottom: 15px;
    }
    footer .r1 ul li select {
        width: 100%;
        font-size: 16px;
    }
    footer .r2 .r2-img {
        float: none;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.3);
        text-align: center;
        margin-bottom: 20px;
    }
    footer .r2 .r2-word {
        background: none !important;
        width: 100%;
    }
    footer .r2 .r2-word .short-links {
        height: auto;
        text-align: center;
        margin-bottom: 15px;
    }
    footer .r2 .r2-word .short-links li a {
        float: none;
        display: inline-block;
        font-size: 16px;
        margin: 0 10px 10px;
    }
    footer .r2 .r2-word .footer-text {
        width: 100%;
        height: auto;
    }
    footer .r2 .r2-word .footer-text ul {
        width: 100%;
        height: auto;
        margin: 0;
    }
    footer .r2 .r2-word .footer-text li {
        float: none;
        display: block;
        text-align: center;
        font-size: 14px;
        margin-bottom: 8px;
        line-height: 1.5;
    }
    .page-page {
        font-size: 14px !important;
        padding: 15px 0 !important;
    }
}
