/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
}

html, body {
    background: #f3f3f3
}

body {
    font-size: 14px;
    color: #808080;
    font-family: "微软雅黑";
    line-height: 1.8em;
}

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;
}

.J_iframe {
    background: #fff;
}
/*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);
    }


#wrap {
    width: 100%;
    position: relative;
    min-width: 1250px;
}

.header {
    width: 100%;
    min-width: 1250px;
    position: relative;
    z-index: 1000;
    background: #fff
}

.head-top {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #e7e9e8;
    position: relative;
    overflow: hidden;
}

.margin {
    width: 1250px;
    margin: 0 auto;
}

.headleft {
    display: inline-block;
    height: 50px;
}

.headright {
    display: inline-block;
    height: 50px;
    float: right
}

.headleft li {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    line-height: 50px;
    color: #20335b
}

    .headleft li a {
        color: #20335b
    }

    .headleft li:hover a {
        color: #dd3831
    }

.headright li {
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
    line-height: 50px;
    color: #20335b
}

    .headright li a {
        color: #20335b
    }

    .headright li:hover a {
        color: #dd3831
    }
/*.headright li.zc{ padding-left:85px; background:url(../images/topic.png) left center no-repeat}*/

.head-center {
    width: 1250px;
    height: 80px;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
}

    .head-center .logo {
        display: inline-block;
        height: 80px;
        position: relative;
        z-index: 9999
    }

        .head-center .logo img {
            height: 80px;
            display: inline-block;
        }

        .head-center .logo .logotext {
            height: 40px;
            display: inline-block;
            line-height: 20px;
            margin-top: 25px;
            border-left: 1px solid #dadada;
            padding-left: 10px;
            margin-left: 15px
        }

.search {
    width: 370px;
    height: 45px;
    display: inline-block;
    border: 3px solid #425581;
    box-sizing: border-box;
    vertical-align: top;
    margin: 22px 0;
    margin-left: 45px;
}

    .search select {
        width: 65px;
        text-indent: 5px;
        line-height: 39px;
        float: left;
        height: 39px;
        background: none;
        border: none;
        text-align: center;
        float: left
    }

    .search .text {
        width: 250px;
        float: left;
        height: 39px;
        line-height: 39px;
        background: none;
        border: none;
        text-indent: 10px;
    }

    .search .submit {
        width: 48px;
        height: 39px;
        background: #425581 url(../images/sel.png) center no-repeat;
        border: none;
        float: right;
        cursor: pointer;
    }

.user-center {
    display: inline-block;
    float: right;
    height: 80px;
    padding-left: 70px; /*background:url(../images/toppc1.png) left 
center no-repeat;*/
    vertical-align: top;
    position: relative;
}

    .user-center img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 17px
    }

    .user-center p {
        color: #000;
        line-height: 35px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        margin-top: 5px;
    }

    .user-center a {
        display: inline-block;
        width: 90px;
        height: 30px;
        background: #425581;
        color: #fff;
        text-align: center;
        line-height: 30px;
        border-radius: 15px;
        overflow: hidden;
        font-size: 14px;
    }

        .user-center a.to-login {
            background: #e3001e
        }

        .user-center a:hover {
            opacity: 0.8
        }

.menu {
    width: 100%;
    height: 40px;
    border-bottom: 2px solid #dd3831;
    position: relative;
    z-index: 33;
}

.header-category {
    height: 40px;
    width: 300px;
    overflow: visible;
    position: relative;
    display: inline-block;
    background: #dd3831;
}

.header-category-text {
    width: 100%;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: bold;
}

    .header-category-text a {
        color: #fff;
    }

.index-cate {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    height: 572px;
    z-index: 50;
    background: rgba(63,82,120,0.7);
}

    .index-cate li {
        position: relative;
        width: 100%;
        padding: 4px 0 10px 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

.nav-first h3 {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    line-height: 24px;
    padding: 11px 15px 0;
    font-size: 16px;
}

    .nav-first h3 a {
        color: #fff;
        font-weight: 700;
    }

.nav-hot {
    padding: 0px 10px 0px 15px;
    overflow: hidden;
}

    .nav-hot a {
        vertical-align: middle;
        margin-right: 8px;
        _margin-right: 7px;
        color: #c6cbd7;
        font-size: 13px;
        white-space: nowrap
    }

.index-cate a:hover {
    text-decoration: underline;
    color: #dd3831
}

.header-category:hover .index-cate {
    display: block;
}

.menulist {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 35px;
}

    .menulist li {
        display: inline-block;
        line-height: 40px;
        font-size: 18px;
        font-weight: bold;
        margin: 0 22px;
    }

        .menulist li a {
            color: #20335b
        }

        .menulist li:hover a {
            color: #dd3831
        }

.phone {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    float: right;
    color: #dd3831;
    padding-left: 30px;
    background: url(../images/phone.png) left center no-repeat;
    font-size: 22px;
    font-weight: bold;
    font-family: Impact
}

.menulist li.current a {
    color: #dd3831
}


#banner {
    width: 100%;
    position: relative;
    height: 410px;
}

    #banner .flex-viewport {
        width: 100%;
        vertical-align: middle;
        height: 410px;
    }

    #banner .slides {
        width: 100%;
        vertical-align: middle;
        height: 410px;
    }

        #banner .slides li {
            width: 100%;
            height: 100%;
            vertical-align: middle;
            background-size: cover;
        }

            #banner .slides li img {
                width: 100%;
                vertical-align: middle;
            }

            #banner .slides li a {
                display: block;
                width: 100%;
                height: 100%
            }

    #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: 30px;
            margin: 0 5px;
            height: 4px;
        }

            #banner .flex-control-nav li a {
                display: block;
                width: 100%;
                height: 4px;
                cursor: pointer;
                background: #fff;
                text-indent: -999em;
                opacity: 0.4;
            }

                #banner .flex-control-nav li a.flex-active {
                    width: 100%;
                    height: 4px;
                    opacity: 1
                }

    #banner .flex-direction-nav {
        display: none;
    }


#footer {
    width: 100%;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.bottom {
    width: 100%;
    position: relative;
    background: #f3f3f3;
    overflow: hidden;
}

    .bottom ul {
        width: 1250px;
        overflow: hidden;
        margin: 35px auto;
        position: relative;
    }

        .bottom ul li {
            width: 20%;
            padding: 0 2% 0 0;
            box-sizing: border-box;
            float: left;
            text-align: center;
        }

            .bottom ul li a {
                display: block;
                padding-left: 75px;
                box-sizing: border-box;
            }

            .bottom ul li:nth-child(1) a {
                background: url(../images/bo1.jpg) left center no-repeat;
            }

            .bottom ul li:nth-child(2) a {
                background: url(../images/bo2.jpg) left center no-repeat;
            }

            .bottom ul li:nth-child(3) a {
                background: url(../images/bo3.jpg) left center no-repeat;
            }

            .bottom ul li:nth-child(4) a {
                background: url(../images/bo4.jpg) left center no-repeat;
            }

            .bottom ul li:nth-child(5) a {
                background: url(../images/bo5.jpg) left center no-repeat;
            }

            .bottom ul li h2 {
                color: #000;
                font-size: 20px;
                line-height: 30px;
                margin-bottom: 5px;
                text-align: left
            }

            .bottom ul li p {
                color: #808080;
                font-size: 13px;
                white-space: nowrap;
                line-height: 20px;
                text-align: left
            }

            .bottom ul li:hover h2 {
                color: #2470eb
            }

.foot {
    width: 1250px;
    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: #efefef;
    height: 35px;
    text-align: center;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

    .link li a {
        color: #000;
        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: 520px;
    float: left;
    color: #333;
    font-weight: lighter
}

.footlink {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-bottom: 10px;
}

    .footlink a {
        font-size: 16px;
        margin: 0 10px;
        color: #808080;
        font-weight: bold;
    }

        .footlink a:nth-child(1) {
            margin-left: 0;
        }

        .footlink a:hover {
            color: #e6403b
        }

.footright {
    width: 690px;
    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: #333;
                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: 31px;
        color: #333
    }

.fdjd {
    float: right;
    width: 180px;
}

    .fdjd h2 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .fdjd a {
        margin-right: 10px;
    }

@media( max-width:1000px) {
    #wrap {
        min-width: 100%;
    }

    .header {
        min-width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        background: rgba(255,255,255,1);
        height: 50px;
        box-shadow: 1px 1px 1px #dd3831;
    }

    .head-top, .search, .phone, .header-category {
        display: none;
    }

    .head-center {
        width: 100%;
        height: 40px;
        margin: 5px auto;
    }

        .head-center .logo {
            display: inline-block;
            height: 40px;
            margin-left: 5%
        }

            .head-center .logo img {
                height: 40px;
                display: inline-block;
            }

            .head-center .logo .logotext {
                display: none;
            }

    .margin {
        width: 92%;
        margin: 0 auto;
    }

    .menu {
        height: auto;
        border: none;
        position: absolute;
        left: 0;
        top: 0
    }

    .menubtn {
        width: 50px;
        height: 50px;
        position: fixed;
        right: 3%;
        top: 0;
        z-index: 999;
        background: url(../images/mebubtn.png) center no-repeat;
        margin: 0;
    }

    .menulist ul {
        position: fixed;
        right: -160px;
        transition: all 0.6s;
        top: 50px;
        background: rgba(63,86,130,0.6);
        width: 160px;
        height: 100%;
        padding-top: 40px;
    }

    .menulist li {
        display: block;
        font-size: 16px;
        margin: 0;
        width: 100%;
        text-align: center;
    }

        .menulist li a {
            color: #fff
        }

    .menulist.openmenu ul {
        right: 0;
    }

    .user-center a, .user-center p {
        display: none;
    }

        .user-center a.to-login {
            display: block;
            position: fixed;
            width: 50px;
            height: 50px;
            right: 60px;
            top: 0;
            z-index: 999;
            background: url(../images/user.png) center no-repeat;
            margin: 0;
            background-size: 32px auto;
            text-indent: -999em;
        }

    .user-center img {
        position: fixed;
        width: 32px;
        height: 32px;
        right: 70px;
        left: auto;
        top: 9px;
        border-radius: 50%;
        overflow: hidden;
        background: #eee;
    }

    #banner {
        width: 100%;
        position: relative;
        height: 200px;
        margin-top: 50px;
    }

        #banner .flex-viewport {
            height: 200px;
        }

        #banner .slides {
            height: 200px;
        }

    #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: 24.25%;
        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;
        font-weight: lighter
    }

    .footlink {
        display: none;
    }

    .footright {
        width: 100%;
        float: none;
        display: none;
    }

        .footright ul {
            display: inline-block;
            margin-right: 20px;
        }
}
