/*footer start*/

.row {
    display: flex;
    justify-content: center;
    margin: 0% 2%;
}

.footers {
    background: #F7F7F7;
    clear: both;
}

.footer .container {
    padding: 0 15%;
    text-align: center;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.footer .gzpt {
    padding: 30px 0;
}

    .footer .gzpt a {
        display: inline-block;
        background: #2f4d94;
        padding: 10px 25px;
        color: #fff;
        border: 1px solid transparent;
        border-radius: 4px;
        font-size: 16px;
        margin-left: 15px
    }

.text {
    margin-right: 60%;
}

.text2 {
    margin-right: 60%;
    margin-top: 5%;
}

.text1 {
    text-align: left;
}

.move {
    margin-right: 32%;
    margin-top: 9.5%;
}

.footer .nav_con h4 {
    /*border-bottom: 1px solid #999;*/
    /*padding-bottom: 10px;*/
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.container{
    padding-bottom:60px;
    box-sizing:border-box;
}

.footer .nav_con ul li {
    font-size: 14px;
    line-height: 25px;
    /*text-align:left;*/
    /*margin-right: 25%;*/
}

.footer .nav_con ul li1 {
    font-size: 14px;
    line-height: 25px;
    /*text-align:left;*/
    /*margin-right: 25%;*/
}

.footer .col-lg-1 {
    width: 12%;
    padding: 0px;
    /*margin: 0 0%;*/
    margin-left: 0.5%;
}

.footer .col-lg-11 {
    width: 12%;
    padding: 0px;
    /*margin: 0 0%;*/
    /*margin-left: 5%;*/
}

.footer .col-lg-4 {
    width: 28%;
    padding: 0px;
    margin: 0 0%;
}

.footer .col-lg-2 {
    width: 18%;
    padding: 0px;
    margin: 0 0%;
}

.footer .col-lg-3 {
    width: 24%;
    padding: 0px;
    margin-left: 0.5%;
}

.footer .ewm_box .col-md-12 {
    display: flex;
    flex-wrap: nowrap;
}

.footer .ewm {
    margin-right: 10px
}

    .footer .ewm p {
        text-align: center;
        padding-bottom: 10px;
        padding-top: 10px;
    }

.footer_b {
    background: #e6e6e6;
    padding: 15px 0;
    text-align: center;
    margin-top: 30px;
    font-size: 14px
}

.bottom {
    font-weight: 700;
    font-size: 25px;
    padding: 18% 0;
}

.bottom1 {
    font-weight: 700;
    font-size: 25px;
    padding: 7% 0;
}

.weixin {
    position: relative;
}

    .weixin::after {
        content: url(../image/yiwenweixin.jpg);
        position: absolute;
        right: -128px;
        top: -6px;
        z-index: 99;
        width: 120px;
        height: 120px;
        /*border: 5px solid #0095ba;*/
        border-radius: 4px;
        transform-origin: top right;
        transform: scale(0);
        opacity: 0;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .weixin:hover::after {
        transform: scale(1);
        opacity: 1;
    }

.weixin1 {
    position: relative;
}

    .weixin1::after {
        content: url(../image/yiwenshouji.jpg );
        position: absolute;
        right: -128px;
        top: -6px;
        z-index: 99;
        width: 120px;
        height: 120px;
        /*border: 5px solid #0095ba;*/
        border-radius: 4px;
        transform-origin: top right;
        transform: scale(0);
        opacity: 0;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .weixin1:hover::after {
        transform: scale(1);
        opacity: 1;
    }

/*.wechat::after {
    content: url(../images/wechat-fill.png)
}

.window::after {
    content: url(../images/window-fill.png)
}*/

.change:hover {
    color: green;
}

.line {
    font-weight: normal;
    width: 487%;
    align-content: center;
    color: #999;
    margin: 1% 0;
}

/*footer end*/

.m_img {
    max-width: 100%;
}

@media (min-width: 993px) {
    .pcnone {
        display: none;
    }
    /*header start*/
    .header {
        width: 100%;
    }

    nav {
        width: 65%
    }

    .flexnav {
        overflow: visible;
    }

        .flexnav.one-page {
            top: 0;
            right: auto;
            max-width: 1080px;
        }

        .flexnav li {
            position: relative;
            list-style: none;
            float: left;
            display: block;
            overflow: visible;
            z-index: 999999;
            border: none;
            padding: 0 18px
        }

            .flexnav li > a {
                line-height: 64px;
                font-size: 15px;
                color: #666
            }

            .flexnav li:hover > a {
                font-weight: bold;
                color: #2f4d94
            }

            .flexnav li.on > a {
                font-weight: bold;
                color: #2f4d94
            }

            .flexnav li > ul {
                position: absolute;
                top: auto;
                left: 0;
                display: block;
            }

                .flexnav li > ul li {
                    width: 100%;
                    height: 50px;
                    line-height: 50px
                }

            .flexnav li ul li a {
                border-bottom: none;
                line-height: 50px;
                font-size: 15px;
                color: #666
            }

            .flexnav li ul.open {
                display: block;
                opacity: 1;
                visibility: visible;
                z-index: 99;
            }

                .flexnav li ul.open li {
                    overflow: visible;
                    max-height: 100px;
                }

                .flexnav li ul.open ul.open {
                    margin-left: 100%;
                    top: 0;
                }

            .flexnav li .touch-button {
                display: none;
            }

    .menu-button {
        display: none;
    }

    .flexnav li ul li:hover a {
        background: #EFA42F;
        color: #fff
    }
    /*equip start*/
    .equipW ul li {
        width: 277px !important;
    }

        .equipW ul li img {
            width: 277px;
            height: 220px
        }
}

/*小屏幕电脑*/

@media (min-width: 993px) and (max-width: 1200px) {
    nav {
        width: 72%
    }

    .flexnav li {
        padding: 0 18px;
    }
    /*equip start*/
    .equipW ul li {
        width: 305px !important;
    }

        .equipW ul li img {
            width: 305px;
            height: 230px
        }
    /*new start*/
    .new .con .newRight span.time {
        width: 30%;
    }

    .new .con .newRight span.newcon {
        width: 70%;
    }

    .new .con .contant b {
        padding: 10px 0 5px;
    }

    .new .con .newRight li {
        height: 85px;
        margin-bottom: 12px;
    }
    /*footer start*/
    .footer .nav_con {
        width: 16%
    }

        .footer .nav_con:nth-child(5) {
            width: 36%
        }

    .ewm_box {
        text-align: center;
    }

        .ewm_box .ewm {
            width: 200px;
            text-align: center;
            float: none;
            display: inline-block;
            margin: 0;
        }
}

/*手机及平板*/

@media (max-width: 992px) {
    .wapnone {
        display: none !important;
        ;
    }
    /*header start*/
    .header .head_body {
        height: 60px;
    }

        .header .head_body .logo img {
            height: 60px;
            margin: 0 0 0 10px;
        }

    .header .menu-button {
        display: block;
        padding: 8px 10px 6px;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin: 12px 10px 12px 0;
    }

        .header .menu-button > i {
            display: block;
            margin-bottom: 3px;
            width: 20px;
            height: 2px;
            background: #ccc;
        }

        .header .menu-button .navicon {
            display: none;
        }

    .flexnav {
        max-height: 0px
    }

    .search {
        position: static;
        width: 90%;
        margin: 10px auto;
        padding-left: 10%
    }

    .fdj {
        display: none;
    }

    .input-group {
        display: block !important;
        position: static
    }
    /*banner start*/
    .callbacks img {
        display: block;
        position: relative;
        z-index: 1;
        height: auto;
        border: 0;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        width: calc(1.5*100%);
    }
    /*equip*/
    .equipW {
        margin-top: 30px;
    }

        .equipW .bx-wrapper .bx-controls-direction a {
            top: -60px;
        }

    .noticeW h3 {
        font-size: 18px;
    }

    .equipW .bx-wrapper .bx-controls-direction a {
        top: auto;
    }

    .equipW ul li {
        margin-right: 15px;
    }
}

/*平板*/

@media (min-width: 768px) and (max-width: 992px) {
    /*equip start*/
    .equipW ul li {
        width: 240px !important;
    }

    .ewm_box {
        text-align: center;
    }

        .ewm_box .ewm {
            width: 200px;
            text-align: center;
            float: none;
            display: inline-block;
            margin: 0;
        }
}

/*手机*/

@media (max-width: 767px) {
    /*equip*/
    .equip {
        padding: 30px 10px 100px;
    }

    .equipW ul li {
        margin-right: 10px;
    }

    .equipW .bx-wrapper .bx-controls-direction a {
        width: 36px;
        height: 36px;
        top: auto;
        bottom: -60px
    }

        .equipW .bx-wrapper .bx-controls-direction a.bx-prev {
            right: calc(50% + 0px);
        }

        .equipW .bx-wrapper .bx-controls-direction a.bx-next {
            right: calc(50% - 45px);
        }

    .bottom {
        padding: 30px 0;
    }

        .bottom .left {
            width: 100%;
        }

        .bottom .right {
            float: left;
        }

    .footer .gzpt {
        text-align: center;
    }

        .footer .gzpt span {
            display: block;
            clear: both;
            text-align: center;
            margin-top: 10px;
        }

        .footer .gzpt a {
            width: 100px;
            margin: 10px auto;
            padding: 10px 15px;
        }

    .footer .nav_con {
        display: none
    }

    .ewm_box {
        text-align: center;
    }

        .ewm_box .ewm {
            width: 40%;
            text-align: center;
            float: none;
            display: inline-block;
            margin: 0;
        }
}