﻿@charset "utf-8";
/* CSS Document */
/*2019.8.2 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

.container {
    width: 1170px;
    padding: 0;
    margin: 0 auto;
}



.topbg {
    height: 98px;
    background: #9c8fc9 url(../../images/topbg.jpg) no-repeat center center;
}

.wc-top {
    height: 98px;
}


.logo {
    width: 270px;
    height: 91px;
}

    .logo img {
        width: 270px;
        height: 91px;
    }

.top-right {
    width: 806px;
}

.top-link {
    height: 50px;
    margin-left: 116px;
}

    .top-link ul li {
        float: left;
        height: 50px;
        position: relative;
        /*width: 100px;*/
        /*background: #a0a0a0;*/
        /*-webkit-transform-origin:0 134%;
	-moz-transform-origin:0 100%;
	-o-transform-origin:0 100%;
	-ms-transform-origin:0 100%;
	transform-origin:0 100%;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);*/
    }

        .top-link ul li a {
            color: #fff;
            display: block;
            position: relative;
            text-align: center;
            padding: 0px 25px;
            border-right: 1px solid #fff;
            font-size: 16px;
            /*text-align: center;*/
            line-height: 50px;
            text-decoration: none;
            background: #a0a0a0;
            height: 51px;
            -webkit-transform: skew(-35deg);
            -moz-transform: skew(-35deg);
            -o-transform: skew(-35deg);
            -ms-transform: skew(-35deg);
            transform: skew(-35deg);
        }
            .top-link ul li a span {
                display: block;
                -webkit-transform: skew(30deg) !important;
                -moz-transform: skew(30deg) !important;
                -o-transform: skew(30deg) !important;
                -ms-transform: skew(30deg) !important;
                transform: skew(30deg) !important;
            }
            .top-link ul li a:hover {
                background: #f8bc26;
            }

            .top-link ul li a img {
                transform: skew(33deg);
            }


/*top end*/
.wc-menu {
    background: url(../../images/mbg.png) no-repeat right top;
    height: 48px;
    padding: 0 40px 0px 30px;
}


    .wc-menu ul {
        /*转化为table 并且，宽度百分百，*/
        display: table;
        width: 100%;
    }

        .wc-menu ul li {
            /*margin: 15px 0;*/
            line-height: 52px;
            position: relative;
            /*居中并且转为table-cell*/
            text-align: center;
            display: table-cell;
            /*float: left;*/
        }

            .wc-menu ul li.last {
                background: none;
            }

                .wc-menu ul li.last a {
                    background: none;
                }

            .wc-menu ul li a {
                font-size: 16px;
                color: #fff;
                line-height: 52px;
                display: block;
                /*text-transform: uppercase;*/
                transition: all .2s;
                text-decoration: none;
            }

                .wc-menu ul li a:hover, .wc-menu ul li a.active {
                }

            .wc-menu ul li:nth-child(5) .ernav {
                width: 110%;
            }

            .wc-menu ul li .ernav {
                position: absolute;
                left: 0px;
                top: 48px;
                background: #9c8fc9;
                width: 165%;
                z-index: 1;
                display: none;
            }

                .wc-menu ul li .ernav ul li {
                    text-align: center;
                    float: none;
                    display: block; /*二级下拉有影响，需要转化为块状*/
                    border-bottom: 1px solid #ccc;
                    background: none;
                    line-height: 30px;
                }

                    .wc-menu ul li .ernav ul li a {
                        line-height: 25px;
                        font-size: 14px;
                        text-align: center;
                        background: none;
                        box-shadow: none;
                        border-radius: 0;
                        color: #fff;
                        margin: 0;
                        display: block;
                        padding: 3px 5px;
                    }

                        .wc-menu ul li .ernav ul li a:hover {
                            background: #5f5095;
                            color: #fff;
                        }

/*menu End*/
.index-con {
    padding-top: 25px;
    padding-bottom: 10px;
    min-height: 810px;
}

.banner {
    height: 548px;
}


    .banner .slideBox {
        height: 548px;
    }

    .banner .bd {
        text-align: center;
        height: 548px;
    }

        .banner .bd ul li {
            height: 548px;
        }

            .banner .bd ul li img {
                height: 548px;
            }

    .banner a.prev {
        position: absolute;
        left: 0px;
        bottom: 40px;
        cursor: pointer;
    }

        .banner a.prev:hover {
            background: #9c8fc9;
            transition: all 1.0s;
        }

    .banner a.next {
        position: absolute;
        left: 60px;
        bottom: 40px;
        cursor: pointer;
    }

        .banner a.next:hover {
            background: #9c8fc9;
            transition: all 1.0s;
        }








    .banner .ban-text {
        position: absolute;
        left: 0px;
        bottom: 260px;
        width: 700px;
        height: 64px;
    }

        .banner .ban-text ul li a {
            font-size: 52px;
            color: #fff;
            line-height: 64px;
            display: block;
            text-decoration: none;
            padding-left: 20px;
        }

            .banner .ban-text ul li a span {
                display: block;
                color: #f7b000;
            }



/*banner end*/
.about {
    background: url(../../images/abbg.jpg) no-repeat center center;
    height: 365px;
    padding-top: 57px;
}

.new-top {
    font-size: 36px;
    color: #333;
}

    .new-top span {
        text-transform: uppercase;
        color: #f7b000;
        font-size: 36px;
        padding-left: 10px;
        font-family: 'impact';
        font-weight: normal;
        font-style: italic;
    }


.about-left {
    width: 600px;
}

    .about-left .ab-con {
        padding-top: 30px;
    }

        .about-left .ab-con p {
            font-size: 16px;
            color: #333;
            line-height: 25px;
        }

.about-right a img {
    display: block;
    border: 8px solid #fff;
    box-shadow: 0px 8px 13px -2px #666;
}

.product {
    background: url(../../images/prbg.jpg) no-repeat center top;
    height: 758px;
    padding-top: 50px;
}








.xuan {
    background: #fff url(../../images/xbg.png) repeat-x left bottom;
    height: 430px;
    margin-top: 60px;
}


.xuan-top {
    margin: 30px 0;
}

    .xuan-top ul li {
        float: left;
        font-size: 16px;
        color: #fff;
        min-width: 93px;
        height: 34px;
        background: #402a79;
        line-height: 34px;
        margin: 0 7px;
        text-align: center;
        cursor: pointer;
        padding: 0px 10px;
    }

        .xuan-top ul li.active {
            color: #fff;
            background: #f7b000;
        }


.xuan-box {
    padding-top: 10px;
}

.xuan-bone ul li {
    width: 272px;
    height: 262px;
    float: left;
    margin-right: 27px;
    border-bottom: 1px solid #f7b000;
    text-align: center;
    margin-bottom: 45px;
}

    .xuan-bone ul li.li4 {
        margin-right: 0;
    }

    .xuan-bone ul li.last img {
        border: none;
        box-shadow: none;
    }

    .xuan-bone ul li a {
        display: block;
        font-size: 16px;
        color: #333;
        text-decoration: none;
    }

        .xuan-bone ul li a img {
            border: 4px solid #fff;
            box-shadow: 2px 2px 2px 2px #d8e5dc;
        }

        .xuan-bone ul li a span {
            display: block;
            padding-top: 15px;
            font-size: 16px;
            color: #333;
        }

/**/
.new-top a {
    margin-top: -10px;
}

.news {
    min-height: 470px;
    padding-top: 55px;
    background: #fff;
    /*background: linear-gradient(top, #87CEEA, #fcd494);
        background: -ms-linear-gradient(top, #87CEEA, #fcd494);
        background: -webkit-linear-gradient(top, #87CEEA, #fcd494);
        background: -moz-linear-gradient(top, #87CEEA, #fcd494);*/
}

.news-con {
    padding-top: 43px;
}

.new-left {
    width: 570px;
    background: #f7b000;
    height: 306px;
    text-align: center;
    box-shadow: 1px 1px 4px 3px #ccc;
}

    .new-left a {
        text-decoration: none;
    }

        .new-left a img {
            padding-top: 9px;
        }

        .new-left a p {
            text-align: left;
            color: #fff;
            font-size: 16px;
            padding: 0 30px;
            line-height: 60px;
        }

.new-right {
    width: 539px;
}

    .new-right ul li {
        position: relative;
        line-height: 50px;
        border-bottom: 1px dotted #ccc;
    }

        .new-right ul li a {
            float: left;
            font-size: 16px;
            color: #333;
            text-decoration: none;
        }

            .new-right ul li a:hover {
                color: #f7b000;
            }

        .new-right ul li i {
            position: absolute;
            left: 0px;
            bottom: -2px;
            width: 5px;
            height: 5px;
            border-radius: 5px;
            background: #f7b000;
        }

        .new-right ul li span {
            float: right;
            font-size: 16px;
            color: #333;
        }





/**/
.link {
    background: url(../../images/linkbg.jpg) no-repeat center top;
    height: 290px;
    padding-top: 50px;
}

.re-con {
    padding-top: 30px;
}

    .re-con ul li {
        float: left;
        text-align: center;
        margin-right: 15px;
        width: 220px;
        height: 127px;
        background: #fff;
        border: 1px solid #f0efef;
        border-radius: 5px;
        padding-top: 40px;
    }

        .re-con ul li.last {
            margin-right: 0;
        }

        .re-con ul li a {
            text-decoration: none;
        }

            .re-con ul li a p {
                font-size: 18px;
                color: #0b5abd;
                margin-top: 16px;
            }

            .re-con ul li a span {
                display: block;
                font-size: 14px;
                color: #333;
                margin-top: 2px;
            }



/**/
.footer {
    background: url(../../images/fbg.jpg) no-repeat center top;
    height: 490px;
}

.f-left {
    width: 468px;
    position: relative;
}

    .f-left .er {
        position: absolute;
        left: 270px;
        top: 284px;
    }

.ftop {
    padding-top: 100px;
}

    .ftop h4 {
        color: #fff;
        font-size: 36px;
    }

        .ftop h4 span {
            color: #f7b000;
            font-size: 36px;
        }

.f-right {
    width: 702px;
}

.f-rcon {
    margin-top: 30px;
}

    .f-rcon ul li {
        background: url(../../images/fhu.png) no-repeat left top;
        width: 514px;
        height: 50px;
        line-height: 50px;
        margin-bottom: 26px;
    }

        .f-rcon ul li p {
            color: #fff;
            padding-left: 65px;
            font-size: 16px;
        }

            .f-rcon ul li p img {
                padding-right: 5px;
            }

        .f-rcon ul li.li1 {
            /*margin-left: 10px;*/
        }

        .f-rcon ul li.li2 {
            margin-left: 70px;
        }

        .f-rcon ul li.li3 {
            margin-left: 150px;
        }

        .f-rcon ul li.li4 {
            margin-left: 220px;
        }
/**/
.wc-copy {
    background: #403761;
    min-height: 50px;
    padding: 10px 0;
    text-align: center;
}

    .wc-copy p {
        font-size: 14px;
        color: #999;
        line-height: 25px;
    }

        .wc-copy p a {
            color: #999;
        }

/*.wc-copyEnd*/
