@charset "utf-8";
.banner {
    border-radius: 15px;
    overflow: hidden;
}

.banner a {
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick-dots {
    position: relative;
    bottom: 30px;
    width: 150px;
    height: 4px;
    background: rgba(255, 255, 255, .3);
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.banner .slick-dots li {
    position: static;
    width: 33.333%;
    height: 4px;
    margin: 0;
}

.banner .slick-dots li.slick-active {
    background-color: #fff;
    border-radius: 10px;
}

.banner .slick-prev {
    width: 40px;
    height: 40px;
    background: url(../images/banner-l.png) no-repeat center center;
    top: auto;
    transform: none;
    bottom: 15px;
    left: 30%;
}

.banner .slick-next {
    width: 40px;
    height: 40px;
    background: url(../images/banner-r.png) no-repeat center center;
    top: auto;
    transform: none;
    bottom: 15px;
    right: 30%;
}

.banner .slick-dots li .dot-page {
    position: absolute;
    left: -50px;
    width: 240px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    display: none;
}

.banner .slick-dots li span {
    position: absolute;
    left: 15px;
    top: -15px;
}

.banner .slick-dots li b {
    position: absolute;
    right: 0;
    top: -15px;
}

.banner .slick-dots li.slick-active .dot-page {
    display: block;
}

.index {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 10%;
    padding-right: 30px;
    padding-top: 20px;
    background: #eef3f6;
}

.main {
    width: calc(100% - 485px);
    padding: 0 60px 60px 60px;
    flex-shrink: 0;
}

.wlfw {
    width: 485px;
    flex-shrink: 0;
}

.section1 {
    padding: 50px 0;
}

.title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.title h2 span {
    font-size: 26px;
    color: #333;
    font-weight: bold;
}

.title .more {
    position: relative;
    margin-left: 15px;
}

.title .more::after {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px dashed #1c70d0;
    top: 50%;
    left: 27%;
    margin-top: -25px;
    animation: xz linear 6s infinite;
    -webkit-animation: xz linear 6s infinite;
    -moz-animation: xz linear 6s infinite;
    -o-animation: xz linear 6s infinite;
}

@keyframes xz {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: translate(180deg);
    }
    100% {
        transform: rotatez(360deg);
    }
}


/* @-webkit-keyframes xz {
    0% {
        transform: translateY(-50%) rotate(0);
    }
    50% {
        transform: translateY(-50%) translate(180deg);
    }
    100% {
        transform: translateY(-50%) rotatez(360deg);
    }
}

@-moz-keyframes xz {
    0% {
        transform: translateY(-50%) rotate(0);
    }
    50% {
        transform: translateY(-50%) translate(180deg);
    }
    100% {
        transform: translateY(-50%) rotatez(360deg);
    }
} */

.title .more a {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 6;
    background: #eef3f6;
}

.title .more a span {
    font-size: 12px;
    color: #1c70d0;
    text-transform: uppercase;
    font-family: "Arial";
    padding: 0 13px;
    transition: all .6s;
}

.title .more:hover a span {
    transform: scale(1.1);
}

.title a:hover {
    color: #0255b1;
}

.s1 {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.s1 .s1-l {
    width: 60%;
}

.news a {
    display: block;
}

.news a .pic {
    padding-top: 65%;
}

.news a .text {
    background: #fff;
    padding: 15px;
}

.news a .text span {
    font-size: 16px;
    color: #1c70d0;
    font-family: "Georgia";
}

.news a .text h2 {
    font-weight: normal;
    margin: 10px 0;
    font-size: 18px;
    color: #333333;
}

.news a:hover .text h2 {
    color: #1c70d0;
}

.news a .text p {
    line-height: 26px;
    font-size: 14px;
    color: #808080;
    height: 78px;
}

.news .slick-prev {
    left: 10px;
    top: 35%;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .7) url(../images/s2-l.png) no-repeat center center;
}

.news .slick-next {
    right: 10px;
    top: 35%;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .7) url(../images/s2-r.png) no-repeat center center;
}

.s1 .s1-r {
    width: 37.5%;
}

.s1r-top {
    border-bottom: 1px solid #dadee0;
    margin-bottom: 35px;
}

.s1r-top ul li a {
    display: block;
    padding-bottom: 25px;
}

.s1r-top ul li a span {
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #006de8;
}

.s1r-top ul li:first-child a span {
    background: #00beaa;
}

.s1r-top ul li a i {
    display: block;
    font-size: 14px;
    color: #666666;
    font-style: normal;
    padding: 5px 0;
    font-family: "Georgia";
}

.s1r-top ul li a p {
    font-size: 18px;
    color: #333;
}

.s1r-top ul li:hover a p {
    color: #1c70d0;
}

.s1r-down a {
    display: block;
}

.s1r-down a .pic {
    padding-top: 58%;
}

.s1r-down a span {
    display: block;
    font-size: 16px;
    color: #1c70d0;
    font-family: "Georgia";
    padding: 15px 0;
}

.s1r-down a p {
    line-height: 29px;
    font-size: 18px;
    color: #333;
    height: 58px;
}

.s1r-down a:hover p {
    color: #1c70d0;
}

.section2 {
    padding-top: 20px;
}

.s2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.s2-l {
    width: 64.8%;
}

.s2-l .title {
    justify-content: flex-start;
}

.tz-list {
    padding-top: 15px
}

.tz-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tz-list ul li {
    position: relative;
    width: 48.5%;
    margin-top: 25px;
    transition: all .6s;
}

.tz-list ul li::after {
    content: "";
    position: absolute;
    right: -4px;
    bottom: -4px;
    width: 52px;
    height: 52px;
    background: #1c70d0;
    z-index: 2;
}

.tz-list ul li:hover::after {
    display: none;
}

.tz-list ul li a {
    position: relative;
    background: #fff;
    display: block;
    padding: 20px 15px;
    background-position: center center;
    z-index: 9;
    transition: all .6s;
}

.tz-list ul li:hover a {
    background: url(../images/s2-l-bg.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.tz-list ul li a span {
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #1c70d0;
    font-family: "Georgia";
}

.tz-list ul li:hover a span {
    background: #fff;
    color: #1c70d0;
}

.tz-list ul li a h2 {
    margin: 15px 0;
    line-height: 24px;
    height: 48px;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.tz-list ul li:hover a h2 {
    color: #fff;
}

.tz-list ul li a p {
    line-height: 22px;
    height: 44px;
    font-size: 14px;
    font-size: 16px;
    color: #808080;
}

.tz-list ul li:hover a p {
    color: #fff;
}

.s2-r {
    width: 32.4%;
}

.s2-r .title {
    justify-content: space-between;
}

.s2-r .title .s2-bt h2 {
    display: inline-block;
    cursor: pointer;
    padding-right: 15px;
}

.s2-r .title .s2-bt h2:nth-child(2) {
    padding-right: 0;
}

.s2-r .title .s2-bt h2 span {
    color: rgba(51, 51, 51, .62);
}

.s2-r .title .s2-bt h2.on span {
    color: #1e72d2;
}

.s2-r .title .more a {
    display: none;
}

.s2-r .title .more a.on {
    display: flex;
}

.s2r-qh {
    position: relative;
    margin-top: 40px;
}

.s2r-qh .box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    transition: all .6s;
}

.s2r-qh .box.on {
    position: relative;
    opacity: 1;
    z-index: 9;
}

.s2r-top a {
    display: block;
}

.s2r-top a .pic {
    padding-top: 66.57%;
}

.s2r-top a .txt {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0;
    height: 78px;
    margin-top: -30px;
    z-index: 9;
    background: url(../images/s2-txt-bg.png) no-repeat left center;
    background-size: 100% 100%;
}

.s2r-top a .txt p {
    line-height: 29px;
    padding: 0 20px 0 60px;
    height: 58px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.list{
    min-height: 240px;
}
.list li {
    position: relative;
    line-height: 70px;
    border-bottom: 1px solid #dadee0;
}

.list li a {
    display: block;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .6s;
}

.list li:hover a {
    color: #1c70d0;
}

.wlfw {
    position: relative;
}

.wlfw.on {
    position: fixed;
    right: 30px;
    top: 30px;
}

.wlfw .wl-bt {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    line-height: 80px;
    background: #1c57d0;
}

.wlfw .wl-bt span {
    font-size: 24px;
    color: rgba(255, 255, 255, .62);
    cursor: pointer;
}

.wlfw .wl-bt span.on {
    display: block;
    color: #fff;
}

.wlfw .wl-nr ul {
    position: relative;
    background: #fff;
    padding: 25px 30px;
    display: none;
}

.wlfw .wl-nr ul.on {
    display: block;
}

.wlfw .wl-nr ul li {
    position: relative;
    padding-bottom: 15px;
    border-left: 1px solid #dfdfdf;
    transition: all .6s;
}

.wlfw .wl-nr ul li::after {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c9dafe;
    transition: all .6s;
}

.wlfw .wl-nr ul li:hover::after {
    background: #1c57d0;
}

.wlfw .wl-nr ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 45px;
    border: 10px solid transparent;
    border-right: 10px solid #f8f8f8;
    transition: all .6s;
}

.wlfw .wl-nr ul li a {
    display: block;
    padding-left: 20px;
    margin-top: 15px;
    transition: all .6s;
}

.wlfw .wl-nr ul li a span {
    font-size: 16px;
    color: rgba(89, 84, 113, .6);
    transition: all .6s;
}

.wlfw .wl-nr ul li a p {
    margin-top: 10px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #f8f8f8;
    border-radius: 10px;
    padding: 0 10px;
    font-size: 18px;
    color: #595471;
    transition: all .6s;
}

.wlfw .wl-nr ul li:hover a p {
    background: #e7ecf8;
    color: #1c57d0;
}

.wlfw .wl-nr ul li:hover::before {
    border-right: 10px solid #e7ecf8;
}

.wlfw .wl-rz {
    margin-top: 20px;
    background: #fff;
    padding: 20px 25px;
}

.wlfw .wl-rz ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.wlfw .wl-rz ul li{
    margin-bottom: 20px;
    text-align: center;
    width: 24%;
}
.wlfw .wl-rz ul li a {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.wlfw .wl-rz ul li a .icon {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 20px;
    margin: 0 auto;
}

.wlfw .wl-rz ul li:nth-child(1) a .icon {
    background: #3c80fa;
}

.wlfw .wl-rz ul li:nth-child(2) a .icon {
    background: #faa750;
}

.wlfw .wl-rz ul li:nth-child(3) a .icon {
    background: #00c7c6;
}

.wlfw .wl-rz ul li:nth-child(4) a .icon {
    background: #fd8076;
}
.wlfw .wl-rz ul li:nth-child(5) a .icon {
    background: #3c80fa;
}
.wlfw .wl-rz ul li:nth-child(6) a .icon {
    background: #faa750;
}
.wlfw .wl-rz ul li:nth-child(7) a .icon {
    background: #00c7c6;
}
.wlfw .wl-rz ul li:nth-child(8) a .icon {
    background: #fd8076;
}
.wlfw .wl-rz ul li:nth-child(9) a .icon {
    background: #3c80fa;
}
.wlfw .wl-rz ul li:nth-child(10) a .icon {
    background: #faa750;
}
.wlfw .wl-rz ul li:nth-child(11) a .icon {
    background: #00c7c6;
}
.wlfw .wl-rz ul li:nth-child(12) a .icon {
    background: #fd8076;
}

.wlfw .wl-rz ul li a .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(100);
    width: 37px;
}

.wlfw .wl-rz ul li:hover a .icon img {
    animation: icon-yh 0.6s linear;
}

@keyframes icon-yh {
    0% {
        transform: translate(-50%, -50%) rotateZ(0);
    }
    10% {
        transform: translate(-50%, -50%) rotateZ(10deg);
    }
    20% {
        transform: translate(-50%, -50%) rotateZ(0);
    }
    30% {
        transform: translate(-50%, -50%) rotateZ(-10deg);
    }
    40% {
        transform: translate(-50%, -50%) rotateZ(0);
    }
    50% {
        transform: translate(-50%, -50%) rotateZ(10deg);
    }
    60% {
        transform: translate(-50%, -50%) rotateZ(0);
    }
    70% {
        transform: translate(-50%, -50%) rotateZ(-10deg);
    }
    80% {
        transform: translate(-50%, -50%) rotateZ(0);
    }
    90% {
        transform: translate(-50%, -50%) rotateZ(10deg);
    }
    100% {
        transform: translate(-50%, -50%) rotateZ(0);
    }
}

.wlfw .wl-rz ul li a p {
    margin-top: 10px;
    font-size: 16px;
    color: #111111;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wlfw .wl-rz ul li:hover a p {
    color: #1c70d0;
}

@media screen and (max-width: 1860px) {
    .index {
        padding-right: 15px;
    }
    .main {
        width: calc(100% - 400px);
        padding: 0 15px 15px 15px;
    }
    .wlfw {
        width: 400px;
    }
    .banner .slick-prev {
        left: 28%;
    }
    .banner .slick-next {
        right: 28%;
    }
    .s1r-top {
        margin-bottom: 15px;
    }
    .s1r-top ul li a {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 1400px) {
    .index {
        padding-left: 140px;
    }
}

@media screen and (max-width: 1290px) {
    .s2-l {
        width: 100%;
    }
    .s2-r {
        width: 100%;
        margin-top: 20px;
    }
    .s1 .s1-l {
        width: 100%;
    }
    .s1 .s1-r {
        width: 100%;
        margin-top: 15px;
    }
    .banner .slick-prev {
        left: 22%;
    }
    .banner .slick-next {
        right: 22%;
    }
}

@media screen and (max-width: 1200px) {
    .banner .slick-prev {
        left: 12%;
    }
    .banner .slick-next {
        right: 12%;
    }
    .tz-list ul li {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .index {
        padding-left: 0;
    }
    .wlfw {
        width: 300px;
    }
    .wlfw .wl-nr ul {
        padding: 15px;
    }
    .wlfw .wl-bt {
        padding: 0 15px;
        font-size: 0;
    }
    .wlfw .wl-bt span {
        font-size: 18px;
    }
    .wlfw .wl-rz {
        padding: 15px;
    }
    .wlfw .wl-rz ul {
        flex-wrap: wrap;
    }
    .wlfw .wl-rz ul li {
        width: 50%;
        text-align: center;
        margin: 10px 0;
    }
    .wlfw .wl-rz ul li a .icon {
        margin: 0 auto;
    }
    .main {
        width: calc(100% - 300px);
    }
}

@media screen and (max-width: 750px) {
    .index {
        flex-wrap: wrap;
        padding: 15px;
    }
    .main {
        width: 100%;
        padding: 0;
    }
    .wlfw {
        width: 100%;
        position: relative !important;
    }
    .wlfw.on {
  right: 0;
}
    .banner .slick-prev {
        left: 2%;
    }
    .banner .slick-next {
        right: 2%;
    }
    .section1 {
        padding: 20px 0;
    }
    .title {
        justify-content: space-between;
    }
    .title h2 span {
        font-size: 20px;
    }
    .s1 {
        margin-top: 20px;
    }
    .news .slick-prev,
    .news .slick-next {
        top: 25%;
        width: 30px;
        height: 30px;
        background-size: 12px auto;
    }
    .s2-l .title {
        justify-content: space-between;
    }
    .s2-r {
        margin-top: 40px;
    }
    .s2r-qh {
        margin-top: 20px;
    }
    .list li {
        line-height: 55px;
    }
    .list li a {
        font-size: 16px;
    }
    .wlfw .wl-bt {
        line-height: 55px;
    }
    .wlfw .wl-nr ul li a p {
        font-size: 16px;
    }
    .footer {
        padding: 15px 0;
    }
}