@charset "utf-8";
@import url(/css/animate.css);
.banner1-wrap {
    width:100%;
    position:relative;
}
.banner {
    width:1280px;
    margin:0 auto;
    overflow:hidden;
}
.banner {
    position:relative;
}
.banner1-wrap .swiper-slide {
    height:400px;
    overflow:hidden;
}
.banner1-wrap .swiper-slide .v-btn {
    content:'';
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    width: 0.4rem;
    height: 0.4rem;
    min-width: 31px;
    min-height: 31px;
    background: url(/images/v-play.png) no-repeat center;
    position: absolute;
    background-size: 100%;
}
.banner1-wrap .swiper-slide img {
    display:block;
    width:100%;
    margin:0 auto;
}
.swiper-banner{/* display:none; */overflow:hidden}
.swiper-button-prev ,.swiper-button-next {
    background-color:#d5d5d587;
    color: #fff !important;
    border-radius: 50%;
    transition: all .3s;
    opacity:0;
}
.swiper-button-prev {
    left:-60px;
    transform: translateX(-60px);
}
.swiper-button-next {
    right:-60px;
    transform: translateX(60px);
}
.swiper-banner:hover .swiper-button-prev,.swiper-banner:hover .swiper-button-next{
    opacity:1;
    transform: translateX(0px);
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size:30px !important;
}
.first {
    width: 100%;
    margin: 0 auto;
    height: 5.12rem;
    background: url(/images/link-bg-en.png) no-repeat center bottom;
}

.link-wrap {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.swiper-wrap {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

.link-wrap .swiper-container {}

.swiper-wrap .item {
    margin-top: 1.4rem;
}

.swiper-wrap .item .pic {
    margin: 0 auto;
    width: 2.1rem;
    position: relative;
}

.swiper-wrap .item p {
    color: #448aca;
    font-size: 0.2rem;
    text-align: center;
}

.swiper-slide .pic {
    position: relative;
    padding: .2rem;
}

.swiper-slide .pic img {
    max-width: 97.9%;
    max-height: 97.9%;
}

.swiper-slide .pic .link-icon {
    width: 100%;
    height: 1.8rem;
    background: url(/images/link-icon.png) no-repeat center;
    /* top: -0.1rem; */
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0%;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.swiper-slide .pic .link-icon {
    animation-name: rotating;
    -o-animation-name: rotating;
    -moz-animation-name: rotating;
    -webkit-animation-name: rotating;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    /* animation-direction: alternate;
    -webkit-animation-direction: alternate; */
}


/* nav-btn */

.link-wrap .swiper-nav {
    position: absolute;
    top: -0.9rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 1.62rem;
    min-width: 119px;
    z-index: 11;
}

.link-text {
    width: 100%;
    text-align: center;
    font-size: 0.2rem;
    font-weight: bold;
    position: absolute;
    top: 0.8rem;
    white-space: nowrap;
    color: #fff;
}

.link-text p:nth-child(2) {
    font-size: 0.13rem;
}

.seconde {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    height: 660px;
    background: url(/images/second-bg.png) no-repeat bottom;
}

.seconde-wrap {
    width: 100%;
    padding-bottom: 30px;
    position: absolute;
    top: -40px;
}

.news {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

.news .title {
    width: 138px;
    height: 70px;
    background: url(/images/title-icon-en-n.png) no-repeat right bottom;
    color: #009199;
    font-size: 0.3rem;
    font-style: italic;
    margin-bottom: 20px;
}

.news-wrap {
    width: 100%;
    min-height: 508px;
    position: relative;
}

.news-left1 {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}

.news-left2 {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
}

.news-first {
    width: 42.5%;
    float: left;
    position: relative;
    z-index: 11;
    min-height: 508px;
}

.news-first-img {
    width: 100%;
    overflow: hidden;
}

.news-first-img div {
    width: 350px;
    height: 235px;
    overflow: hidden;
    float: right;
}

.news-first-tit {
    display: block;
    font-size: 0.25rem;
    color: #009199;
    font-weight: bold;
    max-width: 80%;
    margin: 30px auto;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.news-first-content {
    display: block;
    max-width: 80%;
    margin: 0 auto;
    font-size: 0.15rem;
    color: #009199;
    line-height: 25px;
    max-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.news-first .time {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #f8b551;
    color: #fff;
    text-align: center;
    line-height: 40px;
    padding: 0 20px;
}

.news-seconde {
    width: 27.3%;
    float: right;
    min-height: 508px;
    margin: 0 0 0 2%;
    background-color: #13b5b1;
}

.news-seconde p {
    width: 86%;
    margin: 20px auto 40px;
    word-break: break-all;
}

.news-seconde-tit,
.news-third-tit {
    font-size: 0.25rem;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    max-height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.news-seconde-content,
.news-third-content {
    font-size: 0.16rem;
    color: #fff;
    line-height: 30px;
    max-height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.news-seconde-pic {
    width: 90%;
    margin: 0 auto;
    height: 160px;
    overflow: hidden;
}

.news-seconde img {
    width: 100%;
    margin: 0 auto;
}

.news-third {
    width: 26.2%;
    float: left;
    overflow: hidden;
    /*  */
    height: 508px;
    position: relative;
    margin-left: 2%;
}

.news-third p {
    width: 90%;
    margin: 10px auto;
    word-break: break-all;
}

.news-third-item {
    overflow: hidden;
}

.news-third-item:nth-child(1) {
    background-color: #8c97cb;
    animation-delay: 0.3s;
}

.news-third-item:nth-child(2) {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-image: -moz-linear-gradient( 90deg, rgb(32, 156, 255) 0%, rgb(104, 224, 207) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(32, 156, 255) 0%, rgb(104, 224, 207) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(32, 156, 255) 0%, rgb(104, 224, 207) 100%);
}


/* seconde */

.seconde .more {
    width: 120px;
    height: 40px;
    background: url(/images/more-icon-en.png) no-repeat left;
    margin: 32px auto 0;
    text-align: center;
}

.seconde .more a {
    line-height: 40px;
    font-size: 17px;
    color: rgb(0, 145, 153);
}

.thirde {
    width: 100%;
    max-width: 1920px;
    height: 470px;
    margin: 0 auto;
    background: url(/images/notice-bg-en.png) no-repeat center;
}

.notice-wrap {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

.notice-wrap .title {
    width: 165px;
    height: 74px;
    background: url(/images/title-icon-en.png) no-repeat right bottom;
    font-size: 0.3rem;
    font-style: italic;
    color: #fff;
    margin: 20px auto 10px;
}

.notice-item {
    width: 30%;
    float: left;
}

.notice-item:nth-child(2) {
    margin: 0 5%;
}

.notice-item .time {
    font-size: 0.35rem;
    color: #fff;
}

.notice-item .notice-item-tit {
    font-size: 0.2rem;
    padding: 0.25rem 0;
    color: #fff;
    font-weight: bold;
    line-height: 28px;
    max-height: 126px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    position: relative;
}

.notice-item-tit::after {
    content: "";
    height: 4px;
    width: 95px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.notice-item .notice-item-content {
    font-size: 0.15rem;
    color: #fff;
    margin: 0.25rem auto;
    line-height: 28px;
    max-height: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.notice-item .more {
    width: 30px;
    height: 30px;
    display: block;
    border: 1px solid #fff;
    background: url(/images/left-en-w.png) transparent no-repeat center;
}

.notice-item .more:hover {
    background: url(/images/left-en.png) #fff no-repeat center;
}