﻿@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    user-select: none;
}

html, body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

#test1 {
    width: 100%;
    height: 346px;
    background: url(../../image/lab/top.png);
    background-size: 100% 100%;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.top-box {
    display: flex;
    z-index: 1;
    padding-top: 117px;
    padding-bottom: 87px;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
}

.nav-box {
    width: 100%;
    display: flex;
    justify-content: center;
    /*background-color: #d74339;*/
}

.nav-content {
    display: flex;
    justify-content: space-between;
    color: white;
    font-size: 22px;
}

.search {
    height: 57px;
    display: flex;
    position: relative;
}

.search input {
    width: 232px;
    height: 57px;
    border: 0px rgba(0, 109, 172, .44) solid;
    border-radius: 10px;
    background: rgba(255, 255, 255, .3);
    color: #eee8e8;
    font-size: 20px;
    padding-left: 35px;
    padding-right: 70px;
}

::-webkit-input-placeholder {
    font-size: 18px;
    color: rgba(255, 255, 255, .8);
}

.swiper-one {
    width: 1200px;



    height: 495px;
    margin: 22px auto;
}

.search button {
    width: 68px;
    height: 56px;
    background: url(../../image/lab/search.png) no-repeat center center;
    position: absolute;
    right: 10px;
    cursor: pointer;
    border: 0px rgba(0, 109, 172, .44) solid;
}

.swiper-container {
    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;
    transition: 300ms;
    transform: scale(0.8);
    opacity: 0.5;
}

.swiper-slide-active, .swiper-slide-duplicate-active {
    z-index: 999;
    transform: scale(1);
    opacity: 1;
}

.swiper-slide img {
    width: 882px;
    height: 495px;
    object-fit: cover;
}

.swiper-slide > div {
    position: absolute;
    width: 600px;
    height: 30px;
    bottom: 35px;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 0 30px 0 10px;
    color: #f0f0f0;
    font-size: 25px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    /*background: linear-gradient(0, rgba(153, 12, 12, 0.7), rgba(243, 215, 215, 0.1));*/
}
.swiper-button-next:after, .swiper-button-prev:after{
   content: '';
}
.news-title span {
    text-align: center;
}
.button{
    height: 170px;
    margin: 24px auto 0;
    padding: 5px 0px;
    /* text-align: center; */
    position: relative;
}
.layui-carousel-ind {
    position: relative;
    top: 5px;
    width: 100%;
    line-height: 0 !important;
    text-align: center;
    font-size: 0;
}

.lunbo {
    width: 37px;
    height: 170px;
    position: absolute;
    top: 205px;
    cursor: pointer;
    z-index: 999;
}

.lunbo img {
    height: 55px;
    margin: 0 auto;
}

.left {
    left: 20px;
}

.right {
    right: 30px;
}

.content-two {
    width: 100%;
    /*border-collapse: collapse;*/
    display: flex;
    margin: 50px 0;
}

.content-two .child {
    width: 363px;
    height: 384px;
    padding-bottom: 24px;
    border: 3px solid #cccfd2;
    border-radius: 20px;
    cursor: pointer;
    transition: all .3s;
    opacity: 1;
}

.content-two .child:hover {
    transform: scale(1.02);
    border-color: #1d69b6;
}

.content-two .child:hover .picture::after {
    opacity: 1;
    filter: blur(1px);
}

.content-two .child:hover .picture * {
    filter: brightness(0%) invert(100%);
}

.content-two .tab-child:hover {
    transition: all .3s;
    /*transform: scale(1.1);*/
    background-color: #277ed7;
    border: 2px solid #277ed7;
}

.content-two .tab-child:hover span {
    color: #FFFFFF !important;
}

.child .head {
    height: 138px;
    margin: 45px auto;
}

.picture .iconfont {
    font-family: "iconfont" !important;
    color: #6c9dcf;
    font-size: 75px;
}

.picture img {
    width: 80px;
}

.picture {
    text-align: center;
    margin-bottom: 37px;
    position: relative;
}

.picture::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    background-color: #1d69b6;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    z-index: -1;
    opacity: 0;
    transition: all .3s;
}

.child .title {
    color: #595959ed;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
}

.child .tab {
    width: 220px;
    height: 96px;
    margin: 0 auto 54px;
    display: flex;
    font-size: 16px;
    line-height: 30px;
    flex-wrap: wrap;
    color: #6c9dcf;
}

.tab .tab-child {
    width: 88px;
    height: 38px;
    margin: 0 7px;
    border: 2px solid #6c9dcf;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    line-height: 38px;
}

.tab .tab-child span {
    transition: all .3s;
    font-size: 15px;
    color: #6c9dcf;

}

.content-two .child {

}


.content-three {
    width: 100%;
    height: 470px;
    display: flex;
    margin-top: 15px;
    position: relative;
}

.content-three::after {
    content: '';
    position: absolute;
    /*background-color: #0baae4;*/
    width: 100vw;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    background: url(../../image/lab/background.png);
    background-size: 100% 100%;
}

.content-sydt {
    flex: 1;
}

.content-sydt-title {
    display: flex;
    margin-top: 80px;
    border-bottom: 2px solid #b0bac3;
    justify-content: space-between;
    align-items: flex-end;
}

.sydt-news {
    padding-right: 10px;
}

.content-sydt-title .title {
    font-size: 30px;
    color: #1d69b6;
    cursor: pointer;
    margin-bottom: 5px;
    font-weight: bold;
    position: relative;
}

.content-sydt-title .title ::after {
    content: '';
    position: absolute;
    width: 156px;
    height: 6px;
    background-color: #1d69b6;
    left: 37%;
    top: 116%;
    transform: translate(-38%, -50%);
    z-index: 1;
    transition: all .9s;
}

.title-tz {
    font-size: 26px;
    color: #4182c2;
    cursor: pointer;
    margin-bottom: 6px;
}

.title-tz .current {
    color: #1d69b6;
    font-size: 30px;
}

.current {
    position: relative;
}

.current::after {
    content: '';
    position: absolute;
    width: 119px;
    height: 6px;
    background-color: #1d69b6;
    left: 50%;
    top: 124%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: all .9s;

}

.sydt-news .tzgg-news-tittle {
    display: none;
}

.content-sydt-title, .tz .more {
    font-size: 20px;
    color: #006dac;
    cursor: pointer;
}

.sydt-news-tu {
    margin-right: 10px;
}

.sydt-news-tu img {
    flex: none;
    width: 176px;
    height: 114px;
    cursor: pointer;
}

.sydt-news-tuwen {
    display: flex;
    margin-top: 20px;
}

.sydt-news-wen {
    margin-top: 20px;
}

.sydt-news-wen span {
    width: 383px;
    font-size: 19px;
    line-height: 28px;
    cursor: pointer;
    letter-spacing: 0.05em;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    display: block;
    cursor: pointer;
}

.sydt-news-wen span:hover:first-child {
    color: #4182c2;
}

.sydt-news-tittle div {
    display: flex;
    justify-content: space-between;
}

.sydt-news-tittle {
    margin-top: 10px;
}

.sydt-news-tittle span {
    /*padding: 5px 20px 5px 38px;*/
    font-size: 19px;
    line-height: 40px;
    cursor: pointer;
    display: block;
    letter-spacing: 0.05em;
}

.sydt-news-tittle div span:first-child {
    width: 425px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

.sydt-news-tittle div span:hover:first-child {
    color: #4182c2;
}

.sydt-news-tittle div span:last-child {
    color: #888b8d;
}

.tzgg-news-tittle div {
    display: flex;
    justify-content: space-between;
}

.tzgg-news-tittle {
    margin-top: 10px;
}

.tzgg-news-tittle .tittle-img {
    line-height: 48px;
    border-bottom: 1px solid #a8c2df;
    margin-top: 10px;
}

.tzgg-news-tittle img {
    width: 30px;
    height: 27px;
    margin-right: 10px;
    margin-top: 10px;

}

.tzgg-news-tittle div span {
    font-size: 19px;
    cursor: pointer;
    display: block;
    letter-spacing: 0.05em;

}

.tzgg-news-tittle div span:first-child {
    width: 403px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

.tzgg-news-tittle div span:hover:first-child {
    color: #4182c2;
}

.tzgg-news-tittle div span:last-child {
    color: #888b8d;
    font-size: 19px;
}

.content-four {
    margin-top: 50px;
}

.content-four .title {
    padding-bottom: 12px;
    border-bottom: 5px solid #1d69b6;
    width: 117px;
    margin: 0 auto 35px;
}

.content-four .title span {
    font-size: 29px;
    color: #1d69b6;
    font-weight: bold;
}

.content-list {
    display: flex;
}

.content-list-one {
    background: url(../../image/lab/yj-wza.png);
    background-size: 100% 100%;
    width: 297px;
    height: 621px;
}

.content-list-one:hover {
    box-shadow: 7px 7px 7px #7b96ce;
    transform: scale(1.04);
}

.content-list-one .content-list-one-title {
    margin: 85px auto 0;
    font-size: 25px;
    color: #1d69b6;
    width: 85%;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
}

.content-list-one .content-list-one-body {
    margin-bottom: 150px;
}

.content-list-one .content-list-one-body div {
    margin-bottom: 194px;
    width: 100%;
    /*text-align: center;*/
    padding: 173px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.content-list-one .content-list-one-body span {
    display: block;
    font-size: 17px;
    color: #ffffff;
    line-height: 38px;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}

.content-list-two .content-list-two-title {
    font-size: 25px;
    color: #1d69b6;
    width: 85%;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    line-height: 40px;
}

.content-list-four .content-list-four-title {
    margin-bottom: 900px;
    font-size: 25px;
}

.content-list-two {
    background: url(../../image/lab/yj-tsgz.png);
    background-size: 100% 100%;
    width: 297px;
    height: 621px;
}

.content-list-two:hover {
    box-shadow: 7px 7px 7px #7b96ce;
    transform: scale(1.04);
}

.content-list-two .content-list-two-body div {
    width: 100%;
    padding: 94px 0 179px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.content-list-two .content-list-two-body span {
    display: block;
    font-size: 17px;
    color: #ffffff;
    line-height: 38px;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}

.content-list-three {
    background: url(../../image/lab/yj-cxfzms.png);
    background-size: 100% 100%;
    width: 297px;
    height: 621px;
}

.content-list-three:hover {
    box-shadow: 7px 7px 7px #7b96ce;
    transform: scale(1.04);
}

.content-list-four {
    background: url(../../image/lab/jy-gjcb.png);
    background-size: 100% 100%;
    width: 297px;
    height: 621px;
}

.content-list-four:hover {
    box-shadow: 7px 7px 7px #7b96ce;
    transform: scale(1.04);
}

.content-list-four .content-list-two-body div {
    width: 94%;
    padding: 30px 0 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.content-list-four .content-list-two-body span {
    display: block;
    font-size: 17px;
    color: #ffffff;
    line-height: 27px;
    text-align: center;
    /*padding: 10px 0;*/
    margin: 0 auto;
}

.content-five {
    margin-top: 50px;
}

.content-five .title {
    padding-bottom: 12px;
    border-bottom: 5px solid #1d69b6;
    width: 117px;
    /*margin-bottom: 35px;*/
    margin: 0 auto 35px;
}

.content-five span {
    font-size: 29px;
    color: #1d69b6;
    font-weight: bold;

}

.carouselpar {
    height: 170px;
    margin: 24px auto 0;
    padding: 5px 0px;
    /*text-align: center;*/
    position: relative;
}

.carouselpar .carousel {
    position: relative;
    overflow: hidden;
}

.carouselpar .sltm-carousle {
    width: 100%;
    /*height: 169px;*/
}

.lf {
    float: left;
}

.carouselpar #Carouselzt ul {
    padding-left: 0;
}

.carouselpar .carousel-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.carousel-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.sltm-carousle {
    width: 100%;
    height: 100%;
}

.carousel {
    overflow: hidden;
    position: relative;
}

.carouselpar .carousel-img li {
    height: 100%;
    width: 400px;
    float: left;
    padding: 0 2px 0 0;
}

.carousel-img li {
    height: 100%;
    width: 100%;
}

.carousel-img li a {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.carousel-img li a img {
    height: 124px;
    width: 400px;
}

.carl-btn {
    height: 170px;
    position: absolute;
    top: 42px;
    cursor: pointer;
    z-index: 999;
}

.carl-btn img {
    height: 49px;
    margin: 0 auto;

}

.pre, .next {
    /*display: block;*/
}

.pre {
    left: 0px;
}

.next {
    right: 0px;
}

.bottom {
    background-color: #1d69b6;
    width: 100%;
    height: 250px;
    position: relative;
    margin-top: 50px;
}

.bot_f {
    color: #ffffff;
    font-size: 14px;
    height: 16px;
    width: 505px;
    padding-top: 45px;
    margin: 0 auto;
}

.bot_f span {
    font-size: 15px;
    margin-left: 20px;
    position: relative;
    cursor: pointer;
}

.bot_f span:hover {
    color: #0a82dd;
}

.bot_f span:last-child::after {
    content: "";
    width: 0px;
}

.bot_s {
    height: 20px;
    width: 735px;
    margin: 23px auto;
    font-size: 15px;
    color: #FFFFFF;
}

.bot_s div span {
    padding-right: 10px;
    line-height: 20px;
    padding: 10px 0;
    font-size: 15px;
}

.bot_s div span a {
    color: #FFFFFF;
    line-height: 30px;
}

.bot_l {
    height: 56px;
    width: 400px;
    text-align: center;
    margin: 25px auto;
}

/************底部 end************/
/*首页代码结束*/