.banner:after {
    content: '';
    display: block;
    background: url('../../images/common/index/cloud.png');
    height: 220px;
    background-repeat: repeat-x;
    background-position: top 20px;
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 0;
    z-index: -1;
    right: 0;
    animation-name: wave2;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: wave2;
    -webkit-animation-duration: 20s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@keyframes wave2 {
    0% {
        background-position: 1080px 20px;
    }

    100% {
        background-position: 0px 20px;
    }
}

@-webkit-keyframes wave2 {
    0% {
        background-position: 1080px 20px;
    }

    100% {
        background-position: 0px 20px;
    }
}


.banner {
    margin-bottom: 70px;
}

.banner .slick-prev,
.banner .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_arrow.png') no-repeat;
    width: 50px;
    height: 94px;
    margin-top: -30px;
    position: absolute;
    z-index: 10;
    top: 50%;
    cursor: pointer;
    outline: none;
}

.banner .slick-prev {
    background-position: 0 0;
    left: -25px;
}

.banner .slick-next {
    background-position: 100% 0;
    right: -30px;
}

.banner .slick-prev:hover {
    background-position: 0 100%;
}

.banner .slick-next:hover {
    background-position: 100% 100%;
}

.banner .slick-dots {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 20px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.banner .slick-dots li {
    display: inline-block;
    vertical-align: middle;
}

.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    width: 8px;
    height: 8px;
    margin-top: 10px;
    border-radius: 50%;
    margin: 0 10px;
    cursor: pointer;
    background: #9AC7E8;
}

.banner .slick-dots li.slick-active button {
    background: #E00029;
}

.sect-title {
    color: #333333;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}

.sect-title .en {
    display: inline-block;
    color: #92ADD9;
    font-family: 'NTR', cursive;
    font-size: 43px;
    letter-spacing: 0.05em;
    margin-right: 8px;
}


.sect2 .btn.more {
    font-family: 'NTR';
    color: #444444;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 15px;
}

.sect2 .btn.more span {
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-block;
    top: 2px;
}

.sect2 .btn.more span:after {
    content: " ";
    position: absolute;
    bottom: 6px;
    right: 4px;
    display: block;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    width: 35px;
    height: 35px;
    background: #0850A4;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.sect2 .btn.more:hover span:after {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.sect2 .btn.more i {
    color: #444444;
    margin: 0;
}

.sect2 .btn.more:hover i {
    color: #ffffff;
}

/*-- --*/

.sect2 {
    margin-bottom: 60px;
}

.article-sect {
    float: left;
    width: 42%;
    position: relative;
}

.article-sect .sect-title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.article-list {
    margin: 30px 30px 0;
}

.article-list .item {
    padding: 0 10px;
}

.article-list .box {
    max-width: 260px;
    margin: 0 auto 30px;
    text-align: center;
    position: relative;
}

.article-list .pic {
    position: relative;
    overflow: hidden;
    max-width: 250px;
    margin: 0 auto 10px;
    border-radius: 0;
    transition: all .6s ease;
    border: 1px solid #e5e5e5;
}

.article-list .box:hover .pic {
    border-radius: 25px;
}

.article-list .pic img,
.news-list .pic img,
.video-list .pic img {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition-delay: 0s;
    transition-duration: 4s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.article-list .box:hover .pic img,
.news-list .box:hover .pic img,
.video-list .box:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.article-list .pic:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    border-radius: 0;
    transition: all 0.5s;
}

.article-list .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
    border-radius: 25px;
}

.article-list .name {
    padding-bottom: 10px;
    color: #222222;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 51px;
    margin: 0 0 5px;
}

.article-list .box:hover .name {
    color: #0650A4;
}

.article-list .description {
    color: #666666;
    font-size: 16px;
    height: 50px;
    line-height: 1.8;
    border-top: 1px solid #E3E3E3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 7px;
}

.about-sect {
    float: right;
    width: 55%;
    position: relative;
}

.about-sect .sect-title {
    margin-bottom: 30px;
}

.about-sect .pic {
    float: left;
    width: 42%;
}

.about-sect .txt {
    float: right;
    width: 55%;
}

.about-sect .btn-box {
    text-align: right;
}

.about-sect .sect-title,
.article-sect .sect-title {
    border-bottom: 4px solid #E7F0F9;
    width: 100%;
}


/*-- --*/
.sect3,
.sect4 {
    background: #ECF3FB;
    padding: 70px 0;
    position: relative;
}

.sect3 {
    margin-bottom: 40px;
}

.sect3:after {
    content: '';
    width: 174px;
    height: 71px;
    background: url(../../images/common/index/arrow.png)no-repeat;
    position: absolute;
    bottom: -70px;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1;
}

.sect4 {
    background: #ffffff;
    z-index: 0;
}

.sect4:after {
    content: '';
    width: 100%;
    height: 147px;
    background: url(../../images/common/index/dot.jpg);
    display: block;
    position: absolute;
    left: 0;
    top: 37%;
    z-index: -1;
}

.news-sect .sect-title,
.video-sect .sect-title {
    text-align: center;
    margin-bottom: 30px;
}

.news-sect .sect-title .pro,
.video-sect .sect-title .pro {
    max-width: 150px;
    margin: auto;
    position: relative;
    background: #ecf3fb;
}

.video-sect .sect-title .pro {
    background: #ffffff;
}

.news-sect .sect-title:before,
.video-sect .sect-title:before {
    content: '';
    width: 100%;
    max-width: 755px;
    height: 1px;
    background: #B3D3EA;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 45px;
}

.news-sect .sect-title span,
.video-sect .sect-title span {
    display: block;
    margin: 0;
}

.news-sect .sect-title .en,
.video-sect .sect-title .en {
    margin-bottom: -10px;
}

.news-list,
.video-list {
    margin: 0 40px;
}

.news-list .item,
.video-list .item {
    padding: 0 10px;
}

.news-list .box,
.video-list .box {
    margin: 0 auto 25px;
    position: relative;
}

.video-list .box {
    background: #f4f4f4;
    padding: 0 0 10px;
    border-radius: 20px;
    transition: all .3s ease;
    border: 3px solid #f4f4f4;
}

.video-list .box:hover {
    background: #ffffff;
    border-color: #0850A4;
}

.news-list li .cover,
.video-list li .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}

.news-list .box.new:before {
    content: '';
    display: block;
    width: 58px;
    height: 58px;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
}

.news-list .pic-box,
.video-list .pic-box {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    /* width: 250px; */
}

.news-list .pic,
.video-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}

.news-list .pic:before,
.video-list .pic:before {
    content: "";
    background: url(../../images/common/news/hover.png) 50% 60% no-repeat rgba(136, 171, 205, 0.6);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    opacity: 0;
    transition: all 0.3s;
}

.news-list .box:hover .pic:before,
.video-list .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}

.video-list .pic:before {}

.news-list .name,
.video-list .name {
    color: #555555;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 27px;
    text-align: center;
    padding-bottom: 10px;
    transition: all .3s ease;
}

.news-list .box:hover .name,
.video-list .box:hover .name {
    color: #0850A4;
}

.news-list .box .pic,
.video-list .box .pic {
    border-radius: 0px;
    transition: all .6s ease;
    border: 3px solid #ecf3fb;
}

.news-list .box:hover .pic {
    border-radius: 25px;
    border-color: #0951A4;
}

.video-list .box .pic {
    border: none;
    margin: 12px 12px 5px;
    border-radius: 15px;
}

/*-- --*/

.article-list .slick-arrow,
.news-list .slick-arrow,
.video-list .slick-arrow {
    border: 0;
    color: transparent;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: none;
    position: absolute;
    right: 0;
    top: 33%;
    margin-top: -17px;
    z-index: 15;
    transition: all .2s;
    cursor: pointer;
}

.news-list .slick-arrow,
.video-list .slick-arrow {
    top: 40%;
}

.article-list .slick-prev,
.news-list .slick-prev,
.video-list .slick-prev {
    left: -50px;
}

.article-list .slick-next,
.news-list .slick-next,
.video-list .slick-next {
    right: -15px;
}

.article-list .slick-arrow:before,
.news-list .slick-arrow:before,
.video-list .slick-arrow:before {
    content: "";
    color: #757575;
    font-size: 45px;
    position: absolute;
    top: -1px;
    left: 50%;
    margin: 0 0 0 -4px;
    font-family: 'icon-font-5' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.article-list .slick-prev:before,
.news-list .slick-prev:before,
.video-list .slick-prev:before {
    content: "\e903";
}

.article-list .slick-next:before,
.news-list .slick-next:before,
.video-list .slick-next:before {
    content: "\e904";
}

.article-list .slick-arrow:hover:before,
.news-list .slick-arrow:hover:before,
.video-list .slick-arrow:hover:before {
    color: #0951a3;
}

@media screen and (max-width: 1200px) {

    .article-sect,
    .about-sect {
        float: none;
        width: auto;
    }

    .article-sect {
        /* text-align: center; */
        max-width: 900px;
        margin: 0 auto 30px;
    }

    .about-sect {
        max-width: 900px;
        margin: 0 auto;
    }

    .sect4-bg {
        background: none;
    }
}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 767px) {
    .banner .container:before {
        height: 16px;
        background-size: auto 100%;
    }

    .banner .slick-prev,
    .banner .slick-next {
        width: 36px;
        height: 36px;
        background-size: 72px auto;
        margin-top: -18px;
    }

    .banner .slick-prev {
        left: 2%;
    }

    .banner .slick-next {
        right: 2%;
    }

    .banner:after {
        display: none;
    }

    .about-sect .pic,
    .about-sect .txt {
        float: none;
        width: auto;
    }

    .about-sect .pic {
        margin-bottom: 1.8em;
    }

    .sect-title .en {
        font-size: 30px;
    }

    .sect-title {
        font-size: 18px;
    }

    .sect2 .btn.more {
        top: 0;
    }

    .sect3,
    .sect4 {
        padding: 40px 20px;
    }
}


@media screen and (max-width: 500px) {}

@media screen and (max-width: 440px) {
    .sect-title .en {
        font-size: 26px;
    }
}