@charset "utf-8"; body {
}

.top {
    width: 100%;
    height: 755px;
    margin: 0px auto;
    background: url(../images/topbanner.jpg) top center no-repeat;
}

.logo {
    max-width: 1200px;
    margin: 10px auto;
    width: 100%;
    position:absolute;
    left:0;
    right:0;
    top:0;
    z-index:3;
}
.logo a{
    display:block;
    overflow:hidden;
    float: left;
}
.logo a img{
    display:block;
    width: auto;
    height: auto;
}
.logo>img{
    float:right;
}
.bg {
    width: 100%;
    height: auto;
    margin: 0px auto;
}

.xw1 {
    width: 26.66%;
    /* height: 150px; */
    background: #fff;
    /* float: left; */
    display: block;
    /* margin: 20px; */
    padding: 20px;
}

.xw1 a {
    display: block;
    margin-top: 10px
}

.xw1 span.time {
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    background: #d84639;
    border-radius: 4px;
    display: block;
}

.xw1 span.js {
    line-height: 24px;
    font-size: 16px;
    color: #999;
    display: block;
    font-size: 14px
}

#i_nav {
    height: 75px;
    background: #d84639;
    width: 100%;
    /* margin-bottom: 25px; */
    /* border-top: 2px solid #530105; */
    /* border-bottom: 2px solid #530105; */
}

#i_nav ul {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

#i_nav>ul>li {
    float: left;
    padding: 0 9px;
    font-size: 20px;
    line-height: 75px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
}
#i_nav>.ztwz>li{
    padding: 0 60px;
}
#i_nav>ul>li::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 20px;
    right: 0px;
    top: 50%;
    background: #fff;
    transform: translateY(-50%);
}

#i_nav li.last::after {
    width: 0px;
}
#i_nav li a {
    color: #ffffff
}
#i_nav li .subnav{
    display:none;
    position:absolute;
    min-width: 160px;
    background: #d84639;
    left: 50%;
    top: 75px;
    z-index: 2;
    border-top: 1px solid #fff;
    transform: translateX(-50%);
    box-sizing: border-box;
    padding: 2px;
}
#i_nav li .subnav li{
    height: 40px;
    line-height: 40px;
    text-align:center;
    padding: 0 5px;
    box-sizing: border-box;
}


#i_nav li .subnav li a{
    font-size:16px;
    /* color: #333; */
    white-space: nowrap;
}
#i_nav li:hover .subnav{
    display:block;
}
#i_nav li .subnav li:hover{
    background:#fff;
}
#i_nav li .subnav li:hover a{
    color:#d84639;
}


.i_list {
    margin: 10px auto;
    width: 100%;
}
.i_list li{
    position:relative;
    padding-right: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.i_list span {
    font-size: 14px;
    float: right;
    color: #999;
    position: absolute;
    right: 0;
    top: 0;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

ul,li {
    list-style-type: none;
}

select,input,img,select {
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #000;
}

body {
    font-family: "Microsoft YaHei","微软雅黑","SimHei","黑体","宋体","Arial Narrow";
    color: #000;
}

.column {
    height: 70px;
    line-height: 70px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    /* margin-top: 20px; */
    flex-wrap: wrap;
}

.column span {
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
}

.column::after {
    display: block;
    content: '';
}

section ul {
}

section ul li {
    display: block;
    align-items: center;
    overflow: hidden;
}

section ul li::before {
    display: block;
    content: '';
    background: #000
}

section ul li a {
    overflow: hidden;
}

#zxbd dl {
    border-bottom: 1px dashed #a3aeaa;
}

#jdtp .swiper-slide {
    position: relative;
    overflow: hidden;
}

#jdtp .swiper-slide h2 {
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    font-weight: normal;
    box-sizing: border-box;
    padding-left: 2%;
    display: flex;
}

#jdtp .swiper-slide h2 a {
    color: #fff;
    max-width: 80%;
}

#jdtp .swiper-slide img {
    display: block;
    width: 100%;
}

#jdtp .swiper-pagination {
    width: auto;
    left: auto;
}

#jdtp .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
}

#jdtp .swiper-pagination-bullet-active {
    background: #ff9109;
}

header {
    width: 100%;
    position: relative;
    height: 160px;
    background: #fff;
    border-bottom: 1px solid #fff;
}

header img {
    /* width: 100%; */
}

.footer {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

section ul {
    height: auto
}

section ul li,section ul li a {
    height: 50px;
    line-height: 50px;
    position: relative;
    background: url
}

section ul li::before {
    width: 4px;
    height: 4px;
    margin-right: 8px;
    display: inline-block;
    margin: 0 6px 3px 0;
    position: absolute;
    top: 22px;
    left: 0;
}

section ul li a {
    width: 350px;
    font-size: 16px;
    margin: 0 0 0 10px;
}



.column a {
    position: absolute;
    right: 0;
    /* top: 24px; */
    font-size: 14px;
    color: #666;
    top: 0;
}

article {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    align-self: center;
    width: 100%;
}

article .section1{
    width:100%;
    background: url(../images/se1bg.jpg) no-repeat;
}

article .section1 section{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 30px auto;
    /* display: flex; */
    justify-content: space-between;
}


article section:nth-of-type(3) {
    max-width: 1200px;
    margin: 0 auto 30px auto;
    display: flex;
    justify-content: space-between;
    /* margin-top: 32px; */
}

article .section2{
    width:100%;
}
article .section2 section{
    max-width: 1200px;
    /* height: 380px; */
    margin: 0 auto 0px auto;
    display: flex;
    justify-content: space-between;
}
article .section3{
    width:100%;
}
article .section4{
    background:#f0f0f0;
}
article .section3 section {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 0px auto;
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
}

.column span {
    /* width: 160px; */
    height: 70px;
    font-size: 28px;
    color: #d84639;
    font-weight: bold;
    line-height: 70px;
}

#zxbd2 .column span {
    color: #fff;
}
#zxbd2 .i_list1{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#jdtp {
    width: 51.25%;
    float: left;
    height: 461px;
    margin: 0;
}

#jdtp .swiper-slide {
    height: 441px;
}

#jdtp .swiper-slide h2 {
    width: 100%;
    height: 40px;
}

#jdtp .swiper-slide h2 a {
    font-size: 16px;
    line-height: 40px;
}

#jdtp .swiper-slide img {
    min-height: 100%;
}

#jdtp .swiper-pagination {
    width: auto;
    left: auto;
    bottom: 30px;
    right: 8px;
}

#jdtp .swiper-pagination-bullet {
    margin: 0 6px;
    width: 12px;
    height: 12px;
}

#zxbd {
    width: 46.25%;
    /* height: 355px; */
    overflow: hidden;
    float: right;
}

#zxbd dl {
}

#zxbd dl dt {
    font-size: 0;
    margin-bottom: 5px;
    margin-top: 20px;
}

#zxbd dl dt a {
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}

#zxbd dl dd {
    height: 48px;
    overflow: hidden;
    font-size: 12px;
    line-height: 2;
}

#zxbd ul {
    /* height: 240px; */
    overflow: hidden;
}

#yqfk {
    width: 48.33%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    margin-bottom: 20px;
    float: left;
}

#yqfk .column span {
    background-position: 0 -100px;
    /* width: 194px; */
}


#zxbd2 {
    max-width: 1200px;
    /* height: 355px; */
    overflow: hidden;
    width: 100%;
}

#yqfk dl {
    height: 75px;
    padding: 20px 0;
    border-bottom: 1px dotted #ececec;
    position: relative;
    padding-left: 0px;
}

#yqfk dl:last-child {
    border-bottom: none;
}

#yqfk dl dt {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    margin-bottom: 5px;
}

#yqfk dl dt a {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

#yqfk dl dd:nth-of-type(1) {
    color: #666;
    font-size: 12px;
    line-height: 2;
    height: 72px;
    overflow: hidden;
}

#yqfk dl dd:nth-of-type(1) a {
    color: #666;
}

#yqfk dl dd:nth-of-type(2) {
    position: absolute;
    left: 0;
    top: 20px;
    width: 160px;
    height: 110px;
}

#yqfk dl dd:nth-of-type(2) img {
    display: block;
    width: 100%;
    min-height: 100%;
}

#spbb {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#spbb .column span {
    background-position: 0 -50px;
}

#spbb figure {
    height: 215px;
    position: relative;
}

#spbb figure img {
    display: block;
    width: 100%;
    height: 100%;
}

#spbb figure h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    background: rgba(0,0,0,.65);
    font-size: 0;
    padding: 0 5px;
    box-sizing: border-box;
}

#spbb figure h2 a {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

#kpxzs {
    height: auto;
    display: flex;
    width: 48.33%;
    float: left;
    flex-direction: column;
    /* justify-content: space-between; */
}

#kpxzs .column span {
    width: 185px;
    background-position: 0 -150px;
}
.link{
    width: 100%!important;
    margin-bottom: 30px;
}


html #hm_t_undefined .hm-t-go-top {
    position: fixed;
    right: 2px;
    bottom: 2px;
    z-index: 99998;
    cursor: pointer;
    width: 40px;
    height: 37px!important;
    text-align: center;
    white-space: normal;
    font-size: 14px;
    line-height: 17px;
    padding-top: 3px;
    color: #fff;
    background: #404040;
}

#fzxwwCP {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#fzxwwCP div.txt {
    text-align: center;
}

#fzxwwCP ul {
    display: flex;
}

.ifooter {
    background: #9e0000;
    clear: both;
    width: 100%;
    padding: 20px 0;
}

.ifooter>div {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.ifooter p {
    margin: 0;
    padding: 0;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    color: #ffffff
}

.ifooter p a {
    color: #ffffff;
}

.flinks {
    width: 31%;
    float: left;
    color: #fff;
    line-height: 36px;
    display: none;
}

.flinks li {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.flinks li a {
    color: #fff;
}

.banquan {
    width: 100%;
    float: left;
    margin: 0 3%;
    /* margin-top: 30px; */
}

.fimg {
    width: 21%;
    float: left;
    display: none;
}

.fimg li {
    width: 50%;
    float: left;
}

.fimg li img {
    margin: 0 auto;
    display: block;
}

.fimg li p {
    text-align: center;
    color: #fff;
}

#twfylist {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    margin-bottom: 20px;
    min-height: 400px;
}

#twfylist .column {
    /* padding:20px 0; */
    position: relative;
    margin-bottom: 20px;
    border-bottom: 2px #ded5d1 solid;
}

#twfylist .column span {
    background-position: 0 -100px;
}



#twfylist dl {
    height: 110px;
    padding: 24px 0;
    border-bottom: 1px dotted #ececec;
    position: relative;
    padding-left: 180px;
}

#twfylist dl:last-child {
    border-bottom: none;
}

#twfylist dl dt {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    margin-bottom: 5px;
}

#twfylist dl dt a {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

#twfylist dl dd:nth-of-type(1) {
    color: #666;
    font-size: 12px;
    line-height: 2;
    height: 72px;
    overflow: hidden;
}

#twfylist dl dd:nth-of-type(1) a {
    color: #666;
}

#twfylist dl dd:nth-of-type(2) {
    position: absolute;
    left: 0;
    top: 20px;
    width: 160px;
    height: 110px;
}

#twfylist dl dd:nth-of-type(2) img {
    display: block;
    width: 100%;
    min-height: 100%;
}

.lm_list {
    width: 100%
}

.lm_list li {
    width: 100%;
    line-height: 48px;
    height: 48px;
    position: relative;
}

.lm_list a {
    /* float: left; */
    display: block;
    width: 100%;
    line-height: 48px;
    height: 48px;
    margin: 0 0 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lm_list span {
    /* float: right; */
    display: block;
    /* width: 17%; */
    text-align: right;
    line-height: 48px;
    height: 48px;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
}

#icontent {
    padding: 0 40px;
    background: #fcfcfc;
    overflow: hidden;
    margin: 15px auto
}

.c-content {
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 30px auto 40px auto;
    padding: 0 20px;
}

.c-content .c-title {
    font-size: 30px;
    color: #cc3333;
    line-height: 50px;
    text-align: center
}

.c-content .other-s {
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666666;
    background: #f5f5f5;
    margin: 15px auto 0 auto;
    position: relative;
}

.c-content .other-s .sjfx {
    position: absolute;
    right: 10px;
    top: 10px;
}

.c-content .nr-info {
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: left
}

.c-content .nr-info p {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin: 15px 0;
    text-indent: 2em;
    text-align: left
}

.c-content .nr-info img,.c-content .nr-info table {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.wz_fj {
}

.wz_fj p {
    line-height: 36px;
    color: #0d8100;
    font-size: 16px;
    padding: 0 0 0 20px
}

.wz_fj a {
    line-height: 36px;
    font-size: 16px;
}

.wzclose-relative {
    text-align: center;
    margin-top: 30px;
}

.wzclose-relative span {
    margin: 0 15px;
}

.i-sxt {
    border-top: #d9d9d9 1px solid;
    margin: 20px auto;
    padding: 20px 0;
    position: relative;
}

.i-sxt p {
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.i-sxt a {
    color: #555555;
    font-size: 14px;
    line-height: 30px;
}

.i-sxt a:hover {
    color: #d84639;
}
.phone{
    display: none;
}
.w-top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}
.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}
.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}



.imglist li{
    
padding-right: 0px;
    
height: auto;
    
line-height: initial;
    
margin: 10px auto;
    
float: left;
    
width: 25%;
}
.imglist li.nolast{
    width:23%;
}
.imglist li.last{
    width:31%;
}
.imglist li a{
    width:100%;
    display:block;
}
.imglist li:before{
    
width: 0px;
    
margin: 0px;
}
.imglist li a{
    width:100%;
    line-height:inherit;
    height: auto;
    margin: 0;
}
.imglist li img{
    width: auto;
    margin: 0 auto;
    display: block;
}



@media only screen and (max-width: 1200px) {
    .column span {
        font-size: 19px;
    }
    article{
        width:100%;
        padding:0 15px;
    }
.ifooter{
    padding:20px 15px;
}
    
}
@media only screen and (max-width: 1180px) {
    body,html{
        overflow-x:hidden;
    }
    .pc{
        display:none;
    }
    .phone{
        display:block;
    }
    header{
        margin-top: 60px;
    }


.wap-header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 10px;
        z-index: 999;

    }

    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }
    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink a {
        font-size: 14px;
        margin: 5px 0;

        display: inline-block;
        background: #fff;
        color: #d84639;
        line-height: 30px;
        padding: 0 15px;
        border-radius: 5px;
    }
    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid #fff;
    }
    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }
    .m-search input[type="text"]::placeholder {
        color: #fff;
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }
    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #d84639;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
    }
    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }
    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }
    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }
    .m-nav ul li ul {
        display: none;
    }
    .m-nav ul li ul li {
        border: none;
    }
    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }
    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }
    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url('../images/nav-icon.png') no-repeat center center;
        background-size: 10px 12px;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }

    #jdtp,
    #yqfk{
        width:100%;
        height:auto;
    }
    #jdtp .swiper-slide{
         height:auto;
    }
    #zxbd,
    #kpxzs{
         width:100%;
    }
    article .section1 section,
    article .section2 section,
    article .section3 section{
        flex-wrap:wrap;
        margin:0
    }
    article .section1 section{
        margin-bottom:20px;
        margin-top:20px
    }
    .column span,
    .column a{
        line-height: 40px;
        height:auto;
        display: block;
    }
    .column span img{
        width:30px;
        margin-right: 5px !important;
    }
    .column{
         line-height: 40px;
         height:auto;
         margin-top:0;
         width: 100%;
         display: block;
         position: relative;
    }
   .column a{
        font-size:12px
   }

    .xw1{
        width:32%;
        height:auto;
    }
    article section:nth-of-type(5){
        margin-top:0;
        margin-bottom:0;
        padding:20px 0;
    }
    .bg{

        background:transparent;
    }
    .flinks,
    .banquan,
    .fimg{
        width:100%;
        float:none;
        text-align:center;
        margin-top:20px
    }
    .flinks ul,
    .fimg ul{
        overflow:hidden;
        display:flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .flinks li,
    .fimg li{
        width:25%;
        padding:0 10px;
    }
    .flinks li a{
        font-size:14px;
    }
    .flinks h3{
       font-size:18px;
    }
     .flinks{
         margin-top:0
     }
    .banquan p {
         font-size:14px;
    }
}
@media only screen and (max-width: 768px){
    #jdtp .swiper-slide h2 a{
        font-size:14px;
    }
    #jdtp .swiper-pagination{
        bottom:40px;
    }
    section ul li, section ul li a{
         font-size:14px;
        width:auto;
    }
    section ul li a{
        /* padding-right:100px; */
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .xw1{
        width:100%;
        margin-top:20px;
    }
    .xw1:first-child{
         margin-top:0;
    }
        .flinks li{
            width:50%
        }
}
@media only screen and (max-width: 480px){
    .fimg li{
            width:50%
        }
};
    margin-bottom: 20px;
    border-bottom: 2px #ded5d1 solid;
}

#twfylist .column span {
    background-position: 0 -100px;
}



#twfylist dl {
    height: 110px;
    padding: 24px 0;
    border-bottom: 1px dotted #ececec;
    position: relative;
    padding-left: 180px;
}

#twfylist dl:last-child {
    border-bottom: none;
}

#twfylist dl dt {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    margin-bottom: 5px;
}

#twfylist dl dt a {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

#twfylist dl dd:nth-of-type(1) {
    color: #666;
    font-size: 12px;
    line-height: 2;
    height: 72px;
    overflow: hidden;
}

#twfylist dl dd:nth-of-type(1) a {
    color: #666;
}

#twfylist dl dd:nth-of-type(2) {
    position: absolute;
    left: 0;
    top: 20px;
    width: 160px;
    height: 110px;
}

#twfylist dl dd:nth-of-type(2) img {
    display: block;
    width: 100%;
    min-height: 100%;
}

.lm_list {
    width: 100%
}

.lm_list li {
    width: 100%;
    line-height: 48px;
    height: 48px;
    position: relative;
}

.lm_list a {
    /* float: left; */
    display: block;
    width: 100%;
    line-height: 48px;
    height: 48px;
    margin: 0 0 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lm_list span {
    /* float: right; */
    display: block;
    /* width: 17%; */
    text-align: right;
    line-height: 48px;
    height: 48px;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
}

#icontent {
    padding: 0 40px;
    background: #fcfcfc;
    overflow: hidden;
    margin: 15px auto
}

.c-content {
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 30px auto 40px auto;
    padding: 0 20px;
}

.c-content .c-title {
    font-size: 38px;
    color: #333;
    line-height: 50px;
    text-align: center;
}

.c-content .other-s {
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #555555;
    background: #f5f5f5;
    margin: 15px auto 0 auto;
    position: relative;
}

.c-content .other-s .sjfx {
    position: absolute;
    right: 10px;
    top: 10px;
}

.c-content .nr-info {
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: left
}

.c-content .nr-info p {
    font-size: 18px!important;
    color: #000000;
    line-height: 36px!important;
    text-indent: 2em;
    text-align: left;
    margin-bottom: 30px;
}

.c-content .nr-info img,.c-content .nr-info table {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.wz_fj {
}

.wz_fj p {
    line-height: 36px;
    color: #d84639;
    font-size: 16px;
    padding: 0 0 0 20px
}

.wz_fj a {
    line-height: 36px;
    font-size: 16px;
}

.wzclose-relative {
    text-align: center;
    margin-top: 30px;
}

.wzclose-relative span {
    margin: 0 15px;
}

.i-sxt {
    border-top: #d9d9d9 1px solid;
    margin: 20px auto;
    padding: 20px 0;
    position: relative;
}

.i-sxt p {
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.i-sxt a {
    color: #555555;
    font-size: 14px;
    line-height: 30px;
}

.i-sxt a:hover {
    color: #d84639;
}
.phone{
    display: none;
}
.w-top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}
.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}
.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}



@media only screen and (max-width: 1200px) {
    .column span {
        font-size: 19px;
    }
    article{
        width:100%;
        padding:0 15px;
    }
.ifooter{
    padding:20px 15px;
}
    
}
@media only screen and (max-width: 1180px) {
    body,html{
        overflow-x:hidden;
    }
    .pc{
        display:none;
    }
    .phone{
        display:block;
    }
    header{
        margin-top: 60px;
        height: auto;
    }


.wap-header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 10px;
        z-index: 999;
    }

    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }
    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink a {
        font-size: 14px;
        margin: 5px 0;

        display: inline-block;
        background: #fff;
        color: #d84639;
        line-height: 30px;
        padding: 0 15px;
        border-radius: 5px;
    }
    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid #fff;
    }
    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }
    .m-search input[type="text"]::placeholder {
        color: #fff;
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }
    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #d84639;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
    }
    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }
    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }
    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }
    .m-nav ul li ul {
        display: none;
    }
    .m-nav ul li ul li {
        border: none;
    }
    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }
    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }
    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url('../images/nav-icon.png') no-repeat center center;
        background-size: 10px 12px;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }

    #jdtp,
    #yqfk{
        width:100%;
        height:auto;
    }
    #jdtp .swiper-slide{
         height:auto;
    }
    #zxbd,
    #kpxzs{
         width:100%;
    }
    article .section1, article .section2, article section3{
        flex-wrap:wrap;
        margin:0
    }
    article .section1 section{
        margin-bottom:20px;
        margin-top:20px
    }
    .column span,
    .column a{
        line-height: 40px;
        height:auto;
        display: block;
    }
    .column span img{
        width:30px;
        margin-right: 5px !important;
    }
    .column{
         line-height: 40px;
         height:auto;
         margin-top:0;
         width: 100%;
         display: block;
         position: relative;
    }
   .column a{
        font-size:12px
   }
    article section:nth-of-type(4){
        background:#d84639;
        padding:20px 15px;
        /* width:100vw; */
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom:0
    }
    .xw1{
        width:32%;
        height:auto;
    }
    article section:nth-of-type(5){
        margin-top:0;
        margin-bottom:0;
        padding:20px 0;
    }
    .bg{

        background:transparent;
    }
    .flinks,
    .banquan,
    .fimg{
        width:100%;
        float:none;
        text-align:center;
        margin-top:20px
    }
    .flinks ul,
    .fimg ul{
        overflow:hidden;
        display:flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .flinks li,
    .fimg li{
        width:25%;
        padding:0 10px;
    }
    .flinks li a{
        font-size:14px;
    }
    .flinks h3{
       font-size:18px;
    }
     .flinks{
         margin-top:0
     }
    .banquan p {
         font-size:14px;
    }
}
@media only screen and (max-width: 768px){
    #jdtp .swiper-slide h2 a{
        font-size:14px;
    }
    section ul li, section ul li a{
         font-size:14px;
        width:auto;
    }
    section ul li a{
        /* padding-right:100px; */
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .xw1{
        width:100%;
        margin-top:20px;
    }
    .xw1:first-child{
         margin-top:0;
    }
        .flinks li{
            width:50%
        }
}
@media only screen and (max-width: 480px){
    .fimg li{
            width:50%
        }
    .imglist li{
        width:100%;
    }
}



    .banner a {
        position: relative;
        display: block;
    }
    
    .banner a::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        /* background: url(../images/banner-tc.png) no-repeat center top; */
        background-size: 100% auto;
    }
    
    .banner a img {
        display: block;
        width: 100%;
    }
    
    .banner .slick-dots {
        width: auto;
        bottom: .55rem;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .banner .slick-dots li {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        vertical-align: middle;
        margin: 0 .15rem;
        transition: all .3s;
        border: 1px solid #fff;
    }
    
    .banner .slick-dots li.slick-active {
        width: 8px;
        height: 8px;
        background: #fff;
    }

@media only screen and (max-width: 1180px) {
    .banner a::after{
        background:none;
    }
}


.page span{
    margin: 5px 0!important;
}



.channl-menu.leftNav {
    float: left;
    width: 25%;
    position: relative;
    margin-right: 30px;
}
h2.wow.fadeInUp {
    line-height: 100px;
    color: #fff;
    background: #d84639;
    background-size: cover;
    font-size: 30px;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
    margin-top: 22px;
}














