@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.container {
    width: 100%;
    height: 100%;
    /* overflow-x: hidden; */
}

.banner-large-bg {
    width: 100%;
    position: relative;
}

.banner-large-bg>img {
    width: 100%;

}

.banner-large-content {
    width: 938px;
    height: 184px;
    position: absolute;
    top: 30%;
    left: 24%;

}

.banner-large-content>h2 {
    font-size: 32px;
}

.banner-large-content>img {
    width: 302px;
    height: 55px;
}

.banner-large-content>a {
    margin-top: 50px;
    font-size: 30px;
    text-decoration: none;
}

.banner-large-content>a>span {
    font-size: 40px;
}

.lazyLoad {
    width: 1440px;
    margin: auto;
    margin-top: 40px;
    position: relative;
}

.lazyLoad>img {
    width: 1440px;
    height: 463px;

}

.lazyLoad-box {
    width: 1440px;
    height: 463px;
    overflow: hidden;
    border-radius: 20px;
}

.lazyLoad-box img {
    width: 100%;
    height: 100%;
    transition: all 1s;
    cursor: pointer;
}

.lazyLoad-box img:hover {
    transform: scale(1.1);
}

.lazyLoad-text {
    width: 400px;
    height: 450px;
    position: absolute;
    top: 0;
    left: 65%;
    right: 0;
    bottom: 0;
    margin: auto;
}

.mid-name {
    margin-top: 170px;
}

.mid-name>img {
    height: 48px;
}

.mid-name>p {
    font-size: 30px;
}

.mid-name-a {
    margin-top: 40px;
}

.mid-name-a>a>span {
    font-size: 25px;
    color: white;
    text-align: center;
    height: 20px;
    line-height: 20px;
}

.mid-name-a>a {
    text-decoration: none;
    padding-right: 40px;
    font-size: 20px;
}

.mid-name-b {
    margin-top: 40px;
}

.mid-name-b>a>span {
    font-size: 25px;
    color: black;
    text-align: center;
    height: 20px;
    line-height: 20px;
}

.mid-name-b>a {
    text-decoration: none;
    padding-right: 40px;
    font-size: 20px;
}

.lazyLoad-text1 {
    width: 400px;
    height: 450px;
    position: absolute;
    top: 0;
    left: -50%;
    right: 0;
    bottom: 0;
    margin: auto;
}

.lazyLoad-text1 * {
    color: white;
}

.mid-name-text {
    font-size: 50px;
}

.sm-banner-container {
    width: 100%;
    height: 1130px;
    background-color: #f0f2f5;
    margin-top: 80px;
}

.banner-sm-title {
    width: 1440px;
    height: 120px;
    margin: auto;
}

.banner-sm-box {
    width: 1440px;
    height: 886px;
    margin: auto;

}

.dong-box {
    width: 435px;
    height: 334px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 20px;
}

.dong-box>img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.dong-box img:hover {
    transform: scale(1.1);
}

.banner-sm-title>p {
    font-size: 40px;
    color: #242933;
    padding: 40px;
}

.banner-sm-box-img>img {
    width: 456px;
    height: 340px;
    border-radius: 15px;
}

.dong-box1>img {
    width: 435px;
    height: 267px;
}

.dong-box1 {
    width: 435px;
    height: 267px;
    cursor: pointer;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.dong-box1>img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.dong-box1 img:hover {
    transform: scale(1.1);
}

.banner-sm-box-img1 {
    width: 456px;
    height: 450px;
    margin-top: 20px;
    border-radius: 15px;
    overflow: hidden;
}

.banner-sm-box-img-text {
    width: 435px;
    height: 170px;
    margin-top: -5px;
    background-color: white;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;

}

.banner-sm-box-img-text1 {
    margin-top: 20px;
    border-radius: 20px;
}

.banner-sm-box-img-text1>p {
    font-size: 30px;
    margin-left: 20px;
}

.banner-box-content {
    position: relative;
}

.banner-box-content>img {
    width: 456px;
    height: 690px;
    border-radius: 15px;
}

.banner-box-content-text {
    position: absolute;
    bottom: 25%;
    left: 50px;
}

.banner-box-content-text>p {
    color: white;
    font-size: 23px;
}

.dongtu3 {
    width: 435px;
    height: 677px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
}

.dongtu3>img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.dongtu3 img:hover {
    transform: scale(1.1);
}

.banner-sm-box-img2 {
    width: 456px;
    height: 886px;
    margin-left: 20px;
    border-radius: 15px;
    overflow: hidden;
}

.banner-sm-box-img2>img {
    border-radius: 15px;
}

.banner-sm-box-img-text2 {
    margin-top: 40px;
}

.banner-sm-box-img-text2>p {
    font-size: 30px;
    margin-left: 30px;
}

.dongtu4 {
    width: 435px;
    height: 334px;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.dongtu4>img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.dongtu4 img:hover {
    transform: scale(1.1);
}

.dongtu5{
    width: 435px;
    height: 334px;
    margin-top: 40px;
    overflow: hidden;
    border-radius: 20px;
}
.dongtu5>img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.dongtu5 img:hover {
    transform: scale(1.1);
}
.banner-sm-box-bottom{
    position: relative;
}
.banner-sm-box-bottom>img {
    width: 456px;
    height: 340px;
    border-radius: 15px;
}
.banner-sm-box-bottom-text{
    position: absolute;
    bottom: 15%;
    left: 10%;
}
.banner-sm-box-bottom-text>p{
    color: white;
    font-size: 26px;
}  