@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;
}
.logo a img{
    display:block;
    width: auto;
    height: auto;
}
.bg {
    width: 100%;
    height: auto;
    margin: 0px auto;
    /* background: url(../images/bg.jpg) top center no-repeat; */
}

.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 li {
    float: left;
    padding: 0 48px;
    font-size: 20px;
    line-height: 75px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
}

#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;
    width: 100%;
    background: #0152a4;
    left: 0;
    top: 75px;
    z-index: 2;
    border-top: 1px solid #fff;
    padding:2px 0;
}
#i_nav li .subnav li{
    height: 40px;
    line-height: 40px;
    text-align:center;
    width: 100%;
    padding: 0 10px;
}


#i_nav li .subnav li a{
    font-size:16px;
    /* color: #333; */
}
#i_nav li:hover .subnav{
    display:block;
}
#i_nav li .subnav li:hover{
    background:#fff;
}
#i_nav li .subnav li:hover a{
    color:#0152a4;
}


.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;
}

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: 335px;
    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%;
    background: url(../images/se3bg.jpg) no-repeat;
    min-height: 350px;
}
article .section4{
    /* background:#f0f0f0; */
    width: 100%;
}
article .section3 section {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 0px auto;
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
}
article .section4 section{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 0px auto;
    display: flex;
    justify-content: space-between;
}
.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: 463px;
    margin: 0;
}

#jdtp .swiper-slide {
    height: 400px;
}

#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: 74px;
    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;
}



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: #d84639;
    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;
}

.flinks li {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.flinks li a {
    color: #fff;
}

.banquan {
    /* width: 41%; */
    /* float: left; */
    margin: 0 3%;
    /* margin-top: 30px; */
}

.fimg {
    width: 21%;
    float: left;
}

.fimg li {
    width: 50%;
    float: left;
}

.fimg li img {
    margin: 0 auto;
    display: block;
}

.fimg li p {
    text-align: center;
    color: #fff;
}



article .nysection{
    width:100%;
}
article .nysection section{
    max-width: 1200px;
    /* height: 380px; */
    margin: 0 auto 0px auto;
    display: flex;
    justify-content: space-between;
}


#twfylist {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    margin-bottom: 20px
}

#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%!important;
    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{
    display: block;
    max-width: 100%;
    margin: 0 auto;
    border: 0px!important;
}
.c-content .nr-info table {
    max-width: 100%;
    margin: 0 auto;
    border: 0px!important;
}


.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: #0152a4;
}
.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;
}

    .banner a {
        position: relative;
        display: block;
    }
    
    .banner a::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;

        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;
    }
