* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}
html, body {
    width: 100%;
    height: 100%;
    font-size: 16px;
}
.home {
    width: 100%;
    min-height: 100vh;
    /* background: url(./home-bg.png) no-repeat center center;
    background-size: 100% 100%; */
    background: #063E6A url(./home-bgb.png) no-repeat top center;
    background-size: 100% auto;
}
.header, .nav{
    width: 100%;
    height: 110px;
    background: #165fcd;
}
.nav {
    height: 50px;
    border-top: 1px solid #367fed;
}
.header-content, .nav-content {
    width: 1100px;
    height: auto;
    margin: auto;
    overflow: hidden;
}
.nav-content {
    position: relative;
    overflow: visible;
}
.img-wrap {
    float: left;
}
.img-wrap img {
    display: block;
}
.search-wrap {
    float: right;
}
.small-nav {
    margin: 10px 0 10px 104px;
}
.small-nav span, .small-nav span a {
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}
.search {
    width: 415px;
    height: 50px;
    background: #fff;
    overflow: hidden;
}
.search input {
    width: 70%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 15px;
    padding-left: 30px;
}
.search img {
    float: right;
    margin: 10px;
}
.trans {
    transition: 0.5s;
}
.nav-content span {
    /* display: inline-block; */
    float: left;
    width: 182px;
    height: 48px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    cursor: pointer;
}
.nav-content span:hover {
    background: #0048b5;
}
.isactive {
    background: #0048b5;
}
.folding {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -10px;
    background: #165fcd;
    /* background: red; */
    text-align: center;
    cursor: pointer;
}
.folding-white {
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background: #fff;
    margin: 3px;
    text-align: center;
    padding-top: 10px;
}
.folding-white div {
    display: block;
    width: 20px;
    height: 4px;
    background: #165fcd;
    margin: 4px auto;
}
.drop-down {
    transition: 0.4s;
    transform: translateY(700px);
}
.content {
    width: 1100px;
    /* height: 680px; */
    min-height: 680px;
    margin: 15px auto 30px auto;
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    padding: 0 50px 10px 50px;
}
.jqr {
    position: absolute;
    left: -147px;
    top: 0;
}
.next-tools {
    width: 75px;
    height: 235px;
    border-radius: 10px;
    background: #fff;
    position: absolute;
    top: 0;
    right: -90px;
}
.next-tools .wx-wrap {
    height: 50px;
    position: relative;
    overflow: hidden;
}
.next-tools .wx-wrap img:nth-child(1) {
    position: absolute;
    top: 0;
    right: 14px;
    transition: 0.2s;
}
.next-tools .wx-wrap img:nth-child(2) {
    position: absolute;
    top: 0;
    right: 75px;
    transition: 0.2s;
}
.next-tools span {
    display: block;
    /* color: #959595; */
    font-size: 14px;
}
.wx-item {
    display: block;
    color: #959595;
    text-align: center;
    margin-top: 6px;
    position: relative;
}
.wx-item .ercode {
    position: absolute;
    left: -105px;
    top: -10px;
}
.wx-item:hover img:nth-child(1) {
    right: -50px;
}
.wx-item:hover img:nth-child(2) {
    right: 14px;
}
.wx-item:hover {
    color: #00DC63;
}
.wx-item:hover .ercode {
    display: block !important;
}
.wb-item:hover {
    color: #EE1D27;
}
.sj-item:hover {
    color: #0048b5;
}
.sj-item:hover {
    display: block !important;
}
/* 底部样式 */
.footer {
    width: 100%;
    height: 100px;
    background: #eaeaea;
}
.footer-left-text {
    float: left;
    margin-top: 20px;
}
.footer-left-text span, .footer-left-text a {
    font-size: 12px;
    color: #333;
}
.footer-left-text a:hover {
    color:  #165fcd;
}
/* 底部样式结束 */

.wz-header {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px dashed #333;
    margin-bottom: 20px;
}
.wz-info {
    float: left;
}
.wz-info a, .fx-info span {
    font-size: 14px;
    color: #333;
}
.fx-info {
    float: right;
}
.fx-info a {
    display: inline-block;
}
.fx-info a img {
    vertical-align:middle;
}
.a-title {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.xq, .xq a {
    color: #333;
    font-size: 12px;
    text-align: center;
    margin: 10px auto;
}
.a-con {
    color: #333;
    font-size: 16px;
    /* height: 500px; */
    overflow-y: scroll;
}
.a-con::-webkit-scrollbar {
    display: none;
}
.a-con p, .a-con section {
    line-height: 28px;
    margin-bottom: 20px;
}
.a-con img {
    display: inline-block;
    max-width: 900px;
}
.a-con video {
    display: inline-block;
    max-width: 900px;
}