@charset "utf-8";
@import url(/css/animate.css);
.first {
    width: 100%;
    margin: 0 auto;
    height: 5.25rem;
    background: url(/images/link-bg.png) no-repeat center;
}

.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.3rem;
}

.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: -24%;
    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;
}

.seconde .title {
    width: 100%;
    position: absolute;
    top: -230px;
    margin-bottom: 0.4rem;
}

.title-name {
    display: none;
    font-size: .20rem;
    color: rgb(0, 145, 153);
    text-align: center;
}

.title-name p {
    font-size: 00.22rem;
    font-weight: bold;
}

.my-line {
    width: 100%;
    max-width: 1920px;
    height: 231px;
    margin: 0 auto;
    background: url(/images/title-name.png) no-repeat bottom;
}

.seconde-wrap {
    width: 100%;
    height: 680px;
    background: url(/images/second-bg.png) no-repeat center;
    overflow: hidden;
}

.news {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 45px;
    /**/
}

.news-first {
    width: 40%;
    float: left;
    background-color: #009199;
    text-align: left;
}

.news-first-tit {
    font-size: 0.18rem;
    color: #fff;
    font-weight: bold;
    line-height: 25px;
    width: 90%;
    margin: 25px auto 0;
    letter-spacing: 0.02rem;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-first-cont {
    width: 90%;
    margin: 25px auto 0;
    font-size: 0.15rem;
    color: #fff;
    line-height: 20px;
    letter-spacing: 0.03rem;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-first-content img {
    margin: 30px auto;
    height: 320px;
}

.news-second {
    width: 27%;
    float: left;
    margin: 0 2%;
    min-height: 540px;
    position: relative;
}

.news-second-item {
    background-color: rgba(232, 232, 232, 0.485);
    padding: 0 22px;
    box-shadow: 0px 0px 20px rgba(62, 62, 62, 0.529);
}

.news-second .news-second-item {
    transition: all 0.3s;
}

.news-second-item:nth-child(2) {
    position: absolute;
    bottom: 0;
}

.date {
    width: 100%;
    color: #a6a6a6;
    font-weight: bold;
    background: url(/images/second-more-icon.png) no-repeat right;
    background-position-y: 0.2rem;
    margin: 18px auto 0;
    border-bottom: 1px solid rgb(203, 203, 203);
    padding-bottom: 20px;
}

.date p:nth-child(1) {
    font-size: 0.45rem;
}

.news-second-item>p {
    width: 90%;
    margin: 0 auto;
    background-color: transparent;
}

.news-second-item-tit {
    font-size: 15px;
    color: #a6a6a6;
    font-weight: bold;
    background: transparent;
    line-height: 20px;
    margin-top: 10px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-second-item-content {
    font-size: 15px;
    color: #a6a6a6;
    margin: 20px 0;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-second .news-second-item:hover {
    background-color: #fff;
}

.news-second .news-second-item:hover p {
    color: #009199;
}

.news-thred {
    float: left;
    width: 29%;
    min-height: 540px;
}

.news-thred .news-second-item {
    width: 100%;
    height: 259px;
    /* min-height: 540px; */
    /* max-height: 540px; */
    background-color: #fff;
}

.news-thred .news-second-item-content {
    line-height: 30px;
    max-height: 60px;
}

.news-third-pic {
    width: 90%;
    margin: 0 auto;
    height: 2.6rem;
    overflow: hidden;
}

.news-thred img {
    width: 100%;
}
.seconde .more {
    width: 156px;
    height: 19px;
    background: url(/images/more-icon.png) no-repeat center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.seconde .more a {
    color: rgb(77, 77, 77);
}

.thirde {
    width: 100%;
    max-width: 1920px;
    height: 455px;
    margin: 0 auto;
    background: url(/images/thired-bg.png) no-repeat center;
}

.notice-wrap {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

.notice-wrap .title {
    font-size: 0.22rem;
    font-weight: bold;
    margin: 0.3rem 0;
    text-align: center;
}

.notice-wrap .title a {
    color: #fff;
}

.notice-wrap .swiper-nav {
    float: right;
    display: none;
}

.notice-wrap .prev {
    width: 40px;
    height: 99px;
    background: url(/images/left-icon.png) no-repeat center;
    float: left;
    margin-right: 20px;
    cursor: pointer;
}

.notice-wrap .next {
    width: 40px;
    height: 99px;
    background: url(/images/right-icon.png) no-repeat center;
    float: left;
    cursor: pointer;
}

.notice-wrap .swiper-container {
    width: 100%;
}

.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.15rem 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.15rem 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;
    text-align: justify;
}

.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;
}

/* Ê×Ò³ÂÖ²¥ */
/* banner */

.banner-wrap {
    width: 100%;
    margin: 0 auto;
}

.banner-container {
    width: 100%;
    min-width: 1280px;
    height: 400px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.banner {
    width: 1280px;
    position: relative;
    margin: 0 auto;
}

.banner-item {
    width: 1280px;
    overflow: hidden;
}
.banner-item a{
    width: 100%;
    background: linear-gradient(to right, #a1ffce, #faffd1);
    background: #0e98c9;
    display: flex;
    align-items: center;
    position: relative;
}
.banner-cover {
    width:100%;
    height:100%;
    background:#fff;
    -webkti-ilter:blur(10px);
    filter: blur(5px);
    position: absolute;
    z-index: 1;
}
.banner-item img {
    display: block;
    width: auto;
    height: 400px;
    margin: 0 auto;
    position: relative;
    z-index: 11;
}

.banner .tempWrap {
    overflow: visible !important
}

.banner-nav {
    width: 102px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 111;
}

.banner-nav div {
    width: 11px;
    height: 11px;
    background-color: #fff;
    border-radius: 50%;
    float: left;
    margin: 2px 5px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    /* Firefox 4 */
    -webkit-transition: all 0.2s;
    /* Safari and Chrome */
    -o-transition: all 0.2s;
}

.banner-nav div.on {
    border-radius: 8px;
    width: 28px;
    background-image: -moz-linear-gradient(90deg, rgb(118, 233, 214) 0%, rgb(159, 174, 230) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(118, 233, 214) 0%, rgb(159, 174, 230) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(118, 233, 214) 0%, rgb(159, 174, 230) 100%);
}

.banner-container .prev,
.banner-container .next {
    position: absolute;
    z-index: 111;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.banner-container .prev {
    left: -50%;
    margin-left: -640px;
}

.banner-container .next {
    left: 50%;
    margin-left: 640px;
}

.prev-btn,
.next-btn {
    width: 60px;
    height: 60px;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    position: absolute;
    margin: auto;
    z-index: 11;
}

.prev-btn {
    right: -60px;
    background: url(/images/banner-l-icon.png) no-repeat center;
    background-color: #d5d5d587;
    transform: translateX(-60px);
    transition: all .3s;
    opacity:0;
    visibility: hidden;
}

.next-btn {
    left: -60px;
    background: url(/images/banner-r-icon.png) no-repeat center;
    background-color: #d5d5d587;
    transform: translateX(60px);
    transition: all .3s;
    opacity:0;
    visibility: hidden;
}
.banner-container:hover .next-btn{
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
}
.banner-container:hover .prev-btn{
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
}
.banner-container .blackBg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.banner1-wrap {
    width:100%;
    position:relative;
}
.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;
}
.banner1-wrap .swiper-slide {
    height:400px;
    overflow:hidden;
}

.banner1-wrap .swiper-slide a {
    position:relative
}
.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: cover;
}
.banner1-wrap .swiper-slide img {
    display:block;
    width:100%;
    margin:0 auto;
}
.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;
}
.top-img{
height: auto;
    padding-top: 142px;
    z-index: 1;
}
@media screen and (max-width: 1000px) {
   .banner-wrap{/* display:none; */}
.swiper-banner{/* display:block; */}
.wrap .top-img{padding-top: 85px;height: auto;}
}