@charset "utf-8";
.ml40 {
    margin-left: 40px;
}

.w580 {
    width: 580px;
}

body {
    background: #fff;
    background: url(/uploads/image/gxzimages/bg1.png) no-repeat center bottom;
}

.banner {
    width: 100%;
    height: 503px;
    background: url(/uploads/image/gxzimages/banner.jpg) no-repeat top center;
}

.nav {
    width: 100%;
    height: 81px;
    background: #c91718;
    z-index: 9999;
}

.nav ul {
    width: 1200px;
    height: 80px;
    line-height: 76px;
    margin-left: auto;
    margin-right: auto;
}

.nav ul li {
    float: left;
    font-size: 24px;
}

.nav ul li a {
    color: #fff;
}

.nav ul li a {
    display: block;
    height: 76px;
    line-height: 76px;
    padding: 0 75px;
    color: #fff;
}

.nav ul li:hover a {
    color: #a91e23;
    font-weight: 600;
    background: #f9bf6b;
}

.mainbg {
    width: 100%;
    padding-bottom: 40px;
    min-height: 1000px;
    /* background: url(/uploads/image/gxzimages/bg1.png) no-repeat center bottom; */
}

.main {
    /* background: url(/uploads/image/gxzimages/bg1.png) no-repeat center bottom; */
}

.main .w1200 {
    width: 1120px;
    padding: 0 40px;
    background: rgba(255, 255, 255, .6);
}

.col1 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.list li {
    float: left;
    width: 540px;
    margin-left: 40px;
    margin-right: 20px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 32px;
    padding-left: 1.2em;
    box-sizing: border-box;
    background: url(/uploads/image/gxzimages/icon03.png) no-repeat left 14px;
}

.list li a {
    color: #dd3334;
}

.slidebox {
    width: 1200px;
    height: 668px;
    margin: 0px auto 40px;
    /* overflow: hidden; */
    position: relative;
    background: #cc091a;
}

.slidebox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    bottom: 22px;
    z-index: 1;
}

.slidebox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slidebox .hd ul li {
    float: left;
    margin-right: 6px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    background: #c2222b;
    cursor: pointer;
    border-radius: 50%;
}

.slidebox .hd ul li.on {
    background: #fff;
    color: #fff;
}

.slidebox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slidebox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.slidebox .bd img {
    display: block;
    max-width: 100%;
    height: 668px;
    margin: auto;
}

.slidebox .bd li .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    overflow: hidden;
    line-height: 58px;
    text-align: left;
    text-indent: 20px;
    background: #ea0512;
    background: rgba(234, 5, 18, .6);
}

.slidebox .bd li .title a {
    color: #fff;
    font-size: 20px;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slidebox .prev,
.slidebox .next {
    position: absolute;
    left: -3%;
    top: 48%;
    margin-top: -25px;
    display: block;
    width: 25px;
    height: 50px;
    background:  no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slidebox .next {
    left: 101%;
    background:  no-repeat;
}

.slidebox .prev:hover,
.slidebox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slidebox .prevstop {
    display: none;
}

.slidebox .nextstop {
    display: none;
}

.zzjsbtn {
    width: 740px;
    height: 56px;
    border-radius: 10px;
    display: block;
    font-size: 24px;
    text-align: center;
    line-height: 56px;
    color: #fff;
    background: #dd3334;
    margin: 10px auto 20px;
}

.zzjsbtn:hover {
    color: #fff;
}

.slideboxa {
    float: left;
    width: 690px;
    height: 465px;
    margin: 0px auto 40px;
    /* overflow: hidden; */
    position: relative;
    background: #cc091a;
}

.slideboxa .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    bottom: 22px;
    z-index: 1;
}

.slideboxa .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideboxa .hd ul li {
    float: left;
    margin-right: 6px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    background: #c2222b;
    cursor: pointer;
    border-radius: 50%;
}

.slideboxa .hd ul li.on {
    background: #fff;
    color: #fff;
}

.slideboxa .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideboxa .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.slideboxa .bd img {
    display: block;
    width: 690px;
    height: 465px;
    margin: auto;
}

.slideboxa .bd li .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    overflow: hidden;
    line-height: 58px;
    text-align: left;
    text-indent: 20px;
    background: #ea0512;
    background: rgba(234, 5, 18, .6);
}

.slideboxa .bd li .title a {
    color: #fff;
    font-size: 20px;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideboxa .prev,
.slideboxa .next {
    position: absolute;
    left: -3%;
    top: 48%;
    margin-top: -25px;
    display: block;
    width: 25px;
    height: 50px;
    background:  no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideboxa .next {
    left: 101%;
    background:  no-repeat;
}

.slideboxa .prev:hover,
.slideboxa .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideboxa .prevstop {
    display: none;
}

.slideboxa .nextstop {
    display: none;
}

.col3r {
    float: left;
    width: 510px;
    height: 465px;
    background: #fff9ec;
}

.slideboxa,
.col3r {
    margin-top: 40px;
}

.listd li {
    padding-top: 28px;
    padding-left: 40px;
    padding-right: 36px;
}

.listd li:nth-child(2n-1) p {
    padding-bottom: 18px;
    border-bottom: 1px dashed #ff0000;
}

.listd li h2 {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 15px;
}

.listd li p {
    font-size: 14px;
    line-height: 30px;
    text-indent: 2em;
}

.listd li p a {
    color: #ff6600;
}

.channel img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.listc {
    padding-top: 40px;
}

.listc li {
    float: left;
    width: 475px;
    font-size: 18px;
    line-height: 30px;
    padding-left: 58px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 15px;
    border-bottom: 1px solid #b0b0b0;
    background: url(/uploads/image/gxzimages/icon.png) no-repeat 10px 25px;
}

.listc li:nth-child(2n-1) {
    margin-right: 50px;
}

.col2,
.col3,
.col4 {
    width: 1200px;
    margin: auto;
}

.col4 {
    margin-bottom: 30px;
    height: 380px;
}

.col2 h2 {
    font-size: 40px;
    line-height: 56px;
    text-align: center;
}

.col2 h2 a {
    color: #ac0606;
}

.col2 p {
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
}

.channel {
    position: relative;
    padding-top: 50px;
}

.more {
    font-size: 18px;
    position: absolute;
    right: 0;
    bottom: 0px;
    color: #e23e2f;
}

.col5 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.col5l,
.col5r {
    width: 585px;
    float: left;
}

.col5l {
    margin-right: 30px;
}

.lista,
.listb {
    padding-left: 15px;
    padding-top: 35px;
}

.lista li {
    float: left;
    width: 545px;
    font-size: 18px;
    line-height: 68px;
    text-indent: 30px;
    border-bottom: 1px dashed #f49466;
    background: url(/uploads/image/gxzimages/icon01.png) no-repeat left center;
}

.lista li:nth-child(2n-1) {
    margin-right: 40px;
    margin-left: 10px;
}

.listb li {
    position: relative;
    width: 565px;
    float: left;
    font-size: 18px;
    line-height: 62px;
    text-indent: 25px;
    background: url(/uploads/image/gxzimages/icon02.png) no-repeat left center;
}

.listb li:nth-child(2n-1) {
    margin-right: 50px;
}

.listb span {
    font-size: 16px;
    color: #666;
    position: absolute;
    right: 0;
    top: 0;
}

.foot {
    padding-top: 160px;
    margin-top: 185px;
    width: 100%;
    padding-bottom: 50px;
}

.foot p {
    text-align: center;
    color: #ffc96b;
    font-size: 16px;
    line-height: 36px;
}


/* 列表页 */

.ullist {
    padding-top: 15px;
}

.ullist li {
    text-indent: 20px;
    position: relative;
    height: 63px;
    font-size: 16px;
    line-height: 63px;
    border-bottom: 1px dashed #999999;
    /* background:  no-repeat left center; */
}

.ullist li::before {
    content: "·";
    color: #cc3333;
}

.ullist li span {
    position: absolute;
    right: 5px;
    top: 0;
    color: #999;
}

.head {
    width: 1120px;
    height: 50px;
    border-bottom: 1px solid #ddd;
    padding-top: 30px;
}

.head h2 {
    /* width: 370px; */
    height: 50px;
    float: left;
    margin-left: 15px;
    font-size: 30px;
    line-height: 50px;
    color: #cc3333;
}

.head a {
    height: 20px;
    float: right;
    font-weight: bold;
    margin-top: 20px;
    font-size: 12px;
    color: #666;
}

.piclist {
    padding-top: 35px;
}

.piclist li {
    width: 260px;
    height: 255px;
    text-align: center;
    float: left;
    margin: 0px 10px 10px 10px;
    overflow: hidden;
}

.piclist li a:nth-child(1) {
    display: block;
    height: 190px;
    overflow: hidden;
}

.piclist li img {
    max-width: 260px;
    min-height: 184px;
    border: 1px solid #eee;
}

.piclist li .tit {
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    margin-top: 10px;
}

.contenttext {
    padding-bottom: 30px;
}

.contenttext p {
    /* text-align: center; */
}

.contenttext img {
    max-width: 1000px;
}

.contenttext p {
    font-size: 16px;
    line-height: 2.1;
    color: #333;
    margin-bottom: 10px;
}

.container>h2 {
    font-size: 24px;
    text-align: center;
    line-height: 60px;
    margin-top: 0px;
}

.sec {
    text-align: center;
    color: #666;
    padding-top: 15px;
    font-size: 14px;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d7d7d7;
}

.sec span {
    padding: 0 10px;
}

.sec span a {
    padding: 0 5px;
}

.listcontainer {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 40px;
}

.container {
    min-height: 490px;
}

.container>h2 {
    margin-top: 20px;
}

.container .w1200>h2 {
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    color: #333;
}


/* 左右滚动 */


/* .picscroll-left {
        width: 1110px;
        overflow: hidden;
        position: relative;
        padding-left: 45px;
        padding-right: 45px;
        margin-top: 20px;
    }
    
    .picscroll-left .hd {
        overflow: hidden;
        height: 68px;
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
    }
    
    .picscroll-left .hd .prev,
    .picscroll-left .hd .next {
        display: block;
        width: 19px;
        height: 68px;
        overflow: hidden;
        cursor: pointer;
    }
    
    .picscroll-left .hd .prev {
        float: left;
        background:  no-repeat;
    }
    
    .picscroll-left .hd .next {
        float: right;
        background:  no-repeat;
        left: auto;
        right: 0;
    }
    
    .picscroll-left .hd ul {
        float: right;
        overflow: hidden;
        zoom: 1;
        margin-top: 10px;
        zoom: 1;
    }
    
    .picscroll-left .hd ul li {
        float: left;
        width: 9px;
        height: 9px;
        overflow: hidden;
        margin-right: 5px;
        text-indent: -999px;
        cursor: pointer;
        background:  0 -9px no-repeat;
    }
    
    .picscroll-left .hd ul li.on {
        background-position: 0 0;
    }
    
    .picscroll-left .bd {
        padding: 10px;
    }
    
    .picscroll-left .bd ul {
        overflow: hidden;
        zoom: 1;
    }
    
    .picscroll-left .bd ul li {
        margin: 0 10px;
        float: left;
        _display: inline;
        overflow: hidden;
        text-align: center;
        width: 248px;
        height: 175px;
    }
    
    .picscroll-left .bd ul li .pic {
        text-align: center;
    }
    
    .picscroll-left .bd ul li .pic img {
        width: 248px;
        height: 135px;
        display: block;
    }
    
    .picscroll-left .bd ul li .title {
        line-height: 40px;
        background: #e7e7e7;
    } */


/* .col6 {
        max-height: 1140px;
        padding-bottom: 10px;
        /* background:  no-repeat center bottom; */


}
*/
/* .col7 {
        padding-bottom: 70px;
    } */
.col6l {
    float: left;
    margin-right: 60px;
}
.col6l .textlist2 li,
.col6r .textlist2 li {
    margin-right: 0;
    float: none;
}
.channelsmall {
    width: 570px;
    height: 60px;
    border-bottom: 2px solid #d80100;
}
.channelsmall a {}
.mt40 {
    margin-top: 50px;
}
.col6 .textlist2 {
    margin-top: 30px;
}
.col3 .textlist2 li {
    border: 1px solid #ddd;
    width: 590px;
    height: 138px;
    line-height: 64px;
    float: left;
    margin-right: 16px;
    margin-top: 15px;
    background: #fff;
    box-sizing: border-box;
}
.col3 .textlist2 li:nth-child(2n) {
    margin-right: 0;
}
.col3 .textlist2 li h3 {
    font-size: 22px;
    padding: 6px 30px 0;
}
.col3 .textlist2 li h3 a,
.col3 .textlist2 li h3 a:hover {
    color: #333;
}
.textlist3 h3 a {
    color: #cc3333;
    font-size: 24px;
}
.col3 .textlist2 li p {
    text-indent: 22px;
    font-size: 14px;
    line-height: 24px;
    padding: 0 30px;
}
.textlist .more:hover {
    background-color: #c5000e;
    color: #fff;
    border-radius: 2px;
}
.textlist .more {
    position: absolute;
    right: 12px;
    bottom: 15px;
    font-size: 12px;
    color: #c5000e;
    font-weight: bold;
    padding: 5px;
}
.container h3 {
    text-align: center;
}
.col3 .channel,
.col5 .channel,
.col7 .channel {
    background:  no-repeat right 3px;
}