* {
    margin: 0;
    padding: 0;
}


ul,
li {
    list-style: none;
}

body {
    font-size: 16px;
    font-family: "Microsoft Yahei";
    color: #ffffff;
}

a {
    text-decoration: none;
    color: #ffffff;
}

.banner {
    width: 100%;
    height: 696px;
    overflow: hidden;
    background: url("../images/top.jpg") no-repeat center top;
}

.wrap1 {
    width: 100%;
    height: 634px;
    background: url("../images/bg1.jpg") no-repeat center top;
}

.wrap2 {
    width: 100%;
    height: 1150px;
    background: url("../images/bg2.jpg") no-repeat center top;
}

.wrap3 {
    width: 100%;
    height: 1025px;
    background: url("../images/bg3.jpg") no-repeat center top;
}

.wrap4 {
    width: 100%;
    height: 794px;
    background: url("../images/bg4.jpg") no-repeat center top;
}

.wrap5 {
    width: 100%;
    height: 656px;
    background: url("../images/bg5.jpg") no-repeat center top;
}

.news-flash {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.news-lists {
    width: 530px;
    height: 410px;
    float: left;
    box-sizing: border-box;
}

.news-top {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}

.news-top h2 {
    width: 100%;
    height: 50px;
    color: #79ffe6;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news-top p {
    font-size: 20px;
    line-height: 2;
}

.news-top p span {
    color: #79ffe6;
}

.news-lists ul li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url("../images/liicon.png") no-repeat left 10px;
    text-indent: 40px;
}


.video {
    position: relative;
    float: right;
    width: 610px;
    height: 410px;
    box-sizing: border-box;
    background: url("../images/v-bg.png") no-repeat center top;
}

.video a {
    width: 610px;
    height: 410px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-around;
    position: relative;
}

.video a img {
    width: 585px;
    height: 380px;
}

.video span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    background: url("../images/v-iocn.png") no-repeat center center;
    background-size: contain;
    z-index: 999;
}

.tit {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}

.light-img {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.videos {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.videos ul li a {
    display: block;
}

.videos ul li {
    position: relative;
    width: 580px;
    height: 380px;
    padding: 20px 30px 0 30px;
    box-sizing: border-box;
    float: left;
    background: url("../images/vbg.png") no-repeat center center;
    margin-bottom: 30px;
}

.videos ul li:nth-child(2n+0) {
    float: right;
}

.videos ul li img {
    border: 2px solid #90ffe8;
}

.videos ul li p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
    text-align: center;
}

.videos ul li span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -40px;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    background: url("../images/v-iocn.png") no-repeat center center;
    background-size: contain;
}


.mes-wrap {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.news {
    width: 500px;
    background: #ffffff;
    padding: 20px;
    box-sizing: border-box;
    height: 460px;
}


.news ul li {
    font-size: 20px;
    color: #333333;
    line-height: 40px;
}

.news ul li a {
    color: #333333;
}

.feedback {
    width: 670px;
    background: #ffffff;
    padding: 20px;
    box-sizing: border-box;
    height: 460px;
}

.news-tit {
    margin-bottom: 20px;
}

.footer {
    text-align: center;
    line-height: 2;
    padding: 20px 0;
}




.imgbox {
    width: 1200px;
    margin: 0 auto;
    height: 600px;
    padding-left: 320px;
    box-sizing: border-box;

}

.imgwrap {
    height: 600px;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    box-sizing: border-box;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 440px;
    width: 100%;
}

.mySwiper {
    height: 24%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev{
    outline: none;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next{
    color: #130f64;
    outline: none;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev{
    color: #130f64;
    outline: none;
}







