﻿@charset "utf-8";

@media ( max-width:1366px) {}

@media ( max-width:1280px) {
    body {
        padding-top: 0;
    }
}

@media ( max-width:1024px) {
    body {
        padding-top: 45px;
        font-size: 14px;
        line-height: 24px;
        min-width: 300px;
    }
    select,
    input,
    textarea,
    button {
        font-size: 14px;
    }
}


/*effict*/

.Scale-img {
    overflow: hidden;
    cursor: pointer;
    zoom: 1;
    overflow: hidden;
}

.Scale-img img,
.Scale-img span {
    opacity: 1;
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, transform 0.6s;
}

.Scale-img:hover img,
.Scale-img:hover span {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    top: 0px;
    left: 0px;
}

.effict {
    transition: all ease 0.3s;
}

.imgbox {
    overflow: hidden;
    position: relative;
    /*background:url(../uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/
}

.imgbox span {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgbox img {
    width: auto !important;
    max-height: 100%;
}


/*pages*/

.Pages {
    text-align: center;
    font-size: 14px;
    color: #666666;
}

.Pages a {
    height: 34px;
    padding: 0 10px;
    border: 1px solid #e6e6e6;
    display: inline-block;
    line-height: 34px;
    color: #666;
    margin: 5px 2px;
}

.Pages a:hover {
    background: #a32324;
    color: #fff;
    border: 1px solid #a32324;
}

.Pages a.a_cur {
    background: #a32324;
    color: #fff;
    border: 1px solid #a32324;
}

.Pages .p_page .num a {
    width: 36px;
    height: 36px;
    padding: 0;
    background-color: #ffffff;
    border-radius: 50%;
    border: solid 1px #ebebeb;
    color: #666666;
    font-size: 14px;
}

.Pages .num {
    font-style: normal;
    margin: 0 2%;
}

.Pages .p_count {
    height: 34px;
    padding: 0 10px;
    border: 1px solid #e6e6e6;
    display: inline-block;
    line-height: 34px;
}

.Pages .p_page .num a.a_cur,
.Pages .p_page .num a:hover {
    border: 1px solid #cc2128;
    background-color: #cc2128;
    color: #fff;
}

.Pages .p_page a {
    height: 36px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #ebebeb;
    font-size: 16px;
    color: #666666;
}

.Pages .p_page .a_prev:hover,
.Pages .p_page .a_first:hover,
.Pages .p_page .a_next:hover,
.Pages .p_page .a_end:hover {
    border: 1px solid #a32324;
    background: #a32324;
    color: #fff;
}

@media(max-width:480px) {
    .Pages .p_page a {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .Pages .p_page .num a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
}


/*pages end*/

@keyframes move {
    0%,
    65% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    70% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    75% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    80% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    85% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    90% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    95% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes move {
    0%,
    65% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    70% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    75% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    80% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    85% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    90% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    95% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}




.MainNav {
    float: right;
}

.MainNav li {
    float: left;
    margin-left: 40px;
    position: relative;
}

.MainNav span a {
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
    font-weight: 1;
    transition: all ease 0.3s;
    font-size: 20px;
    font-stretch: normal;
    line-height: 120px;
    letter-spacing: 0px;
    color: #333333;
}

.MainNav .bg {
    position: absolute;
    left: 50%;
    width: 0;
    bottom: 0;
    height: 3px;
    background: #e50113;
    transition: all ease 0.3s;
    display: none;
}

.MainNav .arr {
    display: none;
}

.MainNav li:hover span a,
.MainNav li.onnav span a {
    color: #e50113;
    font-weight: bold;
}

.MainNav li:hover .bg,
.MainNav li.onnav .bg,
.MainNav li span a.bg {
    width: 100%;
    left: 0;
}

.NavPull {
    z-index: 99;
    display: none;
    position: absolute;
    text-align: center;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    padding: 5px 0;
    line-height: 33px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.NavPull.null {
    background: none;
    padding: 0;
}

.NavPull dd {
    display: block;
    *display: inline;
    zoom: 1;
}

.NavPull a {
    color: #333;
    padding: 0 10px;
    display: block;
    font-size: 14px;
    margin: 0 5px;
}

.NavPull a:hover {
    background: #cc2128;
    color: #fff;
}

.openbtn {
    cursor: pointer;
    display: none;
    width: 32px;
    height: 25px;
    padding-top: 1px;
    background: #fff;
    position: absolute;
    right: 12px;
    top: 11px;
    z-index: 999;
}

.closebtn {
    position: fixed;
    left: 0px;
    top: 45px;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: none;
    background: rgba(0, 0, 0, 0.5);
}

.openbtn span {
    display: block;
    height: 2px;
    background: #cc2128;
    border-radius: 4px;
    margin: 4px;
    transition: all ease 0.3s;
}

.openbtn.on .sp1 {
    -webkit-transform: translate(0, 7px) rotate(45deg) !important;
    -moz-transform: translate(0, 7px) rotate(45deg) !important;
    -ms-transform: translate(0, 7px) rotate(45deg) !important;
    -o-transform: translate(0, 7px) rotate(45deg) !important;
    transform: translate(0, 7px) rotate(45deg) !important;
}

.openbtn.on .sp2 {
    -webkit-transform: translate(0, 0) rotate(-45deg) !important;
    -moz-transform: translate(0, 0) rotate(-45deg) !important;
    -ms-transform: translate(0, 0) rotate(-45deg) !important;
    -o-transform: translate(0, 0) rotate(-45deg) !important;
    transform: translate(0, 0) rotate(-45deg) !important;
}

.openbtn.on .sp3 {
    display: none;
}

@media ( min-width:1440px) {}

@media screen and (min-width: 1440px) and (max-width:1735px) {
    .MainNav li {
        margin-left: 22px;
    }
    .MainNav span a {
        font-size: 17px;
    }
}

@media ( max-width:1440px) {
    .MainNav li {
        margin-left: 20px;
    }
    .MainNav span a {
        font-size: 17px;
    }
    .Header .Logo {
        padding-top: 28px;
    }
}

@media ( max-width:1366px) {
    .MainNav li {
        margin-left: 16px;
    }
    .Header .Logo img {
        height: 46px;
    }
    .MainNav span a {
        font-size: 17px;
    }
}

@media ( max-width:1320px) {
    .MainNav li {
        float: left;
        margin-left: 12px;
    }
    .MainNav span a {
        font-size: 16px;
    }
}

@media ( max-width:1280px) {
    .Header {
        position: static;
    }
}

@media ( max-width:1024px) {
    .Header {
        height: 45px;
        top: 0;
        position: fixed;
        z-index: 99
    }
    .Header .Logo {
        padding-top: 2px;
    }
    .Header .Logo img {
        height: 40px;
    }
    .Header .top {
        right: 80px;
        top: 5px;
    }
    .Header .openbtn {
        display: block;
    }
    .Header .backHome {
        margin: 7px 40px 0 0;
    }
    .Header .backHome .ico {
        float: left;
        width: 32px;
        height: 32px;
        background: #f4f4f4 url(../images/home.png) center no-repeat;
        background-size: 50%;
    }
    .Header .backHome span {
        font-size: 14px;
        line-height: 32px;
    }
    .MainNav {
        position: fixed;
        height: 100%;
        overflow-y: auto;
        z-index: 999;
        width: 260px;
        padding: 0;
        right: -260px;
        background: #fff;
        top: 45px;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        transition: all ease 0.3s;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    .MainNav ul {
        margin-top: 0px;
    }
    .MainNav li {
        display: block;
        position: relative;
        cursor: pointer;
        float: none;
        border-bottom: 1px solid #e9e9e9;
        width: auto;
        margin: 0 10px;
        background: none;
    }
    .MainNav li span a {
        font-size: 16px;
        text-align: left;
        height: auto;
        display: block;
        line-height: 28px !important;
        height: auto !important;
        height: auto;
        padding: 8px 0 8px 5px;
        border: 0;
        /* color: #999; */
    }
    .MainNav .bg {
        display: none
    }
    .MainNav .arr {
        display: inline-block;
        position: absolute;
        z-index: 2;
        width: 100px;
        line-height: 38px;
        right: 0px;
        top: 0px;
    }
    .MainNav .arr i {
        position: absolute;
        height: auto;
        background: none;
        right: 0px;
        top: 5px;
        transition: all ease 0.3s;
    }
    .MainNav li.onnav .arr i {
        dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
        -ms-transform: translate(0, -3px) rotate(-180deg) !important;
        -o-transform: translate(0, -3px) rotate(-180deg) !important;
        transform: translate(0, -3px) rotate(-180deg) !important;
        color: #e50113;
    }
    .MainNav.on {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        right: 0;
    }
    .NavPull {
        position: static;
        line-height: 30px;
        padding: 8px;
        width: 100%;
        left: 0;
        transform: translateX(0px);
        box-sizing: border-box;
    }
    .NavPull dl {
        padding: 0 !important;
    }
    .NavPull dd {
        position: relative;
        text-align: left;
        display: block;
    }
    .NavPull dd a {
        padding: 0;
    }
}

@media ( max-width:480px) {
    .Header .Logo img {
        height: 16px;
    }
    .Search {
        float: right;
        margin: 0 40px 0;
        padding: 9px 0px 0 0 !important;
    }
}


/*Top*/


/* Bottom */

.Bottom {
    border-top: 5px #da251c solid;
    background-color: #f4f4f4;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    padding: 2% 0;
}

.Bottom a {
    color: #333333;
}

.Bottom .Copy a {
    margin-left: 20px;
}

.Bottom .add {
    margin-left: -20px;
    text-align: center;
}

.Bottom .add a {
    margin-left: 20px;
}

.Bottom a:hover {
    color: #da251c;
}

@media(max-width:1440px) {}

@media(max-width:1024px) {
    .Bottom {
        font-size: 14px;
    }
}


/* bottom */


/*首页 s*/

.activehover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}

.HomeBan {
    overflow: hidden;
    clear: both;
    position: relative;
}

.HomeBan .imgbox {
    padding-top: 19.9%;
}

@media ( max-width:1440px) {}

@media ( max-width:1200px) {}

@media ( max-width:1024px) {}

@media ( max-width:768px) {}

@media ( max-width:480px) {}

@media ( max-width:400px) {}


/*banner end*/

.homeTitle {
    overflow: hidden;
    padding-bottom: 30px;
    margin-top: 10px;
}

.homeTitle .tit_cn {
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;
    color: #db322a;
    float: left;
}

.homeTitle .jz_btn {
    width: 200px;
    height: 60px;
    border-radius: 5px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    float: right;
}

.homeTitle .jz_btn img {
    position: relative;
    top: 0px;
    vertical-align: middle;
    margin-right: 4px;
}

.homeTitle ul li {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #333333;
    float: left;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    padding-right: 30px;
    background: #F1F1F1;
}

.homeTitle ul li:before {
    content: '';
    position: absolute;
    bottom:-5px;
    left:50%;
    transform: translate(-50%,0) rotate(45deg);
    width: 10px;
    height: 10px;
    background: #AA000F;
    z-index: 999;
    display: none;
}

.homeTitle ul li.on,
.homeTitle ul li:hover {
    background: #AA000F;
    color: #fff;
    font-weight: bold;
}

.homeTitle ul li.on:before,
.homeTitle ul li:hover:before {
    display: block;
}

.homeTitle ul {
}

.homeTitle .morebtn {
    float: right;
    line-height: 60px;
}

.homeTitle .morebtn a {
    display: none;
}

.homeTitle .morebtn a.show {
    display: block;
}

.homeTitle .morebtn a img {
    vertical-align: middle;
    margin-left: 4px;
     position: relative;
    top: -1px;
}

.homeTitle .morebtn .more1 {}

.homeTitle .morebtn .more2 {}

.homeTitle .morebtn a:hover {
    color: #e50113;
}

@media ( max-width:1200px) {
    .homeTitle .tit_cn,
    .homeTitle ul li {
        font-size: 24px;
    }
}

@media ( max-width:1024px) {
    .homeTitle .tit_cn,
    .homeTitle ul li {
        font-size: 20px;
        line-height: 40px;
    }
    .homeTitle .jz_btn {
        width: 120px;
        height: 40px;
        background: url(../images/btn_bg1.png) center no-repeat;
        line-height: 40px;
        font-size: 17px;
        background-size: cover;
    }
    .homeTitle .jz_btn img {
        position: relative;
        top: -1px;
        vertical-align: middle;
        margin-right: 4px;
        width: 22px;
    }
    .homeTitle .morebtn {
        line-height: 40px;
    }
}

@media ( max-width:768px) {
    .homeTitle .tit_cn,
    .homeTitle ul li {
        font-size: 18px;
        line-height: 40px;
        margin-right: 20px;
    }
}

@media ( max-width:640px) {}

.HomeCon {
    background-color: #f9f9f9;
    padding-bottom: 60px;
}

.HomePart1 {
    overflow: hidden;
    padding-top: 40px;
}

.HomePart1 .jzxx {
    padding: 2%;
    width: 49.3%;
    float: left;
    background: #fff;
    height: 360px;
    box-sizing: border-box;
}

.jzxx .jzBox {}

.jzxx .jzBox .item {
    overflow: hidden;
    padding: 3.5% 0;
}

.jzxx .jzBox .item dt {
    float: left;
    border-radius: 50%;
}

.jzxx .jzBox .item dt img {
    position: relative;
}

.jzxx .jzBox .item:nth-child(1) dt {
    box-shadow: 0px 20px 60px 0px rgba(237, 152, 42, 0.1);
}

.jzxx .jzBox .item:nth-child(2) dt {
    box-shadow: 0px 20px 60px 0px rgba(218, 37, 28, 0.1);
}

.jzxx .jzBox .item dd {
    float: left;
    margin-left: 10px;
}

.jzxx .jzBox .item dd .t1 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding-top: 12px;
}

.jzxx .jzBox .item dd .t2 {
    font-size: 18px;
    color: #999999;
}

.jzxx .jzBox .item dd p span {
    font-family: DIN-Medium;
    font-size: 36px;
    position: relative;
    top: 6px;
}

.jzxx .jzBox .item:nth-child(1) dd p span {
    color: #edaa2a;
}

.jzxx .jzBox .item:nth-child(2) dd p span {
    color: #ee721f;
}

.jkcx {
    padding: 2%;
    width: 49.3%;
    float: right;
    background: #fff;
    height: 360px;
    box-sizing: border-box;
}

.jkcx .jkckBox {
    padding-top: 10px;
}

.jkcx .jkckBox .item {
    display: none;
}

.jkcx .jkckBox .item.selected {
    display: block;
}

.jkcx .jkckBox .item dl {
    overflow: hidden;
    margin-bottom: 10px;
}

.jkcx .jkckBox .item dl dt {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #333333;
    width: 20%;
    float: left;
    text-align: right;
}

.jkcx .jkckBox .item dl dd {
    float: left;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #999999;
    width: 80%;
}

.jkcx .jkckBox .item dl dd .dw {
    margin-left: 10px;
    float: right;
}

.jkcx .jkckBox .item dl dd input {
    height: 50px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #ececec;
    padding: 0 10px;
    display: inline-block;
    box-sizing: border-box;
}

.jkcx .jkckBox .item dl dd .text1 {
    width: 100%;
}

.jkcx .jkckBox .item dl dd .text2 {
    width: 40%;
}

.jkcx .jkckBox .item .cxBtn {
    width: 150px;
    height: 50px;
    background: url(../images/btn_bg2.png) center no-repeat;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    float: right;
    margin-top: 4%;
}

.jkcx .jkckBox .item .cxBtn a {
    color: #ffffff;
    display: block;
}

.jkcx .jkckBox .item .cxBtn img {
    position: relative;
    vertical-align: middle;
    margin-right: 4px;
}

@media ( max-width:1366px) {}

@media ( max-width:1200px) {
    .jzxx .jzBox .item {
        padding: 5.5% 0;
    }
    .jzxx .jzBox .item dt img {
        width: 66px;
    }
    .jzxx .jzBox .item dd .t1 {
        padding-top: 7px;
    }
    .jzxx .jzBox .item dd p span {
        font-size: 32px;
    }
}

@media ( max-width:1024px) {
    .jzxx .jzBox .item dt img {
        width: 60px;
    }
    .HomePart1 .jzxx,
    .jkcx {
        height: 290px;
    }
    .jzxx .jzBox .item dd .t2 {
        font-size: 16px;
    }
    .jzxx .jzBox .item dd p span {
        font-size: 28px;
        top: 4px;
    }
    .jkcx .jkckBox .item dl dt {
        font-size: 16px;
        line-height: 40px;
    }
    .jkcx .jkckBox .item dl dd {
        line-height: 40px;
    }
    .jkcx .jkckBox .item dl dd input {
        height: 40px;
    }
    .jkcx .jkckBox .item dl dd .text2 {
        width: 36%;
    }
    .jkcx .jkckBox .item dl dd .dw {
        font-size: 14px;
    }
    .jkcx .jkckBox .item .cxBtn {
        width: 120px;
        height: 45px;
        line-height: 45px;
        font-size: 18px;
    }
}

@media ( max-width:768px) {
    .HomePart1 .jzxx,
    .jkcx {
        width: 100%;
        float: none;
    }
    .HomePart1 {
        padding-top: 20px;
    }
    .jzxx .jzBox .item {
        padding: 20px 0 0;
    }
    .HomePart1 .jzxx,
    .jkcx {
        height: auto;
    }
    .jkcx {
        margin-top: 20px;
    }
    .jzxx .jzBox {
        padding-bottom: 20px;
    }
    .jzxx .jzBox .item dd .t1 {
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        padding-top: 4px;
    }
    .jzxx .jzBox .item dd p span {
        font-size: 24px;
        font-weight: bold;
        top: 4px;
    }
}

@media ( max-width:480px) {
    .jkcx .jkckBox .item dl dt {
        font-size: 14px;
        line-height: 40px;
        width: 23%;
    }
    .jkcx .jkckBox .item dl dd {
        width: 77%;
    }
    .jkcx .jkckBox .item dl dd .text2 {
        width: 34%;
    }
    .jkcx .jkckBox {
        padding: 10px 0;
    }
}

.HomePart2,
.HomePart3 {
    padding: 30px;
    margin-top: 20px;
    background: #fff;
    overflow: hidden;
}

.table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0;
}
.table-head {
    height: 50px;
    background-color: #FAEFEF;
    font-weight: bold;

    text-align: center;
}

.table-head,
.table-body {
    display: table-row;
}

.table-th {
    font-size: 18px;
    color: #1a9956;
    display: table-cell;
    padding-left: 0;
    height: 70px;
    vertical-align: middle;
}

.table-td {
    display: table-cell;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 0;
    color: #333333;
    vertical-align: middle;
}

.gsBox .table {
    text-align: center;
}

.gsBox .table .table-th {
    height: 50px;
    font-size: 18px;
    text-align: center;
    color:#AA000F;
     width: 11.11%;
}

.gsBox .table .table-body {
    border-bottom: 1px #f3f3f3 solid;
    width: 100%;
}

.gsBox .table .table-body:nth-child(even) {
    background-color: #f4f4f4;
}

.gsBox .table .table-td {
    border-bottom: none;
    font-size: 16px;
    color: #666666;
    text-align: center;
        width: 11.11%;
}

.gsBox .table a {
    color: #333;
}

.gsBox .HomeSlider {
    background-color: #ffffff;
    border: solid 1px #ececec;
}


/* 滚动1 */

.txtbox1 .table .td1 {

    text-align: center;
}

.txtbox1 .table .td2 {

}

.txtbox1 .table .td3 {

}

.txtbox1 .table .td4 {

}

.txtbox1 .table .td5 {}


/* 滚动2 */

.txtbox2 .table .td1 {

    text-align: center;
}

.txtbox2 .table .td2 {

}

.txtbox2 .table .td3 {

}

.txtbox2 .table .td4 {

}

.txtbox2 .table .td5 {}

.txtbox2 .table .td6 {}


/* 滚动3 */

.txtbox3 .table .td1 {

    text-align: center;
}

.txtbox3 .table .td2 {

    text-align: center;
}

.txtbox3 .table .td3 {

    text-align: center;
}

.txtbox3 .table .td4 {

    text-align: center;
}

.txtbox3 .table .td5 {

    text-align: center;
}

.txtbox3 .table .td6 {

    text-align: center;
}

.txtbox3 .table .td7 {}


/* 滚动4 */

.txtbox4 .table .td1 {

    text-align: center;
}

.txtbox4 .table .td2 {

    text-align: center;
}

.txtbox4 .table .td3 {

    text-align: center;
}

.txtbox4 .table .td4 {

    text-align: center;
}

.txtbox4 .table .td5 {

    text-align: center;
}

.txtbox4 .table .td6 {

    text-align: center;
}

.txtbox4 .table .td7 {

    text-align: center;
}

.txtbox4 .table .td8 {}

@media ( max-width:1440px) {}

@media ( max-width:1024px) {
    .gsBox .table .table-td {
        font-size: 14px;
    }
    .table-head {
        height: 60px;
    }
    .gsBox .table .table-th {
        font-size: 16px;
        height: 60px;
        padding-left: 20px;
    }
    .gsBox .table .table-td {
        padding: 10px 0px 10px 20px;
    }
}

@media ( max-width:768px) {
    .gsBox .table .table-th {
        font-size: 14px;
    }
    .txtbox1 .table .td2 {
        width: 16%;
    }
    .txtbox1 .table .td3 {
        width: 19%;
    }
    .HomePart2,
    .HomePart3 {
        padding: 2%;
    }
}

@media ( max-width:640px) {
    .gsBox {
        overflow: auto;
    }
    .gsBox .item {
        width: 640px;
    }
}


/* 捐赠查询 */

.SubCon {
    background-color: #f9f9f9;
    padding: 3% 0;
}

.DonateList,
.DonateBox {
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}

.donaTit {
    overflow: hidden;
    line-height: 60px;
}

.donaTit .tit_cn {
    float: left;
    font-family: MicrosoftYaHei;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}

.donaTit .localtion {
    text-align: right;
    font-size: 14px;
    color: #999999;
    border-bottom: 1px #333 solid;
    margin-bottom: 0;
}

.localtion img {
    position: relative;
    vertical-align: middle;
    top: -2px;
}

.localtion a {
    color: #999999;
}

.localtion a:hover {
    color: #da251c;
}

.localtion span {
    color: #da251c;
}

.searchBox {
    overflow: hidden;
    margin: 40px 0;
}

.searchBox dl {
    float: left;
    line-height: 50px;
    width: 23%;
    overflow: hidden;
}

.searchBox dl:nth-child(3) {
    width: 38%;
}

.searchBox dl dt {
    float: left;
    width: 80px;
}

.searchBox dl dd {
    float: left;
    width: 70%;
}

.searchBox dl:nth-child(3) dd {
    width: 80%;
}

.searchBox dl dd input {
    width: 98%;
    height: 50px;
    background-color: #f6f6f6;
    border: solid 1px #e8e8e8;
    display: inline-block;
    padding-left: 2%;
    box-sizing: border-box;
}

.searchBox dl dd .text1 {}

.searchBox dl dd .text2 {
    width: 38%;
}

.searchBox dl dd span {}

.searchBox .sbtn {
    width: 130px;
    height: 50px;
    background-color: #da251c;
    border-radius: 5px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    float: right;
}

.searchBox .sbtn img {
    vertical-align: middle;
}

.tableBox {}

.tableBox table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

.tableBox table thead {}

.tableBox table tbody {}

.tableBox table tbody tr:nth-child(even) {
    background-color: #f4f4f4;
}

.tableBox thead td {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #ffffff;
    height: 70px;
    background-color: #da251c;
    border: 1px solid #ececec;
}

.tableBox tbody td {
    border: 1px solid #ececec;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #666666;
    padding: 10px 0;
}
.tableBox tbody td:last-child{
    width: 9%;
}
@media ( max-width:1200px) {
    .searchBox dl dd,
    .searchBox dl:nth-child(3) dd {
        width: 100%;
    }
    .searchBox {
        position: relative;
    }
    .searchBox .sbtn {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

@media ( max-width:1024px) {
    .searchBox dl dd .text2 {
        width: 30%;
    }
    .tableBox thead td,
    .tableBox tbody td {
        font-size: 16px;
    }
}

@media ( max-width:768px) {
    .donaTit {
        line-height: 50px;
    }
    .donaTit .tit_cn {
        font-size: 22px;
    }
    .searchBox dl {
        line-height: 40px;
    }
    .searchBox dl dd input {
        height: 40px;
    }
    .searchBox .sbtn {
        height: 40px;
        line-height: 40px;
        width: 100px;
    }
    .searchBox .sbtn img {
        vertical-align: middle;
        width: 20px;
        position: relative;
        top: -1px;
    }
}

@media ( max-width:640px) {
    .DonateBox {
        padding: 3%;
    }
    .searchBox {
        margin: 20px 0;
        padding-bottom: 50px;
    }
    .searchBox dl {
        margin-bottom: 10px;
    }
    .searchBox dl,
    .searchBox dl:nth-child(3) {
        width: 100%;
    }
    .searchBox dl dd,
    .searchBox dl:nth-child(3) dd {
        width: 80%;
    }
    .searchBox .sbtn {
        width: 50%;
        left: 50%;
        transform: translateX(-50%);
        right: unset;
    }
    .tableBox {
        overflow: auto;
    }
    .tableBox table {
        width: 600px;
    }
    .tableBox thead td,
    .tableBox tbody td {
        font-size: 14px;
    }
    .tableBox thead td {
        height: 50px;
    }
    .tableBox tbody td {
        height: 40px;
        line-height: 40px;
    }
}

@media ( max-width:420px) {
    .searchBox dl dd,
    .searchBox dl:nth-child(3) dd {
        width: 100%;
    }
    .donaTit .tit_cn {
        font-size: 20px;
    }
}

.DonateBox {
    overflow: hidden;
    padding: 3.6%;
    margin-top: 30px;
}

.DonateLeft {
    width: 70%;
    float: left;
    padding-left: 4%;
    border-right: 1px #e0e0e0 solid;
}

.DonateLeft dl {
    overflow: hidden;
    line-height: 45px;
    margin-bottom: 15px;
}
.DonateLeft p{font-size: 18px;}
.DonateLeft dl dt {
    width: 140px;
    float: left;
    text-align: right;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #333333;
    padding-right: 10px;
}

.DonateLeft dl dd {
    float: left;
    overflow: hidden;
}

.DonateLeft dl dd em {
    color: #da251c;
    font-weight: bold;
    margin-left: 10px;
}

.DonateLeft dl dd .price {
    float: left;
    width: 80px;
    height: 45px;
    background-color: #ffffff;
    border: solid 1px #e0e0e0;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #666666;
    cursor: pointer;
    margin-right: 10px;
}

.DonateLeft dl dd .price.on {
    background-color: #da251c;
    color: #fff;
}

.DonateLeft dl dd .text1 {
    width: 360px;
    height: 45px;
    background-color: #ffffff;
    border: solid 1px #e0e0e0;
    box-sizing: border-box;
    padding: 0 10px;
}

.DonateLeft dl dd .text2 {
    width: 220px;
    height: 45px;
    background-color: #ffffff;
    border: solid 1px #e0e0e0;
    box-sizing: border-box;
    padding: 0 10px;
}

.DonateLeft dl dd label {
    margin-right: 20px;
}
.DonateLeft dl dd label.op5{
-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    }
.DonateLeft dl dd label input {
    margin-right: 6px;
    position: relative;
    top: -1px;
}

.DonateLeft dl dd textarea {
    min-height: 120px;
    width: 360px;
    background-color: #ffffff;
    border: solid 1px #e0e0e0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #999999;
    padding: 10px;
    box-sizing: border-box;
    display: inherit;
}

.DonateLeft dl dd select {
    height: 45px;
    background-color: #ffffff;
    border: solid 1px #e0e0e0;
    width: 360px
}

.DonateLeft dl dd .qrbox {
    padding: 5px;
    background-color: #ffffff;
    border: solid 3px #da251c;
}

.DonateLeft dl dd .qrbox img {}

.DonateLeft dl dd .qrbox,
.DonateLeft dl dd .waybox {
    float: left;
}

.DonateLeft dl dd .waybox {
    margin-left: 20px;
    position: relative;
    top: 40px;
}

.DonateLeft dl dd .waybox p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
}

.DonateLeft dl dd .waybox p img {
    margin-right: 15px;
}

.DonateLeft .btns {
    overflow: hidden;
    margin-top: 60px;
}

.DonateLeft .btns p {
    width: 160px;
    height: 55px;
    background-color: #969696;
    float: left;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 55px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.DonateLeft .btns .ok_btn {
    background-color: #da251c;
    margin-left: 150px;
}

.DonateLeft .btns .reset_btn {
    margin-left: 10px;
}

.DonateRight {
    position: relative;
    width: 21.56%;
    float: right;
}

.DonateRight .imgbox {
    padding-top: 125%;
}

.DonateRight .txtbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.DonateRight .txtbox .title {
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 3px;
    color: #ffffff;
    text-align: center;
}

.DonateRight .txtbox .d_btn {
    width: 80%;
    height: 50px;
    background-color: #e50101;
    border-radius: 25px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 50px;
    text-align: center;
    margin-top: 10%;
}

.DonateRight .txtbox .d_btn a {
    display: block;
    color: #fff;
}

.DonateRight .txtbox .d_btn img {
    width: 28px;
    margin-right: 6px;
}

@media ( max-width:1024px) {
    .DonateLeft dl dd .text2 {
        width: 170px;
    }
    .DonateRight .txtbox .title {
        font-size: 18px;
        font-weight: bold;
    }
    .DonateRight .txtbox .d_btn {
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }
    .DonateRight .txtbox .d_btn img {
        width: 20px;
    }
}

@media ( max-width:768px) {
    .DonateLeft {
        width: 100%;
        float: none;
        padding-left: 0;
        border-right: none;
    }
    .DonateLeft dl dt {
        font-size: 16px;
    }
    .DonateRight {
        display: none;
    }
}

@media ( max-width:600px) {
    .DonateLeft dl {
        overflow: hidden;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .DonateLeft dl dd .text1,
    .DonateLeft dl dd select {
        height: 40px;
    }
    .DonateLeft dl dt {
        font-size: 14px;
        line-height: 40px;
    }
    .DonateLeft dl dd .text1,
    .DonateLeft dl dd select,
    .DonateLeft dl dd textarea {
        width: 300px;
    }
    .DonateLeft dl dd .price {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .DonateLeft dl dd .text2 {
        width: 130px;
        height: 40px;
    }
    .DonateLeft dl dt {
        width: 100px;
    }
}

@media ( max-width:480px) {
    .DonateLeft dl dd .price {
        width: 70px;
    }
    .DonateLeft dl dd .text2 {
        width: 90px;
    }
    .DonateLeft .btns .ok_btn {
        margin-left: 0;
    }
    .DonateLeft .btns {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .DonateLeft .btns p {
        width: 40%;
    }
    .DonateLeft dl dd .text2 {
        width: 310px;
        margin-top: 10px;
    }
    .DonateLeft .btns {
        margin-top: 30px;
    }
    .DonateLeft dl dt {
        text-align: left;
    }
}

@media ( max-width:420px) {
    .DonateLeft dl dd .text2 {
        width: 300px;
    }
    .DonateLeft dl dd .price {
        margin-right: 6px;
    }
    .DonateLeft dl dd .qrbox img {
        width: 100px;
    }
    .DonateLeft dl dd .waybox p {
        font-size: 14px;
    }
}

@media ( max-width:375px) {
    .DonateLeft dl dd .qrbox img {
        width: 90px;
    }
    .DonateLeft dl dd .text1,
    .DonateLeft dl dd select,
    .DonateLeft dl dd textarea,
    .DonateLeft dl dd .text2 {
        width: 296px;
    }
}


/*弹窗*/

.Popbox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.42);
    z-index: 1999;
    display: none;
}

.Popbox .title {
    overflow: hidden;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.Popbox .title li {
    float: left;
    font-family: MicrosoftYaHei;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #000000;
    cursor: pointer;
}

.Popbox .title li:nth-child(2) {
    margin-left: 5%;
}

.Popbox .title li.on {
    color: #da251c;
    font-weight: bold;
}

.Popbox .close {
    display: block;
    position: absolute;
    width: 31px;
    height: 31px;
    background: url(../images/close.png) center no-repeat;
    text-align: center;
    top: 20px;
    right: 20px;
}

.Popbox .close:hover {
    background: url(../images/close1.png) center no-repeat;
}

.Popbox .content1 {
    width: 36%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 2%;
    text-align: center;
}

.Popbox .content1 .txtbox {}

.Popbox .content1 .txtbox .item {
    display: none;
}

.Popbox .content1 .txtbox dl {
    overflow: hidden;
    line-height: 50px;
    margin-bottom: 20px;
}

.Popbox .content1 .txtbox dl dt {
    width: 90px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333;
    float: left;
    text-align: right;
}

.Popbox .content1 .txtbox dl dd {
    width: 80%;
    float: left;
}

.Popbox .content1 .txtbox dl dd input {
    width: 95%;
    height: 50px;
    background-color: #ffffff;
    border: solid 1px #e0e0e0;
    box-sizing: border-box;
    padding-left: 2%;
}

.Popbox .content1 .txtbox dl dd em {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 15px;
    letter-spacing: 0px;
    color: #da251c;
    width: 5%;
    display: inline-block;
}

.Popbox .content1 .btns {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.Popbox .content1 .btns p {
    width: 160px;
    height: 55px;
    background-color: #969696;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 55px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}

.Popbox .content1 .btns .reset1_btn {
    margin-left: 10px;
}

.Popbox .content1 .btns .submit_btn {
    background-color: #da251c;
}

@media ( max-width:1024px) {
    .Popbox .content1 {
        width: 54%;
    }
    .Popbox .title li {
        font-size: 24px;
    }
}

@media ( max-width:768px) {
    .Popbox .content1 {
        width: 90%;
    }
    .Popbox .title li {
        font-size: 20px;
    }
    .Popbox .content1 .txtbox dl {
        line-height: 40px;
        margin-bottom: 10px;
    }
    .Popbox .content1 .txtbox dl dt {
        font-size: 14px;
    }
    .Popbox .content1 .txtbox dl dd input {
        height: 40px;
    }
}

@media ( max-width:480px) {
    .Popbox .content1 .txtbox dl dd {
        width: 70%;
        float: left;
    }
    .Popbox .content1 .btns p {
        height: 50px;
        line-height: 50px;
        width: 42%;
    }
}

.Listbox {
    padding: 3% 2%;
    background: #fff;
}

.Listbox .newsList {
    margin-bottom: 3%;
}

.Listbox .newsList li {
    line-height: 60px;
    border-bottom: 1px #eee solid;
}

.newsList li {
    overflow: hidden;
    line-height: 45px;
    position: relative;
    padding-left: 15px;
}

.newsList li:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #e50113;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.newsList li .tit {
    float: left;
    font-size: 18px;
    color: #333333;
    width: 80%;
}
.newsList li:hover .tit{color: #e50113;}
.newsList li .date {
    float: right;
    width: 20%;
    text-align: right;
    font-size: 16px;
    color: #b6b6b6;
}

@media ( max-width:1366px) {
    .newsList li {
        line-height: 40px;
    }
}

@media ( max-width:1200px) {
    .newsList li {
        line-height: 36px;
    }
}

@media ( max-width:1024px) {
    .newsList li {
        line-height: 40px;
    }
    .newsList li .tit {
        font-size: 16px;
    }
    .newsList li .date {
        font-size: 14px;
    }
}

@media ( max-width:768px) {
    .newsList li {
        line-height: 34px;
    }
}

@media ( max-width:480px) {}


/* 新闻详情 */

.NewsDetail {
    padding: 3% 2%;
    background: #fff;
}

.NewsDetail .De_top {
    border-bottom: 1px #e5e5e5 solid;
    text-align: center;
}

.NewsDetail .De_top .tit {
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #333333;
    font-weight: bold;
}

.NewsDetail .De_top ul {
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding: 1.5% 0;
}

.NewsDetail .De_top ul li {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
    float: left;
    position: relative;
    padding: 0 16px;
}

.NewsDetail .De_top ul li.dy {
    cursor: pointer;
}

.NewsDetail .De_top ul li:nth-child(1) {
    padding-left: 0;
}

.NewsDetail .De_top ul li:after {
    content: '';
    width: 1px;
    height: 10px;
    background-color: #e1e1e1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.NewsDetail .De_top ul li:last-child:after {
    display: none;
}

.NewsDetail .De_top ul li span {
    color: #e3202f;
}

.NewsDetail .De_top ul li img {
    vertical-align: middle;
    margin-right: 10px;
}

.NewsDetail .De_top ul li a {
    display: inline-block;
    width: auto;
    height: 16px;
    margin-left: 10px;
}

.NewsDetail .De_top ul li .bshareb,
.NewsDetail .De_top ul li .bshare-custom {
    float: left;
}



.NewsDetail .De_top ul li a {
    margin-left: 4px;
}

    .NewsDetail .De_top ul li a.wx {
        background: none;
        padding: 0;
        position: relative;
            top: -8px;
    text-decoration: none;
    font-size: 16px;
    }
.NewsDetail .De_top ul li a.wb {
    background: url(../images/wb.png) no-repeat;
    padding: 0;
}

.NewsDetail .De_top ul li a.qq {
    background: url(../images/qq.png) no-repeat;
    padding: 0;
}

.NewsDetail .De_top ul li a.qqkj {
    background: url(../images/qqkj.png) no-repeat;
    padding: 0;
}

.NewsDetail .De_top ul li a.rrw {
    background: url(../images/rrw.png) no-repeat;
    padding: 0;
}

.NewsDetail .De_bot {
    padding-top: 3%;
    border-bottom: 1px #e5e5e5 solid;
}

.NewsDetail .De_bot img {
    display: block;
    margin: 0 auto;
}

.NewsDetail .De_bot p {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #333333;
    padding-bottom: 2%;
    text-indent: 2em;
}

.NewsDetail .De_bot p.tc {
    text-align: center;
    text-indent: 0;
}

.NewsDetail .De_bot img {
    margin: 0 auto;
    display: inline-block;
}

.otherNews {
    padding: 2% 0 0;
}
.jz_btn{margin-top: 15%;}
.News_btn {
    line-height: 40px;
    display: block;
    overflow: hidden;
    font-size: 16px;
}
.News_btn span{
    display: block;
    overflow:hidden;
}
.News_btn em{
    float: left;
}
.News_btn .tit {
    color: #333333;
    padding: 0 2%;
    float: left;
    width: 80%;
}
.News_btn .tit:hover{color: #da251c;}
.News_btn .tit span {
    color: #666666;
    font-weight: normal;
}

.News_btn.on .tit span,
.News_btn:hover .tit span {
    color: #da251c;
}

@media(max-width:768px) {
    .NewsDetail {
        width: 100%;
        float: none;
        margin-bottom: 5%;
    }
    .NewsDetail .De_top .tit {
        font-size: 18px;
    }
    .NewsDetail .De_top ul {
        display: block;
    }

.NewsDetail .De_top ul {
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding: 1.5% 0;
}
    .NewsDetail .De_top .date {
        font-family: Montserrat-Regular;
        font-size: 12px;
        color: #a22224;
        padding: 5px;
    }
    .NewsDetail .De_bot p {
        text-align: justify;
        font-size: 16px;
        line-height: 30px;
    }
    .otherNews {
        width: 100%;
        float: none;
    }
    .News_btn .tit {
        font-size: 14px;
    }
}
@media(max-width:420px) {
    .News_btn .tit{
        width: 74%;
    }
}
.sideMenuBox {
    width: 17%;
}

.sideMenuBox .Title {
    position: relative;
    background: #eef1f6 url(../images/tit.jpg) top center no-repeat;
    height: 90px;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 90px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}

.sideMenuBox .Title .arr {
    display: none;
}

.sideMenuBox .side_menu {
    background: #fff;
    /* box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2); */
    border-left: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    border-right: solid 1px #e1e1e1;
    padding: 20px 0;
}

.sideMenuBox .side_menu li {
    height: 60px;
    line-height: 60px;
    position: relative;
    padding: 5px 0;
}

.sideMenuBox .side_menu li:after {
    content: '';
    width: 80%;
    height: 1px;
    background-color: #f1f1f1;
    position: absolute;
    left: 10%;
    bottom: 0;
}

.sideMenuBox .side_menu li a {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #333333;
    transition: none;
}

.sideMenuBox .side_menu li.on a,
.sideMenuBox .side_menu li:hover a {
    background: url(../images/li_bg1.jpg) left center no-repeat;
    color: #ffffff;
    font-weight: bold;
}

@media(max-width:1024px) {
    .sideMenuBox {
        width: 100%;
        float: none;
        background: #eef1f6;
    }
    .sideMenuBox .Title {
        padding-left: 0;
        width: 100%;
        text-align: center;
        height: 60px;
        line-height: 60px;
        background: #da251c;
        font-size: 20px;
    }
    .sideMenuBox .Title:before {
        display: none;
    }
    .sideMenuBox .Title {
        padding-top: 0;
        font-size: 22px;
        line-height: 60px;
    }
    .sideMenuBox .Title .arr {
        display: block;
        position: absolute;
        right: 10%;
        top: 50%;
        transform: translateY(-50%);
        height: 60px;
        width: 60px;
    }
    .sideMenuBox .Title .arr i {
        font-size: 30px;
    }
    .sideMenuBox .Title.on .arr {
        dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
        -ms-transform: translate(0, -3px) rotate(-180deg) !important;
        -o-transform: translate(0, -3px) rotate(-180deg) !important;
        transform: translate(0, -3px) rotate( -180deg) !important;
    }
    .sideMenuBox .side_menu {
        padding: 2%;
        display: none;
    }
    .sideMenuBox .side_menu li {
        height: 45px;
        line-height: 45px;
        position: relative;
    }
    .sideMenuBox .side_menu li a {
        font-size: 18px;
    }
    .sideMenuBox .side_menu li.on a,
    .sideMenuBox .side_menu li:hover a {
        background: #da251c;
        color: #ffffff;
        font-weight: bold;
    }
}

@media(max-width:640px) {
    .sideMenuBox .Title {
        height: 40px;
        font-size: 18px;
        line-height: 40px;
    }
    .sideMenuBox .Title .arr {
        width: 40px;
        height: 40px;
    }
    .sideMenuBox .Title .arr i {
        font-size: 24px;
    }
    .sideMenuBox .side_menu li {
        height: 36px;
        line-height: 36px;
    }
    .sideMenuBox .side_menu li a {
        font-size: 14px;
    }
}

.sideConTop {
    overflow: hidden;
    line-height: 70px;
}

.sideConTop .title {
    float: left;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    padding-left: 18px;
    position: relative;
}

.sideConTop .title:before {
    content: '';
    width: 6px;
    height: 28px;
    background: url(../images/tit1.png) center no-repeat;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.localtion {
    text-align: right;
    font-family: SourceHanSansCN;
    font-size: 14px;
    color: #999999;
    border-bottom: 1px #e1e1e1 solid;
    margin-bottom: 3.59%;
}

.localtion img {
    position: relative;
    top: -2px;
}

.localtion a {
    color: #999999;
}

.localtion a:hover {
    color: #da251c;
}

.localtion span {
    color: #da251c;
}

.sideConBox {
    width: 75.5%;
    background: #fff;
    padding: 0 2%;
}

.sideConBox .xyjjCon {
    background-color: #ebeef2;
    padding: 8%;
}

.sideConBox .sideCon p {}

.sideConBox .sideCon .xxjjPc {
    padding-top: 21.06%;
}

.sideConBox .sideCon .tit1 {
    font-family: SourceHanSansCN;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 0px;
    color: #000000;
    position: relative;
    padding-bottom: 3.5%;
    margin: 5% 0 3%;
}

.sideConBox .sideCon .tit1:before {
    content: '';
    width: 30px;
    height: 3px;
    background-color: #da251c;
    position: absolute;
    left: 0;
    bottom: 0;
}

.sideConBox .xyjjCon .txt {
    font-family: SourceHanSansCN;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #666666;
}

@media(max-width:1024px) {
    .sideConBox {
        width: 100%;
        float: none;
    }
    .sideConBox .sideCon .tit1 {
        font-size: 24px;
    }
    .sideConBox .xyjjCon .txt {
        font-size: 14px;
    }
    .sideConBox .xyjjCon {
        padding: 3%;
    }
}

@media(max-width:480px) {
    .localtion {
        padding-bottom: 10px;
    }
}


/* 新闻 */

.NewsList {
    padding-bottom: 3.59%;
    border-bottom: 1px #f1f1f1 solid;
}

.NewsList a {
    display: block;
}

.NewsList .list_item {}

.NewsList .list_item .imgbox {
    padding-top: 21.57%;
    width: 36%;
    float: left;
}

.NewsList .list_item .txtbox {
    width: 60%;
    float: right;
}

.NewsList .list_item .tit {
    font-size: 20px;
    font-weight: bold;
    color: #da251c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.NewsList .list_item .date {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
}

.NewsList .list_item .txt {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    height: 90px;
    -webkit-box-orient: vertical;
    margin: 1% 0;
}

.NewsList .list_item .more_btn {
    width: 140px;
    height: 40px;
    background-color: #da251c;
    box-shadow: 0px 20px 40px 0px rgba(218, 37, 28, 0.1);
    border-radius: 20px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}

.NewsList .list_item .more_btn img {
    margin-right: 4px;
    position: relative;
    top: -2px;
}

.NewsList .list_item .more_btn:hover {
    background-color: #831b1d;
}

.NewsList a:hover {
    box-shadow: 0 5px 20px #ccc;
    background-color: #fff;
}

.NewsList a:hover .list_item .txt {
    color: #da251c;
}

.sideTitle {
    overflow: hidden;
    height: 60px;
    background-color: #eeeeee;
    line-height: 60px;
}

.SubCon .news_list li {
    padding: 3.6% 0;
    border-bottom: 1px #f1f1f1 solid;
}

.SubCon .news_list li:before {
    display: none;
}

.SubCon .news_list li a {
    padding-left: 0;
}

.SubCon .news_list .title {
    overflow: hidden;
    line-height: 30px;
}

.SubCon .news_list .tit {
    position: relative;
    font-size: 20px;
    color: #333333;
    padding-left: 10px;
    width: 85%;
    float: left;
}

.SubCon .news_list .tit:before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    top: 14px;
    left: 0;
    background-color: #da251c;
}

.SubCon .news_list .date {
    float: right;
    font-size: 16px;
    color: #bababa;
}

.SubCon .news_list li:hover {
    box-shadow: 0 5px 20px #ccc;
    background-color: #fff;
}

.SubCon .news_list .txt {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media(max-width:1200px) {
    .NewsList .list_item .txt {
        line-height: 26px;
        height: 78px;
        margin: 1% 0;
    }
    .NewsList .list_item .more_btn {
        height: 40px;
        line-height: 40px;
    }
}

@media(max-width:1024px) {
    .SubCon .news_list .tit {
        font-size: 16px;
    }
    .SubCon .news_list .txt,
    .NewsList .list_item .txt {
        font-size: 14px;
    }
    .NewsList .list_item .tit {
        font-size: 18px;
    }
}

@media(max-width:768px) {
    .NewsList .list_item .tit {
        line-height: 20px;
        font-size: 18px;
    }
    .NewsList .list_item .txt {
        height: 52px;
        -webkit-line-clamp: 2;
    }
    .NewsList .list_item .more_btn {
        box-shadow: none;
        height: 36px;
        line-height: 36px;
        width: 110px;
        font-size: 14px;
    }
}

@media(max-width:480px) {
    .sideConTop {
        line-height: unset;
    }
    .sideConTop .title {
        float: none;
        margin-top: 3.59%;
    }
    .NewsList a {
        margin: 2% 0;
    }
    .NewsList .list_item .imgbox,
    .NewsList .list_item .txtbox {
        width: 100%;
        float: none;
    }
    .NewsList .list_item .imgbox {
        padding-top: 66%;
    }
    .NewsList .list_item .txtbox {
        padding: 5% 0;
    }
    .NewsList .list_item .date {
        padding: 2% 0;
    }
    .NewsList .list_item .txt {
        height: 78px;
        -webkit-line-clamp: 3;
        margin-bottom: 5%;
    }
    .SubCon .news_list .tit {
        width: 70%;
    }
}

/*20220316*/
.zfcg{width: 100%;display: inline-block;text-align: center;}
.zfcg img{margin: 40px auto 40px;}
.zfcg strong{font-size: 34px;color: #000000;line-height: 40px;}
.zfcg strong span{color: #DA251C}
.zfcg p{font-size: 16px;line-height: 30px;color: #666666;}
.zfcg p a{display: inline-block;width: 160px;height: 55px;background-color: #969696;text-align: center;line-height: 55px;margin: 0 5px;color: #fff; margin-top: 80px;font-size: 18px;font-weight: bold;}
.zfcg p a.btn1{background-color: #da251c;}
@media(max-width:768px) {
.zfcg strong{font-size: 24px;line-height: 30px;}
.zfcg p a{margin-top: 40px;width: 120px;height: 40px;line-height: 40px;}

}

/*20220415*/
.OtherJz{display: inline-block;width: 100%;background: #fff;padding: 3.6%;box-sizing: border-box;border-top: 3px solid #dedede;}
.OtherJz h3{font-size: 24px;color: #333;text-align: center;line-height: 30px;margin-bottom: 30px;}

.OtherJz .OtherJz_bl{border-right: 1px solid #efefef}
.OtherJz .OtherJz_bl,.OtherJz .OtherJz_br{width: 48%;margin-top: 100px;}
.OtherJz .OtherJz_b div{margin-bottom: 20px;margin-top: 10px;}
.OtherJz .OtherJz_b h4{font-size: 20px;color: #333;line-height: 30px;margin-bottom: 10px;}
.OtherJz .OtherJz_b p{font-size: 16px;color: #666;}
.OtherJz .OtherJz_b p.tips{width: 100%;display: inline-block;margin-top: 20px;    text-align: justify;}
@media(max-width:768px) {
.OtherJz .OtherJz_bl,.OtherJz .OtherJz_br{width: 100%;margin-top:20px;}

}



.NewsDetail .location {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #da251c;
    margin-bottom: 40px;
}

.NewsDetail .location img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
}

.NewsDetail .location a,
.NewsDetail .location span,
.NewsDetail .location {
    font-size: 16px;
    color: #333;
}

.NewsDetail .location a:hover {
    color: #da251c;
}


.NewsDetail .De_top ul li a {

    padding: 0;
    margin: 0;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
    background: none;
}

.NewsDetail .De_top ul li a.wx {
    background: none;
    padding: 0;
    position: relative;
    top: -0;
    text-decoration: none;
    font-size: 16px;
}

