* {
    margin: 0;
    padding: 0;
}

.content {
    width: 1300px !important;
    margin: 0 auto;
}

.content_n {
    width: 1280px !important;
    margin: 0 auto;
}

.navimg {
    width: 100%;
    height: 240px;
    background-color: #cd0603;
}

    .navimg img {
        width: 240px;
        height: 200px;
        margin: 0 auto;
    }

.text {
    color: #ffffff;
    font-size: 48px;
    font-weight: 900;
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

ul li {
    list-style: none;
}

.logo {
    width: 40%;
    margin-top: -50px;
}

.logo1 {
    width: 60%;
}

.logo_left {
    width: 60%;
    height: auto;
}

.logo_right {
    color: #fff;
    width: 35%;
    height: auto;
    line-height: 40px;
    padding-top: 30px;
}

/*a:link, a:visited {
    color: #fff;
}*/

.lb li {
    float: left;
    width: 33.33%;
    font-size: 20px;
}

.home {
    letter-spacing: 2em;
}

.daoh {
    padding-top: 60px;
}

.line {
    width: 2px;
    height: 180px;
    background-color: #FFF;
    margin-top: -30px;
}

#banner {
    position: relative;
    width: 500px;
    height: 350px;
    border: 1px solid #f1e6e6;
    overflow: hidden;
    float: left;
    margin-top: 10px;
}

#banner_list img {
    border: 0px;
    width: 500px;
    height: 350px;
}

#banner_bg {
    position: absolute;
    bottom: 0;
    background-color: #000;
    height: 30px;
    filter: Alpha(Opacity=90);
    opacity: 0.5;
    z-index: 7;
    cursor: pointer;
    width: 100%;
}

#banner_info {
    position: absolute;
    bottom: 0;
    left: 5px;
    height: 22px;
    color: #fff;
    z-index: 8;
    cursor: pointer;
    line-height: 15px;
    font-size: 14px;
}

#banner ul {
    position: absolute;
    list-style-type: none;
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    z-index: 8;
    margin: 0;
    padding: 0;
    bottom: 8px;
    right: 5px;
}

    #banner ul li {
        float: left;
        display: block;
        color: #FFF;
        margin-left: 5px;
        background: #fff;
        cursor: pointer;
        width: 10px;
        height: 10px;
    }

        #banner ul li.on {
            background: #cd0603;
        }

#banner_list a {
    position: absolute;
}

.zwyw {
    width: 100px;
    height: 350px;
    background-color: #cd0603;
    margin: 0 auto;
}

    .zwyw a {
        font-size: 30px;
        display: block;
        width:30px;
        margin:0 auto;   
           padding-top:80px;
           font-weight:600;
    }

p {
    color: #000;
}

.news-date {
    float: right;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #000;
}

.news-title {
    width: 70%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.list-title {
    width: 83%;
    margin-left: 30px;
    margin-top: 10px;
}

.index-news-list li {
    padding-left: 10px;
    padding-right: 10px;
    background: url(list05.png) left center no-repeat;
    padding-left: 18px;
}

.index-news-list > li > a:hover {
    color: #333;
}

.index-news-list > li > a {
    -webkit-transition: none;
    transition: none;
}

.index-news-list li:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.05) inset;
    background-color: #fbfbfb;
}

.index-news-list li > a:hover:before {
    border-color: #ff8a00 !important;
}

.index-news-list li.handling .news-state {
    color: #c30123;
}

.news-nr {
    border: 1px solid #f7f7fa;
    height: 350px;
}
/*统一鼠标悬浮阴影*/
.box-shadow {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

@media (min-width: 768px) {
    .box-shadow:hover {
        box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    }
}
/*统一鼠标悬浮阴影*/
.box-shadow {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

@media (min-width: 768px) {
    .box-shadow:hover {
        box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    }
}
/*统一鼠标悬浮阴影*/
.box-shadow {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

@media (min-width: 768px) {
    .box-shadow:hover {
        box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    }
}
/*统一鼠标悬浮阴影*/
.box-shadow {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

@media (min-width: 768px) {
    .box-shadow:hover {
        box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    }
}

body.no-home, html.no-home {
    min-width: 1300px;
}

.no-home .container {
    width: 1300px !important;
}

.no-home .visible-sm, .no-home .visible-xs {
    display: none !important;
}


.inner-table * {
    font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体" !important;
    font-size: 14px !important;
}



input {
    border: none;
    outline: none;
    background-color: transparent;
}

a:focus, a:hover {
    color: #fff;
}


.blank-h70 {
    width: 100%;
    height: 55px;
}

.blank-h55 {
    width: 100%;
    height: 55px;
}

.blank-h20 {
    width: 100%;
    height: 20px;
}

.plr-0 {
    padding-left: 0;
    padding-right: 0;
}

.f-15 {
    font-size: 15px;
}

.ti-4 {
    text-indent: 4em;
}

.plr-150 {
    padding-left: 150px;
    padding-right: 150px;
}

.plr-120 {
    padding-left: 120px;
    padding-right: 120px;
}

.plr-100 {
    padding-left: 100px;
    padding-right: 100px;
}

.color-c2 {
    color: #c2c2c2;
}

.color-o1 {
    color: #5193d4;
}

.color-a {
    color: #aaa;
}

.color-7 {
    color: #777;
}



/*统一鼠标悬浮阴影*/
.box-shadow {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

@media (min-width: 768px) {
    .box-shadow:hover {
        box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    }
}


@media (min-width: 1200px) and (max-width: 1299px) {
    . /*floatMenu {
        right: -52px;
    }*/
}

.f-scroll-left {
    top: 220px;
    left: 0;
    z-index: 11;
    background-color: rgba(255,255,255,.6);
}

.f-scroll-img {
    margin-bottom: 2px;
}

    .f-scroll-img img {
        width: 145px;
        height: 60px;
    }

.f-scroll-close {
    height: 15px;
    line-height: 11px;
}


/*banner*/
.banner {
    width: 100%;
    height: 365px;
}

#banner-swiper {
    top: 0;
    left: 0;
    width: 100%;
    height: 365px;
    overflow: hidden;
}

    #banner-swiper > div {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: none;
        -webkit-animation: scaleImg 3s linear both;
        animation: scaleImg 3s linear both;
    }

        #banner-swiper > div.active {
            display: block;
        }




/*.link-more {
    width: 200px;
    height: 200px;
    font-size: 0;
    overflow: hidden;
    text-indent: 999px;
    line-height: 30px;
    right: 23px;
    text-align: center;
    top: 19px;
   color:#cd0603;
    -webkit-transition: none;
    transition: none;
}

    .link-more:hover {
        background-position: 0 -14px;
    }*/
.news-nr a:hover{
    color:#fff;
}
.news-title {
    width: 70%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.news-date {
    float: right;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
}

.news-state {
    width: 65px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    float: right;
}

.index-news-list li:after {
    clear: both;
    width: 0;
    height: 0;
    display: block;
}

.index-news-list > li > a:hover {
    color: #333;
}

.index-news-list > li > a {
    -webkit-transition: none;
    transition: none;
}

.index-news-list li:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.05) inset;
    background-color: #fbfbfb;
}

.index-news-list li > a:hover:before {
    border-color: #ff8a00 !important;
}

.index-news-list li.handling .news-state {
    color: #c30123;
}

.index-news {
    /*width: 33.75%;*/
    width: 49%;
    z-index: 2;
}

    .index-news > div {
        border: 1px solid #efefef;
        padding: 15px;
        height: 285px;
        overflow: hidden;
    }


.news-nav li.news-nav-line {
    width: 27%;
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 3px;
    background-color: #FF0000;
}


.news-nav {
    width: 100%;
    height: 38px;
    background-color: #f7f7fa;
    line-height: 38px;
}


    .news-nav li.active a {
        font-weight: bold;
    }



.news-nav li p{
    color:#fff;
}
    .news-nav li {
   width: 60%;
    height: 100%;
    float: left;
   
    text-align: left;
    /* background-image: url(title_bj.png); */
    /* background-repeat: no-repeat; */
    background: linear-gradient(-135deg, transparent 52px, #cd0603 0) top right;
}
    

        .news-nav li p {
            padding-left: 30px;
            color: #fff;
            text-align: left;
        }

        .news-nav li.active a {
            font-weight: bold;
        }

.index-news .news-title {
    width: 70%;
}

.index-news .news-tab-content ul {
    margin-top: 14px;
    margin-left: -15px;
    margin-right: -15px;
}

.index-news .news-tab-content li {
    padding: 0 15px;
}

    .index-news .news-tab-content li > a, .son-news li > a {
        padding-left: 20px;
        position: relative;
    }

        .index-news .news-tab-content li > a:before, .son-news li > a:before {
            content: '';
            display: block;
            width: 7px;
            height: 7px;
            position: absolute;
            left: 0;
            top: 16px;
            border-radius: 50%;
            border: 2px solid #bbb;
        }

#news-gov ul li:after, #news-dep ul li:after {
    content: '';
    display: block;
    clear: both;
    width: 0;
    height: 0;
}

#news-gov ul li a, #news-dep ul li a {
    width: 76%;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    float: left;
    color: #777;
}

    #news-gov ul li a:hover, #news-dep ul li a:hover {
        color: #333;
    }

#news-gov ul li span, #news-dep ul li span {
    font-size: 12px;
    float: right;
    line-height: 36px;
}

.index-inform {
    width: 27.333%;
    height: 295px;
    border: 1px solid #efefef;
    overflow: hidden;
}

    .index-inform .link-more {
        top: 15px;
    }

    .index-inform .inform-top {
        height: 47px;
        padding: 0 15px 0 47px;
        line-height: 47px;
        background: url(icon-inform.png) no-repeat 15px center #e6ecef;
        cursor: pointer;
    }

.index-inform-update {
    margin-top: 10px;
}

    .index-inform-update li a {
        border-top: 1px dashed #eee;
        display: block;
        padding: 11px 25px 11px 60px;
    }
    /*图片轮播*/

        .single {
            width: 1220px;
           
            position: relative;
            font-size: 0;
            overflow:hidden;
              height:170px;
               margin-top:10px;
        }

        .pre {
            position: absolute;
            width: 20px;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            cursor: pointer;
        }

        .pre:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }

        .pre::before {
            content: "";
            width: 12px;
            height: 12px;
            border: solid #fff;
            border-width: 2px 0 0 2px;
            transform: translate(-50%, -50%) rotate(-45deg);
            position: absolute;
            left: 70%;
            top: 50%;
        }

        .next {
            position: absolute;
            width: 20px;
            height: 100%;
            right: 0px;
            background-color: rgba(0, 0, 0, 0.5);
            cursor: pointer;
        }

        .next:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }

        .next::before {
            content: "";
            width: 12px;
            height: 12px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            transform: translate(-50%, -50%) rotate(-45deg);
            position: absolute;
            left: 30%;
            top: 50%;
        }

        .single ul {
            list-style: none;
            white-space: nowrap;
            display: inline-block;
          
        }

        .single ul li {
            display: inline-block;
            margin-left:10px;
        
           width:234px;
           
            
        }

        /*img {
            vertical-align: top;
        }*/
/*.single ul li  img {
           width:234px;
           /*height:170px;
            
        }*/
.footer-bj{
    background-color:#cd0603;
    width:100%;
    height:220px;
    margin-top:40px;
}

.zwyw-box{
    width:60.5%;border: 1px solid  #efefef; height:350px;margin-top: 10px; margin-left: 10px;
}

.footer-w{
    width:50%;text-align:center; margin:0 auto; color:#FFF;
}

.gzly-w{
    width:80px; height:162px;background-color:#cd0603; margin-top:10px;
}