/*����ͼ*/
.focus {
    position: absolute;
    width: 99%;
    height: 890px;
    background-color: #000;
    box-sizing: border-box;
    display: block
}

    .focus img {
        width: 100%;
        height: 825px;
        object-fit:cover;
        margin-top:70px
    }

    .focus .shadow .title {
        width: 260px;
        height: 65px;
        padding-left: 30px;
        padding-top: 20px;
    }

        .focus .shadow .title a {
            text-decoration: none;
            color: #fff;
            font-size: 14px;
            font-weight: bolder;
            overflow: hidden;
        }

    .focus .btn {
        position: absolute;
        bottom: 34px;
        left: 510px;
        overflow: hidden;
        zoom: 1;
    }

        .focus .btn a {
            position: relative;
            display: inline;
            width: 13px;
            height: 13px;
            border-radius: 7px;
            margin: 0 5px;
            color: #B0B0B0;
            font: 12px/15px "\5B8B\4F53";
            text-decoration: none;
            text-align: center;
            outline: 0;
            float: left;
            background: #D9D9D9;
        }

            .focus .btn a:hover, .focus .btn a.current {
                cursor: pointer;
                background: #fc114a;
            }

    .focus .fPic {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
    }

    .focus .D1fBt {
        overflow: hidden;
        zoom: 1;
        height: 16px;
        z-index: 10;
    }

    .focus .shadow {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0px;
        z-index: 10;
        height: 100px;
        line-height: 100px;
        /*background: rgba(0, 0, 0, 0.6);*/
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000') \9;
        display: block;
        text-align: left;
        margin-left: 40px;
    }

        .focus .shadow a {
            text-decoration: none;
            color: #fff;
            font-size: 35px;
            overflow: hidden;
            margin-left: 10px;
            font-family: Arial, Helvetica, sans-serif;
            /*font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘Source Han Serif’, source-han-serif-sc, serif;*/
            font-weight: normal;
            white-space: inherit;
        }

    .focus .fcon {
        position: relative;
        width: 100%;
        float: left;
        display: none;
        background: #000
    }

        .focus .fcon img {
            display: block;
        }

    .focus .fbg {
        bottom: 25px;
        right: 40px;
        position: absolute;
        height: 21px;
        text-align: center;
        z-index: 200;
    }

        .focus .fbg div {
            margin: 4px auto 0;
            overflow: hidden;
            zoom: 1;
            height: 14px
        }

    .focus .D1fBt a {
        position: relative;
        display: inline;
        width: 12px;
        height: 12px;
        border-radius: 7px;
        margin: 0 5px;
        color: #B0B0B0;
        font: 12px/15px "\5B8B\4F53";
        text-decoration: none;
        text-align: center;
        outline: 0;
        float: left;
        background: #D9D9D9;
    }

        .focus .D1fBt .current, .focus .D1fBt a:hover {
            background: #fc114a;
        }

    .focus .D1fBt img {
        display: none
    }

    .focus .D1fBt i {
        display: none;
        font-style: normal;
    }

    .focus .prev, .focus .next {
        position: absolute;
        width: 40px;
        height: 74px;
        background: url(../images/focus_btn.png) no-repeat;
    }

    .focus .prev {
        top: 50%;
        margin-top: -37px;
        left: 0;
        background-position: 0px -74px !important;
        cursor: pointer;
    }

    .focus .next {
        top: 50%;
        margin-top: -37px;
        right: 0;
        background-position: -40px -74px;
        cursor: pointer;
    }

    .focus .prev:hover {
        background-position: 0 0;
    }

    .focus .next:hover {
        /*background-position: -50px 0;*/
    }


.banner {
    width: 1903px;
    overflow: hidden;
    position: relative
}

.banner_inner {
    position: relative;
    height: 425px;
    /*width: 990px;*/
    margin: 0 auto
}

.banner_img {
    width: 20000px
}

    .banner_img li {
        float: left;
        width: 1903px;
        position: relative
    }

        .banner_img li.bgli01 {
            background: #2a95bb url(../images/1-0.png) center no-repeat;
        }

        .banner_img li.bgli02 {
            background: #E8E8E8 url(../images/2-0.png) center no-repeat;
        }

        .banner_img li.bgli03 {
            background: #d63356 url(../images/3-0.png) center no-repeat;
        }

        .banner_img li.bgli04 {
            background: #0a7ba4 url(../images/4-0.png) center no-repeat;
        }

.banner .child1 {
    position: absolute;
    width: 1903px;
    height: 425px;
    /*left: 66px;*/
    top: 0
}

.banner .child2 {
    position: absolute;
    width: 654px;
    height: 425px;
    left: 343px;
    top: 0
}

.banner_common {
    position: relative;
    width: 990px;
    margin: 0 auto
}

.banner_pre {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 180px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: url(../images/banner_btn_l_24.png) no-repeat;
    opacity: .5;
    filter: alpha(opacity=50)
}

.banner_next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: 180px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: url(../images/banner_btn_r_24.png) no-repeat;
    opacity: .5;
    filter: alpha(opacity=50)
}

    .banner_pre:hover, .banner_next:hover {
        opacity: 1;
        filter: alpha(opacity=100)
    }

.banner .control {
    width: 130px;
    position: absolute;
    top: 393px;
    left: 50%;
    margin-left: -40px
}

    .banner .control li {
        float: left;
        margin-left: 10px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        cursor: pointer;
        background: #fff
    }

        .banner .control li a {
            display: none
        }

        .banner .control li.current {
            background: #ff7f02
        }

/* author  yi fan li by 2023/09/11 */

@media (max-width:570px) {
    .focus {
        position: absolute;
        width: 92%;
        height: 250px;
        background-color: #000;
        box-sizing: border-box;
        display: block
    }
        .focus img {
            width: 100%;
            height: 250px;
            margin-top: 0px;
        }
        .focus .fbg div {
            margin: 24px auto 0;
            overflow: hidden;
            zoom: 1;
            height: 14px
        }
        .focus .shadow {
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0px;
            z-index: 10;
            height: 50px;
            line-height: 50px;
            /*background: rgba(0, 0, 0, 0.6);*/
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000') \9;
            display: block;
            text-align: left;
            margin-left: 10px;
        }

            .focus .shadow a {
                text-decoration: none;
                color: #fff;
                font-size: 16px;
                overflow: hidden;
                margin-left: 10px;
                font-family: Arial, Helvetica, sans-serif;
                font-weight: normal;
                white-space: inherit;
            }
}