﻿@charset "utf-8";

.index-bg {
    background: url(../images/index-bg.jpg) no-repeat center bottom;
    background-size: cover;
    padding-top: 50px;
}

.s1 {
    position: relative;
}

.s1-b1 h4 {
    font-size: 32px;
    line-height: 32px;
    color: #111111;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: '思源宋体CN';
}

.s1-b1 .s1-listTxt ul li {
    font-size: 18px;
    color: #666666;
    line-height: 32px;
    padding-left: 15px;
    position: relative;
    background-size: 5px;
}

.s1-b1 .s1-listTxt ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #015293;
    border-radius: 50%;
}

.s1-b1 .s1-listTxt ul {
    /* margin: 0 -10px; */
}

.s1-b1 .s1-listTxt ul li:hover {
    color: #015293;
    background-position: left 10px center;
}

.s1-b1 {
    padding: 40px 20px 40px 128px;
    background: url(../images/toutiao.png) no-repeat;
    background-position: 30px center;
    background-color: #ffffff;
    box-shadow: 0px 0px 7px 0px rgba(36, 36, 36, 0.24);
}

.s1-banner {
    width: 51.56%;
    max-height: 434px;
    overflow: hidden;
    border-radius: 20px 0px 20px 0px;
}

.s1-banner .bg_img {
    min-height: 434px;
}

.s1-banner a {
    display: block;
}

.s1-banner a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 18px;
    color: #fff;
    line-height: 45px;
    padding-left: 30px;
    padding-right: 130px;
    z-index: 3;
}

.s1-banner a:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    height: 45px;
}

.s1-banner .slick-dots {
    font-size: 0;
    left: auto;
    width: auto;
    right: 8px;
    bottom: 18.5px;
}

.s1-banner .slick-dots button {
    display: none;
}

.s1-banner .slick-dots li {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 4px;
    margin: 0 5px;
}

.s1-banner .slick-dots .slick-active {
    background: #fff;
    width: 35px;
}

.s1-b2 .aRight {
    width: 46.16%;
}

.s1-b2 .tabc span {
    display: inline-block;
    font-size: 24px;
    line-height: 65px;
    position: relative;
    padding: 0px 18px;
    cursor: pointer;
    font-weight: 600;
}

.s1-b2 .tabc span:first-child {
    margin-left: 0;
}

.s1-b2 .tabc span:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 0 auto;
    background: url(../images/tab-item-act.png) no-repeat;
    background-size: 100% 100%;
    display: none;
}

.s1-b2 .tabc .mores a {
    position: absolute;
    right: 0;
    bottom: 28px;
    padding-right: 20px;
    background: url("../images/mores.png") no-repeat right center;
}

.s1-b2 .tabc .mores a {
    font-size: 16px;
    color: #b31a2c;
    line-height: 20px;
    display: none;
}

.s1-b2 .tabc {
    position: relative;
}

.s1-b2 .tabb .gd {
    margin-top: 12px;
    text-align: center;
    display: none;
    margin-bottom: 15px;
}

.s1-b2 .tabb .gd a {
    display: inline-block;
    width: 90px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    background: #1c4da3;
    border-radius: 5px;
    font-size: 15px;
}

.s1-b2 .tabc .tab-item.active:before,
.s1-b2 .tabc .tab-item.active:after {
    display: block;
}

.s1-b2 .tabc .tab-item.active {
    color: #015293;
    padding: 0 25px;
}

.tsxw {
    margin-top: 7px;
}

.tsxw li a {
    display: block;
    position: relative;
    z-index: 3;
    font-size: 0;
    overflow: hidden;
    line-height: 52px;
}

.tsxw li .time {
    float: right;
    padding-left: 15px;
    font-size: 14px;
}

.tsxw li .txt {
    position: relative;
    padding-left: 18px;
    overflow: hidden;
}

.tsxw li .txt::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #015293;
    /* opacity: 0; */
}

.tsxw li .txt p {
    font-size: 18px;
    color: #333333;
}

.tsxw li {
    position: relative;
}

.tsxw li:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #1c4ca0;
    transition: all .3s;
}

.tsxw li:hover:after {
    width: 100%;
}

.tsxw li:hover .txt::before {
    opacity: 1;
}

.tsxw li:hover .txt {
    padding-left: 14px;
}

.tsxw li:hover .txt p {
    font-weight: 600;
    color: #1c4ca0;
}

.s1-b2 .tabb .zyyw-b1 a {
    display: block;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 18px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e5e5e5;
}

.s1-b2 .tabb .zyyw-b1 a h4 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    line-height: 22px;
    margin-bottom: 12px;
}

.s1-b2 .tabb .zyyw-b1 a p {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    height: 56px;
}

.s1-b2 .tabb .zyyw li {
    position: relative;
    /*line-height: 52px;*/
    line-height: 50px;
    padding-left: 40px;
    background: url("../images/s1-b1-li.png") no-repeat left center;
    background-size: 28px;
}

.s1-b2 .tabb .zyyw li a {
    font-size: 18px;
    color: #333333;
    padding-right: 110px;
}

.s1-b2 .tabb .zyyw li span {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 16px;
    line-height: 17px;
    color: #999999;
    transform: translateY(-50%);
    border-left: 2px solid #a9a9a9;
    padding-left: 8px;
}

.s1-b2 .tabb .zyyw li:hover a,
.s1-b2 .tabb .zyyw li:hover span {
    color: #fff;
    border-color: #fff;
}

.s1-b2 .tabb .zyyw li:hover {
    background-color: #b31a2c;
    background-image: url("../images/s1-b1-li2.png");
    background-size: 24px;
    background-position: left 10px center;
}

.s1-b2 .tabb .gwy-b1 {
    padding-top: 7px;
}

.s1-b2 .tabb .gwy-b1 a {
    display: block;
    padding: 16px 25px 16px 29px;
    background: #fff3f4;
}

.s1-b2 .tabb .gwy-b1 h4 {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    height: 60px;
    margin-bottom: 12px;
}

.s1-b2 .tabb .gwy-b1 p {
    font-size: 14px;
    color: #999;
    line-height: 16px;
}

.s1-b2 .tabb .gwy li {
    position: relative;
    line-height: 60px;
    margin-top: 14px;
    border: 1px solid #eeeeee;
}

.s1-b2 .tabb .gwy li a {
    padding-left: 23px;
    font-size: 16px;
    color: #333333;
    padding-right: 110px;
}

.s1-b2 .tabb .gwy li span {
    position: absolute;
    top: 50%;
    right: 8px;
    font-size: 14px;
    color: #999999;
    line-height: 16px;
    height: 16px;
    border-left: 2px solid #999999;
    padding-left: 10px;
    transform: translateY(-50%);
}

.s1-b2 .tabb .gwy li:after {
    position: absolute;
    content: '';
    left: -1px;
    top: 50%;
    width: 4px;
    height: 20px;
    background: #c70000;
    transform: translateY(-50%);
}

.s1-b2 .tabb .gwy li:hover:after {
    background: #fff;
}

.s1-b2 .tabb .gwy li:hover a,
.s1-b2 .tabb .gwy li:hover span {
    color: #fff;
}

.s1-b2 .tabb .gwy li:hover span {
    border-color: #fff;
}

.s1-b2 .tabb .gwy li:hover {
    background: #c70000;
    border-color: #c70000;
}

.s1-b2 .tabb .tab-item {
    display: none;
}

.s1-b2 {
    margin-top: 50px;
}

.tit {
    font-size: 0;
    font-family: '思源宋体CN';
    position: relative;
    margin-bottom: 45px;
}

.tit b {
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #015293;
    margin-right: 5px;
}

.tit div {
    display: inline-block;
    vertical-align: middle;
}

.tit div p {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #111111;
}

.tit div span {
    display: block;
    font-size: 22px;
    font-weight: normal;
    line-height: 22px;
    color: #111111;
}

.tit a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    color: #111111;
    background: url(../images/yun-bj.png) no-repeat;
    background-position: right bottom;
    font-family: '微软雅黑';
    width: 62px;
    text-align: center;
    padding-bottom: 15px;
}

.tit a:hover {
    color: #015293;
}

.s2-banner a {
    display: block;
    overflow: hidden;
    margin: 0 8px;
}

.s2-banner a img {
    display: block;
    width: 100%;
    transition: all .3s;
}

.s2-banner a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.s2-banner .slick-dots {
    font-size: 0;
    bottom: 0;
}

.s2-banner .slick-dots button {
    display: none;
}

.s2-banner .slick-dots li {
    width: 8px;
    height: 8px;
    border: 1px solid #c70000;
    border-radius: 50%;
    margin: 0 15px;
}

.s2-banner .slick-dots .slick-active {
    background: #c70000;
}

.s2-banner {
    margin: 0 -8px;
}

.s2-b1>div {
    overflow: hidden;
}

.s2-b1 {
    margin-top: 45px;
}

.s2-b2 .aLeft {
    width: 65%;
    padding: 30px 20px;
}

.block2 {
    margin-top: 45px;
}

.block2-tit {
    margin-bottom: 30px;
}

.block2-tit ul li {
    float: left;
    margin-left: .5%;
    width: 33%;
    background: url(../images/block2-tit-bj.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
    border-radius: 0px 0px 20px 20px;
}

.block2-tit ul li:nth-child(1) {
    margin-left: 0;
}

.block2-tit ul li a {
    display: block;
    font-size: 0;
    line-height: 100px;
    font-family: '思源宋体CN';
    padding: 0 50px;
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
}

.block2-tit ul li a b {
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-right: 5px;
}

.block2-tit ul li a div {
    display: inline-block;
    vertical-align: middle;
}

.block2-tit ul li a div p {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #ffffff;
}

.block2-tit ul li a div span {
    display: block;
    font-size: 22px;
    font-weight: normal;
    line-height: 22px;
    color: #ffffff;
}

.block2-tit ul li.active a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 6px;
    background-color: #fba620;
}

.block2-tit ul li.active a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #015293 transparent transparent transparent;
}

.block2-tit ul li.active a b {
    color: #fba620;
}

.block2-main {
    background-color: rgba(255, 255, 255, 0.63);
    box-shadow: 0px 0px 7px 0px rgba(36, 36, 36, 0.05);
}

.s2 .s2-b2 .aLeft .tabc span {}

.s2-b2 .zccx {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 20px 17px 20px 30px;
    background: url(../images/zzc.png) no-repeat center;
    background-size: cover;
    display: none;
}

.s2-b2 .zccx .zc-tit {
    float: left;
    font-size: 30px;
    color: #2a6ac9;
    font-weight: 600;
    line-height: 43px;
}

.s2-b2 .zccx .zc-tit span {
    color: #a81010;
}

.s2-b2 .zccx .zc_sec {
    float: right;
    width: calc(100% - 174px);
    position: relative;
    border-radius: 5px;
    overflow: hidden;

}

.s2-b2 .zccx .zc_sec .inp {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #111;
    line-height: 43px;
    height: 43px;
    background: #fff;
    padding-left: 20px;
    padding-right: 110px;
}

.s2-b2 .zccx .zc_sec .sub {
    position: absolute;
    width: 99px;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}


.gk-tit {
    overflow: hidden;
    margin-bottom: 35px;
}

.gk-tit h2 {
    float: left;
    font-size: 28px;
    font-weight: normal;
    line-height: 28px;
    color: #015293;
    font-family: '思源宋体CN';
}

.gk-tit::after {
    content: "";
    display: block;
    overflow: hidden;
    height: 28px;
    border-bottom: 1px solid #e2f0fb;
}

.gk3-form-box {
    margin-bottom: 40px;
}

.gk3-form>div {
    float: left;
    background: none;
    line-height: 42px;
}

.gk3-form>div>span {
    float: left;
    line-height: 20px;
    margin-top: 9px;
    margin-right: 15px;
}

.gk3-form>div>div {
    overflow: auto;
}

.gk3-form>div input {
    display: block;
    width: 100%;
    padding: 0 5px;
}

.gk3-form>div>div.select {
    overflow: visible;
    padding-right: 0;
    float: none !important;
    width: auto;
}

.gk3-form>div.input-smt {
    overflow: hidden;
    float: left;
    width: 32%;
    margin-left: 2%;
    font-size: 0;
    text-align: right;
    font-size: 0;
    line-height: 36px;
}

.gk3-form2 {
    margin-top: 13px;
}

.gk3-form2 .input-text div {
    float: left;
    width: 80px;
    margin-right: 4px;
}

.gk3-form2 .input-text div input {
    width: 100%;
}

.gk3-form2 .input-text span:last-child {
    margin-right: 0;
}


.input-text {
    background: #fff;
    margin-left: 20px;
    width: 32%;
    margin-left: 2%;
}

.input-text::after {
    content: "";
    display: block;
    clear: both;
}

.input-text:first-child {
    margin-left: 0;
}

.input-text input {
    display: block;
    width: 100%;
    background: none;
    outline: none;
    line-height: 36px;
    height: 36px;
    border: 1px solid #dddddd;
    background: #fff;
}


/* select 下拉菜单 */

.select {
    position: relative;
}

.select>p {
    padding-right: 36px;
    position: relative;
    background: #fff;
    line-height: 36px;
    padding-left: 20px;
    color: #888888;
    font-size: 14px;
    overflow: hidden;
}

.select>p span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select>span {
    float: left;
    line-height: 20px;
    margin-top: 8px;
    margin-right: 15px;
}

.select>p i {
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
    background: url(../images/icon-b-down.png) no-repeat;
    background-position: center center;
}

.select ul {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 10px 0;
    display: none;
    z-index: 9;
}

.select ul li {
    line-height: 30px;
    font-size: 14px;
    color: #666;
    padding: 0 20px;
    cursor: pointer;
}

.select ul li:hover {
    background: #245399;
    color: #fff;
}


.gk3 .select>p {
    background: none;
    padding-left: 0;
}

.gk3 .select>p i {
    background: url(../images/icon-b-down-g.png) no-repeat;
    background-position: center center;
}

.input-smt input {
    display: inline-block !important;
    width: 50%;
    max-width: 90px;
    line-height: 36px;
    height: 36px;
    color: #fff;
    font-size: 14px;
    background: #dbdbdb;
    cursor: pointer;
    margin-left: 10px;
    /* vertical-align: top; */
}

.input-smt input:first-child {
    margin-left: 0;
    background: #de3845;
}






.s2-b2 .aLeft .tabc,
.s2-b2 .aRight .tabc, .tab-boxs .tabc {
    position: relative;
    /* background: #fff; */
    line-height: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4f2fe;
    margin-bottom: 18px;
}

.s2-b2 .aLeft .tabc span,
.s2-b2 .aRight .tabc span, .tab-boxs .tabc span {
    font-family: '思源宋体CN';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    color: #333333;
    margin-left: 30px;
    cursor: pointer;
    line-height: 30px;
}

.s2-b2 .aLeft .tabc span:nth-child(1),
.s2-b2 .aRight .tabc span:nth-child(1), .tab-boxs .tabc span:nth-child(1) {
    margin-left: 0;
}

.s2-b2 .aRight .tabc span {
    padding: 0;
}

.s2-b2 .aLeft .tabc em,
.s2-b2 .aRight .tabc em, .tab-boxs .tabc em {
    position: relative;
    z-index: 3;
}

.s2-b2 .aLeft .tabc span:after,
.s2-b2 .aRight .tabc span::after, .tab-boxs .tabc span::after {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 30px;
    bottom: -16px;
    /* background-color: #1c4ca0; */
    opacity: 0;
    visibility: hidden;
    /*  transition: all .3s;*/
}

.s2-b2 .aLeft .tabc span.active:after,
.s2-b2 .aRight .tabc span.active::after, .tab-boxs .tabc span.active:after {
    opacity: 1;
    visibility: visible;
}

.s2-b2 .aLeft .tabc span.active em,
.s2-b2 .aRight .tabc span.active em, .tab-boxs .tabc span.active em {
    color: #1c4ca0;
    font-weight: bold;
    display: block;
}

.s2-b2 .aLeft .tabc .mores a, .tab-boxs .tabc .mores a {
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #111111;
    line-height: 14px;
    background: url(../images/yun-bj.png) no-repeat;
    background-position: right bottom;
    font-family: '微软雅黑';
    width: 62px;
    text-align: center;
    padding-bottom: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.gg-list li {
    position: relative;
    line-height: 50px;
    padding-left: 40px;
    background: url("../images/s1-b1-li.png") no-repeat left center;
    background-size: auto;
    background-size: 28px;
}

.gg-list li a {
    font-size: 18px;
    color: #333333;
    padding-right: 110px;

}

.gg-list li span {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 16px;
    line-height: 17px;
    height: 17px;
    color: #999999;
    transform: translateY(-50%);
    border-left: 2px solid #a9a9a9;
    padding-left: 8px;
}

.gg-list li:hover a {

    color: #fff;
}

.gg-list li:hover {
    background-color: #b31a2c;
    background-image: url("../images/s1-b1-li2.png");
    background-size: 24px;
    background-position: left 10px center;
}

.gg-list li:hover span {
    color: #fff;
    right: 10px;
}

.tabb>.tabb-item {
    display: none;
}

.tabb>.tabb-item:first-child {
    display: block;
}

.s2-b2 .aRight {
    width: 32.815%;
    padding: 30px 25px;
    border-right: 3px solid rgba(235, 242, 247, .68);
}

.s2-b2 .aRight .tabc {
    margin-top: 15px;
    margin-bottom: 20px;
}

.s2-b2 .aRight .icon-list li {
    width: 50%;
    float: left;
    margin-bottom: 5px;
}

.s2-b2 .aRight .icon-list li:nth-child(even) {}

.s2-b2 .aRight .icon-list li a {
    display: block;
    overflow: hidden;
}

.s2-b2 .aRight .icon-list li .icon {
    margin-top: 18px;
    width: 83px;
    height: 83px;
    background-color: #e9f3fb;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.s2-b2 .aRight .icon-list li .icon img {}

.s2-b2 .aRight .icon-list li p {
    overflow: hidden;
    font-size: 18px;
    color: #111;
    line-height: 48px;
    text-align: center;
}

.s2-b2 .aRight .icon-list li:hover .icon img {
    transform: rotateY(180deg);
}

.s2-b2 .aRight .icon-list li:hover p {
    color: #1c4ca0;
    font-weight: bold;
}

.s2-b2 .aRight .xqlink a {
    display: block;
    font-size: 32px;
    color: #015293;
    line-height: 142px;
    text-align: center;
    background: url("../images/s2-img05.jpg") no-repeat 50%;
    background-size: 100% 100%;
    font-family: '思源黑体CN';
}

.s2-b2 .aRight .xqlink {
    padding-right: 34px;
}

.s2-b2>div {
    position: relative;
    z-index: 3;
}

.s2-b2 {
    position: relative;
}

.s3 {
    padding: 45px 30px 40px 30px;
}

.s3-t ul {
    overflow: hidden;
}

.s3-t ul li {
    float: left;
    width: 20%;
    position: relative;
}

.s3-t ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 43px;
    background-color: #3f80b6;
    opacity: 0.14;
}

.s3-t ul li:nth-child(1):before {
    content: none;
}

.s3-t ul li a {
    display: block;
    font-size: 0;
    text-align: center;
}

.s3-t ul li a .icon {
    display: inline-block;
    vertical-align: middle;
    width: 75px;
    height: 88px;
    position: relative;
    margin-right: 20px;
}

.s3-t ul li:hover .icon img {
    transform: rotateY(180deg);
}

.s3-t ul li a p {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #111111;
}

.s3-b {
    overflow: hidden;
    margin-top: 55px;
}

.s3-bl {
    float: left;
    width: 46%;
}

.s3-br {
    float: right;
    width: 46%;
}

.s3-bl .tabb-item ul {
    overflow: hidden;
}

.s3-bl .tabb-item ul li {
    float: left;
    width: 25%;
    text-align: center;
}

.s3-bl .tabb-item ul li:nth-child(-n+4) {
    margin-bottom: 40px;
}

.s3-bl .tabb-item ul li a {
    display: block;
}

.s3-bl .tabb-item ul li a .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: solid 1px #98b6d9;
    margin: 0 auto;
    position: relative;
}

.s3-bl .tabb-item ul li a p {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: #111111;
    margin-top: 5px;
}

.s3-bl .tabb-item ul li:hover .icon img {
    transform: rotateY(180deg);
}

.s3-br .tabb-item ul {
    overflow: hidden;
}

.s3-br .tabb-item ul li {
    float: left;
    width: 50%;
}

.s3-br .tabb-item ul li:nth-child(-n+2) {
    padding-bottom: 25px;
}

.s3-br .tabb-item ul li:nth-child(2n+1) {
    padding-right: 10px;
}

.s3-br .tabb-item ul li:nth-child(2n) {
    padding-left: 10px;
}

.s3-br .tabb-item ul li a {
    display: block;
    background-color: #ecf4ff;
    background-repeat: no-repeat;
    background-position: right bottom;
    border-radius: 10px;
    min-height: 135px;
    padding: 20px 100px 20px 20px;
}

.s3-br .tabb-item ul li a h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    color: #111111;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}

.s3-br .tabb-item ul li a p {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #015293;
    margin-top: 10px;
}

.s4 {
    padding: 35px 30px;
}

.s4-tl {
    float: left;
    width: 55%;
}

.s4-tr {
    float: right;
    width: 40%;
}

.first-item a {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    padding-top: 10px;
}

.first-item a .pics {
    float: left;
    width: 247px;
    margin-right: 25px;
}

.first-item a .pics .pic {
    padding-top: 63%;
}

.first-item a .info {
    overflow: hidden;
}

.first-item a .info h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #111111;
}

.first-item a:hover .info h3 {
    color: #1c4ca0;
    font-weight: 600;
}

.first-item a .info span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    color: #111111;
    opacity: 0.6;
    margin-top: 40px;
}

.s4-c .tsxw li a {
    line-height: 49px;
}

.s4-c .tab-boxs .tabc {
    padding-bottom: 0;
    border-bottom: none;
}

.s4-c .tab-boxs .tabc span {
    width: 154px;
    line-height: 65px;
    text-align: center;
}

.s4-c .tab-boxs .tabc span::after {
    position: absolute;
    width: auto;
    height: auto;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 0 auto;
    background: url(../images/tab-item-act.png) no-repeat;
    background-size: 100% 100%;
    transform: translateX(0);
}

.s4-b {
    overflow: hidden;
    margin-top: 35px;
}

.s4-write {
    float: left;
    width: 50%;
    background: url(../images/s4-bbj1.jpg) no-repeat;
    background-position: right top;
    background-size: cover;
    padding-left: 150px;
    position: relative;
    padding-top: 25px;
    height: 116px;
}

.s4-write::before {
    content: "";
    position: absolute;
    left: 65px;
    top: 0;
    bottom: 0;
    width: 58px;
    background: url(../images/icon-write.png) no-repeat;
    background-position: center center;
}

.s4-write h3 {
    font-size: 26.62px;
    font-weight: normal;
    line-height: 36px;
    color: #ffffff;
}

.s4-write div {
    overflow: hidden;
    margin-top: 10px;
}

.s4-write div a {
    float: left;
    text-decoration: underline;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    color: #ffffff;
    margin-right: 20px;
}

.s4-b ul {
    overflow: hidden;
}

.s4-b ul li {
    float: left;
    width: 47%;
    margin-left: 3%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.s4-b ul li a {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-size: auto 90%;
    height: 116px;
    line-height: 116px;
    font-size: 0;
    text-align: center;
}

.s4-b ul li a img {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
}



.s5-banner ul a {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #06316a;
    border: 1px solid #1c4da3;
    border-radius: 8px;
}

.s5-banner ul a:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("../images/visit-s2-mask.png") repeat-x bottom center;
}

.s5-banner a .bg_img {
    height: 410px;
}

.s5-banner a .bg_img .a {
    opacity: 0.4;
}

.s5-banner ul {
    overflow: hidden;
}

.s5-banner ul li {
    float: left;
    width: 10%;
    margin-left: 1%;
    transition: .3s ease-in;
}

.s5-banner ul li.active {
    width: 45%;
}

.s5-banner ul li.active .bg_img .a {
    opacity: 1;
}

.s5-banner ul li:first-child {
    margin-left: 0;
}

.s5-banner ul li a .txt {
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 3;
}

.s5-banner ul li a .txt h4 {
    width: 72px;
    height: 136px;
    background-image: url(../images/s5-bg1.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 40px;
    position: relative;
    line-height: 2;
}


.s5-banner ul li a .txt02 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 30px 25px;
    z-index: 3;
    opacity: 0;
    visibility: visible;
    transition: all.3s;
}

.s5-banner ul li a .txt02 h4 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 220px;
}

.s5-banner ul li a .txt02 p {
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    position: relative;
    padding-left: 14px;
}

.s5-banner ul li a .txt02 p::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
}

.s5-banner ul li.active a .txt02 {
    opacity: 1;
    visibility: visible;
}

.s5-banner ul li.active a .txt {
    display: none;
}

.s5-banner .btn {
    position: absolute;
    bottom: -100px;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    z-index: 99;
    display: none;
}

.s5-banner .prev {
    left: 50%;
    margin-left: -84px;
    background-image: url("../images/visit-l.png");
}

.s5-banner .next {
    right: 50%;
    margin-right: -84px;
    background-image: url("../images/visit-r.png");
}

.s5-banner {
    position: relative;
    margin-top: 49px;
}

.s5-banner2 {
    display: none;
}

.s5 {
    margin-top: 80px;
}

.tzts {
    position: absolute;
    left: 100%;
    margin-left: 50px;
    top: 0;
}

.tzts a {
    display: block;
}

.tzts a img {
    max-width: none;
}

.lyts-tit {
    position: relative;
}

.lyts-tit img {
    display: block;
    margin: 0 auto;
}

.lyts-tit a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    color: #111111;
    background: url(../images/yun-bj.png) no-repeat;
    background-position: right bottom;
    font-family: '微软雅黑';
    width: 62px;
    text-align: center;
    padding-bottom: 15px;
}

.s6-banner a {
    display: block;
    overflow: hidden;
    margin: 0 11px;
}

.s6-banner a img {
    width: 100%;
    transition: all .3s;
}

.s6-banner {
    /* overflow: hidden; */
}

.s6-banner .slick-list {
    margin-left: -11px;
    margin-right: -11px;
}

.s6-banner a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.s6-banner .slick-arrow {
    width: 49px;
    height: 49px;
    background-size: 6px 10px;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 3;
}


.s6-banner .slick-prev {
    right: 100%;
    background-image: url("../images/s7-prev.png");
    left: auto;
    margin-right: 30px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.s6-banner .slick-next {
    left: 100%;
    background-image: url("../images/s7-next.png");
    margin-left: 30px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.s6 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.w480 {
    display: none;
}

.s2 .tabb .mores {

    font-size: 14px;
    color: #fff;
    text-align: center;
    width: 90px;
    line-height: 36px;
    background: #1c4da3;
    border-radius: 5px;
    margin: 10px auto 0;
}

.s2 .tabb .mores a {
    display: block;
}

.s7 {}

.s7-l,
.s7-c,
.s7-r {
    position: relative;
    width: 31.66%;
    transition: all 0.3s;
    margin-top: 20px;
}

.s7-c {
    margin-left: 2.5%;
    margin-top: 0;
}

.s7-l .s7-tit,
.s7-r .s7-tit {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 72px;
    height: 100%;
    background-image: linear-gradient(#005bc3, #154b99);
}

.s7-c .s7-tit {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 72px;
    height: 100%;
    background-image: linear-gradient(#fed477, #dbb869);
}

.s7-l .s7-tit h3,
.s7-c .s7-tit h3,
.s7-r .s7-tit h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 50px 22px;
}

.s7-c .s7-tit h3 {
    color: #000;
}

.s7-l .s7-tit .gd a,
.s7-c .s7-tit .gd a,
.s7-r .s7-tit .gd a {
    display: block;
    text-align: center;
    margin-top: 100px;
}

.s7-l .s7-tit .gd a img,
.s7-c .s7-tit .gd a img,
.s7-r .s7-tit .gd a img {
    display: inline-block;
}

.s7-bd {
    margin-left: 72px;
    padding: 15px 25px;
    border: 8px solid #d5ecfb;
}

.s7-l .s7-bd {
    background: url(../images/s7-lbg.jpg) no-repeat center;
    background-size: cover;
}

.s7-c .s7-bd {
    background: url(../images/s7-cbg.jpg) no-repeat center;
    background-size: cover;
    border-color: #fed477;
}

.s7-r .s7-bd {
    background: url(../images/s7-rbg.jpg) no-repeat center;
    background-size: cover;
}

.s7-bd ul li a {
    display: block;
    line-height: 22px;
    margin: 12px 0;
    position: relative;
    padding-left: 15px;
    transition: all 0.3s;
}

.s7-bd ul li a:hover {
    color: #1c4da3;
    font-weight: bold;
}

.s7-bd ul li a::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #005bc3;
}

.s7-c .s7-bd ul li a::after {
    background-color: #dcb96a;
}

.s7-l:hover,
.s7-c:hover,
.s7-r:hover {
    box-shadow: 0 0 15px 8px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1480px) {
    .s6-banner .slick-prev {
        right: auto;
        left: 0;
        margin-right: 0;
    }

    .s6-banner .slick-next {
        margin-left: 0;
        left: auto;
        right: 0;
    }

}

@media screen and (max-width: 1380px) {
    .s1-b2 .tabc span {
        margin-left: 20px;
        font-size: 20px;
    }

    .s1-b2 .tabc span {
        width: 25%;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .s1-b2 .tabc .tab-item.active {
        padding: 0;
    }

    .s2-b2 .aRight {
        width: 30%;
        padding-left: 0;
        padding-right: 10px;
    }

    .s2-b2 .aLeft {
        width: 68%;
    }

    .s2-b2 .aRight .icon-list li p {
        font-size: 16px;
    }

    .gk3-form2>div {
        width: 49%;
    }

    .gk3-form>div.input-smt {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
        text-align: left;
        text-indent: 45px;
    }

    .s3-t ul li a p {
        font-size: 18px;
    }

    .s3-t ul li a .icon {
        width: 50px;
        height: 58px;
        margin-right: 10px;
    }

    .s3 {
        padding: 20px 0;
    }

    .s2-b2 .aLeft .tabc span, .s2-b2 .aRight .tabc span, .tab-boxs .tabc span {
        font-size: 20px;
    }

    .s4 {
        padding: 20px 0;
    }

    .s4-tl {
        width: 50%;
    }

    .s4-tr {
        width: 47%;
    }
}

@media screen and (max-width: 1120px) {}

@media screen and (max-width: 1060px) {
    .s3-bl {
        float: none;
        width: auto;
    }

    .s3-br {
        float: none;
        width: auto;
        margin-top: 20px;
    }

    .s3-t ul li a .icon {
        display: block;
        float: none;
        margin: 0 auto;
    }

    .s3-t ul li a p {
        display: block;
    }

    .s2-b2 .aLeft .tabc span, .s2-b2 .aRight .tabc span, .tab-boxs .tabc span {
        margin-left: 10px;
    }

    .s3-bl .tabb-item ul li a p {
        font-size: 16px;
    }

    .s3-bl .tabb-item ul li a .icon {
        width: 55px;
        height: 55px;
    }

    .s3-bl .tabb-item ul li a .icon img {
        max-width: 60%;
        max-height: 60%;
    }

    .s3-bl .tabb-item ul li:nth-child(-n+4) {
        margin-bottom: 20px;
    }

    .s3-br .tabb-item ul li a {
        background-size: auto 60%;
        padding-right: 60px;
    }

    .s3-br .tabb-item ul li a h3 {
        font-size: 18px;
    }

    .s3-br .tabb-item ul li a p {
        font-size: 14px;
    }

    .s4-tl {
        float: none;
        width: auto;
    }

    .s4-tr {
        float: none;
        width: auto;
        margin-top: 20px;
    }

    .first-item a .info h3 {
        font-size: 16px;
    }

    .s1-b1 h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .s1-b1 .s1-listTxt ul li {
        font-size: 16px;
    }

    .s1-b1 {
        padding: 25px 20px 20px 80px;
        background-position: 10px center;
    }

    .s1-banner {
        width: 100%;
        float: none;
        margin-bottom: 30px;
        max-height: none;
    }

    .s1-banner .bg_img {
        height: auto;
        min-height: auto;
        padding-top: 64%;
    }

    .s1-b2 .aRight {
        width: 100%;
        float: none;
    }

    .s1-b2 .tabb .gd {
        display: block;
    }

    .s1-b2 {
        padding: 20px;
        padding-top: 0;
    }

    .s1-b2 .tabb .tsxw li .txt p {
        font-size: 16px;
    }

    .s2-banner .slick-dots li {
        margin: 0 8px;
    }

    .s2-b2 .aLeft {
        float: none;
        width: auto;
        padding: 0;
        border: none;
    }

    .s2-b2 .zccx .zc-tit {
        font-size: 24px;
    }

    .s2-b2 .aLeft .tabc span {
        font-size: 20px;
        padding: 0;
        margin-left: 10px;
    }

    .s2-b2 .aLeft .tabc .mores {
        font-size: 12px;
        right: 10px;
    }

    .gg-list li a,
    .s1-b2 .tabb .zyyw li a {
        font-size: 16px;
    }

    .gg-list li,
    .s1-b2 .tabb .zyyw li {
        background-size: 24px;
        padding-left: 30px;
    }

    .gg-list li span,
    .s1-b2 .tabb .zyyw li span {
        font-size: 12px;
        line-height: 14px;
        height: 14px;
    }

    .gg-list li:hover a {
        font-size: 18px;
    }

    .s2-b2 .aRight .icon-list li p {
        font-size: 16px;
    }

    .s2-b2 .aRight .icon-list li .icon {}

    .s2-b2 .aRight .icon-list li p {
        line-height: 24px;
        height: 48px;
    }

    .s2-b2 .aRight .icon-list li .icon img {
        max-width: 70%;
    }

    .s2-b2 .aRight .xqlink {
        padding-right: 0;
    }

    .s2-b2 {
        padding: 25px 0;
    }

    .s2-b1 {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .s2 {
        padding-top: 0;
    }



    .s6-banner {
        padding: 0;
    }

    .s6 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .s1 {
        margin-top: 0;
    }

    .s1-b2 .tabc span {}



    /*  */
    .s2-banner1 {
        display: none;
    }

    .s2-banner2 {
        display: block;
    }

    .s2-banner2 a {
        display: block;
        margin: 0 10px;
        position: relative;
    }

    .s2-banner2 a .pic {
        padding-top: 63.8%;
    }

    .s2-banner2 a .txt02 {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        padding: 0 12px 10px;
        z-index: 3;
    }

    .s2-banner2 a .txt02 h4 {
        font-size: 18px;
        color: #ffffff;
        line-height: 30px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .s2-banner2 a .txt02 p {
        font-size: 14px;
        line-height: 20px;
        color: rgba(255, 255, 255, 0.68);
        height: 40px;
    }

    .s2-banner2 .slick-arrow {
        width: 40px;
        height: 40px;
        background-size: 40px;
        z-index: 3;
    }

    .s2-banner2 .slick-prev {
        left: 10px;
        background-image: url("../images/visit-l.png");
    }

    .s2-banner2 .slick-next {
        right: 10px;
        background-image: url("../images/visit-r.png");
    }

    .s2-banner2 a:after {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: url('../images/visit-s2-mask.png') repeat-x bottom center;
    }

    .visit .s2-banner {
        margin-top: 20px;
    }

    /*  */

    .s2-b2 .aRight {
        float: none;
        width: auto;
        padding: 0;
        border: none;
    }

    .s2-b2 .aRight .icon-list li {
        width: 25%;
    }
}

@media screen and (max-width: 900px) {
    .s1 .nav {
        padding: 0;
        margin-bottom: 15px;
    }

    .s2-b2 .aLeft {
        float: none;
        width: auto;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .s2-b2 .aRight {
        float: none;
        width: auto;
    }


    .s5-pic .img01,
    .s5-pic .img02 .a1,
    .s5-pic .img02 .a2,
    .s5-pic .img02 .a3,
    .s5-pic .img03 .img03-1,
    .s5-pic .img03 .img03-2,
    .s5-pic .img04 .img04-1,
    .s5-pic .img04 .img04-2 {
        position: static;
        width: auto;
    }

    .s5-pic .img01 a .bg_img {
        height: auto;
        padding-top: 45.6%;
    }

    .s5-pic .img02>div {
        float: left;
        width: 32% !important;
    }

    .s5-pic .img02>div .bg_img {
        height: 200px !important;
    }

    .s5-pic .img02 .a3>div a .bg_img {
        height: 95px !important;
    }

    .s5-pic .img03>div,
    .s5-pic .img04>div {
        float: left;
        width: 49% !important;
    }

    .s5-pic .img03 .img03-2 .bg_img,
    .s5-pic .img03 .img03-1 .bg_img,
    .s5-pic .img04 .img04-1 .bg_img,
    .s5-pic .img04 .img04-2 .bg_img {
        height: auto;
        padding-top: 76.66%;
    }

    .s5-pic .img04,
    .s5-pic .img02,
    .s5-pic .img03 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .s5-pic {
        width: auto;
        height: auto;
    }

    .s5:after,
    .s5:before {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .s3-t ul li {
        width: 50%;
        margin-bottom: 10px;
    }

    .s3-t ul li::before {
        display: none;
    }

    .s3-t ul li a .icon {
        display: inline-block;
        margin-right: 10px;
    }

    .s3-t ul li a p {
        display: inline-block;
    }

    .s1-b1 h4 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .s1-b1 {
        padding: 15px 10px 15px 50px;
        background-size: 40px auto;
    }

    .s1-banner a p {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 110px;
    }

    .s1-banner .slick-dots li {
        margin: 0 5px;
    }

    .s1-b2 .tabc span {
        font-size: 18px;
        padding-bottom: 15px;
    }

    .s1-b2 .tabb .tsxw li .time span {
        font-size: 26px;
    }

    .s1-b2 .tabb .tsxw li .time em {
        font-size: 12px;
    }

    .s2-b2 .zccx .zc-tit {
        float: none;
        width: auto;
        text-align: center;
        margin-bottom: 10px;
    }

    .s2-b2 .zccx .zc_sec {
        float: none;
        width: auto;
    }



    .s5-pic .img02>div {
        float: none;
        width: 49% !important;
    }

    .s5-pic .img02>div .bg_img {
        height: auto !important;
        padding-top: 73.46%;
    }

    .s5-pic .img02 .a3 {
        display: none;
    }



    .s1-b2 .tabc .mores a {
        bottom: 18px;
    }

    .s1-b2 .tabc span {}

    .s2-b2 .aRight .icon-list li {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .first-item a .pics {
        float: none;
        width: auto;
        margin-right: 0;
    }

    .s3-br .tabb-item ul li {
        float: none;
        width: auto;
    }

    .first-item a .info h3 {
        margin-top: 10px;
        height: auto;
    }

    .first-item a .info span {
        margin-top: 15px;
    }

    .s3-br .tabb-item ul li:nth-child(-n+3) {
        padding-bottom: 15px;
    }

    .s3-br .tabb-item ul li:nth-child(2n) {
        padding-left: 0;
    }

    .w480 {
        display: block;
    }

    .s3-br .tabb-item ul li a {
        min-height: 100px;
    }

    .s2-b2 .aLeft .tabc span, .s2-b2 .aRight .tabc span, .tab-boxs .tabc span {
        font-size: 18px;
    }

    .s2-b2 .aLeft .tabc span {
        font-size: 18px;
        padding: 0;
        text-align: center;
    }

    .s2-b2 .aLeft .tabc .mores {
        display: none;
    }

    .s2-b2 .aRight .icon-list li {
        margin-bottom: 0;
    }

    .s2-b2 .aRight .icon-list li p {
        margin-top: 0;
    }





    .gg-list li,
    .s1-b2 .tabb .zyyw li {
        background-size: 20px;
    }

    .gg-list li a,
    .s1-b2 .tabb .zyyw li a {
        padding-right: 80px;
    }



    .s1-b2 .tabb .zyyw-b1 a p {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }

    .s1-b2 .tabb .gwy li span {
        font-size: 12px
    }

    .s1-b2 .tabb .gwy li a {
        padding-left: 10px;
        padding-right: 80px;
    }

    .s1-b2 .tabb .gwy li {
        line-height: 52px;
    }

    .s1-b2 .tabb .gwy-b1 a {
        padding: 10px;
    }

    .s1-b2 .tabb .gwy-b1 h4 {
        font-size: 16px;
        line-height: 28px;
        height: 56px;
    }

    .s1-b2 .tabb .zyyw-b1 a h4 {
        font-size: 16px;
    }

    .s2-b2 .aRight .xqlink a {
        font-size: 23px;
        line-height: 78px;
    }



    .s1-b1 .s1-listTxt ul li,
    .s1-b1 .s1-listTxt ul {
        margin: 0;
    }

    .s2-banner .slick-dots li {
        margin: 0 5px;
    }

    .s6-banner a {
        margin: 0 5px;
    }

    .s6-banner {
        margin: 0 -5px;
    }

    .s6 {
        padding: 20px 0;
    }



    .s2-b2 .aRight .icon-list li:nth-child(even) {
        margin-left: 0;
    }

    .zxftpic {
        float: none;
        margin: 0 auto;
    }
}

@media screen and (max-width: 430px) {
    .s1-b2 .tabc span {
        width: 50%;
        margin-left: 0;
        padding: 0;
        line-height: 40px;
    }

    .s1-b2 .tabc .tab-item.active:before,
    .s1-b2 .tabc .tab-item.active:after {
        display: none;
    }

    .s2-b2 .aLeft .tabc span:after,
    .s2-b2 .aRight .tabc span::after {
        display: none;
    }

    .s2-b2 .zccx .zc-tit {
        font-size: 20px;
        line-height: 30px;
    }

    .s2-b2 .zccx .zc_sec .sub {}

    .s2-b2 .zccx .zc_sec .inp {
        font-size: 14px;
        line-height: 40px;
        height: 40px;
        background: #fff;
        padding-left: 12px;
        padding-right: 80px;
    }

    .s2 .s2-b2 .aLeft .tabc span {}

    .s2-b2 .aLeft .tabc span:after {
        right: 0;
    }

    .s2-b2 .aLeft .tabc {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .gg-list li:hover a {
        font-size: 16px;
    }

    .gg-list li {
        line-height: 42px;
    }

    .s1-b2 .tabc .mores a {
        display: none;
    }

    .s1-b2 .tabb .gd {
        display: block;
    }
}

/*2023-04-10 侧边导航修改*/
.tips {
    position: fixed;
    right: 48px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    background: #ffffff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    z-index: 99;
    padding-top: 110px;
    padding-bottom: 36px;
    border-radius: 50px;
    background: url("../images/tips-08.png") no-repeat top center;
    background-size: cover;
    display: none;
}

.tips>img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.tips ul li a {
    display: block;
    position: relative;
}

.tips ul li a .icon {
    width: 32px;
    height: 35px;
    position: relative;
    margin: 0 auto;
}

.tips ul li a p {
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 18px;
    margin-top: 5px;
}

.tips ul li {
    margin-top: 10px;
}

.tips ul li .code {
    position: absolute;
    right: 100%;
    top: 0;
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    transform: translateX(0);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 999;
}

.tips ul li .code img {
    display: block;
    width: 100%;
}

.tips ul li .code:after {
    position: absolute;
    content: '';
    right: -16px;
    top: 10px;
    border: 8px solid transparent;
    border-left-color: #fff;

}

.tips ul li:hover .code {
    opacity: 1;
    visibility: visible;
    transform: translateX(-20px);
}

.tips ul li:hover a .icon img {
    transform: rotateY(180deg);
}

.tips .back {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 13px;
    margin: auto;
}

.tips .back img {
    display: block;
}

.tips.on ul,
.tips.on>img {
    display: none;
}

.tips.on .back {
    display: none;
}

.tips .tryshow {
    display: none;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    text-align: center;
    padding-left: 20px;
    cursor: pointer;
    background: url("../images/tips-09.png") no-repeat left center;
}

.tips.on .tryshow {
    display: inline-block;
}

/*2023-04-24 侧边导航修改*/

/*2023-4-13 通知公告新增 */
.s-tz-list .tztxt {
    margin-bottom: 25px;
}

.s-tz-list .tztxt a {
    display: block;
    background: #fff;
    padding: 46px 47px 38px 37px;
}

.s-tz-list .tztxt a h2 {
    font-size: 24px;
    color: #333333;
    line-height: 28px;
    text-align: center;
    margin-bottom: 26px;
}

.s-tz-list .tztxt a .s-tz-list ul li {
    position: relative;
    background: #fff;
    margin-bottom: 40px;
}

.s-tz-list ul {
    margin: 0 -12px;
}

.s-tz-list ul li {
    margin: 0 12px;
    position: relative;
}

.s-tz-list ul li a {
    display: block;
    padding: 22px 25px 22px;
    background: #fff;
    position: relative;
}

.s-tz-list ul li h2 {
    font-size: 18px;
    color: #333333;
    line-height: 22px;
    margin-bottom: 23px;
    padding-left: 27px;
}

.s-tz-list ul li .time,
.s-tz-list .tztxt a .time {
    position: relative;
    text-align: right;
}

.s-tz-list ul li .time time,
.s-tz-list .tztxt a .time time {
    display: inline-block;
    font-size: 14px;
    color: #b90509;
    line-height: 22px;
    position: relative;
    z-index: 3;
    background: #fff;
    padding-left: 15px;
}

.s-tz-list ul li .time time i,
.s-tz-list .tztxt a .time time i {
    font-size: 22px;
    display: inline-block;
    margin-right: 3px;
    font-weight: 600;
}

.s-tz-list ul li .time:after,
.s-tz-list .tztxt a .time:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #eab4b5;
}

.s-tz-list ul li a:before {
    position: absolute;
    content: '';
    left: 25px;
    top: 23px;
    width: 6px;
    height: 36px;

    background: #b90509;
}

.s-tz-list ul li:hover h2 {
    color: #fff;
}

.s-tz-list ul li:hover a {
    background: #b31a2c;
}

.s-tz-list ul li:hover .time time {
    background: #b31a2c;
    color: #fff;
}

.s-tz-list ul li:hover a:before {
    background: #fff;
}

.s-tz-list .slick-arrow {
    width: 20px;
    height: 55px;
    z-index: 99;
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
}

.s-tz-list .slick-prev {
    left: 12px;
    background-image: url("../images/n_left.png");
}

.s-tz-list .slick-next {
    right: 12px;
    background-image: url("../images/n_right.png");
}

.s-tz {
    margin-bottom: 50px;
}

.s-tz-list {
    overflow: hidden;
}

@media screen and (max-width: 1580px) {
    .tzts {
        position: fixed;
        right: 0;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
        z-index: 9;
    }
}

@media screen and (max-width: 1380px) {
    .tips {
        right: 10px;
    }

    .s-tz-list {
        padding: 0 0;
        margin-bottom: 25px;
    }

    .s4-write {
        padding-left: 100px;
    }

    .s4-write::before {
        left: 30px;
    }
}

@media screen and (max-width: 1060px) {
    .s4-write {
        padding-left: 75px;
    }

    .s4-write::before {
        left: 20px;
        background-size: 40px;
    }

    .s4-write h3 {
        font-size: 20px;
    }

    .s4-write div a {
        margin-right: 10px;
    }

    .s4-b ul li a img {
        height: 26px;
    }

    .tips {
        right: 5px;
    }

    .tips.on {
        right: 5px;
    }



    .s-tz-list ul li h2 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .s-tz-list ul li .time time {
        font-size: 12px;
    }

    .s-tz-list ul li .time time i {
        font-size: 18px;
    }



    .s-tz-list .tztxt a h2 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .s-tz {
        margin-bottom: 0;
    }

    .s-tz-list .tztxt a {
        padding: 24px 20px 24px 20px;
    }

    .s-tz-list ul li a:before {
        top: 18px;
        width: 3px;
        height: 22px;
        left: 20px;
    }

    .block2-tit ul li a {
        padding: 0 30px;
    }

    .block2-tit ul li a b, .tit b {
        font-size: 30px;
        line-height: 30px;
    }

    .block2-tit ul li a div p, .tit div p {
        font-size: 12px;
        line-height: 12px;
    }

    .block2-tit ul li a div span, .tit div span {
        font-size: 16px;
        line-height: 20px;
    }

    .tsxw li .txt p {
        font-size: 16px;
    }

    .tsxw li a, .s4-c .tsxw li a {
        line-height: 42px;
    }

    .s1-b2, .block2, .s5 {
        margin-top: 35px;
    }

    .tit {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 900px) {

    .s-tz-list ul li a {
        padding: 15px 24px 10px 15px;
    }


}

@media screen and (max-width: 768px) {


    .s-tz-list .tztxt a h2 {
        font-size: 16px;
    }

    .s-tz-list ul li .time time,
    .s-tz-list .tztxt a .time time {
        font-size: 12px;
    }

    .s-tz-list ul li .time time i,
    .s-tz-list .tztxt a .time time i {
        font-size: 18px;
    }


    .s5 {
        padding-bottom: 35px;
    }

    .s5-banner1 {
        display: none;
    }

    .s5-banner2 {
        display: block;
        margin-top: 30px;
    }

    .s5-banner2 {
        display: block;
    }

    .s5-banner2 a {
        display: block;
        margin: 0 10px;
        position: relative;
    }

    .s5-banner2 a .pic {
        padding-top: 63.8%;
    }

    .s5-banner2 a .txt02 {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        padding: 0 12px 10px;
        z-index: 3;
    }

    .s5-banner2 a .txt02 h4 {
        font-size: 18px;
        color: #ffffff;
        line-height: 30px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .s5-banner2 a .txt02 p {
        font-size: 14px;
        line-height: 26px;
        color: #fff;
    }

    .s5-banner2 .slick-arrow {
        width: 40px;
        height: 40px;
        background-size: 40px;
        z-index: 3;
    }

    .s5-banner2 .slick-prev {
        left: 10px;
        background-image: url("../images/visit-l.png");
    }

    .s5-banner2 .slick-next {
        right: 10px;
        background-image: url("../images/visit-r.png");
    }

    .s5-banner2 a:after {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: url('../images/visit-s2-mask.png') repeat-x bottom center;
    }

    .s7-l,
    .s7-c,
    .s7-r {
        width: 100%;
    }

    .s7-c {
        margin-left: 0;
        margin-top: 20px;
    }

    .lyts-tit img {
        width: 36vw;
    }

    .block2-tit ul li a {
        padding: 10px 15px;
        line-height: 70px;
        background-size: auto 50%;
    }

    .block2-tit ul li a b {
        display: block;
    }

    .block2-tit ul li a div {
        display: block;
        margin-top: 10px;
    }

    .block2-tit ul li.active a::before {
        height: 3px;
    }

    .gk3-form>div {
        float: none;
        width: auto;
        margin-left: 0;
        margin-top: 10px;
    }

    .gk-tit h2 {
        font-size: 22px;
    }
}

@media screen and (max-width: 640px) {
    .s4-write {
        float: none;
        width: auto;
        padding-left: 50px;
    }

    .s4-write::before {
        left: 10px;
        width: 40px;
    }

    .s4-b ul li {
        margin-top: 10px;
    }

    .s4-b ul li {
        width: 49%;
        margin-left: 0;
    }

    .s4-b ul li:nth-child(1) {
        margin-right: 2%;
    }
}

@media screen and (max-width: 480px) {
    .s2-b1 {
        margin-bottom: 0;
    }



    .tips {
        width: 60px;
        top: auto;
        bottom: 10px;
        transform: none;
        padding-top: 70px;
    }

    .tips ul li a .icon {
        width: 22px;
        height: 20px;
    }

    .tips ul li a p {
        font-size: 12px;
    }

    .tips>img {
        max-width: 75%;
    }

    .tips ul li {
        margin-top: 10px;
    }

    .tips .tryshow {
        font-size: 12px;
        line-height: 20px;
    }

    .s7-l .s7-tit,
    .s7-c .s7-tit,
    .s7-r .s7-tit {
        width: 54px;
    }

    .s7-bd {
        margin-left: 54px;
        padding: 10px;
    }

    .s7-l .s7-tit h3,
    .s7-c .s7-tit h3,
    .s7-r .s7-tit h3 {
        padding: 15px;
        font-size: 20px;
    }

    .s7-l .s7-tit .gd a,
    .s7-c .s7-tit .gd a,
    .s7-r .s7-tit .gd a {
        margin-top: 80px;
    }



}

@media screen and (max-width: 430px) {
    .s-tz-list ul li h2 {
        font-size: 15px;
    }

    .s-tz-list .tztxt a {
        padding: 10px 15px;
    }

}

@media screen and (max-width: 375px) {}

/*2023-4-13 通知公告新增结束 */

/*2023-4-20 头部优化*/
.wap-head.scl {
    background: #1c4da3;
}

.wap-head.scl .navbtnm i {
    background-image: url("../images/menu.png");
}

.wap-head .logo {
    opacity: 0;
    visibility: hidden;
}

.wap-head .logo a {
    display: flex;
    align-items: center;
}

.wap-head.scl .logo,
body.navShow .logo {
    opacity: 1;
    visibility: visible;
}

/*2023-4-20*/