@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    padding: 0px;
    margin: 0px;
}

body {
    font-size: 14px;
    color: #555;
    font-family: "Microsoft YaHei", Arial, Tahoma, sans-serif;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
    margin: 0;
    padding: 0;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    list-style: none;
}

input,
select,
button,
textarea {
    font-size: 14px;
    border: 0;
    background: none;
    outline: none;
    vertical-align: middle;
    font-family: "Microsoft YaHei", Arial, Tahoma, sans-serif;
}

button {
    overflow: visible
}

img {
    border: none;
}

li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
}

a:hover {
    /* color: #7d0000; */
    text-decoration: none !important;
}

.clear {
    overflow: hidden;
    clear: both;
    height: 0px;
}

 ::-webkit-scrollbar {
    width: 6px;
}

 ::-webkit-scrollbar-track {
    background-color: #000;
}

 ::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

 ::-webkit-scrollbar-thumb:hover {
    background-color: #5b5b5b;
}

 ::-webkit-scrollbar-thumb:active {
    background-color: #7d0000;
}

@media only screen and (max-width:992px) {
    body {
        font-size: 13px;
    }
    input,
    select,
    button,
    textarea {
        font-size: 13px;
    }
    input,
    textarea {
        -webkit-appearance: none;
        border-radius: 0;
    }
}

@media only screen and (max-width:992px) {
    html.on {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        overflow: hidden;
    }
}

body {
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}


/* 澶� */

.header {
    width: 100%;
    /* border-bottom: rgba(255, 255, 255, 0.2) 1px solid; */
    top: 0;
    left: 0;
    position: relative;
    z-index: 91;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header.on {
    background-color: #fff;
    border-bottom: rgba(0, 0, 0, 0);
}

.header .logo {
    width: 35%;
    float: left;
}

.header .logo img {
    width: 100%;
    height: auto;
    display: block;
}

.sy_daohangtou {
    background: url(../imgs/bgtoudh.png) no-repeat center / cover;
    background: cover;
    /* height: 100px; */
    padding-top: 25px;
    padding-bottom: 25px;
}


/* header涓婄洊鐨勬悳绱� */

.header .sy-gai {
    display: none;
    position: absolute;
    /* background: #fff; */
    width: 100%;
    top: 0;
    left: 0;
    background: #7d0000;
    z-index: 99;
    padding: 20px;
}

.header .gai_sousuo i {
    color: #fff;
}

.header .diansousuo i {
    font-size: 29px;
}

.header .gai_sousuo input {
    width: 70%;
    height: 50px;
    /* background: #fff; */
    border: none;
    /* border-radius: 23px; */
    border-bottom: #fff 2px solid;
    padding: 3px 10px;
    color: #fff;
    font-size: 20px;
}

input::-webkit-input-placeholder {
    color: #b0b0b0;
    font-size: 16px;
}

.header .diansousuo {
    margin-left: 5px;
}

.header .dianguanbi {
    margin-left: 78px;
    display: inline;
    outline: none;
}

.header .dianguanbi i {
    font-size: 20px;
}


/* 瀛︽牎鍚� */

.header .head_dwxsgzc {
    float: left;
    margin-top: 14px;
    display: inline;
    margin-left: 20px;
}

.header .head_dwxsgzc h5 {
    font-size: 23px;
    color: #ffffff;
    letter-spacing: 7px
}

.header .head_dwxsgzc h6 {
    font-size: 10px;
    color: #ffffff;
}


/* 鏁欏姟澶� */

.h_jwc {
    border-left: #fff 1px solid;
    padding-left: 14px;
    float: left;
    margin-left: 13px;
    margin-top: 20px;
}

.header .h_jwc h2 {
    font-size: 40px;
    color: #ffffff;
}

@media only screen and (max-width:1200px) {
    .header .head_dwxsgzc h5 {
        font-size: 18px;
    }
    .header .head_dwxsgzc h6 {
        font-size: 12px;
        color: #ffffff;
    }
    .header .head_dwxsgzc {
        float: left;
        margin-top: 13px;
    }
    .header .h_jwc h2 {
        font-size: 30px;
        color: #ffffff;
    }
}

@media only screen and (max-width:1024px) {}

@media only screen and (max-width:996px) {
    .header .head_dwxsgzc h5 {
        font-size: 19px;
    }
    .header .head_dwxsgzc {
        margin-top: 13px;
    }
    .header .logo {
        width: 11%;
    }
    .header .h_jwc h2 {
        font-size: 22px;
    }
    .h_jwc {
        margin-top: 16px;
    }
}

@media only screen and (max-width:768px) {
    .header .logo img {
        width: 100%;
    }
    .header .logo {
        width: 10%;
        margin-top: 0px;
    }
    .top_butt {
        top: 33%;
        left: 89%;
    }
    .header .head_dwxsgzc h5 {
        font-size: 17px;
    }
    .header .head_dwxsgzc {
        margin-top: 10px;
    }
    .h_jwc {
        margin-top: 17px;
    }
    .header .h_jwc h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width:576px) {
    .header .logo {
        width: 10%;
        margin-top:
    }
}

@media only screen and (max-width:375px) {
    .header .head_dwxsgzc h5 {
        margin-top: 3px;
    }
    .header .head_dwxsgzc h6 {
        display: none;
    }
}


/* 鎼滅储妗� */

.head_sousuo {
    float: right;
    position: relative;
}

.head_sousuo input {
    width: 147px;
    height: 24px;
    background: #fff;
    border: none;
    border-radius: 12px;
    margin-top: 34px;
    padding: 3px 10px;
    transition: all 1s;
}

.head_sousuo input:hover {
    box-shadow: #000 2px 2px 3px;
}

.head_sousuo i {
    font-size: 15px;
    position: absolute;
    top: 59%;
    right: 9%;
    color: #a40000;
}

.s_ch {
    display: none;
}

@media only screen and (max-width:1200px) {
    .head_sousuo input {
        margin-top: 15px;
        padding: 3px 10px;
    }
    .head_sousuo i {
        top: 31%;
    }
}

@media only screen and (max-width:1024px) {
    .head_sousuo {
        display: none;
    }
}


/*瀵艰埅*/

.sy_daohang {
    background: #B80022;
    height: 52px;
}


/* .head_nav {
    float: right;
   
    width: 100%;
}  */

.head_nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.head_nav ul li {
    width: 83px;
    float: left;
    margin: 0 26px;
    text-align: center;
    position: relative;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.head_nav ul li:nth-child(1) {
    margin-left: 0;
}

.head_nav ul li:nth-last-child(1) {
    margin-right: 0;
}

.head_nav ul li .navA {
    position: relative;
    line-height: 36px;
    padding-top: 8px;
    padding-bottom: 11px;
}

.head_nav ul li:hover .navTwo {
    display: block;
}

.head_nav ul li .navA a {
    border-radius: 8px;
    display: block;
    color: #fff;
    font-size: 16px;
    
}

.head_nav ul li .navA span {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
}

.head_nav ul li.on .navA a {
    color: #7d0000;
    background: #fff;
}
.head_nav ul li:hover .navA a {
    color: #7d0000;
    background: #fff;
}
.head_nav ul .on .navA a {
    color: #7d0000;
}

.head_nav ul li .top_down {
    display: none;
}

.head_nav ul li .navTwo {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 150px;
    margin-left: -75px;
    text-align: center;
    background: rgba(125, 0, 0, .8);
    z-index: 9; 
}

.head_nav ul li .navTwo dd {
    margin-bottom: auto;
    height: 40px;
    border-bottom: solid 1px rgb(125, 0, 0);
}

.head_nav ul li .navTwo li {
    margin-bottom: auto;
    height: 40px;
    width: 150px;
    margin-left: 0px;
    border-bottom: solid 1px rgb(125, 0, 0);
}

.head_nav ul li .navTwo a {
    font-size: 14px ;
    line-height: 40px;
    color: #fff;
    display: block;
    text-align:center;
}

.head_nav ul li .navTwo dd:hover {
    background: rgba(125, 0, 0, .7);
}

.head_nav ul li .navTwo li:hover {
    background: rgba(125, 0, 0, .7);
}

.header .sy_ss {
    display: none;
}

@media only screen and (max-width:1200px) {
    .head_nav ul li {
        margin: 0 0px;
    }
}

@media only screen and (max-width:1024px) {
    /* 鎼滅储灏忔寜閽� */
    .header .sy_ss {
        display: block;
        color: #fff;
        margin-left: 18px;
    }
    .header .sy_ss i {
        font-size: 28px;
    }
    /*瀵艰埅*/
    .top_butt {
        display: block;
        float: right;
        margin-top: 0px;
        width: 30px;
        height: 30px;
        z-index: 92;
        top: 34%;
        left: 89%;
        position: absolute;
    }
    /* .sy_daohang{
        opacity: 0;
    } */
    .sy_daohang {
        height: 0px;
    }
    .top_butt .bar {
        width: 30px;
        height: 2px;
        display: block;
        background: #fff;
        margin: 6px 0;
        border-radius: 25px;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    .cross .bar:nth-of-type(1) {
        -webkit-transform: translateY(13.5px) rotate(-40.5deg);
        -ms-transform: translateY(13.5px) rotate(-40.5deg);
        transform: translateY(8px) rotate(-40.5deg);
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    .cross .bar:nth-of-type(2) {
        opacity: 0;
    }
    .cross .bar:nth-of-type(3) {
        -webkit-transform: translateY(-15px) rotate(45deg);
        -ms-transform: translateY(-15px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    .head_nav {
        width: 38%;
        height: 100%;
        position: fixed;
        top: 0;
        left: -100%;
        opacity: 0;
        margin-top: auto;
        background: rgba(8, 13, 18, 0.8);
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        z-index: 91;
    }
    .head_nav ul {
        width: 100%;
        height: 98%;
        display: contents;
    }
    .head_nav ul li {
        width: 100%;
        height: auto;
        background: no-repeat;
        margin: 0;
        border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    }
    .head_nav ul li:hover {
        background: none;
    }
    .head_nav ul li .navA {
        float: left;
        width: 100%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .head_nav ul li:hover .navTwo {
        display: none;
    }
    .head_nav ul li:hover .navA:after {
        content: none;
    }
    .head_nav ul li.on .navA:after {
        content: none;
    }
    .head_nav ul li .navA span {
        display: none;
    }
    .head_nav ul li .navA a {
        float: left;
        margin-left: 20px;
        line-height: 50px;
    }
    .head_nav ul li .top_down {
        display: block;
        width: 40%;
        line-height: 50px;
        text-align: right;
        color: #fff;
        position: absolute;
        right: 10px;
        top: 8px;
    }
    .head_nav ul li .navTwo {
        display: none;
        width: 86%;
        float: left;
        margin-left: 5%;
        background: none;
        position: relative;
        left: auto;
        top: auto;
    }
    .head_nav ul li .navTwo dd {
        border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    }
    .head_nav ul li .navTwo dd a {
        display: block;
        float: left;
        margin-left: 10px;
    }
    .head_nav ul li .navTwo dd:last-child {
        border-bottom: none;
    }
    .head_nav ul li .navTwo dd:hover {
        background: none;
    }
    .head_nav_on {
        left: 0;
        opacity: 1;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        z-index: 99999;
    }
    .head_nav ul li.on .navA a {
        color: #fff;
        background: none;
    }
}

@media only screen and (max-width:992px) {
    .head_nav {
        width: 54%;
    }
    .s_ch {
        display: none;
    }
    .header.on .s_ch {
        color: #555;
    }
    .header .s_ch i {
        font-size: 22px;
    }
    .header .s_ch:hover {
        color: #00b7ee;
    }
    .header .s_ch {
        margin-top: 20px;
        margin-left: 0;
        float: left;
    }
}

@media only screen and (max-width:768px) {
    .head_nav {
        width: 42%;
    }
    .head_nav ul li .navA {
        float: left;
        width: 100%;
        height: auto;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .header .sy_ss i {
        font-size: 25px;
    }
    .head_nav ul li .top_down {
        right: 10px;
        top: 0px;
    }
}

@media only screen and (max-width:576px) {
    .header .head_dwxsgzc h5 {
        font-size: 15px;
    }
    .header .h_jwc h2 {
        font-size: 15px;
    }
    .cross .bar:nth-of-type(3) {
        -webkit-transform: translateY(-15px) rotate(45deg);
        -ms-transform: translateY(-15px) rotate(45deg);
        transform: translateY(-6px) rotate(45deg);
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    .head_nav {
        width: 72%;
    }
    .head_nav ul li .navA a {
        float: left;
        margin-left: 20px;
        line-height: 50px;
        font-size: 14px;
    }
    .head_nav ul li .navTwo a {
        font-size: 11px !important;
        line-height: 38px !important;
        color: #fff;
        display: block;
    }
    .header .sy_ss i {
        font-size: 22px;
    }
    .header {
        /* padding-bottom: 15px; */
    }
    .header .gai_sousuo input {
        width: 57%;
        height: 32px;
        /* background: #fff; */
        border: none;
        /* border-radius: 23px; */
        border-bottom: #fff 2px solid;
        padding: 3px 10px;
        color: #fff;
        font-size: 17px;
    }
    .header .gai_sousuo input::-webkit-input-placeholder {
        font-size: 17px;
    }
    .header .diansousuo i {
        font-size: 20px;
    }
    .header .dianguanbi i {
        font-size: 17px;
    }
    .header .dianguanbi {
        margin-left: 41px;
        display: inline;
        margin-top: -2px;
    }
    .top_butt {
        top: 31%;
    }
    .top_butt .bar {
        width: 24px;
        height: 2px;
        display: block;
        background: #fff;
        margin: 5px 0;
        border-radius: 25px;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
}

@media only screen and (max-width:475px) {
    .h_jwc {
        display: none;
    }
    .header .head_dwxsgzc {
        margin-top: 3px;
    }
}


/* 澶� */


/* banner */


/* 杞挱鍥� */

.pc_ban {
    width: 100%;
    height: 501px;
    position: relative;
    overflow: hidden;
}

.pc_ban .swiper-slide:after {
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, .5); */
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}

.pc_ban .swiper-button-prev {
    color: #fff;
    opacity: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_ban:hover .swiper-button-prev {
    left: 15%;
    opacity: .8;
}

.pc_ban .swiper-button-next {
    opacity: 0;
    color: #fff;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_ban:hover .swiper-button-next {
    right: 15%;
    opacity: .8;
}

.pc_ban .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    border-radius: 0;
    background: #fff;
}

.pc_ban .container {
    position: absolute;
    top: 55%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.pc_ban .w_z {
    display: none;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    position: relative;
}

.pc_ban .w_z h2 {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}

.pc_ban .w_z p {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 32px;
    margin-top: 15px;
}

@media only screen and (max-width:1024px) {
    .pc_ban {
        width: 100%;
        height: 400px;
        position: relative;
        overflow: hidden;
    }
}

@media only screen and (max-width:992px) {
    .pc_ban {
        height: 34vh;
        min-height: inherit;
    }
    .pc_ban .container {
        width: 100%;
        top: 50%;
    }
    .pc_ban .swiper-button-prev {
        display: none;
    }
    .pc_ban .swiper-button-next {
        display: none;
    }
    .pc_ban .swiper-pagination {
        bottom: 10px;
    }
    .pc_ban .swiper-pagination-bullet {
        width: 30px;
        height: 2px;
    }
    .pc_ban .w_z {
        width: 100%;
    }
    .pc_ban .w_z h2 {
        font-size: 22px;
        font-weight: normal;
        line-height: 32px;
    }
    .pc_ban .w_z p {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 26px;
    }
    .pc_ban .w_z .n_r {
        width: 130px;
        height: 44px;
        margin: 30px auto 0;
    }
    .pc_ban .w_z .n_r a {
        font-size: 14px;
        line-height: 40px;
    }
}

@media only screen and (max-width:768px) {
    .pc_ban .w_z {
        display: block;
        margin-top: 20px;
    }
    .pc_ban .w_z h2 {
        color: #fff;
        font-size: 20px;
        line-height: 7x;
    }
    .pc_ban .w_z p {
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        line-height: 32px;
        margin-top: 15px;
    }
    .pc_ban {
        height: 250px;
    }
}


/* 鍐呭 */

.sy_nr {
    width: 100%;
    background: #f7f7f7;
    padding-bottom: 33px;
    padding-top: 36px;
}

.sy_nr .nr_n {
    background: #ffffff;
    padding-top: 9px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    text-align: center;
min-height:273px;
}
.sy_nr .nr_n ul li{
   text-align:left;
}
.nr_bt {
    border-bottom: dotted 1px #a40000;
}

.nr_bt_z {
    float: left;
}

.nr_bt h5 {
    font-size: 16px;
    color: #a40000;
    font-weight: bold;
    text-align: left;
	line-height: 40px;
}

.nr_bt h6 {
    font-size: 12px;
    color: #a40000;
    text-align: left;
    line-height: 27px;
}

.nr_bt a {
    float: right;
    font-size: 14px;
    color: #a40000;
    font-weight: bold;
    line-height: 44px;
}

.nr_n img {
    width: 100%;
}

.nr_n ul li a {
    font-size: 14px;
    color: #272727;
    line-height: 33px;
}

.nr_n ul li .wz_01::before {
    width: 3px;
    height: 3px;
    background: #272727;
    float: left;
    content: "";
    margin-top: 15px;
    margin-right: 10px;
}



.nr_n ul li:hover a {
    color: #a40000;
}

.nr_n ul li:hover .wz_01::before {
    background: #a40000;
}

.nr_n ul li .wz_01 {
    width: 217px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.nr_n ul li .rq_01 {
    float: right;
}

.bofanganniu {
    position: absolute;
    top: 33%;
    left: 39%;
}

.nr_sp {
    position: relative;
}

.bofanganniu i {
    font-size: 90px;
    color: rgba(0, 0, 0, 0.7);
}


/* 鐐瑰嚮瑙嗛鎾斁鐨勫浘灞� */

.sp_tuc {
    position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
}

.sp_tuc .tuc_t {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.sp_tuc .tuc_t_sp {
    width: 70%;
}

.sp_tuc video {
    width: 100%;
    height: 100%;
}

.tuc_t i {
    font-size: 37px;
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 8%;
    left: 90%;
}

@media only screen and (max-width:1200px) {
    .nr_bt h6 {
        font-size: 12px;
        color: #a40000;
        text-align: left;
        line-height: 27px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100px;
    }
    .nr_n ul li .wz_01 {
        width: 149px;
    }
    .nr_n ul li a {
        line-height: 27px;
    }
    .nr_n img {
        margin-bottom: 19px;
    }
    .bofanganniu i {
        font-size: 56px;
    }
    .bofanganniu {
        top: 38%;
        left: 42%;
    }
}

@media only screen and (max-width:1024px) {
    .sy_hzzyb .sp_tuc .tuc_t_sp {
        width: 90%;
    }
    .sy_hzzyb .tuc_t i {
        font-size: 37px;
        color: rgba(255, 255, 255, 0.8);
        position: absolute;
        top: 15%;
        left: 92%;
    }
}

@media only screen and (max-width:768px) {
    .tuc_t i {
        font-size: 30px;
        color: rgba(255, 255, 255, 0.8);
        position: absolute;
        top: 29%;
        left: 90%;
    }
}

@media only screen and (max-width: 540px) {
    .bofanganniu {
        top: 44%;
        left: 47%;
    }
}

@media only screen and (max-width:414px) {
    .sy_hzzyb .tuc_t i {
        font-size: 22px;
        color: rgba(255, 255, 255, 0.8);
        position: absolute;
        top: 24%;
        left: 90%;
    }
    .bofanganniu {
        top: 44%;
        left: 44%;
    }
    .sy_nr {
        width: 100%;
        background: #f7f7f7;
        padding-bottom: 15px;
        padding-top: 15px;
    }
}

@media only screen and (max-width: 375px) {
    .sy_hzzyb .tuc_t i {
        font-size: 19px;
        color: rgba(255, 255, 255, 0.8);
        position: absolute;
        top: 32%;
        left: 90%;
    }
}

@media only screen and (max-width: 360px) {
    .sy_hzzyb .tuc_t i {
        font-size: 19px;
        color: rgba(255, 255, 255, 0.8);
        position: absolute;
        top: 30%;
        left: 90%;
    }
    .sy_nr {
        width: 100%;
        background: #f7f7f7;
        padding-bottom: 15px;
        padding-top: 15px;
    }
}

.sy_nr .row .sy_xx {
    margin-top: 14px;
}

.n_a01 {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.n_a01 a {
    color: #fff;
    display: block;
    margin-top: 20px;
}

.n_a01:hover {
    box-shadow: 2px 2px 2px #666666;
}

.n_a01:nth-child(1) {
    margin-top: 19px;
}

.n_a03 {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 3px;
    background: #a40000;
    padding-left: 26px;
    padding-right: 26px;
    margin-top: 14px;
    margin-bottom: 10px;
}

.n_a03:hover {
    box-shadow: 2px 2px 2px #666666;
}

.nr_n .n_a03 img {
    float: left;
    margin-top: 0;
    width: 14%;
}

.n_a03 h5 {
    float: right;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.n_a03 h6 {
    float: right;
    font-size: 12px;
    color: #fff;
}

@media only screen and (max-width: 1200px) {
    .nr_n .n_a03 img {
        width: 16%;
    }
    .n_a01 {
        font-size: 15px;
        font-weight: normal;
    }
    .n_a03 {
        padding-left: 9px;
        padding-right: 10px;
        padding-top: 8px;
        padding-bottom: 8px;
        margin-top: 3px;
    }
    .n_a01 {
        margin-top: 3px;
    }
    .n_a03 h5 {
        font-size: 14px;
        font-weight: normal;
    }
    .n_a03 h6 {
        font-size: 12px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 159px;
    }
    .nr_n .n_a03 img {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 992px) {
    .sy_nr .nr_n {
        padding-top: 9px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .nr_n ul li .wz_01 {
        width: 200px;
    }
    .n_a03 {
        padding-left: 17px;
        padding-right: 32px;
    }
}

@media only screen and (max-width: 768px) {
    .nr_n .n_a03 img {
        margin-bottom: 0px;
        width: 12%;
    }
    .nr_n ul li .rq_01 {
        float: left;
        font-size: 12px;
        margin-left: 15px;
    }
    .n_a01 {
        font-size: 13px;
    }
    .n_a03 h5 {
        font-size: 13px;
        font-weight: normal;
        float: left;
        margin-left: 20px;
    }
    .n_a03 h6 {
        font-size: 13px;
        font-weight: normal;
        float: left;
        margin-left: 20px;
    }
    .n_a03 {
        padding-left: 14px;
        padding-right: 12px;
    }
}

@media only screen and (max-width: 760px) {
    .n_a03 h5 {
        margin-left: 10px;
    }
    .n_a03 h6 {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 576px) {

    .nr_n ul li {
        display: block;
    }
    .nr_n ul li .rq_01 {
        float: left;
        font-size: 15px;
    }
    .nr_n ul li .wz_01 {
        width: 224px;
        font-size: 15px;
    }
    .nr_n .n_a03 img {
        width: 14%;
        height: 14%;
    }
    .n_a03 h6 {
        margin-left: 6px;
    }
}

@media only screen and (max-width: 540px) {
    .nr_n .n_a03 img {
        width: 8%;
        height: 8%;
    }
    .n_a03 h5 {
        margin-left: 71px;
        float: none;
        text-align: left;
    }
    .n_a03 h6 {
        /* margin-left: 6px; */
        /* float: left; */
        float: none;
        /* display: block; */
        margin-left: 71px;
    }
}

@media only screen and (max-width: 450px) {
    .nr_n .n_a03 img {
        margin-bottom: 0px;
        width: 10%;
        height: 10%;
    }
    .sy_nr {
        width: 100%;
        background: #f7f7f7;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .bofanganniu {
        top: 44%;
        left: 45%;
    }
}

@media only screen and (max-width: 414px) {
    .nr_n .n_a03 img {
        height: 13%;
        width: 11%;
    }
    .n_a03 h5 {
        font-size: 13px;
        float: left;
        margin-left: 20px;
    }
    .n_a03 h6 {
        float: left;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 411px) {
    .nr_n ul li .wz_01 {
        width: 282px;
        font-size: 15px;
    }
    .nr_n ul li .rq_01 {
        float: left;
    }
    .nr_n .n_a03 img {
        height: 11%;
        width: 11%;
    }
    .n_a03 {
        padding-left: 17px;
    }
    .n_a03 h5 {
        float: left;
        margin-left: 15px;
    }
    .n_a03 h6 {
        float: left;
        margin-left: 15px;
    }
}

@media only screen and (max-width: 360px) {
    .nr_n ul li .wz_01 {
        width: 234px;
        font-size: 13px;
    }
    .nr_n ul li .rq_01 {
        /* float: right; */
        font-size: 13px;
        float: left;
        line-height: 20px;
    }

    .tuc_t i {
        font-size: 21px;
        color: rgba(255, 255, 255, 0.8);
        position: absolute;
        top: 32%;
        left: 90%;
    }
    .bofanganniu {
        top: 44%;
        left: 42%;
    }
    .nr_n .n_a03 img {
        width: 12%;
        height: 6%;
    }
    .n_a03 {
        padding-left: 26px;
        padding-right: 42px;
    }
    .n_a03 h5 {
        float: left;
        font-size: 14px;
        margin-left: 13px;
    }
    .n_a03 h6 {
        font-size: 12px;
        float: left;
        margin-left: 15px;
    }
}

@media only screen and (max-width: 320px) {
    .n_a03 {
        padding-left: 26px;
        padding-right: 24px;
    }
}

@media only screen and (max-width: 280px) {
    .n_a03 {
        padding-left: 6px;
        padding-right: 17px;
    }
}

.sy_di_s {
    padding: 15px 0;
    width: 100%;
}


/* 搴曚笂闈㈢殑鏉� */

.sy_di_s .s_j {
    width: 100%;
    background: -moz-linear-gradient(180deg, #fefefe 30%, #e8e8e8 70%);
    background: -ms-linear-gradient(180deg, #fefefe 30%, #e8e8e8 70%);
    background: -webkit-linear-gradient(180deg, #fefefe 30%, #e8e8e8 70%);
    background: -o-linear-gradient(180deg, #fefefe 30%, #e8e8e8 70%);
    background: linear-gradient(180deg, #fefefe 30%, #e8e8e8 70%);
    padding-left: 27px;
    border-radius: 6px;
}

.s_j i {
    font-size: 30px;
    color: #a40000;
    float: left;
}

.s_j h5 {
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 43px;
    margin-left: 9px;
}

@media only screen and (max-width: 1200px) {
    .s_j h5 {
        font-size: 13px;
        line-height: 43px;
        margin-left: 3px;
    }
    .sy_di_s .s_j {
        padding-left: 11px;
    }
}

@media only screen and (max-width: 992px) {
    .sy_di_s .s_j {
        padding-left: 39px;
        margin-top: 13px;
    }
    .sy_di_s {
        padding-top: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .s_j h5 {
        font-size: 13px;
        line-height: 43px;
        margin-left: 43px;
    }
    .sy_di_s .s_j {
        padding-left: 28px;
        margin-top: 13px;
    }
}

@media only screen and (max-width: 640px) {
    /* .sy_di_s .s_j {
        padding-left: 163px;
        margin-top: 13px;
    } */
}

@media only screen and (max-width: 450px) {
    .sy_di_s .s_j {
        padding-left: 120px;
        margin-top: 13px;
    }
}

@media only screen and (max-width: 414px) {
    .sy_di_s .s_j {
        padding-left: 110px;
        margin-top: 13px;
    }
}

@media only screen and (max-width: 375px) {
    .sy_di_s .s_j {
        padding-left: 79px;
        margin-top: 13px;
    }
}

@media only screen and (max-width: 320px) {
    .sy_di_s .s_j {
        padding-left: 76px;
        margin-top: 13px;
    }
}

.footer {
    width: 100%;
    padding: 30px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-top: 36px;
min-height:200px;
color:#fff;
}

.di_z{
    font-size: 14px;
    color: #ffffff;
    display: block;
    line-height: 30px;
}

.wx_ewm {
    float: right;
    margin-right: 35px;
    text-align: center;
    width: 80px;
}
.wx_ewm img{
    width: 100%;
}
.wx_ewm:nth-child(1) {
    margin-right: 43px;
}

.wx_ewm a {
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
    display: block;
}

@media only screen and (max-width: 768px) {
    .di_z a {
        font-size: 12px;
        color: #ffffff;
        display: block;
        line-height: 21px;
    }
    .di_z {
        margin-bottom: 9px;
    }
    .wx_ewm:nth-child(1) {
        margin-right: 1px;
    }
    .wx_ewm {
        width: 30%;
    }
    .wx_ewm img {
        width: 40%;
    }
    .footer .col-12 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .footer {
        width: 100%;
        padding: 20px 0;
        margin-top: 10px;
    }
    .wx_ewm {
        float: right;
        margin-right: 0px;
        text-align: center;
    }
}

@media only screen and (max-width: 450px) {
    .footer {
        padding: 15px 0;
        text-align: center;
        margin-top: 0px;
    }
    .footer .col-12 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .wx_ewm {
        margin-left: 10px;
        margin-right: 0px;
        text-align: center;
    }
    .wx_ewm:nth-child(1) {
        margin-left: 0;
    }
}


/* 鐗堟潈 */

.sy_bq {
    padding: 15px 0;
    background: #363636;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.sy_bq a{
    color: #fff;
}
@media only screen and (max-width: 414px) {
    .sy_bq {
        padding: 10px 0;
        background: #363636;
        width: 100%;
        text-align: center;
        font-size: 12px;
        color: #fff;
    }
}


/* 鍐呴〉4 */

.n4_tu {
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

@media only screen and (max-width: 996px) {
    .n4_tu {
        width: 100%;
        height: 260px;
    }
}

@media only screen and (max-width: 640px) {
    .n4_tu {
        width: 100%;
        height: 151px;
    }
}

.nei_nr {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #ffffff;
}
.nei_nr img{
   max-width:100%;
}
.nr_dh {
    background: #f7f7f7;
    padding-bottom: 37px;
}


/* 宸﹁竟瀵艰埅鏍忕涓€涓� */

.ny_dh_bt {
    background: #a40000;
    width: 100%;
    padding-left: 18px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.ny_dh_bt h5 {
    font-size: 24PX;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px;
}

.ny_dh_bt h6 {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
}

.ny_dh_bt p {
    background-color: #fff;
    width: 68px;
    height: 1px;
}


/* 宸﹁竟瀵艰埅涓嬩簩绾у鑸� */

.nr_dh ul {
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.nr_dh ul li {
    padding: 18px 45px 14px 30px;
    font-size: 18px;
    color: #000000;
    background: #fff;
    width: 229px;
    margin-top: 22px;
}

.nr_dh ul li:nth-child(1) {
    margin-top: 28px;
}

.nr_dh ul li i {
    font-size: 20px;
    float: right;
}

.nr_dh ul .on {
    background: #a40000;
}

.nr_dh ul .on a {
    color: #fff;
}

.nr_dh ul .on i {
    color: #fff;
    transform: rotate(90deg);
}


/* 涓夌骇 */

.nr_dh ul li .navTwo1 {
    /* display: none; */
    width: 100%;
    text-align: center;
    /* background: rgba(125, 0, 0, .8); */
    z-index: 9;
}

.navTwo1 dd {
    margin-bottom: auto;
    height: 40px;
    border-bottom: solid 1px rgb(125, 0, 0);
}

.navTwo1 a {
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    display: block;
}

.navTwo1 dd:hover {
    background: rgba(125, 0, 0, .7);
}

.navTwo1 {
    display: none;
    width: 100%;
    float: left;
    background: none;
    position: relative;
    left: auto;
    top: auto;
}

.navTwo1 dd {
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.navTwo1 dd a {
    display: block;
    float: left;
    margin-left: 7px;
}

.navTwo1 dd:last-child {
    border-bottom: none;
}

.navTwo1 dd:hover {
    background: none;
}

@media only screen and (max-width: 1200px) {
    .nr_dh ul li {
        padding: 14px 18px 14px 30px;
        font-size: 16px;
        width: 172px;
        margin-top: 15px;
    }
    .nr_dh {
        padding-bottom: 22px;
    }
    .nr_dh ul li:nth-child(1) {
        margin-top: 19px;
    }
}

@media only screen and (max-width: 992px) {
    .nr_dh ul li {
        padding: 9px 12px 9px 14px;
        font-size: 13px;
        width: 125px;
        margin-top: 15px;
    }
    .nr_dh ul li i {
        font-size: 15px;
    }
    .ny_dh_bt h5 {
        font-size: 18PX;
        margin-bottom: 5px;
    }
    .ny_dh_bt h6 {
        font-size: 12px;
        color: #fff;
        font-weight: normal;
        margin-top: 5px;
    }
    .navTwo1 a {
        font-size: 12px;
        line-height: 40px;
        color: #fff;
        display: block;
    }
}


/* 鍙宠竟鍐呭 */

.nr_wz {
    padding-left: 111px;
    padding-right: 51px;
}

.wz_bt {
    font-size: 22px;
    color: #000000;
}

.wz_n {
    width: 100%;
    border-top: #d2d2d2 1px solid;
    margin-top: 26px;
}

.wz_n ul li {
    margin-top: 56px;
}

.wz_n ul li:nth-child(1) {
    margin-top: 37px;
}

.riqi_z {
    /* float: left; */
    position: relative;
}

.riqi_z h5 {
    font-size: 40px;
    color: #000000;
}

.riqi_z h5::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 87px;
    top: 13px;
    left: 79px;
    background-color: #a7a7a7;
    transform: rotate(43deg);
    transform-origin: top;
}

.riqi_z h6 {
    font-size: 18px;
    color: #000000;
    /* position: absolute; */
    margin-left: 51px;
}

.nr_w .xw_tm {
    font-size: 18px;
    cursor: pointer;
    color: #000000;
    font-weight: bold;
}

.nr_w a:hover {
    color: #a40000;
}

.nr_w h6 {
    font-size: 14px;
    color: #272727;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 19px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.nr_w .gd_an {
    display:block;
     background: #fff;
    border: #a40000 1px solid;
    border-radius: 20px;
    font-size: 12px;
    color: #000000;
   width:90px;
   height:30px;
text-align:center;
}

.nr_w .gd_an i {
    margin-left: 12px;
}

.nr_w .gd_an:hover {
    background-color: #a40000;
    color: #fff;
}

@media only screen and (max-width: 992px) {
    .riqi_z h5 {
        font-size: 22px;
    }
    .riqi_z h5::before {
        height: 48px;
        top: 3px;
        left: 48px;
    }
    .riqi_z h6 {
        font-size: 15px;
        margin-left: 36px;
    }
    .nr_w h6 {
        font-size: 13px;
        color: #272727;
        line-height: 20px;
        margin-top: 3px;
        margin-bottom: 8px;
        overflow: hidden;
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .nr_w .xw_tm {
        font-size: 16px;
        font-weight: normal;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 284px;
        display: block;
    }
    .nei_nr {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .nr_wz {
        padding-left: 41px;
        padding-right: 0px;
    }
    .nr_w .gd_an {
        padding: 5px 10px 5px 10px;
        font-size: 12px;
    }
    .wz_n ul li {
        margin-top: 26px;
    }
}

@media only screen and (max-width: 768px) {
    .ny_dh_bt {
        background: #a40000;
        width: 100%;
        padding-left: 10px;
        padding-top: 9px;
        padding-bottom: 8px;
    }
    .ny_dh_bt h5 {
        font-size: 16PX;
        margin-bottom: 5px;
    }
    .ny_dh_bt h6 {
        font-size: 10px;
        margin-top: 3px;
    }
    .nr_w .xw_tm {
        font-size: 14px;
        font-weight: bold;
        width: 284px;
    }
    .nr_w h6 {
        font-size: 12px;
    }
    .riqi_z {
        /* float: left; */
        position: relative;
        top: 10%;
    }
    .n4_fy ul {
        padding-top: 27px;
    }
    .nr_dh ul li {
        padding: 9px 12px 9px 14px;
        font-size: 13px;
        width: 109px;
        margin-top: 8px;
    }
    .nr_dh ul li:nth-child(1) {
        margin-top: 9px;
    }
    .nr_dh {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 574px) {
    .nr_dh ul li {
        width: 100%;
    }
    .nr_dh ul li:nth-child(1) {
        margin-left: 0px;
    }
    .ny_dh_bt {
        text-align: center;
    }
    .wz_bt {
        font-size: 18px;
        color: #000000;
        text-align: center;
    }
    .wz_n ul li:nth-child(1) {
        margin-top: 15px;
    }
    .ny_dh_bt h5 {
        font-size: 15PX;
        margin-bottom: 3px;
        font-weight: normal;
    }
    .ny_dh_bt h6 {
        font-size: 10px;
        margin-top: 0px;
    }
    .ny_dh_bt p {
        margin: auto;
    }
    .nr_wz {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 7px;
    }
    .wz_n {
        width: 100%;
        border-top: #d2d2d2 1px solid;
        margin-top: 7px;
    }
}

@media only screen and (max-width: 360px) {
    .nr_dh ul li {
        padding: 9px 3px 9px 3px;
        font-size: 12px;
    }
    .riqi_z h5 {
        font-size: 17px;
    }
    .riqi_z h5::before {
        height: 33px;
        top: 6px;
        left: 36px;
    }
    .riqi_z h6 {
        font-size: 13px;
        margin-left: 25px;
    }
    .nr_w .xw_tm {
        font-size: 14px;
        width: 225px;
    }
}


/* 鍒嗛〉 */

.n4_fy ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 37px;
}

.n4_fy ul li {
    display: inline;
    cursor: pointer;
    margin-left: 24px;
}

.n4_fy ul li:nth-child(1) {
    margin-left: 0;
    margin-top: 3px;
}

.n4_fy ul li:nth-child(5) {
    margin-top: 3px;
}

.n4_fy ul .on {
    color: #a40000;
}

@media only screen and (max-width: 574px) {
    .n4_fy ul {
        padding-top: 20px;
    }
}


/* 鍐呴〉5 */

.nr_wz2 {
    padding-left: 106px;
    padding-right: 0px;
}

.nr_wz1 {
    border-top: 1px #d2d2d2 solid;
    width: 100%;
    margin-top: 26px;
    text-align: center;
}

.wz_timu h5 {
    font-size: 18px;
    color: #000000;
    margin-top: 36px;
    font-weight: bold;
}

.timu_sj {
    width: 88%;
    margin: auto;
    border-top: #e5e5e5 1px solid;
    margin-top: 23px;
    padding-top: 11px;
}

.timu_sj .row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.timu_sj .sj_bt {
    font-size: 12px;
    color: #272727;
}

.timu_sj .sj_bt div {
    display: inline;
    margin-left: 30px;
}

.timu_sj .sj_bt div:nth-child(1) {
    margin-left: 0;
}

.nr_wz2 .wz_wz {
    text-align: left;
    font-size: 14px;
    color: #000000;
    line-height: 30px;
    padding-top: 37px;
}

.nr_wz2 .n5_tu {
    width: 100%;
    overflow: hidden;
    height: 253px;
}

.nr_wz2 .n5_tu img {
    width: 100%;
    cursor: pointer;
    transition: all 1.6s;
}

.nr_wz2 .n5_tu img:hover {
    transform: scale(1.1);
}

.nr_tupian {
    margin-top: 55px;
}

.nr_sx_lj {
    margin-top: 61px;
}

.nr_sx_lj .lj_z {
    float: left;
}

.nr_sx_lj .lj_y {
    float: right;
    font-size: 12px;
    color: #272727;
    margin-top: 21px;
}

.nr_sx_lj a {
    color: #a40000;
    font-size: 12px;
    display: block;
    line-height: 23px;
}

.nr_sx_lj a span {
    color: #272727;
    font-size: 12px;
}

.nr_sx_lj a span:hover {
    color: #a40000;
}

.lj_y a {
    color: #272727;
}

.lj_y i {
    margin-right: 10px;
    font-size: 12px;
    color: #272727;
}

@media only screen and (max-width: 1200px) {
    .timu_sj .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 1024px) {
    .timu_sj .col-lg-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .nr_wz2 .n5_tu {
        height: 192px;
    }
}

@media only screen and (max-width: 992px) {
    .nr_wz2 {
        padding-left: 15px;
    }
    .nr_wz2 .n5_tu {
        height: 157px;
    }
    .nr_tupian {
        margin-top: 30px;
    }
    .nr_sx_lj {
        margin-top: 30px;
    }
    .wz_timu h5 {
        margin-top: 15px;
    }
    .nr_wz2 .wz_wz {
        padding-top: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .timu_sj .sj_bt div {
        display: inline;
        margin-left: 16px;
    }
}

@media only screen and (max-width: 576px) {
    .nr_wz2 {
        padding-left: 0px;
        padding-top: 10px;
    }
    .nr_wz1 {
        margin-top: 10px;
    }
    .wz_timu h5 {
        font-size: 16px;
    }
    .timu_sj {
        margin-top: 13px;
        padding-top: 7px;
    }
    .nr_wz2 .n5_tu {
        height: 200px;
        margin-top: 10px;
    }
    .nr_wz2 .n5_tu img {
        width: 100%;
        height: 100%;
    }
    .nr_tupian {
        margin-top: 4px;
    }
    .nr_sx_lj {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 375px) {
    .timu_sj .sj_bt div {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 360px) {
    .timu_sj .sj_bt div {
        margin-left: 9px;
        display: block;
    }
}

.sy_ys {
    width: 100%;
    padding: 90px 0;
    background: url(../imgs/ys_bj.jpg) no-repeat center / cover fixed;
    overflow: hidden;
}

.pages{width:100%; height:30px; line-height:30px; text-align:center;margin-top: 50px;}
.pages a{ text-decoration:none; font-family:寰蒋闆呴粦; margin-left:5px; color:#666; font-size:12px; border:solid 1px #ccc ; padding:5px 8px; }
.pages .current-page{ color:#fff; margin-left:5px; font-size:12px; border:solid 1px #C01D1D; background:#C01D1D; padding:5px 8px; }
.pages span{ text-decoration:none; font-family:寰蒋闆呴粦; margin-left:5px; color:#666; font-size:12px; border:solid 1px #ccc ; padding:5px 8px; }


.footer .ny_di ul {
    padding-top: 19px;
}

.footer .ny_di ul li {
    display: inline-block;
}

.footer .ny_di ul li a {
    padding: 0 19px;
    border-left: 1px #fff solid;
    color: #fff;
    font-size: 12px;
}

.footer .ny_di ul li:nth-child(1) a {
    border-left: none;
    padding-left: 0;
}

.footer .ny_di h5 {
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}

.di_z {
    font-size: 14px;
    color: #ffffff;
    display: block;
    line-height: 30px;
}

@media only screen and (max-width: 1200px) {
    .footer .ny_di ul li a {
        padding: 0 5px;
        border-left: 1px #fff solid;
        color: #fff;
        font-size: 12px;
    }
}

@media only screen and (max-width: 992px) {
    .footer .ny_di {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer .di_z {
        text-align: center;
    }
    .footer .ny_di ul {
        padding-top: 0px;
        padding-bottom: 5px;
    }
    .footer .ny_di h5 {
        /* text-align: center; */
        margin-right: 19px;
        margin-top: -3px;
    }
}

@media only screen and (max-width: 490px) {
    .footer .ny_di {
        display: table-row-group;
        justify-content: center;
        align-items: center;
    }
    .footer .ny_di h5 {
        text-align: center;
        margin-bottom: 5px;
    }
}



@media(max-width:767px) {
	.indnews {
		display: none;
	}
	
}



.lx_wm .n_r h3{font-size:22px; line-height:32px; color:#7D0000;}
.lx_wm .n_r h4{font-size:16px; line-height:24px; color:#888; text-transform:uppercase; margin-bottom:20px;}
.lx_wm .w_z{font-size:15px; line-height:32px;}
.lx_wm .l_y input{width:100%; height:47px; font-size:14px; line-height:46px; border-bottom:1px solid #ddd; display:block;}
.lx_wm .l_y textarea{width:100%; height:72px; padding:10px 0; font-size:14px; line-height:26px; border-bottom:1px solid #ddd; display:block; resize:none;}
.lx_wm .l_y button{width:120px; height:36px; background-color:#7D0000; margin-top:15px; margin-right:15px; font-size:15px; line-height:36px; text-align:center; color:#fff; float:left;}
.lx_wm .l_y button.c_z{background-color:#aaa;}

.mbx{
    float: right;
    font-size: 14px;
    line-height: 33px;
}


.pagination1 {list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom}
.pagination1 li {display:inline-block!important;border:solid 1px #EBEBEB;border-radius:4px}
.pagination1 a {color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s}
.pagination1 .disabled a:link,.pagination .disabled a:visited,.pagination .disabled a:hover {cursor:not-allowed;pointer-events:none;color:#EBEBEB}
.pagination1 .active {pointer-events:none}
.pagination1 .active,.pagination a:hover {transition:all .3s cubic-bezier(0.175,0.885,0.32,1) 0s}
.pagination-group {border-right:solid 1px #EBEBEB;border-radius:4px}
.pagination-group li {float:left;border-right:0;border-radius:0}
.pagination-group li:not(:first-child):not(:last-child) {border-radius:0}
.pagination-group li:first-child {border-radius:4px 0 0 4px}
.pagination-group li:last-child {border-radius:0 4px 4px 0}
.pagination-group .active,.pagination-group a:hover {background:#f5f5f5;border-radius:0}
.pagination-big a {padding:10px 16px;font-size:16px}
.pagination-small a {padding:5px 10px;font-size:12px}
.pagination.border-main .active a,.pagination.border-sub .active a,.pagination.border-dot .active a,.pagination.border-black .active a,.pagination.border-gray .active a,.pagination.border-red .active a,.pagination.border-yellow .active a,.pagination.border-blue .active a,.pagination.border-green .active a {color:#fff}
.pager {list-style:none;padding:0;text-align:center;clear:both}
.pager li {display:inline-block}

.links a{ display: inline-block; margin-right: 10px;}


.indnews {
	width: 100%;
	height: 362px;
	float: left;
}
.news-pic {
	width: 100%;
	height: 362px;
}
.news-pic, .news-pic img {
	width: 100%;
	height: 362px;
	overflow: hidden;
}
.news-txt {
	width: 100%;
	height: 362px;
	float: right;
	border: 1px solid #efefef;
}
.news-title {
	height: 38px;
	
	border-bottom: 1px solid #efefef;
	line-height: 38px;
	position: relative;
}
.news-title .name {
	position: absolute;
	left: -1px;
	top: -1px;
	height: 39px;
	background: #084466;
	color: #fff;
	text-align: center;
	line-height: 39px;
	font-size: 15px;
	padding: 0 15px;
	font-weight: bold;
}
.news-name.tab-nav {
	position: absolute;
	left: -1px;
	top: -1px;
	height: 39px;
}
.news-name.tab-nav a {
	display: block;
	float: left;
	height: 39px;
	line-height: 39px;
	color: #333;
	text-align: center;
	line-height: 39px;
	font-size: 15px;
	padding: 0 15px;
	margin: 0;
	position: relative;
}
.news-name.tab-nav a.current {
	background: #B80022;
	color: #fff;
	font-weight: bold;
}
.news-name.tab-nav a i {
	width: 9px;
	height: 5px;
	background: url(../imgs/jtx.png) no-repeat;
	left: 50%;
	bottom: -5px;
	display: none;
	margin-right: -3px;
	position: absolute;
}
.news-name.tab-nav a.current i {
	display: block;
}
.news-title .name i {
	width: 9px;
	height: 5px;
	background: url(../imgs/jtx.png) no-repeat;
	left: 10px;
	bottom: -5px;
	display: block;
}
.news-title .more {
	position: absolute;
	right: 10px;
	line-height: 38px;
	top: 0;
	font-size: 12px;
	color: #999;
	transition: all .3s ease;
}
.news-title .more:hover {
	color: #084466;
}
.newslist {
	display: block;
	padding: 10px 12px;
}
.hotnews {
	margin: 12px 12px 0 12px;
}
.hotnews h1 {
	font-size: 16px;
	color: #333;
	text-align: center;
	margin: 0 10px;
	height: 30px;
	line-height: 30px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.hotnews .hotcon {
	margin-top: 12px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.hotnews .hotcon a {
	color: #999;
	line-height: 24px;
	font-size: 14px;
}
.hotnews .hotcon a:hover, .newslist li a:hover {
	color: #4788d7;
}
.newslist li {
	border-bottom: 1px dotted #dedede;
	position: relative;
	padding: 0 80px 0 16px;
	background: url(../imgs/listnot.png) 0px 15px no-repeat;
}
.newslist li a {
	display: block;
	height: 36px;
	width: 100%;
	line-height: 36px;
	font-size: 14px;
	color: #666;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	position: relative;
}
.newslist li span {
	position: absolute;
	right: 0;
	top: 8px;
	line-height: 36px;
	color: #bbb;
	text-align: center;
}
.newslist li span.time {
	top: 0;
}
.newslist li:last-child {
	border: 0;
}
.newslist.ny li {
	padding: 8px 80px 8px 14px;
	background: url(../imgs/listnot.png) 2px 24px no-repeat;
}
.newslist.ny li a:after {
	display: none;
}
.nytit {
	border-bottom: 1px solid #ededed;
	line-height: 30px;
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.nytit h1 {
	text-align: center;
}

.iteamimg img{ height:300px; width: 100%;}