﻿@charset "utf-8";
@import "reset.css";
/*globe*/
* {
    margin: 0;
    padding: 0;
}

body {
    color: #666;
    background: #fff;
    font-family: "Alibaba Sans", Arial;
    font-size: 14px;
}

a {
    color: #666;
    font-family: "Alibaba Sans", Arial;
    text-decoration: none;
    font-size: 14px;
}

    a:hover {
        color: #ea5504;
        text-decoration: none;
    }



.cl {
    clear: both;
}

.blank {
    height: 10px;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.shake {
    position: relative;
    top: 30px;
    left: 100px;
    width: 200px;
    color: #0000ff;
}

    .shake:hover {
        -webkit-animation: shake 0.2s infinite;
        animation: shake 0.2s infinite;
    }

/* 关于我们 */
.sx-index-about {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

    .sx-index-about .about-contain {
        width: 1190px;
        margin: 0 auto;
        font-size: 14px;
    }

        .sx-index-about .about-contain .title-wrap {
            color: #666;
            border-bottom: 2px solid #ddd;
            line-height: 45px;
            height: 45px;
        }

            .sx-index-about .about-contain .title-wrap .us {
                display: inline-block;
                border-bottom: 2px solid #db333a;
                font-size: 18px;
                height: 44px;
                font-weight: bold;
            }

            .sx-index-about .about-contain .title-wrap .about {
                float: right;
            }

        .sx-index-about .about-contain .about-list {
            width: 100%;
            margin: 40px auto 60px auto;
        }

        .sx-index-about .about-contain .about-list-i {
            display: inline-block;
            width: 390px;
            height: 180px;
            vertical-align: top;
            background: #fff;
        }

        .sx-index-about .about-contain .gray {
            background: rgb(247, 247, 247);
        }

        .sx-index-about .about-contain .about-list-i .title {
            font-size: 18px;
            color: #db333a;
            margin: 30px auto 10px 30px;
        }

            .sx-index-about .about-contain .about-list-i .title img {
                width: auto;
                height: 30px;
                overflow: hidden;
            }

        .sx-index-about .about-contain .about-list-i .text {
            font-size: 12px;
            margin-left: 30px;
            width: 350px;
            color: #666;
            line-height: 23px;
        }

            .sx-index-about .about-contain .about-list-i .text b {
                font-size: 18px;
                letter-spacing: 2px;
                font-weight: normal;
            }

        .sx-index-about .about-contain .about-list-i img {
            display: inline-block;
            width: 390px;
            height: 180px;
            background-size: 390px 180px;
        }


/*-----------------首页开始-------------------*/
#w {
    background: url(../img/bg1.png) no-repeat right top #f3f3f3;
    margin: 0 auto;
    min-height: 480px;
    overflow-x: hidden;
    padding: 0;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.w1 {
    width: 1200px;
    padding: 10px;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.3);
    margin: 50px auto;
}

.blank {
    height: 15px;
    overflow: hidden;
}

.blank2 {
    height: 25px;
    overflow: hidden;
}

.blank6 {
    height: 75px;
    overflow: hidden;
}

.titel {
    line-height: 40px;
    overflow: hidden;
    color: #666;
    font-size: 24px;
    letter-spacing: 3px;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}

    .titel span {
        display: block;
        color: #333;
        font-size: 28px;
        letter-spacing: 1px;
    }

        .titel span b {
            font-weight: normal;
            color: #e60012;
            padding-right: 10px;
        }

.titel1 {
    line-height: 30px;
    overflow: hidden;
    color: #666;
    font-size: 18px;
    letter-spacing: 3px;
    margin-top: 1px;
    margin-bottom: 20px;
}

    .titel1 span {
        display: block;
        color: #333;
        font-size: 18px;
        letter-spacing: 1px;
    }

        .titel1 span b {
            font-weight: normal;
            color: #e60012;
            padding-right: 10px;
        }

.inabout {
    width: 710px;
    color: #3a3a3a;
    line-height: 32px;
    margin-top: 10px;
    padding: 0 30px;
    font-size: 16px;
}

    .inabout p {
        letter-spacing: 0px;
        margin-bottom: 20px;
    }

.more a {
    background: url(images/more.png) no-repeat right center;
    float: right;
    color: #333;
    font-size: 16px;
    padding-right: 20px;
}

    .more a:hover {
        color: #e60012;
    }




.zcpz dl {
    list-style: none;
    margin: 15px 36px;
    float: left;
    width: 220px;
    height: 168px;
    background-color: #fff;
    border: 1px solid #e60012;
    padding: 20px;
    transition: all ease-in .5s;
    border-radius: 10px;
}

    .zcpz dl dt {
        display: block;
        width: 80px;
        height: 75px;
        background: url(../img/icon/1.png) no-repeat center top;
        margin: 0 auto;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 5px;
        overflow: hidden;
        transition: all ease .5s;
    }

    .zcpz dl dd {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        
        color: #333;
        line-height: 25px;
        letter-spacing: 0px;
        height: 60px;
        transition: all ease-in .5s;
        margin-bottom: 30px;
    }

    .zcpz dl:nth-child(2) dt {
        background: url(../img/icon/2.png) no-repeat center top;
    }

    .zcpz dl:nth-child(3) dt {
        background: url(../img/icon/3.png) no-repeat center top;
    }

    .zcpz dl:nth-child(4) dt {
        background: url(../img/icon/4.png) no-repeat center top;
    }

    .zcpz dl.chover1 {
        background-color: #e60012;
        color: #fff;
        box-shadow: #c2c2c2 0px 0px 6px;
    }

        .zcpz dl.chover1 dt {
            background-position: center -75px;
        }

        .zcpz dl.chover1 dd, .zcpz dl.chover1 dd h1 {
            color: #fff;
        }

.inewsl {
    width: 580px;
    overflow: hidden;
}

    .inewsl dl {
        list-style: none;
        padding: 15px;
        transition: all ease .5s;
        border-bottom: 1px dashed #cecece;
        margin: 0 10px;
    }

        .inewsl dl dt {
            width: 190px;
            float: left;
            overflow: hidden;
        }

            .inewsl dl dt img {
                width: 180px;
                overflow: hidden;
            }

        .inewsl dl dd {
            width: 320px;
            float: right;
            line-height: 25px;
            font-size: 14px;
            color: #8b8b8b;
            transition: all ease .5s;
        }

            .inewsl dl dd h1 a {
                line-height: 35px;
                font-size: 18px;
                font-weight: normal;
                color: #313131;
                transition: all ease .5s;
            }

            .inewsl dl dd a {
                font-size: 14px;
            }

                .inewsl dl dd a.nmore {
                    color: #999;
                }

        .inewsl dl.nhover1 {
            background-color: #f3f3f3;
        }

            .inewsl dl.nhover1 dd h1 a, .inewsl dl.nhover1 dd a.nmore {
                color: #bd0000;
            }

/*.wzxx1 ul {
    list-style: none;
    padding: 10px;
}*/

   /* .wzxx1 ul li {
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        color: #999;
        border-bottom: 1px dashed #ccc;
        font-size: 12px;
    }*/

       /* .wzxx1 ul li a {
            display: block;
            line-height: 40px;
            height: 40px;
            background: url(../img/dian.png) no-repeat left center;
            padding-left: 15px;
            font-size: 14px;
            overflow: hidden;
        }*/

          /*  .wzxx1 ul li a:hover {
                background: url(../img/dian1.png) no-repeat left center;
                color: #e60012;
            }*/





.inews {
    width: 580px;
    overflow: hidden;
}

    .inews dl {
        list-style: none;
        padding: 15px;
        transition: all ease .5s;
        border-bottom: 1px dashed #cecece;
        height: 120px;
        overflow: hidden;
        margin: 0 10px;
    }

        .inews dl dt {
            background-color: #e4e4e4;
            padding: 15px;
            text-align: center;
            width: 90px;
            height: 90px;
            color: #999;
            line-height: 20px;
            float: left;
            font-size: 14px;
            overflow: hidden;
            transition: all ease .5s;
        }

            .inews dl dt span {
                display: block;
                font-size: 24px;
                line-height: 40px;
            }

        .inews dl dd {
            width: 500px;
            float: right;
            line-height: 25px;
            font-size: 14px;
            color: #8b8b8b;
            transition: all ease .5s;
        }

            .inews dl dd h1 a {
                line-height: 35px;
                font-size: 18px;
                font-weight: normal;
                color: #313131;
                transition: all ease .5s;
            }

            .inews dl dd a {
                font-size: 14px;
            }

        .inews dl.ehover1 {
            background-color: #efefef;
        }

            .inews dl.ehover1 dd h1 a {
                color: #c50000;
            }

.nmore a {
    background-color: #e60012;
    display: inline-block;
    padding: 0 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    margin: 30px 40px 5px auto;
    transition: all ease .5s;
    transition: all ease-in .3s;
    border-radius: 20px;
}

    .nmore a:hover {
        border-radius: 20px;
        background-color: #c50000;
    }


footer {
    background-color: #222222;
    margin: 0 auto;
    color: #fff;
}

#footer {
    background-color: #dfdfdf;
    color: #5e5e5e;
    padding-top: 10px;
}

.fodh {
    /*background: url(../img/wx.png) no-repeat 1050px center;*/
    padding: 20px 0 10px 0;
    width: 1200px;
    margin: 0 auto;
    padding-right: 150px;
}

.foterwz {
    line-height: 25px;
    width: 800px;
    float: left;
    color: #5f5f5f;
    font-size: 14px;
}

.sico {
    background: url(../img/sico.png) no-repeat left top;
    padding-left: 53px;
}

.gico {
    background: url(../img/gico.png) no-repeat left top;
    padding-left: 53px;
}

.foterwz h1, .foterwz h1 a {
    font-size: 18px;
    color: #333;
    line-height: 50px;
    height: 50px;
    font-weight: normal;
}

.fterw {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    height: 36px;
    line-height: 36px;
    color: #ffffff;
    font-size: 14px;
}

    .fterw a {
        color: #ffffff;
    }

    .fterw span {
        padding: 0 20px;
    }
/*------------------------内容页开始------------------*/
.leftmenu {
    width: 190px;
    float: left;
    overflow: hidden;
    z-index: 9;
    background-color: #fff;
    margin-top: 10px;
}

.box ul {
    list-style: none;
    padding: 0px;
}

    .box ul li {
        transition: all ease-in .5s;
        display: block;
    }

        .box ul li a {
            display: block;
            height: 40px;
            line-height: 40px;
            font-size: 16px;
            color: #464646;
            letter-spacing: 2px;
            transition: all ease-in .5s;
            margin: 5px 0;
            text-align: center;
        }

            .box ul li.active a, .box ul li a:hover {
                background-color: #da251c;
                color: #fff;
            }

.cenright {
    width: 940px;
    font-size: 16px;
    line-height: 35px;
    min-height: 300px;
    margin: 0 auto;
    padding: 10px 20px;
}

    .cenright img {
        max-width: 700px;
    }

        .cenright img.fr {
            margin-left: 30px;
        }

        .cenright img.fl {
            margin-right: 30px;
        }

.titel2 {
    text-align: left;
    font-size: 20px;
    color: #da251c;
    letter-spacing: 3px;
    margin: 0px 0 20px 0;
    padding-left: 20px;
    background: url(../img/titelbg.png) no-repeat left center;
}

    .titel2 span {
        display: inline-block;
        font-size: 14px;
        color: #999;
        padding-left: 5px;
        letter-spacing: 1px;
        text-transform: Uppercase;
        background: url(../img/tite1.png) no-repeat right center #fff;
        padding-right: 40px;
    }

        .titel2 span i {
            font-style: normal;
        }

.centern {
    padding: 20px 40px 50px 40px;
    line-height: 35px;
    font-size: 16px;
    color: #666;
    margin: 0 auto;
    letter-spacing: 1px;
}


.side_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: -1;
}

    .side_banner img {
        width: 100%;
        overflow: hidden;
    }

.wzxx dl {
    list-style: none;
    padding: 20px 20px;
    transition: all ease .5s;
    border-bottom: 1px dashed #ccc;
}

    .wzxx dl dt {
        background-color: #f2f2f4;
        text-align: center;
        width: 150px;
        height: 90px;
        color: #999999;
        line-height: 20px;
        float: left;
        font-size: 14px;
        overflow: hidden;
        transition: all ease .5s;
        margin-top: 10px
    }

        .wzxx dl dt img {
            width: 150px;
            height: auto;
            overflow: hidden;
        }

        .wzxx dl dt span {
            font-size: 28px;
            display: inline-block;
            line-height: 40px;
        }

    .wzxx dl dd {
        width: 690px;
        float: right;
        line-height: 25px;
        font-size: 14px;
        color: #7e7e7e;
    }

        .wzxx dl dd h1 a {
            line-height: 40px;
            font-size: 16px;
            font-weight: bold;
            transition: all ease .5s;
        }

        .wzxx dl dd a {
            font-size: 14px;
        }

    .wzxx dl.nhover1 {
        background-color: #f8f8f8;
    }

        .wzxx dl.nhover1 dd h1 a {
            color: #c50000;
        }

.cms-site-pagination {
    margin-top: 20px;
}

    .cms-site-pagination ul li a {
        line-height: 30px;
        display: block;
        height: 30px;
        padding: 0 15px;
        color: #555;
        border-radius: 5px;
        font-size: 14px;
        float: left;
        border: 1px solid #ccc;
        margin: 0 10px;
    }

    .cms-site-pagination ul li.cms-site-active a {
        background-color: #c50000;
        color: #fff;
        border: 1px solid #c50000;
    }

.h1t {
    line-height: 50px;
    color: #686868;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    letter-spacing: 2px;
}

.h5t {
    line-height: 30px;
    color: #9999997a;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}


.zcpz1 dl {
    list-style: none;
    margin: 15px 15px;
    float: left;
    width: 190px;
    height: 168px;
    background-color: #fff;
    border: 1px solid #e60012;
    padding: 20px;
    transition: all ease-in .5s;
    border-radius: 10px;
}

    .zcpz1 dl dt {
        display: block;
        width: 80px;
        height: 75px;
        background: url(../img/1.png) no-repeat center top;
        margin: 0 auto;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 5px;
        overflow: hidden;
        transition: all ease .5s;
    }

    .zcpz1 dl dd {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: #333;
        line-height: 40px;
        letter-spacing: 2px;
        height: 60px;
        transition: all ease-in .5s;
        margin-bottom: 30px;
    }

    .zcpz1 dl:nth-child(2) dt {
        background: url(../img/2.png) no-repeat center top;
    }

    .zcpz1 dl:nth-child(3) dt {
        background: url(../img/3.png) no-repeat center top;
    }

    .zcpz1 dl:nth-child(4) dt {
        background: url(../img/4.png) no-repeat center top;
    }

    .zcpz1 dl.phover1 {
        background-color: #e60012;
        color: #fff;
        box-shadow: #c2c2c2 0px 0px 6px;
    }

        .zcpz1 dl.phover1 dt {
            background-position: center -75px;
        }

        .zcpz1 dl.phover1 dd, .zcpz1 dl.phover1 dd h1 {
            color: #fff;
        }



























#w2 {
    background-color: #f5f5f5;
    margin: 0 auto;
}




.container {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
}

.left-title {
    font-size: 24px;
    font-weight: bold;
    color: #bda05a;
    letter-spacing: 2px;
    border-bottom: 3px solid #c6a24c;
    display: inline-block;
    padding: 0 10px;
    line-height: 59px;
    height: 59px;
}

.right-wrap {
    display: inline-block;
    float: right;
}

    .right-wrap a {
        font-size: 14px;
    }

        .right-wrap a i.icon-home {
            background: url(../img/home.png) no-repeat left center;
            padding-left: 30px;
        }


.btm-navigations a {
    font-size: 14px;
    color: #999;
}

.list {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 50px;
    overflow: hidden;
}

    .list .f {
        line-height: 78px;
    }

        .list .f .jia {
            float: left;
            background: url(../img/jia.png) no-repeat 3px center;
            color: #f60;
            font-size: 14px;
            padding-left: 22px;
            cursor: pointer;
        }

        .list .f .jian {
            float: left;
            background: url(../img/jian.png) no-repeat 3px center;
            color: #f60;
            font-size: 14px;
            padding-left: 22px;
            cursor: pointer;
        }

        .list .f .title {
            float: left;
            margin-left: 12px;
            font-size: 16px;
        }

    .list .s {
        display: none;
    }

        .list .s .title {
            line-height: 50px;
            color: #697071;
            font-size: 18px;
            text-align: center;
            font-weight: bold;
        }

        .list .s .content {
            font-size: 13px;
            line-height: 30px;
        }

        .list .s .more1 {
            margin: 30px 0;
            display: inline-block;
            padding: 0 30px;
            height: 25px;
            line-height: 25px;
        }

            .list .s .more1 a {
                background-color: #f7be3d;
                display: inline-block;
                padding: 0 30px;
                height: 35px;
                line-height: 35px;
                color: #fff;
                font-size: 14px;
                transition: all ease-in .5s;
                border-radius: 20px;
            }

                .list .s .more1 a:hover {
                    background-color: #c00;
                    color: #fff;
                }

.lxcent {
    padding: 30px;
    background-color: #fff;
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px;
    min-height: 300px;
    color: #666;
}

.lxcentlf {
    width: 300px;
    overflow: hidden;
    float: left;
}

    .lxcentlf h1 {
        font-size: 20px;
        font-weight: bold;
        color: #c6a24c;
    }

.lxcentri {
    width: 800px;
    float: right;
    overflow: hidden;
}

.con {
    margin-bottom: 10px;
    overflow: hidden;
    padding-left: 10px;
}

    .con dl dt {
        font-weight: bold;
        margin-bottom: 10px;
    }

    .con dl dd a {
        display: inline-block;
        margin-bottom: 10px;
        margin-right: 0px;
        width: 157px;
    }

        .con dl dd a img {
            vertical-align: middle;
            width: 35px;
        }

.tdlist dl {
    list-style: none;
    padding: 20px;
    color: #333333;
    font-size: 18px;
}

    .tdlist dl dt {
        width: 540px;
        float: left;
        font-size: 16px;
        line-height: 30px;
    }

        .tdlist dl dt h1 span {
            font-size: 28px;
            color: #da251c;
            padding-right: 15px;
        }

        .tdlist dl dt h1 {
            font-size: 18px;
            line-height: 45px;
            margin-bottom: 15px;
            font-weight: normal;
        }

    .tdlist dl dd {
        float: right;
        width: 280px;
    }

        .tdlist dl dd img {
            width: 280px;
        }

.tdlist1 dl {
    list-style: none;
    padding: 20px 10px;
    border-bottom: 1px dotted #ccc;
}

    .tdlist1 dl dt {
        width: 600px;
        line-height: 30px;
        font-size: 16px;
        float: right;
    }

        .tdlist1 dl dt h1 {
            font-size: 28px;
            color: #da251c;
            line-height: 50px;
            font-weight: normal;
        }

            .tdlist1 dl dt h1 span {
                font-size: 18px;
                color: #333;
                padding-left: 10px;
            }

        .tdlist1 dl dt p {
            margin-bottom: 0px;
        }

    .tdlist1 dl dd {
        float: left;
        width: 220px;
        margin-left: 15px;
    }

        .tdlist1 dl dd img {
            width: 220px;
        }

.hxti {
    background-color: #de6264;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    color: #fff;
    margin-top: 10px;
}







/*---------------------------------------------------------------------------------------------------------------导航结束----------*/
.cms-site-overlay,
.cms-site-overlay-page {
    position: fixed;
    z-index: 900;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(25, 35, 65, 0.5);
}

.cms-site-overlay-content {
    position: fixed;
    z-index: 999;
    top: 5%;
    bottom: 60px;
    left: 50%;
    background-color: #fff;
    box-shadow: 0 2px 3px #333;
    width: 1200px;
    transform: translateX(-50%);
    height: 600px;
}

    .cms-site-overlay-content .cms-site-left h2 {
        font-size: 20px;
        font-weight: 500;
        line-height: 60px;
        text-align: center;
        color: #1c82c7;
        margin-top: 20px;
    }

    .cms-site-overlay-content .cms-site-left {
        height: calc(100% - 30px);
    }

        .cms-site-overlay-content .cms-site-left .cms-site-mainMsg {
            font-size: 14px;
            line-height: 2em;
            overflow-y: auto;
            padding: 10px 30px;
            height: calc(100% - 120px);
        }

            .cms-site-overlay-content .cms-site-left .cms-site-mainMsg p {
                color: rgb(87,87,87);
                text-indent: 2rem;
            }

            .cms-site-overlay-content .cms-site-left .cms-site-mainMsg .warn {
                color: #000;
                margin: 30px auto;
            }

            .cms-site-overlay-content .cms-site-left .cms-site-mainMsg .title {
                font-size: 18px;
                font-weight: bolder;
                line-height: 40px;
            }


    .cms-site-overlay-content .cms-site-right {
        height: 30px;
        margin: 15px auto;
        text-align: center;
    }

        .cms-site-overlay-content .cms-site-right a {
            font-size: 16px;
            line-height: 40px;
            display: inline-block;
            width: 180px;
            height: 40px;
            margin: 0 10px;
            text-align: center;
            vertical-align: top;
            color: #fff;
            border-radius: 4px;
        }

        .cms-site-overlay-content .cms-site-right .cms-site-yes {
            background-color: #1c82c7;
        }

        /*.cms-site-overlay-content .cms-site-right .cms-site-yes:hover {*/
        /*background-color: #fa1527;*/
        /*}*/

        .cms-site-overlay-content .cms-site-right .cms-site-no {
            background-color: #fff;
            border: 1px solid #d5dde3;
            color: #788188;
        }

            .cms-site-overlay-content .cms-site-right .cms-site-no:hover {
                background-color: #f2f2f2;
                text-decoration: none;
            }
