﻿/* CSS Document */

html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
dl,
dt,
dd,
iframe,
span {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

body {
    padding: 0px;
    margin: 0px;
    zoom: 100%;
    line-height: 1;
    font-family: "Arial";
    font-size: 0.26rem;
}

ul,
dl,
dt,
dd,
ol {
    list-style-type: none;
}

select,
input {
    vertical-align: middle;
}

a {
    color: #3b3b3b;
    text-decoration: none;
}

* html .clear {
    zoom: 1;
}

*+html .clear {
    zoom: 1;
}

em {
    font-style: normal;
}

i {
    font-style: normal;
}

* {
    margin: auto;
    padding: auto;
}

.r {
    float: right;
}

.l {
    float: left;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

html {
    max-width: 750px;
    /*设计图为1080时可以改成1080，适配大屏iPad*/
    min-width: 320px;
    overflow-x: hidden;
    background: #ffffff;
    margin: 0 auto;
}


/*通用头部、尾部、检索等公用代码*/

Cont {
    position: relative;
}


/*头部开始*/

img {
    width: 100%;
}

.head_content {
    box-sizing: border-box;
    width: 100%;
    height: 1.4rem;
    background: #1c4ca0;
    overflow: hidden;
}

.container {
    width: 6.9rem;
    height: auto !important;
    min-height: 1rem;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.logo {
    width: 5.04rem;
    height: 0.6rem;
    float: left;
    margin-top: 0.4rem;
}

.logo img {
    width: 5.04rem;
    height: 0.6rem;
}

.banner {
    width: 7.5rem;
    height: 2.6rem;
    overflow: hidden;
}

.banner img {
    width: 7.5rem;
    height: 2.6rem;
}

.nav__trigger {
    display: block;
    width: 30px;
    margin-right: 0.2rem;
    height: 25px;
    margin-top: 0.50rem;
}

.nav--active .nav__trigger {
    opacity: 0.5;
}

.nav__icon {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 5px;
    border-radius: 3px;
    background-color: #FFFFFF;
}

.nav__icon:before,
.nav__icon:after {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    border-radius: 3px;
    position: absolute;
    background: #FFFFFF;
}

.nav__icon:before {
    margin-top: -10px;
}

.nav__icon:after {
    margin-top: 10px;
}

.nav--active .nav__icon {
    background: rgba(0, 0, 0, 0);
}

.nav--active .nav__icon:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav--active .nav__icon:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#unfold {
    width: 0.42rem;
    height: 0.42rem;
    float: right;
}


/* 展开 */

.sxz_sj_unfold {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: -100vw;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
}

.sxz_sj_unfold_box {
    height: 100vh;
    width: 35%;
    background-color: #1c4ca0;
    float: left;
    padding-top: .5rem;
    box-sizing: border-box;
}

.sxz_sj_unfold_box li {
    font-size: 16px;
    font-weight: 700;
    color: #a2bedb;
    line-height: .8rem;
    text-align: center;
}

.sxz_sj_unfold_box li a {
    color: #a2bedb;
}

.sxz_sj_unfold_box_close {
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 0.1rem;
    left: 25%;
    background: url('../images/sxz_guanbi.png') no-repeat center;
    background-size: 100% 100%;
}

.sxz_sj_fixation {
    height: 2.04rem;
    width: 3.32rem;
}

.sxz_sj_fixation img {
    display: block;
    height: 2.04rem;
    width: 3.32rem;
    margin: 0.3rem auto 0.4rem;
}

.sxz_sj_fixation_box {
    width: 6.9rem;
    margin: 0 auto;
    position: relative;
}

.sxz_sj_band_narrate .sxz_sj_more {
    margin-top: 0.3rem;
}

.sxz_sj_box_eleven .sxz_sj_box_tab_eleven_swiper li {
    height: 1.04rem;
}


/* 尾部开始 */

.footer {
    height: 4.2rem;
    background: #1d2a43;
    overflow: hidden;
}

.footer_con {
    width: 100%;
    height: 4rem;
    overflow: hidden;
}

.footer_top_con {
    margin-top: 0.6rem;
}

.footer_top_con p {
    font-size: 0.26rem;
    color: #9ca2ae;
    height: auto;
    line-height: 0.45rem;
}


/* 分页开始 */

.xll_pagebox {
    text-align: center;
    line-height: 39px;
    margin-top: 40px;
    margin-bottom: 6px;
}

.xll_pagebox font {
    display: none !important;
}

.xll_pagebox a:first-child {
    display: none !important;
}

.xll_pagebox a:last-child {
    display: none !important;
}

.xll_pagebox>a {
    margin-top: 10px;
    display: inline-block;
    width: 53px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #f5f5f5;
    font-size: 14px;
    color: #7d7d7d;
    border-radius: 3px;
}

.xll_pagebox>p {
    display: inline-block;
}

.xll_pagebox>font {
    margin-left: 20px;
    color: #7d7d7d;
}

.xll_pagebox>span {
    font-size: 14px;
    color: #7d7d7d;
    margin-left: 19px;
}

.page_hide a,
.page_hide span {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    color: #7d7d7d;
    font-size: 14px;
}

.zt11 {
    width: 28px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    text-align: center;
    color: #7d7d7d;
}

.zt12 {
    width: 53px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    text-align: center;
    color: #7d7d7d;
    background-color: #fff;
    cursor: pointer;
}

.xll_pagebox>a:hover,
.zt12:hover,
.page_hide a:hover {
    color: #fff;
    background-color: #015293;
    border: 1px solid #015293;
}

.page_hide span {
    background-color: #015293;
    color: #fff;
    border: 1px solid #015293;
}


/* 分页结束 */