﻿@charset "utf-8";


* {
    padding: 0px;
    margin: 0px;
}

ul, li, dl, dd, ol {
    list-style-type: none;
}

html {
    font-size: 62.5%;
}

html, body {
    font-family: "微软雅黑";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
}

    body.f5 {
        background-color: #F5F5F5;
    }

    body.bai {
        background-color: #fff;
    }

a {
    display: block;
    text-decoration: none;
}

input, button {
    border: none;
    outline: none;
}

img {
    border: none;
}

select {
    border: 0;
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari 和 Chrome */
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/*ie8以下*/

.ieBody {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ieBg {
    width: 100%;
    height: 100%;
    background-color: #F5F5F5;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100;
}

    .ieBg p {
        width: 60%;
        height: auto;
        background-color: #ff3040;
        margin: 200px auto 0 auto;
        color: #fff;
        font-size: 24px;
        font-family: "微软雅黑";
        text-align: center;
        padding-bottom: 50px;
        padding-top: 50px;
    }


/*head*/


.head {
    overflow: visible;
}


.tit {
    overflow: hidden;
    width: 100%;
    height: 40px;
    background-color: #f5f5f5;
}

    .tit h1 {
        width: 1200px;
        height: 100%;
        line-height: 40px;
        font-size: 14px;
        color: #333333;
        text-align: right;
        margin: 0 auto;
        font-weight: normal;
    }

        .tit h1 a {
            color: #333333;
        }

/*homeFixed*/

.homeFixed {
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: #fff;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10;
    border-bottom: solid 1px #cd9e46;
    display: none;
}

    .homeFixed .headCen {
        padding-bottom: 20px;
        padding-top: 20px;
    }

.homeFixedTop {
    -webkit-animation: searchTop .5s ease-in-out;
    -moz-animation: searchTop .5s ease-in-out;
    animation: searchTop .5s ease-in-out;
}

@-webkit-keyframes searchTop {
    0% {
        top: -95px;
    }

    to {
        top: 0;
    }
}

@-moz-keyframes searchTop {
    0% {
        top: -95px;
    }

    to {
        top: 0;
    }
}

@keyframes searchTop {
    0% {
        top: -95px;
    }

    to {
        top: 0;
    }
}

/*headTop*/

.headTop {
    overflow: visible;
    width: 100%;
    background-color: #fff;
    height: auto;
    border-bottom: solid 2px #cd9e46;
}

.headCen {
    width: 1200px;
    height: auto;
    overflow: visible;
    margin: 0 auto;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    padding-bottom: 45px;
    padding-top: 45px;
}

.logo {
    width: 201px;
    height: 40px;
    overflow: hidden;
}

    .logo img {
        display: block;
        width: 100%;
        height: 100%;
    }

.headForm {
    width: 774px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

    .headForm .hform {
        width: 100%;
        height: auto;
        overflow: hidden;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        -moz-align-items: center;
        -o-align-items: center;
        align-items: center;
    }

.headSear {
    overflow: hidden;
    width: 604px;
    height: 52px;
    border-radius: 10px;
    border: solid 1px #cf9d48;
    position: relative;
}

.headSearBtn {
    width: 70px;
    height: 52px;
    background-color: #cf9d48;
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
}

    .headSearBtn img {
        display: block;
        width: 25px;
        height: 25px;
        margin: 0 auto;
    }

    .headSearBtn button {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        cursor: pointer;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    }

.headSear input {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    text-indent: 1em;
}

    .headSear input::-webkit-input-placeholder {
        color: #b2b2b2;
    }

    .headSear input:-moz-placeholder {
        color: #b2b2b2;
    }

    .headSear input::-moz-placeholder {
        color: #b2b2b2;
    }

    .headSear input:-ms-input-placeholder {
        color: #b2b2b2;
    }

/*headGou*/

.headGou {
    width: 142px;
    height: 40px;
    border: solid 1px #808080;
    border-radius: 10px;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

    .headGou a {
        width: 100%;
        height: 100%;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -o-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        position: relative;
    }

    .headGou img {
        width: 22px;
        height: 22px;
    }

    .headGou p {
        font-size: 16px;
        color: #333;
        margin-left: 1em;
    }

    .headGou i {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        font-size: 16px;
        color: #fff;
        text-align: center;
        line-height: 20px;
        display: block;
        background-color: #cf9d48;
        font-style: normal;
        position: absolute;
        right: 0.5em;
        top: 1px;
        margin-right: 0px;
        margin-top: 0px;
    }

/*headSign*/

.headSign {
    overflow: visible;
  
}

.headSignOne {
    display: flex;
    position: absolute;
    top: 5px;
    right: 5px;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

    .headSignOne a {
        font-size: 16px;
        color: #333;
        padding-left: 1em;
        padding-right: 1em;
        display: flex;
    }

    .headSignOne i {
        width: 2px;
        height: 20px;
        background-color: #e3e3e3;
        display: block;
    }

    .headSignOne a:first-child {
        color: #cc9c47;
    }

/*headSignTwo*/

.headSignTwo {
    overflow: visible;
    position: relative;
}


.headSignTwoA, .headSignTwoA a {
    overflow: hidden;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

    .headSignTwoA > a img {
        display: block;
    }

        .headSignTwoA > a img.signPhoto {
            width: 30px;
            height: 30px;
            border-radius: 50%;
        }

    .headSignTwoA p {
        font-size: 16px;
        color: #333;
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    .headSignTwoA > img.signUp {
        width: 10px;
        height: 6px;
    }

/*headUpa*/

.headUpa {
    width: 270px;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    border: solid 1px #e6e6e6;
    position: absolute;
    left: 0px;
    top: 40px;
    z-index: 5;
    margin-top: 0px;
    display: none;
}

    .headUpa ul {
        overflow: hidden;
    }

        .headUpa ul li {
            float: left;
            width: 90px;
        }

            .headUpa ul li a {
                display: block;
                width: 100%;
                height: auto;
                overflow: hidden;
                font-size: 16px;
                color: #333;
                line-height: 32px;
                text-align: center;
            }

                .headUpa ul li a:hover {
                    background-color: #cd9e46;
                    color: #fff;
                }


/*headName*/

.headName {
    width: 1200px;
    height: auto;
    overflow: hidden;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    margin: 0 auto;
}

.headTit {
    width: 320px;
    height: 40px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #cf9d48;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.headName ul {
    overflow: hidden;
    display: flex;
}


    .headName ul li {
        overflow: hidden;
        padding-left: 35px;
        padding-right: 35px;
    }

        .headName ul li a {
            font-size: 18px;
            color: #333;
        }

            .headName ul li a:hover {
                color: #cf9d48;
            }

/*homeAside*/

.homeAside {
    width: 100px;
    height: 400px;
    overflow: hidden;
    position: fixed;
    right: 15em;
    top: 76%;
    margin-right: 0px;
    margin-top: -20%;
    background-color: #fff;
    z-index: 9;
}

.homeAa {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #cf9d48;
}

    .homeAa img {
        display: block;
        width: 46px;
        height: 37px;
        margin: 0 auto;
        padding-bottom: 15px;
        padding-top: 15px;
    }

.homeAside ul {
    width: 100%;
    height: 260px;
    overflow-y: scroll;
}

    .homeAside ul li {
        overflow: hidden;
        cursor: pointer;
    }

        .homeAside ul li a {
            font-family: "微软雅黑";
            font-size: 16px;
            color: #333;
            width: 80%;
            height: auto;
            overflow: hidden;
            margin: 0 auto;
            text-align: center;
            line-height: 55px;
            border-bottom: solid 1px #e6e6e6;
        }

.homeAb {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 18px;
    padding-top: 18px;
    cursor: pointer;
}

    .homeAb:hover {
        background: -webkit-linear-gradient(#cd9b44, #bf8c30);
        background: -o-linear-gradient(#cd9b44, #bf8c30);
        background: -moz-linear-gradient(#cd9b44, #bf8c30);
        background: linear-gradient(#cd9b44, #bf8c30);
    }

        .homeAb:hover figcaption {
            color: #fff;
        }

    .homeAb img {
        display: block;
        width: 19px;
        height: 11px;
        margin: 0 auto;
    }

    .homeAb figcaption {
        font-size: 16px;
        color: #333;
        text-align: center;
        /*margin-top: 10px;*/
    }

.homeAside ul li:hover {
    background: -webkit-linear-gradient(#cd9b44, #bf8c30);
    background: -o-linear-gradient(#cd9b44, #bf8c30);
    background: -moz-linear-gradient(#cd9b44, #bf8c30);
    background: linear-gradient(#cd9b44, #bf8c30);
}

    .homeAside ul li:hover a {
        color: #fff;
        border-bottom: none;
        border-top: solid 1px #daae63;
    }

.homeAside ul li.homeLiActive {
    background: -webkit-linear-gradient(#cd9b44, #bf8c30);
    background: -o-linear-gradient(#cd9b44, #bf8c30);
    background: -moz-linear-gradient(#cd9b44, #bf8c30);
    background: linear-gradient(#cd9b44, #bf8c30);
}

    .homeAside ul li.homeLiActive a {
        color: #fff;
        border-bottom: none;
        border-top: solid 1px #daae63;
    }

/*footer*/

.footer {
    overflow: hidden;
    background-color: #3f3f3f;
    margin-top: 30px;
}

    .footer .w {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }

    .footer .left-w {
        width: 30%;
        float: left;
        padding: 20px 0;
    }

        .footer .left-w .img-w {
            width: 130px;
            height: 130px;
            float: left;
            margin-right: 20px;
        }

            .footer .left-w .img-w img {
                width: 100%;
                height: 100%;
            }

        .footer .left-w .txt-w {
            color: #fff;
            font-weight: 700;
            font-size: 20px;
        }

            .footer .left-w .txt-w p {
                line-height: 130px;
            }

    .footer .r-w {
        width: 70%;
        float: right;
        overflow: hidden;
        margin: 0 auto;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        -moz-align-items: center;
        -o-align-items: center;
        align-items: center;
        padding-bottom: 45px;
        padding-top: 45px;
    }

/*footerCenDiv*/

.footerCenDiv {
    width: 100%;
    overflow: hidden;
    border-left: solid 2px #565656;
}

/*fCenter*/

.fCenter {
    width: 75%;
    overflow: hidden;
    margin: 0 auto;
}

    .fCenter p {
        font-size: 14px;
        color: #808080;
        display: flex;
    }

        .fCenter p:first-child span {
            margin-left: 42px;
        }

        .fCenter p a:first-child {
            margin-left: 31px;
        }

        .fCenter p a {
            color: #fff;
            font-weight: 600;
            display: inline-block;
            margin-right: 31px;
            font-family: "微软雅黑";
        }

        .fCenter p span {
            margin-left: 29px;
            color: #808080;
        }

        .fCenter p:last-child {
            margin-top: 35px;
        }


/**导流分类*/

.listMenu .hoTopLeft {
    border: solid 1px #E6E6E6;
    height: 360px;
}

.listMenu .hoTopLeft {
    width: 318px;
}

.listMenu .hoCen {
    left: 320px;
}

.navActive a {
    border-bottom: solid 2px #fff;
}
