body {
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position-y: bottom;
}

img {
    max-width: 100%;
    width: auto;
}

a:hover {
    color: #3D8DEF !important;
}

.header-banner .container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.logo {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-left: -10px;
}

.logo img {

    height: 51px;
}

.public-title {
    margin-top: 0px;
    position: relative;
    padding-bottom: 15px;
}

.public-title span {
    /* background: url(../img/title-bg.png) no-repeat; */
    background-size: 100% 100%;
    /* font-family: Source Han Sans CN, Source Han Sans CN; */
    /* font-weight: bold; */
    /* font-size: 24px; */
    /* color: #FFFFFF; */
    /* line-height: 35px; */
    text-align: left;
    padding: 10px 30px 10px 15px;
    color: #10233E;
    font-family: "Noto Sans SC";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    /* 100% */
}

.public-title span::after {
    content: '';
    width: 5px;
    height: 26px;
    background-color: #EE553F;
    position: absolute;
    left: 0px;
    top: 2px;
}

.public-title .public-title-more {

    float: right;

    font-family: Source Han Sans CN, Source Han Sans CN;

    font-weight: 400;

    font-size: 15px;

    color: rgba(102, 102, 102, 0.8);

    text-align: left;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-top: 0px;
}

.public-title .public-title-more img {
    width: 16px;
    margin-left: 5px;
}

.div-bg {
    position: relative;
    /* background: linear-gradient( 180deg, rgba(255,255,255,0) 59%, #FFFFFF 100%); */
    padding-top: 25px;
    border-top: 1px solid rgba(194, 211, 227, 0.5);
}

.div-bg::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/owl-bg.png) no-repeat;
    background-size: 100% auto;
    background-position-x: left;
    background-position-y: top;
    position: absolute;
    top: 0px;
    left: 0px;
}
.normal-slider01{
    padding-bottom: 20px;
}
.normal-slider01 .item a img {
    height: 321px;
    object-fit: cover;
    border-radius: 15px;
}

ul.public-list-owl {
    /* padding-left: 20px; */
    padding-top: 5px;
    margin-bottom: 0px;
}

ul.public-list-owl li {
    list-style-type: none;
    line-height: 35px;
    border-top: 1px solid rgba(194, 211, 227, 0.5);
    padding: 15px 7px 15px 6px !important;
    background: none;
}

ul.public-list-owl li a {
    /* font-family: Source Han Sans CN, Source Han Sans CN; */
    /* font-weight: 400; */
    /* font-size: 18px; */
    /* color: #000000; */
    /* text-align: left; */
    width: 95%;
    color: var(---, #10233E);
    text-align: justify;
    font-family: "Noto Sans SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 20px; */
    /* 100% */
}

ul.public-list-owl li:last-child {
    border: none
}

.owl-nav {}

.normal-slider01 .owl-nav button {
    width: 25px;
    height: 38px;
    background: #73AEF6;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    position: absolute;
    right: -25px;
    top: 45%;
}

.normal-slider01 .owl-nav button span {

    font-size: 30px;

    color: #fff;

    line-height: 24px;
}

.normal-slider01 .owl-nav button.owl-prev {

    left: -25px;
}

.public-title-centent {
    text-align: center;
}

.public-title-centent span {
    background: url(../img/title-bg2.png) no-repeat;
    background-size: 100% 100%;
    width: 200px;
    display: inline-block;
    text-align: center;
    padding: 5px;
    position: relative;
}

.public-title-centent span::before {
    content: '';
    width: 300px;
    height: 23px;
    background: url(../img/left.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: -310px;
    top: 16px;
}

.public-title-centent span::after {
    content: '';
    width: 300px;
    height: 23px;
    background: url(../img/right.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: -310px;
    top: 16px;
    left: auto;
}

.public-title-centent .public-title-more {
    position: absolute;
    right: 0px;
    top: 10px;
}

.div2,
.div3 {}

.Exhibition-wonderful-owl {

    margin-bottom: 20px;

}

.Exhibition-wonderful-owl .owl-stage-outer {
    padding: 30px 0px;
}

.Exhibition-wonderful-owl .item a {
    display: block;
    transition: all 0.5s;
}

.Exhibition-wonderful-owl .item a img {}

.Exhibition-wonderful-owl .item a:hover {
    transform: scale(1.2);
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.23);
}

.Exhibition-wonderful-owl .owl-dots {
    text-align: center;
}

.Exhibition-wonderful-owl .owl-dots button {

    background: none;
    border: none;
}

.Exhibition-wonderful-owl .owl-dots button span {
    height: 4px;
    background: rgba(200, 217, 233, 0.5);
    box-shadow: inset 0px 2px 2px 5px rgba(154, 189, 221, 0.2);
    /* border-radius: 20px 20px 20px 20px; */
    width: 100px;
    margin: 0px;
}

.Exhibition-wonderful-owl .owl-dots button:hover span,
.Exhibition-wonderful-owl .owl-dots button.active span {
    background-color: #73AEF6;
}

.owl-nav.disabled {
    display: none;
}

.div1-left {
    background: url(../img/owl-bg.png) no-repeat;
    background-size: 100% auto;
    background-position-y: top;
    background-position-x: left;
    width: 40%;
    float: left;
    padding: 25px 0px 0px 25px;
}

.div1-left .item {}

.div1-left .item a img {

    height: 300px;

    object-fit: cover;
}

.div1-left .owl-nav button {

    position: absolute;

    top: 45%;

    left: 15px;

    background-color: transparent;

    background: url(../img/owl-left.png) no-repeat;

    width: 23px;

    height: 57px;

    background-size: 100% 100%;

    border: none;
    display: none;
}

.div1-left .owl-nav button span {

    display: none;
}

.div1-left .owl-nav button.owl-next {
    background: url(../img/owl-right.png) no-repeat;
    right: 15px;
    left: auto;
    background-size: 100% 100%;
}

.div1-left .owl-dots {

    bottom: auto;

    top: 16px;

    right: 4px;
}

.div1-left .owl-dots button {

    background: none;

    border: none;
}

.div1-left .owl-dots button span {

    border-radius: 100%;

    background-color: #fff;

    margin: 5px 3px;

    width: 8px;

    height: 8px;
}

.div1-left .owl-dots button.active span {
    background-color: #2186e3;
}

.div1-right {

    width: 60%;

    float: left;

    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 23%, rgba(255, 255, 255, 0.85) 100%);

    margin-top: 25px;

    padding: 50px 30px 30px 30px;

    height: 300px;

    position: relative;
}

.div1-right p {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 35px;
    text-align: justify;
    font-style: normal;
    position: relative;
}

.div1-right .div1-right-more {

    background: #3C88E6;

    border-radius: 0px 25px 0px 0px;

    font-family: Source Han Sans CN, Source Han Sans CN;

    font-weight: bold;

    font-size: 16px;

    color: #FFFFFF;

    line-height: 35px;

    display: inline-block;

    position: relative;

    width: 150px;

    padding-left: 46px;

    margin-top: 30px;
}

.div1-right .div1-right-more img.zczn-icon {
    width: 46px;
    height: 46px;
    position: absolute;
    left: -9px;
    top: -6px;
}

.div1-right .div1-right-more img.zczn-icon-more {
    width: 16px;
    margin-left: 5px;
}

.div1-right::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/div1-right.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0px;
    left: 30px;
}

.div1-right::after {
    content: '';
}

.bg-fff {
    background-color: #fff;
    padding: 0px 30px;
    position: relative;
    margin-top: 20px;
}

.p-more {
    cursor: pointer;
    color: #2186e3;
}

.more-show {

    position: fixed;

    top: 0px;

    left: 0px;

    z-index: 9;

    background-color: rgba(0, 0, 0, 0.25);

    width: 100%;

    height: 100%;

    display: none;
}

.more-show .content {

    width: 80%;

    display: block;

    margin: 5% auto;

    height: 80%;

    overflow-y: auto;

    background-color: #fff;

    padding: 50px;

    position: relative;
}

.more-show .content p {

    font-family: Source Han Sans CN, Source Han Sans CN;

    font-weight: 400;

    font-size: 18px;

    color: #000000;

    line-height: 35px;

    text-align: left;

    text-indent: 2em;
}

.close {

    font-size: 34px;

    position: absolute;

    right: 20px;

    top: 10px;
}

.panel-eef {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #EEF5FF;
    background: linear-gradient(180deg, #EEF5FF 0%, #FFF 17.85%);
    margin-top: 40px;
}

.normal-slider01 .owl-dots {
    width: 100%;
    text-align: center;
    right: 0px;
    bottom: 30px;
}

.normal-slider01 .owl-dots .owl-dot {
    background: none;
    border: none;
}

.normal-slider01 .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background-color: #fff;
    opacity: 0.5;
    border-radius: 100%;
}

.normal-slider01 .owl-dots .owl-dot.active span,
.normal-slider01 .owl-dots .owl-dot:hover span {
    opacity: 1;
}

.main-eef {
    background: linear-gradient(180deg, rgba(238, 245, 255, 0.20) 0%, #EEF5FF 100%);
    padding-bottom: 40px;
}

.main-f5f5 {
    background: #F5F5F5;
    padding-bottom: 40px;
}

.footer {
    margin-top: 0px;
}

.pagination {
    padding-bottom: 30px;
}

.main-f5f5 ul.public-list-owl li:first-child {
    border-top: none;
}

.header-banner {
    position: relative;
}

.header-banner .back {
    position: absolute;
    top: 30px;
    right: 12%;
    border-radius: 100px;
    background: #5657D3;
    color: #FFF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 20px;
    font-style: normal;
    /* font-weight: 600; */
    line-height: normal;
    padding: 7px 20px;
}

.header-banner .back img {
    height: auto;
    width: 24px;
    margin-top: -3px;
    margin-right: 5px;
}

@media (max-width:991px) {

    .div1-right,
    .div1-left {
        width: 100%;
        float: left;
    }

    .div1-right {}

    .div1-left .item a img {
        height: auto;
    }

    .normal-slider01 .item a img {
        height: auto;
    }

    .public-title-centent span::before {
        width: 150px;
        left: -160px;
    }

    .public-title-centent span::after {
        width: 150px;
        right: -160px;
    }
}

@media (max-width:767px) {
    .div1-right::before {
        background: none;
    }

    .div1-right {
        margin-top: 0px;
        padding: 15px;
        height: auto;
    }

    .div1-left {
        padding: 15px;
    }

    .div1-right p {
        font-size: 16px;
    }

    .div1-left .owl-nav button {
        width: 17px;
        height: 32px;
    }

    .div1-right .div1-right-more {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .public-title span {
        padding: 10px 30px 10px 15px;
        font-size: 18px;
    }

    .normal-slider01 {
        /* padding: 15px; */
    }

    .normal-slider01 .owl-nav button {
        top: 95px;
    }

    ul.public-list-owl li {
        padding: 5px 7px 5px 6px !important;
        line-height: 30px;
    }

    ul.public-list-owl li a {
        font-size: 14px;
    }

    .public-title-centent span {
        width: 170px;
        padding: 2px 18px 2px 15px;
    }

    .public-title-centent span::after,
    .public-title-centent span::before {
        display: none;
    }

    .div2,
    .div3 {
        margin-top: 0px;
    }

    .public-title {
        padding-bottom: 8px;
    }
    .public-title .public-title-more{
        margin-top: 5px;
        font-size: 14px;
    }
    .bg-fff {
        margin-top: 0px;

    }

    .more-show .content {
        padding: 50px 20px;
    }

    .more-show .content p {
        font-size: 14px
    }

    .header-banner .back {
        right: 2%;
        font-size: 14px;
        transform: scale(0.6);
    }
    .panel-eef{
        padding: 15px;
        margin-top: 15px;
    }
    .normal-slider01 {
        padding-bottom: 10px;
    }
    .normal-slider01 .owl-dots{
        bottom: 10px;
    }
}