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

.w580 {
    width: 580px;
}

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

.banner {
    width: 100%;
    height: 503px;
    background: url(../images/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(../images/bg1.png) no-repeat center bottom; */
}

.main {
    /* background: url(../images/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(../images/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: url(../images/btn_left.png) no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: 101%;
    background: url(../images/btn_right.png) 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: url(../images/btn_left.png) no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBoxA .next {
    left: 101%;
    background: url(../images/btn_right.png) 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(../images/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(../images/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(../images/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: url(../images/fang.png) 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: url(../images/left3.png) no-repeat;
    }
    
    .picScroll-left .hd .next {
        float: right;
        background: url(../images/right3.png) 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: url("images/icoCircle.gif") 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: url(../images/bg5.png) 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: url(../images/more.png) no-repeat right 3px;
}