﻿@charset "utf-8";
/* CSS Document */
/* 2019.4.24 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

.container {
    width: 1170px;
    margin: auto;
}

.wc-top {
    background: #fff;
    height: 86px;
}

.logo {
    width: 384px;
}

    .logo img {
        width: 384px;
        height: 84px;
    }

.top-right {
    width: 432px;
    padding-top: 26px;
}

.call {
    background: url(../../images/callbg.jpg) no-repeat left top;
    width: 225px;
    height: 33px;
    line-height: 33px;
}

    .call p {
        padding-left: 47px;
        font-size: 18px;
        color: #333;
        font-family: 'Times LT Std';
    }

.lang {
    font-size: 14px;
    color: #333;
}

    .lang select {
        width: 100px;
        height: 34px;
        line-height: 34px;
        border: 2px solid #333;
        background: #ececec;
    }

.search {
    background: url(../../images/search.png) no-repeat left top;
    width: 129px;
    height: 26px;
    margin-top: 5px;
}

    .search .inp-text {
        width: 92px;
        height: 26px;
        background: none;
        border: none;
        padding-left: 6px;
    }

    .search .inp-but {
        background: none;
        border: none;
        height: 26px;
        width: 30px;
        cursor: pointer;
    }

.wc-menubg {
    height: 35px;
    background: url(../../images/mbg1.png) repeat-x left top;
}

.menu ul {
}

    .menu ul li {
        float: left;
        text-align: center;
        line-height: 34px;
        position: relative;
        border-left: 1px solid #c2c2c2;
        border-right: 1px solid #fff;
    }

        /*.menu ul li:first-child a {
            padding: 0px 26px 0 2px;
        }*/

        /*.menu ul li.last a {
            padding-right: 0px;
            background: none;
        }*/

        .menu ul li a {
            font-size: 16px;
            color: #333;
            display: block;
            text-decoration: none;
            padding: 0 24px;
        }

            .menu ul li a:hover, .menu ul li a.active, .menu ul li a.move {
                color: #cc131c;
            }

        .menu ul li .ernav {
            position: absolute;
            left: 0px;
            top: 25px;
            z-index: 1;
            width: 100%;
            display: none;
        }

            .menu ul li .ernav > div {
                background: #fff;
                border: 1px solid #ddd;
                border-bottom-left-radius: 4px;
                border-bottom-right-radius: 4px;
                float: left;
                font-size: 12px;
                margin-top: 10px;
                opacity: 1;
                overflow: hidden;
                padding: 5px 0;
                width: 100%;
                border-top: none;
            }

            .menu ul li .ernav ul li {
                background: none;
                width: 100%;
                line-height: 28px;
                margin-right: 0px;
                text-align: left;
                border: none;
            }


                .menu ul li .ernav ul li a {
                    line-height: 25px;
                    padding: 8px 5px;
                    display: block;
                    font-weight: normal;
                    border: none;
                    color: #333;
                    font-size: 16px;
                    background: none;
                    text-align: center;
                    border-bottom: 1px dotted #DDD;
                }

                    .menu ul li .ernav ul li a.last {
                        border-bottom: none;
                    }

                    .menu ul li .ernav ul li a:hover {
                        color: #b5131b;
                    }
/*menu End*/


.banner {
    height: 550px;
    position: relative;
}

    .banner .img1 {
        position: absolute;
        left: 0px;
        top: 106px;
        z-index: 1;
        width: 400px;
        height: 104px;
    }

    .banner .img2 {
        position: absolute;
        left: 78px;
        top: 230px;
        z-index: 1;
        width: 400px;
        height: 104px;
    }

.slideBox .bd ul li {
    float: left;
    width: 100%;
    height: 550px;
    text-align: center;
}

    .slideBox .bd ul li.li1 {
        background: url(../../images/ban1.jpg) no-repeat center center;
        background-size: cover;
    }

    .slideBox .bd ul li.li2 {
        background: url(../../images/ban2.jpg) no-repeat center center;
        background-size: cover;
    }

    .slideBox .bd ul li.li3 {
        background: url(../../images/ban1.jpg) no-repeat center center;
        background-size: cover;
    }

    .slideBox .bd ul li.li4 {
        background: url(../../images/ban2.jpg) no-repeat center center;
        background-size: cover;
    }

    .slideBox .bd ul li.li5 {
        background: url(../../images/ban1.jpg) no-repeat center center;
        background-size: cover;
    }

    .slideBox .bd ul li img {
        height: 550px;
        width: 100%;
    }



.slideBox .hd {
    position: absolute;
    left: 0px;
    *left: 45%;
    bottom: 28px;
    z-index: 1;
    height: 15px;
    text-align: center;
    width: 100%;
}

    .slideBox .hd ul li {
        width: 15px;
        height: 15px;
        display: inline-block;
        *float: left;
        margin: 0 2px;
        border-radius: 15px;
        background: #fff;
        cursor: pointer;
    }

        .slideBox .hd ul li.on {
            background: #cc131c;
        }
/*banner End*/
/*.index-con {
    padding-top: 55px;
}*/

/*project*/

.pro-top {
    text-align: center;
}

    .pro-top h4 {
        text-align: center;
        font-size: 30px;
        color: #333;
        font-weight: normal;
    }

    .pro-top span {
        text-align: center;
        font-size: 16px;
        color: #CCCCCC;
        text-transform: uppercase;
    }

.pro-con {
    padding-top: 50px;
}

    .pro-con ul li {
        float: left;
        margin-right: 50px;
        width: 192px;
        text-align: center;
    }

        .pro-con ul li a {
            display: block;
            text-decoration: none;
        }

            .pro-con ul li a img {
                width: 192px;
                height: 230px;
            }

            .pro-con ul li a span {
                font-size: 16px;
                color: #666;
                display: block;
                padding-top: 10px;
            }

/*project end*/
/*about*/
.about-con {
    padding-top: 50px;
}

.ab-img {
    width: 571px;
    height: 316px;
}

    .ab-img img {
        width: 571px;
        height: 316px;
    }

.ab-text {
    width: 570px;
    padding-top: 10px;
}

    .ab-text p {
        font-size: 16px;
        color: #333;
        line-height: 26px;
    }

    .ab-text a {
        display: block;
        color: #c12821;
        font-size: 14px;
        text-decoration: none;
        margin-top: 20px;
        background: url(../../images/amorebg.jpg) no-repeat left center;
        width: 131px;
        padding-left: 35px;
    }












/*about*/
.new {
    margin-bottom: 50px;
}

.new-top {
    /*line-height: 45px;
    position: relative;*/
    text-align:center;
    padding-bottom: 10px;
}

.new-tit h4 {
    font-size: 30px;
    color: #333;
    font-weight: normal;
}

.new-tit span {
    text-align: center;
    font-size: 16px;
    color: #CCCCCC;
    text-transform: uppercase;
}

    .new-tit span i {
        width: 100%;
        height: 4px;
        background: #fff;
        position: absolute;
        left: 0px;
        top: 16px;
        display: none;
    }

.new-more a {
    color: #e60012;
    font-size: 14px;
    border: 2px solid #e60012;
    width: 90px;
    height: 30px;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 30px;
}

    .new-more a:hover {
        background: #e60012;
        color: #fff;
        transition: all 1.5s;
    }


.new-ccon {
    padding-top: 20px;
}

    .new-ccon ul li {
        float: left;
        margin-right: 70px;
        width: 343px;
    }

        .new-ccon ul li.last {
            margin-right: 0px;
        }

        .new-ccon ul li .li-img {
            background: url(../../images/jbg.jpg) no-repeat center bottom;
            padding-bottom: 4px;
            height: 182px;
            position: relative;
        }

            .new-ccon ul li .li-img a img {
                width: 342px;
                height: 182px;
            }

        .new-ccon ul li .li-con {
            background: #fff url(../../images/jx.jpg) no-repeat center bottom;
            /*height: 135px;*/
        }        

        .new-ccon ul li p {
            font-size: 14px;
            color: #777;
            line-height: 25px;
        }

        .new-ccon ul li .li-con a {
            font-size: 16px;
            color: #333;
            display: block;
            line-height: 31px;
            text-decoration: none;
            margin: 15px 0;
        }
        .new-ccon ul li .li-con .li-times {
            padding-bottom: 12px;
            font-size: 16px;
            color: #333;
            text-align:right;
        }



.li-aimg {
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../../images/red.png) repeat left top;
    z-index: 1;
    height: 98%;
    width: 100%;
    visibility: hidden;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

    .li-aimg img {
        padding-left: 20px;
        padding-top: 24px;
    }

    .li-aimg a {
        width: 87px;
        height: 34px;
        line-height: 34px;
        border: 1px solid #fff;
        color: #fff;
        text-align: center;
        position: absolute;
        left: 127px;
        top: 74px;
        display: block;
        text-decoration: none;
    }


.new-ccon ul li .li-img:hover .li-aimg {
    visibility: visible;
    cursor: pointer;
    transform: scale(1.1);
}


.business {
    min-height: 720px;
    padding-top: 65px;
}

.bus-top {
    text-align: center;
}

    .bus-top h4 {
        font-size: 28px;
        color: #333;
        font-weight: normal;
        margin-top: 5px;
    }

    .bus-top span {
        display: block;
        color: #ccc;
        font-size: 16px;
        position: relative;
        text-transform: uppercase;
        font-family: 'Myriad Pro';
    }

    .bus-top i {
        width: 50%;
        height: 4px;
        background: #fff;
        position: absolute;
        left: 25%;
        top: 20px;
        display: none;
    }

.bus-con {
}

.bus-map {
    width: 771px;
    height: 594px;
    padding-top: 40px;
}

    .bus-map img {
        width: 771px;
        height: 594px;
    }

.bus-gud {
    width: 350px;
}

.ggda {
    width: 293px;
    height: 324px;
    margin-top: -72px;
}

    .ggda img {
        width: 293px;
        height: 324px;
    }

.bus-div {
    margin-top: 180px;
}

.bus_one {
    margin-bottom: 40px;
}

    .bus_one h5 {
        font-size: 16px;
        font-weight: bold;
        color: #e5322b;
    }

    .bus_one .bus-ul ul li {
        font-size: 16px;
        color: #73787d;
        float: left;
        padding-right: 10px;
        padding-bottom: 5px;
    }

    .bus_one .bus-ul {
        width: 255px;
    }

.project {
    height: 440px;
    padding-top: 55px;
    overflow: hidden;
}

.pro-ul {
    margin-top: 55px;
}

    .pro-ul ul {
        height: 293px;
    }

        .pro-ul ul li {
            float: left;
            width: 370px;
            height: 293px;
            position: relative;
            margin-right: 30px;
        }

            .pro-ul ul li.last {
                margin-right: 0px;
            }

            .pro-ul ul li img.img1 {
                width: 370px;
                height: 293px;
            }

            .pro-ul ul li .li-pr {
                background: url(../../images/prbg.png) repeat left top;
                height: 100%;
                width: 100%;
                position: absolute;
                left: 0px;
                top: 0px;
                text-align: center;
                /*visibility: visible;*/
            }

                .pro-ul ul li .li-pr a {
                    text-decoration: none;
                    padding-top: 108px;
                    display: block;
                    height: 63%;
                }

                    .pro-ul ul li .li-pr a span {
                        display: block;
                        color: #fff;
                        font-size: 32px;
                        margin-top: 22px;
                    }

            .pro-ul ul li:hover .li-pr {
                /*visibility: hidden;*/
                background: none;
            }
/*.pro-ul ul li:hover .li-pr a span{ color:#BD131B; }*/

.related {
    padding-top: 30px;
    height: 540px;
    background: url(../../images/zibg.jpg) no-repeat center top;
}

.re-ul {
    padding-top: 45px;
}

    .re-ul ul li {
        float: left;
        width: 269px;
        margin-right: 23px;
        background: url(../../images/zit.jpg) no-repeat center bottom;
        padding-bottom: 15px;
        text-align: center;
    }

        /*.re-ul ul li.last {
            margin-right: 0px;
        }*/

        .re-ul ul li img {
            width: 269px;
            height: 354px;
        }





















.wc-copy {
    min-height: 172px;
    background: #b3b3b3;
    padding-top: 38px;
}

.copy-ul {
    padding-bottom: 20px;
}

    .copy-ul .cul {
        float: left;
        width: 130px;
    }

        .copy-ul .cul h4 {
            font-size: 16px;
            color: #fff;
            font-weight: normal;
            margin-bottom: 10px;
        }

        .copy-ul .cul ul li {
            line-height: 26px;
        }

            .copy-ul .cul ul li a {
                display: block;
                color: #fff;
                opacity: 0.8;
                font-size: 14px;
                text-decoration: none;
            }


.wc-copy1 {
    border-top: 1px solid #d0d0d0;
    text-align: center;
    padding: 10px 0 5px 0;
}

    .wc-copy1 p {
        font-size: 14px;
        color: #fff;
        line-height: 25px;
    }

    .wc-copy1 img.imgw {
        position: absolute;
        right: 10px;
        top: 15px;
    }

    .wc-copy1 img.imgw2 {
        width: 120px;
        position: absolute;
        top: -122px;
        right: 0px;
    }




/*.wc-copyEnd*/
