@charset "utf-8";
/* CSS Document */
/*公共样式与首页样式*/

.sy1 {
    width: 100%;
    padding: 45px 0 45px 0;
}

.sy_bt1 {
    border-bottom: dotted 1px #dfdfdf;
    height: 40px;
}

.sy_bt1 .bt {
    border-bottom: solid 3px #b6001f;
    height: 40px;
    line-height: 28px;
}

.sy1_news .d1 {
    width: 490px;
    height: 365px;
    border: solid 1px #af0300;
    margin-left: 10px;
    position: relative;
}

.sy1_news .d2 {
    width: 700px;
    float: right;
}

.sy_n1 {
    width: 100%;
    float: left;
}

.sy_n1 li {
    width: 50%;
    FLOAT: left;
    padding: 0 0 32px 32px;
}

.sy_n1 a {
    display: block;
    width: 100%;
    height: 100px;
    border: solid 1px #b6001f;
    position: relative;
    padding: 15px;
}

.sy_n1 a:hover {
    box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
}

.sy_n1 a:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    left: -4px;
    top: 4px;
    background-color: #b6001f;
}

.sy_n1 a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    right: 4px;
    bottom: -4px;
    background-color: #b6001f;
}

.sy_n1 .bt {
    line-height: 28px;
    max-height: 56px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sy_n1 .sj {
    position: absolute;
    right: 15px;
    bottom: 10px;
}

@media only screen and (max-width: 1200px) {
    .sy1_news .d2 {
        width: 100%;
        margin-top: 15px;
    }

    .sy_n1 {
        width: 102%;
        margin-left: -1%;
    }

    .sy_n1 li {
        width: 50%;
        padding: 0 1% 15px 1%;
    }

    .sy_n1 a {
        height: 85px;
        padding: 10px;
    }

    .sy_n1 .bt {
        line-height: 24px;
        max-height: 48px;
    }

    .sy_n1 .sj {
        right: 10px;
        bottom: 5px;
    }

    .sy1 {
        padding: 15px;
    }

    .sy_bt1 {
        height: 35px;
    }

    .sy_bt1 .bt {
        height: 35px;
        line-height: 25px;
    }

    .sy1_news .d1 {
        width: 100%;
        height: auto;
        border: 0;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 500px) {
    .sy_n1 li {
        width: 100%;
    }

    .sy_n1 a {
        height: auto;
        padding: 10px;
        padding-bottom: 30px;
    }
}

.bj_d {
    background-color: #f5f5f5;
    background-image: url("../images/bj1.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1200px) {
    .swiper-container.sy_xw1 {
        width: 100%;
        float: left;
    }

    .sy_xw1 .swiper-slide {
        text-align: left;
        width: 100%;
        position: relative;
    }


    .sy_xw1 .swiper-slide a {
        width: 100%;
        display: block;
    }

    .sy_xw1 .txtk_n {
        width: 100%;
        background-color: #af0300;
    }

    .sy_xw1 .swiper-slide .imgk {
        width: 100%;
        display: block;
        overflow: hidden;
    }

    .sy_xw1 .swiper-slide img {
        width: 100%;
        display: block;
    }

    .sy_xw1 .txtk {
        width: 100%;
        color: #fff;
        padding: 15px;
    }

    .sy_xw1 .bt {
        width: 100%;
        height: 24px;
        line-height: 24px;
        color: #fff;
        margin-bottom: 5px;
        font-size: 14px;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .sy_xw1 .swiper-pagination-bullet {
        background-color: #7c0e0c;
        width: 8px;
        height: 8px;
        opacity: 1;
        /*border: solid 1px #da4747;*/
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .sy_xw1 .swiper-pagination-bullet-active {
        background-color: #fff;
    }

    .sy_xw1.swiper-container-horizontal>.swiper-pagination-bullets,
    .sy_xw1 .swiper-pagination-custom,
    .sy_xw1 .swiper-pagination-fraction {
        bottom: 10px;
        width: auto;
        position: absolute;
        right: 10px;
        text-align: right;
        left: auto;

    }

    .sy_xw1.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }

}

@media only screen and (min-width: 1200px) {
    .swiper-container.sy_xw1 {
        width: 100%;
        float: left;
        margin-left: -11px;
        margin-top: -1px;
    }

    .sy_xw1 .swiper-slide {
        text-align: left;
        width: 100%;
        position: relative;
        height: 380px;
        padding: 10px 10px 0 0;
    }


    .sy_xw1 .swiper-slide a {
        width: 100%;
        display: block;
    }

    .sy_xw1 .txtk_n {
        width: 100%;
        height: 370px;
        background-color: #af0300;
    }

    .sy_xw1 .swiper-slide .imgk {
        width: 100%;
        display: block;
        overflow: hidden;
        height: 282px;
        position: relative;
        top: -10px;
        right: -10px;
    }

    .sy_xw1 .swiper-slide img {
        width: 100%;
        display: block;
        min-height: 282px;
    }

    .sy_xw1 .txtk {
        width: 100%;
        color: #fff;
        padding: 0 20px 0 20px;
    }

    .sy_xw1 .bt {
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: #fff;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .sy_xw1 .swiper-pagination-bullet {
        background-color: #7c0e0c;
        width: 9px;
        height: 9px;
        opacity: 1;
        /*border: solid 1px #da4747;*/
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .sy_xw1 .swiper-pagination-bullet-active {
        background-color: #fff;
    }

    .sy_xw1.swiper-container-horizontal>.swiper-pagination-bullets,
    .sy_xw1 .swiper-pagination-custom,
    .sy_xw1 .swiper-pagination-fraction {
        bottom: 10px;
        width: auto;
        position: absolute;
        right: 25px;
        text-align: right;
        left: auto;

    }

    .sy_xw1.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }


}

@media only screen and (max-width: 1200px) {
    .swiper-container.sy_xw2 {
        width: 100%;
        float: left;
    }

    .sy_xw2 .swiper-slide {
        width: 100%;
        position: relative;
    }

    .sy_xw2 .swiper-slide a {
        width: 100%;
        display: block;
    }

    .sy_xw2 .swiper-slide .imgk {
        width: 100%;
        display: block;
        overflow: hidden;
    }

    .sy_xw2 .swiper-slide img {
        width: 100%;
        display: block;
    }

    .sy_xw2 .txtk {
        width: 100%;
        color: #fff;
        padding: 15px;
        background-color: #af0300;
        display: block;
    }

    .sy_xw2 .bt {
        width: 100%;
        height: 24px;
        line-height: 24px;
        color: #fff;
        font-size: 14px;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .sy_xw2 .swiper-pagination-bullet {
        background-color: #7c0e0c;
        width: 8px;
        height: 8px;
        opacity: 1;
        /*border: solid 1px #da4747;*/
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .sy_xw2 .swiper-pagination-bullet-active {
        background-color: #fff;
    }

    .sy_xw2.swiper-container-horizontal>.swiper-pagination-bullets,
    .sy_xw2 .swiper-pagination-custom,
    .sy_xw2 .swiper-pagination-fraction {
        bottom: 10px;
        width: auto;
        position: absolute;
        right: 10px;
        text-align: right;
        left: auto;

    }

    .sy_xw2.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }

}

@media only screen and (min-width: 1200px) {
    .swiper-container.sy_xw2 {
        width: 100%;
        float: left;
    }

    .sy_xw2 .swiper-slide {
        width: 100%;
        position: relative;
    }


    .sy_xw2 .swiper-slide a {
        width: 100%;
        display: block;
        height: 425px;
    }

    .sy_xw2 .swiper-slide .imgk {
        width: 100%;
        display: block;
        overflow: hidden;
        height: 385px;
    }

    .sy_xw2 .swiper-slide img {
        width: 100%;
        display: block;
        min-height: 385px;
    }

    .sy_xw2 .txtk {
        width: auto;
        color: #fff;
        padding: 20px 20px;
        background-color: #af0300;
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 30px;
    }

    .sy_xw2 .bt {
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: #fff;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .sy_xw2 .swiper-pagination-bullet {
        background-color: #7c0e0c;
        width: 9px;
        height: 9px;
        opacity: 1;
        /*border: solid 1px #da4747;*/
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .sy_xw2 .swiper-pagination-bullet-active {
        background-color: #fff;
    }

    .sy_xw2.swiper-container-horizontal>.swiper-pagination-bullets,
    .sy_xw2 .swiper-pagination-custom,
    .sy_xw2 .swiper-pagination-fraction {
        bottom: 10px;
        width: auto;
        position: absolute;
        right: 45px;
        text-align: right;
        left: auto;

    }

    .sy_xw2.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }


}

.sy2_news .d1 {
    width: 565px;
}

.sy2_news .d2 {
    width: 575px;
}

.sy_gg1 {
    width: 100%;
    float: left;
}

.sy_gg1 a {
    display: block;
}

.sy_gg1 li {
    position: relative;
    /*height: 60px;*/
    height: 49px;
    padding-left: 90px;
    float: left;
    width: 100%;
    /*margin-bottom: 30px;*/
    margin-bottom: 25px;
}

.sy_gg1 li:last-child {}

.sy_gg1 .sj {
    width: 65px;
    border: solid 1px #ddd;
    position: absolute;
    left: 0;
    top: 0px;
    text-align: center;
    font-family: Arial;
}

.sy_gg1 .sj h4 {
    display: block;
    /*line-height: 36px;
    height: 34px;*/
    line-height: 25px;
    height: 23px;
}

.sy_gg1 .sj p {
    color: #fff;
    background-color: #af0300;
    line-height: 24px;
    font-size: 14px;
}

.sy_gg1 .bt {
    display: block;
    /*line-height: 28px;*/
    line-height: 25px;
    /*height: 56px;*/
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 1px;
}

@media only screen and (max-width: 1200px) {
    .sy2_news .d1 {
        width: 100%;
        margin-bottom: 15px;
    }

    .sy2_news .d2 {
        width: 100%;
    }

    .sy_gg1 li {
        height: 54px;
        padding-left: 75px;
        margin-bottom: 15px;
    }

    .sy_gg1 .sj {
        width: 60px;
    }

    .sy_gg1 .sj h4 {
        display: block;
        line-height: 32px;
        height: 30px;
    }

    .sy_gg1 .sj p {
        color: #fff;
        background-color: #af0300;
        line-height: 22px;
        font-size: 12px;
    }

    .sy_gg1 .bt {
        line-height: 24px;
        height: 48px;
    }
}

.sy2 {
    width: 100%;
    padding: 45px 0 60px 0;
    background-image: url("../images/bj2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.sy3 {
    width: 100%;
    padding: 45px 0 60px 0;
    background-image: url("../images/bj3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 1200px) {

    .sy3,
    .sy2 {
        padding: 15px;
    }

    .ss_sy {
        width: 100%;
        float: left;
        /*margin-left: -50px;*/
        position: relative;
        padding: 0 25px;
    }

    .ss_sy .swiper-slide {
        width: 100%;
        padding: 5px 0;

    }

    .ss_sy a {
        float: left;
        padding: 20px 15px;
        border: solid 1px #ddd;
        -moz-border-radius: 20px 0 0 0;
        -webkit-border-radius: 20px 0 0 0;
        border-radius: 20px 0 0 0;
        min-height: 240px;
        background-color: #fff;

    }

    .ss_sy .swiper-slide .imgk {
        width: 80px;
        overflow: hidden;
        height: 80px;
        float: left;
    }

    .ss_sy .swiper-slide img {
        width: 100%;
    }

    .ss_sy .txtk {
        font-size: 13px;
        line-height: 22px;
        max-height: 88px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        float: left;
        padding: 0 10px;
        margin-top: 15px;
        color: #666;
    }

    .ss_sy .bt {
        max-width: 160px;
        float: left;
        margin-top: 25px;
        margin-left: 20px;
        color: #333;
    }

    .ss_sy .bt b {
        font-size: 18px;
        margin-right: 15px;
    }

    .ss_sy .swiper-button-prev,
    .ss_sy .swiper-button-next {
        color: #fff;
        outline: none;
        --swiper-navigation-size: 20px;
        width: 20px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        margin-top: -35px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color: rgba(0, 0, 0, .2);
    }


    .ss_sy .swiper-button-next:hover,
    .ss_sy .swiper-button-prev:hover {
        background-color: #cb3737;
    }

    .ss_sy .swiper-button-prev {
        left: 0px;
    }

    .ss_sy .swiper-button-next {
        right: 0px;
    }
}

@media only screen and (min-width: 1200px) {
    .ss_sy {
        width: 100%;
        float: left;
        position: relative;
    }

    .ss_sy .swiper-slide {
        width: 100%;
        padding: 10px 0;

    }

    .ss_sy a {
        float: left;
        padding: 25px 20px;
        border: solid 1px #ddd;
        -moz-border-radius: 20px 0 0 0;
        -webkit-border-radius: 20px 0 0 0;
        border-radius: 20px 0 0 0;
        height: 270px;
        background-color: #fff;

    }

    .ss_sy a:hover {
        border-color: #b6001f;
        box-shadow: 0 2px 15px rgba(0, 0, 0, .15);
    }

    .ss_sy .swiper-slide .imgk {
        width: 80px;
        overflow: hidden;
        height: 80px;
        float: left;
    }

    .ss_sy .swiper-slide img {
        width: 100%;
    }

    .ss_sy .txtk {
        font-size: 16px;
        line-height: 28px;
        max-height: 112px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        float: left;
        padding: 0 15px;
        margin-top: 20px;
        color: #666;
    }

    .ss_sy .txtk strong {
        color: #333;
    }

    .ss_sy .bt {
        float: left;
        margin-top: 25px;
        margin-left: 35px;
        color: #333;
        max-width: 220px;
    }

    .ss_sy .bt b {
        font-size: 20px;
        margin-right: 18px;
    }

    .ss_sy .swiper-button-prev,
    .ss_sy .swiper-button-next {
        color: #fff;
        outline: none;
        --swiper-navigation-size: 0px;
        width: 72px;
        height: 18px;
        line-height: 18px;
        margin-top: -9px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-image: url("../images/jt1.png");
        background-repeat: no-repeat;
    }

    .ss_sy .swiper-button-prev:hover,
    .ss_sy .swiper-button-next:hover {
        background-image: url("../images/jt1_on.png");
    }

    .ss_sy .swiper-button-prev {
        left: -90px;
    }

    .ss_sy .swiper-button-next {
        right: -90px;
        transform: rotate(180deg);
    }
}

.ss_sy a {
    display: block;
    width: 100%;
}

.ss_sy a:hover {}

.ss_sy .swiper-container {
    width: 100%;
    float: left;
    overflow: hidden;
}

.ss_sy .swiper-wrapper {
    width: 100%;
    float: left;
}

.sy_xcp {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    padding: 25px;
}

.sy_xcp a {
    display: block;
    width: 100%;
}

.sy_xcp .imgk {
    height: 320px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.sy_xcp .imgk:before {
    content: '';
    background-image: url("../images/pay.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    TOP: 50%;
    margin: -40px 0 0 -40px;
    z-index: 1;
}

.sy_xcp .imgk img {
    min-height: 320px;
}

.sy_xcp .bt {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sy_rc {
    width: 100%;
    float: left;
}

.sy_rc li {
    width: 100%;
    float: left;
    line-height: 34px;
    padding-bottom: 19px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 19px;
}

.sy_rc a {
    display: block;
    min-height: 34px;
    padding-left: 125px;
    position: relative;
}

.sy_rc .sj {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0 8px;
}

.sy_rc .bt {
    display: block;
    width: 100%;
    line-height: 34px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sy2_2 .d1 {
    width: 540px;
}

.sy2_2 .d2 {
    width: 630px;
    background-color: #fff;
    padding: 30px 20px 30px 30px;
    color: #666;
}

@media only screen and (max-width: 1200px) {
    .sy2_2 .d1 {
        width: 100%;
        margin-bottom: 15px;
    }

    .sy2_2 .d2 {
        width: 100%;
        padding: 15px;
    }

    .sy_xcp {
        padding: 15px;
    }

    .sy_xcp .imgk {
        height: auto;
        margin-bottom: 10px;
    }

    .sy_xcp .imgk:before {
        width: 50px;
        height: 50px;
        margin: -25px 0 0 -25px;
    }

    .sy_xcp .imgk img {
        min-height: inherit;
    }

    .sy_xcp .bt {
        font-size: 14px;
    }

    .sy_rc li {
        line-height: 28px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .sy_rc a {
        min-height: 28px;
        padding-left: 95px;
    }

    .sy_rc .sj {
        font-size: 12px;
        padding: 0 5px;
    }

    .sy_rc .bt {
        line-height: 28px;
    }
}


.rl_k {
    width: 100%;
    float: left;
    background-color: #fff;
    color: #c50101;
    padding: 10px 20px;
}

.rl_t {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    line-height: 50px;

}

.rl_t span {
    float: left;
    width: 14.2857%;

}

.rl_lb {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 0;
    line-height: 30px;

}

.rl_lb a {
    /*color: #333333;*/
    display: inline-block;
    font-size: 14px;
    width: 34px;
    line-height: 30px;
}


.rl_lb a.act {
    background-color: #e97f23;
    color: #fff;
    border-radius: 8px;
}

.rl_lb a.act_r {
    background-color: #af0300;
    color: #fff;
    border-radius: 8px;
}

.rl_lb a.act_h_k {
    border: solid 1px #e97f23;
    border-radius: 8px;
}

.rl_lb a.act_d {
    color: #d1d1d1;
}

.rl_lb span {
    float: left;
    width: 14.2857%;
    font-size: 18px;
    height: 30px;
    margin: 15px 0;

}

.rl_x {
    text-align: center;
    background-color: #af0300;
    height: 70px;
    position: relative;
}

.rl_x .bt {
    line-height: 70px;
}

.rl_x .cd_j {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -12px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z" fill="%23ffffff" /></svg>');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.rl_x .cd_j.right {
    transform: rotate(180deg);
    left: auto;
    right: 15px;
}

.rl_x .cd_j.disabled {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/* 滚动内容区样式 */
.scroll_wrap {
    width: 100%;
    height: 440px;
    position: relative;
}

/* 滚动内容样式 */
.scroll_wrap .scroll_cont {
    height: 100%;
    overflow: hidden;
}

.scroll_wrap .scroll_cont p {}

/* 滚动条 */
.scroll_wrap .scroll_bar {
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background-color: #e4e4e4;
}

/* 滚动块 */
.scroll_wrap .scroll_slider {
    position: absolute;
    top: 0;
    left: 0px;
    width: 5px;
    height: 40px;
    background-color: #b6001f;
    /*border-radius:5px;*/
    /*opacity: .5*/
}

.scroll_wrap .scroll_slider:hover {
    opacity: 1
}

.xs_item {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
}

.xs_item .item {
    border-bottom: solid 1px #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.xs_item .item:last-child {
    margin-bottom: 0;
}

.xs_item .bt {
    margin-bottom: 15px;
}

.xs_item .p_item {
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: 0 4px;
    background-size: 20px auto;
}

.xs_item .p_1 {
    background-image: url("../images/new_a1.png");
}

.xs_item .p_2 {
    background-image: url("../images/new_a2.png");
}

.xs_item .p_3 {
    background-image: url("../images/new_a3.png");
}

.xs_item .p_4 {
    background-image: url("../images/new_a4.png");
}

@media only screen and (max-width: 1200px) {
    .xs_item .p_item {
        padding-left: 16px;
        background-position: 0 4px;
        background-size: 12px auto;
    }

    .rl_k {
        padding: 5px 10px;
    }

    .rl_t {
        font-size: 14px;
        line-height: 30px;
    }

    .rl_lb {
        line-height: 22px;
    }

    .rl_lb a {
        font-size: 12px;
        width: 24px;
        line-height: 22px;
    }

    .rl_lb span {
        font-size: 12px;
        height: 22px;
        margin: 5px 0;

    }

    .rl_x {
        height: 40px;
    }

    .rl_x .bt {
        line-height: 40px;
    }

    .rl_x .cd_j {
        width: 20px;
        height: 20px;
        left: 10px;
        margin-top: -10px;
    }

    .rl_x .cd_j.right {
        right: 10px;
    }

    .scroll_wrap {
        height: 250px;
    }

    .xs_item {
        font-size: 13px;
        line-height: 22px;
    }

    .xs_item .item {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .xs_item .bt {
        margin-bottom: 10px;
        font-size: 14px;
    }

}

.ny {
    width: 100%;
    padding: 45px 0;
    background-color: #f5f5f5;
    min-height: 500px;
}

.ny_bt {
    line-height: 150%;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

.n1 {
    border: solid 1px #ddd;
}

.n1 li {
    width: 100%;
    float: left;
    border-bottom: dotted 1px #ddd;
}

.n1 a {
    display: block;
    width: 100%;
    position: relative;
    padding: 0 130px 0 20px;
    background-color: #fff;
    height: 55px;
    line-height: 55px;

}

.n1 a:hover {
    background-color: #ae0000;
    color: #fff !important;
}

.n1 a:hover .sj {
    color: #fff !important;
}

.n1 a:hover .bt:before {
    background-color: #fff;
}

.n1 li:last-child {
    border-bottom: 0;
}

.n1 .bt {
    display: block;
    width: 100%;
    line-height: 55px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding-left: 20px;
}

.n1 .bt:before {
    content: '';
    background-color: #ae0000;
    width: 7px;
    height: 7px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -3.5px;
}

.n1.n1_2 .bt:before {
    -moz-border-radius: 0%;
    -webkit-border-radius: 0%;
    border-radius: 0%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
}

.n1 .sj {
    position: absolute;
    right: 25px;
    top: 0px;
    color: #666666;
    font-family: Arial;
}

.n1 a:hover .sj {
    color: #b6001f;
}

@media only screen and (max-width: 1200px) {
    .ny {
        padding: 15px;
        min-height: 200px;
    }

    .ny_bt {
        font-size: 16px;
    }

    .n1 a {
        padding: 0 75px 0 10px;
        height: 40px;
        line-height: 40px;

    }

    .n1 .bt {
        line-height: 40px;
        padding-left: 12px;
    }

    .n1 .bt:before {
        width: 5px;
        height: 5px;
        margin-top: -2.5px;
    }

    .n1.n1_2 .bt:before {
        width: 5px;
        height: 5px;
        margin-top: -2.5px;
    }

    .n1 .sj {
        right: 10px;
    }
}

.zp_list {
    width: 102%;
    float: left;
    margin: 0 0 0 -1%;
}

.zp_list li {
    width: 25%;
    float: left;
    padding: 1%;
    text-align: center;
}

.zp_list .imgk {
    height: 212px;
}

.zp_list .imgk img {
    min-height: 212px;
}

.fc_list {
    margin-bottom: 30px;
}

.fc_list .imgk {
    height: 210px;
}

.fc_list .imgk img {
    min-height: 210px;
}

.zp_list .bt {
    line-height: 60px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.zp_list a {
    display: block;
    width: 100%;
    background-color: #fff;
}

.fc_list a {
    border: solid 1px #ddd;
}

.fc_list p {
    font-size: 16px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 15px 0;
    padding: 0 15px;
    text-align: left;
}

.zp_list a:hover {
    background-color: #ae0000;
    color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}

.ny_k1 {
    background-color: #fff;
    padding: 30px;
}

.ny_k2 {
    background-color: #fff;
    padding: 40px;
}

.ny_k3 {
    background-color: #fff;
    padding: 45px;
}

.xy_list li {
    border-bottom: solid 1px #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 16px;
}

.xy_list li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.xy_list .bt {
    font-size: 20px;
    margin-bottom: 20px;
}

.xy_fo {
    float: left;
    width: 100%;
    margin-bottom: 45px;
}

.xy_fo li {
    float: left;
    width: 320px;
    margin-right: 55px;
}

.xy_fo .form-control {
    height: 55px;
    font-size: 18px;
    padding: 0 0 0 20px;
    line-height: 53px;
}

.ab_nr {
    font-size: 18px;
    line-height: 36px;
    overflow-x: auto;
}

.ta1 {
    width: 100%;
}

.ta1 td {
    padding: 12px 20px;
    border: solid 1px #ddd;
    text-align: center;
}

.ta1 thead td {
    background-color: #ae0000;
    color: #fff;
    font-size: 23px;
}

.dt {
    height: 350px;
}

.dt img,
.dt label {
    max-width: inherit;
}

@media only screen and (max-width: 1200px) {
    .dt {
        height: 250px;
    }

    .ta1 {
        min-width: 760px;
    }

    .ta1 td {
        padding: 10px 10px;
    }

    .ta1 thead td {
        font-size: 14px;
    }

    .ab_nr {
        font-size: 13px;
        line-height: 1.5;
    }

    .xy_fo {
        margin-bottom: 15px;
        width: 102%;
        margin-left: -1%;
    }

    .xy_fo li {
        width: 48%;
        margin: 0 1%;
    }

    .xy_fo .form-control {
        height: 40px;
        font-size: 13px;
        padding: 0 0 0 10px;
        line-height: 38px;
    }

    .ny_k1,
    .ny_k2,
    .ny_k3 {
        padding: 15px;
    }

    .xy_list li {
        padding-bottom: 15px;
        margin-bottom: 15px;
        font-size: 13px;
    }

    .xy_list .bt {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .zp_list li {
        width: 33.3333%;
    }

    .zp_list li:nth-child(3n+1) {
        clear: both;
    }

    .zp_list .imgk {
        height: auto;
    }

    .zp_list .imgk img {
        min-height: inherit;
    }

    .fc_list .imgk {
        height: auto;
    }

    .fc_list .imgk img {
        min-height: inherit;
    }

    .fc_list p {
        font-size: 13px;
        line-height: 20px;
        height: 40px;
        padding: 0 10px;
        margin: 10px 0;
    }

    .fc_list {
        margin-bottom: 10px;
    }

    .zp_list .bt {
        line-height: 40px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 760px) {
    .zp_list li {
        width: 50%;
    }

    .zp_list li:nth-child(3n+1) {
        clear: inherit;
    }

    .zp_list li:nth-child(2n+1) {
        clear: both;
    }
}

.lm2 {
    width: 102%;
    float: left;
    margin-left: -1%;
    margin-top: -10px;
    margin-bottom: 20px;
}

.lm2 a {
    float: left;
    width: 31.3333%;
    margin: 1%;
    height: 60px;
    line-height: 58px;
    font-size: 20px;
    text-align: center;
    border: solid 1px #ddd;
    background-color: #fff;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /*-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;*/
}

.lm2 a:hover,
.lm2 a.on {
    background-color: #ae0000;
    border-color: #ae0000;
    color: #fff;
}

@media only screen and (min-width: 1200px) {
    .lm2_sx a {
        width: 14.6666%;
        font-size: 16px;
    }

    .lm2_xz a {
        width: 23%;
        font-size: 18px;
    }

    .lm2_ml a {
        width: 31.3333%;
        font-size: 18px;
    }
}

@media only screen and (max-width: 1200px) {
    .lm2 {
        margin-top: 0px;
        margin-bottom: 10px;
        display: none;
    }

    .lm2 a {
        width: 100%;
        margin: 0 0 5px 0;
        height: auto;
        line-height: 22px;
        font-size: 13px;
        padding: 6px;
    }

}

.sx_list {
    width: 103%;
    float: left;
    margin: -15px 0 0 -1.5%;
}

.sx_list li {
    width: 33.3333%;
    float: left;
    padding: 1.5%;
    text-align: center;
}

.sx_list .imgk {
    height: 280px;
}

.sx_list .imgk img {
    min-height: 280px;
}

.sx_list .bt {
    line-height: 70px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sx_list a {
    display: block;
    width: 100%;
    background-color: #fff;
}

.sx_list a:hover {
    background-color: #ae0000;
    color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}

.sx_nr .item {
    margin-bottom: 30px;
}

.sx_nr .item:last-child {
    margin-bottom: 0;
}

.sx_nr .bt {
    font-size: 20px;
    line-height: 52px;
    padding-left: 50px;
    background-image: url("../images/bt_bj.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
}

.sx_nr .bt:before {
    content: '';
    background-color: #fff;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.sx_nr .bt.cg_bt3:before {
    display: none;
}

.sx_nr .bt.cg_bt3 {
    padding-left: 30px;
}

.sx_nr .bt2 {
    margin-bottom: 15px;
}

.sx_nr .bt2:before {
    content: '';
    background-image: url("../images/tb1.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    width: 26px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    position: relative;
    top: -1px;

}

@media only screen and (min-width: 1200px) {
    .sx_nr {
        font-size: 16px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .sx_nr .bt2 {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .sx_nr .bt2:before {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }

    .sx_nr .item {
        margin-bottom: 15px;
    }

    .sx_nr .bt {
        font-size: 14px;
        line-height: 24px;
        padding: 8px 8px 8px 25px;
        background-color: #ae0000;
        background-image: inherit;
        margin-bottom: 10px;
        position: relative;
    }

    .sx_nr .bt.cg_bt3 {
        padding-left: 15px;
    }

    .sx_nr .bt:before {
        width: 7px;
        height: 7px;
        left: 8px;
        margin-top: -3.5px;
    }
}

@media only screen and (max-width: 1200px) {
    .sx_list li {
        width: 33.3333%;
    }

    .sx_list li:nth-child(3n+1) {
        clear: both;
    }

    .sx_list .imgk {
        height: auto;
    }

    .sx_list .imgk img {
        min-height: inherit;
    }

    .sx_list .bt {
        line-height: 40px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 760px) {
    .sx_list li {
        width: 50%;
    }

    .sx_list li:nth-child(3n+1) {
        clear: inherit;
    }

    .sx_list li:nth-child(2n+1) {
        clear: both;
    }
}

.cg_list {
    WIDTH: 103%;
    float: left;
    margin: 0 0 0 -1.5%;
}

.cg_list li {
    width: 33.3333%;
    float: left;
    padding: 0 1.5% 30px 1.5%;
}

.cg_list a {
    display: block;
    width: 100%;
    background-color: #fff;
    border: solid 1px #ddd;
    padding: 8px 8px 0 8px;
}

.cg_list a:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}

.cg_list .imgk {
    height: 266px;
    overflow: hidden;
}

.cg_list .imgk IMG {
    min-height: 266px;
}

.cg_list .txtk {
    height: 130px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    padding: 0 10px;
}

.cg_list .bt {
    line-height: 28px;
    max-height: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media only screen and (max-width: 1200px) {
    .cg_list {
        WIDTH: 102%;
        margin: 0 0 0 -1%;
    }

    .cg_list li {
        padding: 0 1% 15px 1%;
    }

    .cg_list .imgk {
        height: auto;
    }

    .cg_list .imgk IMG {
        min-height: inherit;
    }

    .cg_list .txtk {
        height: 90px;
        padding: 0 5px;
    }

    .cg_list .bt {
        font-size: 13px;
        line-height: 22px;
        max-height: 66px;
    }
}

@media only screen and (max-width: 760px) {
    .cg_list li {
        width: 50%;
    }
}

.cg_bt {
    font-size: 20px;
    line-height: 36px;
    padding: 0 20% 35px 20%;
    border-bottom: solid 1px #ddd;
    margin-bottom: 40px;
}

.rc_nr .item {
    margin-bottom: 25px;
}

.rc_nr .item:last-child {
    margin-bottom: 0;
}

.rc_nr .bt {
    height: 20px;
    border-bottom: solid 1px #ddd;
    line-height: 40px;
    margin-bottom: 30px;
    font-size: 0;
}

.rc_nr .bt span {
    height: 40px;
    display: inline-block;
    background-color: #fff;
    font-size: 22px;
    padding-right: 30px;
}

@media only screen and (max-width: 1200px) {
    .cg_bt {
        font-size: 15px;
        line-height: 24px;
        padding: 0 0% 10px 0%;
        margin-bottom: 20px;
    }

    .rc_nr .item {
        margin-bottom: 15px;
    }

    .rc_nr .bt {
        height: 15px;
        border-bottom: solid 1px #ddd;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .rc_nr .bt span {
        height: 30px;
        font-size: 14px;
        padding-right: 20px;
    }

}

@media only screen and (min-width: 1200px) {
    .rc_nr {
        font-size: 16px;
        line-height: 30px;
    }
}

.n2 {
    width: 100%;
    float: left;
}

.n2 a {
    display: block;
    width: 100%;
}

.n2 li {
    position: relative;
    min-height: 85px;
    padding-left: 95px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: dotted 1px #ddd;
}

.n2 li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
    min-height: 65px;
}

.n2 .sj {
    width: 65px;
    position: absolute;
    left: 0;
    top: 0px;
    text-align: center;
    background-color: #b6001f;
    color: #fff;
    padding: 10px 0 3px 0;
    height: 65px;

}

.n2 .sj h4 {
    display: block;
    line-height: 30px;
    height: 30px;
    font-size: 24px;
}

.n2 .sj p {
    line-height: 22px;
    font-size: 12px;
}

.n2 .bt {
    display: block;
    line-height: 65px;
    height: 65px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media only screen and (max-width: 1200px) {
    .n2 li {
        min-height: 70px;
        padding-left: 70px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .n2 .sj {
        width: 55px;
        height: 55px;
    }

    .n2 .sj h4 {
        line-height: 25px;
        height: 25px;
        font-size: 20px;
    }

    .n2 .sj p {
        color: #fff;
        background-color: #af0300;
        line-height: 22px;
        font-size: 12px;
    }

    .n2 .bt {
        line-height: 55px;
        height: 55px;
        font-size: 14px;
    }

    .n2 li:last-child {
        min-height: 55px;
    }
}

@media only screen and (min-width: 1200px) {
    .sbt {
        width: 100%;
        font-size: 24px;
        line-height: 40px;
        text-align: center;
        padding-bottom: 20px;
        border-bottom: solid 1px #ddd;
        float: left;
    }

    .ssj {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 16px;
        padding: 20px 0px 35px 0px;
        color: #999999;
    }

    .sgd {
        width: 100%;
        float: left;
        border-top: solid 1px #ddd;
        padding-top: 25px;
        font-size: 16px;
        line-height: 35px;
        color: #666;
        position: relative;
        min-height: 100px;
    }

    .sgd .ab_fx {
        position: absolute;
        right: 0px;
        top: 75px;
        width: auto;
    }

    .sgd .ab_fx img {
        margin-left: 10px;
    }

    .sgd a.cd_fh {
        background-color: #f5f5f5;
        padding: 0 30px;
        line-height: 38px;
        position: absolute;
        right: 0px;
        top: 20px;
        border: solid 1px #ddd;
    }
}

.sgd a.cd_fh:hover {
    background-color: #b2141a;
    color: #fff;
}

.ab_fx_fx {
    text-align: right;
    line-height: 32px;
    font-size: 16px;
}

.ab_fx_fx a {
    margin-left: 10px;
}

@media only screen and (max-width: 1200px) {
    .ab_fx_fx img {
        height: 25px;
    }

    .ab_fx_fx {
        line-height: 25px;
        font-size: 13px;
    }

    .ab_fx_fx a {
        margin-left: 8px;
    }

    .sbt {
        width: 100%;
        font-size: 16px;
        line-height: 155%;
        text-align: center;
        padding-bottom: 15px;
        border-bottom: solid 1px #ddd;
    }

    .ssj {
        width: 100%;
        float: left;
        text-align: center;
        padding: 15px 0px 20px 0px;
        color: #666;
    }

    .sgd {
        width: 100%;
        float: left;
        border-top: solid 1px #ddd;
        padding-top: 15px;
        font-size: 13px;
        line-height: 22px;
        color: #666;
        margin-top: 10px;
    }

    .sgd .ab_fx {
        display: block;
        width: 100%;
    }

    .sgd .ab_fx img {
        margin-left: 10px;
    }

    .sgd a.cd_fh {
        background-color: #f5f5f5;
        padding: 0 20px;
        width: 100%;
        text-align: center;
        line-height: 35px;
        display: block;
        margin: 15px 0;
        border: solid 1px #ddd;
    }

}

.ys_list {
    width: 102.4%;
    float: left;
    margin: 0 0 20px -1.2%;
}

.ys_list li {
    width: 50%;
    padding: 0 1.2% 30px 1.2%;
    float: left;
}

.ys_list a {
    display: block;
    width: 100%;
    height: 215px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    position: relative;
    padding: 25px 50px 25px 185px;
}

.ys_list a:hover {
    box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
}

.ys_list .imgk {
    width: 122px;
    position: absolute;
    left: 30px;
    top: 25px;
    overflow: hidden;
}

.ys_list .bt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.ys_list p {
    height: 52px;
    line-height: 26px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ys_list .s_more {
    font-size: 18px;
    position: absolute;
    right: 50px;
    bottom: 25px;
}

.ys_list .s_more:after {
    content: '';
    border-top: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-left: 8px solid #ae0000;
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

@media only screen and (max-width: 1200px) {
    .ys_list {
        width: 100%;
        margin: 0 0 5px 0%;
    }

    .ys_list li {
        width: 100%;
        padding: 0 0% 15px 0%;
    }

    .ys_list a {
        height: 150px;
        padding: 15px 15px 15px 120px;
    }

    .ys_list .imgk {
        width: 90px;
        left: 15px;
        top: 15px;
        height: 120px;
    }

    .ys_list .bt {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .ys_list p {
        height: 44px;
        line-height: 22px;
        font-size: 13px;
    }

    .ys_list .s_more {
        font-size: 13px;
        right: 15px;
        bottom: 15px;
    }

    .ys_list .s_more:after {
        border-top: 5px solid rgba(0, 0, 0, 0);
        border-right: 5px solid rgba(0, 0, 0, 0);
        border-left: 5px solid #ae0000;
        border-bottom: 5px solid rgba(0, 0, 0, 0);
        margin-left: 8px;
    }
}

.xz_list {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.xz_list li {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.xz_list a {
    display: block;
    width: 100%;
    padding: 30px 30px 30px 215px;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    min-height: 264px;
    background-color: #fff;
    border: solid 1px #ddd;
}

.xz_list a:hover {
    box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
}

.xz_list .imgk {
    width: 153px;
    position: absolute;
    left: 30px;
    top: 30px;
    height: 204px;
    overflow: hidden;
}

.xz_list .bt {
    margin-bottom: 15px;
    color: #333;
}

.xz_list .bt span {
    font-size: 20px;
    margin-right: 1em;
}

@media only screen and (max-width: 1200px) {
    .xz_list {
        margin-bottom: 5px;
    }

    .xz_list li {
        margin-bottom: 15px;
    }

    .xz_list a {
        padding: 15px 15px 15px 130px;
        font-size: 13px;
        line-height: 22px;
        min-height: 175px;
    }

    .xz_list .imgk {
        width: 100px;
        left: 15px;
        top: 15px;
        height: 133px;
    }

    .xz_list .bt {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .xz_list .bt span {
        font-size: 15px;
    }
}

@media only screen and (max-width: 600px) {
    .xz_list a {
        padding: 15px 15px 15px 15px;
        min-height: inherit;
    }

    .xz_list .imgk {
        width: 50%;
        left: auto;
        top: auto;
        height: auto;
        margin: 0 auto;
        position: inherit;
        margin-bottom: 15px;
    }
}

.js_lbx {
    width: 100%;
    float: left;
    border: solid 1px #ddd;
    margin-bottom: -1px;
    padding: 40px;
    background-color: #fff;
}

.js_lbx .bt {
    margin-bottom: 25px;
    font-weight: bold;
}

.xyl_lb {
    width: 100%;
    float: left;
}

.xyl_lb li {
    width: 14.2587%;
    float: left;
    font-size: 16px;
    line-height: 30px;
    margin: 12px 0;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.xx_zm {
    width: 100.2%;
    float: left;
    margin-left: -0.1%;
    margin-bottom: 25px;
}

.xx_zm li {
    float: left;
    width: 3.5037%;
    text-align: center;
    height: 46px;
    line-height: 45px;
    color: #8d8d8d;
    font-family: Arial;
    text-transform: uppercase;
    background: #ffffff;
    border: solid 1px #dddddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    cursor: pointer;
    margin: 0px 0.1%;
}

.xx_zm li:hover,
.xx_zm li.on {
    color: #fff;
    background-color: #ae0000;
    border-color: #ae0000;
}

.js_lbx_zm {
    padding-top: 30px;
    padding-bottom: 30px;
}

.js_lbx .item {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    position: relative;
    padding-left: 320PX;
    min-height: 30px;
}

.js_lbx .item .xbt {
    color: #fff;
    line-height: 30px;
    padding-left: 15px;
    background-image: url("../images/new_jsbj.jpg");
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 5px;
    width: 320px;
}

.js_lbx .item .xyl_lb li {
    margin: 5px 0;
}

@media only screen and (max-width: 1200px) {
    .js_lbx .item {
        margin-bottom: 15px;
        padding-left: 0PX;
    }

    .js_lbx .item .xbt {
        position: inherit;
        left: auto;
        top: auto;
        width: 100%;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .xx_zm li {
        width: 30px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin: 2px;
    }

    .xx_zm {
        margin-bottom: 10px;
    }

    .js_lbx {
        padding: 15px;
    }

    .js_lbx_zm {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .js_lbx .bt {
        margin-bottom: 15px;
        font-size: 15px;
    }

    .xyl_lb li {
        width: 25%;
        font-size: 13px;
        line-height: 22px;
        margin: 5px 0;
    }
}

@media only screen and (max-width: 600px) {
    .xyl_lb li {
        width: 33.3333%;
    }
}

.js_nr1 {
    background-color: #f5f5f5;
    border: solid 1px #ddd;
    padding: 25px;
    font-size: 18px;
    line-height: 36px;
    position: relative;
}

.js_nr1:before {
    content: '';
    background-color: #ae0000;
    width: 45px;
    height: 10px;
    position: absolute;
    left: -1px;
    top: -1px;
}

.js_nr1 .imgk {
    width: 133px;
    float: left;
}

.js_nr1 .txtk {
    width: 910px;
    float: right;
}

.js_nr1 .bt {
    line-height: 36px;
    padding: 10px 0 10px 0;
}

.js_nr1 .bt strong {
    font-size: 24px;
    margin-right: 1em;
}

.js_list2 li {
    border: solid 1px #ddd;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.js_list2 li:last-child {
    margin-bottom: 0;
}

.js_list2 .bt {
    display: block;
    width: 100%;
    padding-left: 30px;
    line-height: 55px;
    background-color: #f5f5f5;
    font-size: 22px;
    position: relative;
}

/*.js_list2 .bt:after {
    content: '+';
    position: absolute;
    right: 30px;
    top:0px;
    line-height:55px;
    font-size: 30px;
    color: #666666;
}*/

/*.js_list2 .bt.on:after {
    content: '-';
}*/

.js_list2 .bt:hover,
.js_list2 .bt.on {
    background-color: #ae0000;
    color: #fff;
}

.js_list2 .bt:hover:after,
.js_list2 .bt.on:after {
    color: #fff;
}

.js_list2 .nr {
    font-size: 16px;
    line-height: 30px;
    padding: 25px;
    /*display: none;*/
}

@media only screen and (max-width: 1200px) {
    .js_nr1 {
        padding: 15px;
        font-size: 13px;
        line-height: 22px;
    }

    .js_nr1:before {
        width: 30px;
        height: 5px;
    }

    .js_nr1 .imgk {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }

    .js_nr1 .imgk img {
        max-width: 150px;
        width: auto;
    }

    .js_nr1 .txtk {
        width: 100%;
    }

    .js_nr1 .bt {
        line-height: 24px;
        padding: 10px 0 10px 0;
        text-align: center;
    }

    .js_nr1 .bt strong {
        font-size: 15px;
        margin-right: 1em;
    }

    .js_list2 li {
        margin-bottom: 10px;
    }

    .js_list2 .bt {
        padding-left: 10px;
        line-height: 40px;
        font-size: 14px;
    }

    .js_list2 .bt:after {
        right: 10px;
        font-size: 18px;
        line-height: 40px;
        top: 0px;
    }

    .js_list2 .nr {
        font-size: 13px;
        line-height: 22px;
        padding: 15px;
    }

}

.ld_list {
    width: 103%;
    float: left;
    margin: 0 0 10px -1.5%;
}

.ld_list li {
    width: 47%;
    float: left;
    margin: 0 1.5% 30px 1.5%;
}

.ld_list a {
    display: block;
    height: 258px;
    position: relative;
    padding-left: 194px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    background-color: #fff;
}

.ld_list a:hover {
    box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
    background-color: #ae0000;
    color: #fff;
}

.ld_list .imgk {
    width: 194px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.ld_list .imgk img {
    min-height: 258px;
}

.ld_list .txtk {
    font-size: 18px;
    line-height: 36px;
    padding: 25px 30px;
}

.ld_list .bt {
    font-size: 22px;
    color: #ae0000;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ld_list p {
    height: 144px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #666;
}

.ld_list a:hover p,
.ld_list a:hover .bt {
    color: #fff;
}

@media only screen and (max-width: 1200px) {
    .ld_list {
        width: 100%;
        margin: 0 0 5px 0%;
    }

    .ld_list li {
        width: 100%;
        margin: 0 0% 15px 0%;
    }

    .ld_list a {
        height: 199px;
        padding-left: 150px;
    }

    .ld_list .imgk {
        width: 150px;
    }

    .ld_list .imgk img {
        min-height: 199px;
    }

    .ld_list .txtk {
        font-size: 13px;
        line-height: 22px;
        padding: 15px;
    }

    .ld_list .bt {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .ld_list p {
        height: 132px;
        line-height: 22px;
        -webkit-line-clamp: 6;
    }
}

@media only screen and (max-width: 450px) {
    .ld_list a {
        height: 132px;
        padding-left: 100px;
    }

    .ld_list .imgk {
        width: 100px;
    }

    .ld_list .imgk img {
        min-height: 132px;
    }

    .ld_list p {
        height: 80px;
        line-height: 20px;
        -webkit-line-clamp: 4;
    }

    .ld_list .txtk {
        padding: 10px 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .ab_wyh {
        font-size: 16px;
        line-height: 30px;
    }

    .ta1_wyh thead td {
        font-size: 20px;
    }
}

.ta1_wyh tbody tr:nth-child(even) td {
    background-color: #f5f5f5;
}

@media only screen and (max-width: 1200px) {
    .user_k {
        width: 100%;
        float: left;
        background-color: #fff;
        border: solid 1px #ddd;
        padding: 20px 20px;
    }

    .user_k .imgk {
        float: left;
        width: 25%;
    }

    .user_k .imgk img {
        width: 100%;
    }

    .user_k .txtk {
        width: 70%;
        float: right;
        margin-top: 5%;
    }

    .user_k .txtk h2 {
        line-height: 30px;
        font-size: 15px;
    }

    .user_k .txtk p {
        padding: 10px 0 20px 0;
        font-size: 13px;
        color: #666666;
    }

    .user_k .txtk .btn {
        line-height: 40px;
        height: 40px;
        width: 38%;
        margin-right: 2%;
        text-align: center;
    }

    a.cd_a_b {
        display: inline-block;
        line-height: 40px;
        border: solid 1px #ddd;
        height: 40px;
        width: 40%;
        text-align: center;
        font-size: 13px;
    }
}

@media only screen and (max-width: 600px) {
    .user_k .imgk {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .user_k .imgk img {
        max-width: 50%;
    }

    .user_k .txtk {
        width: 100%;
        float: left;
        margin: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .user_k {
        width: 100%;
        float: left;
        background-color: #fff;
        border: solid 1px #ddd;
        padding: 80px 140px;
    }

    .user_k .imgk {
        float: left;
        width: 19%;
    }

    .user_k .imgk img {
        width: 100%;
    }

    .user_k .txtk {
        width: 72%;
        float: right;
        margin-top: 20px;
    }

    .user_k .txtk h2 {
        line-height: 40px;
    }

    .user_k .txtk p {
        padding: 20px 0 50px 0;
        font-size: 16px;
        color: #666666;
    }

    .user_k .txtk .btn {
        line-height: 50px;
        height: 50px;
        width: 220px;
        margin-right: 20px;
        text-align: center;
        font-size: 16px;
    }

    a.cd_a_b {
        display: inline-block;
        line-height: 48px;
        border: solid 1px #ddd;
        height: 50px;
        width: 220px;
        text-align: center;
        font-size: 18px;
    }
}

.user_k {
    color: #666;
}

@media only screen and (max-width: 1200px) {
    .lg_user {
        width: 100%;
        float: left;
        margin: 20px 0%;
    }

    .lg_user .imgk {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 20px;
    }

    .lg_user .imgk img {
        width: 50%;
        max-width: 175px;

    }

    .lg_user.user_sc {
        margin: 10px 0px;
    }

    .lg_user.user_sc .txtk {
        margin-top: 20px;
    }

    .lg_user.user_sc .txtk p {
        font-size: 1em;
        margin: 10px 0px 20px 0px;
    }

    .lg_user.user_sc .an_r {
        height: 45px;
        line-height: 45px;
    }

    .lg_user.user_sc .imgk p {
        padding-top: 15px;
        width: 100%;
        float: left;
        font-size: 1.1em;
    }

    .lg_user .txtk {
        width: 100%;
        float: right;
    }

    .lg_user .txtk p {
        width: 98%;
        margin-left: 1%;
        text-align: center;
        float: left;
    }

    .lg_user .txtk p.p_1 {
        font-size: 14px;
        color: #ae0000;
        margin-bottom: 10px;
    }

    .lg_user .txtk p.p_2 {
        margin-bottom: 20px;
    }

    .lg_user .txtk a.cd_a_r,
    .lg_user .txtk a.cd_a_d {
        float: left;
        text-align: center;
        width: 48%;
        margin: 0px 1%;
        font-size: 12px;
    }


}

@media only screen and (min-width: 1200px) {
    .lg_user {
        width: 100%;
        float: left;
        margin: 50px 0px;
    }

    .lg_user .imgk {
        width: 175px;
        float: left;
        margin-left: 100px;
        text-align: center;
    }

    .lg_user .imgk img {
        width: 100%;
        float: left;
    }

    .lg_user .txtk {
        width: 720px;
        float: right;
        font-size: 18px;
        margin-top: 15px;
    }

    .user_sc .txtk {
        margin: 0;
    }

    .lg_user .txtk p {
        width: 100%;
        float: left;
    }

    .lg_user.user_sc {
        margin: 20px 0px;
    }

    .lg_user.user_sc .txtk p {
        font-size: 16px;
        margin: 10px 0px 35px 0px;
    }

    .lg_user.user_sc .an_r {
        height: 50px;
        line-height: 50px;
    }

    .lg_user.user_sc .imgk p {
        padding-top: 15px;
        width: 100%;
        float: left;
        font-size: 16px;
    }

    .lg_user .txtk p.p_1 {
        font-size: 22px;
        color: #ae0000;
        line-height: normal;
        line-height: 155%;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .lg_user .txtk p.p_2 {

        margin-bottom: 60px;
    }

    .lg_user a.cd_a_d {
        height: 50px;
        line-height: 50px;
        width: 220px;
        font-size: 18px;
    }

    .lg_user a.cd_a_d,
    .lg_user a.cd_a_r {
        float: left;
        margin-right: 25px;
    }


}


@media only screen and (max-width: 1200px) {
    .lg2_fo {
        width: 100%;
        float: left;
        margin: 20px 0px 20px 0%;
    }

    .lg2_fo dl {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }

    .lg2_fo dt {
        font-size: 1.1em;
        line-height: 150%;
        float: left;
        width: 100%;
        padding: 0px;
        margin-bottom: 5px;
    }

    .lg2_fo dd {
        float: left;
        width: 100%;
    }

    .lg2_fo .an_h {
        float: left;
        margin-left: 0px;
        width: 100%;
    }

    .lg2_fo .lg_tx,
    .lg2_fo .lg2_tx {
        width: 100%;
        float: left;
        background-color: #f4f4f4;
    }

    .lg2_fo dl.dl_bt {
        margin-bottom: 10px;
        color: #ae0000;
        font-weight: bold;
    }

    .lg2_fo dl.dl_bt dt {
        float: left;
        width: auto;
    }

    .lg2_fo dl.dl_bt dd {
        font-size: 1.2em;
        line-height: 150%;
        float: left;
        width: auto;
        margin-left: 10px;
    }

    .lg2_fo dl.dl_bt2 dt {
        float: left;
        width: auto;
    }

    .lg2_fo dl.dl_bt2 dd {
        font-size: 1.2em;
        line-height: 150%;
        float: left;
        width: auto;
        margin-left: 10px;
    }

    .md20 {
        margin-bottom: 15px;
    }

    .lg2_fo a.cd_a_d {
        float: left;
        margin-top: 10px;
        border-color: #ccc;
        font-size: 13px;
        height: 40px;
        line-height: 38px;
        background-image: -moz-linear-gradient(top, #fdfdfd, #e1e1e1);
        /* Firefox */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfd), color-stop(1, #e1e1e1));
        /* Saf4+, Chrome */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e1e1e1', GradientType='0');
        /* IE*/

    }
}

@media only screen and (min-width: 1200px) {
    .lg2_fo a.cd_a_d {
        float: left;
        margin-top: 20px;
        border-color: #ccc;
        font-size: 16px;
        height: 40px;
        line-height: 38px;
        background-image: -moz-linear-gradient(top, #fdfdfd, #e1e1e1);
        /* Firefox */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfd), color-stop(1, #e1e1e1));
        /* Saf4+, Chrome */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e1e1e1', GradientType='0');
        /* IE*/

    }

    .lg2_fo {
        width: 100%;
        float: left;
    }

    .lg2_fo dl {
        width: 100%;
        float: left;
        margin-bottom: 5px;
        min-height: 35px;
        position: relative;
        padding-left: 150px;
    }

    .lg2_fo dt {
        font-size: 16px;
        line-height: 35px;
        text-align: right;
        float: left;
        width: 150px;
        padding: 0px;
        position: absolute;
        left: 0px;
        top: 0px;
        padding-right: 15px;
    }

    .lg2_fo dd {
        float: left;
        width: 100%%;
    }


    .lg2_fo dl.dl_bt {
        width: 100%;
        margin: 0px 0% 20px 0%;
        color: #ae0000;
        font-weight: bold;

    }



    .lg2_fo dl.dl_bt dt {
        font-size: 24px;
        line-height: 40px;
    }

    .lg2_fo dl.dl_bt dd {
        font-size: 24px;
        /*color:#ae0000;*/
        line-height: 40px;
    }


    .lg2_fo dl.dl_bt2 dd {
        line-height: 35px;
    }

}

@media only screen and (max-width: 1200px) {
    .uploader {
        position: relative;
        display: inline-block;
        overflow: hidden;
        cursor: default;
        padding: 0;
        width: 100%;
    }

    .filename {
        float: left;
        display: inline-block;
        outline: 0 none;
        height: 40px;
        width: 65%;
        font-size: 1.1em;
        color: #999999;
        padding-left: 10px;
        border: solid 1px #dddddd;
        margin: 0;
        overflow: hidden;
        cursor: default;
        border-right: 0;
    }

    .button {
        float: left;
        height: 40px;
        display: inline-block;
        outline: 0 none;
        color: #333;
        margin: 0;
        cursor: pointer;
        width: 35%;
        background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
        /* Firefox */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e1e1e1));
        /* Saf4+, Chrome */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType='0');
        /* IE*/
        border: solid 1px #cccccc;
        font-size: 1.1em;
        text-align: center;
    }

    .uploader input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        margin: 0;
        height: 38px;
        color: #666666;
        width: 100%;
        cursor: pointer;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    .lg_fo3 {
        width: 100%;
        float: left;
        padding: 20px 5%;
    }

    .lg_fo3 .imgk {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 20px;
    }

    .lg_fo3 .imgk img {
        width: 50%;
    }

    .lg_fo3 dl {
        float: left;
        width: 100%;
    }

    .lg_fo3 dd {
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }

    .lg_fo3 dd p {
        width: 100%;
        float: left;
        color: #999999;
        margin-top: 5px;
    }

    .lg_tx {
        width: 100%;
        height: 36px;
        line-height: 36px;
        font-size: 1.1em;
        padding-left: 10px;
        background: #ffffff;
        border: solid 1px #cccccc;
    }

    .fo_anq1 {
        width: 100%;
        float: left;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }

    .fo_anq1 .btn {
        margin: 0 1%;
        width: 40%;
    }

    .lg2_fo {
        position: relative;
        padding: 5px 0px 0px 0px;
        margin: 0;
    }

    .lg2_fo .lg_yy {
        position: absolute;
        right: 0px;
        top: 5px;
        width: 120px;
        border: solid 1px #ccc;
        background-image: -moz-linear-gradient(top, #fbfbfb, #e3e3e3);
        /* Firefox */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbfbfb), color-stop(1, #e3e3e3));
        /* Saf4+, Chrome */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#e3e3e3', GradientType='0');
        /* IE*/
    }
}

@media only screen and (min-width: 1200px) {
    .uploader {
        position: relative;
        display: inline-block;
        overflow: hidden;
        cursor: default;
        padding: 0;
    }

    .filename {
        float: left;
        display: inline-block;
        outline: 0 none;
        height: 40px;
        width: 500px;
        padding-left: 10px;
        border: solid 1px #dddddd;
        margin: 0;
        overflow: hidden;
        cursor: default;
        border-right: 0;
    }

    .button {
        float: left;
        height: 40px;
        display: inline-block;
        outline: 0 none;
        margin: 0;
        color: #333;
        cursor: pointer;
        width: 130px;
        background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
        /* Firefox */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e1e1e1));
        /* Saf4+, Chrome */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType='0');
        /* IE*/
        border: solid 1px #cccccc;
        font-size: 16px;
        text-align: center;
    }

    .uploader input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        margin: 0;
        height: 38px;
        color: #333;
        width: 630px;
        cursor: pointer;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    .lg_fo3 {
        width: 100%;
        float: left;
        padding: 55px 0px;
    }

    .lg_fo3 .imgk {
        width: 156px;
        float: left;
        margin-left: 115px;
    }

    .lg_fo3 .imgk img {
        width: 100%;
    }

    .lg_fo3 dl {
        float: right;
        width: 785px;
    }

    .lg_fo3 dd {
        width: 100%;
        float: left;
        margin-bottom: 40px;
    }

    .lg_fo3 dd p {
        width: 100%;
        float: left;
        color: #999999;
        margin-top: 5px;
    }

    .lg_tx {
        width: 490px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        padding-left: 10px;
        background: #f5f5f5;
        border: solid 1px #ddd;
    }

    .lg2_tx {
        width: 100%;
        height: 120px;
        line-height: 22px;
        font-size: 16px;
        padding: 8px 10px;
        background: #f5f5f5;
        border: solid 1px #ddd;
    }

    .fo_anq1 {
        width: 100%;
        float: left;
        margin-top: 30px;
        text-align: center;
    }

    .fo_anq1 .btn {
        margin: 0 15px;
        width: 220px;
        height: 55px;
        line-height: 55px;
        font-size: 18px;
    }

    .lg2_fo {
        position: relative;
    }

    .lg2_fo .lg_yy {
        position: absolute;
        right: 0px;
        top: -30px;
        width: 120px;
        border: solid 1px #ccc;
        background-image: -moz-linear-gradient(top, #fbfbfb, #e3e3e3);
        /* Firefox */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbfbfb), color-stop(1, #e3e3e3));
        /* Saf4+, Chrome */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#e3e3e3', GradientType='0');
        /* IE*/
    }
}

@media only screen and (max-width: 1200px) {
    .lg2_tx {
        width: 100%;
        height: 80px;
        line-height: 22px;
        font-size: 13px;
        padding: 8px 10px;
        background: #f5f5f5;
        border: solid 1px #ddd;
    }

    .lg2_tx2 {
        margin-bottom: 10px;
    }

    .lg2_tx2 h5 {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .user_sc .imgk {
        margin-left: 40px;
    }

    .user_sc .txtk {
        width: 780px;
    }

    .lg2_tx2 {
        margin-bottom: 12px;
    }

    .lg2_tx2 h5 {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 155%;
    }

}

.bj_b {
    background-color: #fff;
}

.xy_nr1 {
    width: 875px;
    height: 590px;
    background-color: #f6f6f6;
    position: relative;
    padding: 30px 275px 30px 30px;
    font-size: 16px;
    line-height: 35px;
    float: left;
}

.xy_nr1 .nr {
    margin-bottom: 30px;
    height: 385px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
}

.xy_nr1 .btn,
.xy_nr2 .btn {
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
}

.xy_nr1 .imgk {
    position: absolute;
    right: -325px;
    width: 413px;
    height: 507px;
    background-image: url("../images/gk1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: 50%;
    margin-top: -253.5px;

}

.xy_lb1 {
    background-color: #fff;
    width: 210px;
    height: 440px;
    top: 50%;
    margin-top: -220px;
    position: absolute;
    left: -125px;
    padding: 18px 0;
}

.xy_lb1 li {
    padding: 15px 0;
    text-align: center;
}

.xy_lb1 i {
    display: block;
    width: 100%;
    height: 34px;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.xy_lb1 .i1 {
    background-image: url("../images/gk_a1.png");
}

.xy_lb1 .i2 {
    background-image: url("../images/gk_a2.png");
}

.xy_lb1 .i3 {
    background-image: url("../images/gk_a3.png");
}

.xy_nr1 .xy_bt1 {
    left: -30px;
}

.xy_bt1 {
    line-height: 45px;
    font-size: 30px;
    padding-left: 32px;
    position: relative;
    margin-bottom: 20px;
}

.xy_bt1:before {
    content: '';
    width: 12px;
    height: 20px;
    background-color: #ae0000;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

@media only screen and (max-width: 1200px) {
    .xy_nr1 {
        width: 100%;
        height: auto;
        padding: 15px;
        font-size: 13px;
        line-height: 22px;
    }

    .xy_nr1 .nr {
        margin-bottom: 15px;
        max-height: 220px;
        -webkit-line-clamp: 10;
        height: auto;
    }

    .xy_nr1 .btn {
        width: 160px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        text-align: center;
    }

    .xy_nr1 .imgk {
        position: inherit;
        right: auto;
        width: 100%;
        height: auto;
        background-image: inherit;
        top: auto;
        margin-top: auto;
    }

    .xy_lb1 {
        width: 100%;
        height: auto;
        top: auto;
        margin-top: auto;
        position: inherit;
        left: auto;
        padding: 0px 0;
        font-size: 0;
        margin-bottom: 15px;
    }

    .xy_lb1 li {
        padding: 10px 10px;
        text-align: center;
        display: inline-block;
        width: 33.3333%;
        font-size: 13px;
        line-height: 20px;
        vertical-align: text-top;
    }

    .xy_lb1 i {
        height: 24px;
        margin-bottom: 10px;
    }

    .xy_nr1 .btn,
    .xy_nr2 .btn {
        width: 100px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }

    .xy_bt1 {
        line-height: 30px;
        font-size: 15px;
        padding-left: 15px;
        margin-bottom: 10px;
    }

    .xy_bt1:before {
        content: '';
        width: 5px;
        height: 16px;
        margin-top: -8px;
    }

    .xy_nr1 .xy_bt1 {
        left: auto;
    }
}

.xy_nr2 {
    background-image: url("../images/gk_bj1.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    width: 1009px;
    height: 550px;
    float: right;
    padding: 40px 40px 40px 260px;
    position: relative;
    font-size: 16px;
    line-height: 35px;
}

.xy_nr2 .imgk {
    width: 373px;
    height: 458px;
    overflow: hidden;
    position: absolute;
    left: -191px;
    top: 50%;
    margin-top: -229px;
}

.xy_nr2 .imgk img {
    min-height: 458px;
}

.xy_nr2 .nr {
    margin-bottom: 30px;
    max-height: 315px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}

.gk_lb1 {
    width: 100%;
    float: left;
}

.gk_lb1 .item {
    width: 47.5%;
}

.gk_lb1 a {
    width: 100%;
    height: 425px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    text-align: center;
}

.gk_lb1 a img {
    height: 108px;
    margin-bottom: 35px;
}

.gk_lb1 a:hover {
    box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
}

.gk_lb1 a.a1 {
    background-image: url("../images/gk_b1.jpg");
}

.gk_lb1 a.a2 {
    background-image: url("../images/gk_b2.jpg");
}

@media only screen and (min-width: 1200px) {
    .gk_lb1 a:hover img {
        margin: -5px 0 40px 0;
    }
}

@media only screen and (max-width: 1200px) {
    .xy_nr2 {
        width: 100%;
        height: auto;
        padding: 15px;
        font-size: 13px;
        line-height: 22px;
    }

    .xy_nr2 .imgk {
        width: 100%;
        height: auto;
        position: inherit;
        left: auto;
        top: auto;
        margin-top: auto;
        text-align: center;
        margin-bottom: 15px;
    }

    .xy_nr2 .imgk img {
        min-height: inherit;
        max-width: 300px;
        width: 50%;
    }

    .xy_nr2 .nr {
        margin-bottom: 15px;
        max-height: 198px;
    }

    .gk_lb1 .item {
        width: 49%;
    }

    .gk_lb1 a {
        height: 150px;
    }

    .gk_lb1 a img {
        height: 40px;
        margin-bottom: 12px;
    }

    .gk_lb1 .bt {
        font-size: 14px;
    }
}

.ny_gk {
    width: 100%;
    padding: 45px 0;
    background-image: url("../images/gk_bj2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.gd_yg {
    width: 100%;
    float: left;
    position: relative;
}

.gd_yg:before {
    content: '';
    width: 100%;
    position: absolute;
    height: 3px;
    background-color: #dcdcdc;
    top: 50%;
    margin-top: -1.5px;
}

.gd_yg .swiper-slide {
    width: 100%;
    height: 540px;
    position: relative;
}

.gd_yg a {
    background-color: #fff;
    height: 240px;
    width: 100%;
    display: block;
    padding: 25px;
    font-size: 18px;
    line-height: 30px;
    position: absolute;
    left: 0px;
    bottom: 0;
}

.gd_yg a .pic {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    filter: alpha(opacity=10);
    -moz-opacity: 0.1;
    opacity: 0.1;
}

.gd_yg a:hover .pic {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.gd_yg .swiper-slide:nth-child(2n) a {
    top: 0;
}

.gd_yg a:before {
    content: '';
    background-color: #dcdcdc;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    top: -38px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.gd_yg .swiper-slide:nth-child(2n) a:before {
    top: auto;
    bottom: -38px;
}

.gd_yg a:hover {
    /*background-color: #b6001f;*/
    /*box-shadow: 0 2px 15px rgba(0, 0, 0, .15);*/
    /*color:#fff;*/
}

.gd_yg p {
    max-height: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.gd_yg a:hover:before {
    background-color: #b6001f;
}

.gd_yg .bt {
    margin-bottom: 5px;
}

.gd_yg .swiper-button-prev,
.gd_yg .swiper-button-next {
    color: #fff;
    outline: none;
    --swiper-navigation-size: 0px;
    width: 39px;
    height: 39px;
    margin-top: -19.5px;
    background-image: url("../images/gk_jt.png");
    background-repeat: no-repeat;
}

.gd_yg .swiper-button-prev:hover,
.gd_yg .swiper-button-next:hover {
    background-image: url("../images/gk_jt_on.png");

}

.gd_yg .swiper-button-prev {
    left: -70px;
}

.gd_yg .swiper-button-next {
    right: -70px;
    transform: rotate(180deg);
}

.gd_yg a {
    display: block;
    width: 100%;
}

.gd_yg a:hover {}

.gd_yg .swiper-container {
    width: 100%;
    float: left;
    overflow: hidden;
}

.gd_yg .swiper-wrapper {
    width: 100%;
    float: left;
}

@media only screen and (max-width: 1200px) {
    .gd_yg:before {
        height: 2px;
        top: 10px;
        margin-top: 0px;
    }

    .gd_yg .swiper-slide {
        width: 100%;
        height: auto;
    }

    .gd_yg a {
        height: 200px;
        padding: 15px;
        font-size: 13px;
        line-height: 22px;
        position: relative;
        left: auto;
        bottom: auto;
        display: block;
        top: 25px;
    }

    .gd_yg .swiper-slide:nth-child(2n) a {
        top: 25px;
    }

    .gd_yg a:before {
        width: 10px;
        height: 10px;
        position: absolute;
        margin-left: -5px;
        top: -18px;
    }

    .gd_yg .swiper-slide:nth-child(2n) a:before {
        top: -18px;
        bottom: auto;
    }

    .gd_yg a:hover {
        background-color: #b6001f;
        box-shadow: 0 2px 15px rgba(0, 0, 0, .15);
        color: #fff;
    }

    .gd_yg p {
        max-height: 110px;
        line-height: 22px;
    }

    .ny_gk {

        padding: 15px;
    }

    .gd_yg {
        width: 100%;
        float: left;
        position: relative;
        padding: 0 30px;
    }

    .gd_yg .swiper-button-prev,
    .gd_yg .swiper-button-next {
        color: #fff;
        outline: none;
        --swiper-navigation-size: 20px;
        width: 20px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        margin-top: -35px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color: rgba(0, 0, 0, .2);
        background-image: inherit;
    }


    .gd_yg .swiper-button-next:hover,
    .gd_yg .swiper-button-prev:hover {
        background-color: #cb3737;
        background-image: inherit;
    }

    .gd_yg .swiper-button-prev {
        left: 0px;
    }

    .gd_yg .swiper-button-next {
        right: 0px;
        transform: rotate(0deg);
    }
}

.wyh_list .item {
    width: 100%;
    margin-bottom: 25px;
    background-color: #fff;
}

.wyh_list .bt {
    width: 100%;
    background-color: #ae0000;
    color: #fff;
    line-height: 52px;
    padding: 0 30px;
    font-size: 21px;
}

.wyh_list .ab_nr {
    padding: 20px 30px;
}

@media only screen and (max-width: 1200px) {
    .wyh_list .item {
        margin-bottom: 15px;
    }

    .wyh_list .bt {
        line-height: 24px;
        padding: 8px 15px;
        font-size: 15px;
    }

    .wyh_list .ab_nr {
        padding: 15px;
    }
}


/* 登陆 */
.lg_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/lg/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.lg_logo {
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 10;
}

.lg_logo img {
    height: 60px;
}

.lg_foot {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5%;
    text-align: center;
    color: #fff;
}

.lg_foot a {
    color: #fff;
}

.lg_box {
    width: 1100px;
    height: 450px;
    position: absolute;
    left: 50%;
    margin-left: -550px;
    top: 50%;
    margin-top: -225px;
}

.lg_box .d1 {
    width: 60%;
    TOP: 45px;
    bottom: 45px;
    position: absolute;
    left: 0;
    background-image: url(../images/lg/xbg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 90px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 2px 30px rgba(0, 0, 0, .1);
    background-color: rgba(255, 255, 255, .75);
}

.lg_box .d1::before {
    content: '';
    background-image: url(../images/lg/logo_h.png);
    background-repeat: no-repeat;
    width: 280px;
    left: 30px;
    top: 20px;
    height: 36px;
    position: absolute;
}

.lg_box .d2 {
    width: 40%;
    TOP: 0px;
    bottom: 0px;
    position: absolute;
    right: 0;
    padding: 60px;
    background-color: #fff;
    box-shadow: 0 2px 30px rgba(0, 0, 0, .1);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    text-align: center;
}

.lg_box .d2 .bt {
    color: #ae0000;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 60px;
}

.lg_box .d2 .bt::before {
    content: '';
    background-image: url(../images/lg/logo_r.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 34px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 10px;
}

.lg_box .d2 ul {
    width: 100%;
}

.lg_box .d2 ul li {
    width: 100%;
    margin-bottom: 30px;
}

.lg_box .d2 ul li:last-child {
    margin-bottom: 0;
}

.lg_box .d2 .form-control {
    height: 45px;
    line-height: 45px;
    padding: 0 0 0 55px;
    font-size: 16px;
    background-color: #f5f5f5;
}

.lg_box .d2 .form-control.input1 {
    background-image: url(../images/lg/t_suo.png);
    background-repeat: no-repeat;
    background-position: 20px 11px;
}

.lg_box .d2 .btn.btn-danger {
    font-size: 18px;
    height: 46px;
    line-height: 46px;
    background-color: #ae0000;
}

@media only screen and (max-width: 1200px) {
    .lg_logo img {
        height: 50px;
    }
    
    .lg_box {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0%;
        margin-left: 00px;
        top: 0%;
        margin-top:0px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .lg_box .d1 {
       display: none;
    }

    .lg_box .d2 {
        width: 90%;
        max-width: 500px;
        TOP: auto;
        bottom: auto;
        position: inherit;
        right: auto;
        padding: 40px 40px 50px 40px;
    }

    .lg_box .d2 .bt {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .lg_box .d2 .bt::before {
        width: 30px;
        height: 30px;
    }

    .lg_box .d2 ul li {
        margin-bottom: 20px;
    }

    .lg_box .d2 .form-control {
        padding: 0 0 0 50px;
        font-size: 14px;
    }

    .lg_box .d2 .form-control.input1 {
        background-position: 15px 11px;
    }

    .lg_box .d2 .btn.btn-danger {
        font-size: 16px;
    }
    .ny_down_fbt{
        font-size: 13px !important;
    }
}
@media only screen and (max-width: 600px) {
    .lg_logo{
        top:4%;
    }
    .lg_logo img {
        height: 40px;
    }
    .lg_foot{
        bottom:4%;
    }
    
}
.downlist{
    width:104%;
    float:left;
    margin-left: -2%;
    margin-bottom: 30px;
}
.downlist li{
    width:29.3333%;
    float:left;
    margin:1% 2%;
}
.downlist li a{
    display: block;
    background-image: url(../images/lg/itembg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height:120px;
    padding:30px 80px 30px 30px;
    border-top: solid 2px #ae0000;
    position: relative;
}
.downlist li a::after{
    content: '';
    background-image: url(../images/lg/down_on.png);
    background-repeat: no-repeat;
    background-position: center center;
    height:100%;
    width:20px;
    position: absolute;
    right:50px;
    top:0;
}
.downlist li a:hover{
    background-image: url(../images/lg/itembg_on.jpg);
    color:#fff;
    box-shadow: 0 2px 30px rgba(0, 0, 0, .15);
}
.downlist li a:hover::after{
    background-image: url(../images/lg/dowm.png);
}
.downlist li a .bt{
    display: block;
    font-size: 22px;
    line-height:50px;
    text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
}
@media only screen and (max-width: 1200px) {
    .downlist{
        width:102%;
        margin-left: -1%;
        margin-bottom: 10px;
    }
    .downlist li{
        width:31.3333%;
        margin:1% 1%;
    }
    .downlist li a{
        height:60px;
        padding:15px 45px 15px 20px;
    }
    .downlist li a::after{
        width:15px;
        right:15px;
        background-size: auto 15px;
    }
    .downlist li a .bt{
        font-size: 14px;
        line-height:30px;
    }
}
@media only screen and (max-width: 600px) {
    .downlist li{
        width:98%;
    }
}