@charset "utf-8";
.fl {
    float: left;
}

.fr {
    float: right;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}
/*font*/
.f_red {
    color: #da251d;
}
.clear {
    clear: both;
}
textarea {
    resize: none; /*-webkit-appearance:none;*/ /*强制去除textarea自带的样式*/
}
input, button, select, textarea {
    border: 0px;
    outline: none; /*-webkit-appearance:none;*/ /*强制去除表单自带的样式*/
}
textarea, input, select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.Scale-img {
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    zoom: 1;
    overflow: hidden;
}

    .Scale-img img {
        opacity: 1;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
    }

    .Scale-img:hover img {
        opacity: 1;
        -webkit-transform: scale3d(1.2,1.2,1);
        transform: scale3d(1.2,1.2,1);
        top: 0px;
        left: 0px;
    }

.imgbox {
    overflow: hidden;
    position: relative;
}

    .imgbox span {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
    }

.tit {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.p {
    overflow: hidden;
    word-break: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
/*AG电投厅简介*/
.SinglePage {
    word-wrap: break-word;
    clear: both;
    line-height: 35px;
    font-size: 16px;
}

.SubTit {
    position: absolute;
    bottom: 12%;
    width: 100%;
    left: 0px;
    text-align: center;
    color: #444444;
}

    .SubTit h2 {
        line-height: 65px;
        font-size: 60px;
        font-family: "朴直小标宋简体";
    }

        .SubTit h2 span {
            color: #e91a2e;
        }

    .SubTit i {
        display: block;
        margin: 8px auto 0px;
        width: 30px;
        height: 15px;
        border-bottom: 1px solid #e91a2e;
    }

    .SubTit p {
        font-size: 18px;
        line-height: 55px;
        color: #444444;
        font-family: Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

@media ( max-width:998px) {
    .SubTit h2 {
        font-size: 24px;
        line-height: 20px;
        padding-top: 15px;
    }

    .SubTit i {
        height: 10px;
    }

    .SubTit p {
        font-size: 16px;
        line-height: 40px;
    }
}

#anm1 {
    line-height: 1.8;
    padding-bottom: 40px;
}

    #anm1 img {
        margin-right: 20px;
        margin-bottom: 20px;
    }

#anm4 .SpeakBox .txt {
    line-height: 1.8;
}



/*新闻中心*/
.NewsFocus {
    width: 55%;
    float: left;
    margin-top: 19px;
    position: relative;
}

    .NewsFocus .tithead {
        left: 51px;
        top: -14px;
        text-align: center;
        width: 147px;
        line-height: 81px;
        padding-right: 3px;
        font-size: 24px;
        font-family: "朴直小标宋简体";
        color: #fff;
        background: url(/wangzhanziyuan/three/img/newstitbg.png) right top no-repeat;
        position: absolute;
        z-index: 10;
    }

        .NewsFocus .tithead span {
            color: #3b060b;
        }

    .NewsFocus .flexslider {
        overflow: hidden;
    }

        .NewsFocus .flexslider .slides li {
            position: relative;
        }

            .NewsFocus .flexslider .slides li .tit {
                position: absolute;
                text-indent: 1.2em;
                line-height: 40px;
                background: rgba(0,0,0,0.6);
                width: 100%;
                left: 0px;
                bottom: 0px;
                color: #fff;
                z-index: 2;
            }

                .NewsFocus .flexslider .slides li .tit span {
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    *white-space: nowrap;
                    overflow: hidden;
                    width: 70%;
                    margin: 0px auto;
                    display: block;
                }

            .NewsFocus .flexslider .slides li img {
                display: block;
                width: 100%;
                height: 374px;
            }

    .NewsFocus .flex-direction-nav {
        display: none;
    }

    .NewsFocus .flex-control-nav {
        text-align: right;
        right: 0px;
        width: 23%;
        bottom:3%;
    }

    .NewsFocus .flex-control-paging li a {
        width: 12px;
        height: 12px;
        text-indent: 999em;
        background: #fff;
        border-radius: 50%;
    }

        .NewsFocus .flex-control-paging li a.flex-active {
            background: #e91a2e;
        }

.Newstop {
    line-height: 30px;
    float: right;
    width: 40%;
}

    .Newstop .tit {
        margin: 60px 0px 12px;
        font-size: 18px;
        text-overflow: ellipsis;
        white-space: nowrap;
        *white-space: nowrap;
        overflow: hidden;
        width: 99%;
    }

    .Newstop .date {
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        padding-bottom: 10px;
    }

    .Newstop .p {
        color: #888888;
        height: 123px;
        overflow: hidden;
        margin-bottom: 40px;
    }

    .Newstop a.more {
        display: block;
        text-align: center;
        width: 108px;
        line-height: 38px;
        color: #e91a2e;
        border: 1px solid #d81528;
    }

    .Newstop a:hover.more {
        background: #d81528;
        color: #fff;
    }

.Newsjtyw {
    margin-left: -3.3333%;
    clear: both;
}

    .Newsjtyw li {
        width: 30%;
        float: left;
        padding: 57px 0 0 3.3333%;
        height: 300px;
    }

    .Newsjtyw .tit {
        padding: 0px 0px 12px;
        font-size: 18px;
        text-overflow: ellipsis;
        white-space: nowrap;
        *white-space: nowrap;
        overflow: hidden;
        width: 98%;
    }

    .Newsjtyw .date {
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        padding-bottom: 10px;
    }

    .Newsjtyw .p {
        color: #888888;
    }

    .Newsjtyw li.li1 {
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        opacity: 0;
        transition: all 1s;
    }

    .Newsjtyw li.li2 {
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        opacity: 0;
        transition: all 1s 0.2s;
    }

    .Newsjtyw li.li3 {
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        opacity: 0;
        transition: all 1s 0.4s;
    }

.anm.Newsjtyw li {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.NewsNotice {
    background: url(/wangzhanziyuan/three/img/newsbg.jpg) center top no-repeat;
    background-size: cover;
    margin-bottom: 5%;
}

    .NewsNotice .tithead {
        font-size: 24px;
        text-align: center;
        font-family: "朴直小标宋简体";
        color: #fff;
        line-height: 103px;
        padding-top: 7px;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        opacity: 0;
        transition: all 1s;
    }

    .NewsNotice ul {
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        opacity: 0;
        transition: all 1s 0.2s;
    }

    .NewsNotice li {
        width: 50%;
        padding-right: 3%;
        float: left;
        color: #fff;
        border-right: 1px solid #b7474b;
        font-size: 18px;
        height: 47px;
        line-height: 47px;
    }

        .NewsNotice li a {
            color: #fff;
            text-overflow: ellipsis;
            white-space: nowrap;
            *white-space: nowrap;
            overflow: hidden;
            width: 60%;
            display: block;
        }

            .NewsNotice li a:hover {
                color: #ffcc00;
            }

        .NewsNotice li.next {
            padding-right: 0px;
            width: 43%;
            float: right;
            border-right: 0px;
        }

    .NewsNotice .more {
        clear: both;
        padding: 38px 0px 64px;
        text-align: center;
    }

        .NewsNotice .more a {
            display: inline-block;
            color: #fff;
            border: 1px solid #fff;
            width: 128px;
            line-height: 38px;
        }

            .NewsNotice .more a:hover {
                background: #fff;
                color: #d81528;
            }

.anm.NewsNotice .tithead {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.anm.NewsNotice ul {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.Newsmtjj {
}

    .Newsmtjj .hd {
        width: 15%;
        position: relative;
        float: left;
        height: 329px;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        opacity: 0;
        transition: all 1s;
    }

        .Newsmtjj .hd li {
            margin-bottom: 31px;
            cursor: pointer;
            font-family: "朴直小标宋简体";
            line-height: 37px;
            color: #444;
            font-size: 24px;
        }

            .Newsmtjj .hd li i {
                display: block;
                width: 25px;
                height: 23px;
                border-bottom: 1px solid #444444;
            }

            .Newsmtjj .hd li.on {
                color: #e91a2e;
            }

                .Newsmtjj .hd li.on i {
                    border-bottom: 1px solid #e91a2e;
                }

            .Newsmtjj .hd li .more {
                font-size: 14px;
                font-family: "微软雅黑";
                display: none;
                position: absolute;
                bottom: 0px;
                left: 0px;
                color: #e91a2e;
            }

            .Newsmtjj .hd li.on .more {
                display: inline-block;
            }

    .Newsmtjj .bd {
        width: 85%;
        float: right;
        transform: translateY(-100px);
        -webkit-transform: translateY(-100px);
        opacity: 0;
        transition: all 1s 0.3s;
    }

        .Newsmtjj .bd ul {
            margin-left: -3%;
        }

        .Newsmtjj .bd li {
            width: 47%;
            margin: 0 0 3% 3%;
            float: left;
            background: #fafbfd;
        }

            .Newsmtjj .bd li .box {
                height: 146px;
                position: relative;
                padding: 0 15px 0 216px;
            }

                .Newsmtjj .bd li .box .img {
                    position: absolute;
                    left: 0px;
                    top: 0px;
                }

                    .Newsmtjj .bd li .box .img img {
                        display: block;
                        width: 200px;
                        height: 146px;
                    }

                .Newsmtjj .bd li .box .tit {
                    font-size: 18px;
                    line-height: 40px;
                    padding-top: 3px;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    *white-space: nowrap;
                    overflow: hidden;
                    width: 99%;
                }

                .Newsmtjj .bd li .box .p {
                    font-size: 13px;
                    /*height: 48px;*/
                    margin-bottom: 19px;
                    overflow: hidden;
                    color: #888888;
                }

                .Newsmtjj .bd li .box .date {
                    color: #777777;
                }

                .Newsmtjj .bd li .box a.more {
                    float: right;
                    color: #777777;
                }

                .Newsmtjj .bd li .box a:hover.more {
                    color: #e91a2e;
                }

.anm.Newsmtjj .hd {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.anm.Newsmtjj .bd {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}


.NewsVideo {
    margin-bottom: 40px;
}

    .NewsVideo .tithead {
        text-align: center;
        line-height: 86px;
        padding-top: 39px;
        color: #444444;
        font-size: 24px;
        font-family: "朴直小标宋简体";
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        opacity: 0;
        transition: all 1s;
    }

        .NewsVideo .tithead span {
            color: #e91a2e;
        }

    .NewsVideo .bigvideo {
        width: 76%;
        float: left;
        transform: translateX(-100px);
        -webkit-transform: translateX(-100px);
        opacity: 0;
        transition: all 1s 0.3s;
    }

    .NewsVideo .othervideo {
        width: 22%;
        float: right;
        transform: translateX(100px);
        -webkit-transform: translateX(100px);
        opacity: 0;
        transition: all 1s 0.3s;
    }

        .NewsVideo .othervideo .thead {
            line-height: 15px;
            border-left: 3px solid #e91a2e;
            margin-bottom: 21px;
            padding-left: 5px;
            font-size: 16px;
            color: #555555;
        }

        .NewsVideo .othervideo li {
            padding-bottom: 20px;
        }

            .NewsVideo .othervideo li .img {
                position: relative;
            }

                .NewsVideo .othervideo li .img .play {
                    z-index: 2;
                    width: 100%;
                    position: absolute;
                    left: 0px;
                    top: 0px;
                    height: 100%;
                    background: rgba(0,0,0,0.4) url(/wangzhanziyuan/four/img/play.png) center center no-repeat;
                }

                .NewsVideo .othervideo li .img img {
                    height: 154px;
                    display: block;
                    width: 100%;
                }

            .NewsVideo .othervideo li .tit {
                padding: 4px 0px 0px 7px;
                font-size: 16px;
            }

                .NewsVideo .othervideo li .tit a {
                    color: #555555;
                }

                    .NewsVideo .othervideo li .tit a:hover {
                        color: #e91a2e;
                    }

            .NewsVideo .othervideo li .p {
                padding-left: 7px;
                color: #888888;
            }

    .NewsVideo .othervideo {
        width: 22%;
        float: right;
    }

.anm.NewsVideo .tithead {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.anm.NewsVideo .bigvideo {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.anm.NewsVideo .othervideo {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}


.VideoList {
    margin: 0 0 4% -3.33333%;
}

    .VideoList li {
        width: 30%;
        float: left;
        padding-left: 3.33333%;
        padding-bottom: 20px;
    }

        .VideoList li .img {
            position: relative;
        }

            .VideoList li .img .play {
                z-index: 2;
                width: 100%;
                position: absolute;
                left: 0px;
                top: 0px;
                height: 100%;
                background: rgba(0,0,0,0.4) url(/wangzhanziyuan/four/img/play.png) center center no-repeat;
            }

            .VideoList li .img img {
                height: 200px;
                display: block;
                width: 100%;
            }

        .VideoList li .tit {
            padding: 4px 0px 0px 7px;
            font-size: 16px;
        }

            .VideoList li .tit a {
                color: #555555;
            }

                .VideoList li .tit a:hover {
                    color: #e91a2e;
                }

        .VideoList li .p {
            padding-left: 7px;
            color: #888888;
            word-break: break-all;
        }

.videoinfo {
    width: 60%;
    margin: 0px auto 15px;
}

.morepage {
    text-align: center;
    background: #f2f2f2;
    clear: both;
}

    .morepage a {
        display: block;
        line-height: 35px;
        color: #666666;
    }

        .morepage a:hover {
            color: #e91a2e;
        }

.Newsdt {
    background: url(/wangzhanziyuan/three/img/newsbg2.jpg) center top no-repeat;
    background-size: cover;
}

    .Newsdt .tithead {
        text-align: center;
        line-height: 128px;
        color: #444444;
        font-size: 24px;
        font-family: "朴直小标宋简体";
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        opacity: 0;
        transition: all 1s;
    }

        .Newsdt .tithead span {
            color: #e91a2e;
        }

    .Newsdt .li1 {
        width: 49.5%;
        float: left;
        background: #fff;
        transform: translateX(-100px);
        -webkit-transform: translateX(-100px);
        opacity: 0;
        transition: all 1s 0.2s;
    }

        .Newsdt .li1 .info {
            width: 40%;
            padding: 0 0 0 5%;
            float: left;
            color: #888888;
        }

            .Newsdt .li1 .info .date {
                padding-top: 44px;
            }

            .Newsdt .li1 .info .tit {
                line-height: 30px;
                font-size: 16px;
                padding-bottom: 16px;
            }

            .Newsdt .li1 .info .p {
                height: 118px;
            }

            .Newsdt .li1 .info a.mroe {
                color: #e91a2e;
            }

            .Newsdt .li1 .info a:hover.mroe {
                text-decoration: underline;
            }

        .Newsdt .li1 .img {
            float: right;
            width: 50%;
        }

            .Newsdt .li1 .img img {
                display: block;
                width: 100%;
                height: 340px;
            }

    .Newsdt .li2, .Newsdt .li3 {
        width: 49.5%;
        float: right;
        background: #fff;
        margin-bottom: 9px;
        transform: translateX(100px);
        -webkit-transform: translateX(100px);
        opacity: 0;
        transition: all 1s 0.4s;
    }

        .Newsdt .li2 .info, .Newsdt .li3 .info {
            float: left;
            padding-left: 21px;
            width: 57%;
        }

        .Newsdt .li2 .img, .Newsdt .li3 .img {
            width: 35%;
            float: right;
        }

            .Newsdt .li2 .img img, .Newsdt .li3 .img img {
                display: block;
                width: 100%;
                height: 165px;
            }

        .Newsdt .li2 .p, .Newsdt .li3 .p {
            display: none;
        }

        .Newsdt .li2 .info .date, .Newsdt .li3 .info .date {
            padding-top: 18px;
        }

        .Newsdt .li2 .info .tit, .Newsdt .li3 .info .tit {
            line-height: 30px;
            font-size: 16px;
            padding-bottom: 16px;
        }

        .Newsdt .li2 .info a.mroe, .Newsdt .li3 .info a.mroe {
            color: #e91a2e;
        }

        .Newsdt .li2 .info a:hover.mroe, .Newsdt .li3 .info a:hover.mroe {
            text-decoration: underline;
        }

    .Newsdt .more {
        clear: both;
        padding: 52px 0px 52px;
        text-align: center;
    }

        .Newsdt .more a {
            display: inline-block;
            color: #d81528;
            border: 1px solid #d81528;
            width: 128px;
            line-height: 38px;
        }

            .Newsdt .more a:hover {
                background: #d81528;
                color: #fff;
            }

.anm.Newsdt .tithead {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.anm.Newsdt li {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.NewsBan {
    height: 337px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .NewsBan .tit {
        line-height: 48px;
        text-align: center;
        font-size: 48px;
        font-family: "朴直小标宋简体";
        position: absolute;
        left: 0px;
        width: 100%;
        bottom: 37%;
        color: #444444;
    }

        .NewsBan .tit span {
            color: #e91a2e;
        }

.NewsList {
    margin-bottom: 5%;
}

    .NewsList li {
        overflow: hidden;
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        background: url(/wangzhanziyuan/three/images/dot2.gif) 0px center no-repeat;
        padding-left: 12px;
    }

        .NewsList li .date {
            float: right;
            color: #888888;
        }

        .NewsList li a {
            color: #666;
            text-overflow: ellipsis;
            white-space: nowrap;
            *white-space: nowrap;
            overflow: hidden;
            width: 76%;
            display: block;
        }

            .NewsList li a:hover {
                color: #e91a2e;
            }

.TitleInfo {
    text-align: center;
    line-height: 35px;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 3%;
    margin-bottom: 39px;
}

.TitleInfos {
    padding-bottom: 3%;
}

.TitleInfo h2 {
    font-size: 24px;
    color: #444444;
    font-weight: normal;
}

.TitleInfo h3 {
    font-size: 18px;
    color: #999999;
    font-weight: normal;
    padding: 10px 0px 15px;
}

.TitleInfo .other {
    font-size: 13px;
    color: #a6a6a6;
}

    .TitleInfo .other span {
        display: inline-block;
        padding: 0 17px;
        vertical-align: middle;
    }

.Shares {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

.bshare-custom {
    margin-top: -5px;
}

.PrevNextBox {
    position: relative;
    padding-top: 5%;
}

    .PrevNextBox dl {
        height: 25px;
        position: relative;
    }

        .PrevNextBox dl b {
            font-weight: normal;
        }

    .PrevNextBox a {
        color: #666666;
        text-overflow: ellipsis;
        white-space: nowrap;
        *white-space: nowrap;
        overflow: hidden;
        width: 99%;
        display: block;
    }

        .PrevNextBox a:hover {
            color: #e91a2e;
            text-decoration: underline;
        }

        .PrevNextBox a.none {
            cursor: default;
            color: #888888;
        }

            .PrevNextBox a.none:hover {
                color: #888888;
            }

@media ( max-width:998px) {
    .NewsBan {
        height: 150px;
    }

        .NewsBan .tit {
            font-size: 24px;
        }

    .Newsjtyw li {
        height: 240px;
    }

    .Newsmtjj .bd li .box {
        height: 146px;
        position: relative;
        padding: 0 15px 0 170px;
    }

        .Newsmtjj .bd li .box .img img {
            display: block;
            width: 150px;
            height: 146px;
        }

    .NewsVideo .tithead {
        padding-top: 15px;
        line-height: 50px;
    }

    .NewsVideo .othervideo li .img img {
        height: 120px;
    }
}

@media ( max-width:768px) {

    .NewsFocus {
        width: auto;
        float: none;
    }

        .NewsFocus .flexslider .slides li img {
            display: block;
            width: 100%;
            height: 200px;
        }

        .NewsFocus .tithead {
            left: 10px;
            width: 120px;
            line-height: 45px;
        }

    .Newstop {
        line-height: 24px;
        float: none;
        width: auto;
        border-bottom: 1px solid #ddd;
    }

        .Newstop .tit {
            margin: 15px 0px 12px;
            font-size: 16px;
        }

        .Newstop .date {
            padding-bottom: 0px;
        }

        .Newstop .p {
            height: 50px;
            overflow: hidden;
            margin-bottom: 8px;
        }

        .Newstop a.more {
            display: none;
        }

    .Newsjtyw {
        margin-left: 0;
    }

        .Newsjtyw li {
            width: auto;
            float: none;
            padding: 10px 0 0 0;
            height: auto;
            border-bottom: 1px solid #ddd;
        }

        .Newsjtyw .tit {
            padding: 0px 0px 12px;
            font-size: 15px;
        }

        .Newsjtyw .date {
            padding-bottom: 0px;
        }

        .Newsjtyw .p {
            height: 50px;
            overflow: hidden;
            margin-bottom: 8px;
        }

    .NewsNotice .tithead {
        line-height: 50px;
    }

    .NewsNotice li {
        width: auto;
        padding-right: 0%;
        float: none;
        border-right: 0px;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }

        .NewsNotice li.next {
            width: auto;
            float: none;
        }

    .NewsNotice .more {
        padding: 20px 0px 20px;
    }

    .Newsmtjj .hd {
        width: auto;
        height: 65px;
        float: none;
    }

        .Newsmtjj .hd li i {
            height: 6px;
        }

        .Newsmtjj .hd li {
            margin-bottom: 0px;
            float: left;
            padding-right: 15px;
        }

            .Newsmtjj .hd li .more {
                left: auto;
                right: 0px;
                top: 0px;
            }

    .Newsmtjj .bd {
        width: auto;
        float: none;
    }

        .Newsmtjj .bd ul {
            margin-left: -3%;
        }

        .Newsmtjj .bd li {
            width: 47%;
            margin: 0 0 3% 3%;
            float: left;
            background: #fafbfd;
        }

            .Newsmtjj .bd li .box {
                font-size: 12px;
                height: auto;
                position: relative;
                padding: 0 0px 10px 0px;
            }

                .Newsmtjj .bd li .box .img {
                    position: static;
                }

                    .Newsmtjj .bd li .box .img img {
                        width: 100%;
                        height: 120px;
                    }

                .Newsmtjj .bd li .box .tit {
                    font-size: 15px;
                    line-height: 32px;
                    margin: 0 2%;
                    width: 96%;
                }

                .Newsmtjj .bd li .box .p {
                    font-size: 12px;
                    line-height: 20px;
                    height: 40px;
                    margin: 0 2% 0px;
                }

                .Newsmtjj .bd li .box .date {
                    margin: 0 2%;
                    height: 24px;
                }

    .NewsVideo {
        margin-bottom: 40px;
    }

        .NewsVideo .bigvideo {
            width: auto;
            float: none;
        }

        .NewsVideo .othervideo {
            width: auto;
            float: none;
        }

            .NewsVideo .othervideo .thead {
                line-height: 15px;
                border-left: 3px solid #e91a2e;
                margin-bottom: 21px;
                padding-left: 5px;
                font-size: 16px;
                color: #555555;
            }

            .NewsVideo .othervideo ul {
                margin-left: -3%;
            }

            .NewsVideo .othervideo li {
                width: 47%;
                float: left;
                padding-left: 3%;
            }

                .NewsVideo .othervideo li .tit {
                    padding: 4px 0px 0px 7px;
                    font-size: 16px;
                }

                    .NewsVideo .othervideo li .tit a {
                        color: #555555;
                    }

                        .NewsVideo .othervideo li .tit a:hover {
                            color: #e91a2e;
                        }

                .NewsVideo .othervideo li .p {
                    height: 24px;
                    overflow: hidden;
                    padding-left: 7px;
                    color: #888888;
                }

    .Newsdt .tithead {
        line-height: 70px;
    }

    .Newsdt .li1 {
        width: auto;
        float: none;
        height: 140px;
        margin-bottom: 15px;
        overflow: hidden;
    }

        .Newsdt .li1 .info {
            width: 57%;
            padding: 0 0 0 10px;
        }

            .Newsdt .li1 .info .date {
                padding-top: 10px;
            }

            .Newsdt .li1 .info .tit {
                font-size: 15px;
                padding-bottom: 10px;
                text-overflow: ellipsis;
                white-space: nowrap;
                *white-space: nowrap;
                overflow: hidden;
                width: 99%;
            }

    .Newsdt .p {
        height: 40px !important;
        line-height: 20px;
        margin-bottom: 5px;
        overflow: hidden;
    }

    .Newsdt a.mroe {
        display: none;
    }

    .Newsdt .li1 .img {
        width: 35%;
    }

        .Newsdt .li1 .img img {
            height: 140px;
        }

    .Newsdt .li2, .Newsdt .li3 {
        width: auto;
        float: none;
        height: 140px;
        margin-bottom: 15px;
    }

        .Newsdt .li2 .info, .Newsdt .li3 .info {
            padding-left: 10px;
            width: 57%;
        }

        .Newsdt .li2 .img, .Newsdt .li3 .img {
            width: 35%;
        }

            .Newsdt .li2 .img img, .Newsdt .li3 .img img {
                height: 140px;
            }

        .Newsdt .li2 .p, .Newsdt .li3 .p {
            display: block;
        }

        .Newsdt .li2 .info .date, .Newsdt .li3 .info .date {
            padding-top: 10px;
        }

        .Newsdt .li2 .info .tit, .Newsdt .li3 .info .tit {
            font-size: 15px;
            padding-bottom: 10px;
            text-overflow: ellipsis;
            white-space: nowrap;
            *white-space: nowrap;
            overflow: hidden;
            width: 99%;
        }

        .Newsdt .li2 .info a.mroe, .Newsdt .li3 .info a.mroe {
            color: #e91a2e;
        }

    .Newsdt .more {
        padding: 20px 0px 20px;
    }

    .NewsList li {
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }

        .NewsList li .date {
            font-size: 12px;
        }

    .TitleInfo {
        margin-bottom: 20px;
        line-height: 24px;
        padding-bottom: 20px;
    }

        .TitleInfo h2 {
            font-size: 18px;
        }

        .TitleInfo h3 {
            font-size: 14px;
            padding: 10px 0px 5px;
        }

        .TitleInfo .other {
            font-size: 13px;
            color: #a6a6a6;
        }

            .TitleInfo .other span {
                display: inline-block;
                padding: 0 5px;
                vertical-align: middle;
            }

    .VideoList {
        margin-left: -2%;
    }

        .VideoList li {
            width: 48%;
            padding-left: 2%;
        }

            .VideoList li .img img {
                height: 150px;
            }

    .videoinfo {
        width: auto;
    }
}


/*党群事情*/
.workban {
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .workban .shadows {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
    }

.titsub {
    text-align: center;
    line-height: 96px;
    padding-top: 20px;
    color: #444444;
    font-size: 24px;
    font-family: "朴直小标宋简体";
    font-weight: bold;
}

    .titsub span {
        color: #e91a2e;
    }

    .titsub img {
        margin-right: 8px;
        display: inline-block;
        vertical-align: middle;
    }

.workFocus {
    overflow: hidden;
    position: relative;
    background: #f4f4f4;
    margin-bottom: 16px;
}

    .workFocus .flexslider .slides li {
        position: relative;
        text-align: left;
    }

        .workFocus .flexslider .slides li .img {
            overflow: hidden;
            width: 68%;
            float: left;
        }

            .workFocus .flexslider .slides li .img img {
                display: block;
                width: 100%;
                height: 390px;
            }

        .workFocus .flexslider .slides li .info {
            width: 28%;
            padding-left: 2%;
            line-height: 30px;
            float: left;
            color: #777777;
        }

        .workFocus .flexslider .slides li .tit {
            padding: 27px 0px 10px;
            font-size: 18px;
            text-overflow: ellipsis;
            white-space: nowrap;
            *white-space: nowrap;
            overflow: hidden;
            width: 98%;
        }

        .workFocus .flexslider .slides li .date {
            color: #e91a2e;
            padding-bottom: 8px;
        }

        .workFocus .flexslider .slides li .p {
            height: 90px;
            margin-bottom: 44px;
            overflow: hidden;
        }

        .workFocus .flexslider .slides li a.detail {
            display: block;
            color: #fff;
            text-align: center;
            width: 106px;
            line-height: 34px;
            background: #e91a2e;
            border-radius: 16px;
        }

        .workFocus .flexslider .slides li a:hover.detail {
            color: #ffcc00;
        }

    .workFocus .flex-direction-nav {
        display: none;
    }

    .workFocus .flex-control-nav {
        right: 0px;
        width: 32%;
        bottom: 10px;
    }

    .workFocus .flex-control-paging li a {
        width: 14px;
        height: 14px;
        text-indent: 999em;
        background: #4a4a4a;
        border-radius: 50%;
    }

        .workFocus .flex-control-paging li a.flex-active {
            background: #e91a2e;
        }

.workcol {
    background: url(/wangzhanziyuan/three/img/linebg.gif) center top repeat-y;
    margin-bottom: 65px;
}

    .workcol .column {
        width: 48%;
    }

        .workcol .column.fl {
            transform: translateY(100px);
            -webkit-transform: translateY(100px);
            opacity: 0;
            transition: all 1s;
        }

        .workcol .column.fr {
            transform: translateY(100px);
            -webkit-transform: translateY(100px);
            opacity: 0;
            transition: all 1s 0.2s;
        }

    .workcol .tithead {
        line-height: 41px;
        font-size: 18px;
        font-family: "朴直小标宋简体";
        margin-bottom: 18px;
    }

        .workcol .tithead img {
            display: inline-block;
            margin-right: 9px;
            vertical-align: middle;
        }

    .workcol .top ul {
        margin-left: -5%;
    }

    .workcol .top li {
        width: 45%;
        float: left;
        margin-left: 5%;
        height: 318px;
    }

        .workcol .top li .img img {
            width: 100%;
            display: block;
            height: 140px;
        }

        .workcol .top li .tit {
            padding: 15px 0px 16px;
            font-size: 18px;
            text-overflow: ellipsis;
            white-space: nowrap;
            *white-space: nowrap;
            overflow: hidden;
            width: 98%;
        }

        .workcol .top li .date {
            color: #e91a2e;
            padding-bottom: 3px;
        }

        .workcol .top li .p {
            color: #888888;
            overflow: hidden;
            height: 72px;
        }

    .workcol .li {
        clear: both;
        height: 139px;
    }

        .workcol .li .tit {
            line-height: 45px;
            background: url(/wangzhanziyuan/three/img/dot2.gif) 0px center no-repeat;
            padding-left: 20px;
            font-size: 18px;
            text-overflow: ellipsis;
            white-space: nowrap;
            *white-space: nowrap;
            overflow: hidden;
            width: 92%;
        }

        .workcol .li .p {
            line-height: 23px;
            color: #888888;
        }

    .workcol .morepage {
        width: 50%;
        margin: 0px auto;
    }

.anm.workcol .column.fl {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.anm.workcol .column.fr {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.workghqt {
    background: url(/wangzhanziyuan/three/img/workbg.jpg) center top no-repeat;
    background-size: cover;
}

    .workghqt .titsub {
        color: #fff;
        padding-top: 44px;
        line-height: 89px;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        opacity: 0;
        transition: all 1s;
    }

    .workghqt .more {
        clear: both;
        text-align: center;
        padding-bottom: 4%;
    }

        .workghqt .more a {
            display: inline-block;
            width: 197px;
            line-height: 48px;
            color: #fff;
            background: #e91a2e;
        }

            .workghqt .more a:hover {
                color: #ffcc00;
            }

.tpnews {
    margin-left: -4.33333%;
}

    .tpnews li {
        width: 29%;
        margin: 0 0 4.5% 4.33333%;
        float: left;
        background: #fff;
    }

        .tpnews li .img img {
            display: block;
            width: 100%;
            height: 250px;
        }

        .tpnews li .box {
            padding: 0 20px;
            height: 198px;
            line-height: 25px;
        }

            .tpnews li .box .tit {
                padding: 24px 0px 5px;
                font-size: 18px;
                text-overflow: ellipsis;
                white-space: nowrap;
                *white-space: nowrap;
                overflow: hidden;
                width: 99%;
            }

            .tpnews li .box .date {
                color: #e91a2e;
                padding-bottom: 2px;
            }

            .tpnews li .box .p {
                color: #888888;
            }

        .tpnews li.li1 {
            transform: translateY(100px);
            -webkit-transform: translateY(100px);
            opacity: 0;
            transition: all 1s 0.3s;
        }

        .tpnews li.li2 {
            transform: translateY(100px);
            -webkit-transform: translateY(100px);
            opacity: 0;
            transition: all 1s 0.5s;
        }

        .tpnews li.li3 {
            transform: translateY(100px);
            -webkit-transform: translateY(100px);
            opacity: 0;
            transition: all 1s 0.7s;
        }

.anm.workghqt .titsub {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.anm.workghqt .tpnews li {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}


@media ( max-width:998px) {
    .titsub {
        line-height: 50px;
        padding-top: 10px;
    }
}

@media ( max-width:768px) {
    .workFocus .flexslider .slides li .img {
        width: auto;
        float: none;
    }

        .workFocus .flexslider .slides li .img img {
            height: 200px;
        }

    .workFocus .flexslider .slides li .info {
        width: auto;
        padding: 10px;
        line-height: 20px;
    }

    .workFocus .flexslider .slides li .tit {
        padding: 12px 0px 10px;
        font-size: 15px;
    }

    .workFocus .flexslider .slides li .date {
        color: #e91a2e;
        padding-bottom: 8px;
    }

    .workFocus .flexslider .slides li .p {
        height: 40px;
        font-size: 12px;
        margin-bottom: 12px;
    }

    .workFocus .flex-direction-nav {
        display: none;
    }

    .workFocus .flex-control-nav {
        right: 0px;
        width: 100%;
        top: 160px;
    }

    .workcol {
        margin-bottom: 10px;
        background: none;
    }

        .workcol .column {
            width: auto;
            padding-bottom: 15px;
        }

            .workcol .column.fl {
                float: none;
            }

            .workcol .column.fr {
                float: none;
            }

        .workcol .tithead {
            margin-bottom: 0px;
        }

        .workcol .top ul {
            margin-left: -3%;
        }

        .workcol .top li {
            width: 47%;
            font-size: 12px;
            margin-left: 3%;
            height: auto;
        }

            .workcol .top li .img img {
                height: 120px;
            }

            .workcol .top li .tit {
                padding: 12px 0px 0px;
                font-size: 15px;
            }

            .workcol .top li .p {
                line-height: 20px;
                height: 40px;
                margin-bottom: 15px;
            }

        .workcol .li {
            clear: both;
            height: auto;
            padding-bottom: 15px;
            border-bottom: 1px solid #ddd;
            margin-bottom: 10px;
        }

            .workcol .li .tit {
                line-height: 32px;
                padding-left: 12px;
                font-size: 15px;
            }

            .workcol .li .p {
                line-height: 20px;
                height: 40px;
                font-size: 12px;
                overflow: hidden;
            }

            .workcol .li:last-child {
                border-bottom: 0px;
            }

        .workcol .morepage {
            width: auto;
        }

    .workghqt .titsub {
        color: #fff;
        padding-top: 15px;
        line-height: 50px;
    }

    .workghqt .more {
        padding-top: 10px;
    }

        .workghqt .more a {
            width: 125px;
            line-height: 40px;
        }

    .tpnews {
        margin-left: -3%;
    }

        .tpnews li {
            width: 47%;
            margin: 0 0 3% 3%;
            font-size: 12px;
        }

            .tpnews li .img img {
                height: 120px;
            }

            .tpnews li .box {
                padding: 0 10px;
                height: 120px;
            }

                .tpnews li .box .tit {
                    padding: 12px 0px 0px;
                    font-size: 15px;
                }

                .tpnews li .box .p {
                    font-size: 12px;
                    height: 40px;
                    line-height: 20px;
                    overflow: hidden;
                }

            .tpnews li:last-child {
                display: none;
            }
}



/*纪检监察*/
.jjjcban {
    height: 383px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.SubTit.jjjc {
    position: relative;
    margin-bottom: 40px;
}

    .SubTit.jjjc .jbbtn {
        position: absolute;
        left: 50%;
        margin-left: 420px;
        width: 179px;
        line-height: 54px;
        color: #fff;
        font-size: 18px;
        box-shadow: 0 0 12px #999;
        border-radius: 26px;
        background: #e91a2e;
        top: 60px;
    }

        .SubTit.jjjc .jbbtn img {
            display: inline-block;
            vertical-align: middle;
            margin-right: 6px;
        }

        .SubTit.jjjc .jbbtn:hover {
            color: #ffcc00;
        }

.jjywleft {
    width: 50%;
    float: left;
    height: 438px;
    background: #f7f7f7;
    box-shadow: 0 0 18px #ccc;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    opacity: 0;
    transition: all 1s;
}

    .jjywleft .box {
        padding: 0 26px;
    }

    .jjywleft .tithead {
        height: 78px;
        line-height: 78px;
    }

        .jjywleft .tithead h2 {
            font-size: 24px;
            font-family: "朴直小标宋简体";
            font-weight: normal;
            color: #444444;
        }

            .jjywleft .tithead h2 span {
                color: #e91a2e;
            }

            .jjywleft .tithead h2 img {
                display: inline-block;
                vertical-align: middle;
                margin-right: 10px;
            }

        .jjywleft .tithead a.more {
            float: right;
            color: #777777;
        }

    .jjywleft li {
        position: relative;
        margin-bottom: 14px;
        height: 104px;
        background: #fff;
        padding: 0px 14px 0 160px;
    }

        .jjywleft li .img {
            position: absolute;
            left: 0px;
            top: 0px;
        }

            .jjywleft li .img img {
                display: block;
                width: 146px;
                height: 104px;
            }

        .jjywleft li .tit {
            padding-top: 10px;
            font-size: 16px;
            text-overflow: ellipsis;
            white-space: nowrap;
            *white-space: nowrap;
            overflow: hidden;
            width: 99%;
        }

            .jjywleft li .tit i {
                display: block;
                width: 26px;
                height: 7px;
                border-bottom: 1px solid #d81528;
                margin-bottom: 6px;
            }

        .jjywleft li .p {
            height: 48px;
            overflow: hidden;
        }

.anm.jjywleft {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.jjywfocus {
    width: 50%;
    float: right;
    margin-top: 53px;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    opacity: 0;
    transition: all 1s 0.2s;
}

    .jjywfocus .slides li {
        text-align: left;
        position: relative;
    }

        .jjywfocus .slides li img {
            display: block;
            width: 600px;
            height: 385px;
        }

        .jjywfocus .slides li .txt {
            z-index: 2;
            padding: 13px 0px;
            color: #fff;
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 100%;
            background: rgba(0,0,0,0.5);
        }

            .jjywfocus .slides li .txt .tit {
                margin-left: 20px;
                line-height: 29px;
                font-size: 18px;
                text-overflow: ellipsis;
                white-space: nowrap;
                *white-space: nowrap;
                overflow: hidden;
                width: 60%;
            }

            .jjywfocus .slides li .txt .p {
                margin-left: 20px;
                text-overflow: ellipsis;
                white-space: nowrap;
                *white-space: nowrap;
                overflow: hidden;
                width: 60%;
            }

        .jjywfocus .slides li .num {
            position: absolute;
            right: 20px;
            bottom: 15px;
            z-index: 10;
            color: #fff;
        }

            .jjywfocus .slides li .num i {
                font-size: 20px;
            }

    .jjywfocus .flex-direction-nav .flex-prev {
        left: 15px;
    }

    .jjywfocus .flex-direction-nav .flex-next {
        right: 15px;
    }

    .jjywfocus .flex-control-nav {
        display: none;
    }

.anm.jjywfocus {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.zcfgbox {
    margin-top: 5%;
    padding: 54px 0px;
    background: url(/wangzhanziyuan/four/img/zcfgbg.jpg) center top no-repeat;
    background-size: cover;
}

    .zcfgbox .titsub {
        padding-top: 0px;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        opacity: 0;
        transition: all 1s;
    }

    .zcfgbox .box {
        padding: 0 6%;
        background: rgba(255,255,255,0.9);
    }

    .zcfgbox ul {
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        opacity: 0;
        transition: all 1s 0.2s;
    }

    .zcfgbox li {
        width: 46%;
        padding-right: 3%;
        float: left;
        border-right: 1px solid #c6c4c4;
        font-size: 18px;
        height: 47px;
        line-height: 47px;
    }

        .zcfgbox li a {
            background: url(/wangzhanziyuan/four/img/dot2.gif) 0px center no-repeat;
            padding-left: 13px;
            color: #444;
            text-overflow: ellipsis;
            white-space: nowrap;
            *white-space: nowrap;
            overflow: hidden;
            font-size: 18px;
            width: 60%;
            display: block;
        }

            .zcfgbox li a:hover {
                color: #e91a2e;
            }

        .zcfgbox li .date {
            float: right;
            font-size: 16px;
        }

        .zcfgbox li.next {
            padding-right: 0px;
            float: right;
            border-right: 0px;
        }

    .zcfgbox .more {
        clear: both;
        padding: 31px 0px 37px;
        text-align: center;
    }

        .zcfgbox .more a {
            display: inline-block;
            color: #e91a2e;
            border: 1px solid #d81528;
            width: 116px;
            line-height: 29px;
        }

            .zcfgbox .more a:hover {
                background: #e91a2e;
                color: #fff;
            }

.anm.zcfgbox .titsub {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.anm.zcfgbox ul {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.wsjbbox {
    padding-bottom: 5%;
}

    .wsjbbox .titsub {
        padding-top: 0px;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        opacity: 0;
        transition: all 1s;
    }

    .wsjbbox .tip {
        line-height: 30px;
        padding-bottom: 34px;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        opacity: 0;
        transition: all 1s 0.2s;
    }

    .wsjbbox .msg {
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        opacity: 0;
        transition: all 1s 0.4s;
    }

        .wsjbbox .msg .first {
            margin-left: -2.333%;
        }

        .wsjbbox .msg dl.w30 {
            width: 31%;
            margin-left: 2.333%;
            float: left;
        }

        .wsjbbox .msg dl {
            position: relative;
            padding-bottom: 22px;
        }

            .wsjbbox .msg dl .ico {
                position: absolute;
                left: 15px;
                top: 13px;
            }

            .wsjbbox .msg dl .input {
                width: 100%;
                vertical-align: middle;
                text-indent: 2.5em;
                border: 1px solid #ececec;
                height: 43px;
                line-height: 43px;
                background: #f9f9f9;
            }

                .wsjbbox .msg dl .input.yz {
                    width: 20%;
                }

            .wsjbbox .msg dl .textarea {
                text-indent: 2.5em;
                border: 1px solid #ececec;
                height: 204px;
                padding: 10px;
                line-height: 43px;
                background: #f9f9f9;
            }

                .wsjbbox .msg dl .textarea textarea {
                    height: 224px;
                    width: 95%;
                }

            .wsjbbox .msg dl.btn {
                text-align: center;
            }

            .wsjbbox .msg dl .sendbtn {
                color: #fff;
                cursor: pointer;
                border-radius: 3px;
                width: 242px;
                height: 53px;
                background: #e91a2e;
            }

            .wsjbbox .msg dl .input:-moz-placeholder {
                color: #888888;
            }

            .wsjbbox .msg dl .input::-moz-placeholder {
                color: #888888;
            }

            .wsjbbox .msg dl .input:-ms-input-placeholder,
            textarea:-ms-input-placeholder {
                color: #888888;
            }

            .wsjbbox .msg dl .input::-webkit-input-placeholder,
            textarea::-webkit-input-placeholder {
                color: #888888;
            }

.anm.wsjbbox .titsub {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.anm.wsjbbox .tip {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.anm.wsjbbox .msg {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}


@media ( max-width:998px) {
    .jjjcban {
        height: 150px;
    }

    .zcfgbox .box {
        padding: 0 10px;
    }

    .SubTit.jjjc {
        margin-bottom: 20px;
    }

        .SubTit.jjjc .jbbtn {
            position: static;
            margin: 0px auto;
            display: inline-block;
        }

    .zcfgbox li a {
        font-size: 16px;
        width: 58%;
    }
}

@media ( max-width:768px) {
    .jjywleft {
        width: auto;
        float: none;
        height: auto;
    }

        .jjywleft .box {
            padding: 0 10px 10px;
        }

        .jjywleft .tithead {
            height: 50px;
            line-height: 50px;
        }

        .jjywleft li {
            height: 80px;
            padding: 0px 10px 0 110px;
        }

            .jjywleft li .img {
                position: absolute;
                left: 0px;
                top: 0px;
            }

                .jjywleft li .img img {
                    display: block;
                    width: 100px;
                    height: 80px;
                }

            .jjywleft li .tit {
                font-size: 15px;
            }

            .jjywleft li .p {
                height: 20px;
                font-size: 12px;
                line-height: 20px;
            }

    .jjywfocus {
        width: auto;
        float: none;
        margin-top: 20px;
    }

        .jjywfocus .slides li img {
            width: 100%;
            height: 200px;
        }

        .jjywfocus .slides li .txt .tit {
            margin-left: 10px;
            line-height: 24px;
            font-size: 15px;
            width: 80%;
        }

        .jjywfocus .slides li .txt .p {
            margin-left: 10px;
            width: 80%;
            font-size: 12px;
        }

    .zcfgbox {
        margin-top: 5%;
        padding: 24px 0px;
    }

        .zcfgbox .box {
            padding: 0 10px;
        }

        .zcfgbox li {
            width: auto;
            padding-right: 0;
            float: none;
            border-right: 0px solid #c6c4c4;
            font-size: 14px;
            height: 30px;
            line-height: 30px;
        }

            .zcfgbox li a {
                padding-left: 13px;
                color: #444;
                font-size: 14px;
            }

            .zcfgbox li .date {
                float: right;
                font-size: 14px;
            }

            .zcfgbox li.next {
                float: none;
            }

        .zcfgbox .more {
            padding: 20px 0px 20px;
        }

    .wsjbbox {
        padding-bottom: 5%;
    }

        .wsjbbox .tip {
            line-height: 24px;
            padding-bottom: 20px;
        }

        .wsjbbox .msg {
        }

            .wsjbbox .msg .first {
                margin-left: 0%;
            }

            .wsjbbox .msg dl.w30 {
                width: auto;
                margin-left: 0;
                float: none;
            }

            .wsjbbox .msg dl {
                padding-bottom: 12px;
            }

                .wsjbbox .msg dl .sendbtn {
                    width: 120px;
                    height: 40px;
                }
}

/*联系AG电投厅*/
.shadows {
    height: 15px;
    background: url(/wangzhanziyuan/four/img/shadow.png);
    z-index: 100;
}

.Map {
    position: relative;
    height: 619px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .Map .shadows {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
    }

.ContactTit {
    position: relative;
    background: url(/wangzhanziyuan/three/img/lxwmtit.png) center top no-repeat;
    background-size: contain;
    width: 301px;
    margin: -152px auto 0px;
    padding: 53px 0 40px;
    text-align: center;
}

    .ContactTit h2 {
        font-size: 60px;
        font-family: "朴直小标宋简体";
    }

        .ContactTit h2 span {
            color: #e91a2e;
        }

    .ContactTit i {
        display: block;
        margin: 0px auto;
        width: 30px;
        height: 21px;
        border-bottom: 1px solid #e91a2e;
    }

    .ContactTit p {
        font-size: 18px;
        line-height: 55px;
        color: #444444;
        font-family: Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

.ContactBox {
    background: #fff;
    box-shadow: 0 5px 15px #bbbbbb;
    border-radius: 5px;
    margin-bottom: 6%;
}

    .ContactBox .lxwm {
        width: 35%;
        float: left;
        height: 568px;
        background: url(/wangzhanziyuan/three/img/lxwmbg.jpg);
        background-size: cover;
        border-radius: 5px 0px 0px 5px;
        font-size: 18px;
        color: #fff;
    }

        .ContactBox .lxwm .box {
            padding: 30px 10px 0px 30px;
        }

        .ContactBox .lxwm h2 {
            padding-bottom: 8%;
            width: 60%;
        }

        .ContactBox .lxwm p {
            padding-bottom: 8%;
            line-height: 30px;
        }

    .ContactBox .msg {
        float: right;
        width: 60%;
        padding: 0 5% 2.5% 0;
    }

        .ContactBox .msg .tithead {
            padding-top: 25px;
            height: 34px;
            color: #4d4d4d;
            font-size: 24px;
            font-family: "朴直小标宋简体";
        }

            .ContactBox .msg .tithead span {
                color: #e71a2f;
            }

        .ContactBox .msg dl.w48 {
            width: 48.5%;
        }

        .ContactBox .msg dl dt {
            padding: 9px 0px 0px 21px;
            line-height: 36px;
            color: #888888;
        }

        .ContactBox .msg dl .input {
            border: 1px solid #ececec;
            width: 99.5%;
            height: 43px;
            line-height: 43px;
            text-indent: 1.5em;
            background: #f9f9f9;
        }

        .ContactBox .msg dl .textarea {
            border: 1px solid #ececec;
            padding: 10px;
            background: #f9f9f9;
        }

            .ContactBox .msg dl .textarea textarea {
                height: 130px;
            }

        .ContactBox .msg dl.btn {
            padding-top: 41px;
        }

        .ContactBox .msg dl .sendbtn {
            margin-right: 15px;
            color: #fff;
            cursor: pointer;
            border-radius: 3px;
            width: 179px;
            height: 50px;
            background: #e71a2f;
            font-size: 16px;
        }

            .ContactBox .msg dl .sendbtn:hover {
                box-shadow: 0 0 10px #999;
            }

        .ContactBox .msg dl .resetbtn {
            color: #fff;
            cursor: pointer;
            border-radius: 3px;
            width: 179px;
            height: 50px;
            background: #444444;
            font-size: 16px;
        }

            .ContactBox .msg dl .resetbtn:hover {
                box-shadow: 0 0 10px #999;
            }

@media ( max-width:998px) {
    .Map {
        height: 400px;
    }
}

@media ( max-width:640px) {
    .Map {
        height: 250px;
    }

    .ContactBox .lxwm {
        width: auto;
        float: none;
        height: auto;
        font-size: 14px;
    }

        .ContactBox .lxwm .box {
            padding: 30px 10px 0px 10px;
        }

        .ContactBox .lxwm h2 {
            padding-bottom: 2%;
        }

        .ContactBox .lxwm p {
            padding-bottom: 2%;
        }

    .ContactTit {
        width: 225px;
        margin: -90px auto 0px;
        padding: 40px 0 20px;
    }

        .ContactTit h2 {
            font-size: 24px;
        }

    .ContactBox .msg {
        float: none;
        width: auto;
        padding: 0 10px 25px;
    }

        .ContactBox .msg dl .input {
            text-indent: 0.5em;
        }

        .ContactBox .msg dl.btn {
            padding-top: 20px;
            text-align: center;
        }

        .ContactBox .msg dl .sendbtn {
            width: 120px;
            height: 40px;
        }

        .ContactBox .msg dl .resetbtn {
            width: 120px;
            height: 40px;
        }
}

/*两学一做*/
.Ban img {
    display: block;
    width: 100%;
}

.Mainbg {
    background: #f8f8f8;
    padding: 3% 0;
}

.FocuSlider {
    width: 70.8333%;
    float: left;
}

    .FocuSlider .item {
        position: relative;
    }

        .FocuSlider .item img {
            display: block;
            width: 100%;
            height: 360px;
        }

        .FocuSlider .item .name {
            width: 58.52%;
            position: absolute;
            left: 0px;
            bottom: 0px;
            padding: 0px 2.5%;
            height: 40px;
            line-height: 40px;
            background: rgba(0,0,0,0.5);
            font-size: 16px;
            color: #fff;
            text-align: left;
        }

    .FocuSlider .owl-dots {
        position: absolute;
        width: auto;
        text-align: center;
        left: 55%;
        bottom: 15px;
        height: 10px;
        line-height: 10px;
    }

        .FocuSlider .owl-dots .owl-dot {
            width: 10px;
            height: 10px;
            display: inline-block;
            margin: 0px 5px;
            background: #fff;
            border-radius: 50%;
        }

            .FocuSlider .owl-dots .owl-dot.active {
                background: #e60012;
            }

.Organize {
    background: url(/wangzhanziyuan/three/images/zzbg.jpg);
    background-size: 100% 100%;
    width: 27.91%;
    height: 360px;
    float: right;
}

    .Organize .box {
        padding: 15% 10% 0 25%;
    }

        .Organize .box h2 {
            font-size: 24px;
            line-height: 44px;
            color: #e9152a;
            text-align: center;
        }

        .Organize .box .tit {
            text-align: center;
            display: block;
            font-size: 18px;
            color: #444444;
            line-height: 37px;
        }

        .Organize .box .info {
            padding: 20px 0px 0px;
            font-size: 16px;
            line-height: 30px;
        }

            .Organize .box .info dd {
                position: relative;
                padding-left: 65px;
                min-height: 30px;
                height: auto !important;
                height: 30px;
            }

                .Organize .box .info dd .name {
                    position: absolute;
                    left: 0px;
                    top: 0px;
                    width: 65px;
                    text-align: right;
                }

.CommonList {
    width: 48%;
    height: 380px;
    overflow: hidden;
    margin: 35px 0px 0px;
}

.Title01 {
    height: 49px;
    line-height: 49px;
    border-bottom: 1px solid #e4e4e4;
}

    .Title01 .more {
        float: right;
        font-size: 18px;
        color: #999999;
        font-weight: bold;
    }

    .Title01 .name {
        display: inline-block;
        width: 150px;
        text-align: center;
        background: #e60012;
        font-size: 18px;
        color: #fff;
        border-radius: 5px 5px 0px 0px;
    }

.Title02 {
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #e4e4e4;
}

    .Title02 .more {
        float: right;
        font-size: 18px;
        color: #999999;
        font-weight: bold;
    }

    .Title02 .name {
        display: inline-block;
        text-align: center;
        color: #e60012;
        font-size: 18px;
        font-weight: bold;
        border-bottom: 2px solid #e60012;
        padding: 0px 24px;
    }

.CommonList ul {
    padding: 11px 0px 0px;
}

    .CommonList ul li.First {
        padding: 14px 0px;
        border-bottom: 1px solid #f0f0f0;
        height: auto;
        margin-bottom: 13px;
    }

        .CommonList ul li.First .tit {
            display: block;
            font-size: 16px;
            line-height: 26px;
            height: 26px;
            overflow: hidden;
            color: #4c4c4c;
            font-weight: bold;
            margin-bottom: 8px;
        }

        .CommonList ul li.First .info {
            font-size: 14px;
            line-height: 26px;
            height: 52px;
            color: #999999;
            overflow: hidden;
        }

            .CommonList ul li.First .info .more {
                color: #e60012;
            }

    .CommonList ul li {
        font-size: 14px;
        height: 36px;
        line-height: 36px;
        overflow: hidden;
    }

        .CommonList ul li a {
            color: #4c4c4c;
            text-overflow: ellipsis;
            white-space: nowrap;
            *white-space: nowrap;
            overflow: hidden;
            width: 78%;
            display: block;
        }

        .CommonList ul li .date {
            float: right;
            color: #999999;
        }

.DownCenter {
    padding: 24px 0px 0px;
}

    .DownCenter ul {
        padding: 8px 0px 0px;
    }

    .DownCenter li {
        width: 48%;
        float: left;
        height: 36px;
        line-height: 36px;
        overflow: hidden;
    }

        .DownCenter li:nth-child(2n) {
            float: right;
        }

        .DownCenter li i {
            color: #cccccc;
            padding-right: 8px;
        }

        .DownCenter li a {
            color: #4c4c4c;
            text-overflow: ellipsis;
            white-space: nowrap;
            *white-space: nowrap;
            overflow: hidden;
            width: 78%;
            display: block;
        }

    .DownCenter ul li .date {
        float: right;
        color: #999999;
    }

@media ( max-width:998px) {
    .Organize .box {
        padding-left: 20%;
        padding-right: 5%;
    }

        .Organize .box .info {
            font-size: 14px;
        }
}

@media ( max-width:768px) {
    .FocuSlider {
        width: auto;
        float: none;
    }

        .FocuSlider .item img {
            height: 200px;
        }

    .Organize {
        width: auto;
        height: 360px;
        float: none;
    }

    .CommonList {
        width: auto;
        height: auto;
        float: none !important;
    }

        .CommonList ul li {
            height: 30px;
            line-height: 30px;
        }

    .FocuSlider .item .name {
        width: 100%;
    }

    .FocuSlider .owl-dots {
        left: auto;
        right: 2%;
    }

    .Title01 {
        height: 32px;
        line-height: 32px;
    }

    .Organize .box h2 {
        font-size: 18px;
    }

    .CommonList ul li.First .tit {
        font-size: 15px;
        margin-bottom: 0px;
    }

    .CommonList ul li.First .info {
        line-height: 20px;
        height: 40px;
        font-size: 12px;
    }

        .CommonList ul li.First .info .more {
            display: none;
        }

    .DownCenter li {
        width: auto;
        float: none;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
    }

        .DownCenter li:nth-child(2n) {
            float: none;
        }
}


/*十九大精神*/
.NLeft {
    width: 70.41%;
    float: left;
}

.NRight {
    width: 27.91%;
    float: right;
}

.Title03 {
    height: 39px;
    line-height: 39px;
    background: #f7edee;
}

    .Title03 .name {
        background: url(/wangzhanziyuan/four/img/titbg.png);
        background-size: 100% 100%;
        padding: 0px 41px 0px 27px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        display: inline-block;
        font-weight: bold;
    }

    .Title03 .more {
        background: url(/wangzhanziyuan/four/img/more.png) no-repeat left center;
        width: 12px;
        height: 39px;
        padding-right: 5%;
        float: right;
    }

.SpritList, .SpritBox {
    background: #fff;
    margin-bottom: 27px;
}

    .SpritList:last-child, .SpritBox:last-child {
        margin-bottom: 0px;
    }

    .SpritList .box {
        padding: 29px 47px 12px; /*max-height:326px;*/
        overflow: hidden;
    }

        .SpritList .box li.First {
            height: auto;
            padding-bottom: 18px;
            background: none;
            line-height: normal;
        }

            .SpritList .box li.First a {
                padding: 0;
            }

            .SpritList .box li.First .pic {
                width: 27.2%;
                float: left;
            }

                .SpritList .box li.First .pic img {
                    display: block;
                    width: 100%;
                }

                .SpritList .box li.First .pic a {
                    width: 100%;
                }

            .SpritList .box li.First .txt {
                width: 70%;
                float: right;
                padding: 10px 0px 0px;
            }

                .SpritList .box li.First .txt .title {
                    height: 26px;
                    line-height: 26px;
                    overflow: hidden;
                }

                    .SpritList .box li.First .txt .title a.tit {
                        color: #444444;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        *white-space: nowrap;
                        overflow: hidden;
                        width: 70%;
                        display: block;
                    }

                    .SpritList .box li.First .txt .title .time {
                        color: #e91a2e;
                        float: right;
                    }

                .SpritList .box li.First .txt .info {
                    margin: 9px 0px 0px;
                    font-size: 12px;
                    line-height: 24px;
                    height: 72px;
                    overflow: hidden;
                    color: #888888;
                }

        .SpritList .box li {
            height: 36px;
            line-height: 36px;
            overflow: hidden;
            background: url(/wangzhanziyuan/four/img/line.jpg) repeat-x left center;
        }

            .SpritList .box li a {
                color: #444444;
                display: inline-block;
                background: #fff;
                padding-right: 2%;
            }

            .SpritList .box li i {
                color: #e91a2e;
                padding-right: 5px;
            }

            .SpritList .box li .date {
                float: right;
                color: #888888;
                background: #fff;
                padding-left: 2%;
            }

.Title04 {
    height: 39px;
    line-height: 39px;
    background: #e91a2e;
    padding: 0px 19px;
}

    .Title04 .name {
        font-size: 16px;
        color: #fff;
        display: inline-block;
        font-weight: bold;
    }

    .Title04 .more {
        background: url(/wangzhanziyuan/four/img/more2.png) no-repeat left center;
        width: 12px;
        height: 39px;
        float: right;
    }

.SpritBox .box {
    padding: 12px 14px 21px;
}

.SpritBox:last-child .box {
    padding-top: 0px;
}

.SpritBox .box ul {
    padding: 17px 0px 0px;
}

    .SpritBox .box ul li {
        height: 36px;
        line-height: 36px;
        overflow: hidden;
    }

        .SpritBox .box ul li a {
            font-size: 14px;
            color: #444444;
        }

.SpritBox .box li i {
    color: #e91a2e;
    padding: 0 5px;
}

.SpritBox .box ul li .date {
    float: right;
    font-size: 12px;
    color: #888888;
}

.PicSlider .item {
    position: relative;
}

    .PicSlider .item img {
        display: block;
        width: 100%;
    }

    .PicSlider .item .name {
        position: absolute;
        width: 100%;
        height: 23px;
        line-height: 23px;
        left: 0px;
        bottom: 0px;
        font-size: 12px;
        color: #fff;
        padding-left: 6px;
        background: rgba(0,0,0,0.6);
    }

.PicSlider .owl-dots {
    position: absolute;
    width: auto;
    text-align: right;
    right: 0%;
    bottom: 12px;
    height: 6px;
    line-height: 6px;
}

    .PicSlider .owl-dots .owl-dot {
        width: 6px;
        height: 6px;
        display: inline-block;
        margin: 0px 4px;
        background: #fff;
        border-radius: 50%;
    }

        .PicSlider .owl-dots .owl-dot.active {
            background: #2a8acc;
        }


@media ( max-width:998px) {
    .SpritList .box {
        padding: 12px 10px 12px;
    }
}

@media ( max-width:850px) {
    .SpritList .box li a {
        text-overflow: ellipsis;
        white-space: nowrap;
        *white-space: nowrap;
        overflow: hidden;
        width: 62%;
        display: block;
    }

    .SpritList .box li .date {
        font-size: 12px;
    }
}

@media ( max-width:768px) {
    .NLeft {
        width: auto;
        float: none;
    }

    .NRight {
        width: auto;
        float: none;
    }

    .PicSlider .item img {
        height: 200px;
    }

    .SpritList .box li.First .txt .title {
        height: auto;
        line-height: 26px;
    }

        .SpritList .box li.First .txt .title .time {
            float: none;
        }

    .SpritList .box li.First .txt {
        padding-top: 0px;
    }

        .SpritList .box li.First .txt .info {
            line-height: 20px;
            height: 40px;
            margin-top: 0px;
        }

    .SpritList .box li {
        height: 30px;
        line-height: 30px;
    }

    .SpritBox .box ul li {
        height: 30px;
        line-height: 30px;
    }

    .SpritBox .box {
        padding: 10px;
    }
}


/*人才招聘*/
.JobBan {
    height: 310px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.JobMain {
    padding: 3% 0 0;
}

.JobOne {
    padding: 0% 0 3%;
}

    .JobOne .pic {
        width: 29.6666%;
        float: left;
        position: relative;
    }

        .JobOne .pic img {
            display: block;
            width: 100%;
        }

        .JobOne .pic .name {
            position: absolute;
            top: 54px;
            right: -8px;
            background: url(/wangzhanziyuan/three/img/titbg2.png) no-repeat;
            width: 149px;
            height: 63px;
            font-size: 24px;
            line-height: 63px;
            color: #444444;
            text-align: center;
            font-family: "宋体";
            font-weight: bold;
        }

            .JobOne .pic .name span {
                color: #fff;
            }

    .JobOne .list {
        width: 66.25%;
        float: right;
        padding: 20px 0px 0px;
    }

        .JobOne .list dl {
            /*width: 48%;*/
            float: left;
            margin-bottom: 12px;
        }

            .JobOne .list dl:nth-child(2n) {
                float: right;
            }

            .JobOne .list dl dt {
                font-size: 18px;
                color: #e91a2e;
                line-height: 30px;
                padding-bottom: 9px;
                border-bottom: 1px solid #e9e9ea;
                font-weight: bold;
            }

            .JobOne .list dl dd.info {
                height: 160px;
                overflow: hidden;
                color: #888888;
                line-height: 24px;
                padding: 14px 0px 0px;
            }

                .JobOne .list dl dd.info i {
                    color: #e91a2e;
                    padding-right: 10px;
                }

.sx {
    width: 266px;
    height: 35px;
    line-height: 35px;
    background: #f2f2f2;
    text-align: center;
    color: #666666;
    display: block;
    margin: 14px auto 0px;
}

    .sx img {
        display: inline-block;
        padding-right: 6px;
    }

.JobTwo .list {
    padding: 2% 0 0;
}

    .JobTwo .list li {
        position: relative;
        width: 47%;
        float: left;
        margin-bottom: 30px;
    }

        .JobTwo .list li:nth-child(2n) {
            float: right;
        }

        .JobTwo .list li .name {
            width: 140px;
            position: absolute;
            left: 0px;
            top: 0px;
        }

            .JobTwo .list li .name span {
                display: block;
                font-size: 18px;
                line-height: 34px;
                color: #e91a2e;
                font-weight: bold;
            }

            .JobTwo .list li .name em {
                display: block;
                line-height: 28px;
                color: #888888;
            }

        .JobTwo .list li .info {
            margin-left: 140px;
            border-left: 1px solid #d4d4d4;
            padding-left: 25px;
            font-size: 14px;
            line-height: 24px;
            color: #888888;
            height: 168px;
            overflow: hidden;
        }

            .JobTwo .list li .info i {
                color: #e91a2e;
                padding-right: 5px;
            }


@media ( max-width:768px) {
    .JobBan {
        height: 150px;
    }

    .JobOne .pic {
        width: auto;
        float: none;
    }

        .JobOne .pic img {
            height: 300px;
            margin: 0px auto;
            width: auto;
        }

    .JobOne .list {
        width: auto;
        float: none;
    }

        .JobOne .list dl dt {
            font-size: 15px;
        }

        .JobOne .list dl dd.info {
            height: 80px;
            line-height: 20px;
            padding-top: 0px;
            overflow: hidden;
            font-size: 12px;
        }

    .JobTwo .list {
        padding: 2% 0 0;
    }

        .JobTwo .list li {
            position: relative;
            width: 47%;
            float: left;
            margin-bottom: 30px;
        }

            .JobTwo .list li .name {
                width: auto;
                position: static;
                border-bottom: 1px solid #d4d4d4;
            }

                .JobTwo .list li .name span {
                    display: block;
                    font-size: 15px;
                }

                .JobTwo .list li .name em {
                    font-size: 14px;
                }

            .JobTwo .list li .info {
                margin-left: 0px;
                border-left: 0px;
                padding: 10px 0px 0px 0px;
                height: 80px;
                font-size: 12px;
                line-height: 20px;
            }

                .JobTwo .list li .info i {
                    color: #e91a2e;
                    padding-right: 5px;
                }
}

/*企业文化*/
.CultureBan {
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.MeanBox .titsub {
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    opacity: 0;
    transition: all 1s;
}

.MeanPic {
    margin-left: -45px;
}

    .MeanPic .item {
        margin: 0px 15px 5px 45px;
    }

        .MeanPic .item .pic {
            background: url(/wangzhanziyuan/three/img/picbg.png);
            background-size: 100% 100%;
            padding: 93px 30px 24px;
            box-shadow: 0px 72px 15px #c3c3c3;
        }

        .MeanPic .item.li1 {
            transform: translateY(100px);
            -webkit-transform: translateY(100px);
            opacity: 0;
            transition: all 1s 0.2s;
        }

        .MeanPic .item.li2 {
            transform: translateY(100px);
            -webkit-transform: translateY(100px);
            opacity: 0;
            transition: all 1s 0.4s;
        }

        .MeanPic .item.li3 {
            transform: translateY(100px);
            -webkit-transform: translateY(100px);
            opacity: 0;
            transition: all 1s 0.6s;
        }

        .MeanPic .item.li4 {
            transform: translateY(100px);
            -webkit-transform: translateY(100px);
            opacity: 0;
            transition: all 1s 0.8s;
        }

.MeanBox .txt {
    padding: 4% 0 5%;
}

    .MeanBox .txt .logoicon {
        width: 32.083%;
        float: left;
        transform: translateX(-100px);
        -webkit-transform: translateX(-100px);
        opacity: 0;
        transition: all 1s 1s;
    }

    .MeanBox .txt .info {
        width: 62.666%;
        float: right;
        font-size: 16px;
        line-height: 30px;
        color: #595757;
        transform: translateX(100px);
        -webkit-transform: translateX(100px);
        opacity: 0;
        transition: all 1s 1.2s;
    }

.anm.MeanBox .titsub {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.anm.MeanBox .MeanPic .item {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.anm.MeanBox .logoicon {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.anm.MeanBox .info {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.SocailBox {
    background: url(/wangzhanziyuan/three/img/shzrbg.jpg);
    background-size: 100% 100%;
}

    .SocailBox .titsub {
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        opacity: 0;
        transition: all 1s;
    }

.SocailSlide {
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    opacity: 0;
    transition: all 1s 0.2s;
}

    .SocailSlide .swiper-container {
        padding: 0px 0px 130px;
    }

    .SocailSlide .swiper-slide .box {
        background: #fff;
        margin: 0px 15px 32px;
    }

    .SocailSlide .swiper-slide:nth-child .box {
        float: right;
    }

    .SocailSlide .swiper-slide .box .txt {
        padding: 3% 10%;
    }

        .SocailSlide .swiper-slide .box .txt .name {
            display: block;
            line-height: 28px;
            color: #444444;
            padding-bottom: 19px;
            position: relative;
            font-size: 18px;
        }

            .SocailSlide .swiper-slide .box .txt .name i {
                width: 20px;
                height: 1px;
                background: #e92739;
                position: absolute;
                left: 0px;
                bottom: 0px;
            }

        .SocailSlide .swiper-slide .box .txt .info {
            line-height: 24px;
            height: 48px;
            overflow: hidden;
            color: #888888;
            margin: 16px 0px 0px;
        }

    .SocailSlide .swiper-container-horizontal > .swiper-pagination-bullets, .SocailSlide .swiper-pagination-custom, .SocailSlide .swiper-pagination-fraction {
        width: 43px;
        height: 43px;
        background: #e92739;
        bottom: 56px;
        left: 50%;
        margin-left: -22px;
        color: #fff;
        line-height: 43px;
        font-family: Arial;
    }

    .SocailSlide .swiper-pagination .swiper-pagination-current {
        font-size: 24px;
    }

    .SocailSlide .swiper-button-next, .SocailSlide .swiper-button-prev {
        width: 43px;
        height: 43px;
        left: 50%;
        bottom: 56px;
        top: auto;
        margin-top: 0;
    }

    .SocailSlide .swiper-button-prev {
        background: #e92739 url(/wangzhanziyuan/three/img/prev.png) no-repeat center center;
        margin-left: -68px;
    }

    .SocailSlide .swiper-button-next {
        background: #e92739 url(/wangzhanziyuan/three/img/next.png) no-repeat center center;
        margin-left: 24px;
    }

        .SocailSlide .swiper-button-next.swiper-button-disabled, .SocailSlide .swiper-button-prev.swiper-button-disabled {
            opacity: 1;
        }

.anm.SocailBox .titsub {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.anm.SocailBox .SocailSlide {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.YgfcBox .titsub {
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    opacity: 0;
    transition: all 1s;
}

.YgSlide {
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    opacity: 0;
    transition: all 1s 0.2s;
}

    .YgSlide .list li {
        width: 31.333%;
        float: left;
        margin-right: 3%;
    }

        .YgSlide .list li:nth-child(3n) {
            margin-right: 0;
        }

        .YgSlide .list li dd.First {
            float: none;
            width: 100%;
            position: relative;
            margin-bottom: 9px;
        }

        .YgSlide .list li:nth-child(2n) dd.First {
            margin: 9px 0px 0px;
        }

        .YgSlide .list li dd.First img {
            display: block;
            width: 100%;
        }

        .YgSlide .list li dd.First .box {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            background: rgba(220,54,68,0.85);
            color: #fff;
            display: none;
        }

            .YgSlide .list li dd.First .box .txt {
                padding: 20% 5%;
            }

                .YgSlide .list li dd.First .box .txt .tit {
                    font-size: 18px;
                    line-height: 30px;
                    max-height: 60px;
                    overflow: hidden;
                    color: #fff;
                }

                .YgSlide .list li dd.First .box .txt .info {
                    font-size: 14px;
                    line-height: 24px;
                    height: 120px;
                    overflow: hidden;
                    margin: 24px 0px 0px;
                }
        /*.YgSlide .list li dd.First:hover .box{display:block;}*/
        .YgSlide .list li dd {
            width: 48%;
            float: left;
        }

            .YgSlide .list li dd:nth-child(3) {
                float: right;
            }

        .YgSlide .list li:nth-child(2n) dd:nth-child(2) {
            float: right;
        }

    .YgSlide .swiper-container {
        padding: 0px 0px 130px;
    }

    .YgSlide .swiper-container-horizontal > .swiper-pagination-bullets, .YgSlide .swiper-pagination-custom, .YgSlide .swiper-pagination-fraction {
        width: 43px;
        height: 43px;
        background: #e92739;
        bottom: 56px;
        left: 50%;
        margin-left: -22px;
        color: #fff;
        line-height: 43px;
        font-family: Arial;
    }

    .YgSlide .swiper-pagination .swiper-pagination-current {
        font-size: 24px;
    }

    .YgSlide .swiper-button-next, .YgSlide .swiper-button-prev {
        width: 43px;
        height: 43px;
        left: 50%;
        bottom: 56px;
        top: auto;
        margin-top: 0;
    }

    .YgSlide .swiper-button-prev {
        background: #e92739 url(/wangzhanziyuan/four/img/prev.png) no-repeat center center;
        margin-left: -68px;
    }

    .YgSlide .swiper-button-next {
        background: #e92739 url(/wangzhanziyuan/four/img/next.png) no-repeat center center;
        margin-left: 24px;
    }

        .YgSlide .swiper-button-next.swiper-button-disabled, .YgSlide .swiper-button-prev.swiper-button-disabled {
            opacity: 1;
        }

.anm.YgfcBox .titsub {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.anm.YgfcBox .YgSlide {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}


.BookBox .titsub {
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    opacity: 0;
    transition: all 1s;
}

.BookPic {
    padding: 0px 60px;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    opacity: 0;
    transition: all 1s 0.2s;
}

    .BookPic .item {
        margin: 0px 18px;
    }

        .BookPic .item img {
            display: block;
            width: 100%;
        }

        .BookPic .item em {
            display: block;
            padding: 16px 0px 0px;
            font-size: 16px;
            color: #666666;
            line-height: 24px;
            height: 24px;
            overflow: hidden;
            text-align: center;
        }

    .BookPic .owl-nav {
        position: absolute;
        width: 100%;
        left: 0px;
        top: 50%;
        height: 120px;
        margin-top: -60px;
    }

        .BookPic .owl-nav .owl-prev, .BookPic .owl-nav .owl-next {
            width: 40px;
            height: 120px;
            position: absolute;
            top: 0px;
            text-indent: 999999em;
            overflow: hidden;
        }

        .BookPic .owl-nav .owl-prev {
            background: url(/wangzhanziyuan/four/img/prevs.jpg) no-repeat left top;
            left: -60px;
        }

        .BookPic .owl-nav .owl-next {
            background: url(/wangzhanziyuan/four/img/prevs.jpg) no-repeat right top;
            right: -60px;
        }

        .BookPic .owl-nav .owl-prev:hover, .BookPic .owl-nav .owl-prev.disabled {
            background: url(/wangzhanziyuan/four/img/prevs.jpg) no-repeat left bottom;
        }

        .BookPic .owl-nav .owl-next:hover, .BookPic .owl-nav .owl-next.disabled {
            background: url(/wangzhanziyuan/four/img/prevs.jpg) no-repeat right bottom;
        }

.anm.BookBox .titsub {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.anm.BookBox .BookPic {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}


@media ( max-width:998px) {
    .CultureBan {
        height: 150px;
    }
}

@media ( max-width:768px) {
    .MeanBox .txt .logoicon {
        width: auto;
        float: none;
        width: 50%;
    }

    .MeanBox .txt .info {
        width: auto;
        float: none;
        font-size: 14px;
        line-height: 26px;
    }

    .SocailSlide .swiper-slide .box .txt .name {
        padding-bottom: 9px;
        font-size: 15px;
        line-height: 25px;
    }

    .SocailSlide .swiper-slide .box .txt .info {
        line-height: 20px;
        height: 40px;
        font-size: 12px;
        margin-top: 6px;
    }

    .YgSlide .list li {
        width: auto;
        float: none;
        margin-right: 0%;
    }

        .YgSlide .list li dd.First img {
            height: 250px;
        }

        .YgSlide .list li dd.First .box {
            position: static;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            background: rgba(220,54,68,0.85);
            color: #fff;
            display: block;
        }

            .YgSlide .list li dd.First .box .txt {
                padding: 10px;
            }

                .YgSlide .list li dd.First .box .txt .tit {
                    font-size: 15px;
                }

                .YgSlide .list li dd.First .box .txt .info {
                    font-size: 12px;
                    line-height: 20px;
                    height: auto;
                    margin-top: 0px;
                }

        .YgSlide .list li dd {
            width: 48%;
            float: left;
        }

            .YgSlide .list li dd img {
                width: 100%;
                height: 120px;
            }
}


/*AG电投厅简介*/
.About .titsub {
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    opacity: 0;
    transition: all 1s;
}

.About .box {
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    opacity: 0;
    transition: all 1s 0.2s;
}

    .About .box .pic {
        width: 35.333%;
        float: left;
        margin-right: 3%;
    }

        .About .box .pic img {
            display: block;
            width: 100%;
        }

        .About .box .pic em {
            display: block;
            line-height: 28px;
            margin-top: 16px;
            text-align: center;
        }

.anm.About .titsub {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.anm.About .box {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.LeaderBox {
    background: #f2f2f2;
    margin: 3% 0 0;
    padding: 0 0 3%;
}

    .LeaderBox h2 {
        text-align: center;
        line-height: 96px;
        color: #444444;
        font-size: 24px;
        font-family: "朴直小标宋简体";
        font-weight: bold;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        opacity: 0;
        transition: all 1s;
    }

    .LeaderBox .box {
        width: 350px;
        margin: 0 auto;
    }

        .LeaderBox .box .info {
            transform: translateY(100px);
            -webkit-transform: translateY(100px);
            opacity: 0;
            transition: all 1s 0.2s;
        }

            .LeaderBox .box .info dd {
                font-size: 18px;
                line-height: 36px;
                color: #666666;
                position: relative;
                padding-left: 75px;
            }

                .LeaderBox .box .info dd .name {
                    font-weight: bold;
                    color: #444444;
                    position: absolute;
                    left: 0px;
                    top: 0px;
                }

.anm.LeaderBox h2 {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.anm.LeaderBox .box .info {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.ZzjgBox {
    background: url(/wangzhanziyuan/three/img/organizebg.jpg);
    background-size: 100% 100%;
    padding: 3% 0;
}

    .ZzjgBox .pic {
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        opacity: 0;
        transition: all 1s;
    }

.anm.ZzjgBox .pic {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.SpeakBox {
    background: #ececec;
}

    .SpeakBox .titsub {
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        opacity: 0;
        transition: all 1s;
    }

    .SpeakBox .txt {
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        opacity: 0;
        transition: all 1s 0.2s;
    }

.anm.SpeakBox .titsub {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.anm.SpeakBox .txt {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.HistoryBox {
    overflow: hidden;
    background: #ececec;
    margin: 3% 0 0;
    padding: 0 0 4%;
}

    .HistoryBox .titsub {
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        opacity: 0;
        transition: all 1s;
    }

.HistoryList {
    /*margin: 25px 0px 0px;*/
    padding-top: 25px;
    background: url(/wangzhanziyuan/three/img/arr1.png) no-repeat center top;
}

    .HistoryList ul {
        background: url(/wangzhanziyuan/three/img/line2.png) repeat-y center top;
        padding: 4% 0 0;
    }

    .HistoryList li {
        width: 51%;
        float: left;
    }

        .HistoryList li .box {
            padding-right: 30px;
            margin-right: 5px;
            background: url(/wangzhanziyuan/three/img/arr2.png) no-repeat;
            background-position: right 6px;
        }

            .HistoryList li .box .date {
                line-height: 26px;
                font-size: 18px;
                color: #444444;
                font-weight: bold;
                text-align: right;
            }

            .HistoryList li .box .txt {
                padding: 10px 0px 0px;
                color: #666666;
                max-height: 48px;
                overflow: hidden;
            }

                .HistoryList li .box .txt p, .HistoryList li .box .txt dl {
                    background-image: url(/wangzhanziyuan/three/img/arrow.png);
                    background-repeat: no-repeat;
                    background-position: left 6px;
                    padding-left: 15px;
                    margin-bottom: 15px;
                }

        .HistoryList li:nth-child(2n) {
            float: right;
        }

            .HistoryList li:nth-child(2n) .box {
                background-position: left 6px;
                padding: 0px 0px 0px 30px;
                margin-right: 0px;
                margin-left: 5px;
            }

            .HistoryList li:nth-child(2n) .date {
                text-align: left;
            }

        .HistoryList li.li1 {
            transform: translateX(100px);
            -webkit-transform: translateX(100px);
            opacity: 0;
            transition: all 1s 0.3s;
        }

        .HistoryList li.li2 {
            transform: translateX(-100px);
            -webkit-transform: translateX(-100px);
            opacity: 0;
            transition: all 1s 0.4s;
        }

        .HistoryList li.li3 {
            transform: translateX(100px);
            -webkit-transform: translateX(100px);
            opacity: 0;
            transition: all 1s 0.5s;
        }

        .HistoryList li.li4 {
            transform: translateX(-100px);
            -webkit-transform: translateX(-100px);
            opacity: 0;
            transition: all 1s 0.6s;
        }

        .HistoryList li.li5 {
            transform: translateX(100px);
            -webkit-transform: translateX(100px);
            opacity: 0;
            transition: all 1s 0.7s;
        }

        .HistoryList li.li6 {
            transform: translateX(-100px);
            -webkit-transform: translateX(-100px);
            opacity: 0;
            transition: all 1s 0.8s;
        }

        .HistoryList li.li7 {
            transform: translateX(100px);
            -webkit-transform: translateX(100px);
            opacity: 0;
            transition: all 0.9s;
        }

        .HistoryList li.li8 {
            transform: translateX(-100px);
            -webkit-transform: translateX(-100px);
            opacity: 0;
            transition: all 1s 1s;
        }

        .HistoryList li.on .box .txt {
            max-height: none;
        }

        .HistoryList li .btn {
            margin-top: 10px;
        }

            .HistoryList li .btn a {
                font-style: 16px;
                color: #666;
            }

            .HistoryList li .btn .zk {
                color: #e91a2e;
            }

        .HistoryList li .sq {
            display: none;
        }

.anm.HistoryBox .titsub {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.anm.HistoryBox .HistoryList li {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.YearHistory .titsub {
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    opacity: 0;
    transition: all 1s;
}

.YearSlider {
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    opacity: 0;
    transition: all 1s 0.2s;
}

.anm.YearHistory .titsub {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.anm.YearHistory .YearSlider {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.YearSlider2 {
    display: none;
}

    .YearSlider .hd, .YearSlider2 .hd {
        text-align: center;
    }

        .YearSlider .hd li, .YearSlider2 .hd li {
            display: inline-block;
            border: 1px solid #b2b2b2;
            width: 148px;
            height: 48px;
            line-height: 48px;
            font-size: 18px;
            border-radius: 25px;
            margin: 0 2%;
        }

            .YearSlider .hd li a, .YearSlider2 .hd li a {
                color: #666666;
                display: block;
            }

            .YearSlider .hd li.on, .YearSlider2 .hd li.on {
                border: 1px solid #e91a2e;
                background: #e91a2e;
            }

                .YearSlider .hd li.on a, .YearSlider2 .hd li.on a {
                    color: #fff;
                }

    .YearSlider .bd, .YearSlider2 .bd {
        padding: 5% 0 0;
    }

.EventList {
    overflow: hidden;
    padding: 0px 58px;
    position: relative;
}

    .EventList li {
        width: 249px;
        height: 275px;
        float: left;
        background: #f6f6f6;
        border: 1px solid #f6f6f6;
        margin-right: 27px;
        border-radius: 5px;
    }

        .EventList li .box {
            padding: 13px 22px;
        }

            .EventList li .box .time {
                display: block;
                line-height: 47px;
                border-bottom: 1px solid #c5c5c5;
                color: #444444;
                font-size: 18px;
                font-weight: bold;
                text-align: center;
            }

            .EventList li .box .info {
                padding: 8px 0px 0px;
                font-size: 16px;
                line-height: 24px;
                color: #666666;
            }

        .EventList li:hover {
            border: 1px solid #ee808b;
        }

    .EventList .prev, .EventList .next {
        width: 37px;
        height: 85px;
        position: absolute;
        top: 50%;
        margin-top: -42px;
    }

    .EventList .prev {
        background: url(/wangzhanziyuan/three/img/prev2.png) no-repeat left bottom;
        left: 0px;
    }

    .EventList .next {
        background: url(/wangzhanziyuan/three/img/prev2.png) no-repeat right bottom;
        right: 0px;
    }

    .EventList .prev.prevStop {
        background: url(/wangzhanziyuan/three/img/prev2.png) no-repeat left top;
    }

    .EventList .next.nextStop {
        background: url(/wangzhanziyuan/three/img/prev2.png) no-repeat right top;
    }

.EventList2 {
    display: none;
    overflow: hidden;
    padding: 0px 30px;
    position: relative;
}

    .EventList2 li {
        width: 100%;
        height: 275px;
        background: #f6f6f6;
        border: 1px solid #f6f6f6;
        border-radius: 5px;
    }

        .EventList2 li .box {
            padding: 13px 22px;
        }

            .EventList2 li .box .time {
                display: block;
                line-height: 47px;
                border-bottom: 1px solid #c5c5c5;
                color: #444444;
                font-size: 18px;
                font-weight: bold;
                text-align: center;
            }

            .EventList2 li .box .info {
                padding: 8px 0px 0px;
                font-size: 16px;
                line-height: 24px;
                color: #666666;
            }

        .EventList2 li:hover {
            border: 1px solid #ee808b;
        }

    .EventList2 .prev, .EventList2 .next {
        width: 20px;
        height: 60px;
        position: absolute;
        top: 50%;
        margin-top: -42px;
    }

    .EventList2 .prev {
        background: url(/wangzhanziyuan/three/img/prev2.png) no-repeat -8px -95px;
        left: 0px;
    }

    .EventList2 .next {
        background: url(/wangzhanziyuan/three/img/prev2.png) no-repeat -45px -95px;
        right: 0px;
    }

    .EventList2 .prev.prevStop {
        background: url(/wangzhanziyuan/three/img/prev2.png) no-repeat -6px -10px;
    }

    .EventList2 .next.nextStop {
        background: url(/wangzhanziyuan/three/img/prev2.png) no-repeat -45px -10px;
    }

@media ( max-width:998px) {
}

@media ( max-width:768px) {
    .HistoryList {
        background: url(/wangzhanziyuan/three/img/arr1.png) no-repeat 0px top;
    }

        .HistoryList ul {
            background: url(/wangzhanziyuan/three/img/line2.png) repeat-y 10px top;
            padding: 4% 0 0;
        }

        .HistoryList li {
            width: auto;
            float: none;
            margin-bottom: 12px;
        }

            .HistoryList li .box {
                margin-right: 0px;
                background-position: left 6px;
                padding: 0px 0px 0px 30px;
                margin-right: 0px;
                margin-left: 5px;
            }

                .HistoryList li .box .date {
                    text-align: left;
                }

                .HistoryList li .box .txt {
                    padding: 10px 0px 0px;
                    color: #666666;
                }

            .HistoryList li:nth-child(2n) {
                float: none;
            }

    .YearSlider {
        display: none;
    }

    .YearSlider2 {
        display: block;
    }

    .YearSlider .hd li {
        width: auto;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        padding: 0 12px;
        margin: 0 1%;
    }

        .YearSlider .hd li a {
            color: #666666;
            display: block;
        }

    .EventList {
        display: none;
    }

    .EventList2 {
        display: block;
    }
}


.cd-top {
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 0px;
    width: 35px;
    position: fixed;
    right: 0px;
    bottom: 20px;
}

    .cd-top.cd-is-visible {
        visibility: visible;
        opacity: 1;
        background: url(/wangzhanziyuan/three/img/top.gif) center center no-repeat;
        height: 35px;
        cursor: pointer;
    }
/*Bottom*/

/*18-09-19*/
.JobOne .list dl .more {
    float: right;
}

.JobOne .list dl .more, .JobTwo .list li .more {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #e91a2e;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

    .JobOne .list dl .more i, .JobTwo .list li .more i {
        font-family: "宋体";
        padding-left: 5px;
    }

.FixedBox {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.7);
    z-index: 99;
    display: none;
}

.FixedBox {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.7);
    z-index: 99;
    display: none;
}

    .FixedBox .box {
        width: 960px;
        height: 600px;
        background: #e91a2e;
        border-radius: 10px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -300px 0px 0px -480px;
    }

        .FixedBox .box .title {
            padding: 0px 40px;
            line-height: 50px;
            line-height: 50px;
            font-size: 20px;
            font-weight: bold;
            color: #fff;
        }

        .FixedBox .box .close {
            width: 40px;
            height: 40px;
            position: absolute;
            right: -15px;
            top: -15px;
            background: url(/wangzhanziyuan/three/img/close.png) no-repeat;
        }

        .FixedBox .box .con {
            background: #fff;
            margin: 10px;
            padding: 25px 35px;
            border-radius: 10px;
        }

            .FixedBox .box .con .Jobtop {
                height: 26px;
                line-height: 26px;
            }

                .FixedBox .box .con .Jobtop .name {
                    font-size: 16px;
                    font-weight: bold;
                    color: #e91a2e;
                    float: left;
                    position: static;
                }

                .FixedBox .box .con .Jobtop .date {
                    float: right;
                    font-size: 14px;
                    color: #666;
                }

            .FixedBox .box .con .ins {
                width: 100%;
                float: none;
                margin: 20px 0px;
            }

                .FixedBox .box .con .ins dd {
                    width: 33.333%;
                    float: left;
                    font-size: 14px;
                    color: #666;
                }

                    .FixedBox .box .con .ins dd b {
                        font-size: 16px;
                        margin-right: 10px;
                    }

            .FixedBox .box .con .msbox {
                font-size: 14px;
                line-height: 24px;
                color: #666;
                height: 325px;
                overflow-y: scroll;
            }

            .FixedBox .box .con .apply {
                display: block;
                margin: 20px auto 0px;
                background: #e91a2e;
                border-radius: 5px;
                width: 150px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                font-size: 16px;
                color: #fff;
                display: none;
            }

@media ( max-width:998px) {
    .FixedBox .box {
        width: 94%;
        left: 3%;
        margin: -300px 0px 0px;
    }
}

@media ( max-width:480px) {
    .FixedBox .box .con {
        padding: 25px 18px;
    }

        .FixedBox .box .con .ins dd {
            width: 50%;
        }

        .FixedBox .box .con .msbox {
            height: 300px;
            padding-right: 15px;
        }
}


/*不忘初心20190709*/

.Columncx {
    width: 48.5%;
    margin-bottom: 3%;
}

    .Columncx .tithead {
        line-height: 47px;
        height: 47px;
        border-bottom: 3px solid #e91a2e;
    }

        .Columncx .tithead h2 {
            font-size: 18px;
            color: #fff;
            padding: 0 46px 0 29px;
            background: url(/wangzhanziyuan/three/img/titbg3.png) right center no-repeat;
            float: left;
            font-weight: normal;
        }

            .Columncx .tithead h2 img {
                display: inline-block;
                vertical-align: middle;
                margin-right: 13px;
            }

        .Columncx .tithead a.more {
            background: url(/wangzhanziyuan/three/img/more3.png);
            width: 20px;
            height: 18px;
            float: right;
            margin-top: 12px;
        }

    .Columncx .box {
        padding: 0 19px;
        height: 312px;
        box-shadow: 0 5px 20px #ddd;
        background: #fff;
    }

    .Columncx .li {
        font-size: 16px;
        height: 32px;
        line-height: 32px;
        position: relative;
        padding-right: 50px;
        overflow: hidden;
    }

        .Columncx .li .date {
            position: absolute;
            right: 0px;
            top: 0px;
            color: #999999;
            font-size: 14px;
        }

        .Columncx .li a {
            display: block;
            text-overflow: ellipsis;
            white-space: nowrap;
            *white-space: nowrap;
            overflow: hidden;
            width: 100%;
        }

    .Columncx .top {
        border-bottom: 1px solid #e8e8e8;
        margin-bottom: 21px;
        padding: 16px 0;
    }

        .Columncx .top .tit {
            line-height: 42px;
            font-size: 16px;
            text-overflow: ellipsis;
            white-space: nowrap;
            *white-space: nowrap;
            overflow: hidden;
            width: 100%;
        }

        .Columncx .top .p {
            overflow: hidden;
            word-break: normal;
            text-align: justify;
            text-overflow: ellipsis;
            height: 48px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }


/*2019-08-23*/
.comcon {
    padding: 60px 0 80px 0;
}

.auto {
    margin: 0 auto;
}

.auto_1200 {
    max-width: 1200px;
}

.Left {
    width: 18.5%;
    float: left;
}

    .Left.sfixed {
        position: fixed;
        top: 50px;
    }

.SubName {
    position: relative;
}

    .SubName .con {
        background: #e91a2e;
        height: 116px;
        line-height: 106px;
        text-align: center;
        position: relative;
    }

        .SubName .con:after {
            content: "";
            display: block;
            width: 20px;
            height: 2px;
            background: #fff;
            position: absolute;
            bottom: 25px;
            left: 50%;
            margin-left: -10px;
        }

        .SubName .con span {
            display: block;
        }

            .SubName .con span.namecn {
                font-size: 32px;
                color: #fff;
            }

.LeftMeun li {
    border-bottom: none;
}

    .LeftMeun li a.am {
        display: block;
        height: 48px;
        line-height: 48px;
        position: relative;
        border-bottom: 1px solid #dadada;
    }

    .LeftMeun li .con span {
        display: block;
        padding-left: 20px;
        line-height: 48px;
        font-size: 16px;
        color: #4a4a4a;
        background: url(/wangzhanziyuan/three/img/jt1s.png) 96% center no-repeat;
    }

    .LeftMeun li .Second {
        display: none;
        border-bottom: 0px;
    }

    .LeftMeun li:last-child .Second {
        border-bottom: 1px solid #dadada
    }

    .LeftMeun li .Second dd a {
        display: block;
        line-height: 50px;
        font-size: 14px;
        padding-left: 20%;
    }

    .LeftMeun li .Second dd:last-child a {
        border-bottom: none;
    }

    .LeftMeun li .Second dl dd {
        position: relative;
    }

    .LeftMeun li.lion .con span, .LeftMeun li.lion .con em {
        color: #e91a2e;
    }

    .LeftMeun li:hover .con span, .LeftMeun li:hover .con em {
        color: #e91a2e;
    }

    .LeftMeun li.lion .con span, .LeftMeun li:hover .con span {
        background: url(/wangzhanziyuan/three/img/jt2.png) 96% center no-repeat;
    }

    .LeftMeun li .Second dd:hover a, .LeftMeun li .Second dd.aon a {
        color: #e91a2e;
    }

.dise {
    color: #00a0e9;
}

.rhcon {
    width: 78%;
    float: right;
    margin-top: 115px;
}

    .rhcon .prname {
        font-size: 24px;
        color: #333;
        font-weight: bold;
        border-bottom: 1px solid #00a0e9;
        padding-bottom: 15px;
    }

.probox {
    margin-top: 50px;
}

    .probox li {
        width: 31%;
        float: left;
        margin-right: 3.5%;
        margin-bottom: 40px;
        position: relative;
        cursor: pointer;
    }

        .probox li:nth-child(3n) {
            margin-right: 0px;
        }

        .probox li .gcimg {
            width: 100%;
            height: auto;
            position: relative;
            box-shadow: 0 0 25px rgba(1,35,54,.3);
        }

            .probox li .gcimg img {
                display: block;
                width: 100%;
                height: auto;
            }

        .probox li .p {
            font-size: 16px;
            color: #333;
            text-align: center;
            margin-top: 15px;
            height: 48px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }

        .probox li .gline {
            width: 0%;
            height: 0%;
            border: 1px solid #00a0e9;
            position: absolute;
            left: 50%;
            top: 50%;
            opacity: 0;
            transform: translate(-50%,-50%);
            transition: all 500ms;
        }

        .probox li .titcon {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            transition: all 500ms;
            opacity: 0;
        }

            .probox li .titcon img {
                width: auto;
                height: auto;
            }

        .probox li:hover .gcimg {
        }

        .probox li:hover .gline {
            width: 90%;
            height: 80%;
            opacity: 1;
        }

        .probox li:hover .titcon {
            opacity: 1;
        }

.newul {
    padding-bottom: 40px;
}

    .newul li {
        border-bottom: 1px solid #d2d2d2;
        padding: 15px 0;
    }

        .newul li a {
            display: block;
            font-size: 16px;
            color: #494848;
            position: relative;
            padding-right: 90px;
        }

            .newul li a i {
                display: inline-block;
                width: 4px;
                height: 4px;
                background: #999;
                vertical-align: middle;
                margin-right: 10px;
                border-radius: 50%;
                margin-top: -2px;
            }

            .newul li a span {
                font-size: 14px;
                color: #999;
                position: absolute;
                right: 0;
                top: 6px;
            }

        .newul li:hover a i {
            background: #e91a2e;
        }

        .newul li:hover a {
            color: #e91a2e;
        }

.aboutimg {
    width: 44%;
    float: left;
    margin-right: 3%;
}

.atit {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
}

#dituContent {
    height: 362px;
    width: 100%;
}

.linkboxs dl {
    width: 45%;
    float: left;
    padding-bottom: 25px;
}

    .linkboxs dl:nth-child(2n+1) {
        clear: both;
    }

    .linkboxs dl dt {
        font-weight: bold;
        font-size: 18px;
    }

@media ( max-width:1199px) {
    .SubName .con span.namecn {
        font-size: 24px;
    }

    .auto_1200 {
        margin: 0 12px;
    }
}

@media ( max-width:998px) {
    .SubBan {
        height: 300px;
    }

        .SubBan .txt {
            top: 45%;
        }

            .SubBan .txt img {
                max-width: 60%;
            }

    .SubName .con span.namecn {
        font-size: 20px;
    }
}

@media ( max-width:997px) {
    .SubName .con:after {
        display: none;
    }

    .rhcon .prname {
        font-size: 18px;
    }

    .rhcon {
        width: 100%;
        float: none;
        margin-top: 0;
    }

    .Left {
        position: relative;
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }

    .SubName .con {
        height: 70px;
        line-height: 70px;
    }

    .LeftMeun { /*display:none; position:absolute; width:100%; top:100%; left:0;*/
        background: #fff;
        z-index: 99;
    }

        .LeftMeun li .Second dd a {
            padding-left: 0px;
            text-align: center;
        }

    .SubName .con span.namecn {
        background: url(/wangzhanziyuan/three/img/jts1.png) 90% center no-repeat;
    }

    .probox li .titcon {
        display: none;
    }

    .probox li {
        margin-bottom: 10px;
    }

        .probox li .p {
            font-size: 14px;
            height: 48px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }

    .comcon {
        padding: 40px 0 20px;
    }
}


@media (max-width:640px) {
    .SubBan {
        height: 180px;
    }

        .SubBan .txt img {
            max-width: 40%;
        }

    .LeftMeun li .Second {
        padding: 10px 0;
    }

        .LeftMeun li .Second dd a {
            line-height: 30px;
        }

    .Columncx {
        float: none !important;
        width: auto;
    }

        .Columncx .top {
            padding: 8px 0;
            margin-bottom: 8px;
        }

        .Columncx .box {
            height: auto;
            padding-bottom: 10px;
        }

        .Columncx .li {
            font-size: 14px;
            height: 28px;
            line-height: 28px;
        }

            .Columncx .li .date {
                font-size: 12px;
            }

        .Columncx .tithead {
            height: 36px;
            line-height: 36px;
        }

            .Columncx .tithead h2 {
                font-size: 16px;
            }

    .CommonList ul li .date {
        font-size: 12px;
    }

    .flex-control-nav li {
        margin: 0px 2px;
    }

    .NewsFocus .flex-control-paging li a {
        width: 8px;
        height: 8px;
    }

    .linkboxs dl {
        width: auto;
        float: none;
    }
}


@media (max-width:560px) {
    .SubName .con {
        height: 50px;
        line-height: 50px;
    }

        .SubName .con span.namecn {
            font-size: 16px;
        }

    .LeftMeun li a.am {
        height: 32px;
        line-height: 32px;
    }

    .LeftMeun li .con span {
        line-height: 32px;
        font-size: 14px;
    }

    .LeftMeun li .icon {
        top: 10px;
    }

    .LeftMeun li .Second dd .siji {
        padding: 10px 0;
    }

        .LeftMeun li .Second dd .siji span a {
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            padding-left: 30px;
        }

    .probox li {
        width: 48%;
        margin-right: 0px;
    }

        .probox li:nth-child(2n) {
            float: right;
        }

    .newul li {
        padding: 10px 0;
    }

        .newul li a {
            font-size: 14px;
        }

    .aboutimg {
        width: 70%;
        float: none;
        margin: 0 auto;
    }

    .SpeakBox .txt p span {
        font-size: 16px !important;
    }
}
<!--耗时1755670934.0133秒-->