.slider {
    width: 100%;
    min-width: 1300px;
    position: relative;
    overflow: hidden;
    background: #fff;
    text-align: center;
    height: 480px;
}

.search-top {
    background: #eeeeee;
}

.slider .bd {
    width: 1300px;
    height: 480px;
    position: absolute;
    left: 50%;
    margin-left: -650px
}

.slider .bd li {
    width: 1300px;
    height: 480px;
    overflow: hidden;
}

.slider .bd li img {
    display: block;
    width: 1300px;
    height: auto;
}

.slider .tempWrap {
    overflow: visible !important
}

.slider .tempWrap ul {
    margin-left: -1300px !important;
}

.slider-top {
    position: relative;
}

.lb-logo {
    width: 286px !important;
    height: auto !important;
    position: absolute;
    left: 70%;
    top: 20px;
}

.slider-top .hd {
    position: absolute;
    bottom: -35px;
    left: 50%;
    margin-left: -30px;
}

.slider-top .hd ul li {
    float: left;
    margin-top: 20px;
    margin-right: 10px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background: #dddddd;
}

.slider-top .hd li.on {
    background: #81b9ed;
}

.slider .pnBtn {
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.slider .prev {
    left: -50%;
    margin-left: -650px;
}

.slider .next {
    left: 50%;
    margin-left: 650px;
}

.slider .pnBtn .blackBg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    /* filter: alpha(opacity=70); */
    opacity: 0.5;
}

.slider .prev,
.slider .next {
    margin-top: 0;
    opacity: 1;
}

.slider .pnBtn .arrow {
    display: none;
    position: absolute;
    z-index: 1;
    width: 60px;
    height: 100%;
}

.slider .pnBtn .arrow:hover {
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.slider .prev .arrow {
    right: 0;
    background: url(/2023/slider-arrow.png) -120px 0 no-repeat;
    background-position-y: 80px;
}

.slider .next .arrow {
    left: 0;
    background: url(/2023/slider-arrow.png) 0 0 no-repeat;
    background-position-y: 80px;
}

.zs-overview {
    margin-top: 70px;
    background: #e6f7fe;
}

.zs-overview-content {
    position: relative;
    background: url(/2023/szs.png) no-repeat;
    height: 480px;
}

.zs-overview-content .title {
    margin-top: 40px;
    font-weight: bold;
    font-size: 36px;
    width: 100%;
    position: absolute;
    text-align: center;
}

.zs-overview-content .title a{
    
    color: #1b5395;
}

.zs-overview-content .content {
    color: #333333;
    font-size: 18px;
    text-indent: 2em;
    top: 120px;
    left: 40px;
    position: absolute;
    width: 780px;
}

.zs-overview-content .content a {
    color: #1b5395;
}


/* .zs-overview-content img {
    width: 100%;
    height: 480px;
} */

.zs-overview-menu {
    position: absolute;
    left: 0;
    bottom: 20px;
}

.zs-overview-menu li {
    float: left;
    text-align: center;
    background-color: #81b9ed;
    border: 2px solid #4089d4;
    border-radius: 5px;
    width: 136px;
    margin-left: 20px;
}

.zs-overview-menu li a {
    display: block;
    color: #1b5395;
    font-size: 24px;
    height: 48px;
    line-height: 48px;
    margin: 4px;
    border-radius: 5px;
    background: #fff;
}

.zs-elegant {
    height: 420px;
    background: #eeeeee;
}

.zs-elegant-title {
    height: 100%;
    font-size: 30px;
    width: 80px;
    background: #1b5395;
}

.zs-elegant-title span {
    display: block;
    width: 30px;
    margin: 25px auto;
}

.zs-elegant-title span a {
    color: #fff;
}

.tab-content {
    width: 1300px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    min-height: 0;
}

.tab-title {
    display: block;
}

.tab-title a{
    color: #1b5395;
}

.zs-elegant-left {
    width: 60px;
    background: #81b9ed;
    font-size: 30px;
}

.zs-elegant-left span {
    display: block;
    padding: 20px 0;
    margin: 0 auto 0;
    width: 30px;
}

.zs-elegant-left span a {
    color: #fff;
}

.zs-elegant-video {
    margin: 30px;
}

.zs-elegant-list {
    background: #81b9ed;
    height: 420px;
}

.zs-elegant-list ul {
    background: #fff;
    width: 360px;
    margin: 20px;
    padding: 20px;
    border-radius: 10px;
    height: 340px;
}

.zs-elegant-list ul li {
    margin-bottom: 9px;
    padding-bottom: 9px;
    border-bottom: 1px solid #cccccc;
}

.zs-elegant-list ul li a {
    width: 100%;
    display: block;
    color: #1b5395;
    font-size: 20px;
    margin-left: 20px;
}

.triangle {
    width: 0;
    height: 0;
    border-top: 50px solid #81b9ed;
    border-left: 60px solid #eeeeee;
}

.slide-pic {
    border: 1px solid #dddddd;
    border-radius: 20px;
    width: 1298px;
}

.slide-pic .bd {
    width: 1170px;
    padding: 20px 65px;
}

.slide-pic .bd ul li {
    border-radius: 20px;
    width: 360px;
}

.slide-pic .bd ul li .pic {
    height: auto;
}

.slide-pic .bd ul li .pic img {
    width: 360px;
    height: 262px;
    overflow: hidden;
    border-radius: 20px;
}

.slide-pic .bd ul li {
    margin: 0 15px;
}

.slide-pic .bd ul li p {
    margin-top: 10px;
}

.slide-pic .hd .next {
    background: url(/2023/right1.png) no-repeat center center;
    height: 200px;
    top: 70px;
    width: 50px;
    left: auto;
    right: 0;
}

.slide-pic .hd .prev {
    background: url(/2023/left1.png) no-repeat center center;
    height: 200px;
    width: 50px;
    top: 70px;
    left: 0;
    right: auto;
}

.zjzs-gg {
    margin-top: 42px;
    margin-bottom: 100px;
}

.zjzs-gg ul li {
    float: left;
    padding: 0 30px;
}

.zs-plan {
    background: url("/2023/zs-plan.png") no-repeat;
    height: 600px;
    margin-bottom: 140px;
}

.zsmr {
    width: 800px;
    /* margin-right: 30px; */
}

.zsmr .tab-title,
.zsgs .tab-title {
    /* margin-left: 20px; */
    text-align: left;
}

.zsmr ul li {
    float: left;
    margin-right: 20px;
    width: 140px;
    text-align: center;
}

.zsmr ul li p {
    margin-top: 5px;
    margin-bottom: 20px;
    color: #1b5395;
}

.zsgs ul {
    padding: 32px 20px;
    background: #fff;
    border-radius: 20px;
}

.t-list .itm {
    line-height: 2;
    font-size: 18px;
}