/*public css*/
@font-face {

font-family: puhui-light; /* 自定义字体名称 */

src: url('https://ziti.dongbaqu.com/Alibaba-PuHuiTi-Light.ttf') format('truetype');
}

* {
    margin: 0px;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
    color: #000000;
}

input, textarea {
    outline: medium;
}

textarea {
    outline: medium;
}

body {
    font-family: 'puhui-light';
    background: #f2f2f2;
}

ul li {
    list-style: none;
}



.clear_float {
    height: 0px;
    clear: both;
    display: block;
}

.container {
    width: 1600px;
    margin: 0 auto;
    position: relative;
}

input[type=text] {
    font-family: "puhui-light";
}
/*end*/
.header {
    height: 120px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: #626262 0 0 10px;
}

    .header .top .logo {
        display: block;
        float: left;
        display: flex;
        justify-content: space-between;
        margin-top: 11px;
    }

    .header .top .right {
        float: right;
        margin-top: 20px;
    }

        .header .top .right .rx {
            color: #bc0000;
            font-size: 18px;
            font-weight: bold;
            line-height: 32px;
            margin-right: 22px;
            float: left;
        }

            .header .top .right .rx img {
                vertical-align: bottom;
                margin-right: 8px;
            }

        .header .top .right .a {
            float: left;
            display: block;
            width: 70px;
            height: 23px;
            border: 1px solid #fff;
            color: #474747;
            font-size: 16px;
            font-family: Arial;
            border-radius: 2px;
            margin-left: 6px;
            text-align: center;
            line-height: 23px;
            margin-top: 3px;
        }

        .header .top .right .xz {
            border: 1px solid #bc0000;
            color: #bc0000;
        }
    /*.header .top .right .a:hover {border:1px solid #bc0000;color:#bc0000;
        }*/

    .header .nav .mainMenu {
        display: flex;
        justify-content: space-between;
    }

        .header .nav .mainMenu > li > a {
            display: block;
            color: #474747;
            font-size: 16px;
            height: 44px;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            justify-content: center;
            text-align: center;
            width: 96%;
            padding: 0 2%;
            position: relative;
            overflow: hidden;
            text-transform: capitalize;
        }

        .header .nav .mainMenu > li .xz {
            background: #a3c41d;
            color: #fff;
        }

        .header .nav .mainMenu > li a:hover {
            background: #a3c41d;
            color: #fff;
        }


        .listnavthree {
            position: absolute;
            left: 176px;
            top: 0;
            width: 100%;
            display: none;
        }
        .header .nav .mainMenu > li:nth-child(3) li:hover .listnavthree{display:block;}
    /*.header .nav*/


    .header .nav {
        margin-top: 16px;
    }

        .header .nav .mainMenu > li {
            position: relative;
            overflow: hidden;
            width: 11%;
            height: 44px;
        }

            .header .nav .mainMenu > li .bkg {
                position: absolute;
                left: 0;
                z-index: 2;
                width: 100%;
                height: 100%;
                display: block;
                top: 100%;
                background-color: #a3c41d;
                -webkit-transition: top 200ms;
                -moz-transition: top 200ms;
                transition: top 200ms;
                z-index: -1;
            }

        .header .nav .sub_nav {
            position: absolute;
            width: 100%;
            left: 0;
            top: 44px;
            padding: 8px 0;
            -webkit-transition: all 1s;
            -ms-transition: all 1s;
            -moz-transition: all 1s;
            transition: all 1s;
        }

            .header .nav .sub_nav a {
                display: block;
                font-size: 14px;
                line-height: 26px;
                text-align: center;
                color: #fff;
                background: rgba(163,196,29,0.6);
                padding: 8px 8px;
                border-top: 1px solid #fff;
                text-transform:capitalize
            }

            .header .nav .sub_nav li {
                min-width: 100%;
            }

.sub_nav ul {
    background: rgba(163,196,29,0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.header .mainMenu > li:hover .bkg {
    top: 0;
    color: #fff;
}

.header .mainMenu > li:hover a {
    color: #fff;
}

.slideBox {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 120px;
}

    .slideBox .hd {
        height: 5%;
        overflow: hidden;
        position: absolute;
        right: 3.125%;
        bottom: 5px;
        z-index: 2;
    }

.header .mainMenu > li:hover .sub_nav {
    bottom: initial;
    top: 44px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.header .mainMenu > li:hover {
    overflow: initial;
}

.slideBox .bd {
    position: relative;
    width: 100%;
    z-index: 1;
    height: 100%;
}

    .slideBox .bd ul {
        width: 100%;
        height: 100%;
    }

    .slideBox .bd li {
        zoom: 1;
        vertical-align: middle;
        width: 100%;
        height: 100%;
    }

        .slideBox .bd li .div {
            display: block;
            width: 100%;
            margin: 0 auto;
            height: 100%;
            position: relative;
        }

.tempWrap {
    width: 100%;
}

.slideBox .bd li .div img {
    display: block;
    width: 100%;
}

.slideBox .bd li .container {
    position: absolute;
    left: 8.1%;
    top: 51.5%;
    margin-top: 98PX;
}

.slideBox .bd li .con { /*position:absolute;left:8.1%;margin-left:176px;*/ /*top:51.5%;margin-top:88px;*/
}

    .slideBox .bd li .con .tit {
        font-size: 2vw;
        margin-bottom: 10px;
        color: #fff;
    }

    .slideBox .bd li .con .p {
        color: #fff;
        font-size: 24px;
        line-height: 32px;
        font-size: 1vw;
    }

    .slideBox .bd li .con a {
        height: 28px;
        width: 70px;
        background: url(../image/banner_more.png) bottom right no-repeat;
        display: block;
        font-size: 14px;
        font-family: Arial;
        color: #fff;
        line-height: 28px;
    }





/*.header .nav .mainMenu > li:last-child {
    width: 8%;
}*/

/*.header .nav .mainMenu > li:last-child > a {
        width: 100%;
    }*/



/*.header .nav .mainMenu li:last-child .sub_nav ul {
    width: 100%;
}*/


.slideBox .prev, .slideBox .next {
    overflow: hidden;
    cursor: pointer;
    background: url(../image/ind_btn1.png) no-repeat;
    background-position: 0 0;
    position: absolute;
    width: 45px;
    height: 45px;
    z-index: 3;
    left: 8.1%;
    top: 51.5%;
}

.slideBox .next {
    z-index: 3;
    left: 8.1%;
    background-position: -55px -55px;
    margin-left: 50px;
}

.slideBox .prev:hover {
    display: block;
    background-position: -55px 0;
}

.slideBox .next:hover {
    display: block;
    background-position: 0 -55px;
}


/* Button */
.button {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
}

.button--view {
    position: absolute;
    z-index: 100;
    bottom: 50px;
    left: 50%;
    width: 3em;
    height: 67px;
    margin: 0 0 0 -1.5em;
    -webkit-animation: pointDown 0.6s 0.6s ease-in infinite alternate forwards;
    animation: pointDown 0.6s 0.6s ease-in infinite alternate forwards;
    fill: #fff;
}

@-webkit-keyframes pointDown {
    from {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes pointDown {
    from {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.button--view path {
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
    fill: inherit;
}

.ind_son {
    height: 170px;
    width: 100%;
    background: #f6f6f6;
}

    .ind_son .kk {
        flex-flow: wrap row;
        width: 26%;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .ind_son .container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .ind_son .kk img {
    }

    .ind_son .kk strong {
        font-size: 66px;
        color: #a3c41d;
    }

    .ind_son .kk .p {
        font-size: 14px;
        color: #a3c41d;
    }

    .ind_son .kk p {
        font-size: 14px;
        color: #474747;
        margin-top: -10px;
    }

    .ind_son .shu {
        height: 100px;
        width: 1px;
        background: #d9e5aa;
    }

.ind_min {
    background: #fff;
}

.ind_tit {
    height: 1px;
    width: 100%;
    background: #c8e3b2;
    position: relative;
    margin-top: 50px;
    margin-bottom: 16px;
}

    .ind_tit .text {
        color: #474747;
        letter-spacing: 3px;
        font-size: 34px;
        width: 200px;
        background: url(../image/ind_tit_03.png) #fff;
        line-height: 36px;
        height: 36px;
        text-align: center;
        font-weight: bold;
        position: absolute;
        top: -18px;
        left: 50%;
        margin-left: -100px;
    }

   

.ind_news {
}


.tabBox .hd ul {
    display: flex;
    justify-content: center;
}

    .tabBox .hd ul li a {
        display: block;
        height: 32px;
        text-align: center;
        line-height: 32px;
        border-radius: 2px;
        color: #474747;
        font-size: 18px;
        margin: 0 13px;
        padding: 0 15px;
    }

.tabBox {
    margin: 40px auto;
    margin-bottom: 80px;
}

    .tabBox .hd ul .on {
        background: #a3c41d;
        color: #fff;
    }

    .tabBox .hd ul li:hover a {
        background: #a3c41d;
        color: #fff;
    }

    .tabBox .bd ul li .left {
        background: #f5f5f5;
        width: 49.4%;
        float: left;
        position: relative;
        min-height:505px;
    }

        .tabBox .bd ul li .left .top {
            display: block;
            width: 94.33962264150943%;
            margin: 0 auto;
            border-bottom: 1px solid #ffffff;
            padding: 27px 0;
        }

            .tabBox .bd ul li .left .top .tit {
                color: #474747;
                font-size: 18px;
                font-weight: bold;
                line-height: 35px;
            }

            .tabBox .bd ul li .left .top .time {
                color: #474747;
                font-size: 12px;
                padding: 16px 0;
            }

        .tabBox .bd ul li .left .p {
            color: #474747;
            font-size: 14px;
            line-height: 20px;
        }

        .tabBox .bd ul li .left .more {
            margin-top: 20px;
            width: 98px;
            height: 28px;
            text-align: center;
            line-height: 28px;
            border: 1px solid #bc0000;
            color: #bc0000;
            font-size: 14px;
        }

    .tabBox .bd {
        margin-top: 20px !important;
    }

        .tabBox .bd ul li .left .top .kk {
            width: 92.666666%;
            margin: 0 auto;
        }

        .tabBox .bd ul li .left .bottom_kk {
            width: 87.42138364779874%;
            margin: 0 auto;
            padding: 17px 0 44px 0;
        }

        .tabBox .bd ul li .left .li {
            display: block;
            color: #474747;
            font-size: 14px;
            line-height: 36px;
            display: flex;
            justify-content: space-between;
        }

            .tabBox .bd ul li .left .li .tit {
                width: 81.58273381294964%;
            }

            .tabBox .bd ul li .left .li .time {
            }

            .tabBox .bd ul li .left .li:hover .tit {
                color: #bc0000;
            }

            .tabBox .bd ul li .left .li:hover .time {
                color: #bc0000;
            }

        .tabBox .bd ul li .left .more1 {
            display: block;
            height: 35px;
            width: 80px;
            border-radius: 2px;
            background: #a3c41d;
            text-align: center;
            line-height: 35px;
            color: #fff;
            position: absolute;
            bottom: -17px;
            left: 50px;
        }

        .tabBox .bd ul li {
            display: flex;
            justify-content: space-between;
        }

            .tabBox .bd ul li > a {
                display: block;
                height: 100%;
                width: 100%;
            }



.slideBox1 {
    width: 49.4%;
    overflow: hidden;
    position: relative;
    float: right;
    display: flex;
}

    .slideBox1 .hd {
        position: absolute;
        right: 3.125%;
        bottom: 18px;
        z-index: 2;
    }

    .slideBox1 .bd {
        position: absolute;
        width: 100%;
        z-index: 1;
        height: 100%;
        margin-top: 0 !important;
        left: 0;
        top: 0;
    }

        .slideBox1 .bd ul {
            width: 100%;
            height: 100%;
        }

        .slideBox1 .bd li {
            zoom: 1;
            vertical-align: middle;
            width: 100%;
            height: 100%;
        }

            .slideBox1 .bd li .div {
                display: block;
                width: 100%;
                margin: 0 auto;
                height: 100%;
                position: relative;
            }

                .slideBox1 .bd li .div .cover {
                    position: absolute;
                    height: 60px;
                    width: 100%;
                    background: rgba(0,0,0,0.65);
                    bottom: 0;
                    left: 0;
                }

    .slideBox1 .prev, .slideBox1 .next {
        overflow: hidden;
        cursor: pointer;
        background: url(../image/ind_btn2.png) no-repeat;
        background-position: 0 0;
        position: absolute;
        width: 45px;
        height: 45px;
        z-index: 3;
        top: 51.5%;
    }

    .slideBox1 .next {
        z-index: 3;
        right: 0;
        background-position: -55px -55px;
    }

    .slideBox1 .prev {
        left: 0;
    }

        .slideBox1 .prev:hover {
            display: block;
            background-position: -55px 0;
        }

    .slideBox1 .next:hover {
        display: block;
        background-position: 0 -55px;
    }

    .slideBox1 .bd li .div .cover .bt {
        width: 78.715365%;
        line-height: 60px;
        text-indent: 30px;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
    }

    .slideBox1 .hd ul li {
        float: left;
        margin: 0 7px;
        width: 10px;
        height: 10px;
        line-height: 14px;
        text-align: center;
        background: #fff;
        cursor: pointer;
        border-radius: 10px;
    }

        .slideBox1 .hd ul li.on {
            color: #fff;
            background: url(../image/inde_png_72.png);
            width: 19px;
            height: 19px;
            margin-top: -5px;
        }



.ind_fangan {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

    .ind_fangan .kk {
        display: block;
        width: 18.64512119328776%;
        position: relative;
    }
    

        .ind_fangan .kk .cover {
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.4);
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            align-items: center;
        }

        .ind_fangan .kk .img {
            display: block;
            width: 100%;
        }

        .ind_fangan .kk .tb {
            margin-bottom: 29px;
        }

        .ind_fangan .kk .jt {
            display: none;
        }

        .ind_fangan .kk:hover .cover {
            background: rgba(163,196,29,0.85);
            justify-content: center;
        }

        .ind_fangan .kk:hover .jt {
            display: block;
        }

        .momore .cover {
            background: rgba(163,196,29,0.85) !important;
            justify-content: center !important;
        }

        .momore .cover .jt {
            display:block;
        }

        .momore .cover p {
        margin-bottom:30px;
        font-size:24px;
        font-weight:bold;
        color:#fff;
    }

.ind_anli {
    min-height: 530px;
    width: 1594px;
    background: url(../image/ind_jpg_22.jpg) center no-repeat;
    background-size: cover;
    padding-top: 70px;
    margin: 50px auto;
}

    .ind_anli .ind_tit {
        height: 36px;
        margin-top: 0;
    }

        .ind_anli .ind_tit .text {
            background: none;
            color: #fff;
            top: 0;
        }

    .ind_anli .list {
        display: flex;
        justify-content: space-around;
        margin-top: 100px;
    }

        .ind_anli .list .kk {
            display: block;
            width: 20%;
        }

            .ind_anli .list .kk .img1 {
                display: block;
                margin: 0 auto;
            }

            .ind_anli .list .kk .img2 {
                display: none;
                margin: 0 auto;
            }

            .ind_anli .list .kk .tit {
                color: #fff;
                font-size: 14px;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-wrap: wrap;
                width: 70%;
                padding: 0 5%;
                margin: 0 auto;
                border: 1px solid #9fadb7;
                border-radius: 40px;
                margin-top: 24px;
                height: 80px;
                text-align: center;
                text-transform: capitalize;
            }

            .ind_anli .list .kk:hover .img1 {
                display: none;
            }

            .ind_anli .list .kk:hover .img2 {
                display: block;
            }

            .ind_anli .list .kk:hover .tit {
                background: #a3c41d;
                border: 1px solid #a3c41d;
            }



.slideBox2 {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 52px;
}

    .slideBox2 .hd {
        height: 5%;
        overflow: hidden;
        position: absolute;
        right: 3.125%;
        bottom: 5px;
        z-index: 2;
    }

    .slideBox2 .bd {
        position: relative;
        width: 100%;
        z-index: 1;
        height: 100%;
        margin-top: 0 !important;
    }

        .slideBox2 .bd ul {
            width: 82.34928%;
            height: 100%;
            margin: 0 auto;
        }

        .slideBox2 .bd li {
            zoom: 1;
            vertical-align: middle;
            width: 100%;
            height: 100%;
        }

            .slideBox2 .bd li .div {
                display: block;
                width: 100%;
                margin: 0 auto;
                height: 500px;
                position: relative;
            }

    .slideBox2 .prev, .slideBox2 .next {
        overflow: hidden;
        cursor: pointer;
        background: url(../image/ind_btn3.png) no-repeat;
        background-position: 0 0;
        position: absolute;
        width: 51px;
        height: 48px;
        z-index: 3;
        top: 50%;
        margin-top: -24px;
    }

    .slideBox2 .next {
        z-index: 3;
        right: 0;
        background-position: -59px -52px;
    }

    .slideBox2 .prev {
        left: 0;
    }

        .slideBox2 .prev:hover {
            display: block;
            background-position: -59px 0;
        }

    .slideBox2 .next:hover {
        display: block;
        background-position: 0 -52px;
    }

    .slideBox2 .bd li .kk {
        cursor: pointer;
        display: block;
        width: 22.2641509433%;
        height: 145px;
        border: 1px solid #eeeeee;
        text-align: center;
        border-radius: 2px;
        margin-right: 3%;
        margin-bottom: 40px;
        float: left;
        line-height: 145px;
    }

        .slideBox2 .bd li .kk img {
            max-height: 90%;
            max-width: 90%;
            vertical-align: middle;
            opacity: 0.8;
        }

        .slideBox2 .bd li .kk:nth-child(4n) {
            margin-right: 0;
        }

.tempWrap {
    margin: 0 auto;
}

.slideBox2 .bd li .kk:hover img {
    opacity: 1;
}

.bot_rz {
    width: 100%;
    background: #bc0000;
    padding: 19px 0;
}

    .bot_rz .kk {
        width: 1315px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-flow: wrap row;
    }

        .bot_rz .kk img {
            display: block;
            float: left;
        }

.bot_hh {
    background: #efefef;
    width: 100%;
    position: relative;
}

    .bot_hh .kk {
        width: 1350px;
        margin: 0 auto;
        border-bottom: 1px solid #fff;
        display: flex;
        justify-content: space-between;
        flex-flow: row wrap;
        padding: 30px 0;
    }

        .bot_hh .kk .k1 {
            text-align: center;
            color: #474747;
            font-size: 14px;
        }

            .bot_hh .kk .k1 p, .bot_hh .kk .k1 a {
                margin-top: 15px;
                text-align: center;
                color: #474747;
                font-size: 13px;
                display: block;
            }

            .bot_hh .kk .k1 a {
                margin-top: 0;
            }

.bot_fx {
    text-align: center;
    color: #474747;
    line-height: 22px;
    padding: 30px 0;
    display: flex;
    justify-content: center;
}

    .bot_fx a {
        margin-left: 18px;
    }

        .bot_fx a img {
            vertical-align: sub;
        }

.bot_ewm .ewm {
    float: left;
    text-align: center;
    float: left;
}

.bot_ewm {
    width: 690px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

    .bot_ewm .ewm p {
        text-align: center;
        color: #474747;
        font-size: 12px;
        line-height: 30px;
    }

.footer {
    padding-bottom: 16px;
    margin-top: 14px;
    display: flex;
    justify-content: center;
    color: #474747;
    font-size: 12px;
    line-height: 32px;
}

.yqlj {
    width: 180px;
    float: right;
    position: relative;
    margin-right: 28px;
}

.yl1 {
    width: 180px;
    height: 32px;
    cursor: pointer;
    border: 1px solid #626262;
}

.yl11 {
    width: 148px;
    height: 32px;
    float: left;
    text-align: center;
    color: #474747;
    font-size: 12px;
    text-align: center;
    line-height: 32px;
    border-right: 1px solid #474747;
}

.yl12 {
    width: 30px;
    height: 32px;
    float: right;
    background: url(../image/inde_png_218.png) no-repeat center;
}

.yqlj ul {
    position: absolute;
    bottom: 33px;
    left: 0;
    width: 148px;
    border: 1px solid #626262;
}

    .yqlj ul li {
        height: 28px;
        line-height: 28px;
        width: 148px;
        text-indent: 12px;
        border-bottom: 1px dashed #cecdcd;
    }

        .yqlj ul li a {
            color: #474747;
            font-size: 12px;
            display: block;
        }

        .yqlj ul li:last-child {
            border: none;
        }

.son_banner {
    margin-top: 120px;
}

    .son_banner img {
        width: 100%;
        display: block;
    }

.son_con {
    background: #fff;
}

.about {
    margin: 60px auto 80px auto !important;
}

    .about .img {
        display: block;
        float: left;
        width: 25%;
    }

    .about .right {
        width: 75%;
        float: right;
    }

    .about .con {
        width: 90%;
        margin: 0 auto;
    }

        .about .con .com_name {
            color: #474747;
            font-size: 24px;
            margin: 48px 0 18px 0;
        }

        .about .con .heng {
            width: 35px;
            height: 3px;
            background: #a3c41d;
            margin-bottom: 18px;
        }

        .about .con .text {
            color: #474747;
            font-size: 14px;
            line-height: 25px;
            padding-bottom: 30px;
        }

            .about .con .text p {
                color: #474747;
                font-size: 14px;
                line-height: 25px;
                padding: 5px 0;
                text-indent: 2em;
            }

.licheng_kk {
    width: 1080px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 80px;
}

    .licheng_kk .xian {
        height: 100%;
        width: 1px;
        background: #e5e5e5;
        position: absolute;
        left: 208px;
    }

        .licheng_kk .xian .top {
            width: 17px;
            height: 17px;
            background: url(../image/licheng_03.png);
            position: absolute;
            left: -8px;
            top: -17px;
        }

        .licheng_kk .xian .t {
            width: 400px;
            color: #bc0000;
            font-size: 24px;
            position: absolute;
            left: -84px;
            top: -62px;
        }

    .licheng_kk .list {
        padding-top: 75px;
    }

        .licheng_kk .list .kk img {
            display: block;
            float: left;
            width: 130px;
            height: 130px;
            border-radius: 65px;
        }

        .licheng_kk .list .kk .right {
            width: 794px;
            float: left;
            margin-left: 147px;
            position: relative;
            margin-top: 22px;
        }

            .licheng_kk .list .kk .right .year {
                font-size: 40px;
                font-weight: bold;
                color: #474747;
                font-family: Arial;
                float: left;
            }

            .licheng_kk .list .kk .right .text {
                margin-top: 5px;
                float: left;
                margin-left: 80px;
                max-width:600px;
            }

                .licheng_kk .list .kk .right .text p {
                    color: #474747;
                    font-size: 14px;
                    line-height: 25px;
                }

            .licheng_kk .list .kk .right .year span {
                left: -77px;
                top: 22px;
                display: block;
                width: 17px;
                height: 17px;
                background: url(../image/licheng_09.png);
                position: absolute;
            }

.licheng {
    padding-top: 90px;
    padding-bottom: 120px;
}

.licheng_kk .list .kk {
    padding-bottom: 44px;
}

.son_tit {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #474747;
    font-size: 24px;
    background: url(../image/rongyu_03.png) center no-repeat;
}

.rongyu {
    margin: 60px auto !important;
}

.flex-slider {
    overflow: hidden;
    position: relative;
    margin: 20px auto;
    background: #fff;
    padding: 40px 0;
}

.fsDgn ul {
    display: flex;
    flex-wrap: wrap;
}

.grid {
    text-align: left;
}

.nbs-flexisel-container {
    position: relative;
    width: 90.1181%;
    margin: 0 auto;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
    overflow: hidden;
}

.flex-slider .cover {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.flex-slider .cover_colorl {
    background: rgba(0,152,220,0.8);
}

.flex-slider .cover .img {
    margin-top: 19.81132075471698%;
}

.flex-slider .cover strong {
    font-size: 24px;
    line-height: 4.6rem;
}

.flex-slider .cover p {
    font-size: 16px;
    line-height: 24px;
    width: 71.76470588235294%;
    display: inline-block;
}

.flex-slider .cover .more {
    width: 29px;
    height: 29px;
    background: url(https://www.chinawindenergy.com/img/ind_png_55.png);
    display: inline-block;
    margin-top: 6.60377358490566%;
}

.flex-slider .cover_colorr {
    background: rgba(231,69,51,0.8);
}

.flex-slider .cover_colory {
    background: rgba(234,154,0,0.8);
}

.flex-slider .pic {
    margin: 0 8px;
    position: relative;
    overflow: hidden;
}

    .flex-slider .pic:hover .ind_img {
        -webkit-transform: matrix(1.2, 0, 0, 1.2, 0, 0);
        -ms-transform: matrix(1.2, 0, 0, 1.2, 0, 0);
        -moz-transform: matrix(1.2, 0, 0, 1.2, 0, 0);
        transform: matrix(1.2, 0, 0, 1.2, 0, 0);
        -webkit-transition: all 2s;
        -ms-transition: all 2s;
        -moz-transition: all 2s;
        transition: all 2s;
    }




    .flex-slider .pic .img {
        -moz-transition: all 2s;
        -ms-transition: all 2s;
        -webkit-transition: all 2s;
        -o-transition: all 2s;
        transition: all 2s;
    }

    .flex-slider .pic:hover .img {
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
        -moz-transition: all 2s;
        -ms-transition: all 2s;
        -webkit-transition: all 2s;
        -o-transition: all 2s;
        transition: all 2s;
    }

.flex-slider .tit {
    line-height: 28px;
    font-size: 16px;
    color: #474747;
    text-align: center;
    padding: 15px 0;
}

.rongyu_zs {
    margin-top: 45px;
}

    .rongyu_zs .flex-slider {
        padding: 100px 0 80px 0;
    }

.flex-slider.honor1 .pic {
    aspect-ratio: 377 / 551;
}
.flex-slider.honor2 .pic {
    aspect-ratio: 511 / 379;
}
.flex-slider .pic img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}











.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 30px!important;
    height: 70px!important;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    margin-top: -0em;
    /*background: url(../img/rongyu_btn.png) no-repeat;*/
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
}


.ind_news_list .kk:last-child {
    border-right: none;
}

.nbs-flexisel-nav-left {
    left: 0;
    top: -105px;
    background: url(../image/news_jt_l.jpg) no-repeat!important;
}

.nbs-flexisel-nav-right {
    right: 0;
    background: url(../image/news_jt_r.jpg) no-repeat!important;
}

.nbs-flexisel-nav-left:hover {
    background-position: -26px 0;
}

.nbs-flexisel-nav-right:hover {
    background-position: 0px -37px;
}

.hezuo .son_tit {
    background: url(../image/son_titbj1.png) center no-repeat;
    margin-bottom: 40px;
}

.hezuo {
    padding-top: 60px;
}

    .hezuo .tit {
        color: #bc0000;
        font-size: 18px;
        text-align: center;
        line-height: 50px;
    }

    .hezuo .p {
        width: 96%;
        text-align: center;
        color: #474747;
        font-size: 14px;
        line-height: 25px;
        margin: 0 auto;
    }



.part1 {
    height: auto;
    display: flex;
    align-items: center;
}

    .part1 ul {
        width: 1290px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

        .part1 ul li {
            margin: 0 5px;
            height: 239px;
            width: 207px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

            .part1 ul li a {
                position: absolute;
                display: flex;
                justify-content: center;
                align-items: center;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

.part2 {
    height: auto;
    display: flex;
    align-items: center;
    margin-top: -50px;
    margin-bottom: -50px;
}

    .part2 ul {
        width: 1507px;
        height: auto;
        display: flex;
        align-items: center;
        margin: 0 auto;
    }

        .part2 ul li {
            margin: 0 5px;
            height: 239px;
            width: 207px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

            .part2 ul li a {
                position: absolute;
                display: flex;
                justify-content: center;
                align-items: center;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

/*.bgi1 {
    background: url(/img/huoban_07.png) no-repeat center;
    background-size: 100% 100%;
}*/

.bgi2 {
    background: url(https://www.chinawindenergy.com/img/bgi2.png) no-repeat center;
    background-size: 100% 100%;
}

.parlist {
    margin: 60px auto 80px auto;
}

.fengli .fsFssHeadNav ul li {
    width: 16.66666666%;
}

.fengli .son_con {
    padding-bottom: 118px;
}
.fengli .son_con table {
    margin: auto!important;
    text-align: center;
}
.fengli .son_con p img {
    margin: auto!important;
    display: block;
}

.fengli {
    margin-top: 60px !important;
    margin-bottom: 80px !important;
}

    .fengli .tit {
        padding: 50px 0 35px 0;
        text-align: center;
        color: #474747;
        font-size: 24px;
        line-height: 50px;
    }

    .fengli .con {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10%;
        margin: 0 auto;
        background: #fff;
        padding-bottom: 50px;
    }
.fengli .con table {
    margin: auto;
}
.fengli .con img {
    display: block;
    margin: auto!important;
}

    .fengli .jianjie {
        color: #474747;
        font-size: 14px;
        line-height: 25px;
        padding-bottom: 40px;
        display: flex;
        align-items: center;
    }

        .fengli .jianjie p span {
            font-weight: bold;
        }

.fssAdd {
    display: flex;
    margin: 10px auto;
    flex-wrap: wrap;
}

    .fssAdd p {
        font-size: 14px;
        width: 25%;
        text-align: left;
        line-height: 30px;
    }

.fengli .son_fl {
    height: 64px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 58px;
    background: #fff;
    padding-top: 5px;
}

    .fengli .son_fl ul {
        display: flex;
        justify-content: center;
    }

        .fengli .son_fl ul li a {
            position: relative;
            display: block;
            padding: 0 24px;
            line-height: 45px;
            height: 45px;
            text-align: center;
            color: #474747;
            font-size: 18px;
            margin: 0 22px;
        }

            .fengli .son_fl ul li a span {
                border-radius: 9px;
                width: 9px;
                height: 9px;
                display: block;
                background: #dcdcdc;
                position: absolute;
                bottom: -24px;
                left: 50%;
                margin-left: -5px;
            }

        .fengli .son_fl ul li .xz {
            background: #fff;
            border-radius: 2px;
            color: #a3c41d;
            border: 2px solid #a3c41d;
            margin-top: -2px;
            padding: 0 22px;
        }

            .fengli .son_fl ul li .xz span {
                background: url(../image/fengli_jt.png);
                bottom: -24px;
                left: 50%;
                margin-left: -9px;
                border-radius: 0;
                width: 18px;
                height: 24px;
            }

            .fengli .son_fl ul li .xz:hover {
                border-color: #bc0000;
            }

                .fengli .son_fl ul li .xz:hover span {
                    background: url(../image/fengli_jt2.png);
                }

        .fengli .son_fl ul li a:hover {
            background: #fff;
            border-radius: 2px;
            color: #a3c41d;
            border: 2px solid #a3c41d;
            margin-top: -2px;
            padding: 0 22px;
        }

            .fengli .son_fl ul li a:hover span {
                background: url(../image/fengli_jt.png);
                bottom: -24px;
                left: 50%;
                margin-left: -9px;
                border-radius: 0;
                width: 18px;
                height: 24px;
            }

.fengdian_tit {
    width: 226px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: url(../image/fengli_22.png);
    margin: 64px auto 0 auto;
    color: #fff;
    font-size: 16px;
}


.son_tit_fd {
    text-align: center;
    color: #bc0000;
    font-size: 24px;
    margin-top: 40px;
    padding-bottom: 16px;
}

.fengdian_jbxx {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

    .fengdian_jbxx .kk p {
        color: #474747;
        font-size: 14px;
        line-height: 30px;
    }

.fengdian_jbxx_img {
    text-align: center;
}

.fd_xian {
    height: 1px;
    width: 100%;
    margin-top: 47px;
    background: #dcdcdc;
}

.rzbg {
    display: flex;
    justify-content: center;
}

    .rzbg .kk {
        text-align: center;
        padding: 0 10px;
        margin-top: 12px;
    }

        .rzbg .kk p {
            color: #474747;
            font-size: 14px;
            line-height: 48px;
        }

.fengli .con .text p {
    color: #474747;
    font-size: 14px;
    line-height: 25px;
}

.yylingyu {
    display: flex;
    flex-flow: row wrap;
}

    .yylingyu .kk {
        padding: 40px 0 0 0;
        text-align: center;
        width: 12.5%;
    }

        .yylingyu .kk p {
            text-align: center;
            color: #474747;
            font-size: 16px;
            line-height: 36px;
        }

.jcfa {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

    .jcfa a {
        border-radius: 10px;
        display: flex;
        width: 19.857%;
        height: 178px;
        border: 1px solid #c9c9c9;
        margin: 0 20px;
    }

    .jcfa .kk {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

        .jcfa .kk .img2 {
            display: none;
        }

        .jcfa .kk p {
            color: #474747;
            font-size: 15px;
            margin-top: 16px;
            text-align: center;
        }

        .jcfa .kk:hover .img1 {
            display: none;
        }

        .jcfa .kk:hover .img2 {
            display: block;
        }

        .jcfa .kk:hover p {
            color: #a3c41d;
        }

    .jcfa a:hover {
        border: 1px solid #a3c41d;
    }

.fengdian_anli {
    justify-content: center;
    display: flex;
    margin-top: 40px;
}

    .fengdian_anli a {
        width: 22.857%;
        max-height: 360px;
        overflow: hidden;
        padding: 0 16px;
    }

        .fengdian_anli a img {
            width: 100%;
        }

    .fengdian_anli .kk {
        padding: 0 10px;
    }

.fengdian_more {
    display: block;
    line-height: 33px;
    text-align: center;
    border: 1px solid #a3c41d;
    border-radius: 20px;
    margin: 60px auto 0 auto;
    width: 278px;
    color: #a3c41d;
    font-size: 16px;
}

    .fengdian_more img {
        vertical-align: middle;
        margin-right: 8px!important;
        display: inline!important;
    }

.diankong .fsFssHeadNav ul li {
    width: 20%;
}

.diankong_con {
    width: 1200px;
    margin: 0 auto;
    padding: 55px 0 110px 0;
    margin-bottom: 80px !important;
}

    .diankong_con .tit {
        text-align: center;
        color: #474747;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .diankong_con .img {
        width: 680px;
        height: 470px;
        border: 1px solid #dcdcdc;
        margin: 0 auto;
        line-height: 470px;
        text-align: center;
    }

        .diankong_con .img img {
            max-height: 90%;
            max-width: 90%;
            vertical-align: middle;
        }

    .diankong_con .text p {
        color: #474747;
        font-size: 14px;
        line-height: 30px;
    }

    .diankong_con .text {
        color: #474747;
        font-size: 14px;
        line-height: 30px;
        margin-top: 30px;
    }

.diankong {
    margin-top: 60px !important;
}

.jscxd p {
    color: #474747;
    font-size: 14px;
    line-height: 24px;
}

.jscxd {
    padding: 20px 0;
}


.pp {
    position: fixed;
    top: 120px;
    left: 8.6%;
    width: 86.4%;
}



.jichengD_top {
    margin-bottom: 40px;
    height: 60px;
    background: #a3c41d;
    position: relative;
    line-height: 70px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

    .jichengD_top .tb {
        width: 120px;
        height: 60px;
        border-radius: 60px 60px 0 0;
        background: #a3c41d;
        text-align: center;
        line-height: 120px;
        position: absolute;
        left: 50%;
        margin-left: -60px;
        top: -100%;
    }



.jichengD_back {
    float: right;
    margin-bottom: 12px;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #bc0000;
    border-radius: 20px;
    font-size: 16px;
}

.jichengD .jichengD_back {
    opacity: 0;
}

.jichengD_back img {
    vertical-align: middle;
    margin-right: 10px;
}

.xtsm .img {
    width: 92%;
    margin: 40px auto 0 auto;
    border: 1px solid #dcdcdc;
    max-height: 620px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .xtsm .img img {
        max-height: 96%;
        max-width: 96%;
        padding: 50px 0;
    }

.jichengD .con {
    width: 1200px;
}

.zhengshu {
    margin-top: 60px !important;
    margin-bottom: 30px !important;
}

    .zhengshu .kk {
        height: 380px;
        background: #fff;
        padding: 20px 0;
    }

        .zhengshu .kk .bk {
            width: 89.417%;
            margin: 0 auto;
            border: 1px solid #e5e5e5;
            height: 340px;
            text-align: center;
            line-height: 340px;
        }

            .zhengshu .kk .bk img {
                max-height: 98%;
                max-width: 98%;
                vertical-align: middle;
            }

    .zhengshu p {
        color: #474747;
        font-size: 16px;
        text-align: center;
        line-height: 55px;
    }

    .zhengshu .k {
        margin-bottom: 20px;
        margin-right: 2%;
        width: 23.4928%;
        float: left;
        cursor: pointer;
    }

        .zhengshu .k:nth-child(4n) {
            margin-right: 0;
        }

#imgbox-loading {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
    z-index: 90;
}

    #imgbox-loading div {
        background: #FFF;
        width: 100%;
        height: 100%;
    }

#imgbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: none;
    z-index: 80;
}

.imgbox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    background: #FFF;
    display: none;
    z-index: 90;
}

.imgbox-img {
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.imgbox-title {
    padding-top: 10px;
    font-size: 11px;
    text-align: center;
    font-family: Arial;
    color: #333;
    display: none;
}

.imgbox-bg-wrap {
    position: absolute;
    padding: 0;
    margin: 0;
    display: none;
}

.imgbox-bg {
    position: absolute;
    width: 20px;
    height: 20px;
}


.pages {
    clear: both;
    text-align: center;
    padding: 10px 0px;
    text-align: center;
    font-size: 12px;
}

    .pages ul {
        display: inline;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .pages li {
        display: inline;
        /*margin: 0 auto !important;*/
        width: auto !important;
        float: none !important;
        border-radius: initial !important;
    }

    .pages a {
        border-radius: 16px;
        margin: 4px;
        background-color: #f2f3f5;
        border: #ddd 1px solid;
        color: #555;
        text-decoration: none;
        display: block;
        height: 30px;
        line-height: 30px;
        padding: 0 11px;
    }

        .pages a:hover, li.current a {
            background-color: #a3c41d;
            color: #FFFFFF;
            border: #a3c41d 1px solid;
            text-decoration: none;
        }
/*右侧飘窗*/
.piaochuang {
    height: 310px;
    position: fixed;
    top: 50%;
    margin-top: -155px;
    right: 15px;
    z-index: 999;
}

    .piaochuang .ppp1 {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0;
        right: -5px;
        background: url(../image/fc.png) no-repeat center;
        /*animation:spin 1000ms infinite linear;*/
    }

@keyframes spin {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.piaochuang .p1 {
    top: 263px;
    background: url(../image/rrr.jpg) no-repeat center !important;
}

.piaochuang .p2 {
    top: 59px;
}

.piaochuang .kk {
    width: 50px;
    height: 50px;
    background: #000;
    text-align: center;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1px;
    position: absolute;
    right: 0;
}

.piaochuang .p2:hover {
    background: rgba(163,196,29,0.6);
    width: 130px;
}

.piaochuang .kk p {
    display: none;
    color: #fff;
    font-size: 15px;
}

.piaochuang .p3 {
    top: 110px;
}

.piaochuang .p4 {
    top: 161px;
}

.piaochuang .p5 {
    top: 212px;
}

.piaochuang .kk:hover p {
    display: block;
}

.piaochuang .p2:hover img {
    margin-right: 8px;
}

.piaochuang .p3:hover {
    background: rgba(163,196,29,0.6);
}

.piaochuang .p4:hover {
    background: rgba(163,196,29,0.6);
    width: 180px;
}

    .piaochuang .p4:hover img {
        margin-right: 8px;
    }

.piaochuang .p3 .fx {
    position: absolute;
    width: 40px;
    right: 50px;
    background: #fff;
    display: none;
}

.piaochuang .p3:hover .fx {
    display: block;
}

#ewm .img21 {
    display: none;
}

#ewm .img11 {
    display: block;
}

.piaochuang .p5:hover {
    background: rgba(163,196,29,0.6);
}

.ewm_kk {
    width: 151px;
    height: 143px;
    position: absolute;
    top: -50px;
    left: -150px;
    background: url(../image/ewm_bj.png);
    display: none;
}

    .ewm_kk img {
        display: block;
        margin: 14px;
        width: 115px;
    }

#ewm:hover .img11 {
    display: none;
}

#ewm:hover .img21 {
    display: block;
}

#ewm:hover .ewm_kk {
    display: block;
}



.bds_mshare, .bds_more, .bds_count {
    display: none !important;
}

.bds_weixin {
    background-image: url(../image/inde_png_211.png) !important;
    background-position: 0 0 !important;
    width: 25px !important;
    height: 21px !important;
}

.bds_tsina {
    background-image: url(../image/inde_png_209.png) !important;
    background-position: 0 0 !important;
    width: 25px !important;
    height: 21px !important;
}

.bds_qzone {
    background-image: url(../image/inde_png_204.png) !important;
    background-position: 0 0 !important;
    width: 23px !important;
    height: 22px !important;
}

.bds_tqq {
    background-image: url(../image/inde_png_206.png) !important;
    background-position: 0 0 !important;
    width: 22px !important;
    height: 22px !important;
}

#imgbox-loading {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
    z-index: 90;
}

    #imgbox-loading div {
        background: #FFF;
        width: 100%;
        height: 100%;
    }

#imgbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: none;
    z-index: 80;
}

.imgbox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    background: #FFF;
    display: none;
    z-index: 90;
}

.imgbox-img {
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.imgbox-title {
    padding-top: 10px;
    font-size: 11px;
    text-align: center;
    font-family: Arial;
    color: #333;
    display: none;
}

.imgbox-bg-wrap {
    position: absolute;
    padding: 0;
    margin: 0;
    display: none;
}

.imgbox-bg {
    position: absolute;
    width: 20px;
    height: 20px;
}


.cover_div {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 9999;
    cursor: pointer;
}

    .cover_div .ck {
        max-width: 435px;
        max-height: 540px;
        position: relative;
    }

        .cover_div .ck .cls {
            width: 40px;
            height: 40px;
            background: url(../image/zhuanli_03.png);
            position: absolute;
            right: -50px;
            top: -20px;
        }

.show1100 {
    display: none;
}

#view_1 {
    display: none;
}

#cnzz_stat_icon_1273281561 {
    margin-left: 10px;
    margin-top: 4px;
}

.hasZy {
    display: flex;
    align-items: center;
    background: none;
    height: 40px;
    justify-content: space-between;
}

    .hasZy .text {
        background: none;
        width: auto;
        margin: 0 20px;
        position: relative;
        top: auto;
        left: auto;
        text-transform: capitalize;
    }

        .hasZy .text strong {
            margin: 0 5px;
        }

.jc .fsInnerBodyHeadNavBtn {
    font-size: 16px;
    padding: 0 20px;
}

.anli2,.shipin {
    width:80%;
    padding:10px 10%;
    height:auto;
    flex-wrap:wrap;
}

.anli2 .fsInnerBodyHeadNavBtn,.shipin .fsInnerBodyHeadNavBtn {
    margin:0 20px;
    padding:0 20px;text-align:center;
}

@media only screen and (max-width: 1617px) {
    .anli2,.shipin {
        width:96%;
        padding:10px 2%;
    }
    .fsBody1600 {
        width: 98%;
        margin: 0 1%;
    }

    .container {
        width: 90%;
        margin: 0 5%;
    }

    .ind_anli {
        width: 96%;
    }

        .ind_anli .container {
            width: 96%;
            margin: 0 2%;
        }

    .jc .fsInnerBodyHeadNavBtn {
        font-size: 14px;
        padding: 0 20px;
        margin: 0 10px;
    }

    #kkkk {
        margin-top: 0;
        top: auto;
        bottom: 10px;
    }

    .about .img {
        display: none;
    }

    .about .right {
        width: 90%;
        margin: 0 5%;
    }

    .licheng_kk .xian {
        left: 24.4%;
    }

    .licheng_kk .list .kk img {
        margin-left: 5%;
    }

    .licheng_kk .list .kk .right {
        width: 60%;
        padding-right: 5%;
        margin: 0 auto;
        margin-left: 147px;
    }

        .licheng_kk .list .kk .right .text {
            margin-left: 10%;
            width: 70%;
        }


    .part1 ul li {
        width: 179.25px;
        height: 155.25px;
    }

    .part2 ul li {
        width: 179.25px;
        height: 155.25px;
    }

    .hw1 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .hw1 img {
            width: 70%;
        }

    .part1 ul {
        width: 1135px;
        padding: 0 92.5px;
    }

    .part2 {
        margin: 10px auto;
    }

        .part2 ul {
            width: 1320px;
        }

    .fengli .con {
        width: 100%;
        padding: 0 5%;
    }

    .fengli .jianjie .lfImg, .fengli .jianjie .fsRight {
        width: 48%;
    }

    .fsRenzhengbgList {
        width: 96%;
        margin: 0 2%;
    }

    .zhengshu .k {
        width: 32%;
        margin-right: 2%;
    }

        .zhengshu .k:nth-child(4n) {
            margin-right: 2%;
        }

        .zhengshu .k:nth-child(3n) {
            margin-right: 0;
        }

    .fsBody1570 {
        width: 98%;
        margin: 0 1%;
    }

    .fsContactBody {
        width: 96%;
        margin: 60px 1%;
        padding: 10px 1%;
    }

    .my-map {
        width: 100% !important;
    }
}

@media only screen and (max-width: 1500px) {
    .fengli .fsFssHeadNav::after, .fengli .fsFssHeadNav::before {
        width: 16px;
    }

    .header .nav .mainMenu > li > a {
        font-size: 15px;
    }

    .part1 ul li {
        width: 119.5px;
        height: 103.5px;
    }

    .part2 ul li {
        width: 119.5px;
        height: 103.5px;
    }

    .part1 ul {
        width: 910px;
        padding: 0 0;
    }

    .part2 {
        margin: 10px auto;
    }

        .part2 ul {
            width: 910px;
        }

    .diankong .fsFssHeadNav::before, .diankong .fsFssHeadNav::after {
        width: 17px;
    }

    .fsFgccHeadNav::before {
        width: 22px !important;
    }

    .fsFgccHeadNav::after {
        width: 18px !important;
    }
}


@media only screen and (max-width: 1400px) {

    .ind_anli {
        padding-top: 40px;
    }

    .ind_son .kk p {
        font-size: 13px;
    }

    .ind_anli .list {
        flex-wrap: wrap;
        margin-top: 20px;
        justify-content: center;
    }

        .ind_anli .list .kk {
            width: 30%;
            margin: 0 1.5%;
            margin-bottom: 20px;
        }

            .ind_anli .list .kk .tit {
                width: 80%;
                margin: 0 auto;
                margin-top: 10px;
                height: 60px;
                font-size: 13px;
            }

            .ind_anli .list .kk img {
                max-width: 50%;
            }

    .bot_rz .kk {
        width: 94%;
        margin: 0 3%;
    }

    .bot_hh .kk {
        width: 96%;
        margin: 0 2%;
    }

    .tabBox .bd ul li .left .li:last-child {
        display: none;
    }

    .slideBox .bd li .container {
        margin-top: 50px;
    }

    .fsFssHeadNav ul li a {
        font-size: 14px;
    }

    .diankong_con {
        width: 94%;
        margin: 0 3%;
    }

    .fsRenzhengbgList ul li {
        width: 30%;
        margin-right: 5%;
    }

        .fsRenzhengbgList ul li:nth-child(4n) {
            margin-right: 5%;
        }

        .fsRenzhengbgList ul li:nth-child(3n) {
            margin-right: 0;
        }

        .fsRenzhengbgList ul li img {
            width: 100%;
        }

    .jc {
        height: 100px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

       .jc .fsInnerBodyHeadNavBtn {
            width: 39%;
            margin: 5px auto;
            padding: 0 0;
            font-size: 16px;
            text-align:center;
        }


    .fsFssList .fsLeft, .fsFssList .fsRight {
        width: 48%;
        height: auto;
        display: block;
    }

        .fsFssList .fsLeft:hover img, .fsFssList .fsRight:hover img {
            transition: all 1.2s linear;
            -moz-transition: all 1.2s linear;
            -o-transition: all 1.2s linear;
            -webkit-transition: all 1.2s linear;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            -m-transform: scale(1);
            transform: scale(1);
        }

        .fengli .son_fl ul li a {
            font-size:16px;
        }
}

@media only screen and (max-width: 1300px) {
    .anli2,.shipin {
        width:96%;
        padding:10px 2%;
    }
    .fengli .son_fl ul li a {
            font-size:14px;
            margin:0 10px;
            padding:0 15px !important;
        }
    .tabBox .bd ul li .left .li:nth-last-child(2) {
        display: none;
    }

    .fengli .fsFssHeadNav ul li {
        width: 33.333%;
    }

        .fengli .fsFssHeadNav ul li img {
            width: 100%;
        }

    .fsAnliBody .fsFssHeadNav::before, .fsAnliBody .fsFssHeadNav::after {
        width: 12px;
    }

    .fengli .fsFssHeadNav::before, .fengli .fsFssHeadNav::after {
        width: 28px;
    }

    .fsFssHeadNav ul li a {
        font-size: 16px;
    }

    .fengli .jianjie {
        flex-direction: column;
    }

        .fengli .jianjie .lfImg, .fengli .jianjie .fsRight {
            width: 94%;
            margin: 10px auto !important;
        }

    .yylingyu .kk {
        width: 16%;
        margin: 0 auto;
    }

    .jcfa a {
        width: 25%;
        height: 200px;
    }

    .diankong .fsFssHeadNav::before, .diankong .fsFssHeadNav::after {
        width: 16px;
    }

    .diankong .fsFssHeadNav ul li a {
        font-size: 14px;
    }

    .anli2 .fsInnerBodyHeadNavBtn {
        padding: 0 15px;
        font-size: 14px;
    }

    .fsFgccHeadNav ul li {
        width: 20%;
    }

        .fsFgccHeadNav ul li img {
            width: 100%;
        }

    .fsFgccHeadNav::before {
        width: 22px !important;
    }

    .fsFgccHeadNav::after {
        width: 22px !important;
    }

    .bot_hh .kk .k1 {
        width: 50%;
        margin-bottom: 20px;
    }

        .bot_hh .kk .k1 p, .bot_hh .kk .k1 a {
            margin-top: 10px;
        }

        .bot_hh .kk .k1 a {
            margin-top: 0;
        }
}

@media only screen and (max-width: 1200px) {
    .sub_nav ul {
        margin-left: -50%;
        width: 200%;
    }

    .ind_anli .list .kk img {
        max-width: 60%;
    }

    .ind_anli .list .kk .tit {
        font-size: 15px;
    }

    .fsBody1200 {
        width: 98%;
        margin: 0 1%;
    }

    .zhengshu p {
        font-size: 14px;
    }

    .jc .fsInnerBodyHeadNavBtn {
        font-size: 14px;
    }

  
    .fsShipinList ul li {
        width: 32%;
        margin-right: 2%;
    }

        .fsShipinList ul li:nth-child(4n) {
            margin-right: 2%;
        }

        .fsShipinList ul li:nth-child(3n) {
            margin-right: 0;
        }

    .fsZhaopinBody .fsBody1600 ul li {
        height: 500px !important;
    }

    .header .nav .mainMenu > li > a {
        font-size: 13px;
    }

    .header .nav .sub_nav a {
        font-size: 13px;
        line-height: 20px;
    }

    .fsInnerBodyHeadNavBtn {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1100px) {
    .container {
        width: 96%;
        margin: 0 2%;
    }

    .header .top .right .rx {
        display: none;
    }



    .sub_nav ul {
        min-width: 100%;
    }

    .bot_hh .kk .k1 {
        width: 50%;
        margin: 10px auto;
    }

    .ind_fangan .kk .tb {
        width: 90%;
    }

    .tabBox .bd ul li .left .li .time {
        display: none;
    }

    .tabBox .bd ul li .left .li .tit {
        width: 96%;
    }

    .button--view {
        display: none;
    }

    .slideBox .prev, .slideBox .next {
        left: 26%;
        top: 82%;
    }

    .slideBox .next {
        left: 26.5%;
    }

    .slideBox .bd li .container {
        margin-top: 20px;
    }

    .ind_anli .list .kk {
        width: 30%;
        margin: 10px 1%;
    }

        .ind_anli .list .kk img {
            max-width: 50%;
        }

    .ind_fangan {
        display: none;
    }

    .show1100 {
        display: flex;
        margin-top: 50px !important;
        margin-bottom: -20px !important;
        width: 96%;
        padding-bottom: 40px !important;
    }

    .swiper-slide a {
        display: flex;
        width: 100%;
        height: 100%;
        position: relative;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .swiper-slide a .cover {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.4);
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            align-items: center;
        }

        .swiper-slide a .img {
            width: 100%;
        }

    .swiper-slide .kk .tb {
        margin-bottom: 29px;
    }

    .swiper-slide .kk .jt {
        display: none;
    }

    .licheng_kk {
        width: 100%;
    }

        .licheng_kk .list .kk .right {
            margin-left: 13.5%;
        }

            .licheng_kk .list .kk .right .text {
                width: 65%;
                padding-right: 0;
            }

    .fsBody1024 {
        width: 96%;
        margin: 0 2%;
    }

    .zhengshu .k {
        width: 49%;
    }

        .zhengshu .k:nth-child(3n) {
            margin-right: 2%;
        }

        .zhengshu .k:nth-child(2n) {
            margin-right: 0;
        }

    .fsNewsTopNav ul li {
        width: 18%;
        margin: 10px 1%;
    }

    .fsNewsTopNav ul {
        justify-content: flex-start;
    }

    .fsNewsList .fsTop .fsRight .fsText, .fsNewsList .fsTop .fsRight .fsTitle {
        width: 90%;
        padding: 0 5%;
    }

    .fsNewsList .fsTop .fsRight .fsTitle {
        text-align: center;
    }
}

@media only screen and (max-width: 1000px) {
    .licheng_kk .list .kk .right {
        margin-left: 9.5%;
        padding-right: 3%;
    }

        .licheng_kk .list .kk .right .year span {
            left: -8%;
        }

        .licheng_kk .list .kk .right .text {
            margin-left: 5%;
        }

    .tabBox .bd ul li .left .li:nth-last-child(3) {
        display: none;
    }

    .ind_fangan .kk .tb {
        width: 80%;
    }

    .ind_son {
        height: 340px;
    }

        .ind_son .container {
            flex-wrap: wrap;
        }

        .ind_son .kk {
            width: 49%;
        }

        .ind_son .shu:nth-child(4) {
            display: none;
        }

    .piaochuang {
        display: none;
    }


    .ind_anli .list .kk .tit {
        font-size: 14px;
    }

    .part1 ul li {
        width: 89.625px;
        height: 77.625px;
    }

    .part2 ul li {
        width: 89.625px;
        height: 77.625px;
    }

    .part1 ul {
        width: 695px;
    }

    .part2 {
        margin: 10px auto;
    }

        .part2 ul {
            width: 695px;
        }

    .jcfa .kk {
        width: 30%;
        height: 220px;
    }

        .jcfa .kk p {
            max-width: 80%;
            text-align: center;
            margin: 0 10%;
            margin-top: 16px;
            height: 40px;
            display: flex;
            align-items: center;
        }

    .fengli .jcfa .kk {
        width: 100%;
        height: 100%;
    }

    .diankong .fsFssHeadNav ul li {
        width: 33.333%;
    }

        .diankong .fsFssHeadNav ul li:nth-child(4) {
            width: 50%;
        }

        .diankong .fsFssHeadNav ul li:nth-child(5) {
            width: 50%;
        }

        .diankong .fsFssHeadNav ul li img {
            width: 100%;
        }

    .diankong .fsFssHeadNav::before, .diankong .fsFssHeadNav::after {
        width: 19px;
    }

    .fsFgccHeadNav ul li {
        width: 25%;
    }

    .fsFgccHeadNav::before {
        width: 20px !important;
    }

    .fsFgccHeadNav::after {
        width: 20px !important;
    }

    .fsNewsList .fsTop .fsRight .fsMore {
        margin-top: 30px;
    }

    .fsNewsList .fsTop .fsRight .fsTime {
        margin: 20px auto;
    }

    .fsContactBody .fsLeft, .fsContactBody .fsRight {
        width: 96%;
        padding: 20px 2%;
    }

    .my-map {
        height: 400px;
    }

    .fsContactBody .fsRight {
        align-items: flex-start;
        height: 400px !important;
        padding: 0 2%;
    }

    .fsInnerBodyHeadNavBtn {
        margin: 0 10px;
        padding: 0 20px;
    }
    .fengli .son_fl ul li a {
        font-size:12px;
    }
}

@media only screen and (max-width: 900px) {
    .son_banner {
        margin-top: 80px;
    }

    body {
        background: #f5f5f5;
    }

    .fsRenzhengbgBody .fsFssHeadNav::before, .fsRenzhengbgBody .fsFssHeadNav::after {
        width: 13px;
    }

    .fsRenzhengbgList ul li {
        width: 47%;
        margin-right: 6%;
    }

        .fsRenzhengbgList ul li:nth-child(3n) {
            margin-right: 6%;
        }

        .fsRenzhengbgList ul li:nth-child(2n) {
            margin-right: 0;
        }

    .licheng_kk .list .kk .right {
        margin-left: 8.2%;
    }

    .bot_rz {
        display: none;
    }

    .tabBox .bd ul li {
        flex-wrap: wrap;
    }

        .tabBox .bd ul li .left {
            width: 96%;
            margin: 10px 2%;
        }

            .tabBox .bd ul li .left .more1 {
                display: none;
            }

            .tabBox .bd ul li .left .li .time {
                display: block;
            }

            .tabBox .bd ul li .left .li .tit {
                width: 80%;
            }

    .slideBox1 {
        display: none;
    }

    .slideBox .bd li .container {
        left: 5%;
        margin-top: 0;
    }

    .slideBox .prev, .slideBox .next {
        left: 24%;
    }

    .slideBox .next {
        left: 24.5%;
    }

    .container {
        width: 98%;
        margin: 0 1%;
    }

    .header .nav .mainMenu > li > a {
        font-size: 14px;
    }

    .header .nav .sub_nav a {
        font-size: 13px;
    }

    .header .nav .mainMenu > li:last-child {
        width: 10%;
    }

    .licheng_kk .xian {
        left: 25%;
    }

    .yylingyu .kk {
        width: 25%;
    }

    .fengli .fsFssHeadNav ul li {
        width: 50%;
    }

    .jc {
        height: 100px;
        flex-wrap: wrap;
    }

        

    .fengli .son_fl ul li a {
        line-height: 40px;
        height: 40px;
        margin: 0 16px;
        margin-top: 4px !important;
    }

        .fengli .son_fl ul li a:hover {
            line-height: 40px;
            height: 40px;
            margin: 0 16px;
            margin-top: 4px;
        }


    .fsDgn ul li {
        width: 49%;
        margin-right: 2%;
    }

        .fsDgn ul li:nth-child(3n) {
            margin-right: 2%;
        }

        .fsDgn ul li:nth-child(2n) {
            margin-right: 0;
        }

    .fsFssList .fsBody1600 {
        flex-wrap: wrap;
    }

    .fsFssList .fsLeft, .fsFssList .fsRight {
        width: 96%;
        margin: 20px 2%;
        text-align: center;
    }

    #child_menu_380, #child_menu_381, #child_menu_382, #child_menu_383, #child_menu_384, #child_menu_385 {
        width: 33.333%;
    }

    .fsShipinList ul li {
        width: 49%;
    }

        .fsShipinList ul li:nth-child(3n) {
            margin-right: 2%;
        }

        .fsShipinList ul li:nth-child(2n) {
            margin-right: 0;
        }

        .fsShipinList ul li .fsTop img {
            width: 100%;
        }

    .reveal-modal {
        width: 90% !important;
        margin: 0 !important;
        left: 0 !important;
        padding: 20% 5% !important;
    }

        .reveal-modal .close-reveal-modal {
            top: 19% !important;
            right: 50px !important;
        }


    .fsNewsList .fsTop {
        flex-direction: column;
    }

        .fsNewsList .fsTop .fsLeft, .fsNewsList .fsTop .fsRight {
            width: 100%;
            margin: 0 0;
        }

            .fsNewsList .fsTop .fsLeft img {
                width: 100%;
            }

        .fsNewsList .fsTop .fsRight {
            padding: 30px 0;
        }

    .fsNewsList .fsBottom ul a {
        width: 100%;
        margin: 0 0;
        margin-top: 15px;
    }

    .fsZhaopinBody .fsBody1600 ul li {
        height: 400px !important;
    }

    .header .top .logo {
        width: 50%;
        display: block;
        margin-top: 17px;
    }

    .header {
        height: 80px;
    }

    .nav {
        display: none;
    }

    .header .top .right {
        margin-right: 50px;
    }

    #view_1 {
        position: relative;
        right: 10px;
        top: -40px;
        height: auto;
        display: block;
    }

        #view_1 img {
            float: right;
            width: 30px;
            height: 25px;
        }

        #view_1 > div {
            position: absolute;
            width: 103%;
            background: rgba(163,196,29,.85);
            display: none;
            top: 56px;
            z-index: 999;
        }

    .textDiv {
        display: block;
        font-size: 20px;
        line-height: 40px;
        border-top: 1px solid #dfdfdf;
        color: #fff;
        text-align: center;
    }

    .childBtn {
        display: none;
        position: relative;
        width: 680px;
        background: rgba(231,0,16,0);
        right: 0;
        top: 0px;
        z-index: 999;
    }

        .childBtn li {
            float: left;
            text-align: center;
        }

            .childBtn li a {
                line-height: 30px;
                color: #fff;
            }

    #view_1 a {
        line-height: 80px;
        color: #fff;
    }

    .slideBox {
        margin-top: 80px;
    }

    .ind_anli .list .kk .tit {
        font-size: 12px;
    }
}



#slideBox55 {
    display: none;
}

@media only screen and (max-width: 800px) {
    .anli .fsInnerBodyHeadNavBtn {
        padding: 0 8px;
    }

    .licheng_kk .list .kk .right {
        margin-left: 7%;
    }

    .fsInnerBodyHeadNavBtn {
        margin: 0 10px;
        padding: 0 15px;
        font-size: 12px;
    }

    .jc {
        height: 120px;
        padding: 10px 0;
        justify-content: flex-start;
    }

        .jc .fsInnerBodyHeadNavBtn {
            width: 45%;
            font-size:13px;
        }

    .fengli .son_fl ul li .xz {
        padding: 0 16px;
        margin-top: 4px;
    }

    .fengli .son_fl ul li a:hover {
        padding: 0 16px;
    }

    .fsFgccHeadNav::before {
        width: 16px !important;
    }

    .fsFgccHeadNav::after {
        width: 16px !important;
    }

    #child_menu_425, #child_menu_426, #child_menu_427, #child_menu_428 {
        width: 50%;
    }
}

.phF {
    display: none !important;
}


@media only screen and (max-width: 700px) {


    #slideBox5 {
        display: none;
    }

    #slideBox55 {
        display: block;
    }

        #slideBox55 .bd li .kk {
            width: 31%;
            margin-right: 2.5%;
        }

            #slideBox55 .bd li .kk:nth-child(4n) {
                margin-right: 2.5%;
            }

            #slideBox55 .bd li .kk:nth-child(3n) {
                margin-right: 0;
            }

    .slideBox {
        margin-top: 80px;
    }

        .slideBox .bd li .container {
            left: 3%;
            top: 44%;
        }

        .slideBox .prev, .slideBox .next {
            left: auto !important;
            right: 90px;
            top: 75%;
        }

        .slideBox .next {
            right: 35px;
        }




    .licheng_kk .xian {
        left: 200px;
    }

    .licheng_kk .list .kk .right {
        margin-left: 62px;
    }

        .licheng_kk .list .kk .right .text {
            width: 60%;
        }

    .part1 ul li {
        width: 71.7px;
        height: 62.1px;
    }

    .part2 ul li {
        width: 71.7px;
        height: 62.1px;
    }

    .part1 ul {
        width: 570px;
    }

    .part2 ul {
        width: 570px;
    }

    .fsInnerHead {
        padding-top: 80px;
    }

    .reveal-modal .close-reveal-modal {
        top: 17% !important;
        right: 40px !important;
        width: 30px !important;
        height: 30px !important;
    }

    .fsLiuyanBody .fsBody1024 .fsMeng {
        top: 5%;
        height: 90%;
    }

    .fsLiuyanPart1 {
        margin: 10px auto;
    }

    .son_banner {
        margin-top: 80px;
    }

    .fsLiuyanPart2 textarea {
        height: 120px;
    }

    .fsFssHeadNav ul li:hover a {
        color: #bc0000;
    }

    .fsFssHeadNav ul li:hover .fsImg1 {
        display: block;
    }

    .fsFssHeadNav ul li:hover .fsImg2 {
        display: none;
    }

    .diankong .fsFssHeadNav ul .sel:hover a {
        color: #fff;
    }

    .diankong .fsFssHeadNav ul .sel:hover .fsImg1 {
        display: none;
    }

    .diankong .fsFssHeadNav ul .sel:hover .fsImg2 {
        display: block;
    }

    .cover_div .ck {
        width: 98%;
        margin: 0 1%;
    }

        .cover_div .ck .cls {
            right: 10px;
            top: -55px;
        }

    .fsInnerHead img {
        max-width: none;
        width: 200%;
        margin-left: -50%;
    }

    .ind_anli .ind_tit {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .pcF {
        display: none !important;
    }

    .phF {
        display: flex !important;
    }

        .phF .k1 div {
            justify-content: center;
            margin-top: 15px;
            height: 19px;
        }

            .phF .k1 div a, .phF .k1 div p {
                margin-top: 0 !important;
            }

        .phF .k1:last-child a {
            margin-top: 0 !important;
        }

    .fsFenye {
        margin: 0 auto;
    }

    #view_1 {
        top: -33px;
    }
}
