/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
}

html, body {
    background: #f5f5f5
}

body {
    font-size: 14px;
    color: #666;
    font-family: "微软雅黑",Arial, Helvetica, sans-serif;
    line-height: 1.8em;
    min-width: 320px
}

a, a:visited {
    text-decoration: none;
    color: #808080;
}

    a:hover {
        color: #dd3831;
    }

    a.red:link, a.red:hover, a.red:visited, .red {
        color: #f7931c;
    }

img {
    border: none;
    zome: 1
}

a:focus {
    outline: none;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
    vertical-align: middle;
}

input:focus {
    outline: none;
}

select:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

textarea {
    -webkit-appearance: none;
}

i.iconfont {
    display: inline-block;
}


/*img:hover{filter:alpha(opacity=80);	-moz-opacity:0.8;	-khtml-opacity: 0.8;	opacity:  0.8;}
*/ li, dl {
    list-style: none;
}

.clear:before, .clear:after {
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
}

.clear {
    clear: both;
}

html {
    position: relative;
}

h1, h2, h3 {
    font-weight: 500;
}

img {
    vertical-align: top;
}

.pic {
    overflow: hidden;
    width: 100%;
}

    .pic img {
        width: 100%;
        transition: all 1s
    }

    .pic:hover img {
        transform: scale(1.1);
    }

.margin {
    width: 1400px;
    margin: 0 auto;
}

#container {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #f7f7f7
}

.menubtn {
    display: none
}

#wrap {
    width: 100%;
    position: relative;
    min-width: 1250px;
}

.header {
    width: 100%;
    min-width: 1250px;
    background: #fff;
    position: relative;
    z-index: 1000;
}

.header-inner {
    margin: 0 auto;
    position: relative;
    padding: 25px 0;
}

.toolbar {
    background: #f2f2f2;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
}

    .toolbar .left {
        float: left;
        width: 50%;
    }

    .toolbar .right {
        float: right;
        width: 50%;
        text-align: right;
    }

.header-phone i {
    margin-right: 5px;
    color: #c30;
    font-weight: bold;
}


.logo {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}

    .logo img {
        width: 100%;
        height: auto;
    }

.user {
    display: none
}

.header-text {
    display: inline-block;
    margin-left: 50px;
    height: 90px;
    line-height: 90px;
}

.menu {
    width: 39%;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
}

    .menu ul li {
        display: inline-block;
        text-align: center;
        position: relative;
        margin-left: 8%;
        cursor: pointer;
        font-size: 16px;
        font-weight: 500;
    }

        .menu ul li a {
            color: #555
        }

        .menu ul li:hover span, .menu ul li.current span {
            padding-bottom: 7px;
            color: #4560b8;
        }

        .menu ul li i {
            display: block;
            font-size: 32px;
            margin-bottom: 8px;
        }



.head-search {
    width: 300px;
    border: 1px solid #d0d0d0;
    overflow: hidden;
    box-sizing: border-box;
    display: inline-block;
    margin: 0px 4%;
    vertical-align: middle;
    position: relative
}

    .head-search .mod-search__input {
        width: 120px;
        float: left;
        height: 35px;
        line-height: 35px;
        border: none;
        margin: 5px;
    }

    .head-search .mod-search__btn-search {
        display: block;
        width: 45px;
        height: 45px;
        float: right;
        background: #d0d0d0;
        text-align: center;
    }

        .head-search .mod-search__btn-search i {
            color: #fff;
            font-size: 1.8em;
            line-height: 45px;
        }

    .head-search select {
        border: none;
        height: 35px;
        line-height: 35px;
        float: left;
        margin: 5px;
    }

    .head-search .cancle {
        display: none;
        width: 20px;
        height: 20px;
        background: url(../images/cancle.png) no-repeat;
        background-size: 100%;
        position: absolute;
        top: 12px;
        right: 60px
    }

.toolbar .right li {
    float: right;
    margin-left: 15px;
    overflow: hidden;
}

    .toolbar .right li.header-login a {
        background: #e64943;
    }

    .toolbar .right li.header-reg a {
        background: #4560b8;
    }

    .toolbar .right li a {
        display: block;
        height: 100%;
        background: #999;
        color: #fff;
        padding: 0 20px;
        height: 25px;
        margin: 7px 0;
        border-radius: 20px;
        overflow: hidden;
        line-height: 25px;
        text-align: center;
        font-size: 14px;
    }

        .toolbar .right li a:hover {
            background: #e1001f;
        }

    .toolbar .right li.user-pic {
        width: 30px;
        height: 30px;
        margin-top: 5px;
        border-radius: 50%;
        overflow: hidden
    }

        .toolbar .right li.user-pic img {
            width: 100%;
            height: auto;
        }



#banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    #banner .flex-viewport {
        width: 100%;
        vertical-align: middle;
    }

    #banner .slides {
        width: 100%;
        vertical-align: middle;
        height:
    }

        #banner .slides li {
            width: 100%;
            height: 100%;
            vertical-align: middle;
            background-size: cover;
        }

            #banner .slides li img {
                width: 100%;
                vertical-align: middle;
            }

    #banner .flex-control-nav {
        position: absolute;
        height: 10px;
        bottom: 15px;
        right: 0;
        width: 100%;
        text-align: center;
        z-index: 11;
    }

        #banner .flex-control-nav li {
            display: inline-block;
            width: 10px;
            margin: 0 5px;
            height: 10px;
        }

            #banner .flex-control-nav li a {
                display: block;
                width: 10px;
                height: 10px;
                border-radius: 50%;
                cursor: pointer;
                background: #fff;
                text-indent: -999em;
                opacity: 0.4;
            }

                #banner .flex-control-nav li a.flex-active {
                    background: #4560b8;
                    opacity: 1
                }

.flex-direction-nav {
    display: none;
}


#footer {
    width: 100%;
    position: relative;
    background: #333333;
    overflow: hidden;
}



.foot {
    overflow: hidden;
    margin: 35px auto;
    position: relative;
}

.link {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.linktit {
    color: #808080;
    font-size: 26px;
    line-height: 50px;
    margin-bottom: 10px;
}

.link li {
    width: 13.5%;
    float: left;
    margin-right: 0.91%;
    background: #4e4e4e;
    height: 35px;
    text-align: center;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

    .link li a {
        color: #fff;
        font-weight: lighter;
        display: block;
    }

.link ul li:hover {
    background: #888
}

.link li:nth-child(7n) {
    margin-right: 0;
}

.footbottom {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.footleft {
    width: 620px;
    float: left;
    color: #fff;
}

.footlink {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-bottom: 10px;
}

    .footlink a {
        font-size: 16px;
        margin: 0 10px;
        color: #fff;
        font-weight: bold;
    }

        .footlink a:nth-child(1) {
            margin-left: 0;
        }

        .footlink a:hover {
            color: #e6403b
        }

.footright {
    display: inline-block;
    float: right;
}

    .footright ul {
        display: inline-block;
        margin-right: 20px;
    }

        .footright ul li {
            float: left;
            margin-right: 20px;
        }

            .footright ul li img {
                width: 100px;
            }

            .footright ul li p {
                font-size: 14px;
                line-height: 30px;
                width: 100%;
                color: #fff;
                text-align: center;
            }

.foot-phone {
    display: inline-block;
    font-size: 30px;
    vertical-align: top;
    line-height: 40px;
    color: #e52237;
}

    .foot-phone b {
        color: #808080;
        font-size: 16px;
        display: block;
        margin-bottom: 10px;
        line-height: 25px;
    }

    .foot-phone h2 {
        font-size: 18px;
        color: #888
    }

.fdjd {
    float: right;
}

    .fdjd h2 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 15px;
    }

.footbox {
    color: #888;
}


.fudong {
    width: 60px;
    position: fixed;
    right: 50px;
    background: #fff;
    border: 1px solid #dcdcdc;
    top: 50%;
    margin-top: -50px;
    z-index: 888;
}

    .fudong div {
        width: 60px;
        border-bottom: 1px solid #dcdcdc;
        position: relative;
        text-align: center;
        font-size: 12px;
    }

        .fudong div i.iconfont {
            font-size: 26px;
            margin-top: 10px
        }

        .fudong div span {
            display: none
        }


        .fudong div img {
            opacity: 0.8;
            display: block;
            height: 30px;
            margin: 0 auto;
            margin-top: 10px;
            width: 30px;
        }

        .fudong div:hover {
            cursor: pointer;
            position: relative
        }

            .fudong div:hover span {
                width: 100px;
                display: block;
                position: absolute;
                top: 0px;
                left: -100px;
                border: 1px solid #dcdcdc;
                background: #fff;
                padding: 5px 30px
            }

            .fudong div:hover img {
                position: absolute;
                left: 0px;
                top: 0px;
                opacity: 1;
                transform: scale(5);
                z-index: 100
            }


            .fudong div:hover p {
                color: #4560b8
            }




@media( max-width:900px) {
    .mask {
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        position: fixed;
        z-index: 10;
        display: none;
    }

    #wrap {
        min-width: 100%;
    }

    .header {
        min-width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        background: rgba(255,255,255,1);
    }

    .head-top, .head-search, .user-center, .phone, .header-category, .toolbar {
        display: none;
    }

    .header-inner {
        width: 100%;
        margin: 5px auto;
        padding: 5px 0;
    }

        .header-inner .logo {
            display: inline-block;
            width: 60%;
        }

            .header-inner .logo img {
                height: 40px;
                width: auto;
                display: inline-block;
                margin-top: 0
            }


    .header-text {
        float: right;
        margin-left: 0px;
        height: 50px;
        line-height: 50px;
    }

    .height-right {
        display: none
    }

    .fudong {
        display: none;
    }

    .margin {
        width: 94%;
        margin: 0 auto;
    }

    .menu {
        height: auto;
        border: none;
        display: block
    }

    .menubtn {
        width: 50px;
        height: 50px;
        position: fixed;
        right: 2%;
        top: 13px;
        z-index: 999;
        margin: 0;
        display: block
    }

        .menubtn i {
            color: #4560b8;
            font-size: 36px;
        }

    .user {
        display: inline-block;
        width: 30px;
        height: 30px;
        position: fixed;
        right: 60px;
        top: 10px;
        z-index: 999;
        background: url(../images/user.png) #ccc center no-repeat;
        background-size: 100%;
        border-radius: 50%;
        border: 1px solid #ccc;
        margin: 0;
    }

        .user a {
            width: 30px;
            height: 30px;
            display: block;
            overflow: hidden;
            text-indent: 100px
        }

    .menu ul {
        position: fixed;
        right: -120px;
        transition: all 0.6s;
        top: 67px;
        background: #4560b8;
        width: 120px;
        height: 100%;
        padding-top: 40px;
    }

        .menu ul li {
            display: block;
            font-size: 16px;
            margin: 0;
            width: 100%;
            text-align: center;
            margin-bottom: 10px;
        }

            .menu ul li i {
                display: inline-block;
                vertical-align: middle;
                margin-right: 8px;
            }

            .menu ul li a {
                color: #fff;
                font-size: 18px;
                display: block;
                padding: 15px 0;
            }

            .menu ul li:hover span, .menu ul li.current span {
                color: #fff;
            }

            .menu ul li.current {
                background: rgba(0,0,0,0.2);
            }

    .menu.openmenu ul {
        right: 0;
    }

    #banner {
        width: 100%;
        position: relative;
        margin-top: 50px;
    }

    .flex-control-nav {
        display: none
    }

    #footer {
        width: 100%;
        position: relative;
        background: #fff;
        overflow: hidden;
    }

    .bottom {
        display: none;
    }

    .foot {
        width: 90%;
        margin: 20px auto;
    }

    .link {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .linktit {
        font-size: 18px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .link li {
        width: auto;
        font-size: 12px;
        margin-right: 1%;
        height: 25px;
        line-height: 25px;
    }

    .link ul li a {
        display: block;
        padding: 0 5px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .link li:nth-child(7n) {
        margin-right: 1%;
    }

    .link li:nth-child(4n) {
        margin-right: 0;
    }

    .footbottom {
        width: 100%;
        overflow: hidden;
        margin-top: 20px;
    }

    .footleft {
        width: 100%;
        float: none;
        color: #333;
    }

    .footlink {
        display: none;
    }

    .footright {
        width: 100%;
        float: none;
        display: none;
    }

        .footright ul {
            display: inline-block;
            margin-right: 20px;
        }
}
