.banner_index {
    width: 100%;
    height: 90rem;
    background-image: url(../images/banner-index.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 14rem;
}

.con2 {
    width: 100%;
    background-image: url(../images/banner2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.con2 .main {
    width: 1120px;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}

.con2 .con {
    margin: 0 auto;
    display: flex;
}

.con2 .con .zwhlogo {
    margin-top: 40px;
    width: 254px;
    height: 152px;
}

.con2 .con h5 {
    width: 800px;
    margin: 0 87px;
    font-family: 'OPPOSansR';
    font-weight: normal;
    font-size: 30px;
    color: #121212;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    border-bottom: 1px solid #b0b4b7;
    padding-bottom: 20px;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
}

.con2 .con h5 img {
    margin-right: 14px;
}

.con2 .center {
    width: 800px;
    margin: 0 87px;
    display: flex;
    align-items: center;
}

.con2 .center .qlb {
    /* position: absolute;
    top: 120px;
    left: 0; */
    width: 20px;
    height: 39px;
    cursor: pointer;
}

.con2 .center .qrb {
    /* position: absolute;
    top: 120px;
    right: 0; */
    width: 20px;
    height: 39px;
    cursor: pointer;
}

.con2 .center .conshow {
    width: 800px;
    overflow: hidden;
    position: relative;
}

.con2 .center .conshow .zboxc {
    display: flex;
}

.con2 .center .conshow .zboxc div {
    flex-basis: auto;
    width: 800px;
    height: 300px;
    font-family: 'OPPOSansR';
    font-weight: normal;
    font-size: 16px;
    color: #121212;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    /* text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical; */
}

.con2 .center .conshow .zboxc div span {
    font-family: "AlibabaPuHuiTi95";
}

.con2 .con .box1 {
    position: relative;
}

.con2 .con a {
    /* margin-left: 87px; */
    display: block;
    width: 130px;
    height: 30px;
    border-radius: 5px;
    font-family: 'MontserratRoman';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-align: center;
    /* margin-top: 47px; */
    border: 1px solid #1F4113;
    color: #1F4113;
    position: absolute;
    bottom: 0px;
    left: 90px;
    z-index: 999;
}
.con2 .con a .hide{
    display: none;
}
.con2 .con a:hover {
    border: none;
    font-family: 'MontserratRoman';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-align: center;
    color: #FFFFFF;
    background: #1F4113;
    border: 1px solid #1F4113;
}

.con2 .con a:hover .hide{
    display: inline-block;
}
.con2 .con a:hover .show{
    display: none;
}
.con2 .con .jidut {
    width: 162px;
    height: 5px;
    background: #D8D8D8;
    border-radius: 3px;
    display: flex;
    position: absolute;
    bottom: 0;
    right: 80px;
    cursor: pointer;
}

.con2 .con .jidut .jiduti {
    width: 40px;
    height: 5px;
    background: #D8D8D8;
    border-radius: 3px;
    cursor: pointer;
}

.con2 .con .jidut .jiduti.active {
    background: #1F4113;
}

.con3 {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.con3 .scon {
    position: relative;
}

.con3 .scon .con {
    width: 100%;
    height: 600px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.con3 .scon .moti {
    width: 970px;
    height: 420px;
    border-radius: 37px;
    background: rgba(255, 255, 255, 0.15);
    position: absolute;
    top: 88px;
    left: 235px;
    padding-left: 75px;
    /* padding-top: 45px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.con3 .scon .moti h5 {
    /* height: 57px; */
    font-family: "SourceHanSerifCNHeavy";
    font-weight: 800;
    font-size: 36px;
    color: #FFFFFF;
    /* line-height: 57px; */
    text-align: left;
    font-style: normal;
}

.con3 .scon .moti h6 {
    height: 69px;
    font-family: "SourceHanSerifCNBold";
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 44px;
    text-align: left;
    font-style: normal;
    padding-top: 5px;
    /* padding-bottom: 15px; */
}

.con3 .scon .moti p {
    width: 820px;
    height: 135px;
    font-family: "OPPOSansR";
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    padding-bottom: 15px;
}

.con3 .scon .moti a {
    height: 22px;
    font-family: 'MontserratRoman';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}

.con3 .nav {
    position: absolute;
    left: 60px;
    top: 115px;
    width: 115px;
    height: 312px;
    font-family: "SourceHanSerifCNBold";
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-align: center;
}

.con3 .nav span {
    cursor: pointer;
    display: block;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.con3 .nav span:hover,
.con3 .nav span.action {
    color: #FF9438;
    /* text-align: right; */
}

.con4 {
    width: 100%;
    background: #F6F6F4;
    display: flex;
    padding: 0 111px;
    padding-top: 35px;
    padding-bottom: 100px;
}

.con4 div {
    flex: 1;
}

.con4 div h5 {
    width: 80px;
    height: 26px;
    font-family: "OPPOSansM";
    font-weight: normal;
    font-size: 14px;
    color: #121212;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    margin-bottom: 15px;
}

.con4 div p {
    height: 70px;
    font-family: "OPPOSansR";
    font-weight: normal;
    font-size: 12px;
    color: #121212;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}

.con4 div div {
    width: 263px;
    height: 32px;
    font-family: "OPPOSansR";
    font-weight: normal;
    font-size: 10px;
    color: #121212;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    margin-top: 35px;
}