@charset "UTF-8";
html,
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    box-sizing: border-box;
    line-height: 1.41285;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #FFF;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    /* 1 */
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

img {
    border-style: none;
}

a {
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

a:active,
a:hover {
    outline: 0;
}

p {
    margin: 0;
}

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

svg:not(:root) {
    overflow: hidden;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

textarea {
    overflow: auto;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden],
.hidden {
    height: 100%;
    overflow: hidden;
    /* display: none; */
}

.bodyhid {
    width: 100%;
    height: 100% !important;
    overflow: hidden !important;
}

.bodyhid2 {
    width: 100%;
    height: 100% !important;
    overflow: hidden !important;
}


/* reset */

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    outline: none;
}


/* .clear {
	clear: both;
} */

::before,
::after {
    content: "";
    position: absolute;
}

.clear::after,
.clear::before {
    position: relative;
    height: 0;
    content: "";
    display: block;
    clear: both;
}

.container {
    max-width: 1680px;
    padding: 0 10px;
    margin: 0 auto;
    height: 100%;
    width: 100%;
}

.container::after {
    content: "";
    position: relative;
    clear: both;
    display: block;
}


/* function.css */


/* 禁止选中文本 */

.usn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}


/* 浮动 */

.fl {
    float: left;
}

.fr {
    float: right;
}

.cf {
    zoom: 1;
}

.cf :after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}


/* 宽度 */

.w100 {
    width: 100%;
}

.wh {
    width: 100%;
    height: 100%;
}


/* 元素类型 */


/*文字排版、颜色*/

.fb {
    font-weight: bold;
}

.fn {
    font-weight: normal;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.tj {
    text-align: justify;
    text-justify: inter-ideograph;
}

.wn {
    /* 强制不换行 */
    word-wrap: normal;
    white-space: nowrap;
}

.wb {
    /* 强制换行 */
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}


/* 保持空白序列*/

.wp {
    overflow: hidden;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
}


/* 多出部分用省略号表示 , 用于一行 */

.wes,
.gsgg-list-item p,
.news-list-item.new p span,
.news-list-item p,
.news-wrap-l .swiper-slide .content .info,
.news-wrap-l .swiper-slide .content .time,
.news-wrap-l .swiper-slide .content .title,
.tzgg #tz .swiper-slide a,
.a {
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* 多出部分用省略号表示 , 用于多行 */


/* 溢出样式 */


/* 定位方式 */

.ps {
    position: static;
}

.pr {
    position: relative;
    zoom: 1;
}

.pa {
    position: absolute;
}

.pf {
    position: fixed;
}


/* 垂直对齐方式 */


/* 鼠标样式 */


/* flex布局 */

.df-sb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.df-sb::before,
.df-sb::after {
    content: normal;
}

.df-sb>* {
    float: left;
}


/* ie11-失效原因 */

.df-sa {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.df-sa::before,
.df-sa::after {
    content: normal;
}

.df-sa>* {
    float: left;
}


/* 垂直居中 */

.df-c {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tb-c {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.ts-c {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ts-mc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.ts-x {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.ts-y {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


/* 辅助 */


/* 设置滚动条的样式 */

::-webkit-scrollbar {
    width: 8px;
    height: 5px;
    background-color: #DCE7E1;
    border-radius: 20px;
}


/* 滚动槽 */

::-webkit-scrollbar-track {
    border-radius: 20px;
}


/* 滚动条滑块 */

::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: #3972d3;
}


/* 滤镜 */


/* 模糊 */


/* 高亮 */


/* 鲜艳 */


/* 黑白 */


/* 颜色反转50% */


/* 颜色反转100% */


/* 白色滤镜 */


/* 生动鲜艳 */


/* 灰褐 */


/* 阴影效果 */


/*title提示框美化样式*/

.tooltip {
    font-size: 12px;
    position: absolute;
    padding: 5px;
    z-index: 100000;
    opacity: 0.8;
    font-family: Microsoft Yahei;
}

.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 6px dashed #000;
    top: 0;
    left: 20%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: 0;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-arrow-n {
    border-bottom-color: #6F8EC5;
}

.tipsy-inner {
    background-color: #6F8EC5;
    color: #FFF;
    max-width: 200px;
    padding: 5px 8px 4px 8px;
    text-align: center;
    border-radius: 3px;
}

.menu-button {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    cursor: pointer;
    transition: 0.3s;
    background: linear-gradient(135deg, #23ADB2, #329FDA);
    border-radius: 5px;
    transition: 0.3s;
    box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.2);
    z-index: 999;
}

.bar {
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    margin: 5px auto;
    background-color: #fff;
    border-radius: 10px;
    transition: 0.3s;
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.menu-button.cross {
    background: #1CAAAF;
    background: linear-gradient(135deg, #ACCE22, #1CAAAF);
}

.cross .bar:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
    opacity: 0;
}

.cross .bar:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
}

body.bodyhid {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.block {
    display: block;
}

.w12 {
    width: 1200px;
    margin: auto;
}

.w13 {
    width: 1300px;
    margin: auto;
}

.w136 {
    width: 1360px;
    margin: auto;
}

.w14 {
    width: 1400px;
    margin: auto;
}

.w17 {
    width: 1700px;
    margin: auto;
}

.en {
    text-transform: uppercase;
}

@keyframes and_none1 {
    from {
        transform: scale3d(1, 1, 1);
    }
    to {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes ball-scale-ripple {
    0% {
        opacity: 1;
        transform: scale(0.1);
    }
    70% {
        opacity: 0.65;
        transform: scale(1);
    }
    100% {
        opacity: 1;
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1700px) {
    .w17 {
        width: 100%;
    }
}

@media screen and (max-width: 1400px) {
    .w14 {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .w12 {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.ab2center {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.obj2cov,
.news-wrap-l .swiper-slide .pic img,
.newBanner .swiper-slide .da img,
.img2scl img,
.zshz-list-item img,
.links-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.img2scl,
.zshz-list-item,
.links-item {
    overflow: hidden;
}

.img2scl img,
.zshz-list-item img,
.links-item img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.img2scl:hover img,
.zshz-list-item:hover img,
.links-item:hover img {
    transform: scale(1.2);
}

.newBanner {
    width: 100%;
    height: calc(100vh - 2rem);
    margin-top: 2rem;
    overflow: hidden;
    position: relative;
}

.newBanner .swiper-wrapper::after {
    background: url(../images/banner-bg.png) no-repeat top center;
    height: 2.4667rem;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
}

.newBanner .swiper-slide .da {
    width: 100%;
    max-width: 100vw;
    height: calc(100vh - 2rem);
}

.newBanner .swiper-slide .txt {
    position: absolute;
}

.newBanner .swiper-slide .ba {
    position: absolute;
}

.newBanner .swiper-slide#slide1 .ba {
    width: 10.9833rem;
    height: 7.1rem;
    right: 2.7333rem;
    top: 1.2833rem;
}

.newBanner .swiper-slide#slide1 .txt {
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
}

.newBanner .swiper-slide#slide1 .txt:nth-child(1) {
    width: 0.4167rem;
    height: 0.8833rem;
    transition-delay: 1500ms;
    top: 2.3667rem;
    right: 2.2867rem;
    transform: translate(100px, -20px) scale(0.8);
    z-index: 2;
}

.newBanner .swiper-slide#slide1 .txt:nth-child(2) {
    width: 6.2833rem;
    height: 1.0667rem;
    transition-delay: 2500ms;
    left: 1.9rem;
    top: 2.9333rem;
    transform: translate(-100px, 20px) scale(0.8);
    z-index: 2;
}

.newBanner .swiper-slide#slide1 .txt:nth-child(3) {
    width: 10.9833rem;
    height: 7.1rem;
    transition-delay: 1700ms;
    transform: translate(0, 0) scale(0.4);
}

.newBanner .swiper-slide#slide2 .ba {
    width: 10.9833rem;
    height: 7.1rem;
    right: 2.3333rem;
    top: 2.0833rem;
}

.newBanner .swiper-slide#slide2 .txt {
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
}

.newBanner .swiper-slide#slide2 .txt:nth-child(1) {
    width: 0.4167rem;
    height: 0.8833rem;
    transition-delay: 1500ms;
    top: 1.5667rem;
    right: 1.4667rem;
    transform: translate(100px, -20px) scale(0.8);
    z-index: 2;
}

.newBanner .swiper-slide#slide2 .txt:nth-child(2) {
    width: 9.0333rem;
    height: 2.4rem;
    transition-delay: 2500ms;
    left: 0.9333rem;
    top: 2.0333rem;
    transform: translate(-100px, 20px) scale(0.8);
    z-index: 2;
}

.newBanner .swiper-slide#slide2 .txt:nth-child(3) {
    width: 10.9833rem;
    height: 7.1rem;
    transition-delay: 1700ms;
    transform: translate(0, 0) scale(0.4);
}

.newBanner .swiper-slide#slide3 .ba {
    width: 10.9rem;
    height: 6.6333rem;
    left: 1.8rem;
    top: 0.2667rem;
}

.newBanner .swiper-slide#slide3 .txt {
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
}

.newBanner .swiper-slide#slide3 .txt:nth-child(1) {
    width: 0.4167rem;
    height: 1.2rem;
    transition-delay: 1500ms;
    top: 1.9667rem;
    right: 2.5667rem;
    transform: translate(100px, -20px) scale(0.8);
    z-index: 2;
}

.newBanner .swiper-slide#slide3 .txt:nth-child(2) {
    width: 5.4833rem;
    height: 2.4rem;
    transition-delay: 2500ms;
    left: 2.7667rem;
    top: 2.3333rem;
    transform: translate(-100px, 20px) scale(0.8);
    z-index: 2;
}

.newBanner .swiper-slide#slide3 .txt:nth-child(3) {
    width: 10.9rem;
    height: 6.6333rem;
    transition-delay: 1700ms;
    transform: translate(0, 0) scale(0.4);
}

.newBanner .swiper-slide-active .da {
    animation: and_none1 9s linear infinite;
}

.newBanner .swiper-slide-active#slide1 .txt {
    opacity: 1;
}

.newBanner .swiper-slide-active#slide1 .txt:first-child {
    transform: translate(0, 0) scale(.9);
}

.newBanner .swiper-slide-active#slide1 .txt:nth-child(2) {
    transform: translate(0, 0) scale(1);
}

.newBanner .swiper-slide-active#slide1 .txt:nth-child(3) {
    transform: translate(0, 0) scale(1);
}

.newBanner .swiper-slide-active#slide2 .txt {
    opacity: 1;
}

.newBanner .swiper-slide-active#slide2 .txt:first-child {
    transform: translate(0, 0) scale(1);
}

.newBanner .swiper-slide-active#slide2 .txt:nth-child(2) {
    transform: translate(0, 0) scale(1);
}

.newBanner .swiper-slide-active#slide2 .txt:nth-child(3) {
    transform: translate(0, 0) scale(1);
}

.newBanner .swiper-slide-active#slide3 .txt {
    opacity: 1;
}

.newBanner .swiper-slide-active#slide3 .txt:first-child {
    transform: translate(0, 0) scale(1);
}

.newBanner .swiper-slide-active#slide3 .txt:nth-child(2) {
    transform: translate(0, 0) scale(1);
}

.newBanner .swiper-slide-active#slide3 .txt:nth-child(3) {
    transform: translate(0, 0) scale(1);
}

.newBanner .swiper-button-prev,
.newBanner .swiper-button-next {
    margin: 0;
    top: auto;
    bottom: 0.55rem;
    margin: auto;
    width: 0.8667rem;
    height: 0.8667rem;
    left: auto;
}

.newBanner .swiper-button-prev {
    background: url(../images/icon-left1.png) no-repeat center;
    background-size: 100% 100%;
    right: 3.2167rem;
}

.newBanner .swiper-button-next {
    right: 1.85rem;
    background: url(../images/icon-right1.png) no-repeat center;
    background-size: 100% 100%;
}

.tzgg {
    position: absolute;
    bottom: 0.5333rem;
    left: 1.8167rem;
    display: flex;
    height: 0.8833rem;
    align-items: center;
    z-index: 12;
    background: url(../images/banner-tz-bg.png) no-repeat left center;
    background-size: auto, 100%;
    padding-left: 0.2833rem;
    padding-right: 5rem;
}

.tzgg span {
    display: block;
    font-size: 0.3717rem;
    font-weight: bold;
    color: #fff;
    padding-left: 0.7rem;
    padding-right: 0.3167rem;
    margin-right: 0.3167rem;
    background: url(../images/tz-icon.png) no-repeat left center, url(../images/tz-r-icon.png) no-repeat right center;
    background-size: 0.4833rem 0.45rem, 0.0167rem 0.5rem;
}

.tzgg #tz {
    height: 0.9333rem;
}

.tzgg #tz .swiper-slide {
    height: 100%;
}

.tzgg #tz .swiper-slide a {
    max-width: 6rem;
    width: 100%;
    display: block;
    line-height: 0.9333rem;
    font-size: 0.3rem;
    color: #fff;
}

.center-wrap {
    background: url(../images/bg.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 1.0167rem;
    padding-bottom: 1.05rem;
    overflow: hidden;
}

.news-wrap-l {
    float: left;
    width: 13.6667rem;
}

.news-wrap-l .news-banner-wrap {
    width: 100%;
    height: 9.65rem;
    background-color: #fff;
    background-size: cover;
    padding: 0.7rem 0.6333rem 0.6667rem 1.7167rem;
    position: relative;
}

.news-wrap-l #news-banner {
    width: 11.3333rem;
}

.news-wrap-l .swiper-slide {
    width: 100%;
}

.news-wrap-l .swiper-slide .pic {
    width: 100%;
    height: 6.2167rem;
    overflow: hidden;
}

.news-wrap-l .swiper-slide .pic img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.news-wrap-l .swiper-slide .pic:hover img {
    transform: scale(1.2);
}

.news-wrap-l .swiper-slide .content {
    margin-top: 0.3333rem;
    display: block;
    color: #888;
    position: relative;
}

.news-wrap-l .swiper-slide .content .title {
    font-size: 0.3667rem;
    font-weight: bold;
    line-height: 0.6rem;
    color: #115eac;
}

.news-wrap-l .swiper-slide .content .info,
.news-wrap-l .swiper-slide .content .time {
    font-size: 0.2667rem;
    line-height: 0.5rem;
    color: #333333;
    margin-top: 0.1667rem;
}

.news-wrap-l .swiper-slide .content span {
    width: 0.5167rem;
    height: 0.2167rem;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/more-iocn1.png) no-repeat center;
    background-size: 0.5167rem 0.2167rem;
}

.news-wrap-l .swiper-slide .content:hover .info {
    font-weight: bold;
    color: #115eac;
}

.news-wrap-l .swiper-slide .content:hover span {
    animation: fadeInLeft 0.5s;
}

.news-wrap-l .pagenation-three {
    width: 10px;
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    left: 0.7667rem;
    transform: translateX(0);
    top: 0;
}

.news-wrap-l .pagenation-three span {
    width: 0.1667rem;
    height: 0.1667rem;
    background-color: #d6d6d6;
    opacity: 0.502;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    margin: 0.15rem 0;
}

.news-wrap-l .pagenation-three span:last-child {
    background-color: #aeaeae;
}

.news-wrap-l .pagenation-three span.swiper-pagination-bullet-active {
    background-color: #115eac;
    opacity: 1;
    height: 1rem;
    border-radius: 0.0833rem;
}

.news-wrap-r {
    float: right;
    width: 13.6667rem;
}

.news-list {
    width: 100%;
}

.news-list-tags {
    position: relative;
}

.news-list-tags::after {
    width: 100%;
    height: 0.0167rem;
    background-color: rgb(255, 255, 255);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.news-list-tags-wrap {
    z-index: 2;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0;
}

.news-list-tags-wrap::after,
.news-list-tags-wrap::before {
    width: 0.05rem;
    height: 0.05rem;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #115eac;
}

.news-list-tags-wrap::after {
    right: 0;
}

.news-list-tags-wrap::before {
    left: 0;
}

.news-list-tags-item {
    display: inline-block;
    font-size: 0.3667rem;
    width: 2.9167rem;
    line-height: 0.8333rem;
    border-radius: 0.1667rem 0 0.1667rem 0;
    background-color: #fff;
    margin: 0 0.375rem;
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
}

.news-list-tags-item.on {
    background-color: #115eac;
    color: #fff;
}

.news-list-box {
    margin-top: 0.4167rem;
}

.news-list-item {
    display: block;
    overflow: hidden;
    line-height: 0.7667rem;
    color: #333333;
    position: relative;
    padding-left: 0.4rem;
    margin: 0.0733rem auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.news-list-item * {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.news-list-item::before {
    width: 0.1333rem;
    height: 0.1333rem;
    border-radius: 50%;
    background-color: #b42020;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.news-list-item p {
    float: left;
    font-size: 0.3333rem;
    width: calc(100% - 140px);
}

.news-list-item>span {
    float: right;
    font-size: 0.2667rem;
}

.news-list-item:hover {
    padding-right: 0.3rem;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 50, 134, 0.42);
}

.news-list-item:hover::before {
    left: 0.3rem;
    background-color: #115eac;
}

.news-list-item:hover p {
    padding-left: 0.3rem;
}

.news-list-item:hover p,
.news-list-item:hover span {
    font-weight: bold;
    color: #115eac;
}

.news-list-item i {
    display: block;
    width: 0.6rem;
    height: 0.2667rem;
    background: url(../images/new-icon.png) no-repeat center;
    background-size: cover;
    margin-left: 0.15rem;
}

.news-list-item.new p {
    display: flex;
    align-items: center;
}

.news-list-item.new p span {
    max-width: calc(100% - 0.6rem);
    width: auto;
}

.news-list-wrap {
    display: none;
}

.news-list-wrap .more {
    margin-top: 0.2833rem;
    float: right;
    font-size: 0.2667rem;
    background: url(../images/more-icon2.png) no-repeat right center;
    line-height: 0.2667rem;
    background-size: auto 0.2167rem;
    padding-right: 0.6167rem;
    color: #115eac;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.news-list-wrap .more:hover {
    font-weight: bold;
    animation: fadeInLeft 0.5s;
}

.news-list-wrap.on {
    display: block;
    animation: fadeInLeft 0.5s;
}

.links {
    margin-top: 1.0667rem;
}

.links-item {
    height: 2.6667rem;
    display: block;
}

.links-item:last-child {
    display: none;
}

.normal-title {
    margin: auto;
}

.normal-title .name {
    display: block;
    margin: auto;
    width: 4.45rem;
    line-height: 1.2833rem;
    text-align: center;
    position: relative;
    font-size: 0.6rem;
    font-weight: bold;
    color: #fff;
    background-color: #115eac;
    border-radius: 0.1rem 0 0.1rem 0.1rem;
    letter-spacing: 0.1333rem;
}

.normal-title .name::after {
    left: 100%;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 0.5333rem solid transparent;
    border-bottom: 0.62rem solid #115eac;
}

.gsgg {
    margin-top: 99px;
}

.gsgg-wrap {
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);
    padding-left: 0.7667rem;
    padding-right: 0.75rem;
    padding-bottom: 0.8167rem;
}

.gsgg .normal-title {
    transform: translateY(-50%);
}

.gsgg-list {
    margin-top: -0.275rem;
}

.gsgg-list-item {
    display: block;
    overflow: hidden;
    line-height: 0.8333rem;
    color: #333333;
    position: relative;
    padding-left: 0.4rem;
    margin: 0.1167rem auto 0.0733rem;
    border-bottom: 0.0167rem dashed #b4b4b4;
    padding-bottom: 0.0333rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.gsgg-list-item * {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.gsgg-list-item::before {
    width: 0.1333rem;
    height: 0.1333rem;
    border-radius: 50%;
    background-color: #b42020;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.gsgg-list-item p {
    float: left;
    font-size: 0.3333rem;
    width: calc(100% - 140px);
}

.gsgg-list-item span {
    float: right;
    font-size: 0.3rem;
}

.gsgg-list-item:hover {
    padding-right: 0.3rem;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 50, 134, 0.42);
}

.gsgg-list-item:hover::before {
    left: 0.3rem;
    background-color: #115eac;
}

.gsgg-list-item:hover p {
    padding-left: 0.3rem;
}

.gsgg-list-item:hover p,
.gsgg-list-item:hover span {
    font-weight: bold;
    color: #115eac;
}

.gsgg-list .more {
    display: block;
    width: 6.6667rem;
    line-height: 0.8333rem;
    margin: auto;
    margin-top: 0.6333rem;
    padding-left: 2.5rem;
    font-size: 0.2667rem;
    border-radius: 0.4167rem;
    background: url(../images/more-icon2.png) rgba(17, 94, 172, 0.102) center no-repeat;
    background-position-x: 3.7rem;
    background-size: 0.45rem 0.2167rem;
    color: #115eac;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.gsgg-list .more:hover {
    box-shadow: 0 0 10px rgba(17, 94, 172, 0.702);
    transform: translateY(-0.1667rem);
}

.zshz {
    margin-top: 1.6167rem;
}

.zshz-wrap {
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);
}

.zshz .normal-title {
    transform: translateY(-50%);
}

.zshz-list {
    padding-left: 0.7rem;
    padding-right: 0.6667rem;
    padding-bottom: 0.85rem;
}

.zshz-list-wrap {
    margin-top: 0.2rem;
}

.zshz-list-item {
    float: left;
    display: block;
    width: calc((100% - 1.5rem) / 4);
    height: 6.3667rem;
    padding: 0.1rem;
    border: 1px solid #cccccc;
    margin-right: 0.5rem;
    position: relative;
}

.zshz-list-item:last-child {
    margin-right: 0;
}

.zshz-list-item .name {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 4.0667rem;
    height: 1.3333rem;
    line-height: 1.3333rem;
    margin: auto;
    text-align: center;
    background: url(../images/title-bg.png) no-repeat center;
    background-size: cover;
    z-index: 2;
    font-size: 0.4333rem;
    font-weight: bold;
    color: #fff;
}

.zshz-list .more {
    display: block;
    width: 6.6667rem;
    line-height: 0.8333rem;
    margin: auto;
    margin-top: 0.8167rem;
    padding-left: 2.5rem;
    font-size: 0.2667rem;
    border-radius: 0.4167rem;
    background: url(../images/more-icon2.png) rgba(17, 94, 172, 0.102) center no-repeat;
    background-position-x: 3.7rem;
    background-size: 0.45rem 0.2167rem;
    color: #115eac;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.zshz-list .more:hover {
    box-shadow: 0 0 10px rgba(17, 94, 172, 0.702);
    transform: translateY(-0.1667rem);
}

@media screen and (max-width: 768px) {
    .newBanner {
        margin-top: 10.5064rem;
        height: 13.2632rem;
    }
    .newBanner .swiper-slide .da {
        height: 13.2632rem;
    }
    .newBanner .swiper-slide#slide1 .ba {
        width: 16.3326rem;
        height: 8.3368rem;
        right: -1.5667rem;
        top: 1.7667rem;
    }
    .newBanner .swiper-slide#slide1 .txt:nth-child(1) {
        width: 0.5305rem;
        height: 1.1368rem;
        top: 2.0667rem;
        right: 3.4667rem;
    }
    .newBanner .swiper-slide#slide1 .txt:nth-child(2) {
        width: 8.25rem;
        height: auto;
        left: 3.4667rem;
        top: 3.5333rem;
    }
    .newBanner .swiper-slide#slide1 .txt:nth-child(3) {
        width: 16.3326rem;
        height: 8.3368rem;
    }
    .newBanner .swiper-slide#slide2 .ba {
        width: 17.28rem;
        height: 8.8295rem;
        right: -4.2667rem;
        top: 1.5833rem;
    }
    .newBanner .swiper-slide#slide2 .txt:nth-child(1) {
        width: 0.4547rem;
        height: 0.9853rem;
        top: 2.9667rem;
        right: 6.7667rem;
    }
    .newBanner .swiper-slide#slide2 .txt:nth-child(2) {
        width: 11.1789rem;
        height: 2.9558rem;
        left: 0.2333rem;
        top: 3.1333rem;
    }
    .newBanner .swiper-slide#slide2 .txt:nth-child(3) {
        width: 17.28rem;
        height: 8.8295rem;
    }
    .newBanner .swiper-slide#slide3 .ba {
        width: 19.6295rem;
        height: 10.0042rem;
        left: -1.4rem;
        top: -0.9333rem;
    }
    .newBanner .swiper-slide#slide3 .txt:nth-child(1) {
        width: 0.4547rem;
        height: 1.3263rem;
        top: 2.3667rem;
        right: 5.3667rem;
    }
    .newBanner .swiper-slide#slide3 .txt:nth-child(2) {
        width: 6.9726rem;
        height: 3.0316rem;
        left: 7.3667rem;
        top: 2.9333rem;
    }
    .newBanner .swiper-slide#slide3 .txt:nth-child(3) {
        width: 19.6295rem;
        height: 10.0042rem;
    }
    .newBanner .swiper-button-prev,
    .newBanner .swiper-button-next {
        display: none;
    }
    .tzgg {
        width: auto;
        left: 0.3789rem;
        right: 0.3789rem;
        height: 2.0084rem;
    }
    .tzgg span {
        padding-left: 1.5158rem;
        font-size: 0.7579rem;
        padding-right: 0.7579rem;
        background-size: 1.0989rem 1.0232rem, 0.0379rem 1.1368rem;
        margin-right: 0.7579rem;
    }
    .tzgg .swiper-container {
        flex: 1;
    }
    .tzgg #tz {
        height: 2.1221rem;
    }
    .tzgg #tz .swiper-slide a {
        max-width: 18.9474rem;
        line-height: 2.1221rem;
        font-size: 0.6821rem;
    }
    .center {
        position: relative;
    }
    .center::before {
        width: 100%;
        left: 0;
        top: 0;
        height: 23.8737rem;
        background-color: rgb(255, 255, 255);
        opacity: 0.702;
        z-index: 1;
    }
    .center-wrap {
        position: relative;
        z-index: 2;
        padding-top: 0;
        padding-bottom: 2.1221rem;
        background: url(../images/bg-phone.png) no-repeat center;
        background-size: cover;
    }
    .news-wrap-l {
        width: 100%;
    }
    .news-wrap-l #news-banner {
        width: 100%;
    }
    .news-wrap-l .news-banner-wrap {
        height: auto;
        padding-top: 1.5158rem;
        padding-left: 1.3642rem;
        padding-right: 1.3263rem;
        padding-bottom: 0.8337rem;
    }
    .news-wrap-l .swiper-slide .pic {
        height: 14.1347rem;
    }
    .news-wrap-l .swiper-slide .content .title {
        margin-top: 0.8716rem;
        font-size: 1.1368rem;
        line-height: 1.3642rem;
    }
    .news-wrap-l .swiper-slide .content .info {
        font-size: 0.9853rem;
        line-height: 1.1368rem;
        color: #888888;
        margin-top: 0.6442rem;
    }
    .news-wrap-l .swiper-slide .content .time {
        margin-top: 0.7958rem;
        font-size: 0.9095rem;
        line-height: 1.1368rem;
        color: #888888;
    }
    .news-wrap-l .swiper-slide .content span {
        bottom: 0.6063rem;
        width: 1.1747rem;
        height: 0.4926rem;
        background: url(../images/more-icon3.png) no-repeat center;
        background-size: 1.1747rem 0.4926rem;
    }
    .news-wrap-l .pagenation-three {
        width: 100%;
        height: 0.3789rem;
        padding-left: 1.3642rem;
        padding-right: 1.3263rem;
        display: block;
        text-align: right;
        left: 0;
        right: 0;
        bottom: auto;
        top: 14.4rem;
    }
    .news-wrap-l .pagenation-three span {
        width: 0.3789rem;
        height: 0.3789rem;
        background-color: #fff;
        border-radius: 0.1895rem;
        margin: 0 9px;
        opacity: 1;
    }
    .news-wrap-l .pagenation-three span:last-child {
        background-color: #fff;
    }
    .news-wrap-l .pagenation-three span.swiper-pagination-bullet-active {
        width: 1.5158rem;
        height: 0.3789rem;
        border-radius: 0.1895rem;
        background-color: #115eac;
    }
    .news-wrap-r {
        margin-top: 2.2358rem;
        width: 100%;
    }
    .news-list-tags {
        padding-left: 1.3263rem;
        padding-right: 1.3263rem;
    }
    .news-list-tags::after {
        width: calc(100% - 2.6526rem);
        height: 0.0379rem;
    }
    .news-list-tags-item {
        width: 7.5789rem;
        line-height: 2.6526rem;
        border-radius: 0.3789rem 0 0.3789rem 0;
        font-size: 1.1368rem;
        margin: 0 0.36rem;
    }
    .news-list-tags-wrap::before,
    .news-list-tags-wrap::after {
        width: 0.1137rem;
        height: 0.1137rem;
    }
    .news-list-box {
        margin-top: 0.6821rem;
    }
    .news-list-item {
        line-height: 2.6147rem;
        padding-left: 2.16rem;
        padding-right: 1.2884rem;
    }
    .news-list-item::before {
        width: 0.3032rem;
        height: 0.3032rem;
        left: 1.2884rem;
    }
    .news-list-item p {
        font-size: 1.0611rem;
        width: calc(100% - 8.0716rem);
    }
    .news-list-item span {
        font-size: 0.9853rem;
        color: #888888;
    }
    .news-list-item:hover {
        padding-left: 2.16rem;
        padding-right: 1.2884rem;
    }
    .news-list-item:hover::before {
        left: 1.2884rem;
    }
    .news-list-item:hover p {
        padding-left: 0;
    }
    .news-list-item:nth-child(8),
    .news-list-item:nth-child(9) {
        display: none;
    }
    .news-list-item i {
        width: 1.3642rem;
        height: 0.6063rem;
        align-self: flex-start;
        margin-top: 0.3789rem;
        margin-left: 0;
    }
    .news-list-item.new p span {
        width: calc(100% - 1.3642rem);
    }
    .news-list-wrap .more {
        display: block;
        margin: auto;
        float: none;
        width: 25.8063rem;
        line-height: 2.6526rem;
        border-radius: 1.3263rem;
        font-size: 0.9095rem;
        padding-left: 10.1558rem;
        background: url(../images/more-icon4.png) rgba(17, 94, 172, 0.102) no-repeat center;
        background-position-x: 14.1726rem;
        background-size: 1.5537rem 0.72rem;
        margin-top: 0.9853rem;
    }
    .news-list-wrap .more:hover {
        box-shadow: 0 0 10px rgba(17, 94, 172, 0.702);
        transform: translateY(-0.1667rem);
        animation: none;
    }
    .links {
        margin-top: 1.9326rem;
        width: 100%;
        padding-left: 1.3263rem;
        padding-right: 1.3263rem;
    }
    .links-item:first-child {
        display: none;
    }
    .links-item:last-child {
        display: block;
        height: 7.9958rem;
    }
    .normal-title .name {
        width: 10.1179rem;
        line-height: 2.9179rem;
        font-size: 1.3642rem;
        border-radius: 0.2274rem 0 0.2274rem 0.2274rem;
    }
    .normal-title .name::after {
        border-right: 1.2126rem solid transparent;
        border-bottom: 1.44rem solid #115eac;
    }
    .gsgg {
        margin-top: 3.2589rem;
        padding-left: 1.3263rem;
        padding-right: 1.3263rem;
    }
    .gsgg-wrap {
        padding-left: 0.7958rem;
        padding-right: 0.7958rem;
        padding-bottom: 1.6674rem;
    }
    .gsgg-list {
        margin-top: -0.6821rem;
    }
    .gsgg-list-item {
        color: #333333;
        line-height: 1.8947rem;
        padding-bottom: 0.5305rem;
    }
    .gsgg-list-item::before {
        display: none;
    }
    .gsgg-list-item p {
        padding-left: 0.6442rem;
        width: 100%;
        float: none;
        font-size: 1.0611rem;
        position: relative;
        display: block;
        overflow: visible;
        word-wrap: wrap;
        white-space: normal;
        text-overflow: normal;
    }
    .gsgg-list-item p::before {
        width: 0.3032rem;
        height: 0.3032rem;
        border-radius: 50%;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background-color: #c62828;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
    }
    .gsgg-list-item span {
        font-size: 0.9095rem;
        margin-top: 0.1137rem;
        padding-left: 0.6442rem;
        display: block;
        line-height: 1.1368rem;
        color: #888888;
        float: none;
    }
    .gsgg-list-item:hover p {
        padding-left: 0.9095rem;
    }
    .gsgg-list-item:hover p::before {
        left: 0.1895rem;
    }
    .gsgg-list .more {
        width: 100%;
        line-height: 2.6526rem;
        padding-left: 9.3979rem;
        font-size: 0.9095rem;
        background: url(../images/more-icon4.png) rgba(17, 94, 172, 0.102) no-repeat center;
        background-position-x: 13.4147rem;
        background-size: 1.5537rem 0.72rem;
        border-radius: 1.3263rem;
        margin-top: 1.3642rem;
    }
    .zshz {
        padding-left: 1.3263rem;
        padding-right: 1.3263rem;
        margin-top: 4.2442rem;
    }
    .zshz-list {
        padding-bottom: 1.7432rem;
        padding-left: 0.9095rem;
        padding-right: 0.9095rem;
    }
    .zshz-list-wrap {
        margin-top: 0.1516rem;
    }
    .zshz-list-item {
        width: calc(50% - 0.4168rem);
        margin-right: 0.8337rem;
        height: 11.4442rem;
        padding: 0.2274rem;
        border-width: 0.0379rem;
    }
    .zshz-list-item:nth-child(3),
    .zshz-list-item:nth-child(4) {
        margin-top: 0.9474rem;
    }
    .zshz-list-item:nth-child(2n) {
        margin-right: 0;
    }
    .zshz-list-item .name {
        width: 9.2463rem;
        line-height: 3.0316rem;
        height: 3.0316rem;
        font-size: 0.9853rem;
    }
    .zshz-list .more {
        width: 100%;
        line-height: 2.6526rem;
        padding-left: 9.3979rem;
        font-size: 0.9095rem;
        background: url(../images/more-icon4.png) rgba(17, 94, 172, 0.102) no-repeat center;
        background-position-x: 13.4147rem;
        background-size: 1.5537rem 0.72rem;
        border-radius: 1.3263rem;
        margin-top: 1.44rem;
    }
}