﻿/* Ã¥â€¦Â¨Ã¥Â±â‚¬Ã¨Â®Â¾Ã§Â½Â® */


@font-face {
    font-family: 'Bold';
    src: url('../font/Alibaba-PuHuiTi-Bold.ttf');
}

@font-face {
    font-family: 'Heavy';
    src: url('https://www.uniontax.cn/cn/fonts/Alibaba-PuHuiTi-Heavy.ttf') format('truetype');
}


@font-face {
    font-family: 'Light';
    src: url('../font/Alibaba-PuHuiTi-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Medium';
    src: url('../font/Alibaba-PuHuiTi-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Regular';
    src: url('../font/Alibaba-PuHuiTi-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'YouSheBiaoTiHei';
    src: url('../font/YouSheBiaoTiHei-2.ttf') format('truetype');
}

p,
h1,
h2,
h3,
h4 {
    margin: 0;
}

* {
    font-family: 'Regular';
}


/* Ã©Â¡Â¶Ã©Æ’Â¨ */


.top {
    background: #f8f9fa;
}

.top .topdiv {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    color: #999999;
    line-height: 1;
    font-size: 14px;
}

.top .topdiv a {
    color: #999999;
}

.top .topdiv .topdiv-pb {
    display: flex;
}

.top .topdiv .topdiv-pb #time {
    margin-right: 65px;
}

.top-er {
    margin: 28px 0;
}

.top-er .top-erbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-er .top-erbox .logo {
    width: 100%;
    max-width: 150px;
}

.top-er .top-erbox .sousuo {
    width: 50%;
    max-width: 400px;
    display: flex;
    align-items: center;
    position: relative;
}

.top-er .top-erbox .sousuo #TopKey {
    width: 100%;
    border: none;
    background: #f8f8f8;
    padding: 10px 30px;
    border-radius: 50px;
    padding-right: 100px;
    font-size: 16px;
    height: 48px;
    color: #b2b2b2;
}

input::-webkit-input-placeholder {
    color: #b2b2b2;
}

.top-er .top-erbox .sousuo #TopBtn {
    position: absolute;
    width: 100%;
    max-width: 90px;
    text-align: center;
    height: 100%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2363bc;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
}


/* Ã¥Â¯Â¼Ã¨Ë†Âª */
/*Top002633 */


.Top002633 .header-bottom {
    background: #2263bc;
}

.Top002633 .header-menu li a {
    color: #fff;
}

.Top002633 .header-menu li.aon{
    background: rgba(0, 0, 0, 0.2);
}

.Top002633 .header-menu li em a {
    line-height: 2;
    font-size: 16px;
    padding: 10px 0;
}

.Top002633 .header-menu li.aon em a {
    color: #fff;
}

.Top002633 .header-menu li .sub {
    background: none;
    padding-top: 6px;
    width: auto;
    left: 50%;
    margin-left: -55px;
}

.Top002633 .header-menu li .sub-menu {
    position: relative;
    background: #2263bc;
    padding: 5px 15px;
}

.Top002633 .header-menu li .sub-menu::before {
    position: absolute;
    content: '';
    border: 5px solid transparent;
    border-bottom-color: #2263bc;
    left: 50%;
    margin-left: -2.5px;
    top: -10px;
}

.Top002633 .header-menu li .sub dt a {
    border-bottom: 1px dotted #fff;
    text-align: center;
}

.Top002633 .header-menu li .sub dt:last-child a {
    border-bottom: 0;
}

.Top002633 .header-menu li .sub dt a:hover {
    background: none;
    color: #cfebef;
}

.Top002633_fixed{position: fixed;left: 0; top: 0;width: 100%; z-index: 1000;}

@media(max-width:1200px) {
    .Top002633 .header-right {
        right: 2%;
    }

    .top .topdiv {
        padding: 10px 2%;
    }
}

@media(max-width:1024px) {
    .Top002633 {
        position: relative;
        z-index: 100;
    }

    .Top002633 .header-right dd .bdsharebuttonbox a {
        margin-left: 10px;
    }

    .Top002633 .header-top {
        padding: 15px 2%;
    }

    .Top002633 #open_menu {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 1px solid #2263bc;
        margin-left: auto;
        position: relative;
        z-index: 9999;

    }

    .Top002633 .open_menu_on {
        transform: translateY(-85px);
        border: 1px solid #fff !important;
    }

    .Top002633 #header-menu.header-menu-show:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100vh;
        background: #2263bc;
        z-index: -1;
        top: -50%;
    }

    .top-er .top-erbox .sousuo input::-webkit-input-placeholder {

        color: #b2b2b2;

    }

    .Top002633 #open_menu i,
    .Top002633 #open_menu i::before,
    .Top002633 #open_menu i::after {
        background: #2263bc;
    }

    .Top002633 .open_menu_on i,
    .Top002633 .open_menu_on i::before,
    .Top002633 .open_menu_on i::after {
        background: #fff !important;
    }

    .Top002633 #open_menu i {
        width: 60%;
        left: 20%;
        height: 3px;
        margin-top: -1.5px;
    }

    .Top002633 #header-menu {
        position: absolute;
        right: 0;
        display: none;
        /* top: -100%; */
        /* transform: translateY(-100%); */
        width: 100%;
        z-index: 100;
        background: #2263bc;
        transition: ease-out 0.3s;
        padding-top: 63px;
        height: 100vh;
    }

    .Top002633 #header-menu.header-menu-show {
        display: block;
        /* top: 100%; */
        transform: translateY(-142px);
    }

    .Top002633 #header-menu li.has-sub em .op {
        display: block;
    }

    .Top002633 #header-menu li a {
        padding-left: 30px !important;
    }
}

@media(max-width:768px) {
    .Top002633 .logo {
        padding-right: 50%;
    }

    .top-er .top-erbox .sousuo #TopKey {
        font-size: 14px;
        padding: 10px 10px;
    }

}

@media(max-width:640px) {
    .Top002633 .header-right dt {
        display: none;
    }

    .top-er .top-erbox .logo {
        max-width: 100px;
    }

    .top-er .top-erbox .sousuo {
        width: 65%;
    }

    .top-er .top-erbox .sousuo #TopKey {
        font-size: 14px;
        padding: 5px 10px;
        height: 35px;
    }

    .top-er .top-erbox .sousuo #TopBtn {
        font-size: 14px;
        border-radius: 50px;
        max-width: 60px;
    }

    .top-er {
        margin: 10px 0;
    }

    .Top002633 .header-top {
        padding: 5px 2%;
    }
}

@media(max-width:600px) {
    .top .topdiv .topdiv-pb #time {
        margin-right: 5px;
    }
}


/* bottom */
.bottom {
    background: #f8f9fa;
}

.bottom .bottom-box {
    padding: 70px 0px 64px 0;
}

.bottom .bottom-box .bottom-ul li {
    list-style: none;
    float: left;
    position: relative;
    margin-right: 60px;
}

.bottom .bottom-box .bottom-ul li:last-child::before {
    display: none;
}

.bottom .bottom-box .bottom-ul {
    display: inline-block;
    width: 100%;
    padding-bottom: .3rem;
    margin-bottom: .3rem;
    border-bottom: solid 1px #eee;
}

.bottom .bottom-box .bottom-ul li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 13px;
    background: #dddddd;
    top: 5px;
    right: -32px;
}

.bottom .bottom-box .bottombox {
    display: flex;
    justify-content: space-between;
}

.bottom .bottom-box .bottombox .right {
    text-align: center;
}

.bottom .bottom-box .bottombox .right img {
    width: 100%;
    max-width: 120px;
    margin-bottom: 13px;
}

.bottom .bottom-box .bottom-ul li a {
    font-size: 16px;
    color: #333333;
}

.bottom .bottom-box .bottom-ul li a:hover {
    color: #2263bc;
}

.bottom .bottom-box .bottombox .bottom-left {
    margin-top: 40px;
}

.bottom .bottom-box .bottombox .bottom-left .bottom-wenzia {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}

.bottom .bottom-box .bottombox .bottom-wenzib {
    width: 100%;
    margin-top: 36px;
}

.bottom .bottom-box .bottombox .bottom-wenzib ul li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-right: 45px;
    font-size: 16px;
    color: #666666;
}

.bottom .bottom-box .bottombox .bottom-wenzib ul {
    width: 100%;
    display: flex;
}

.bottom .bottom-box .bottombox .bottom-wenzib ul li img {
    margin-right: 14px;
}

.dibu {
    background: #2363bc;
}

.dibu .dibu-box .fuzhu a:hover {
    color: #c7c7c7;
}

.dibu .dibu-box {
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    padding: 20px 0;
}

.dibu .dibu-box .fuzhu a {
    color: #fff;
}

.dibu .dibu-box .beian {
    width: 60%;
    margin-right: 10px;
    /* font-size: 15px; */
}

.dibu .dibu-box .fuzhu {
    width: 35%;
    /* display: flex; */
}

.dibu .dibu-box .fuzhu .fuzhu-ul {
    display: flex;
    justify-content: flex-end;
}

.dibu .dibu-box .fuzhu .fuzhu-ul li {
    list-style: none;
    /* float: right; */
    margin-left: 40px;
    position: relative;
}


.dibu .dibu-box .fuzhu .fuzhu-ul li:last-child:before {
    display: none;
}

.dibu .dibu-box .fuzhu .fuzhu-ul li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    background: #fff;
    top: 5px;
    right: -18px;
}

.dibu .dibu-box .beian a {
    color: #fff;
}

@media only screen and (max-width: 1200px) {
    .bottom .bottom-box {
        padding: 70px 2% 64px 2%;
    }

    .dibu .dibu-box {
        padding: 20px 2%;
    }
}

@media only screen and (max-width:900px) {
    .dibu .dibu-box .fuzhu .fuzhu-ul li {
        margin-left: 25px;
    }

    .bottom .bottom-box .bottombox .bottom-wenzib ul li {
        margin-right: 15px;
    }

    .bottom .bottom-box .bottombox .bottom-wenzib ul li img {
        margin-right: 5px;
    }

}

@media only screen and (max-width:740px) {
    .bottom .bottom-box .bottom-ul li {
        margin-right: 40px;
    }

    .bottom .bottom-box .bottom-ul li:before {
        right: -21px;
    }

    .dibu .dibu-box .fuzhu .fuzhu-ul li {
        margin-left: 10px;
    }

    .dibu .dibu-box .fuzhu .fuzhu-ul li:before {
        right: -5px;
    }

    .bottom .bottom-box .bottombox .bottom-wenzib ul li {
        margin-right: 5px;
    }
}

@media only screen and (max-width:620px) {
    .bottom .bottom-box .bottom-ul li {
        margin-right: 10px;
        width: 31%;
        text-align: center;
        margin-bottom: 7px;
    }

    .bottom .bottom-box {
        padding: 20px 2% 20px 2%;
    }

    .bottom .bottom-box .bottom-ul li:before {
        right: -5px;
    }

    .bottom .bottom-box .bottom-ul li:nth-child(3n+3) {
        margin: 0;
    }

    .bottom .bottom-box .bottom-ul li:nth-child(3n+3):before {
        display: none;
    }

    .bottom .bottom-box .bottombox .bottom-wenzib ul {

        flex-wrap: wrap;
    }

    .bottom .bottom-box .bottombox .bottom-wenzib ul li {
        margin-right: 31px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .bottom .bottom-box .bottombox {
        display: block;
    }

    .bottom .bottom-box .bottombox .bottom-left {
        margin-top: 10px;
    }

    .bottom .bottom-box .bottombox .bottom-wenzib {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .dibu .dibu-box {
        display: block;
    }

    .dibu .dibu-box .beian {
        width: 100%;
        margin-right: 0px;
        line-height: 1.8;
        margin-bottom: 10px;
    }

    .dibu .dibu-box .fuzhu {
        width: 100%;
    }

    .dibu .dibu-box .fuzhu .fuzhu-ul {
        justify-content: flex-start;
    }

    .dibu .dibu-box .fuzhu .fuzhu-ul li {
        margin-left: 0;
        margin-right: 20px;
    }

    .dibu .dibu-box .fuzhu .fuzhu-ul li:before {
        right: -8px;
    }

    .bottom .bottom-box .bottom-ul li a {
        font-size: 14px;
    }

    .bottom .bottom-box .bottombox .bottom-left .bottom-wenzia {
        font-size: 14px;
    }
}


/* home */
.homeone .homeone-box .left .pb {
    font-family: 'YouSheBiaoTiHei';
}

.homeone .homeone-box .right .pa {
    font-family: 'YouSheBiaoTiHei';
    color: #fff;
    font-size: 24px;
    padding: 0 10px;
}

.homeone .homeone-box {
    display: flex;
}

.homeone .homeone-box .left {
    width: 71%;
    display: flex;
    margin-right: 20px;
    align-items: center;
    background: url(../images/h-bj1.png) no-repeat;
    justify-content: center;
    color: #fff;
    background-size: cover;
    padding: 20px 10px;
    border-radius: 5px;
}

.homeone .homeone-box .right {
    width: 33.5%;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    background: url(../images/h-bj2.png) no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.homeone .homeone-box .left img {
    width: 100%;
    max-width: 50px;
    margin-right: 10px;
}

.homeone .homeone-box .left .pa {
    font-size: 22px;
    font-family: 'Medium';
}

.homeone .homeone-box .left .pb {
    font-size: 32px;
    margin: 0 50px;
}

.homeone .homeone-box .left .pc {
    background: #2363bc;
    padding: 7px 23px;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #2363bc;
    transition: all .5s;
}

.homeone .homeone-box .left .pc:hover {
    background: transparent;
    color: #ffffff;
}

.homeone {
    margin: 30px auto;
}





.homezx-container {
    width: 100%;
    height: 100%;
}

.homezx-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.homezixun .homezixun-box {
    display: flex;
}

.homezixun .homezixun-box .left {
    width: 67%;
    margin-right: 20px;
    display: flex;
}

.homezixun .homezixun-box .right {
    width: 33.5%;
    margin-top: 20px;
    display: inline-block;
}

.homezixun .homezixun-box .left .homezx-container .swiper-slide {
    position: relative;
    border-radius: 10px;
}
.homezixun .homezixun-box .left .homezx-container .swiper-slide a {
    display: block;
    width: 100%;
}

.homezixun .homezixun-box .left .homezx-container .swiper-slide:hover img {
    transform: scale(1.1);
}

.homezixun .homezixun-box .left .homezx-container .swiper-slide .pic {
    width: 100%;
	height: 322px;
	background: no-repeat center center;
	background-size: cover;
    transition: all 0.5s;
}

.homezixun .homezixun-box .left .homezx-container .swiper-slide p {
    position: absolute;
    bottom: 10px;
    text-align: left;
    left: 15px;
    /* right: 0; */
    font-size: 16px;
    color: #fff;
    padding-right: 50px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.homezixun .homezixun-box .left .left-le {
    width: 50%;
    margin-right: 20px;
}

.homezixun .homezixun-box .left .left-le .le-top {
    border-radius: 5px;
    overflow: hidden;
}

.homezixun .homezixun-box .left .left-ri {
    width: 50%;
    margin-top: 20px;
}

.homezixun .homezixun-box .left .homezx-pagination {
    width: 100%;
    max-width: 50px;
    right: 0;
    left: auto;
}

.homezixun .homezixun-box .left .homezx-pagination .swiper-pagination-bullet {
    margin: 0 3px;
}

.homezixun .homezixun-box .left .homezx-container .swiper-slide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 40px;
    background: linear-gradient(transparent, rgb(0 0 0 / 79%));
    bottom: 0;
    color: transparent;
}

.homezixun .homezixun-box .left .homezx-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.homezixun .homezixun-box .left .homezx-pagination .swiper-pagination-bullet {
    background: #fff;
}

.le-shipin figure {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.le-shipin figure a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.le-shipin figure a::before {
    width: 32px;
    height: 32px;
    border: none;

    position: relative;
    border-radius: 50%;
    background: rgb(0 0 0 / 28%);
}

.le-shipin figure a::before,
.le-shipin figure a::after {
    position: absolute;
    content: '';
    z-index: 5;
    top: 42%;
    left: 0;
    right: 0;
    margin: auto;
}

.le-shipin figure a::after {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #fff;
    margin-top: 7px;
}

.le-shipin figure em {
    display: block;
    padding-bottom:63.78%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.le-shipin p {
    margin-top: 13px;
    height: auto;
    font-size: 16px;
    color: #333;
}

.le-shipin p span {
    display: inline-block;
    padding-right: 14px;
}

.le-shipin .video_files {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.le-shipin .video_files .close {
    position: absolute;
    right: 3%;
    top: 3%;
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #761b1b;
    cursor: pointer;
}

.le-shipin .video_files .close::before,
.le-shipin .video_files .close::after {
    position: absolute;
    content: '';
    width: 3px;
    height: 70%;
    border-radius: 3px;
    background-color: #fff;
    left: 13px;
    top: 5px;
}

.le-shipin .video_files .close::before {
    transform: rotate(45deg);
}

.le-shipin .video_files .close::after {
    transform: rotate(-45deg);
}

.le-shipin .video_files video {
    width: 100%;
    height: 100%;
    background-color: #000;
}

.homezixun .homezixun-box .left .left-le .one {
    display: flex;
}

.homezixun .homezixun-box .left .left-le .one li {
    width: 50%;
    margin-right: 10px;
    list-style: none;
}

.homezixun .homezixun-box .left .left-le .one li:last-child {
    margin-right: 0;
}

.homezixun .homezixun-box .left .left-le .le-shipin {
    margin-top: 30px;
}

.homeh1 {
    font-size: 22px;
    color: #2363bc;
    font-family: 'Medium';
}

.left-ri-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

.homemore {
    font-size: 14px;
    color: #999999;
    position: relative;
    padding-right: 23px;
}

.homemore:before {
    position: absolute;
    width: 1px;
    height: 8px;
    background: #999999;
    content: '';
    right: 5px;
    top: 2px;
    transform: rotate(-45deg);
}

.homemore:after {
    position: absolute;
    width: 1px;
    height: 8px;
    background: #999999;
    content: '';
    right: 5px;
    top: 8px;
    transform: rotate(45deg);
}

.homezixun .homezixun-box .left .left-ri .left-ri-li li {
    list-style: none;
    font-size: 16px;
    margin-top: 17px;
    color: #333333;
}

.homezixun .homezixun-box .left .left-ri .left-ri-li li a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.homezixun .homezixun-box .left .left-ri .left-ri-li li a span {
    color: #b1b1b1;
    display: inline-block;
    padding-right: 10px;
}

.homezixun .homezixun-box .left .left-ri .left-ri-li li a:hover {
    font-family: 'Bold';
    color: #2263bc;
}

.homezixun .homezixun-box .left .left-ri .left-ri-li li :hover span {
    color: #2263bc;
}

.homezixun .homezixun-box .right .ul li {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.homezixun .homezixun-box .right .ul {
    margin-top: 17px;
}

.homezixun .homezixun-box .right .ul li img {
    margin-right: 16px;
    max-width: 120px;
    border-radius: 5px;
}

.homezixun .homezixun-box .right .ul li .youbian .pb {
    color: #b1b1b1;
    margin-bottom: 10px;
    display: block;
}

.homezixun .homezixun-box .right .ul li .youbian .pa {
    color: #333333;
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

}

.homezixun .homezixun-box .right .ul a:hover .youbian .pa {
    font-family: 'Bold';
    color: #2263bc;
}

.homezixun .homezixun-box .right .ul a:hover .youbian .pb {
    color: #2263bc;
}

@media only screen and (max-width: 1200px) {
    .homeone .homeone-box .left .pb {
        margin: 0 20px;
        font-size: 22px;
    }

    .homeone .homeone-box .right .pa {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1000px) {
    .homeone .homeone-box .left .pa {
        font-size: 16px;
    }

    .homeone .homeone-box .left .pb {
        font-size: 16px;
        margin: 0 10px;
    }

    .homeone .homeone-box .right .pa {
        font-size: 16px;
    }
}

@media only screen and (max-width:710px) {
    .homeone .homeone-box {
        display: block;
    }

    .homeone .homeone-box .left {
        width: 100%;
        padding: 20px 5px;
    }

    .homeone .homeone-box .right {
        width: 100%;
        padding: 20px 5px;
        margin-top: 10px;
    }

    .homeone .homeone-box .left .pa {
        display: none;
    }

    .homeone .homeone-box .left .pc {
        padding: 5px 5px;
        font-size: 14px;
    }

    .homezixun .homezixun-box {
        display: block;
    }

    .homezixun .homezixun-box .left {
        width: 100%;
        margin-right: 0px;
        display: block;
    }

    .homezixun .homezixun-box .left .left-le {
        width: 100%;
        margin-right: 0;
    }

    .homeone {
        margin: 10px auto;
    }

    .homezixun .homezixun-box .left .left-ri {
        width: 100%;
        margin: 30px 0;
    }

    .left-ri-top {
        padding-bottom: 10px;
    }

    .homezixun .homezixun-box .left .left-ri .left-ri-li li {
        margin-top: 10px;
    }

    .homeh1 {
        font-size: 16px;
    }

    .homezixun .homezixun-box .right {
        width: 100%;
        margin-top: 0;
    }

    .homezixun .homezixun-box .left .left-le .le-shipin {
        margin-top: 10px;
    }
}

.Map002793 .auto_1600 {
    max-width: 1600px;
}




.Map002793 .box {
    position: relative;
    display: flex;
}

.Map002793 .box img {
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.Map002793 .con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    color: #fff;
    padding: 5%;
}

.Map002793 .con h2 {
    margin: 0;
    font-size: 36px;
    line-height: normal;
}

.Map002793 .con h2 span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin: 1.5% 0;
}

.Map002793 .con h2:after,
.Map002793 .con .txt:after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: #fff;
    margin-bottom: 1.5%;
}

.Map002793 .con .txt {
    max-width: 1006px;
    line-height: 30px;
    overflow: hidden;
}

.Map002793 .con ul {
    display: table;
    width: 50%;
    float: left;
}

.Map002793 .con li {
    display: table-row;
}

.Map002793 .con li span {
    display: table-cell;
}

.Map002793 .con ul:nth-child(2) li span:first-child {
    width: 120px;
}

.Map002793 .con .txt:after {
    margin: 3% 0 4%;
}

.Map002793 .con .more {
    width: 140px;
    line-height: 36px;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    color: #595656;
    display: block;
}

.Map002793 .con .more:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("https://www.uniontax.cn/cn/images/Map002793-icon.png") no-repeat center;
    vertical-align: middle;
    margin-right: 5px;
}

.Map002793 .tab_span li {
    float: left;
    color: #888888;
    background: transparent;
    text-transform: uppercase;
    width: auto;
    padding: 0;
    margin-right: 1.25%;
    margin-top: 0;
    cursor: pointer;
    position: relative;
    padding-right: 67px;
    overflow: visible;
}

.Map002793 .tab_span b {
    display: block;
    font-size: 18px;
    color: #666666;
    font-weight: 400;
    overflow: visible;
}

.Map002793 .tab_span a {
    display: block;
    font-size: 18px;
    color: #666666;
    font-weight: 400;
    overflow: visible;
}

.Map002793 .tab_span li:last-child {
    margin-right: 0;
}

.Map002793 .tab_span li.on {
    /* background: transparent; */
    color: #a7a7a7;
    position: relative;
}

.Map002793 .tab_span li.on b a{
    color: #2263bc;
    font-size: 22px;
    font-family: 'Medium';
}



.hometow .hometow-box {
    display: flex;
    margin-top: 25px;
}

.hometow .hometow-box .Map002793 {
    width: 67%;
    margin-right: 20px;
}

.hometow .hometow-box .hometow-right {
    width: 33.5%;
}

.hometow .hometow-box .homeqh-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

.hometow .hometow-box .homeqh-box .clearfix {
    width: 84%;
    display: flex;
    align-items: flex-end;
    /* padding-bottom: 20px; */
}

.hometow .hometow-box .homeqh-box .homemore {
    width: 10%;
    padding-right: 7px;
}

.Map002793 .tab_span li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background: #d9d9d9;
    top: 5px;
    left: -43px;
}

.Map002793 .tab_span li:first-child:before {
    display: none;
}

.hometow .tab_oo {
    margin-top: 20px;
}

.hometow .tab_oo .tab_list {
    width: 100%;
}

.Map002793 .box .homeqh-aa {
    width: 45%;
    margin-right: 30px;
}
.Map002793 .box .homemore {display: none;position: absolute;right: 0;top: -65px;}
.Map002793 .box .homemore.on{display: block;}
.Map002793 .box .homeqh-aa:hover .pa a {
    font-family: 'Bold';
    color: #2263bc;
}

.Map002793 .box .homeqh-aa:hover .pb a {
    color: #2263bc;
}


.Map002793 .box .homeqh-aa:hover img {
    transform: scale(1.1);

}

.Map002793 .box .homeqh-aa .img {
    overflow: hidden;
}

.Map002793 .box .homezixun-qihuan {
    width: 50%;
}

.Map002793 .box .homezixun-qihuan .homezixun-box {
    display: block;
}

.Map002793 .box .homezixun-qihuan .homezixun-box .left {
    width: 100%;
    display: block;
    margin-right: 0;
}

.Map002793 .box .homezixun-qihuan .homezixun-box .left .left-ri {
    width: 100%;
    margin: auto;
}

.Map002793 .box .homezixun-qihuan .homezixun-box .left .left-ri li {
    margin-top: 0;
    margin-bottom: 17px;
}

.Map002793 .box .homeqh-aa .homeqh {
    margin-top: 28px;
}

.Map002793 .box .homeqh-aa .homeqh .pa {
    font-size: 20px;
    color: #333333;
}

.Map002793 .box .homeqh-aa .homeqh .pb {
    font-size: 14px;
    color: #999999;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.8;
    margin-top: 14px;
}

.hometow .hometow-box .hometow-right .homecskt ul li img {
    width: 100%;
    transition: all 0.5s;
}

@media(max-width:1200px) {
    .hometow .hometow-box .homeqh-box .homemore {
        width: 11%;
    }
}


@media(max-width:1000px) {

    .Map002793 .tab_span {
        display: none;
    }

    .Map002793 .box {
        margin-bottom: 2%;
    }

    .Map002793 .con ul {
        width: 100%;
        float: none;
    }
}

@media(max-width:710px) {
    .Map002793 .tab_span li {
        padding-right: 20px;
    }

    .hometow .hometow-box .homeqh-box .homemore {
        width: 19%;
    }

    .Map002793 .box {
        display: block;
    }

    .Map002793 .box .homeqh-aa {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .Map002793 .box .homezixun-qihuan {
        width: 100%;
    }

    .hometow .hometow-box {
        display: block;
    }

    .hometow .hometow-box .Map002793 {
        width: 100%;
        margin: 30px 0;
        padding-bottom: 0%;
    }

    .hometow .hometow-box .hometow-right {
        width: 100%;
    }

    .Map002793 .tab_span li:before {

        left: -12px;
    }
}

@media(max-width:640px) {
    .Map002793 .con {
        position: static;
        color: #555;
    }

    .Map002793 .con h2 {
        font-size: 20px;
    }

    .Map002793 .con li span {
        min-width: 80px;
    }

    .Map002793 .con .more {
        background: #ddd;
    }

    .hometow .hometow-box .homeqh-box .homemore {
        width: 25%;
    }

    .Map002793 .tab_span b {
        font-size: 16px;
    }

    .Map002793 .tab_span li.on b {
        font-size: 18px;
    }

    .Map002793 .box .homeqh-aa .homeqh {
        margin-top: 10px;
    }

    .Map002793 .box .homeqh-aa .homeqh .pb {

        margin-top: 5px;
    }

    .homeone .homeone-box .left img {
        max-width: 40px;
    }
}

.hometow .hometow-box .hometow-right .homecskt {
    margin-top: 20px;
}

.hometow .hometow-box .hometow-right .homecskt ul li {
    list-style: none;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 5px;
}

.hometow .hometow-box .hometow-right .homecskt ul li:hover img {
    transform: scale(1.1);
}

.hometow .hometow-box .hometow-right .homecskt ul a:last-child li {
    margin-bottom: 0px;
}

.hometow .hometow-box .hometow-right .homecskt ul li .pb {
    position: absolute;
    width: 100%;
    max-width: 280px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 20px 20px;
    color: #fff;
    font-family: 'YouSheBiaoTiHei';
    font-size: 24px;
    line-height: 1;
    display: flex;
    align-items: center;
}

.homepxtz .homepxtz-box {
    display: flex;
    background: url(../images/h-bj3.png) no-repeat;
    border-radius: 5px;
    overflow: hidden;
    color: #fff;
    align-items: center;
    padding: 19px 40px;
    line-height: 1;
}

.homepxtz .homepxtz-box .pa {
    font-size: 30px;
    width: 7%;
    font-family: 'YouSheBiaoTiHei';
}

.homepxtz .homepxtz-box .pb {
    font-size: 30px;
    width: 65%;
    text-align: right;
    padding-right: 16%;
    font-family: 'YouSheBiaoTiHei';
}

.homepxtz .homepxtz-box .pc {
    border-radius: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-size: 16px;
    color: #2363bc;
    width: 10%;
    max-width: 115px;
    border: 1px solid #fff;
    transition: all 0.5s;
}

.homepxtz .homepxtz-box img {
    width: 18%;
    max-width: 140px;
    margin-left: 7%;
}

.homepxtz .homepxtz-box .pc:hover {
    background: transparent;
    color: #fff;
}

.homepxtz {
    margin: 40px 0;
    padding: 0 20px;
}

@media screen and (max-width: 1240px) {
    .homepxtz .homepxtz-box .pc {
        padding: 10px 5px;
        width: 11%;
    }

    .homepxtz .homepxtz-box .pb {
        padding-right: 5%;
    }
}

@media screen and (max-width: 1000px) {

    .homepxtz .homepxtz-box .pa {
        font-size: 24px;
        width: 15%;
    }

    .homepxtz .homepxtz-box .pb {
        font-size: 24px;

    }

    .homepxtz .homepxtz-box .pc {
        width: 17%;
    }
}

@media screen and (max-width: 710px) {
    .homepxtz .homepxtz-box {
        padding: 30px 20px;
    }


}

@media screen and (max-width: 640px) {
    .homepxtz .homepxtz-box img {
        display: none;
    }

    .hometow .hometow-box .hometow-right .homecskt ul li .pb {
        font-size: 16px;
        line-height: 1.2;
    }

    .homepxtz .homepxtz-box .pa {
        font-size: 16px;
        width: 13%;
        line-height: 1.2;
    }

    .homepxtz .homepxtz-box .pb {
        font-size: 16px;
        text-align: left;
        line-height: 1.2;
    }

    .homepxtz .homepxtz-box .pc {
        width: 30%;
        font-size: 14px;
    }

}


.homesan .homesan-box {
    display: flex;
}

.homesan .homesan-box .homesan-kuang {
    width: 33%;
    margin-right: 20px;
}

.homesan .homesan-box .homesan-kuang .homezixun-box {
    display: block;
}

.homesan .homesan-box .homesan-kuang .homezixun-box .left {
    width: 100%;
    display: block;
}

.homesan .homesan-box .homesan-kuang .homezixun-box .left .left-ri {
    width: 100%;
}

.homesan .homesan-box .homesan-kuangsan .one {
    display: flex;
    flex-wrap: wrap;
}

.homesan .homesan-box .homesan-kuangsan .one li {
    width: 48%;
    margin-right: 10px;
    list-style: none;
    margin-bottom: 20px;
}

.homesan .homesan-box .homesan-kuangsan .one li:nth-child(2n+2) {
    margin-right: 0px;
}

.homesan .homesan-box .homesan-kuang .le-shipin {
    margin-top: 20px;
}

.homesan {
    padding: 35px 0;
    background: #f8f9fa;
}

@media screen and (max-width:850px) {

    .homesan .homesan-box .homesan-kuangsan .one li {
        width: 47%;
    }
}

@media screen and (max-width:710px) {

    .homesan .homesan-box .homesan-kuangsan .one li {
        width: 48%;
    }

    .homesan .homesan-box {
        display: block;
    }

    .homesan .homesan-box .homesan-kuang {
        width: 100%;
        margin-right: 0;
        margin: 30px 0;
    }

    .homepxtz {
        margin: 15px 0;
    }

    .homesan {
        padding: 10px 0px;
        margin: 30px 0;
    }
}


.homezjzl .homezjzl-box {
    display: flex;
    margin: 40px auto;
}

.homezjzl .homezjzl-box .left {
    width: 71%;
    margin-right: 20px;
    align-items: center;
    background: url(../images/h-bj4.png) no-repeat;
    justify-content: center;
    color: #fff;
    background-size: cover;
    padding: 38px 10px;
    padding-left: 9%;
    line-height: 1.2;
    border-radius: 5px;
}

.homezjzl .homezjzl-box .right {
    width: 33.5%;
    display: flex;
    color: #fff;
    background: url(../images/h-bj5.png) no-repeat;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}

.homezjzl .homezjzl-box .left .pa {
    font-size: 30px;
    font-family: 'YouSheBiaoTiHei';
}

.homezjzl .homezjzl-box .left .pb {
    font-size: 40px;
    font-family: 'YouSheBiaoTiHei';
    text-shadow: 3px 3px 3px rgb(54 54 54 / 41%);
}

.homezjzl .homezjzl-box .right .pa {
    font-size: 24px;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 10px;
}

.homezjzl .homezjzl-box .right .more {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.homezjzl .homezjzl-box .right .more::before {
    content: '';
    position: absolute;
    border: solid #2263bc;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

@media screen and (max-width: 710px) {
    .homezjzl .homezjzl-box {
        /* display: block; */
    }

    .homezjzl .homezjzl-box .left {
        width: 50%;
        padding: 20px 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
    }

    .homezjzl .homezjzl-box .right {
        width: 50%;
        margin-top: 0;
        padding: 20px;
        font-size: 16px;
    }

    .homezjzl .homezjzl-box .left .pb {
        font-size: 18px;
    }

    .homezjzl .homezjzl-box .left .pa {
        font-size: 16px;
    }

    .homezjzl .homezjzl-box .right .pa {
        font-size: 16px;

        padding: 0;
    }
}


.homehyfx .homehyfx-kuang {
    margin-top: 20px;
}

.homehyfx .homehyfx-kuang .homehyfx-yi ul {
    display: flex;
    align-items: flex-start;
}

.homehyfx .homehyfx-kuang .homehyfx-yi ul .homehyfx-yitow a {
    /* width: 33%; */
    margin-right: 20px;
    list-style: none;
    /* display: inline-block; */
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.homehyfx .homehyfx-kuang .homehyfx-yi ul .homehyfx-yitow a:nth-child(2n+2) {
    margin-right: 0px;
}

.homehyfx .homehyfx-kuang .homehyfx-yi ul li img {
    display: none;

}

.homehyfx .homehyfx-kuang .homehyfx-yi ul .homehyfx-yione li img {
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.homehyfx .homehyfx-kuang .homehyfx-yi ul .homehyfx-yione .img {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}

.homehyfx .homehyfx-kuang .homehyfx-yi ul .homehyfx-yione li {
    border-bottom: none;
}

.homehyfx .homehyfx-kuang .homehyfx-yi ul .homehyfx-yione li:hover img {
    transform: scale(1.1);
}


.homehyfx .homehyfx-kuang .homehyfx-yi ul .homehyfx-yione li:hover .pa {
    font-family: 'Bold';
    color: #2263bc;
}

.homehyfx .homehyfx-kuang .homehyfx-yi ul .homehyfx-yione li:hover .pb {
    color: #2263bc;
}


.homehyfx .homehyfx-kuang .homehyfx-yi ul li .homehyfx-yi-box .pa {
    font-size: 18px;
    color: #333333;
    margin-bottom: 4px;
}

.homehyfx .homehyfx-kuang .homehyfx-yi ul li .homehyfx-yi-box .pb {
    font-size: 14px;
    color: #999999;
    line-height: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.homehyfx .homehyfx-kuang .homehyfx-yi ul .homehyfx-yione .homehyfx-yi-box .pb {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.homehyfx .homehyfx-kuang .homehyfx-yi ul li:not(:nth-child(1)) {
    flex-direction: column;

}

.homehyfx .homehyfx-kuang .homehyfx-yi ul .homehyfx-yione {
    width: 33%;
    margin-right: 20px;
}

.homehyfx .homehyfx-kuang .homehyfx-yi ul .homehyfx-yitow {
    width: 67%;
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: row; */
}

.homehyfx .homehyfx-kuang .homehyfx-yi ul .homehyfx-yione li {
    width: 100%;
    list-style: none;
}

.homehyfx .homehyfx-kuang .homehyfx-yi ul .homehyfx-yitow a {
    width: 48%;
}

.homehyfx {
    margin-bottom: 55px;
}

.homehyfx-yitow li:hover .pa {
    font-family: 'Bold';
    color: #2263bc !important;
}

.homehyfx-yitow li:hover .pb {
    color: #2263bc !important;
}

@media screen and (max-width: 810px) {
    .homehyfx .homehyfx-kuang .homehyfx-yi ul .homehyfx-yitow a {
        width: 47%;
    }
}

@media screen and (max-width: 710px) {
    .homehyfx .homehyfx-kuang .homehyfx-yi ul {
        display: block;
    }

    .homehyfx .homehyfx-kuang .homehyfx-yi ul .homehyfx-yione {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .homehyfx .homehyfx-kuang .homehyfx-yi ul .homehyfx-yitow {
        width: 100%;

    }

    .homehyfx .homehyfx-kuang .homehyfx-yi ul li .homehyfx-yi-box .pa {
        font-size: 16px;
    }

    .homehyfx {
        margin-bottom: 10px;
    }
}

.banner {
    position: relative;
    display: flex;
    /* z-index: 999; */
}

.banner img {
    width: 100%;
}

.banner .banner-zi {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    align-content: center;
    padding: 0 20px;
}

.banner .banner-zi .pa {
    font-size: 50px;
    width: 100%;
    font-family: 'Bold';
    color: rgb(255 255 255 / 21%);
}

.banner .banner-zi .pb {
    font-size: 30px;
    font-family: 'Bold';
    margin-top: -38px;
    color: #fff;
    width: 100%;
}


/* Ã¥â€¦Â³Ã¤ÂºÅ½Ã¦Ë†â€˜Ã¤Â»Â¬ */


.Menu002188 {
    padding: 20px 0 0;
}

.Menu002188 .auto {
    border-bottom: 1px solid #e3e3e3;
}

.Menu002188 .Menu {
    float: left;
}

.Menu002188 .Menu li {
    float: left;
    padding: 0 0px 20px;
    margin-bottom: -1px;
    margin-right: 4.2vw;
}

.Menu002188 .Menu li a {
    font-size: 16px;
    color: #999999;
    padding-bottom: 19px;
    transition: .3s ease-out;
}

.Menu002188 .Menu li.cur a,
.Menu002188 .Menu li a:hover {
    color: #154587;
    border-bottom: 1px solid #154587;
    /* font-weight: bold; */
}

.Menu002188 .Currents {
    text-align: right;
    color: #666;
    line-height: 25px;
    float: right;
}

.Menu002188 .Currents em {
    font-style: normal;
    background: url(../images/img1.png) no-repeat left center;
    background-size: 9px auto;
    padding-left: 17px;
    display: inline-block;
    margin-right: 13px;
    color: #999999;
}

.Menu002188 .Currents a {
    color: #999999;
    transition: .3s ease-out;
    margin-right: 13px;
}

.Menu002188 .Currents a:hover {
    color: #2263bc;
}

.Menu002188 .Currents .jiantou {
    width: 5px;
    height: 5px;
    position: relative;
    display: inline-block;
    top: 0px;
    margin: auto;
    left: -4px;
}

.Menu002188 .Currents span {
    color: #2263bc;
}

.about-yi {
    margin-top: 100px;
    margin-bottom: 80px;
}

.about-yi .about-yi-box {
    display: flex;
    align-items: center;
}

.about-yi .about-yi-box .left {
    width: 70%;
    margin-right: 60px;
}

.about-yi .about-yi-box .right {
    width: 34%;
}

.quanju-h1 {
    font-size: 24px;
    color: #144387;
    margin-bottom: 30px;
    font-family: 'Medium';
}

.about-yi .about-yi-box .left .pb {
    font-size: 16px;
    color: #666666;
    line-height: 2;
    margin-bottom: 66px;
}

.about-yi .about-yi-box .right img {
    width: 100%;
}

.about-yi .about-yi-box .left .RighInfo003141 .ul {
    display: flex;
}

.about-yi .about-yi-box .left .RighInfo003141 .ul li {
    width: 33%;
}

.about-yi .about-yi-box .left .RighInfo003141 .ul li span {
    font-size: 26px;
    color: #144387;
    /* text-align: -webkit-match-parent; */
    font-style: normal;
}

.about-yi .about-yi-box .left .RighInfo003141 .ul li span .opa {
    display: none;
}

.about-yi .about-yi-box .left .RighInfo003141 .ul li span .ani {
    font-style: normal;
    font-family: 'Medium';
}


.about-yi .about-yi-box .left .RighInfo003141 .ul li p {
    font-size: 14px;
    color: #999999;
}


.about-qyzz .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 70px;
}

.about-qyzz .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}



.about-qyzz .swiper-slide img {
    width: 100%;
    margin-bottom: 27px;
}

.about-qyzz .swiper-slide .pa {
    font-size: 16px;
    color: #666666;
}

.about-qyzz .about-qyzz-box {
    position: relative;
}

.about-qyzz .about-qyzz-box .qyzz-next {
    right: -9%;
    background-color: #2263bc;
    background-size: 10px;
    border-radius: 50px;
    width: 47px;
    height: 47px;
    background-image: url(../images/jiantouon.png);
    transform: rotate(-180deg);
    margin-top: 0;
    background-position-x: 16px;
}

.about-qyzz .about-qyzz-box .qyzz-prev {
    left: -9%;
    /* right: -9%; */
    background-color: #2263bc;
    background-size: 10px;
    border-radius: 50px;
    width: 47px;
    height: 47px;
    background-image: url(../images/jiantouon.png);
    transform: rotate(360deg);
    margin-top: 0;
    background-position-x: 16px;
}


.about-qyzz .about-qyzz-box .swiper-button-disabled {
    background-color: transparent;
    color: #000;
    border: 1px solid #d1dae6;
    background-image: url(../images/jiantou.png);
    opacity: 1;
}

.center {
    text-align: center;
}

.about-qyzz {
    padding: 70px 0;
    padding-bottom: 100px;
    background: #f8f9fa;
}


@media (max-width: 1000px) {
    .Menu002188 .Currents {
        display: none;
    }
}


.ab-qgfb .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.ab-qgfb .swiper-slide {
    background-size: cover;
    background-position: center;
}

.ab-qgfb .gallery-top {
    height: 80%;
    width: 100%;
}

.ab-qgfb .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 20px 0;
}

.ab-qgfb .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.ab-qgfb .gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.ab-qgfb .swiper-slide .qgfb-div {
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 80px;
    flex-wrap: wrap;
    color: #fff;
    align-content: center;
}

.ab-qgfb .swiper-slide .qgfb-div p {
    width: 10;
    width: 100%;
}

.ab-qgfb .swiper-slide .qgfb-div .pa {
    font-size: 30px;
}

.ab-qgfb .swiper-slide .qgfb-div .pb {
    font-size: 24px;
    margin-bottom: 30px;
}

.ab-qgfb .swiper-slide .qgfb-div .pc {
    font-size: 16px;
    line-height: 2;
}

.ab-qgfb .swiper-slide img {
    width: 100%;
}

.ab-qgfb .auto {
    position: relative;
}


.ab-qgfb .auto .qgfb-next {
    right: -9%;
    background-color: #2263bc;
    background-size: 10px;
    border-radius: 50px;
    width: 47px;
    height: 47px;
    background-image: url(../images/jiantouon.png);
    transform: rotate(-180deg);
    margin-top: 0;
    background-position-x: 16px;
    top: 40%;
}

.ab-qgfb .auto .qgfb-prev {
    left: -9%;
    top: 40%;
    /* right: -9%; */
    background-color: #2263bc;
    background-size: 10px;
    border-radius: 50px;
    width: 47px;
    height: 47px;
    background-image: url(../images/jiantouon.png);
    transform: rotate(360deg);
    margin-top: 0;
    background-position-x: 16px;
}


.ab-qgfb .auto .swiper-button-disabled {
    background-color: transparent;
    color: #000;
    border: 1px solid #d1dae6;
    background-image: url(../images/jiantou.png);
    opacity: 1;
}

.ab-qgfb .gallery-thumbs .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px) !important;
    display: flex;
    flex-wrap: wrap;
}

.ab-qgfb .gallery-thumbs .swiper-wrapper .swiper-slide {
    width: 6.69%;
    font-size: 16px;
    text-align: center;
    background: #f8f9fa;
    padding: 13px 5px;
    color: #333333;
    margin-right: 13px !important;
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
    opacity: 1;
    cursor: pointer;
}

.ab-qgfb .gallery-thumbs .swiper-wrapper .swiper-slide:nth-child(13n+13) {
    margin-right: 0 !important;
}

.ab-qgfb .gallery-thumbs .swiper-wrapper .swiper-slide .pa {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    width: 100%;
}

.ab-qgfb {
    margin-top: 65px;
    margin-bottom: 70px;
}


.ab-fzjg {
    position: relative;
    background: #f8f9fa;
    padding: 70px 0;
}

.ab-fzjg .ab-fzjg-box {
    position: relative;
}

.ab-fzjg .ab-fzjg-box .zhongjian {
    text-align: center;
    max-width: 420px;
    margin: auto;
    /* background: url(../images/ab-img4.png) no-repeat center; */
    height: 100%;
}

.ab-fzjg .ab-fzjg-box .fzjg ul li {
    list-style: none;
    background: #e6ecf4;
    color: #233559;
    max-width: 350px;
    /* line-height: 2; */
    text-align: center;
    position: relative;
    padding: 10px 20px;
    margin-bottom: 10px;
    border-radius: 50px;
    /* position: absolute; */
    width: 100%;
}

.ab-fzjg .ab-fzjg-box .fzjg ul li:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    right: -13%;
    width: 100%;
    max-width: 50px;
    background: #5679ab;
    z-index: -1;
    top: 50%;
}

.ab-fzjg .ab-fzjg-box .fzjg ul {
    position: absolute;
    top: 0;
    display: inline-block;
    width: 100%;
}

.ab-fzjg .ab-fzjg-box .fzjg ul li:nth-child(1) {
    width: 100%;
    top: 7rem;
    left: 4.7rem;
}

.ab-fzjg .ab-fzjg-box .fzjg ul li p:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/yuan.png) no-repeat center;
    position: absolute;
    right: 10px;
    border-radius: 50px;
}

.ab-fzjg .ab-fzjg-box .fzjg ul li:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #000;
    /* height: 2px; */
    right: -15%;
    /* width: 100%; */
    max-width: 50px;
    background: #5679ab;
    z-index: 0;
    border-radius: 50px;
    top: 41%;
}


@media only screen and (max-width: 1444px) {
    .about-qyzz .about-qyzz-box .qyzz-next {
        right: -5%;
    }

    .about-qyzz .about-qyzz-box .qyzz-prev {
        left: -5%;
    }

    .ab-qgfb .auto .qgfb-next {
        right: -5%;
    }

    .ab-qgfb .auto .qgfb-prev {
        left: -5%;
    }
}

@media only screen and (max-width: 1340px) {
    .about-qyzz .about-qyzz-box .qyzz-next {
        right: 0%;
    }

    .about-qyzz .about-qyzz-box .qyzz-prev {
        left: 0%;
    }

    .ab-qgfb .auto .qgfb-next {
        right: 0%;
    }

    .ab-qgfb .auto .qgfb-prev {
        left: 0%;
    }
}

@media only screen and (max-width: 1200px) {
    .about-qyzz .about-qyzz-box .qyzz-next {
        right: 3%;
    }

    .about-qyzz .about-qyzz-box .qyzz-prev {
        left: 3%;
    }

    .ab-qgfb .auto .qgfb-next {
        right: 3%;
    }

    .ab-qgfb .auto .qgfb-prev {
        left: 3%;
    }
}






.ab-fzjg .ab-fzjg-box img {
    text-align: center;
    display: flex;
    margin: auto;
}

.ab-fzjg .ab-fzjg-box .fzjg ul li p {
    font-size: 1.15rem;
}


.abth-font,
.abth-font ul,
.abth-img2,
.abth-img3,
.abth-img4,
.abth-img5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .5s
}





/* Ã¥â€ºÂ¢Ã©ËœÅ¸Ã¦Ë†ÂÃ¥â€˜Ëœ */


.about-tdcy .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 70px;
}

.about-tdcy .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}



.about-tdcy .swiper-slide .img {
    width: 100%;
    padding-bottom:100%;
    background-repeat:no-repeat;
    background-size: cover;
    background-position:center;
    margin-bottom: 10px;
    border-radius: 100px;
    overflow: hidden;
}
.about-tdcy .swiper-slide img{display: inline-block;vertical-align: middle;}

.about-tdcy .swiper-slide .pa {
    font-size: 16px;
    color: #666666;
}

.about-tdcy .about-tdcy-box {
    position: relative;
}


.about-tdcy .about-tdcy-box .swiper-button-disabled {
    background-color: transparent;
    color: #000;
    border: 1px solid #d1dae6;
    background-image: url(../images/jiantou.png);
    opacity: 1;
}

.center {
    text-align: center;
}

.about-tdcy {
    padding: 70px 0;
    padding-bottom: 100px;
}




/* Ã¦Å“ÂÃ¥Å Â¡Ã¥Â®Â¢Ã¦Ë†Â· */


.about-fwkh .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}



.about-fwkh .swiper-slide img {
    max-width: 85%;
    max-height: 85%;
}

.about-fwkh .swiper-slide .pa {
    font-size: 16px;
    color: #666666;
}

.about-fwkh .about-fwkh-box {
    position: relative;
}

.about-fwkh .about-fwkh-box .fwkh-next {
    right: -9%;
    background-color: #2263bc;
    background-size: 10px;
    border-radius: 50px;
    width: 47px;
    height: 47px;
    background-image: url(../images/jiantouon.png);
    transform: rotate(-180deg);
    margin-top: 0;
    background-position-x: 16px;
}

.about-fwkh .about-fwkh-box .fwkh-prev {
    left: -9%;
    /* right: -9%; */
    background-color: #2263bc;
    background-size: 10px;
    border-radius: 50px;
    width: 47px;
    height: 47px;
    background-image: url(../images/jiantouon.png);
    transform: rotate(360deg);
    margin-top: 0;
    background-position-x: 16px;
}


.about-fwkh .about-fwkh-box .swiper-button-disabled {
    background-color: transparent;
    color: #000;
    border: 1px solid #d1dae6;
    background-image: url(../images/jiantou.png);
    opacity: 1;
}

.center {
    text-align: center;
}

.about-fwkh {
    padding: 70px 0;
    padding-bottom: 100px;
    background: #f8f9fa;
    margin-bottom: 20px;
}



@media only screen and (max-width: 1444px) {
    .about-tdcy .about-tdcy-box .tdcy-next {
        right: -5%;
    }

    .about-tdcy .about-tdcy-box .tdcy-prev {
        left: -5%;
    }

    .ab-qgfb .auto .qgfb-next {
        right: -5%;
    }

    .ab-qgfb .auto .qgfb-prev {
        left: -5%;
    }
}

@media only screen and (max-width: 1340px) {
    .about-tdcy .about-tdcy-box .tdcy-next {
        right: 0%;
    }

    .about-tdcy .about-tdcy-box .tdcy-prev {
        left: 0%;
    }

    .ab-qgfb .auto .qgfb-next {
        right: 0%;
    }

    .ab-qgfb .auto .qgfb-prev {
        left: 0%;
    }
}

@media only screen and (max-width: 1200px) {
    .about-tdcy .about-tdcy-box .tdcy-next {
        right: 3%;
    }

    .about-tdcy .about-tdcy-box .tdcy-prev {
        left: 3%;
    }

    .ab-qgfb .auto .qgfb-next {
        right: 3%;
    }

    .ab-qgfb .auto .qgfb-prev {
        left: 3%;
    }
}




@media only screen and (max-width: 1444px) {
    .about-fwkh .about-fwkh-box .fwkh-next {
        right: -5%;
    }

    .about-fwkh .about-fwkh-box .fwkh-prev {
        left: -5%;
    }

    .ab-qgfb .auto .qgfb-next {
        right: -5%;
    }

    .ab-qgfb .auto .qgfb-prev {
        left: -5%;
    }
}

@media only screen and (max-width: 1340px) {
    .about-fwkh .about-fwkh-box .fwkh-next {
        right: 0%;
    }

    .about-fwkh .about-fwkh-box .fwkh-prev {
        left: 0%;
    }

    .ab-qgfb .auto .qgfb-next {
        right: 0%;
    }

    .ab-qgfb .auto .qgfb-prev {
        left: 0%;
    }
}

@media only screen and (max-width: 1200px) {
    .about-fwkh .about-fwkh-box .fwkh-next {
        right: 3%;
    }

    .about-fwkh .about-fwkh-box .fwkh-prev {
        left: 3%;
    }

    .ab-qgfb .auto .qgfb-next {
        right: 3%;
    }

    .ab-qgfb .auto .qgfb-prev {
        left: 3%;
    }
}


.banner .mo {
    display: none;
}

@media only screen and (max-width: 710px) {
    .banner{z-index: 1;}
    .banner .pc {
        display: none;
    }

    .banner .mo {
        display: block;
    }

    .Menu002188 .Menu li {
        margin-right: 10px;
    }

    .about-yi {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .about-yi .about-yi-box {
        display: block;
    }

    .about-yi .about-yi-box .left {
        width: 100%;
        margin-right: 0;
    }

    .quanju-h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .about-yi .about-yi-box .left .pb {
        margin-bottom: 20px;
    }

    .about-yi .about-yi-box .right {
        margin-top: 20px;
        width: 100%;
    }

    .about-yi .about-yi-box .left .RighInfo003141 .ul li {
        margin-right: 20px;
    }

    .about-yi .about-yi-box .left .RighInfo003141 .ul li span {
        font-size: 20px;
    }

    .about-qyzz {
        padding: 20px 0;
        padding-bottom: 20px;
    }

    .about-qyzz .swiper-container {
        margin-top: 20px;
    }

    .about-qyzz .swiper-slide img {
        margin-bottom: 10px;
    }

    .about-qyzz .swiper-container {
        max-width: 270px;
    }

    .about-qyzz .about-qyzz-box .qyzz-next,
    .about-qyzz .about-qyzz-box .qyzz-prev,
    .ab-qgfb .auto .qgfb-next,
    .ab-qgfb .auto .qgfb-prev,
    .about-tdcy .about-tdcy-box .tdcy-next,
    .about-tdcy .about-tdcy-box .tdcy-prev,
    .about-fwkh .about-fwkh-box .fwkh-next,
    .about-fwkh .about-fwkh-box .fwkh-prev {
        width: 30px;
        height: 30px;
        background-position-x: 10px;
        background-size: 6px;
    }

    .ab-qgfb .swiper-slide .qgfb-div .pa {
        font-size: 20px;
    }

    .ab-qgfb .swiper-slide .qgfb-div .pb {
        font-size: 20px;
        margin-bottom: 0;
    }

    .ab-qgfb .swiper-slide img {
        width: 100%;
        object-fit: cover;
        height: 300px;
    }

    .ab-qgfb .swiper-slide .qgfb-div {
        padding: 40px 40px;
    }

    .ab-qgfb .gallery-thumbs .swiper-wrapper .swiper-slide {
        width: 18%;
    }

    .ab-qgfb .gallery-thumbs .swiper-wrapper .swiper-slide:nth-child(13n+13) {
        margin-right: 13px !important;
    }

    .ab-qgfb .gallery-thumbs .swiper-wrapper .swiper-slide:nth-child(5n+5) {
        margin-right: 0px !important;
    }

    .ab-qgfb .gallery-thumbs .swiper-wrapper {
        max-height: 232px;
        overflow: auto;
    }

    .ab-qgfb {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .ab-fzjg {
        padding: 20px 0;
    }

    .about-tdcy {
        padding: 20px 0;
        padding-bottom: 20px;
    }

    .about-tdcy .swiper-container {
        margin-top: 20px;
    }

    .about-tdcy .swiper-container {
        max-width: 270px;
    }

    .about-fwkh {
        padding: 20px 0;
        margin-bottom: 20px;
    }

    .about-fwkh .swiper-slide img {
        margin-bottom: 0;
    }

    .about-fwkh .about-fwkh-box .fwkh-prev {
        top: 65%;
    }

    .about-fwkh .about-fwkh-box .fwkh-next {
        top: 65%;
    }
}

@media only screen and (max-width: 550px) {
    .ab-qgfb .gallery-thumbs .swiper-wrapper .swiper-slide {
        width: 16.5%;
    }
}


.hzffb {
    margin-top: 92px;
    margin-bottom: 117px;
}

.hzffb .ul {
    display: flex;
    flex-wrap: wrap;
}

.hzffb .ul li {
    width: 48%;
    margin-right: 36px;
    padding: 50px 65px;
    box-shadow: 0px 0px 6px 0px #e6e6e6;
    margin-bottom: 30px;
    transition: all 0.5s;
}

.hzffb .ul li .div .pa {
    font-family: 'Medium';
    font-size: 22px;
    color: #333333;
    margin-bottom: 20px;
}

.hzffb .ul li .div .pb {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 23px;
}

.hzffb .ul li .div .kuu {
    display: flex;
    flex-wrap: wrap;
}

.hzffb .ul li .div .kuu .dianhua {
    display: flex;
    align-items: center;
    color: #2363bc;
    font-size: 14px;
    margin-right: 43px;
    margin-bottom: 5px;
}

.hzffb .ul li .div .kuu .dianhua img {
    margin-right: 10px;
}

.hzffb .ul li:nth-child(2n+2) {
    margin-right: 0;
}

.hzffb .ul li:hover {
    background: #2263bc;
    border-radius: 5px;
    color: #fff;
}

.hzffb .ul li:hover p {
    color: #fff !important;
}

.hzffb .ul li:hover .dianhua {
    filter: grayscale(100%) brightness(500%);
}

@media screen and (max-width: 950px) {
    .hzffb .ul li {
        margin-right: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 850px) {
    .hzffb .ul li {
        width: 100%;
        margin-right: 0px;
        padding: 20px;
    }

    .hzffb .ul li .div .kuu {
        flex-wrap: wrap;
    }

    .hzffb .ul li .div .kuu .dianhua {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 5px;
    }

    .hzffb .ul li .div .pa {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .hzffb .ul li .div .pb {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .hzffb {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/* Ã¦â€“Â°Ã©â€”Â»Ã¥Ë†â€”Ã¨Â¡Â¨ */

/*PicList002938 */
.PicList002938 ul {
    padding: 1.93vw 0;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    align-items: center;
}

.PicList002938 li .inner {
    padding-left: 50px;
    font-size: 16px;
    padding-right: 60px;
    max-width: 800px;
}

.PicList002938 li time {
    color: #c8c8c8;
}

.PicList002938 li time a {
    float: right;
    color: #2263bc;
}

.PicList002938 li p {
    color: #666666;
    line-height: 1.8;
    height: auto;
    font-size: 16px;
}

.PicList002938 li aside {
    font-size: 18px;
    margin-bottom: 20px;
}

.PicList002938 li aside a {
    color: #333333;
}

.PicList002938 li aside a:hover {
    color: #2263bc;
}

.PicList002938 ul .ytable-cell {
    display: flex;
}

.PicList002938 ul .ytable-cell .time {
    width: 20%;
    text-align: center;
    padding-left: 40px;
    border-left: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.PicList002938 ul ol.ytable-cell a{
	display: block;
	width: 100%;
}

.PicList002938 ul .ytable-cell .time .pa {
    color: #144387;
    font-size: 40px;
    width: 100%;
    line-height: 1;
}

.PicList002938 ul .ytable-cell .time .pb {
    color: #144387;
    font-size: 18px;
}

.PicList002938 ul:hover img {
    transform: scale(1.1);
}

.PicList002938 ol img {
    transition: all 0.5s;
}

.PicList002938 ul:hover .dot a {
    color: #2263bc;
}

.PicList002938 ul:hover .dot2 {
    color: #2263bc;
}

.PicList002938 {
    padding: 10px 0px;
}

.PicList002938 ul .ytable-cell img {
    width: 100%;
}

.PicList002938 ol {
    width: 100%;
    max-width: 210px;
    overflow: hidden;
    border-radius: 5px;
}

@media(max-width:768px) {
    .PicList002938 li .inner {
        padding-left: 3vw;
        font-size: 14px;
    }

    .PicList002938 li p {
        font-size: 14px;
    }

    .PicList002938 li aside {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .PicList002938 ul .ytable-cell {
        margin-bottom: 10px;
    }

    .PicList002938 ol {
        max-width: 100%;
    }

    .PicList002938 li .inner {
        padding-left: 0 !important;
        padding-right: 10px !important;
    }

    .PicList002938 ul .ytable-cell .time {
        width: 100% !important;
        padding-left: 10px;
    }

    .PicList002938 ul .ytable-cell .time .pa {
        font-size: 20px;

    }

    .PicList002938 ul .ytable-cell .time .pb {
        font-size: 14px;

    }
}

@media(max-width:480px) {

    .PicList002938 .ytable,
    .PicList002938 .ytable-cell {
        display: block;
    }

    .PicList002938 ul {
        padding: 3vw 0;
    }

    .PicList002938 li .inner {
        padding: 3vw;
    }
}


/* Ã¥Ë†â€ Ã©Â¡Âµ */

/*Page001959*/
.Page001959 .Pages {
    line-height: 50px;
    zoom: 1;
    overflow: hidden;
    text-align: center;
    padding: 2% 0;
    text-align: center;
    background: url(https://www.uniontax.cn/cn/images/Page001959-bg.jpg) no-repeat center top;
    margin: 52px 0;
}

.Page001959 .Pages span {
    padding: 0px 3px;
    display: inline-block;
}

.Page001959 .Pages a {
    display: inline-block;
    margin: 0px 2px;
    padding: 0px 20px;
    font-size: 16px;
    vertical-align: middle;
    background-color: #f7f7f7;
    border-radius: 5px;
}

/*.Page001959 .Pages .p_cur,
.Page001959 .Pages .p_count,
.Page001959 .Pages .p_jump,
.Page001959 .Pages .a_first,
.Page001959 .Pages .a_end,
.Page001959 .Pages .p_total {
    display: none;
}*/

.Page001959 .Pages .p_page em {
    font-style: normal;
    font-family: Arial;
}

.Page001959 .Pages a:hover,
.Page001959 .Pages a.a_cur {
    color: #fff;
    background-color: #2263bc;
}

.Page001959 .Pages .a_prev,
.Page001959 .Pages .a_next {
    width: 50px;
    height: 50px;
    padding: 0;
    line-height: 150px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f7f7f7;
    position: relative;

}



.Page001959 .Pages .a_prev:before {
    position: absolute;
    content: '';
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    top: 41%;
    left: 22px;
}

.Page001959 .Pages .a_next:before {
    position: absolute;
    content: '';
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 41%;
    left: 22px;
}

.Page001959 .Pages a:hover::before {
    border-color: #fff;
}

@media(max-width:1070px) {
    .PicList002938 ul .ytable-cell .time {
        padding-left: 20px;
    }

    .PicList002938 li .inner {
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media(max-width:1000px) {
    .PicList002938 ul .ytable-cell .time {
        width: 40%;
    }
}


@media(max-width:768px) {
    .Page001959 .Pages {
        line-height: 30px;
        margin: 10px 0;
    }

    .Page001959 .Pages a {
        font-size: 16px;
        padding: 0px 10px;
    }



}

@media(max-width:480px) {
    .Page001959 .Pages .p_page em {
        display: none;
    }
}


/* Ã¦â€“Â°Ã©â€”Â»Ã¨Â¯Â¦Ã¦Æ’â€¦ */
/*RighInfo002973 */
.RighInfo002973 {
    margin: 10px 0 20px 0;
    color: #333;
    font-size: 16px;
}

.RighInfo002973>.auto {
    max-width: 1200px;
}

.RighInfo002973 .news-details {
    max-width: 1226px;
    padding: 60px 0;
}

.RighInfo002973 .news-details .title {
    text-align: center;
    background: #f8f9fa;
    padding: 47px 20px;
}

.RighInfo002973 .news-details .title h1 {
    font-size: 22px;
    margin: 0 0 15px 0;
    color: #333333;
}

.RighInfo002973 .news-details .title aside span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 5px;
    line-height: 16px;
}

.RighInfo002973 .news-details .title .bshare-custom {
    display: inline-block;
}

.RighInfo002973 .bshare-custom a {
    background-position: center center;
    margin: 0 0 0 14px;
}



.RighInfo002973 .news-details .edit-info {
    line-height: 1.875em;
    border-bottom: 1px solid #eeeeee;
    padding: 50px 0;
    margin-bottom: 30px;
}

.RighInfo002973 .pn-page aside {
    padding: 10px 0;
}

.RighInfo002973 .pn-page aside a {
    color: #666;
}

.RighInfo002973 .pn-page aside a b {
    color: #666666;
    font-weight: unset;
}

.RighInfo002973 .operating a:hover,
.RighInfo002973 .pn-page aside a:hover {
    color: #205393;
}

.RighInfo002973 .operating {
    overflow: hidden;
    line-height: 24px;
}

.RighInfo002973 .operating a {
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left center;
}

.RighInfo002973 .operating a:not(:last-child) {
    margin-right: 45px;
}

.RighInfo002973 .news-details .edit-info p {
    font-size: 16px;
    color: #666666;
    line-height: 2;
}

.RighInfo002973 .news-details .edit-info .xwxqtu {
    display: flex;
    margin: 40px 0;
    flex-wrap: wrap;
}

.RighInfo002973 .news-details .edit-info .xwxqtu img {
    width: 48%;
    margin-right: 20px;
    height: auto;
    margin-bottom: 5px;
}

.RighInfo002973 .news-details .edit-info .xwxqtu img:nth-child(2) {
    margin-right: 0px;
}

.RighInfo002973 .news-details .title span {
    font-size: 16px;
    color: #999999;
}

.RighInfo002973 .pn-page .kk {
    width: 85%;
}

.RighInfo002973 .pn-page .fanhui {
    width: 10%;
    text-align: center;
    padding: 10px 20px;
    background: #2263bc;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    transition: all 0.5s;
    border: 1px solid #2263bc;
}

.RighInfo002973 .pn-page .fanhui:hover {
    color: #2263bc;
    background: transparent;
}

@media(min-width:1025px) {
    .RighInfo002973 .pn-page {
        min-height: 24px;
        position: relative;
        /* padding-right: 230px; */
        display: flex;
        align-items: center;
    }

    .RighInfo002973 .pn-page .operating {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .RighInfo002973 .operating a {
        float: left;
    }
}

@media(max-width:1024px) {
    .RighInfo002973 .operating {
        text-align: right;
        padding-bottom: 20px;
    }

    .RighInfo002973 .operating a {
        display: inline-block;
    }
}

@media(max-width:640px) {
    .RighInfo002973 .news-details .title h1 {
        font-size: 6vw;
    }

    .RighInfo002973 {
        font-size: 14px;
    }

    .RighInfo002973 .news-details {
        padding: 20px 0;
    }

    .RighInfo002973 .news-details .title h1 {
        font-size: 20px;
    }

    .RighInfo002973 .news-details .title {

        padding: 20px 20px;
    }

    .RighInfo002973 .news-details .edit-info .xwxqtu img {
        width: 100%;
        margin-right: 0;
    }

    .RighInfo002973 .news-details .edit-info {

        padding: 20px 0;
        margin-bottom: 20px;
    }

    .RighInfo002973 .pn-page .kk {
        width: 100%;
        margin-bottom: 10px;
    }

    .RighInfo002973 .pn-page .fanhui {
        width: 100%;
        max-width: 120px;
        text-align: center;
        margin: auto;
        display: flex;
        justify-content: center;
    }

    .RighInfo002973 .news-details .edit-info .xwxqtu {
        margin: 20px 0;
    }
}


/* Ã¦ÂÅ“Ã§Â´Â¢Ã§Â»â€œÃ¦Å¾Å“ */
.ssjg {
    margin: 80px 0;
}

.ssjg input[type="text"] {
    width: 100%;
    max-width: 600px;
    margin: auto;
    display: flex;
    border: navajowhite;
    background: #f6f6f6 url(../images/sousuo.png) no-repeat left;
    padding: 18px 45px;
    border-radius: 50px;
    background-position-x: 20px;
}

.ssjg .sousuo {
    margin-bottom: 55px;
}

.ssxq .homeh1 {
    font-size: 26px;
}

.ssjg .PicList002938 ol {

    max-width: 160px;
}

.ssjg .PicList002938 li .inner {
    padding-left: 30px;

}

.ssjg .PicList002938 li p {
    -webkit-line-clamp: 1;
}

.ssjg .PicList002938 li aside {
    font-size: 20px;
    margin-bottom: 10px;
}

.ssjg .PicList002938 li aside a {
    font-family: 'Medium';
}

.ssjg .PicList002938 ul .ytable-cell .time .pa {
    color: #333333;
}

.ssjg .PicList002938 ul .ytable-cell .time .pb {
    color: #333333;
}

.ssjg .PicList002938 ul {
    padding: 25px 0;
}


.ssjg .PicList002938 ul:last-child {
    border: none;
}

.sswshipin .le-shipin ul {
    display: flex;
    flex-wrap: wrap;
}

.sswshipin .le-shipin ul li {
    width: 18.8%;
    margin-right: 18px;
    list-style: none;
}

.sswshipin .le-shipin ul li img {
    border-radius: 50px;
}


.sswshipin .le-shipin ul li:nth-child(5n+5) {
    margin-right: 0px;
}

.ssjg .left-ri-top {
    border-bottom: 1px solid #2263bc;
}

.ssjg .PicList002938 {
    padding: 5px 0px;
}

.sswshipin .le-shipin {
    margin: 30px 0;
}

.sszj .le-shipin ul li {
    width: 15.4%;
    text-align: center;
}

.sszj .le-shipin ul li:nth-child(6n+6) {
    margin-right: 0px;
}

.sszj .le-shipin ul li:nth-child(5n+5) {
    margin-right: 18px;
}

.sswshipin {
    margin-top: 55px;
}

.sszj {
    margin-top: 80px;
}

@media screen and (max-width: 1200px) {
    .sswshipin .le-shipin ul li {

        width: 18%;
    }

    .sszj .le-shipin ul li {
        width: 14.5%;
    }
}

@media screen and (max-width: 768px) {
    .ssjg .PicList002938 ol {
        max-width: 100%;
    }

    .ssjg .PicList002938 ul {
        display: block;
        padding-bottom: 10px;
    }

    .ssjg .PicList002938 li .inner {
        width: 65%;
    }

    .ssxq .homeh1 {
        font-size: 20px;
    }

    .ssjg input[type="text"] {
        padding: 10px 45px;
    }

    .ssjg .sousuo {
        margin-bottom: 20px;
    }

    .ssjg {
        margin: 20px 0;
    }

    .sswshipin {
        margin-top: 20px;
    }

    .sswshipin .le-shipin ul li {
        width: 47%;
        margin-bottom: 10px;
    }

    .sswshipin .le-shipin ul li:nth-child(2n+2) {
        margin-right: 0px;
    }
}


/* Ã¨Â´Â¢Ã¥Å Â¡Ã¨Â¯Â¾Ã¥Â â€š */
.cskt .cskt-box {
    display: flex;
}

.cskt .cskt-box .left {
    width: 20%;
    text-align: center;
    padding-top: 90px;
    padding-right: 20px;
    border-right: 1px solid #e3e3e3;
}

.cskt .cskt-box .right {
    width: 80%;
    padding-top: 90px;
    padding-left: 70px;
}

.cskt .cskt-box .left a li {
    margin-bottom: 40px;
    list-style: none;
    font-size: 18px;
    color: #333333;
    position: relative;
}

.cskt .cskt-box .right li {
    list-style: none;
    width: 30%;
    margin-right: 40px;
    margin-bottom: 40px;
}

.cskt .cskt-box .right ul {
    display: flex;
    flex-wrap: wrap;
}

.cskt .cskt-box .right .p .pa {
    font-size: 26px;
    color: #333333;
    font-family: 'Medium';
    margin-bottom: 20px;
    position: relative;
}
.cskt .cskt-box .right .p .pa .more{line-height: 35px;padding:0 15px;border-radius:5px;border:1px solid #2263bc;position: absolute;right: 0;top: 50%;transform: translateY(-50%);font-size:16px;display: block;}
.cskt .cskt-box .right .p .pa .more:hover{color: #2263bc;}

.cskt .cskt-box .right .p .pb {
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
    line-height: 2;
}
.cskt .cskt-box .right .p .pimg{
    display: block;
    width: 100%;
    padding-bottom: 30%;
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}

.cskt .cskt-box .right li img {
    width: 100%;
}

.cskt .cskt-box .right li:nth-child(3n+3) {
    margin-right: 0;
}

.cskt .cskt-box .right li .lipa {
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: 'Medium';
}

.cskt .cskt-box .right li .lipb {
    font-size: 14px;
    color: #999999;
    line-height: 1.8;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.cskt .cskt-box .right .lzs {
    padding-bottom: 60px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
}

.cskt .cskt-box .left a .on {
    color: #2263bc;
}

.cskt .cskt-box .left a .on:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    max-width: 23px;
    background: #2263bc;
    left: 2vw;
    top: 50%;
}

.cskt .cskt-box .left a .on:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    max-width: 23px;
    background: #2263bc;
    right: 2vw;
    top: 50%;
}

.cskt .cskt-box .right li .img {
    position: relative;
}

.cskt .cskt-box .right li .img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(34 99 188 / 75%);
    display: none;
}

.cskt .cskt-box .right li .img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    filter: grayscale(100%) brightness(300%);
    background: url(../images/fdj.png) no-repeat center;
    left: 0;
    top: 0;
    display: none;
}

.cskt .cskt-box .right li:hover .img::before,
.cskt .cskt-box .right li:hover .img::after {
    display: block;
}

.cskt .cskt-box .right li:hover .lipa {
    color: #2263bc;
}

.cskt .cskt-box .left .fixed {
    position: fixed;
    top: 26%;
    width: 100%;
    max-width: 240px;
    padding-right: 20px;
}

@media screen and (max-width: 1000px) {
    .cskt .cskt-box {
        display: block;
    }

    .cskt .cskt-box .left a li {
        margin-bottom: 20px;
    }

    .cskt .cskt-box .left .ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        width: 100%;
        max-width: 100%;
        background: #fff;
        top: 0;
        padding: 15px 0;
        left: 0;
        z-index: 9;
    }

    .cskt .cskt-box .left {
        width: 100%;
        text-align: center;
        padding-top: 20px;
        padding-right: 0;
        border-right: 0;
        border-bottom: 1px solid #e3e3e3;
    }

    .cskt .cskt-box .left .ul a {
        width: 20%;
    }

    .cskt .cskt-box .right {
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
    }
}

@media screen and (max-width: 840px) {

    .cskt .cskt-box .right li {

        margin-right: 20px;
    }
}

@media screen and (max-width: 768px) {

    .cskt .cskt-box .left a .on:after,
    .cskt .cskt-box .left a .on:before {
        display: none;
    }

    .cskt .cskt-box .left a li {
        font-size: 16px;
    }

    .cskt .cskt-box .left .ul {
        width: 100%;
        max-width: 100%;
        background: #fff;
        top: 0;
        padding: 15px 0;
        left: 0;
        z-index: 9;
    }

    .cskt .cskt-box .left a li {
        margin-bottom: 0;
    }

    .cskt .cskt-box .rightfix .lzs {
        padding-top: 50px;
        margin-bottom: 0;
    }

    .cskt .cskt-box .right .lzs {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 450px) {
    .cskt .cskt-box .right li {
        width: 46%;
        margin-bottom: 20px;
    }

    .cskt .cskt-box .right li:nth-child(3n+3) {
        margin-right: 20px;
    }

    .cskt .cskt-box .right li:nth-child(2n+2) {
        margin-right: 0px;
    }
}





/* Ã§Â¨Å½Ã¥Å Â¡Ã¥Ë†â€”Ã¨Â¡Â¨ */
/* .swlb .swlb-box {
    display: flex;
    align-items: flex-start;
}

.swlb .swlb-box .left {
    width: 10%;
    text-align: center;
    padding-top: 0;
    padding-right: 20px;
    border-right: 1px solid #e3e3e3;
}

.swlb .swlb-box .right {
    width: 90%;
    padding-top: 10px;
    padding-left: 20px;
}

.swlb .swlb-box .left a li {
    margin-bottom: 25px;
    list-style: none;
    font-size: 16px;
    color: #333333;
    position: relative;
}

.swlb .swlb-box .right li {
    list-style: none;
    width: 30%;
    margin-right: 40px;
}

.swlb .swlb-box .right ul {
    display: flex;
    flex-wrap: wrap;
}

.swlb .swlb-box .right .p .pa {
    font-size: 26px;
    color: #333333;
    font-family: 'Medium';
    margin-bottom: 20px;
}

.swlb .swlb-box .right .p .pb {
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
    line-height: 2;
}

.swlb .swlb-box .right li img {
    width: 100%;
}

.swlb .swlb-box .right li:nth-child(3n+3) {
    margin-right: 0;
}

.swlb .swlb-box .right li .lipa {
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: 'Medium';
}

.swlb .swlb-box .right li .lipb {
    font-size: 14px;
    color: #999999;
    line-height: 1.8;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
} */

/* .swlb .swlb-box .right .lzs {
    padding-bottom: 60px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 60px;
} */

/* .swlb .swlb-box .left a .on {
    color: #2263bc;
} */

/*
.swlb .swlb-box .left a .on:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    max-width: 23px;
    background: #2263bc;
    left: 2vw;
    top: 50%;
}

.swlb .swlb-box .left a .on:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    max-width: 23px;
    background: #2263bc;
    right: 2vw;
    top: 50%;
} */
/*
.swlb .swlb-box .right li .img {
    position: relative;
}

.swlb .swlb-box .right li .img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(34 99 188 / 75%);
    display: none;
}

.swlb .swlb-box .right li .img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    filter: grayscale(100%) brightness(300%);
    background: url(../images/fdj.png) no-repeat center;
    left: 0;
    top: 0;
    display: none;
}

.swlb .swlb-box .right li:hover .img::before,
.swlb .swlb-box .right li:hover .img::after {
    display: block;
}

.swlb .swlb-box .right li:hover .lipa {
    color: #2263bc;
}

.swlb .swlb-box .left .fixed {
    position: fixed;
    top: 6%;
    width: 100%;
    max-width: 120px;
    padding-right: 20px;
} */

@media screen and (max-width: 1000px) {
    .swlb .swlb-box {
        display: block;
    }

    .swlb .swlb-box .left a li {
        margin-bottom: 20px;
    }

    .swlb .swlb-box .left .ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .swlb .swlb-box .left {
        width: 100%;
        text-align: center;
        padding-top: 20px;
        padding-right: 0;
        border-right: 0;
        border-bottom: 1px solid #e3e3e3;

    }

    .swlb .swlb-box .left .ul a {
        width: 20%;
    }

    .swlb .swlb-box .right {
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
    }
}

@media screen and (max-width: 840px) {

    .swlb .swlb-box .right li {

        margin-right: 20px;
    }
}

@media screen and (max-width: 768px) {

    .swlb .swlb-box .left a .on:after,
    .swlb .swlb-box .left a .on:before {
        display: none;
    }

    .swlb .swlb-box .left a li {
        font-size: 16px;
    }

    .swlb .swlb-box .left .ul {
        width: 100%;
        max-width: 100%;
        background: #fff;
        top: 0;
        padding: 15px 0;
        left: 0;
        z-index: 9;
    }

    .swlb .swlb-box .left a li {
        margin-bottom: 0;
    }

}

@media screen and (max-width: 450px) {
    .swlb .swlb-box .right li {
        width: 46%;
        margin-bottom: 20px;
    }

    .swlb .swlb-box .right li:nth-child(3n+3) {
        margin-right: 20px;
    }

    .swlb .swlb-box .right li:nth-child(2n+2) {
        margin-right: 0px;
    }

}

.swlb .swlb-box .left .biao .pa {
    font-size: 16px;
    color: #fff;
    background: #2263bc;
    padding: 15px 10px;
    border-radius: 5px;
    margin-bottom: 25px;
}

.swlb {
    margin: 50px auto;
}

.swlb .swlb-box .left a:last-child li {
    margin-bottom: 0;
}

.swlb .swlb-box .right .right-tow {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.swlb .swlb-box .right .right-tow .ri-left {
    width: 68%;
    margin-right: 30px;
}

.swlb .swlb-box .right .right-tow .ri-left .homeh1 {
    font-size: 22px;
}

.swlb .swlb-box .right .right-tow .ri-left .swzx {
    margin-bottom: 60px;
}

.swlb .swlb-box .right .right-tow .ri-right {
    width: 29%;
}

.swlb .swlb-box .right .right-tow .ri-left .swzx ul {
    margin-top: 30px;
}
.splb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li .kaibo {position: absolute;top: 0;left: 10px;padding: 3px 7px;background: rgb(0 0 0 / 31%);border-radius: 0px 0px 5px 5px;color: #fff;}
.swlb .swlb-box .right .right-tow .ri-left #swzx1 ul li {
    width: 100%;
    display: flex;
    margin-bottom: 25px;
    align-items: center;
    padding-bottom: 25px;
    margin-right: 0;
    border-bottom: 1px solid #e3e3e3;
}.swlb .swlb-box .right .right-tow .ri-left #swzx1 ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    margin-right: 0;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx1 ul li img {
    width: 24%;
    margin-right: 30px;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx1 ul li .neirong {
    width: 72%;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx1 ul li .pa {
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
    font-family: 'Medium';
}

.swlb .swlb-box .right .right-tow .ri-left #swzx1 ul li .pb {
    font-size: 16px;
    color: #666666;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx1 ul li:hover .neirong .pa {
    color: #2263bc;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx1 ul li:hover .neirong .pb {
    color: #2263bc;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx1 ul li .pc {
    font-size: 16px;
    color: #999999;
}

.swlb .swlb-box .right .right-tow .ri-right .swwj {
    background: #fafafa;
    padding: 30px;
    border-radius: 5px;
}

.swlb .swlb-box .right .right-tow .ri-right .swwj .quanju-h1 {
    text-align: center;
    font-size: 20px;
    color: #2363bc;
    margin-bottom: 20px;
}

.swlb .swlb-box .right .right-tow .ri-right .swwj ul {
    display: block;
}

.swlb .swlb-box .right .right-tow .ri-right .swwj ul li {
    width: 100%;
    font-size: 16px;
    color: #333333;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
}

.swlb .swlb-box .right .right-tow .ri-right .swwj ul li:last-child {
    border: navajowhite;
    margin-bottom: 0;
}

.swlb .swlb-box .right .right-tow .ri-right .swwj ul li:hover a {
    color: #2263bc;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx2 ul {
    display: block;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx2 ul li {
    width: 100%;
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #ebebeb;
}


.swlb .swlb-box .right .right-tow .ri-left #swzx2 ul li .neirong .pa {

    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

}

.swlb .swlb-box .right .right-tow .ri-left #swzx2 ul li .neirong .pa .span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #333333;
    font-family: 'Medium';
    width: 100%;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx2 ul li .neirong .pa .time {
    font-size: 14px;
    color: #cccccc;
    width: 11%;
    margin-left: 40px;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx2 ul li .neirong .pb {
    font-size: 16px;
    color: #999999;
    /* line-height: 2; */
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 25px;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx2 ul li .pc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx2 ul li .pc .touxiang {
    width: 40%;
    font-size: 14px;
    color: #999999;
    margin-right: 20px;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx2 ul li .pc .fenxiang {
    /* width: 50%; */
    display: flex;
    justify-content: flex-end;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx2 ul li .pc .touxiang img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 10px;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx2 ul li .pc .fenxiang .fx img {
    max-width: 15px;
    margin-right: 10px;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx2 ul li .pc .fenxiang .fx {
    margin-right: 3vw;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx2 ul li .pc .fenxiang a span {
    color: #999999;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx2 ul li .pc .fenxiang .fx:last-child {
    margin-right: 0;
}


.swlb .swlb-box .right .right-tow .ri-left .swzx .homeqh-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

.swlb .swlb-box .right .right-tow .ri-left .swzx .homeqh-box .tab_span {
    width: 88%;
    margin-top: 0;
    align-items: flex-end;
}

.swlb .swlb-box .right .right-tow .ri-left .swzx .homeqh-box .homemore {
    width: 12%;
    text-align: right;
}

.swlb .swlb-box .right .right-tow .ri-left .swzx .homeqh-box .tab_span li {
    width: 11%;
    padding-right: 20px;
    margin-right: 20px;
}

.swlb .swlb-box .right .right-tow .ri-left .swzx .homeqh-box .tab_span li::before {
    left: -26px;
}


.swlb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li {
    width: 31%;
    margin-right: 20px;
    list-style: none;
    margin-bottom: 20px;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li:nth-child(3n+3) {
    margin-right: 0px;
}

.swlb .swlb-box .right .right-tow .ri-left .swzx .tab_oo li figure {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.swlb .swlb-box .right .right-tow .ri-left .swzx .tab_oo li figure .a_play {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.swlb .swlb-box .right .right-tow .ri-left .swzx .tab_oo li figure em {
    display: block;
    padding-bottom: 67%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li .dot2 {
    margin-top: 13px;
    height: auto;
    font-size: 16px;
    color: #333;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li figure .a_play::before {
    width: 32px;
    height: 32px;
    border: none;
    position: relative;
    border-radius: 50%;
    background: rgb(0 0 0 / 28%);
}

.swlb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li figure .a_play::before,
.swlb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li figure .a_play::after {
    position: absolute;
    content: '';
    z-index: 5;
    top: 42%;
    left: 0;
    right: 0;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li figure .a_play::after {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #fff;
    margin-top: 7px !important;
}

/* Ã¥â€¦Â¨Ã¥Â±â‚¬Ã¨Â®Â¾Ã§Â½Â® */


@font-face {
    font-family: 'Bold';
    src: url('../font/Alibaba-PuHuiTi-Bold.ttf');
}

@font-face {
    font-family: 'Heavy';
    src: url('https://www.uniontax.cn/cn/fonts/Alibaba-PuHuiTi-Heavy.ttf') format('truetype');
}


@font-face {
    font-family: 'Light';
    src: url('../font/Alibaba-PuHuiTi-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Medium';
    src: url('../font/Alibaba-PuHuiTi-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Regular';
    src: url('../font/Alibaba-PuHuiTi-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'YouSheBiaoTiHei';
    src: url('../font/YouSheBiaoTiHei-2.ttf') format('truetype');
}

p,
h1,
h2,
h3,
h4 {
    margin: 0;
}

* {
    font-family: 'Regular';
}


/* Ã©Â¡Â¶Ã©Æ’Â¨ */
.top {
    background: #f8f9fa;
}

.top .topdiv {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    color: #999999;
    line-height: 1;
    font-size: 14px;
}

.top .topdiv a {
    color: #999999;
}

.top .topdiv .topdiv-pb {
    display: flex;
}

.top .topdiv .topdiv-pb #time {
    margin-right: 65px;
}

.top-er {
    margin: 28px 0;
}

.top-er .top-erbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-er .top-erbox .logo {
    width: 100%;
    max-width: 150px;
}

.top-er .top-erbox .sousuo {
    width: 50%;
    max-width: 330px;
    display: flex;
    align-items: center;
    position: relative;
    width: 330px;
}

.top-er .top-erbox .sousuo #TopKey {
    width: 100%;
    border: none;
    background: #f8f8f8;
    padding: 10px 30px;
    border-radius: 50px;
    padding-right: 100px;
    font-size: 16px;
    height: 48px;
    color: #b2b2b2;
}

input::-webkit-input-placeholder {
    color: #b2b2b2;
}

.top-er .top-erbox .sousuo #TopBtn {
    position: absolute;
    width: 100%;
    max-width: 90px;
    text-align: center;
    height: 100%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2363bc;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
}


/* Ã¥Â¯Â¼Ã¨Ë†Âª */
/*Top002633 */


.Top002633 .header-bottom {
    background: #2263bc;
}
.Top002633 .header-menu li{width: 16.666%}
.Top002633 .header-menu li a {
    color: #fff;
}

.Top002633 .header-menu li em a {
    line-height: 2;
    font-size: 16px;
    padding: 10px 0;
}

.Top002633 .header-menu li.aon em a {
    color: #fff;
}

.Top002633 .header-menu li .sub {
    background: none;
    padding-top: 6px;
    width:100%;
    left: 50%;
    min-width: 130px;
    margin-left: -50%;
}

.Top002633 .header-menu li .sub-menu {
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    padding:0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.Top002633 .header-menu li .sub-menu::before {
    position: absolute;
    content: '';
    border: 5px solid transparent;
    border-bottom-color:rgba(255, 255, 255, 0.9);
    left: 50%;
    margin-left: -2.5px;
    top: -10px;
}

.Top002633 .header-menu li .sub dt {
    line-height: 50px;
}

.Top002633 .header-menu li .sub dt a {
    border-bottom: 1px dotted #eaeaea;
    text-align: center;
    color: #333;
}

.Top002633 .header-menu li .sub dt:last-child a {
    border-bottom: 0;
}

.Top002633 .header-menu li .sub dt a:hover {
    background: none;
    color: #2263bc;;
}

@media(max-width:1200px) {
    .Top002633 .header-right {
        right: 2%;
    }

    .top .topdiv {
        padding: 10px 2%;
    }
}

@media(max-width:1024px) {
    .Top002633 {
        position: relative;
        z-index: 100;
    }

    .Top002633 .header-right dd .bdsharebuttonbox a {
        margin-left: 10px;
    }

    .Top002633 .header-top {
        padding: 15px 2%;
    }

    .Top002633 #open_menu {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 1px solid #2263bc;
        margin-left: auto;
        position: relative;
        z-index: 9999;

    }

    .Top002633 .open_menu_on {
        transform: translateY(-85px);
        border: 1px solid #fff !important;
    }

    .Top002633 #header-menu.header-menu-show:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100vh;
        background: #2263bc;
        z-index: -1;
        top: -50%;
    }

    .top-er .top-erbox .sousuo input::-webkit-input-placeholder {

        color: #b2b2b2;

    }

    .Top002633 #open_menu i,
    .Top002633 #open_menu i::before,
    .Top002633 #open_menu i::after {
        background: #2263bc;
    }

    .Top002633 .open_menu_on i,
    .Top002633 .open_menu_on i::before,
    .Top002633 .open_menu_on i::after {
        background: #fff !important;
    }

    .Top002633 #open_menu i {
        width: 60%;
        left: 20%;
        height: 3px;
        margin-top: -1.5px;
    }

    .Top002633 #header-menu {
        position: absolute;
        right: 0;
        display: none;
        /* top: -100%; */
        /* transform: translateY(-100%); */
        width: 100%;
        z-index: 100;
        background: #2263bc;
        transition: ease-out 0.3s;
        padding-top: 63px;
        height: 100vh;
    }

    .Top002633 #header-menu.header-menu-show {
        display: block;
        /* top: 100%; */
        transform: translateY(-142px);
    }

    .Top002633 #header-menu li.has-sub em .op {
        display: block;
    }

    .Top002633 #header-menu li a {
        padding-left: 30px !important;
    }
}

@media(max-width:768px) {
    .Top002633 .logo {
        padding-right: 50%;
    }

    .top-er .top-erbox .sousuo #TopKey {
        font-size: 14px;
        padding: 10px 10px;
    }

}

@media(max-width:640px) {
    .Top002633 .header-right dt {
        display: none;
    }

    .top-er .top-erbox .logo {
        max-width: 100px;
    }

    .top-er .top-erbox .sousuo {
        width: 65%;
    }

    .top-er .top-erbox .sousuo #TopKey {
        font-size: 14px;
        padding: 5px 10px;
        height: 35px;
    }

    .top-er .top-erbox .sousuo #TopBtn {
        font-size: 14px;
        border-radius: 50px;
        max-width: 60px;
        top: 0;
    }

    .top-er {
        margin: 10px 0;
    }

    .Top002633 .header-top {
        padding: 5px 2%;
    }
}

@media(max-width:600px) {
    .top .topdiv .topdiv-pb #time {
        margin-right: 5px;
    }
}


/* bottom */
.bottom {
    background: #f8f9fa;
}

.bottom .bottom-box {
    padding: 70px 0px 64px 0;
}

.bottom .bottom-box .bottom-ul li {
    list-style: none;
    float: left;
    position: relative;
    margin-right: 60px;
}

.bottom .bottom-box .bottom-ul li:last-child::before {
    display: none;
}

.bottom .bottom-box .bottom-ul {
    display: inline-block;
    width: 100%;
}

.bottom .bottom-box .bottom-ul li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 13px;
    background: #dddddd;
    top: 5px;
    right: -32px;
}

.bottom .bottom-box .bottombox {
    display: flex;
    justify-content: space-between;
}

.bottom .bottom-box .bottombox .right {
    text-align: center;
}

.bottom .bottom-box .bottombox .right img {
    width: 100%;
    max-width: 120px;
    margin-bottom: 13px;
}

.bottom .bottom-box .bottom-ul li a {
    font-size: 16px;
    color: #333333;
}

.bottom .bottom-box .bottom-ul li a:hover {
    color: #2263bc;
}

.bottom .bottom-box .bottombox .bottom-left {
    margin-top: 40px;
}

.bottom .bottom-box .bottombox .bottom-left .bottom-wenzia {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}

.bottom .bottom-box .bottombox .bottom-wenzib {
    width: 100%;
    margin-top: 36px;
}

.bottom .bottom-box .bottombox .bottom-wenzib ul li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-right: 45px;
    font-size: 16px;
    color: #666666;
}

.bottom .bottom-box .bottombox .bottom-wenzib ul {
    width: 100%;
    display: flex;
}

.bottom .bottom-box .bottombox .bottom-wenzib ul li img {
    margin-right: 14px;
}

.dibu {
    background: #2363bc;
}

.dibu .dibu-box .fuzhu a:hover {
    color: #c7c7c7;
}

.dibu .dibu-box {
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    padding: 20px 0;
}

.dibu .dibu-box .fuzhu a {
    color: #fff;
}

.dibu .dibu-box .beian {
    width: 60%;
    margin-right: 10px;
    /* font-size: 15px; */
}

.dibu .dibu-box .fuzhu {
    width: 35%;
    /* display: flex; */
}

.dibu .dibu-box .fuzhu .fuzhu-ul {
    display: flex;
    justify-content: flex-end;
}

.dibu .dibu-box .fuzhu .fuzhu-ul li {
    list-style: none;
    /* float: right; */
    margin-left: 40px;
    position: relative;
}


.dibu .dibu-box .fuzhu .fuzhu-ul li:last-child:before {
    display: none;
}

.dibu .dibu-box .fuzhu .fuzhu-ul li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    background: #fff;
    top: 5px;
    right: -18px;
}

.dibu .dibu-box .beian a {
    color: #fff;
}

@media only screen and (max-width: 1200px) {
    .bottom .bottom-box {
        padding: 70px 2% 64px 2%;
    }

    .dibu .dibu-box {
        padding: 20px 2%;
    }
}

@media only screen and (max-width:900px) {
    .dibu .dibu-box .fuzhu .fuzhu-ul li {
        margin-left: 25px;
    }

    .bottom .bottom-box .bottombox .bottom-wenzib ul li {
        margin-right: 15px;
    }

    .bottom .bottom-box .bottombox .bottom-wenzib ul li img {
        margin-right: 5px;
    }

}

@media only screen and (max-width:740px) {
    .bottom .bottom-box .bottom-ul li {
        margin-right: 40px;
    }

    .bottom .bottom-box .bottom-ul li:before {
        right: -21px;
    }

    .dibu .dibu-box .fuzhu .fuzhu-ul li {
        margin-left: 10px;
    }

    .dibu .dibu-box .fuzhu .fuzhu-ul li:before {
        right: -5px;
    }

    .bottom .bottom-box .bottombox .bottom-wenzib ul li {
        margin-right: 5px;
    }
}

@media only screen and (max-width:620px) {
    .bottom .bottom-box .bottom-ul li {
        margin-right: 10px;
        width: 31%;
        text-align: center;
        margin-bottom: 7px;
    }

    .bottom .bottom-box {
        padding: 20px 2% 20px 2%;
    }

    .bottom .bottom-box .bottom-ul li:before {
        right: -5px;
    }

    .bottom .bottom-box .bottom-ul li:nth-child(3n+3) {
        margin: 0;
    }

    .bottom .bottom-box .bottom-ul li:nth-child(3n+3):before {
        display: none;
    }

    .bottom .bottom-box .bottombox .bottom-wenzib ul {

        flex-wrap: wrap;
    }

    .bottom .bottom-box .bottombox .bottom-wenzib ul li {
        margin-right: 31px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .bottom .bottom-box .bottombox {
        display: block;
    }

    .bottom .bottom-box .bottombox .bottom-left {
        margin-top: 10px;
    }

    .bottom .bottom-box .bottombox .bottom-wenzib {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .dibu .dibu-box {
        display: block;
    }

    .dibu .dibu-box .beian {
        width: 100%;
        margin-right: 0px;
        line-height: 1.8;
        margin-bottom: 10px;
    }

    .dibu .dibu-box .fuzhu {
        width: 100%;
    }

    .dibu .dibu-box .fuzhu .fuzhu-ul {
        justify-content: flex-start;
    }

    .dibu .dibu-box .fuzhu .fuzhu-ul li {
        margin-left: 0;
        margin-right: 20px;
    }

    .dibu .dibu-box .fuzhu .fuzhu-ul li:before {
        right: -8px;
    }

    .bottom .bottom-box .bottom-ul li a {
        font-size: 14px;
    }

    .bottom .bottom-box .bottombox .bottom-left .bottom-wenzia {
        font-size: 14px;
    }
}


/* home */
.homeone .homeone-box .left .pb {
    font-family: 'YouSheBiaoTiHei';
}

.homeone .homeone-box .right .pa {
    font-family: 'YouSheBiaoTiHei';
    color: #fff;
    font-size: 24px;
    padding: 0 10px;
}

.homeone .homeone-box {
    display: flex;
}

.homeone .homeone-box .left {
    width: 71%;
    display: flex;
    margin-right: 20px;
    align-items: center;
    background: url(../images/h-bj1.png) no-repeat;
    justify-content: center;
    color: #fff;
    background-size: cover;
    padding: 20px 10px;
    border-radius: 5px;
}

.homeone .homeone-box .right {
    width: 33.5%;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    background: url(../images/h-bj2.png) no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.homeone .homeone-box .left img {
    width: 100%;
    max-width: 50px;
    margin-right: 10px;
}

.homeone .homeone-box .left .pa {
    font-size: 22px;
    font-family: 'Medium';
}

.homeone .homeone-box .left .pb {
    font-size: 32px;
    margin: 0 50px;
}

.homeone .homeone-box .left .pc {
    background: transparent;
    padding: 7px 23px;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    transition: all .5s;
}
.homeone .homeone-box .left .pc:before{
    width: 0px;
    height: 0px;
    border: 4px solid;
    border-left-color: #fff;
    border-right-color: transparent;
    border-top-color:  transparent;
    border-bottom-color: transparent;
    content:'';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition:.3s;
}

.homeone .homeone-box .left .pc:hover {
    background: transparent;
    color: #ffffff;
}
/* .homeone .homeone-box .left .pc:hover:before{
    border-left-color: #fff;
} */

.homeone {
    margin: 30px auto;
}





.homezx-container {
    width: 100%;
    height: 100%;
}

.homezx-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.homezixun .homezixun-box {
    display: flex;
}

.homezixun .homezixun-box .left {
    width: 67%;
    margin-right: 20px;
    display: flex;
}

.homezixun .homezixun-box .right {
    width: 33.5%;
    margin-top: 20px;
    display: inline-block;
}

.homezixun .homezixun-box .left .homezx-container .swiper-slide {
    position: relative;
    border-radius: 10px;
}

.homezixun .homezixun-box .left .homezx-container .swiper-slide:hover img {
    transform: scale(1.1);
}

.homezixun .homezixun-box .left .homezx-container .swiper-slide img {
    width: 100%;
    transition: all 0.5s;
}

.homezixun .homezixun-box .left .homezx-container .swiper-slide p {
    position: absolute;
    bottom: 10px;
    text-align: left;
    left: 15px;
    /* right: 0; */
    font-size: 16px;
    color: #fff;
    padding-right: 50px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.homezixun .homezixun-box .left .left-le {
    width: 50%;
    margin-right: 20px;
}

.homezixun .homezixun-box .left .left-le .le-top {
    border-radius: 5px;
    overflow: hidden;
}

.homezixun .homezixun-box .left .left-ri {
    width: 50%;
    margin-top: 20px;
}

.homezixun .homezixun-box .left .homezx-pagination {
    width: 100%;
    max-width: 50px;
    right: 0;
    left: auto;
    bottom: 10px;
}

.homezixun .homezixun-box .left .homezx-pagination .swiper-pagination-bullet {
    margin: 0 3px;
}

.homezixun .homezixun-box .left .homezx-container .swiper-slide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 40px;
    background: linear-gradient(transparent, rgb(0 0 0 / 79%));
    bottom: 0;
    color: transparent;
}

.homezixun .homezixun-box .left .homezx-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.homezixun .homezixun-box .left .homezx-pagination .swiper-pagination-bullet {
    background: #fff;
}

.le-shipin figure {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.le-shipin figure a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.le-shipin figure a::before {
    width: 32px;
    height: 32px;
    border: none;

    position: relative;
    border-radius: 50%;
    background: rgb(0 0 0 / 28%);
}

.le-shipin figure a::before,
.le-shipin figure a::after {
    position: absolute;
    content: '';
    z-index: 5;
    top: 42%;
    left: 0;
    right: 0;
    margin: auto;
}

.le-shipin figure a::after {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #fff;
    margin-top: 7px;
}

.le-shipin figure em {
    display: block;
    padding-bottom: 67%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.le-shipin p {
    margin-top: 13px;
    height: auto;
    font-size: 16px;
    color: #333;
}

.le-shipin .video_files {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.le-shipin .video_files .close {
    position: absolute;
    right: 3%;
    top: 3%;
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #761b1b;
    cursor: pointer;
}

.le-shipin .video_files .close::before,
.le-shipin .video_files .close::after {
    position: absolute;
    content: '';
    width: 3px;
    height: 70%;
    border-radius: 3px;
    background-color: #fff;
    left: 13px;
    top: 5px;
}

.le-shipin .video_files .close::before {
    transform: rotate(45deg);
}

.le-shipin .video_files .close::after {
    transform: rotate(-45deg);
}

.le-shipin .video_files video {
    width: 100%;
    height: 100%;
    background-color: #000;
}

.homezixun .homezixun-box .left .left-le .one {
    display: flex;
}

.homezixun .homezixun-box .left .left-le .one li {
    width: 50%;
    margin-right: 10px;
    list-style: none;
}

.homezixun .homezixun-box .left .left-le .one li:last-child {
    margin-right: 0;
}

.homezixun .homezixun-box .left .left-le .le-shipin {
    margin-top: 30px;
}

.homeh1 {
    font-size: 22px;
    color: #2363bc;
    font-family: 'Medium';
}

.left-ri-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

.homemore {
    font-size: 14px;
    color: #999999;
    position: relative;
    padding-right: 23px;
}

.homemore:before {
    position: absolute;
    width: 1px;
    height: 8px;
    background: #999999;
    content: '';
    right: 5px;
    top: 2px;
    transform: rotate(-45deg);
}

.homemore:after {
    position: absolute;
    width: 1px;
    height: 8px;
    background: #999999;
    content: '';
    right: 5px;
    top: 8px;
    transform: rotate(45deg);
}

.homezixun .homezixun-box .left .left-ri .left-ri-li li {
    list-style: none;
    font-size: 16px;
    margin-top: 17px;
    color: #333333;
}

.homezixun .homezixun-box .left .left-ri .left-ri-li li a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.homezixun .homezixun-box .left .left-ri .left-ri-li li a span {
    color: #b1b1b1;
}

.homezixun .homezixun-box .left .left-ri .left-ri-li li a:hover {
    font-family: 'Bold';
    color: #2263bc;
}

.homezixun .homezixun-box .left .left-ri .left-ri-li li :hover span {
    color: #2263bc;
}

.homezixun .homezixun-box .right .ul li {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.homezixun .homezixun-box .right .ul {
    margin-top: 17px;
}

.homezixun .homezixun-box .right .ul li img {
    margin-right: 16px;
}

.homezixun .homezixun-box .right .ul li .youbian .pb {
    color: #b1b1b1;
    margin-bottom: 10px;
    display: block;
}

.homezixun .homezixun-box .right .ul li .youbian .pa {
    color: #333333;
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

}

.homezixun .homezixun-box .right .ul a:hover .youbian .pa {
    font-family: 'Bold';
    color: #2263bc;
}

.homezixun .homezixun-box .right .ul a:hover .youbian .pb {
    color: #2263bc;
}

@media only screen and (max-width: 1200px) {
    .homeone .homeone-box .left .pb {
        margin: 0 20px;
        font-size: 22px;
    }

    .homeone .homeone-box .right .pa {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1000px) {
    .homeone .homeone-box .left .pa {
        font-size: 16px;
    }

    .homeone .homeone-box .left .pb {
        font-size: 16px;
        margin: 0 10px;
    }

    .homeone .homeone-box .right .pa {
        font-size: 16px;
    }
}

@media only screen and (max-width:710px) {
    .homeone .homeone-box {
        display: block;
    }

    .homeone .homeone-box .left {
        width: 100%;
        padding: 20px 5px;
    }

    .homeone .homeone-box .right {
        width: 100%;
        padding: 20px 5px;
        margin-top: 10px;
    }

    .homeone .homeone-box .left .pa {
        display: none;
    }

    .homeone .homeone-box .left .pc {
        padding: 5px 5px;
        font-size: 12px;
        width: 85px;
    }
    .homeone .homeone-box .left .pc:before{right:0;}

    .homezixun .homezixun-box {
        display: block;
    }

    .homezixun .homezixun-box .left {
        width: 100%;
        margin-right: 0px;
        display: block;
    }

    .homezixun .homezixun-box .left .left-le {
        width: 100%;
        margin-right: 0;
    }

    .homeone {
        margin: 10px auto;
    }

    .homezixun .homezixun-box .left .left-ri {
        width: 100%;
        margin: 30px 0;
    }

    .left-ri-top {
        padding-bottom: 10px;
    }

    .homezixun .homezixun-box .left .left-ri .left-ri-li li {
        margin-top: 10px;
    }

    .homeh1 {
        font-size: 16px;
    }

    .homezixun .homezixun-box .right {
        width: 100%;
        margin-top: 0;
    }

    .homezixun .homezixun-box .left .left-le .le-shipin {
        margin-top: 10px;
    }
}

.Map002793 .auto_1600 {
    max-width: 1600px;
}





.Map002793 .box {
    position: relative;
    display: flex;
}

.Map002793 .box img {
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.Map002793 .con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    color: #fff;
    padding: 5%;
}

.Map002793 .con h2 {
    margin: 0;
    font-size: 36px;
    line-height: normal;
}

.Map002793 .con h2 span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin: 1.5% 0;
}

.Map002793 .con h2:after,
.Map002793 .con .txt:after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: #fff;
    margin-bottom: 1.5%;
}

.Map002793 .con .txt {
    max-width: 1006px;
    line-height: 30px;
    overflow: hidden;
}

.Map002793 .con ul {
    display: table;
    width: 50%;
    float: left;
}

.Map002793 .con li {
    display: table-row;
}

.Map002793 .con li span {
    display: table-cell;
}

.Map002793 .con ul:nth-child(2) li span:first-child {
    width: 120px;
}

.Map002793 .con .txt:after {
    margin: 3% 0 4%;
}

.Map002793 .con .more {
    width: 140px;
    line-height: 36px;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    color: #595656;
    display: block;
}

.Map002793 .con .more:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("https://www.uniontax.cn/cn/images/Map002793-icon.png") no-repeat center;
    vertical-align: middle;
    margin-right: 5px;
}

.Map002793 .tab_span li {
    float: left;
    color: #888888;
    background: transparent;
    text-transform: uppercase;
    width: auto;
    padding: 0;
    margin-right: 1.25%;
    margin-top: 0;
    cursor: pointer;
    position: relative;
    padding-right: 67px;
    overflow: visible;
}

.Map002793 .tab_span b {
    display: block;
    font-size: 18px;
    color: #666666;
    font-weight: 400;
    overflow: visible;
}

.Map002793 .tab_span li:last-child {
    margin-right: 0;
}

.Map002793 .tab_span li.on {
    /* background: transparent; */
    color: #a7a7a7;
    position: relative;
}

.Map002793 .tab_span li.on b {
    color: #2263bc;
    font-size: 22px;
    font-family: 'Medium';
}



.hometow .hometow-box {
    display: flex;
    margin-top: 25px;
}

.hometow .hometow-box .Map002793 {
    width: 67%;
    margin-right: 20px;
}

.hometow .hometow-box .hometow-right {
    width: 33.5%;
}

.hometow .hometow-box .homeqh-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

.hometow .hometow-box .homeqh-box .clearfix {
    width: 84%;
    display: flex;
    align-items: flex-end;
    /* padding-bottom: 20px; */
}

.hometow .hometow-box .homeqh-box .homemore {
    width: 10%;
    padding-right: 7px;
}

.Map002793 .tab_span li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background: #d9d9d9;
    top: 5px;
    left: -43px;
}

.Map002793 .tab_span li:first-child:before {
    display: none;
}

.hometow .tab_oo {
    margin-top: 20px;
}

.hometow .tab_oo .tab_list {
    width: 100%;
}

.Map002793 .box .homeqh-aa {
    width: 50%;
    margin-right: 30px;
}

.Map002793 .box .homeqh-aa:hover .pa a {
    font-family: 'Bold';
    color: #2263bc;
}

.Map002793 .box .homeqh-aa:hover .pb a {
    color: #2263bc;
}


.Map002793 .box .homeqh-aa:hover img {
    transform: scale(1.1);

}

.Map002793 .box .homeqh-aa .img {
    overflow: hidden;
}

.Map002793 .box .homezixun-qihuan {
    width: 50%;
}

.Map002793 .box .homezixun-qihuan .homezixun-box {
    display: block;
}

.Map002793 .box .homezixun-qihuan .homezixun-box .left {
    width: 100%;
    display: block;
    margin-right: 0;
}

.Map002793 .box .homezixun-qihuan .homezixun-box .left .left-ri {
    width: 100%;
    margin: auto;
}

.Map002793 .box .homezixun-qihuan .homezixun-box .left .left-ri li {
    margin-top: 0;
    margin-bottom: 17px;
}

.Map002793 .box .homeqh-aa .homeqh {
    margin-top: 28px;
}

.Map002793 .box .homeqh-aa .homeqh .pa {
    font-size: 20px;
    color: #333333;
}

.Map002793 .box .homeqh-aa .homeqh .pb {
    font-size: 14px;
    color: #999999;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.8;
    margin-top: 14px;
}

.hometow .hometow-box .hometow-right .homecskt ul li img {
    width: 100%;
    transition: all 0.5s;
}

@media(max-width:1200px) {
    .hometow .hometow-box .homeqh-box .homemore {
        width: 11%;
    }
}


@media(max-width:1000px) {

    .Map002793 .tab_span {
        display: none;
    }

    .Map002793 .box {
        margin-bottom: 2%;
    }

    .Map002793 .con ul {
        width: 100%;
        float: none;
    }
}

@media(max-width:710px) {
    .Map002793 .tab_span li {
        padding-right: 20px;
    }

    .hometow .hometow-box .homeqh-box .homemore {
        width: 19%;
    }

    .Map002793 .box {
        display: block;
    }

    .Map002793 .box .homeqh-aa {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .Map002793 .box .homezixun-qihuan {
        width: 100%;
    }

    .hometow .hometow-box {
        display: block;
    }

    .hometow .hometow-box .Map002793 {
        width: 100%;
        margin: 30px 0;
        padding-bottom: 0%;
    }

    .hometow .hometow-box .hometow-right {
        width: 100%;
    }

    .Map002793 .tab_span li:before {

        left: -12px;
    }
}

@media(max-width:640px) {
    .Map002793 .con {
        position: static;
        color: #555;
    }

    .Map002793 .con h2 {
        font-size: 20px;
    }

    .Map002793 .con li span {
        min-width: 80px;
    }

    .Map002793 .con .more {
        background: #ddd;
    }

    .hometow .hometow-box .homeqh-box .homemore {
        width: 25%;
    }

    .Map002793 .tab_span b {
        font-size: 16px;
    }

    .Map002793 .tab_span li.on b {
        font-size: 18px;
    }

    .Map002793 .box .homeqh-aa .homeqh {
        margin-top: 10px;
    }

    .Map002793 .box .homeqh-aa .homeqh .pb {

        margin-top: 5px;
    }

    .homeone .homeone-box .left img {
        max-width: 40px;
    }
}

.hometow .hometow-box .hometow-right .homecskt {
    margin-top: 20px;
}

.hometow .hometow-box .hometow-right .homecskt ul li {
    list-style: none;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 5px;
}

.hometow .hometow-box .hometow-right .homecskt ul li:hover img {
    transform: scale(1.1);
}

.hometow .hometow-box .hometow-right .homecskt ul a:last-child li {
    margin-bottom: 0px;
}

.hometow .hometow-box .hometow-right .homecskt ul li .pb {
    position: absolute;
    width: 100%;
    max-width: 280px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 20px 20px;
    color: #fff;
    font-family: 'YouSheBiaoTiHei';
    font-size: 24px;
    line-height: 1;
    display: flex;
    align-items: center;
}

.homepxtz .homepxtz-box {
    display: flex;
    background: url(../images/h-bj3.png) no-repeat;
    border-radius: 5px;
    overflow: hidden;
    color: #fff;
    align-items: center;
    padding: 19px 40px;
    line-height: 1;
    cursor: pointer;
}

.homepxtz .homepxtz-box .pa {
    font-size: 30px;
    width: 7%;
    font-family: 'YouSheBiaoTiHei';
}

.homepxtz .homepxtz-box .pb {
    font-size: 30px;
    width: 65%;
    text-align: right;
    padding-right: 16%;
    font-family: 'YouSheBiaoTiHei';
}

.homepxtz .homepxtz-box .pc {
    border-radius: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-size: 16px;
    color: #2363bc;
    width: 10%;
    max-width: 115px;
    border: 1px solid #fff;
    transition: all 0.5s;
}

.homepxtz .homepxtz-box img {
    width: 18%;
    max-width: 140px;
    margin-left: 7%;
}

.homepxtz .homepxtz-box .pc:hover {
    background: transparent;
    color: #fff;
}

.homepxtz {
    margin: 40px 0;
    padding: 0 20px;
}

@media screen and (max-width: 1240px) {
    .homepxtz .homepxtz-box .pc {
        padding: 10px 5px;
        width: 11%;
    }

    .homepxtz .homepxtz-box .pb {
        padding-right: 5%;
    }
}

@media screen and (max-width: 1000px) {

    .homepxtz .homepxtz-box .pa {
        font-size: 24px;
        width: 15%;
    }

    .homepxtz .homepxtz-box .pb {
        font-size: 24px;

    }

    .homepxtz .homepxtz-box .pc {
        width: 17%;
    }
}

@media screen and (max-width: 710px) {
    .homepxtz .homepxtz-box {
        padding: 30px 20px;
    }


}

@media screen and (max-width: 640px) {
    .homepxtz .homepxtz-box img {
        display: none;
    }

    .hometow .hometow-box .hometow-right .homecskt ul li .pb {
        font-size: 16px;
        line-height: 1.2;
    }

    .homepxtz .homepxtz-box .pa {
        font-size: 16px;
        width: 13%;
        line-height: 1.2;
    }

    .homepxtz .homepxtz-box .pb {
        font-size: 16px;
        text-align: left;
        line-height: 1.2;
    }

    .homepxtz .homepxtz-box .pc {
        width: 30%;
        font-size: 14px;
    }

}


.homesan .homesan-box {
    display: flex;
}

.homesan .homesan-box .homesan-kuang {
    width: 33%;
    margin-right: 20px;
}

.homesan .homesan-box .homesan-kuang .homezixun-box {
    display: block;
}

.homesan .homesan-box .homesan-kuang .homezixun-box .left {
    width: 100%;
    display: block;
}

.homesan .homesan-box .homesan-kuang .homezixun-box .left .left-ri {
    width: 100%;
}

.homesan .homesan-box .homesan-kuangsan .one {
    display: flex;
    flex-wrap: wrap;
}

.homesan .homesan-box .homesan-kuangsan .one li {
    width: 48%;
    margin-right: 10px;
    list-style: none;
    margin-bottom: 20px;
}

.homesan .homesan-box .homesan-kuangsan .one li:nth-child(2n+2) {
    margin-right: 0px;
}

.homesan .homesan-box .homesan-kuang .le-shipin {
    margin-top: 20px;
}

.homesan {
    padding: 35px 0;
    background: #f8f9fa;
}

@media screen and (max-width:850px) {

    .homesan .homesan-box .homesan-kuangsan .one li {
        width: 47%;
    }
}

@media screen and (max-width:710px) {

    .homesan .homesan-box .homesan-kuangsan .one li {
        width: 48%;
    }

    .homesan .homesan-box {
        display: block;
    }

    .homesan .homesan-box .homesan-kuang {
        width: 100%;
        margin-right: 0;
        margin: 30px 0;
    }

    .homepxtz {
        margin: 15px 0;
    }

    .homesan {
        padding: 10px 0px;
        margin: 30px 0;
    }
}


.homezjzl .homezjzl-box {
    display: flex;
    margin: 40px auto;
}

.homezjzl .homezjzl-box .left {
    width: 71%;
    margin-right: 20px;
    align-items: center;
    background: url(../images/h-bj4.png) no-repeat;
    justify-content: center;
    color: #fff;
    background-size: cover;
    padding: 38px 10px;
    padding-left: 9%;
    line-height: 1.2;
    border-radius: 5px;
}
.homezjzl .homezjzl-box .left a{color: #fff;}

.homezjzl .homezjzl-box .right {
    width: 33.5%;
    display: flex;
    color: #fff;
    background: url(../images/h-bj5.png) no-repeat;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}

.homezjzl .homezjzl-box .left .pa {
    font-size: 30px;
    font-family: 'YouSheBiaoTiHei';
}

.homezjzl .homezjzl-box .left .pb {
    font-size: 40px;
    font-family: 'YouSheBiaoTiHei';
    text-shadow: 3px 3px 3px rgb(54 54 54 / 41%);
}

.homezjzl .homezjzl-box .right .pa {
    font-size: 24px;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 10px;
}

.homezjzl .homezjzl-box .right .more {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.homezjzl .homezjzl-box .right .more::before {
    content: '';
    position: absolute;
    border: solid #2263bc;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

@media screen and (max-width: 710px) {
    .homezjzl .homezjzl-box {
        /* display: block; */
    }

    .homezjzl .homezjzl-box .left {
        width: 50%;
        padding: 20px 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
    }

    .homezjzl .homezjzl-box .right {
        width: 50%;
        margin-top: 0;
        padding: 20px;
        font-size: 16px;
    }

    .homezjzl .homezjzl-box .left .pb {
        font-size: 18px;
    }

    .homezjzl .homezjzl-box .left .pa {
        font-size: 16px;
    }

    .homezjzl .homezjzl-box .right .pa {
        font-size: 16px;

        padding: 0;
    }
}


.homehyfx .homehyfx-kuang {
    margin-top: 20px;
}

.homehyfx .homehyfx-kuang .homehyfx-yi ul {
    display: flex;
    align-items: flex-start;
}

.homehyfx .homehyfx-kuang .homehyfx-yi ul .homehyfx-yitow a {
    /* width: 33%; */
    margin-right: 20px;
    list-style: none;
    /* display: inline-block; */
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.homehyfx .homehyfx-kuang .homehyfx-yi ul .homehyfx-yitow a:nth-child(2n+2) {
    margin-right: 0px;
}

.homehyfx .homehyfx-kuang .homehyfx-yi ul li img {
    display: none;

}

.homehyfx .homehyfx-kuang .homehyfx-yi ul .homehyfx-yione li img {
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.homehyfx .homehyfx-kuang .homehyfx-yi ul .homehyfx-yione .img {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}

.homehyfx .homehyfx-kuang .homehyfx-yi ul .homehyfx-yione li {
    border-bottom: none;
}

.homehyfx .homehyfx-kuang .homehyfx-yi ul .homehyfx-yione li:hover img {
    transform: scale(1.1);
}


.homehyfx .homehyfx-kuang .homehyfx-yi ul .homehyfx-yione li:hover .pa {
    font-family: 'Bold';
    color: #2263bc;
}

.homehyfx .homehyfx-kuang .homehyfx-yi ul .homehyfx-yione li:hover .pb {
    color: #2263bc;
}


.homehyfx .homehyfx-kuang .homehyfx-yi ul li .homehyfx-yi-box .pa {
    font-size: 18px;
    color: #333333;
    margin-bottom: 4px;
}

.homehyfx .homehyfx-kuang .homehyfx-yi ul li .homehyfx-yi-box .pb {
    font-size: 14px;
    color: #999999;
    line-height: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.homehyfx .homehyfx-kuang .homehyfx-yi ul .homehyfx-yione .homehyfx-yi-box .pb {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.homehyfx .homehyfx-kuang .homehyfx-yi ul li:not(:nth-child(1)) {
    flex-direction: column;

}

.homehyfx .homehyfx-kuang .homehyfx-yi ul .homehyfx-yione {
    width: 33%;
    margin-right: 20px;
}

.homehyfx .homehyfx-kuang .homehyfx-yi ul .homehyfx-yitow {
    width: 67%;
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: row; */
}

.homehyfx .homehyfx-kuang .homehyfx-yi ul .homehyfx-yione li {
    width: 100%;
    list-style: none;
}

.homehyfx .homehyfx-kuang .homehyfx-yi ul .homehyfx-yitow a {
    width: 48%;
}

.homehyfx {
    margin-bottom: 55px;
}

.homehyfx-yitow li:hover .pa {
    font-family: 'Bold';
    color: #2263bc !important;
}

.homehyfx-yitow li:hover .pb {
    color: #2263bc !important;
}

@media screen and (max-width: 810px) {
    .homehyfx .homehyfx-kuang .homehyfx-yi ul .homehyfx-yitow a {
        width: 47%;
    }
}

@media screen and (max-width: 710px) {
    .homehyfx .homehyfx-kuang .homehyfx-yi ul {
        display: block;
    }

    .homehyfx .homehyfx-kuang .homehyfx-yi ul .homehyfx-yione {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .homehyfx .homehyfx-kuang .homehyfx-yi ul .homehyfx-yitow {
        width: 100%;

    }

    .homehyfx .homehyfx-kuang .homehyfx-yi ul li .homehyfx-yi-box .pa {
        font-size: 16px;
    }

    .homehyfx {
        margin-bottom: 10px;
    }
}

.banner {
    position: relative;
    display: flex;
}

.banner img {
    width: 100%;
}

.banner .banner-zi {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    align-content: center;
}

.banner .banner-zi .pa {
    font-size: 50px;
    width: 100%;
    font-family: 'Bold';
    color: rgb(255 255 255 / 21%);
}

.banner .banner-zi .pb {
    font-size: 30px;
    font-family: 'Bold';
    margin-top: -38px;
    color: #fff;
}


/* Ã¥â€¦Â³Ã¤ÂºÅ½Ã¦Ë†â€˜Ã¤Â»Â¬ */


.Menu002188 {
    padding: 20px 0 0;
}

.Menu002188 .auto {
    border-bottom: 1px solid #e3e3e3;
}

.Menu002188 .Menu {
    float: left;
}

.Menu002188 .Menu li {
    float: left;
    padding: 0 0px 10px;
    margin-bottom: -1px;
    margin-right: 4.2vw;
}

.Menu002188 .Menu li a {
    font-size: 16px;
    color: #999999;
    padding-bottom: 10px;
    transition: .3s ease-out;
}

.Menu002188 .Menu li.cur a,
.Menu002188 .Menu li a:hover {
    color: #154587;
    border-bottom: 1px solid #154587;
    /* font-weight: bold; */
}
@media(min-width: 1024px){
    .Menu002188 .Menu li a{font-size:18px;font-weight:bold;}
}

.Menu002188 .Currents {
    text-align: right;
    color: #666;
    line-height: 25px;
    float: right;
    display: flex;
    align-items: center;
}

.Menu002188 .Currents em {
    font-style: normal;
    background: url(../images/img1.png) no-repeat left center;
    background-size: 9px auto;
    padding-left: 17px;
    display: inline-block;
    margin-right: 0;
    color: #999999;
    width: 10px;
    height: 10px;
}

.Menu002188 .Currents a {
    color: #999999;
    transition: .3s ease-out;
    margin-right: 13px;
}

.Menu002188 .Currents a:hover {
    color: #2263bc;
}

.Menu002188 .Currents .jiantou {
    width: 5px;
    height: 5px;
    position: relative;
    display: inline-block;
    top: 0px;
    margin: auto;
    left: -4px;
}

.Menu002188 .Currents .jiantou:before {
    content: '';
    position: absolute;
    border-width: 4px;
    border-style: solid;
    border-color: #bbbbbb transparent transparent transparent;
    transform: rotate(-90deg);
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}

.Menu002188 .Currents span {
    color: #2263bc;
    display: -webkit-inline-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    max-width: 80px;
    margin: auto;

}

.about-yi {
    margin-top: 100px;
    margin-bottom: 80px;
}

.about-yi .about-yi-box {
    display: flex;
    align-items: center;
}

.about-yi .about-yi-box .left {
    width: 70%;
    margin-right: 60px;
}

.about-yi .about-yi-box .right {
    width: 34%;
}

.quanju-h1 {
    font-size: 24px;
    color: #144387;
    margin-bottom: 30px;
    font-family: 'Medium';
}

.about-yi .about-yi-box .left .pb {
    font-size: 16px;
    color: #666666;
    line-height: 2;
    margin-bottom: 66px;
}

.about-yi .about-yi-box .right img {
    width: 100%;
}

.about-yi .about-yi-box .left .RighInfo003141 .ul {
    display: flex;
}

.about-yi .about-yi-box .left .RighInfo003141 .ul li {
    width: 33%;
}

.about-yi .about-yi-box .left .RighInfo003141 .ul li span {
    font-size: 26px;
    color: #144387;
    /* text-align: -webkit-match-parent; */
    font-style: normal;
}

.about-yi .about-yi-box .left .RighInfo003141 .ul li span .opa {
    display: none;
}

.about-yi .about-yi-box .left .RighInfo003141 .ul li span .ani {
    font-style: normal;
    font-family: 'Medium';
}


.about-yi .about-yi-box .left .RighInfo003141 .ul li p {
    font-size: 14px;
    color: #999999;
}


.about-qyzz .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 70px;
}

.about-qyzz .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}



.about-qyzz .swiper-slide img {
    width: 100%;
    margin-bottom: 27px;
}

.about-qyzz .swiper-slide .pa {
    font-size: 16px;
    color: #666666;
}

.about-qyzz .about-qyzz-box {
    position: relative;
}

.about-qyzz .about-qyzz-box .qyzz-next {
    right: -9%;
    background-color: #2263bc;
    background-size: 10px;
    border-radius: 50px;
    width: 47px;
    height: 47px;
    background-image: url(../images/jiantouon.png);
    transform: rotate(-180deg);
    margin-top: 0;
    background-position-x: 16px;
}

.about-qyzz .about-qyzz-box .qyzz-prev {
    left: -9%;
    /* right: -9%; */
    background-color: #2263bc;
    background-size: 10px;
    border-radius: 50px;
    width: 47px;
    height: 47px;
    background-image: url(../images/jiantouon.png);
    transform: rotate(360deg);
    margin-top: 0;
    background-position-x: 16px;
}


.about-qyzz .about-qyzz-box .swiper-button-disabled {
    background-color: transparent;
    color: #000;
    border: 1px solid #d1dae6;
    background-image: url(../images/jiantou.png);
    opacity: 1;
    display: none;
}

.center {
    text-align: center;
}

.about-qyzz {
    padding: 70px 0;
    padding-bottom: 100px;
    background: #f8f9fa;
}


@media (max-width: 1000px) {
    .Menu002188 .Currents {
        display: none;
    }
}


.ab-qgfb .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.ab-qgfb .swiper-slide {
    background-size: cover;
    background-position: center;
}

.ab-qgfb .gallery-top {
    height: 80%;
    width: 100%;
}

.ab-qgfb .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 20px 0;
}

.ab-qgfb .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.ab-qgfb .gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.ab-qgfb .swiper-slide .qgfb-div {
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 80px;
    flex-wrap: wrap;
    color: #fff;
    align-content: center;
}

.ab-qgfb .swiper-slide .qgfb-div p {
    width: 10;
    width: 100%;
}

.ab-qgfb .swiper-slide .qgfb-div .pa {
    font-size: 30px;
}

.ab-qgfb .swiper-slide .qgfb-div .pb {
    font-size: 24px;
    margin-bottom: 30px;
}

.ab-qgfb .swiper-slide .qgfb-div .pc {
    font-size: 16px;
    line-height: 2;
}

.ab-qgfb .swiper-slide img {
    width: 100%;
}

.ab-qgfb .auto {
    position: relative;
}


.ab-qgfb .auto .qgfb-next {
    right: -9%;
    background-color: #2263bc;
    background-size: 10px;
    border-radius: 50px;
    width: 47px;
    height: 47px;
    background-image: url(../images/jiantouon.png);
    transform: rotate(-180deg);
    margin-top: 0;
    background-position-x: 16px;
    top: 40%;
}

.ab-qgfb .auto .qgfb-prev {
    left: -9%;
    top: 40%;
    /* right: -9%; */
    background-color: #2263bc;
    background-size: 10px;
    border-radius: 50px;
    width: 47px;
    height: 47px;
    background-image: url(../images/jiantouon.png);
    transform: rotate(360deg);
    margin-top: 0;
    background-position-x: 16px;
}


.ab-qgfb .auto .swiper-button-disabled {
    background-color: transparent;
    color: #000;
    border: 1px solid #d1dae6;
    background-image: url(../images/jiantou.png);
    opacity: 1;
    display: none;
}

.ab-qgfb .gallery-thumbs .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px) !important;
    display: flex;
    flex-wrap: wrap;
}

.ab-qgfb .gallery-thumbs .swiper-wrapper .swiper-slide {
    width: 6.69%;
    font-size: 16px;
    text-align: center;
    background: #f8f9fa;
    padding: 13px 5px;
    color: #333333;
    margin-right: 13px !important;
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
    opacity: 1;
}

.ab-qgfb .gallery-thumbs .swiper-wrapper .swiper-slide:nth-child(13n+13) {
    margin-right: 0 !important;
}

.ab-qgfb .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active:before {
    content: '';
    position: absolute;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #134387 transparent;
    top: -16px;
    left: 40%;
}

.ab-qgfb .gallery-thumbs .swiper-wrapper .swiper-slide .pa {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    width: 100%;
}

.ab-qgfb .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active {
    background: #134387;
    color: #fff;
}

.ab-qgfb {
    margin: 0;
    padding: 70px 0;
}

.ab-qgfb:nth-of-type(even) {
    background: #f8f9fa;
}

.ab-fzjg {
    position: relative;
    background: #f8f9fa;
    padding: 70px 0;
}

.ab-fzjg .ab-fzjg-box {
    position: relative;
}

.ab-fzjg .ab-fzjg-box .zhongjian {
    text-align: center;
    max-width: 420px;
    margin: auto;
    /* background: url(../images/ab-img4.png) no-repeat center; */
    height: 100%;
}

.ab-fzjg .ab-fzjg-box .fzjg ul li {
    list-style: none;
    background: #e6ecf4;
    color: #233559;
    max-width: 350px;
    /* line-height: 2; */
    text-align: center;
    position: relative;
    padding: 10px 20px;
    margin-bottom: 10px;
    border-radius: 50px;
    /* position: absolute; */
    width: 100%;
}

.ab-fzjg .ab-fzjg-box .fzjg ul li:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    right: -13%;
    width: 100%;
    max-width: 50px;
    background: #5679ab;
    z-index: -1;
    top: 50%;
}

.ab-fzjg .ab-fzjg-box .fzjg ul {
    position: absolute;
    top: 0;
    display: inline-block;
    width: 100%;
}

.ab-fzjg .ab-fzjg-box .fzjg ul li:nth-child(1) {
    width: 100%;
    top: 7rem;
    left: 4.7rem;
}

.ab-fzjg .ab-fzjg-box .fzjg ul li p:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/yuan.png) no-repeat center;
    position: absolute;
    right: 10px;
    border-radius: 50px;
}

.ab-fzjg .ab-fzjg-box .fzjg ul li:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #000;
    /* height: 2px; */
    right: -15%;
    /* width: 100%; */
    max-width: 50px;
    background: #5679ab;
    z-index: 0;
    border-radius: 50px;
    top: 41%;
}


@media only screen and (max-width: 1444px) {
    .about-qyzz .about-qyzz-box .qyzz-next {
        right: -5%;
    }

    .about-qyzz .about-qyzz-box .qyzz-prev {
        left: -5%;
    }

    .ab-qgfb .auto .qgfb-next {
        right: -5%;
    }

    .ab-qgfb .auto .qgfb-prev {
        left: -5%;
    }
}

@media only screen and (max-width: 1340px) {
    .about-qyzz .about-qyzz-box .qyzz-next {
        right: 0%;
    }

    .about-qyzz .about-qyzz-box .qyzz-prev {
        left: 0%;
    }

    .ab-qgfb .auto .qgfb-next {
        right: 0%;
    }

    .ab-qgfb .auto .qgfb-prev {
        left: 0%;
    }
}

@media only screen and (max-width: 1200px) {
    .about-qyzz .about-qyzz-box .qyzz-next {
        right: 3%;
    }

    .about-qyzz .about-qyzz-box .qyzz-prev {
        left: 3%;
    }

    .ab-qgfb .auto .qgfb-next {
        right: 3%;
    }

    .ab-qgfb .auto .qgfb-prev {
        left: 3%;
    }
}






.ab-fzjg .ab-fzjg-box img {
    text-align: center;
    display: flex;
    margin: auto;
}

.ab-fzjg .ab-fzjg-box .fzjg ul li p {
    font-size: 1.15rem;
}


.abth-font,
.abth-font ul,
.abth-img2,
.abth-img3,
.abth-img4,
.abth-img5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .5s
}





/* Ã¥â€ºÂ¢Ã©ËœÅ¸Ã¦Ë†ÂÃ¥â€˜Ëœ */


.about-tdcy .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 70px;
}

.about-tdcy .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}



// .about-tdcy .swiper-slide img {
//     width: 100%;
//     margin-bottom: 10px;
//     border-radius: 100px;
//     overflow: hidden;
// }

.about-tdcy .swiper-slide .pa {
    font-size: 16px;
    color: #666666;
}

.about-tdcy .about-tdcy-box {
    position: relative;
}

.about-tdcy .about-tdcy-box .tdcy-next {
    right: -9%;
    background-color: #2263bc;
    background-size: 10px;
    border-radius: 50px;
    width: 47px;
    height: 47px;
    background-image: url(../images/jiantouon.png);
    transform: rotate(-180deg);
    margin-top: 0;
    background-position-x: 16px;
}

.about-tdcy .about-tdcy-box .tdcy-prev {
    left: -9%;
    /* right: -9%; */
    background-color: #2263bc;
    background-size: 10px;
    border-radius: 50px;
    width: 47px;
    height: 47px;
    background-image: url(../images/jiantouon.png);
    transform: rotate(360deg);
    margin-top: 0;
    background-position-x: 16px;
}


.about-tdcy .about-tdcy-box .swiper-button-disabled {
    background-color: transparent;
    color: #000;
    border: 1px solid #d1dae6;
    background-image: url(../images/jiantou.png);
    opacity: 1;
    display: none;
}

.center {
    text-align: center;
}

.about-tdcy {
    padding: 70px 0;
    padding-bottom: 100px;
}




/* Ã¦Å“ÂÃ¥Å Â¡Ã¥Â®Â¢Ã¦Ë†Â· */

.about-fwkh .swiper-slide {
    align-items: center;
    height: 1.2rem;
    align-items: center;
    display: flex;
    justify-content: center;
}
.about-fwkh .swiper-container{
    border-top: 1px solid #ebebeb;
}

.about-fwkh .swiper-slide:after{
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}
.about-fwkh .swiper-wrapper{
    -webkit-transition-timing-function: linear;    /*之前是ease-out*/
  	-moz-transition-timing-function: linear;
  	-ms-transition-timing-function: linear;
  	-o-transition-timing-function: linear;
  	transition-timing-function: linear;
}
.about-fwkh .swiper-slide:hover{    background-color: rgb(255, 255, 255);
    box-shadow: inset 0px 3px 43px 0px rgba(4, 0, 0, 0.1);}
.about-fwkh .swiper-slide .pa {
    font-size: 16px;
    color: #666666;
}

.about-fwkh .about-fwkh-box {
    position: relative;
}

.about-fwkh .about-fwkh-box .fwkh-next {
    right: -9%;
    background-color: #2263bc;
    background-size: 10px;
    border-radius: 50px;
    width: 47px;
    height: 47px;
    background-image: url(../images/jiantouon.png);
    transform: rotate(-180deg);
    margin-top: 0;
    background-position-x: 16px;
}

.about-fwkh .about-fwkh-box .fwkh-prev {
    left: -9%;
    /* right: -9%; */
    background-color: #2263bc;
    background-size: 10px;
    border-radius: 50px;
    width: 47px;
    height: 47px;
    background-image: url(../images/jiantouon.png);
    transform: rotate(360deg);
    margin-top: 0;
    background-position-x: 16px;
}


.about-fwkh .about-fwkh-box .swiper-button-disabled {
    background-color: transparent;
    color: #000;
    border: 1px solid #d1dae6;
    background-image: url(../images/jiantou.png);
    opacity: 1;
    display: none;
}

.center {
    text-align: center;
}

.about-fwkh {
    padding: 70px 0;
    padding-bottom: 100px;
    background: #fff;
    margin-bottom: 0px;
}



@media only screen and (max-width: 1444px) {
    .about-tdcy .about-tdcy-box .tdcy-next {
        right: -5%;
    }

    .about-tdcy .about-tdcy-box .tdcy-prev {
        left: -5%;
    }

    .ab-qgfb .auto .qgfb-next {
        right: -5%;
    }

    .ab-qgfb .auto .qgfb-prev {
        left: -5%;
    }
}

@media only screen and (max-width: 1340px) {
    .about-tdcy .about-tdcy-box .tdcy-next {
        right: 0%;
    }

    .about-tdcy .about-tdcy-box .tdcy-prev {
        left: 0%;
    }

    .ab-qgfb .auto .qgfb-next {
        right: 0%;
    }

    .ab-qgfb .auto .qgfb-prev {
        left: 0%;
    }
}

@media only screen and (max-width: 1200px) {
    .about-tdcy .about-tdcy-box .tdcy-next {
        right: 3%;
    }

    .about-tdcy .about-tdcy-box .tdcy-prev {
        left: 3%;
    }

    .ab-qgfb .auto .qgfb-next {
        right: 3%;
    }

    .ab-qgfb .auto .qgfb-prev {
        left: 3%;
    }
}




@media only screen and (max-width: 1444px) {
    .about-fwkh .about-fwkh-box .fwkh-next {
        right: -5%;
    }

    .about-fwkh .about-fwkh-box .fwkh-prev {
        left: -5%;
    }

    .ab-qgfb .auto .qgfb-next {
        right: -5%;
    }

    .ab-qgfb .auto .qgfb-prev {
        left: -5%;
    }
}

@media only screen and (max-width: 1340px) {
    .about-fwkh .about-fwkh-box .fwkh-next {
        right: 0%;
    }

    .about-fwkh .about-fwkh-box .fwkh-prev {
        left: 0%;
    }

    .ab-qgfb .auto .qgfb-next {
        right: 0%;
    }

    .ab-qgfb .auto .qgfb-prev {
        left: 0%;
    }
}

@media only screen and (max-width: 1200px) {
    .about-fwkh .about-fwkh-box .fwkh-next {
        right: 3%;
    }

    .about-fwkh .about-fwkh-box .fwkh-prev {
        left: 3%;
    }

    .ab-qgfb .auto .qgfb-next {
        right: 3%;
    }

    .ab-qgfb .auto .qgfb-prev {
        left: 3%;
    }
}


.banner .mo {
    display: none;
}

@media only screen and (max-width: 710px) {
    .banner .pc {
        display: none;
    }

    .banner .mo {
        display: block;
    }

    .Menu002188 .Menu li {
        margin-right: 10px;
    }

    .about-yi {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .about-yi .about-yi-box {
        display: block;
    }

    .about-yi .about-yi-box .left {
        width: 100%;
        margin-right: 0;
    }

    .quanju-h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .about-yi .about-yi-box .left .pb {
        margin-bottom: 20px;
    }

    .about-yi .about-yi-box .right {
        margin-top: 20px;
        width: 100%;
    }

    .about-yi .about-yi-box .left .RighInfo003141 .ul li {
        margin-right: 20px;
    }

    .about-yi .about-yi-box .left .RighInfo003141 .ul li span {
        font-size: 20px;
    }

    .about-qyzz {
        padding: 20px 0;
        padding-bottom: 20px;
    }

    .about-qyzz .swiper-container {
        margin-top: 20px;
    }

    .about-qyzz .swiper-slide img {
        margin-bottom: 10px;
    }

    .about-qyzz .swiper-container {
        max-width: 270px;
    }

    .about-qyzz .about-qyzz-box .qyzz-next,
    .about-qyzz .about-qyzz-box .qyzz-prev,
    .ab-qgfb .auto .qgfb-next,
    .ab-qgfb .auto .qgfb-prev,
    .about-tdcy .about-tdcy-box .tdcy-next,
    .about-tdcy .about-tdcy-box .tdcy-prev,
    .about-fwkh .about-fwkh-box .fwkh-next,
    .about-fwkh .about-fwkh-box .fwkh-prev {
        width: 30px;
        height: 30px;
        background-position-x: 10px;
        background-size: 6px;
    }

    .ab-qgfb .swiper-slide .qgfb-div .pa {
        font-size: 20px;
    }

    .ab-qgfb .swiper-slide .qgfb-div .pb {
        font-size: 20px;
        margin-bottom: 0;
    }

    .ab-qgfb .swiper-slide img {
        width: 100%;
        object-fit: cover;
        height: 300px;
    }

    .ab-qgfb .swiper-slide .qgfb-div {
        padding: 40px 40px;
    }

    .ab-qgfb .gallery-thumbs .swiper-wrapper .swiper-slide {
        width: 18%;
    }

    .ab-qgfb .gallery-thumbs .swiper-wrapper .swiper-slide:nth-child(13n+13) {
        margin-right: 13px !important;
    }

    .ab-qgfb .gallery-thumbs .swiper-wrapper .swiper-slide:nth-child(5n+5) {
        margin-right: 0px !important;
    }

    .ab-qgfb .gallery-thumbs .swiper-wrapper {
        max-height: 232px;
        overflow: auto;
    }

    .ab-qgfb {
        padding: 30px 0;
    }

    .ab-fzjg {
        padding: 20px 0;
    }

    .about-tdcy {
        padding: 20px 0;
        padding-bottom: 20px;
    }

    .about-tdcy .swiper-container {
        margin-top: 20px;
    }

    .about-tdcy .swiper-container {
        max-width: 270px;
    }

    .about-fwkh {
        padding: 20px 0;
        margin-bottom: 20px;
    }

    .about-fwkh .swiper-slide img {
        margin-bottom: 0;
    }

    .about-fwkh .about-fwkh-box .fwkh-prev {
        top: 65%;
    }

    .about-fwkh .about-fwkh-box .fwkh-next {
        top: 65%;
    }
}

@media only screen and (max-width: 550px) {
    .ab-qgfb .gallery-thumbs .swiper-wrapper .swiper-slide {
        width: 16.5%;
    }
}


.hzffb {
    margin-top: 92px;
    margin-bottom: 117px;
}

.hzffb .ul {
    display: flex;
    flex-wrap: wrap;
}

.hzffb .ul li {
    width: 48%;
    margin-right: 36px;
    padding: 50px 65px;
    box-shadow: 0px 0px 6px 0px #e6e6e6;
    margin-bottom: 30px;
    transition: all 0.5s;
}

.hzffb .ul li .div .pa {
    font-family: 'Medium';
    font-size: 22px;
    color: #333333;
    margin-bottom: 20px;
}

.hzffb .ul li .div .pb {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 23px;
}

.hzffb .ul li .div .kuu {
    display: flex;
    flex-wrap: wrap;
}

.hzffb .ul li .div .kuu .dianhua {
    display: flex;
    align-items: center;
    color: #2363bc;
    font-size: 14px;
    margin-right: 43px;
    margin-bottom: 5px;
}

.hzffb .ul li .div .kuu .dianhua img {
    margin-right: 10px;
}

.hzffb .ul li:nth-child(2n+2) {
    margin-right: 0;
}

.hzffb .ul li:hover {
    background: #2263bc;
    border-radius: 5px;
    color: #fff;
}

.hzffb .ul li:hover p {
    color: #fff !important;
}

.hzffb .ul li:hover .dianhua {
    filter: grayscale(100%) brightness(500%);
}

@media screen and (max-width: 950px) {
    .hzffb .ul li {
        margin-right: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 850px) {
    .hzffb .ul li {
        width: 100%;
        margin-right: 0px;
        padding: 20px;
    }

    .hzffb .ul li .div .kuu {
        flex-wrap: wrap;
    }

    .hzffb .ul li .div .kuu .dianhua {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 5px;
    }

    .hzffb .ul li .div .pa {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .hzffb .ul li .div .pb {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .hzffb {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/* Ã¦â€“Â°Ã©â€”Â»Ã¥Ë†â€”Ã¨Â¡Â¨ */

/*PicList002938 */
.PicList002938 ul {
    padding: 1.93vw 0;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    align-items: center;
}

.PicList002938 li .inner {
    padding-left: 50px;
    font-size: 16px;
    padding-right: 60px;
    width: 80%;
}


ol.tupianq {width: 20% !important;}

ol.tupianq img {width: 100%;}
.PicList002938 li time {
    color: #c8c8c8;
}

.PicList002938 li time a {
    float: right;
    color: #2263bc;
}

.PicList002938 li p {
    color: #666666;
    line-height: 1.8;
    height: auto;
    font-size: 16px;
}

.PicList002938 li aside {
    font-size: 18px;
    margin-bottom: 20px;
}

.PicList002938 li aside a {
    color: #333333;
}

.PicList002938 li aside a:hover {
    color: #2263bc;
}

.PicList002938 ul .ytable-cell {
    display: flex;width: 80%;
}

.PicList002938 ul .ytable-cell .time {
    width: 20%;
    text-align: center;
    padding-left: 40px;
    border-left: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.PicList002938.cslbsstow ul .ytable-cell .time{width: 100%;}

.PicList002938 ul .ytable-cell .time .pa {
    color: #144387;
    font-size: 40px;
    width: 100%;
    line-height: 1;
}

.PicList002938 ul .ytable-cell .time .pb {
    color: #144387;
    font-size: 18px;
}

.PicList002938 ul:hover img {
    transform: scale(1.1);
}

.PicList002938 ol img {
    transition: all 0.5s;
}

.PicList002938 ul:hover .dot a {
    color: #2263bc;
}

.PicList002938 ul:hover .dot2 {
    color: #2263bc;
}

.PicList002938 {
    padding: 10px 0px;
}

.PicList002938 ul .ytable-cell img {
    width: 100%;
}

.PicList002938 ol {
    width: 100%;
    max-width: 210px;
    overflow: hidden;
    border-radius: 5px;
}

@media(max-width:768px) {
    .PicList002938 li .inner {
        padding-left: 3vw;
        font-size: 14px;
    }

    .PicList002938 li p {
        font-size: 14px;
    }

    .PicList002938 li aside {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .PicList002938 ul .ytable-cell {
        margin-bottom: 10px;
        /* width: 100% !important; */
    }
    ol.tupianq {
        /* width: 100% !important; */
        margin-right: 10px;
    }
    .PicList002938 ol {
        max-width: 100%;
    }

    .PicList002938 li .inner {
        padding-left: 0 !important;
        padding-right: 10px !important;
    }

    .PicList002938 ul .ytable-cell .time {
        width: 100% !important;
        padding-left: 10px;
    }

    .PicList002938 ul .ytable-cell .time .pa {
        font-size: 20px;

    }

    .PicList002938 ul .ytable-cell .time .pb {
        font-size: 14px;

    }
}

.PicList002938 .newsList2 li .inner{padding-left: 0;}
@media(min-width: 1024px){
    .PicList002938 .newsList2 .ytable-cell{width: 100%;justify-content: space-between;}
    .PicList002938 .newsList2 li .inner{max-width:900px;}
    .PicList002938 .newsList2 .ytable-cell .time{width: 18.8%;}
}

@media(max-width:480px) {

    .PicList002938 .ytable,
    .PicList002938 .ytable-cell {
        display: block;
    }

    .PicList002938 ul {
        padding: 3vw 0;
    }

    .PicList002938 li .inner {
        padding: 3vw;
    }

    ol.tupianq {
        width: 100% !important;
    }
    .PicList002938 ul .ytable-cell {
        width: 100%;    margin-top: 10px;
    }
    .PicList002938 li .inner {

        width: 70%;
    }
	.PicList002938 ul ol.ytable-cell a{
		width: 100%;
		display: block;
	}
}


/* Ã¥Ë†â€ Ã©Â¡Âµ */

/*Page001959*/
.Page001959 .Pages {
    line-height: 50px;
    zoom: 1;
    overflow: hidden;
    text-align: center;
    padding: 2% 0;
    text-align: center;
    background: url(https://www.uniontax.cn/cn/images/Page001959-bg.jpg) no-repeat center top;
    margin: 52px 0;
}

.Page001959 .Pages span {
    padding: 0px 3px;
    display: inline-block;
}

.Page001959 .Pages a {
    display: inline-block;
    margin: 0px 2px;
    padding: 0px 20px;
    font-size: 16px;
    vertical-align: middle;
    background-color: #f7f7f7;
    border-radius: 5px;
}

/*.Page001959 .Pages .p_cur,
.Page001959 .Pages .p_count,
.Page001959 .Pages .p_jump,
.Page001959 .Pages .a_first,
.Page001959 .Pages .a_end,
.Page001959 .Pages .p_total {
    display: none;
}*/

.Page001959 .Pages .p_page em {
    font-style: normal;
    font-family: Arial;
}

.Page001959 .Pages a:hover,
.Page001959 .Pages a.a_cur {
    color: #fff;
    background-color: #2263bc;
}

.Page001959 .Pages .a_prev,
.Page001959 .Pages .a_next {
    width: 50px;
    height: 50px;
    padding: 0;
    line-height: 150px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f7f7f7;
    position: relative;

}



.Page001959 .Pages .a_prev:before {
    position: absolute;
    content: '';
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    top: 41%;
    left: 22px;
}

.Page001959 .Pages .a_next:before {
    position: absolute;
    content: '';
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 41%;
    left: 22px;
}

.Page001959 .Pages a:hover::before {
    border-color: #fff;
}
.Page001959 .Pages .p_jump .f1,
.Page001959 .Pages .p_jump .f2{font-weight: normal;}
.Page001959 .Pages .p_jump .i_text{width: 60px;}
.Page001959 .Pages .p_jump .i_button{display: inline-block;margin: 0px 2px;padding: 0px 15px;font-size: 14px;vertical-align: middle;background-color: #f7f7f7;border-radius: 5px;border:none;line-height:50px;cursor: pointer;}

@media(max-width:1070px) {
    .PicList002938 ul .ytable-cell .time {
        padding-left: 20px;
    }

    .PicList002938 li .inner {
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media(max-width:1000px) {
    .PicList002938 ul .ytable-cell .time {
        width: 40%;
    }
}


@media(max-width:768px) {
    .Page001959 .Pages .p_cur,
    .Page001959 .Pages .p_count,
    .Page001959 .Pages .p_jump,
    .Page001959 .Pages .a_first,
    .Page001959 .Pages .a_end,
    .Page001959 .Pages .p_total {
        display: none;
    }
    .Page001959 .Pages {
        line-height: 30px;
        margin: 10px 0;
    }

    .Page001959 .Pages a {
        font-size: 16px;
        padding: 0px 10px;
    }



}

@media(max-width:480px) {
    .Page001959 .Pages .p_page em {
        display: none;
    }
}


/* Ã¦â€“Â°Ã©â€”Â»Ã¨Â¯Â¦Ã¦Æ’â€¦ */
/*RighInfo002973 */
.RighInfo002973 {
    margin: 10px 0 20px 0;
    color: #333;
    font-size: 16px;
}

.RighInfo002973>.auto {
    max-width: 1200px;
}

.RighInfo002973 .news-details {
    max-width: 1226px;
    padding: 60px 0;
}

.RighInfo002973 .news-details .title {
    text-align: center;
    background: #f8f9fa;
    padding: 47px 20px;
}

.RighInfo002973 .news-details .title h1 {
    font-size: 22px;
    margin: 0 0 15px 0;
    color: #333333;
}

.RighInfo002973 .news-details .title aside span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 5px;
    line-height: 16px;
}

.RighInfo002973 .news-details .title .bshare-custom {
    display: inline-block;
}

.RighInfo002973 .bshare-custom a {
    background-position: center center;
    margin: 0 0 0 14px;
}



.RighInfo002973 .news-details .edit-info {
    line-height: 1.875em;
    border-bottom: 1px solid #eeeeee;
    padding: 50px 0;
    margin-bottom: 30px;
}

.RighInfo002973 .pn-page aside {
    padding: 10px 0;
}

.RighInfo002973 .pn-page aside a {
    color: #666;
}

.RighInfo002973 .pn-page aside a b {
    color: #666666;
    font-weight: unset;
}

.RighInfo002973 .operating a:hover,
.RighInfo002973 .pn-page aside a:hover {
    color: #205393;
}

.RighInfo002973 .operating {
    overflow: hidden;
    line-height: 24px;
}

.RighInfo002973 .operating a {
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left center;
}

.RighInfo002973 .operating a:not(:last-child) {
    margin-right: 45px;
}

.RighInfo002973 .news-details .edit-info p {
    font-size: 16px;
    color: #666666;
    line-height: 2;
}

.RighInfo002973 .news-details .edit-info .xwxqtu {
    display: flex;
    margin: 40px 0;
    flex-wrap: wrap;
}

.RighInfo002973 .news-details .edit-info .xwxqtu img {
    width: 48%;
    margin-right: 20px;
    height: auto;
    margin-bottom: 5px;
}

.RighInfo002973 .news-details .edit-info .xwxqtu img:nth-child(2) {
    margin-right: 0px;
}

.RighInfo002973 .news-details .title span {
    font-size: 16px;
    color: #999999;
}

.RighInfo002973 .pn-page .kk {
    width: 85%;
}

.RighInfo002973 .pn-page .fanhui {
    width: 10%;
    text-align: center;
    padding: 10px 20px;
    background: #2263bc;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    transition: all 0.5s;
    border: 1px solid #2263bc;
}

.RighInfo002973 .pn-page .fanhui:hover {
    color: #2263bc;
    background: transparent;
}

@media(min-width:1025px) {
    .RighInfo002973 .pn-page {
        min-height: 24px;
        position: relative;
        /* padding-right: 230px; */
        display: flex;
        align-items: center;
    }

    .RighInfo002973 .pn-page .operating {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .RighInfo002973 .operating a {
        float: left;
    }
}

@media(max-width:1024px) {
    .RighInfo002973 .operating {
        text-align: right;
        padding-bottom: 20px;
    }

    .RighInfo002973 .operating a {
        display: inline-block;
    }
}

@media(max-width:640px) {
    .RighInfo002973 .news-details .title h1 {
        font-size: 6vw;
    }

    .RighInfo002973 {
        font-size: 14px;
    }

    .RighInfo002973 .news-details {
        padding: 20px 0;
    }

    .RighInfo002973 .news-details .title h1 {
        font-size: 20px;
    }

    .RighInfo002973 .news-details .title {

        padding: 20px 20px;
    }

    .RighInfo002973 .news-details .edit-info .xwxqtu img {
        width: 100%;
        margin-right: 0;
    }

    .RighInfo002973 .news-details .edit-info {

        padding: 20px 0;
        margin-bottom: 20px;
    }

    .RighInfo002973 .pn-page .kk {
        width: 100%;
        margin-bottom: 10px;
    }

    .RighInfo002973 .pn-page .fanhui {
        width: 100%;
        max-width: 120px;
        text-align: center;
        margin: auto;
        display: flex;
        justify-content: center;
    }

    .RighInfo002973 .news-details .edit-info .xwxqtu {
        margin: 20px 0;
    }
}


/* Ã¦ÂÅ“Ã§Â´Â¢Ã§Â»â€œÃ¦Å¾Å“ */
.ssjg {
    margin: 80px 0;
}

.ssjg input[type="text"] {
    width: 100%;
    max-width: 600px;
    margin: auto;
    display: flex;
    border: navajowhite;
    background: #f6f6f6 url(../images/sousuo.png) no-repeat left;
    padding: 18px 45px;
    border-radius: 50px;
    background-position-x: 20px;
}

.ssjg .sousuo {
    margin-bottom: 55px;
}

.ssxq .homeh1 {
    font-size: 26px;
}

.ssjg .PicList002938 ol {

    max-width: 160px;
}

.ssjg .PicList002938 li .inner {
    padding-left: 30px;

}

.ssjg .PicList002938 li p {
    -webkit-line-clamp: 1;
}

.ssjg .PicList002938 li aside {
    font-size: 20px;
    margin-bottom: 10px;
}

.ssjg .PicList002938 li aside a {
    font-family: 'Medium';
}

.ssjg .PicList002938 ul .ytable-cell .time .pa {
    color: #333333;
}

.ssjg .PicList002938 ul .ytable-cell .time .pb {
    color: #333333;
}

.ssjg .PicList002938 ul {
    padding: 25px 0;
}


.ssjg .PicList002938 ul:last-child {
    border: none;
}

.sswshipin .le-shipin ul {
    display: flex;
    flex-wrap: wrap;
}

.sswshipin .le-shipin ul li {
    width: 18.8%;
    margin-right: 18px;
    margin-bottom: 18px;
    list-style: none;
}

.sswshipin .le-shipin ul li img {
    border-radius: 50px;
}


.sswshipin .le-shipin ul li:nth-child(5n+5) {
    margin-right: 0px;
}

.ssjg .left-ri-top {
    border-bottom: 1px solid #2263bc;
}

.ssjg .PicList002938 {
    padding: 5px 0px;
}

.sswshipin .le-shipin {
    margin: 30px 0;
}

.sszj .le-shipin ul li {
    width: 15.4%;
    text-align: center;
}

.sszj .le-shipin ul li:nth-child(6n+6) {
    margin-right: 0px;
}

.sszj .le-shipin ul li:nth-child(5n+5) {
    margin-right: 18px;
}

.sswshipin {
    margin-top: 55px;
}

.sszj {
    margin-top: 80px;
}

@media screen and (max-width: 1200px) {
    .sswshipin .le-shipin ul li {

        width: 18%;
    }

    .sszj .le-shipin ul li {
        width: 14.5%;
    }
}

@media screen and (max-width: 768px) {
    .ssjg .PicList002938 ol {
        max-width: 100%;
    }

    .ssjg .PicList002938 ul {
        display: block;
        padding-bottom: 10px;
    }

    .ssjg .PicList002938 li .inner {
        width: 65%;
    }

    .ssxq .homeh1 {
        font-size: 20px;
    }

    .ssjg input[type="text"] {
        padding: 10px 45px;
    }

    .ssjg .sousuo {
        margin-bottom: 20px;
    }

    .ssjg {
        margin: 20px 0;
    }

    .sswshipin {
        margin-top: 20px;
    }

    .sswshipin .le-shipin ul li {
        width: 47%;
        margin-bottom: 10px;
    }

    .sswshipin .le-shipin ul li:nth-child(2n+2) {
        margin-right: 0px;
    }
}


/* Ã¨Â´Â¢Ã¥Å Â¡Ã¨Â¯Â¾Ã¥Â â€š */
.cskt .cskt-box {
    display: flex;
}

.cskt .cskt-box .left {
    width: 20%;
    text-align: center;
    padding-top: 90px;
    padding-right: 20px;
    border-right: 1px solid #e3e3e3;
}

.cskt .cskt-box .right {
    width: 80%;
    padding-top: 90px;
    padding-left: 70px;
}

.cskt .cskt-box .left a li {
    margin-bottom: 40px;
    list-style: none;
    font-size: 18px;
    color: #333333;
    position: relative;
}

.cskt .cskt-box .right li {
    list-style: none;
    width: 30%;
    margin-right: 40px;
}

.cskt .cskt-box .right ul {
    display: flex;
    flex-wrap: wrap;
}

.cskt .cskt-box .right .p .pa {
    font-size: 26px;
    color: #333333;
    font-family: 'Medium';
    margin-bottom: 20px;
}

.cskt .cskt-box .right .p .pb {
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
    line-height: 2;
}

.cskt .cskt-box .right li img {
    width: 100%;
}

.cskt .cskt-box .right li:nth-child(3n+3) {
    margin-right: 0;
}

.cskt .cskt-box .right li .lipa {
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: 'Medium';
}

.cskt .cskt-box .right li .lipb {
    font-size: 14px;
    color: #999999;
    line-height: 1.8;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.cskt .cskt-box .right .lzs {
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 60px;
}
.cskt .cskt-box .right .lzs:last-child{
    border: none;
}
.cskt .cskt-box .left a .on {
    color: #2263bc;
}

.cskt .cskt-box .left a .on:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    max-width: 23px;
    background: #2263bc;
    left: 2vw;
    top: 50%;
}

.cskt .cskt-box .left a .on:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    max-width: 23px;
    background: #2263bc;
    right: 2vw;
    top: 50%;
}

.cskt .cskt-box .right li .img {
    position: relative;
}

.cskt .cskt-box .right li .img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(34 99 188 / 75%);
    display: none;
}

.cskt .cskt-box .right li .img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    filter: grayscale(100%) brightness(300%);
    background: url(../images/fdj.png) no-repeat center;
    left: 0;
    top: 0;
    display: none;
}

.cskt .cskt-box .right li:hover .img::before,
.cskt .cskt-box .right li:hover .img::after {
    display: block;
}

.cskt .cskt-box .right li:hover .lipa {
    color: #2263bc;
}

.cskt .cskt-box .left .fixed {
    position: fixed;
    top: 6%;
    width: 100%;
    max-width: 240px;
    padding-right: 20px;
}

@media screen and (max-width: 1000px) {
    .cskt .cskt-box {
        display: block;
    }

    .cskt .cskt-box .left a li {
        margin-bottom: 20px;
    }

    .cskt .cskt-box .left .ul {
        width: 100%;
        max-width: 100%;
        background: #fff;
        top: 0;
        padding: 15px 0;
        left: 0;
        z-index: 9;
    }

    .cskt .cskt-box .left {
        width: 100%;
        text-align: center;
        padding-top: 20px;
        padding-right: 0;
        border-right: 0;
        border-bottom: 1px solid #e3e3e3;
    }

    .cskt .cskt-box .left .ul a {
        width: 20%;
    }

    .cskt .cskt-box .right {
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
    }
}

@media screen and (max-width: 840px) {

    .cskt .cskt-box .right li {

        margin-right: 20px;
    }
}

@media screen and (max-width: 768px) {

    .cskt .cskt-box .left a .on:after,
    .cskt .cskt-box .left a .on:before {
        display: none;
    }

    .cskt .cskt-box .left a li {
        font-size: 16px;
    }

    .cskt .cskt-box .left .ul {
        width: 100%;
        max-width: 100%;
        background: #fff;
        top: 0;
        padding: 15px 0;
        left: 0;
        z-index: 9;
    }

    .cskt .cskt-box .left a li {
        margin-bottom: 0;
    }

    .cskt .cskt-box .rightfix .lzs {
        padding-top: 50px;
        margin-bottom: 0;
    }

    .cskt .cskt-box .right .lzs {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 450px) {
    .cskt .cskt-box .right li {
        width: 46%;
        margin-bottom: 20px;
    }

    .cskt .cskt-box .right li:nth-child(3n+3) {
        margin-right: 20px;
    }

    .cskt .cskt-box .right li:nth-child(2n+2) {
        margin-right: 0px;
    }
}





/* Ã§Â¨Å½Ã¥Å Â¡Ã¥Ë†â€”Ã¨Â¡Â¨ */
.swlb .swlb-box {
    display: flex;
    /* margin: 50px auto; */
    align-items: flex-start;
}

.swlb .swlb-box .left {
    width: 10%;
    text-align: center;
    padding-top: 0;
    padding-right: 20px;
    border-right: 1px solid #e3e3e3;
}

.swlb .swlb-box .right {
    width: 90%;
    padding-top: 10px;
    padding-left: 20px;
}

.swlb .swlb-box .left a li {
    margin-bottom: 25px;
    list-style: none;
    font-size: 16px;
    color: #333333;
    position: relative;
}

.swlb .swlb-box .right li {
    list-style: none;
    width: 30%;
    margin-right: 40px;
}

.swlb .swlb-box .right ul {
    display: flex;
    flex-wrap: wrap;
}

.swlb .swlb-box .right .p .pa {
    font-size: 26px;
    color: #333333;
    font-family: 'Medium';
    margin-bottom: 20px;
}

.swlb .swlb-box .right .p .pb {
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
    line-height: 2;
}

.swlb .swlb-box .right li img {
    width: 100%;
}

.swlb .swlb-box .right li:nth-child(3n+3) {
    margin-right: 0;
}

.swlb .swlb-box .right li .lipa {
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: 'Medium';
}

.swlb .swlb-box .right li .lipb {
    font-size: 14px;
    color: #999999;
    line-height: 1.8;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

/* .swlb .swlb-box .right .lzs {
    padding-bottom: 60px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 60px;
} */

.swlb .swlb-box .left a .on {
    color: #2263bc;
}

/*
.swlb .swlb-box .left a .on:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    max-width: 23px;
    background: #2263bc;
    left: 2vw;
    top: 50%;
}

.swlb .swlb-box .left a .on:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    max-width: 23px;
    background: #2263bc;
    right: 2vw;
    top: 50%;
} */

.swlb .swlb-box .right li .img {
    position: relative;
}

.swlb .swlb-box .right li .img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(34 99 188 / 75%);
    display: none;
}

.swlb .swlb-box .right li .img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    filter: grayscale(100%) brightness(300%);
    background: url(../images/fdj.png) no-repeat center;
    left: 0;
    top: 0;
    display: none;
}

.swlb .swlb-box .right li:hover .img::before,
.swlb .swlb-box .right li:hover .img::after {
    display: block;
}

.swlb .swlb-box .right li:hover .lipa {
    color: #2263bc;
}

.swlb .swlb-box .left .fixed {
    position: fixed;
    top: 6%;
    width: 100%;
    max-width: 120px;
    padding-right: 20px;
}

@media screen and (max-width: 1000px) {
    .swlb .swlb-box {
        display: block;
    }

    .swlb .swlb-box .left a li {
        margin-bottom: 20px;
    }

    .swlb .swlb-box .left .fixed {
        width: 100%;
        max-width: 100%;
        background: #fff;
        top: 0;
        padding: 15px 20px;
        left: 0;
        z-index: 9;
        align-items: center;
    }

    .swlb .swlb-box .left {
        width: 100%;
        text-align: center;
        padding-top: 20px;
        padding-right: 0;
        border-right: 0;
        border-bottom: 1px solid #e3e3e3;
    }

    .swlb .swlb-box .left .ul a {
        width: 20%;
    }

    .swlb .swlb-box .right {
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
    }
}

@media screen and (max-width: 840px) {

    .swlb .swlb-box .right li {

        margin-right: 20px;
    }
}

@media screen and (max-width: 768px) {

    .swlb .swlb-box .left a .on:after,
    .swlb .swlb-box .left a .on:before {
        display: none;
    }

    .swlb .swlb-box .left a li {
        font-size: 16px;
    }



    .swlb .swlb-box .left a li {
        margin-bottom: 0;
    }

    /* .swlb .swlb-box .rightfix .lzs {
        padding-top: 50px;
        margin-bottom: 0;
    }
    .swlb .swlb-box .right .lzs{
        padding-bottom: 20px;
    } */
}

@media screen and (max-width: 450px) {
    .swlb .swlb-box .right li {
        width: 46%;
        margin-bottom: 20px;
    }

    .swlb .swlb-box .right li:nth-child(3n+3) {
        margin-right: 20px;
    }

    .swlb .swlb-box .right li:nth-child(2n+2) {
        margin-right: 0px;
    }

}

.swlb .swlb-box .left .biao .pa {
    font-size: 16px;
    color: #fff;
    background: #2263bc;
    padding: 15px 10px;
    border-radius: 5px;
    margin-bottom: 25px;
}

.swlb {
    margin: 50px auto;
}

.swlb .swlb-box .left a:last-child li {
    margin-bottom: 0;
}

.swlb .swlb-box .right .right-tow {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.swlb .swlb-box .right .right-tow .ri-left {
    width: 68%;
    margin-right: 30px;
}

.swlb .swlb-box .right .right-tow .ri-left .homeh1 {
    font-size: 22px;
}

.swlb .swlb-box .right .right-tow .ri-left .swzx {
    margin-bottom: 60px;
    position: relative;
}
.swlb .swlb-box .right .right-tow .ri-left #swzx3 .homemore {
    top: -35px;
}
.swlb .swlb-box .right .right-tow .ri-right {
    width: 29%;
}

.swlb .swlb-box .right .right-tow .ri-left .swzx ul {
    margin-top: 30px;width: 100%;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx1 ul li {
    width: 100%;
    display: flex;
    margin-bottom: 25px;
    align-items: center;
    padding-bottom: 25px;
    margin-right: 0;
    border-bottom: 1px solid #e3e3e3;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx1 ul a:last-child li {
    border: none;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx2 ul li:last-child {
    border: none;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx1 ul li img {
    width: 24%;
    margin-right: 30px;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx1 ul li .neirong {
    width: 72%;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx1 ul li .pa {
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
    font-family: 'Medium';
}

.swlb .swlb-box .right .right-tow .ri-left #swzx1 ul li .pb {
    font-size: 16px;
    color: #666666;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx1 ul li:hover .neirong .pa {
    color: #2263bc;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx1 ul li:hover .neirong .pb {
    color: #2263bc;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx1 ul li .pc {
    font-size: 16px;
    color: #999999;
}

.swlb .swlb-box .right .right-tow .ri-right .swwj {
    background: #fafafa;
    padding: 30px;
    border-radius: 5px;
}

.swlb .swlb-box .right .right-tow .ri-right .swwj .quanju-h1 {
    text-align: center;
    font-size: 20px;
    color: #2363bc;
    margin-bottom: 20px;
}

.swlb .swlb-box .right .right-tow .ri-right .swwj ul {
    display: block;
}

.swlb .swlb-box .right .right-tow .ri-right .swwj ul li {
    width: 100%;
    font-size: 16px;
    color: #333333;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
}

.swlb .swlb-box .right .right-tow .ri-right .swwj ul li:last-child {
    border: navajowhite;
    margin-bottom: 0;
}

.swlb .swlb-box .right .right-tow .ri-right .swwj ul li:hover a {
    color: #2263bc;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx2 ul {
    display: block;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx2 ul li {
    width: 100%;
    margin-top: 40px;
}


.swlb .swlb-box .right .right-tow .ri-left #swzx2 ul li .neirong .pa {

    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

}

.swlb .swlb-box .right .right-tow .ri-left #swzx2 ul li .neirong .pa .span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #333333;
    font-family: 'Medium';
    width: 100%;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx2 ul li .neirong .pa .time {
    font-size: 14px;
    color: #cccccc;
    width: 14%;
    margin-left: 40px;
    text-align: right;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx2 ul li .neirong .pb {
    font-size: 16px;
    color: #999999;
    /* line-height: 2; */
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 25px;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx2 ul li .pc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx2 ul li .pc .touxiang {
    width: 40%;
    font-size: 14px;
    color: #999999;
    margin-right: 20px;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx2 ul li .pc .fenxiang {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx2 ul li .pc .touxiang img {
    max-width: 22px;
    margin-right: 10px;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx2 ul li .pc .fenxiang .fx img {
    max-width: 15px;
    margin-right: 10px;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx2 ul li .pc .fenxiang .fx {
    margin-right: 3vw;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx2 ul li .pc .fenxiang a span {
    color: #999999;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx2 ul li .pc .fenxiang .fx:last-child {
    margin-right: 0;
}


.swlb .swlb-box .right .right-tow .ri-left .swzx .homeqh-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

.swlb .swlb-box .right .right-tow .ri-left .swzx .homeqh-box .tab_span {
    width: 88%;
    margin-top: 0;
    align-items: flex-end;
}

.swlb .swlb-box .right .right-tow .ri-left .swzx .homeqh-box .homemore {
    width: 12%;
}

.swlb .swlb-box .right .right-tow .ri-left .swzx .homeqh-box .tab_span li {
    width: 11%;
    padding-right: 20px;
    margin-right: 20px;
}

.swlb .swlb-box .right .right-tow .ri-left .swzx .homeqh-box .tab_span li::before {
    left: -26px;
}


.swlb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li {
    width: 31%;
    margin-right: 20px;
    list-style: none;
    margin-bottom: 20px;
    position: relative;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li:nth-child(3n+3) {
    margin-right: 0px;
}

.swlb .swlb-box .right .right-tow .ri-left .swzx .tab_oo li figure {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.swlb .swlb-box .right .right-tow .ri-left .swzx .tab_oo li figure .a_play {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.swlb .swlb-box .right .right-tow .ri-left .swzx .tab_oo li figure em {
    display: block;
    padding-bottom: 67%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li .status{
    width: 60px;
    line-height:22px;
    border-radius:22px;
    color: #fff;
    display: inline-block;
    margin-top: 13px;
    text-align: center;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li .status.wks{
    background:#218cde;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li .status.zbz{
    background:#f1743e;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li .status.yjs{
    background:#bbbbbb;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li .dot2 {
    margin-top: 13px;
    height: auto;
    font-size: 16px;
    color: #333;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li figure .a_play::before {
    width: 32px;
    height: 32px;
    border: none;
    position: relative;
    border-radius: 50%;
    background: rgb(0 0 0 / 28%);
}

.swlb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li figure .a_play::before,
.swlb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li figure .a_play::after {
    position: absolute;
    content: '';
    z-index: 5;
    top: 42%;
    left: 0;
    right: 0;
    margin: auto;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li .video_files {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li .video_files .close {
    position: absolute;
    right: 3%;
    top: 3%;
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #761b1b;
    cursor: pointer;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li .video_files .close::before {
    transform: rotate(45deg);
    position: absolute;
    content: '';
    width: 3px;
    height: 70%;
    border-radius: 3px;
    background-color: #fff;
    left: 13px;
    top: 5px;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li .video_files .close::after {
    transform: rotate(-45deg);
    position: absolute;
    content: '';
    width: 3px;
    height: 70%;
    border-radius: 3px;
    background-color: #fff;
    left: 13px;
    top: 5px;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li .video_files video {
    width: 100%;
    height: 100%;
    background-color: #000;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li .fy {
    position: absolute;
    top: 0;
    z-index: 9;
    color: #fff;
    right: 10px;
    border-radius: 0px 0px 5px 5px;
    font-size: 12px;
    padding: 3px 7px;
    font-family: 'Medium';
    z-index: 1;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li .ff {
    background: #eec78e;
    color: #755c3f;
}

.swlb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li .mf {
    background: #20d667;
}

@media only screen and (max-width: 1200px) {
    .swlb .swlb-box .right .right-tow .ri-left #swzx2 ul li .neirong .pa .time {
        width: 13%;
    }

    .swlb .swlb-box .right .right-tow .ri-left {
        width: 67%;
    }
}

@media only screen and (max-width:1000px) {

    .swlb {
        margin: 0px auto;
    }

    .swlb .swlb-box .left {
        padding-top: 0;

    }

    .swlb .swlb-box .left a:last-child li {
        margin-bottom: 0;
    }

    .swlb .swlb-box .left a li {
        margin-bottom: 0;
    }

    .swlb .swlb-box .left .biao .pa {
        margin-bottom: 0;
    }
}

@media only screen and (max-width:780px) {
    .swlb .swlb-box .right .right-tow .ri-left {
        width: 100%;
    }

    .swlb .swlb-box .right .right-tow {
        display: block;
    }

    .swlb .swlb-box .right .right-tow .ri-left .swzx {
        margin-bottom: 0;
    }

    .cskt .cskt-box .right .p .pa {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .cskt .cskt-box .right .p .pa .more{line-height:24px;font-size:14px;padding:0 10px;}

    .swlb .swlb-box .right .right-tow .ri-left .homeh1 {
        font-size: 20px;
    }

    .swlb .swlb-box .right .right-tow .ri-left #swzx1 ul li .pa {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .swlb .swlb-box .right .right-tow .ri-left #swzx1 ul li .pb {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .swlb .swlb-box .right .right-tow .ri-left #swzx1 ul li .pc {
        font-size: 14px;
    }

    .swlb .swlb-box .right .right-tow .ri-left #swzx1 ul li img {
        margin-right: 20px;
    }

    .swlb .swlb-box .right .right-tow .ri-left #swzx2 ul li {
        margin-top: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #ededed;
    }

    .swlb .swlb-box .right .right-tow .ri-left #swzx2 ul li .neirong .pa .time {
        width: 35%;
    }

    .swlb .swlb-box .right .right-tow .ri-left #swzx2 ul li .neirong .pa .span {
        font-size: 16px;
    }

    .swlb .swlb-box .right .right-tow .ri-left #swzx2 ul li .pc .fenxiang .fx img {
        margin-right: 5px;
    }

    .swlb .swlb-box .right .right-tow .ri-left .swzx .homeqh-box .tab_span {
        width: 50%;

    }

    .Map002793 .tab_span li.on b {
        font-size: 20px;
    }

    .swlb .swlb-box .right .right-tow .ri-left #swzx3 .homeqh-box .homemore {
        width: 25%;
    }

    .swlb .swlb-box .right .right-tow .ri-left #swzx3 .homeqh-box .tab_span li {
        width: 32%;
        padding-right: 20px;
        margin-right: 0;
        margin-bottom: 0;
    }

    .swlb .swlb-box .right .right-tow .ri-left .swzx .homeqh-box .tab_span li::before {
        display: none;
    }

    .swlb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li {
        width: 47%;

    }

    .swlb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li:nth-child(3n+3) {
        margin-right: 20px;
    }

    .swlb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li:nth-child(2n+2) {
        margin-right: 0px;
    }

    .swlb .swlb-box .right .right-tow .ri-right {
        width: 100%;
        margin-bottom: 30px;
    }

    .swlb .swlb-box .right .swzx .Map002793 {
        padding-top: 80px;
        position: relative;
    }

    .swlb .swlb-box .right .swzx .Map002793:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background: #ededed;
        top: 30px;
    }

    .swlb .swlb-box .right .right-tow .ri-left #swzx2 .ssxq {
        padding-top: 80px;
        position: relative;
    }

    .swlb .swlb-box .right .right-tow .ri-left #swzx2 .ssxq:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background: #ededed;
        top: 30px;
    }

    .swlb .swlb-box .right .right-tow .ri-left #swzx1 ul a:last-child li {
        margin-bottom: 0;
    }
}


/* 更多咨询列表 */


.gdzxa .right {
    padding: 0 !important;
    width: 100% !important;
}

.gdzxa .swlb-box .right .right-tow .ri-right {
    width: 25%;
}


.gdzxa .swlb-box .right .right-tow .ri-left {
    width: 72%;
    margin-right: 30px;
}

.gdzxa .swlb-box .right .right-tow .ri-left #swzx1 ul li img {
    width: 19%;
}

.gdzxa .swlb-box .right .right-tow .ri-left #swzx1 ul li .neirong {
    width: 77%;
}

.gdzxa .homemore {
    padding: 0;
    display: flex;
    align-items: center;
}

.gdzxa .homemore img {
    margin-right: 10px;
}

.gdzxa .homemore:before,
.gdzxa .homemore::after {
    display: none;
}

@media only screen and (max-width:1040px) {

    .gdzxa .swlb-box .right .right-tow .ri-left {
        width: 70%;
        margin-right: 30px;
    }
}

@media only screen and (max-width:780px) {
    .gdzxa .swlb-box .right .right-tow .ri-left {
        width: 100%;
        margin-right: 0px;
    }

    .gdzxa .swlb-box .right .right-tow .ri-right {
        width: 100%;
    }
}


/* 咨询详情 */
.gdzxa .RighInfo002973 .news-details {
    padding: 0px 0;
}

.gdzxa .RighInfo002973 {
    margin: 0px 0 20px 0;
}

.gdzxa .RighInfo002973 .news-details .title {
    text-align: left;
    background: transparent;
    padding: 0px 0px;
    padding-bottom: 35px;
    border-bottom: 1px solid #eeeeee;
}

.gdzxa .RighInfo002973 .news-details .title h1 {
    font-size: 30px;
    color: #333333;
    font-family: 'Medium';
    font-weight: 100;
}

.gdzxa .RighInfo002973 .news-details .edit-info {
    padding: 30px 0 50px 0;
    margin-bottom: 40px;
}

.gdzxa .RighInfo002973 .pn-page .fanhui {
    width: 20%;
    max-width: 120px;
}



@media only screen and (max-width: 769px) {
    .gdzxa .RighInfo002973 .news-details .title h1 {
        font-size: 20px;

    }

    .gdzxa .RighInfo002973 .news-details .title {

        padding-bottom: 10px;
    }

    .gdzxa .RighInfo002973 .news-details .edit-info {
        padding: 10px 0 10px 0;
        margin-bottom: 10px;
    }

    .gdzxa .RighInfo002973 .pn-page .fanhui {
        width: 100%;
    }
}



.splb .ri-left {
    width: 100%;
}

.splb .right-tow {
    display: block;
}

.splb .right-tow .ri-left {
    width: 100% !important;
    margin-right: 0 !important;
}

.splb .right {
    width: 100% !important;
}

.splb #swzx1 {
    margin-bottom: 0;
}

.splb .one {
    margin-top: 40px;
}

.splb #swzx1 .homemore {
    padding: 0%;
    display: flex;
    align-items: center;
}

.splb #swzx1 .homemore img {
    margin-right: 10px;
}

.splb #swzx1 .homemore::before,
.splb #swzx1 .homemore::after {
    display: none;
}


.splb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li {
    width: 18.5%;
    margin-right: 20px;
    margin-bottom: 40px;
}

.splb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li:nth-child(3n+3) {
    margin-right: 20px;
}

.splb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li:nth-child(5n+5) {
    margin-right: 0px;
}

.splb .swlb-box .right .right-tow .ri-left .swzx {
    margin-bottom: 0;
}

.splb .Page001959 .Pages {

    margin: 0px 0;
}

@media only screen and (max-width: 1140px) {
    .splb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li {
        width: 18%;

    }
}

@media only screen and (max-width: 780px) {
    .splb .swlb-box .right .swzx .Map002793 {
        padding-top: 0px;
    }

    .splb .swlb-box .right .swzx .Map002793:before {
        display: none;
    }

    .splb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li {
        width: 47%;
    }

    .splb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li:nth-child(5n+5) {
        margin-right: 20px;
    }

    .splb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li:nth-child(2n+2) {
        margin-right: 0px;
    }

    .splb .Page001959 .Pages {
        margin-bottom: 20px;
    }

    .splb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li {

        margin-bottom: 20px;
    }
}

.spxq {
    background: #f8f9fa;
}

.spxq .beij {
    padding: 60px 0;
    background: #fff;
}

.spxq .spxqbox .spxqbox-top {
    display: flex;
    align-items: center;
}

.spxq .spxqbox .spxqbox-top .img {
    width: 50%;
    overflow: hidden;
    border-radius: 5px;
}

.spxq .spxqbox .spxqbox-top .img img {
    width: 100%;
    height: auto;
}

.spxq .spxqbox .spxqbox-top .xinxi {
    width: 50%;
    padding-left: 50px;
}

.spxq .spxqbox .spxqbox-top .xinxi .xinxi-one {
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}

.spxq .spxqbox .spxqbox-top .xinxi .xinxi-one .pa {
    font-size: 22px;
    color: #333333;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.spxq .spxqbox .spxqbox-top .xinxi .xinxi-one .pa .ff {
    padding: 2px 7px;
    border-radius: 5px;
    color: #755c3f;
    font-family: 'Medium';
    font-size: 12px;
    background: #eec78e;
    margin-left: 10px;
}

.spxq .spxqbox .spxqbox-top .xinxi .xinxi-one .pb {
    font-size: 14px;
    line-height: 1.8;
    color: #999999;
}

.spxq .spxqbox .spxqbox-top .xinxi .xinxi-one .pc {
    font-size: 26px;
    color: #e8a94d;
}

.spxq .spxqbox .spxqbox-top .xinxi .xinxi-one .pc .tip{
    font-size:14px;
    color: #999999;
}

.spxq .spxqbox .spxqbox-top .xinxi .shuoming {
    margin-top: 25px;
}

.spxq .spxqbox .spxqbox-top .xinxi .shuoming .pa .shuom {
    font-size: 14px;
    color: #cccccc;
    margin-right: 20px;
}

.spxq .spxqbox .spxqbox-top .xinxi .shuoming .pa .wenzi {
    font-size: 14px;
    color: #666666;
}

.spxq .spxqbox .spxqbox-top .xinxi .shuoming .pa {
    margin-bottom: 10px;
}

.spxq .spxqbox .spxqbox-top .xinxi .goumai {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
}

.spxq .spxqbox .spxqbox-top .xinxi .goumai .ann {
    width: 100%;
    max-width: 140px;
    text-align: center;
    padding: 10px;
    border-radius: 50px;
    background: #eec78e;
    font-size: 16px;
    color: #755c3f;
}

.spxq .spxqbox .spxqbox-top .xinxi .goumai .zhuanf {
    display: flex;
    align-items: center;
}

.spxq .spxqbox .spxqbox-top .xinxi .goumai .zhuanf .sc {
    display: flex;
    align-items: center;
    margin-left: 45px;
}

.spxq .spxqbox .spxqbox-top .xinxi .goumai .zhuanf .sc img {
    margin-right: 10px;
}


.spxq .spxq-xq {
    margin-top: 60px;
    padding-bottom: 60px;
}

.spxq .spxq-xq .Map002793 {
    padding: 50px 70px;
    background: #fff;
    /* margin: 60px 0; */
}

.spxq .spxq-xq .Map002793 .tab_span {
    margin-bottom: 40px;
    display: block;
}

.spxq .spxq-xq .Map002793 .tab_span li {
    padding-right: 0;
    margin-right: 6vw;
    font-size: 18px;
    padding-bottom: 10px;
}

.spxq .spxq-xq .Map002793 .tab_span li:before {
    display: none;
}

.spxq .spxq-xq .Map002793 .tab_span li.on .dot {
    font-size: 18px;
}

.spxq .spxq-xq .Map002793 .tab_span li.on {
    border-bottom: 2px solid #2263bc;
}

.spxq .spxq-xq .Map002793 .box {
    display: block;
}

.spxq .spxq-xq .Map002793 .box img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.spxq .spxq-xq .Map002793 .box p {
    font-size: 16px;
    color: #666666;
    line-height: 2;
    margin-bottom: 20px;
}

@media only screen and (max-width: 885px) {
    .spxq .spxqbox .spxqbox-top .xinxi .xinxi-one .pa {
        font-size: 18px;
        display: flex;
        align-items: flex-start;
    }

    .spxq .spxqbox .spxqbox-top .xinxi .xinxi-one .pa .ff {
        width: 17%;
        text-align: center;
    }

    .spxq .spxqbox .spxqbox-top .xinxi .goumai .zhuanf .sc {

        margin-left: 10px;
    }
}

@media only screen and (max-width:768px) {

    .spxq .spxqbox .spxqbox-top {
        display: block;
    }

    .spxq .beij {
        padding: 20px 0;
    }

    .spxq .spxqbox .spxqbox-top .img {
        width: 100%;
        margin-bottom: 10px;
    }

    .spxq .spxqbox .spxqbox-top .xinxi {
        width: 100%;
        padding-left: 0;
    }

    .spxq .spxqbox .spxqbox-top .xinxi .xinxi-one .pa {
        margin-bottom: 10px;
    }

    .spxq .spxqbox .spxqbox-top .xinxi .xinxi-one .pc {
        font-size: 20px;
    }

    .spxq .spxqbox .spxqbox-top .xinxi .shuoming {
        margin-top: 10px;
    }

    .spxq .spxq-xq .Map002793 {
        padding: 20px 20px;
    }

    .spxq .spxq-xq .Map002793 .tab_span li.on .dot {
        font-size: 16px;
    }

    .spxq .spxq-xq .Map002793 .box img {

        margin-bottom: 20px;
    }

    .spxq .spxqbox .spxqbox-top .xinxi .goumai {
        margin-top: 20px;
    }

    .spxq .spxq-xq {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .spxq .spxq-xq .spxqbox {
        padding: 0;
    }
}

/* 视频详情弹窗 */
.goumaitc {
    /* display: none; */
    padding: 0 20px;
}

.heimo {
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 28%);
    /* display: none; */
}

.goumaitc .auto_1500 {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    background: #fff;
    padding: 60px 150px;
    border-radius: 10px;
    position: relative;
    padding-bottom: 50px;
}



.goumaitc .auto_1500 .xx {
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 9;
    top: 30px;
    right: 30px;
}

.goumaitc .auto_1500 .xx:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 30px;
    background: #2263bc;
    transform: rotate(45deg);
    left: 0;
    right: 0;
    margin: auto;
}

.goumaitc .auto_1500 .xx:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 30px;
    background: #2263bc;
    transform: rotate(-45deg);
    left: 0;
    right: 0;
    margin: auto;
}

.goumaitc .auto_1500 .topa {
    display: flex;
    align-items: center;
}

.goumaitc .auto_1500 .topa .left {
    width: 35%;
    background: #f8f9fa;
    border-radius: 5px;
    overflow: hidden;
}

.goumaitc .auto_1500 .topa .right {
    width: 65%;
    padding-left: 70px;
}

.goumaitc .auto_1500 .topa .left img {
    width: 100%;
    /* margin-bottom: 25px; */
}

.goumaitc .auto_1500 .topa .left .p .pa {
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
}

.goumaitc .auto_1500 .topa .left .p {
    padding: 25px 30px;
    padding-bottom: 25px;
    background: #f8f9fa;
}

.goumaitc .auto_1500 .topa .left .p .pb {
    font-size: 14px;
    color: #999999;
}

.goumaitc .auto_1500 .topa .left .p .pb span {
    margin-left: 30px;
    /* border-left: 1px solid; */
    position: relative;
}

.goumaitc .auto_1500 .topa .left .p .pb span:nth-child(1) {
    margin-left: 0;
}

.goumaitc .auto_1500 .topa .left .p .pb span:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 10px;
    background: #d8d8d8;
    left: -16px;
    top: 5px;
}

.goumaitc .auto_1500 .topa .left .p .pb span:nth-child(1):before {
    display: none;
}


.goumaitc .auto_1500 .topa .right li {
    list-style: none;
    font-size: 14px;
    color: #2363bc;
    padding: 5px 20px;
    margin-right: 10px;
    border: 1px solid rgb(35 99 188 / 34%);
    border-radius: 5px;
    position: relative;
    margin-bottom: 10px;
}

.goumaitc .auto_1500 .topa .right li.dian {
    background: #2363bc;
    color: #fff;
}

.goumaitc .auto_1500 .topa .right li.dian:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 30px;
    background: rgb(255 255 255 / 44%);
    bottom: -17px;
    right: -11px;
    transform: rotate(45deg);
}

.goumaitc .auto_1500 .topa .right .xuanze {
    display: flex;
    padding-bottom: 45px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 45px;
    flex-wrap: wrap;
    align-items: center;
}

.goumaitc .auto_1500 .topa .right .xuanze ul {
    display: flex;
    /* padding-bottom: 50px; */
    flex-wrap: wrap;
    width: 85%;
    padding-left: 10px;
}

.goumaitc .auto_1500 .topa .right .xuanze .pa {
    font-size: 18px;
    width: 15%;
    color: #333333;
}

.goumaitc .auto_1500 .topa .right .xuanze ul .shuomi {
    margin-top: 30px;
    font-size: 14px;
    color: #999999;
}

.goumaitc .auto_1500 .topa .right .xuanze ul .shuomi span {
    color: #2263bc;
}

.goumaitc .auto_1500 .topa .right .xuanze .zhifu .zf {
    display: flex;
}

.goumaitc .auto_1500 .topa .right .xuanze .zhifu .zf .zf-box {
    display: flex;
    margin-right: 35px;
    border-radius: 5px;
    background: #f8f9fa;
    color: #333333;
    padding: 20px 5px;
    font-size: 14px;
    border: 1px solid transparent;
    max-width: 160px;
    width: 100%;
    justify-content: center;
}
@media(max-width:1440px){
    .goumaitc .auto_1500 .topa .right .xuanze{padding-bottom:30px;margin-bottom:30px;}
}

/* radio */

.goumaitc label.bui-radios-label input {

    position: absolute;

    opacity: 0;

    visibility: hidden;

}

.goumaitc label.bui-radios-label .bui-radios {

    display: inline-block;

    position: relative;

    width: 13px;

    height: 13px;

    background: #FFFFFF;

    border: 1px solid #979797;

    border-radius: 50%;

    vertical-align: -2px;

}

.goumaitc label.bui-radios-label input:checked+.bui-radios:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #2363bc;
    border-radius: 50%;
    top: 3px;
    left: 3px;

}

.goumaitc label.bui-radios-label input:checked+.bui-radios {

    background: transparent;
    border: 1px solid #2363bc;

}

.goumaitc label.bui-radios-label input:disabled+.bui-radios {
    background: transparent;
    border: 1px solid #2363bc;

}

.goumaitc label.bui-radios-label input:disabled:checked+.bui-radios:after {

    background-color: #c1c1c1;

}

.goumaitc label.bui-radios-label.bui-radios-anim .bui-radios {

    -webkit-transition: background-color ease-out .3s;

    transition: background-color ease-out .3s;

}

.goumaitc .auto_1500 .topa .right .xuanze .zhifu .zf .zf-box img {
    margin-left: 10px;
    margin-right: 2px;
}

.goumaitc .auto_1500 .topa .right .xuanze .zhifu {
    width: 80%;
}

.goumaitc .auto_1500 .topa .right .xuanze .shuomi {
    width: 100%;
    padding-left: 115px;
    margin-top: 30px;
}

.goumaitc .auto_1500 .topa .right .xuanze .shuomi span {
    color: #2363bc;
}

.goumaitc .auto_1500 .jiner .jin {
    display: flex;
    padding: 30px 50px;
    justify-content: space-between;
    background: #f8f9fa;
    border-radius: 5px;
    align-items: center;
}


.goumaitc .auto_1500 .jiner .jin .pa {
    font-size: 18px;
    color: #333333;
}

.goumaitc .auto_1500 .jiner .jin .pa span {
    margin-left: 35px;
    font-size: 26px;
    color: #e8a94d;
}

.goumaitc .auto_1500 .jiner .jin .ann {
    padding: 10px 30px;
    border-radius: 50px;
    text-align: center;
    background: #2363bc;
    color: #fff;
    border: 1px solid #2363bc;
    transition: all 0.5s;
}

.goumaitc .auto_1500 .jiner .jin .ann:hover {
    background: transparent;
    color: #2363bc;
}

.goumaitc {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: 10%;
    z-index: 99999;
}

.goumaitc .auto_1500 .topa .right .xuanze:last-child {
    border: none;
}

@media only screen and (max-width: 1355px) {
    .goumaitc .auto_1500 .topa .right .xuanze ul {

        width: 80%;
    }

    .goumaitc .auto_1500 .topa .right .xuanze .pa {
        width: 20%;
    }
}

@media only screen and (max-width: 1300px) {
    .goumaitc .auto_1500 .topa .right .xuanze .pa {
        font-size: 16px;

    }
}

@media only screen and (max-width:1144px) {
    .goumaitc .auto_1500 .topa .right .xuanze .pa {
        width: 100%;
        margin-bottom: 10px;
    }

    .goumaitc .auto_1500 .topa .right .xuanze ul {
        width: 100%;
        padding-left: 0;
    }

    .goumaitc .auto_1500 .topa .right .xuanze .shuomi {
        padding-left: 0px;
    }

    .goumaitc .auto_1500 .topa .right .xuanze .zhifu {
        width: 100%;
    }

    .goumaitc .auto_1500 .topa .right .xuanze .zhifu .zf .zf-box {
        margin-right: 10px;
        padding: 20px 5px;
    }

    .goumaitc .auto_1500 .topa .left .p {
        padding: 25px 10px;

    }

    .goumaitc .auto_1500 .topa .right .xuanze {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:1000px) {
    .goumaitc .auto_1500 .topa {
        display: block;
    }

    .goumaitc .auto_1500 .topa .left {
        width: 100%;

        margin-bottom: 20px;
    }

    .goumaitc .auto_1500 .topa .right {
        width: 100%;
        padding-left: 0;
    }

    .goumaitc .auto_1500 {
        max-height: 800px;
        overflow: auto;
    }
}

@media only screen and (max-width:768px) {
    .goumaitc .auto_1500 {
        width: 100%;
        max-width: 1500px;
        margin: auto;
        background: #fff;
        padding: 45px 20px;
        border-radius: 10px;
        position: relative;
        padding-bottom: 95px;
    }
}

@media only screen and (max-width:640px) {
    .goumaitc {
        top: 50px;
    }

    .goumaitc .auto_1500 .xx {

        top: 10px;
        right: 20px;
    }

    .goumaitc .auto_1500 .topa .left .p {
        padding: 10px 20px;
    }

    .goumaitc .auto_1500 .topa .left .p .pa {
        font-size: 16px;

    }

    .goumaitc .auto_1500 .topa .right .xuanze .zhifu .zf .zf-box img {
        margin-left: 0;
        margin-right: 0px;
    }

    .goumaitc .auto_1500 {
        max-height: 600px;
    }

    .goumaitc .auto_1500 .jiner .jin {
        padding: 20px 20px;
    }

    .goumaitc .auto_1500 .jiner .jin .pa {
        font-size: 16px;
    }

    .goumaitc .auto_1500 .jiner .jin .pa span {
        margin-left: 0;
        font-size: 16px;
    }

    .goumaitc .auto_1500 .jiner .jin .ann {
        padding: 5px 10px;
        border-radius: 50px;

    }
}


/* 直播 */
.spzhibi .zhibobox .spzhibi-top {
    background: #f9f9fb;
    display: flex;
    justify-content: space-between;
    font-size: 22px;
    align-items: center;
    color: #333333;
    padding: 30px 20px;
    border-radius: 5px;
    margin: 35px auto;
}

.spzhibi .zhibobox .spzhibi-top .pa {
    width: 50%;
    display: flex;
    align-items: center;
}

.spzhibi .zhibobox .spzhibi-top .fxtx {
    display: flex;
    width: 50%;
    justify-content: flex-end;
    align-items: center;
}

.spzhibi .zhibobox .spzhibi-top .fxtx .tx {
    display: flex;
    width: 22%;
    align-items: center;
    padding-right: 0;
    border-right: 1px solid #ededed;
}

.spzhibi .zhibobox .spzhibi-top .fxtx .bshare-custom {
    width: 34%;
    padding-left: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.spzhibi .zhibobox .spzhibi-top .fxtx .tx .paa {
    font-size: 16px;
    color: #999999;
    margin-left: 10px;
}

.spzhibi .zhibobox .spzhibi-top .fxtx .tx img {
    width: 100%;
    max-width: 35px;
    height: auto;
    border-radius: 50px;
    overflow: hidden;
}

.spzhibi .zhibobox .spzhibi-top .fxtx .bshare-custom .fen {
    font-size: 16px;
    color: #999999;
    padding-right: 10px;
}

.bshare-custom .bshare-more.more-style-addthis {
    display: none;
}

.bshare-custom .bshare-sinaminiblog {
    background: url(../images/wx2.png) no-repeat !important;
    background-size: cover !important;
}

.bshare-custom .bshare-weixin {
    background: url(../images/wx.png) no-repeat !important;
    background-size: cover !important;
}

.bshare-custom .bshare-qqim {
    background: url(../images/wx3.png) no-repeat !important;
    background-size: cover !important;
}

.bshare-custom a {
    width: 30px !important;
    height: 30px !important;
    margin-right: 10px !important;
}

.spzhibi .zhibobox .spzhibi-top .pa span {
    color: #755c3f;
    background: #eec78e;
    font-size: 12px;
    padding: 1px 5px;
    border-radius: 5px;
    margin-left: 15px;
    font-family: 'Medium';
}

.bsTop {
    width: 100% !important;
}

.bsBox {
    height: 100%;
}

.bsFrameDiv img {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 20px;
}

.bsFrameDiv div {
    width: 100% !important;
    max-width: 220px;
    height: 100% !important;
}


.spzhibi .spzhibi-sp {
    display: flex;
    background: #f9f9fb;
    margin-bottom: 145px;
}

.spzhibi .spzhibi-sp .zhibobox-tow {
    width: 73%;
    position: relative;
}

.spzhibi .spzhibi-sp .zhibobox-tow img {
    width: 100%;
    height: auto;
}


.spzhibi .spzhibi-sp .ri {
    width: 27%;
    padding: 20px;
}

.spzhibi .spzhibi-sp .zhibobox-tow Video {
    width: 100%;
}

.spzhibi .spzhibi-sp .zhibobox-tow .anniu {
    position: absolute;
    bottom: 0;
    background: rgb(0 0 0 / 45%);
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 20px 20px;
}


.spzhibi .spzhibi-sp .zhibobox-tow .anniu .right {
    display: flex;
    align-items: center;
}

.spzhibi .spzhibi-sp .zhibobox-tow .anniu .left {
    display: flex;
    align-items: center;
}

.spzhibi .spzhibi-sp .zhibobox-tow .anniu .left .pa:before {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-left-color: #fff;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 18px solid #fff;
    width: 0;
    height: 0px;
}

.spzhibi .spzhibi-sp .zhibobox-tow .anniu .left .pb {
    font-size: 16px;
    color: #fff;
}

.spzhibi .spzhibi-sp .zhibobox-tow .anniu .right .ann {
    font-size: 16px;
    color: #fff;
    padding: 5px 20px;
    border-radius: 50px;
    background: #e94e4e;
    margin-right: 30px;
    border: 1px solid #e94e4e;
    transition: all 0.5s;
}

.spzhibi .spzhibi-sp .zhibobox-tow .anniu .right .ann:hover {
    border: 1px solid #fff;
    background: transparent;
}

.spzhibi .spzhibi-sp .zhibobox-tow .anniu .right .pa {
    font-size: 16px;
    color: #fff;
    margin-right: 30px;
}

.spzhibi .spzhibi-sp .zhibobox-tow .anniu .right .pb {
    margin-right: 30px;
}

.spzhibi .spzhibi-sp .zhibobox-tow .anniu .left .pa {
    width: 20px;
    height: 20px;
    margin-right: 30px;
}

.spzhibi .spzhibi-sp .ri .renshu {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #999999;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
}

.spzhibi .spzhibi-sp .ri .renshu img {
    margin-right: 10px;
}

.spzhibi .spzhibi-sp .ri .dm {
    display: flex;
    align-content: space-between;
    height: 95%;
    flex-wrap: wrap;
    max-height: 534px;
}

.spzhibi .spzhibi-sp .ri .dm .dmtow {
    width: 100%;
}

.spzhibi .spzhibi-sp .ri .dm .dmtow li {
    font-size: 16px;
    color: #999999;
    list-style: none;
    margin-bottom: 5px;
    line-height: 1.8;
}

.spzhibi .spzhibi-sp .ri .dm .dmtow li .name {
    color: #5381b9;
}

.spzhibi .spzhibi-sp .ri .dm .fb {
    width: 100%;
    /* display: flex; */
}

.spzhibi .spzhibi-sp .ri .dm .fb .ann {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: flex-end;
    align-items: center;
}

.spzhibi .spzhibi-sp .ri .dm .fb input[type="text"] {
    width: 100%;
    border: 0;
    border-radius: 50px;
    background: #fff;
    padding: 7px 15px;
    color: #333333;
    font-size: 16px;
}

.spzhibi input::-webkit-input-placeholder {
    color: #e7ebef;
}

.spzhibi .spzhibi-sp .ri .dm .fb .ann .num {
    font-size: 14px;
    color: #9f9f9f;
    margin-right: 20px;
}

.spzhibi .spzhibi-sp .ri .dm .fb .ann .anniu {
    color: #755c3f;
    background: #eec78e;
    padding: 5px 20px;
    border-radius: 50px;
    font-size: 16px;
    border: 1px solid #eec78e;
    transition: all 0.5s;
}

.spzhibi .spzhibi-sp .ri .dm .fb .ann .anniu:hover {
    color: #eec78e;
    background: transparent;
}


@media screen and (max-width: 1150px) {
    .spzhibi .zhibobox .spzhibi-top .fxtx .bshare-custom {
        width: 37%;

    }


}

@media screen and (max-width: 1070px) {
    .spzhibi .zhibobox .spzhibi-top .fxtx .tx {
        width: 25%;
    }

    .spzhibi .zhibobox .spzhibi-top .fxtx .bshare-custom {
        width: 40%;
    }
}

@media screen and (max-width: 1000px) {
    .spzhibi .zhibobox .spzhibi-top .fxtx .tx {
        width: 31%;
    }

    .spzhibi .zhibobox .spzhibi-top .fxtx .bshare-custom {
        width: 45%;
    }
}



@media screen and (max-width: 768px) {
    .spzhibi .zhibobox .spzhibi-top {
        display: block;
        padding: 20px 20px;
        margin: 10px auto;
    }

    .spzhibi .zhibobox .spzhibi-top .pa {
        width: 100%;
        display: flex;
        font-size: 18px;
        flex-wrap: wrap;
    }

    .spzhibi .zhibobox .spzhibi-top .pa span {
        margin-left: 0px;
        margin-top: 5px;
    }

    .spzhibi .zhibobox .spzhibi-top .fxtx {
        width: 100%;
        margin-top: 10px;
        justify-content: flex-start;
    }

    .spzhibi .zhibobox .spzhibi-top .fxtx .tx {
        font-size: 14px;
        width: 45%;
    }

    .spzhibi .zhibobox .spzhibi-top .fxtx .bshare-custom {
        width: 60%;
    }

    .spzhibi .zhibobox .spzhibi-top .fxtx .tx .paa {
        font-size: 14px;
    }

    .spzhibi .zhibobox .spzhibi-top .fxtx .bshare-custom .fen {
        font-size: 14px;

    }

    .bshare-custom a {
        width: 20px !important;
        height: 20px !important;
    }

    .spzhibi .spzhibi-sp {
        display: block;
        margin-bottom: 20px;
    }

    .spzhibi .spzhibi-sp .zhibobox-tow {
        width: 100%;
    }

    .spzhibi .spzhibi-sp .zhibobox-tow .anniu .left .pa {

        margin-right: 10px;
    }

    .spzhibi .spzhibi-sp .zhibobox-tow .anniu .left .pb {
        font-size: 14px;
    }

    .spzhibi .spzhibi-sp .zhibobox-tow .anniu .right .ann {
        font-size: 14px;
        padding: 5px 5px;
        margin-right: 10px;
    }

    .spzhibi .spzhibi-sp .zhibobox-tow .anniu .right .pa {
        margin-right: 10px;
        font-size: 14px;
    }

    .spzhibi .spzhibi-sp .zhibobox-tow .anniu .right .pb {
        margin-right: 10px;
    }

    .spzhibi .spzhibi-sp .ri {
        width: 100%;
    }

    .spzhibi .spzhibi-sp .ri .dm .dmtow li {
        font-size: 14px;

    }

    .spzhibi .spzhibi-sp .ri .dm .fb input[type="text"] {
        font-size: 14px;
    }

    .spzhibi .spzhibi-sp .ri .dm .fb .ann .anniu {
        font-size: 14px;
    }
}

.jiesu .jiesu-tow {
    max-width: 520px;
    margin: auto;
    padding: 70px 20px;
    background: #343434;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px #000;
    text-align: center;
    position: relative;
}

.jiesu .jiesu-tow .pa {
    font-size: 24px;
    color: #fff;
}

.jiesu .jiesu-tow .ann {
    display: flex;
    justify-content: center;
    margin-top: 55px;
    align-items: center;
}

.jiesu .jiesu-tow .ann a {
    padding: 15px 4rem;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    border: 1px solid rgb(255 255 255 / 36%);
    font-size: 16px;
    transition: all 0.5s;
}

.jiesu .jiesu-tow .ann .qr {
    margin-right: 40px;
    background: rgb(233, 78, 78);
    border: 1px solid rgb(233, 78, 78);
}

.jiesu .jiesu-tow .ann a:hover {
    background: #e94e4e;
    border: 1px solid #e94e4e;
}

.jiesu .xx {
    position: absolute;
    margin-right: 0;
    width: 25px;
    top: 20px;
    margin-left: auto;
    height: 25px;
    background: transparent;
    display: block;
    right: 20px;
}

.jiesu .xx:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 25px;
    background: #fff;
    transform: rotate(45deg);
}

.jiesu .xx:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 25px;
    background: #fff;
    transform: rotate(-45deg);
}

.jiesu {
    display: none;
    position: fixed;
    top: 40%;
    width: 100%;
    padding: 20px;
    z-index: 9999;
}

@media only screen and (max-width: 769px) {
    .jiesu .jiesu-tow .ann a {
        padding: 10px 20px;
        font-size: 14px;
    }

    .jiesu .jiesu-tow .ann {
        margin-top: 20px;
    }

    .jiesu .jiesu-tow .pa {
        font-size: 18px;
    }

    .jiesu .jiesu-tow {
        padding: 40px 20px;
    }
}
.mt15{margin-top: 15px;}

.banner .searBox{width: 100%;max-width: 600px;position: relative;margin-top: 35px;}
.banner input {
    width: 100%;
    border: none;
    border-radius: 50px;
    padding: 15px 20px;
    padding-left: 60px;
    font-size: 16px;
    background: #fff url(../images/soo.png) no-repeat center left 15px;
}
.banner .searBox #searcht{position: absolute;width: 19px;right: 15px;top: 47%;transform: translateY(-50%);}

.cszus {
    margin: 60px 0;
}

.cszus .Map002793 .tab_list {
    display: flex;
}

.cszus .Map002793 .tab_list .tab_span {
    width: 14%;
    margin-right: 20px;
    background: #f8f9fa;
    padding: 20px 0;
}

.cszus.geren .Map002793 .tab_list .tab_span{
    width: 100%;
    margin-right:0;
    background:none;
}

.cszus .Map002793 .tab_list .tab_span li {
    width: 100%;
    padding: 0;
    text-align: center;
    padding: 17px 10px;
    font-size: 16px;
    color: #333333;
}

.cszus .Map002793 .tab_list .tab_span li:before {
    display: none;
}

.cszus .Map002793 .tab_list .box {
    width: 84%;
    background: #f8f9fa;
}

.cszus .Map002793 .tab_list .tab_span li.on {
    background: #f1f3f5;
    font-size: 16px;
    color: #333333;
    border-left: 3px solid #2263bc;
}

.cszus .Map002793 .tab_list .tab_span li.on .dot {
    font-size: 16px;
    color: #333333;
    font-family: 'Regular';
}
.cszus.geren .Map002793 .tab_list .tab_span li .dot{
    font-size:14px;
}
.cszus.geren .Map002793 .tab_list .tab_span li.on{
    background:#f4f7fc;
    color: #2363bc;
}
.cszus.geren .Map002793 .tab_list .tab_span li.on .dot{
    color: #2363bc;
}

.cszus .Map002793 .tab_list .tab_span li .dot {
    font-size: 16px;
    color: #333333;
}

.cszus .box {
    display: block;
}

.cszus .box .ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 80px 100px;
}

.cszus .box .ul li {
    max-width: 340px;
    width: 100%;
    float: left;
    display: flex;
    align-items: flex-start;
    margin-bottom: 70px;
    margin-right: 6vw;
}

.cszus .box .ul li img {
    max-width: 50px;
    border-radius: 5px;
    overflow: hidden;
}

.cszus .box .ul li .p {
    margin-left: 20px;
}

.cszus .box .ul li .p .pa {
    font-size: 18px;
    color: #333333;
    font-family: 'Medium';
    margin-bottom: 10px;
}

.cszus .box .ul li:nth-child(2n+2) {
    margin-right: 0;
}

.cszus .box .ul li .p .a a {
    font-size: 16px;
    color: #999999;
    /* border-right: 1px solid; */
    margin-right: 20px;
    position: relative;
    /* width: 100%; */
    /* border-right: 1px solid; */
    /* line-height: 1.5; */
    margin-bottom: 5px;
}

.cszus .box .ul li .p .a a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background: #dbdbdb;
    top: 4px;
    /* width: 100%; */
    right: -10px;
}

.cszus .box .ul li .p .a {
    display: flex;
    flex-wrap: wrap;
}

.cszus .box .ul li:last-child {
    margin-bottom: 0;
    width: 100%;
    max-width: initial;
}

.cszus .box .ul li .p .a a:last-child:before {
    display: none;
}

.cszus .box .ul li .p .a a:hover {
    text-decoration: underline;
    color: #2263bc;
}

.cszus .box .ul li .p .a a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
    .cszus .box .ul li {
        margin-right: 10px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1100px) {
    .banner input {
        margin-top: 10px;
    }

    .cszus .Map002793 .tab_list .tab_span {
        display: block;
    }
}

@media only screen and (max-width: 780px) {
    .cszus .box .ul {

        padding: 20px;
    }

    .banner .banner-zi .pa {
        font-size: 30px;

    }

    .banner .banner-zi .pb {
        font-size: 16px;

    }

    .banner input {
        padding: 10px 20px;
        padding-left: 40px;
        font-size: 14px;
    }

    .cszus {
        margin: 20px 0;
    }

    .cszus .Map002793 .tab_list {
        display: block;
    }

    .cszus .Map002793 .tab_list .tab_span {
        display: flex;
        padding: 0;
        margin: 0;
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .cszus .Map002793 .tab_list .tab_span li {
        width: 32%;
        border-bottom: 3px solid transparent;
    }

    .cszus .Map002793 .tab_list .tab_span li.on {
        border-left: none;
        border-bottom: 3px solid #2263bc;
    }

    .cszus .Map002793 .tab_list .box {
        width: 100%;
    }
}


.cslbss {
    margin-top: 60px;
}

.cslbss .ssxq {
    border-bottom: 1px solid #2263bc;
}


.cslbss .homemore {
    font-size: 16px;
    padding: 0;
}

.cslbss .homemore::before {
    display: none;
}

.cslbss .homemore::after {
    display: none;
}

.cslbsstow .ytable-cell a {
    font-family: 'Medium';
}

.csxq .Currents {
    float: left;
}

.csxq .auto {
    border: none;
}

.csxq {
    padding: 60px 0 0;
}

.csxqtow {
    margin-top: 30px;
}

.csxqtow .swlb-box .right .right-tow .ri-left {
    width: 74%;
    padding-right: 3vw;
    margin-right: 3vw;
    border-right: 1px solid #eeeeee;
}

.csxqtow .ri-right .ul {
    display: block !important;
}

.csxqtow .swlb-box .right ul li {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}

.csxqtow .swlb-box .right ul li .uldiv {
    margin-top: 20px;
}

.csxqtow .swlb-box .right .right-tow .ri-right {
    width: 21%;
}

.csxqtow .biaoti {
    font-size: 20px;
    color: #2263bc;
    margin-bottom: 30px;
    font-family: 'Medium';
}

.csxqtow .biaoti .pa {
    font-family: 'Medium';
    position: relative;
}

.csxqtow .biaoti .pa:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: url(../images/xian.png) no-repeat;
    bottom: 0;
}

.csxq .jiantou:before {
    border: solid #d4d4d4 !important;
    border-width: 0 10px 10px 0 !important;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg) !important;
    -webkit-transform: rotate(-45deg) !important;
}

.csxq span {
    color: #999999 !important;
}

.csxqtow .swlb-box .right ul li .uldiv .pa {
    font-size: 16px;
    color: #666666;
}

.csxqtow .swlb-box .right ul li .uldiv .pb {
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}


.csxqtow .swlb-box .right ul li:last-child {
    border: none;
}

@media only screen and (max-width: 769px) {
    .csxq {
        padding: 20px 0 0;
    }

    .csxqtow .swlb-box .right .right-tow .ri-left {
        width: 100%;
        padding-right: 0;
        margin-right: 0;
        border-right: none;
    }

    .csxqtow .swlb-box .right .right-tow .ri-right {
        width: 100%;
    }

    .csxqtow .swlb-box .right ul li {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}


.zjzl {
    margin: 70px 0;
}


.zjzl .zjzlbox ul {
    display: flex;
    flex-wrap: wrap;
}

.zjzl .zjzlbox ul .li {
    width: 47%;
    margin-right: 3vw;
    list-style: none;
    display: flex;
    align-items: center;
    background: #f8f9fa /* url(../images/bj.png) no-repeat left */;
    margin-bottom: 70px;
    position: relative;
    background-size: contain;
}

.zjzl .zjzlbox ul .li .left {
    width: 40%;
}

.zjzl .zjzlbox ul .li .right {
    width: 60%;
    padding: 1vw 32px;
}

.zjzl .zjzlbox ul .li .right li {
    list-style: none;
}

.zjzl .zjzlbox ul .li .left img {
    margin-top: -20px;
}

.zjzl .zjzlbox ul .li .right .kuang {
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
}

.zjzl .zjzlbox ul .li .right .kuang .pa {
    font-size: 22px;
    color: #333333;
    margin-bottom: 10px;
}


.zjzl .zjzlbox ul .li .right .kuang .paa ul li {
    width: auto;
    margin-right:23px;
    position: relative;
}

.zjzl .zjzlbox ul .li .right .kuang .paa ul li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    background: #e2e2e2;
    top: 4px;
    right: -14px;
}

.zjzl .zjzlbox ul .li .right .kuang .paa ul li:last-child:before {
    display: none;
}

.zjzl .zjzlbox ul .li .right a {
    font-size: 14px;
    color: #2363bc;
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.zjzl .zjzlbox ul .li .right .jj {
    color: #666666;
    font-size: 14px;
    line-height: 1.5;

    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}



.zjzl .zjzlbox ul .li:nth-child(2n+2) {
    margin-right: 0vw;
}


@media only screen and (max-width: 1015px) {
    .zjzl .zjzlbox ul .li .right .kuang {
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .zjzl .zjzlbox ul .li .right .kuang .pa {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .zjzl .zjzlbox ul .li .right .jj {

        -webkit-line-clamp: 2;

    }

    .zjzl .zjzlbox ul .li .right .kuang .paa ul li {
        margin-right: 10px;
    }

    .zjzl .zjzlbox ul .li .right .kuang .paa ul li:before {

        right: -5px;
    }
}

@media only screen and (max-width: 780px) {

    .zjzl .zjzlbox ul .li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;

    }

    .zjzl .zjzlbox ul .li .right {
        padding: 1vw 20px;
    }

    .zjzl {
        margin: 40px 0;
    }
}


.zjxq .swlb-box .right .right-tow .ri-left {
    width: 100%;
    margin-right: 0;
}

.zjxq .swlb-box .right {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
}


.zjxq .ytable-fixed {
    flex-wrap: initial !important;
}

.zjxq .ytable-fixed .ytable-cell {
    margin-bottom: 0 !important;
    border-bottom: none !important;
}

.zjxq .ytable-fixed .ytable-cell .time .pa {
    font-size: 40px !important;
    color: #144387 !important;
    font-family: 'Regular' !important;
    margin-bottom: 0 !important;
}

.zjxq .ytable-fixed .ytable-cell .time .pb {
    font-size: 18px !important;
    color: #144387 !important;
}

.zjxq .swlb-box .right .right-tow .ri-left .swzx ul {
    margin-top: 0;
    width: 100%;
    padding: 1vw 0;
}

.zjxq .PicList002938 li aside a {
    font-family: 'Medium';
}

.zjxq .swlb-box .right .right-tow .ri-left .swzx ul:last-child {
    border-bottom: none;
}

.zjxq .swlb-box .right .right-tow .ri-left .swzx .homeqh-box {
    padding-bottom: 0;
}

.zjxq .swlb-box .right .right-tow .ri-left .swzx .homeqh-box .tab_span li {
    width: auto;
}

.zjxq .swlb-box .right .right-tow .ri-left .swzx .homeqh-box .tab_span {
    padding: 0;
}

.zjxq .swlb-box .right .right-tow .ri-left .swzx .homeqh-box .tab_span li {
    padding-bottom: 10px;
    padding-right: 0;
    margin-right: 40px;
}

.zjxq .swlb-box .right .right-tow .ri-left .swzx .homeqh-box .tab_span li.on {
    border-bottom: 2px solid #2263bc;
}

.zjxq .swlb-box .right .right-tow .ri-left .swzx .homeqh-box .tab_span li::before {
    left: -23px;
}

.zjxq .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li {
    width: 18.5%;
}

/* .swlb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li:nth-child(3n+3) {
    margin-right: 0px;
} */

/* .swlb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li:nth-child(5n+5) {
    margin-right: 0px;
} */

@media only screen and (max-width: 1110px) {
    .zjxq .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li {
        width: 18%;
    }
}

@media only screen and (max-width: 850px) {
    .zjxq .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li {
        width: 48%;
    }

    .swlb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li:nth-child(5n+5) {
        margin-right: 20px;
    }

    .swlb .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li:nth-child(2n+2) {
        margin-right: 0px;
    }
}

@media only screen and (max-width:580px) {
    .zjxq .swlb-box .right .right-tow .ri-left #swzx3 .tab_oo li {
        width: 47%;
    }
}

.zjxq .swlb-box {
    display: block;
}

.zjxq .zjbox {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
    border-bottom: 2px solid #2263bc;
}

.zjxq .zjbox .rig {
    width: 80%;
    padding-right: 65px;
}

.zjxq .zjbox .lef {
    width: 20%;
}

.zjxq .zjbox .rig .pa {
    font-size: 32px;
    color: #2363bc;
    font-family: 'Medium';
    margin-right: 20px;
}

.zjxq .zjbox .rig .p {
    display: flex;
    align-items: flex-end;
}

.zjxq .zjbox .rig .p ul {
    display: flex;
    align-items: center;
}

.zjxq .zjbox .rig .p ul li {
    list-style: none;
    padding: 2px 15px;
    border-radius: 50px;
    background: #f4f6f9;
    margin-right: 10px;
    color: #2363bc;
    font-size: 14px;
}

.zjxq .zjbox .rig .pb {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
    margin-top: 30px;
}

@media only screen and (max-width: 1000px) {
    .zjxq {
        margin: 20px auto;
    }
}

@media only screen and (max-width: 768px) {
    .zjxq .swlb-box .right .right-tow .ri-left .swzx ul {
        display: block;
        /* margin-bottom: 10px!important; */
    }

    .zjxq .swlb-box .right .right-tow .ri-left #swzx1 ul li {
        padding-bottom: 10px !important;
    }

    .zjxq .swlb-box .right .right-tow .ri-left #swzx1 ul li .pa {
        font-size: 16px !important;
        margin-bottom: 5px !important;
    }

    .zjxq .swlb-box .right .right-tow .ri-left #swzx1 ul li .pb {
        font-size: 14px !important;
        margin-bottom: 5px !important;
    }

    .zjxq .PicList002938 ul .ytable-cell .time {
        padding-left: 5px;
    }

    .zjxq .swlb-box .right .right-tow .ri-left #swzx2 .ssxq:before {
        display: none;
    }

    .swlb .swlb-box .right .swzx .Map002793:before {
        display: none;
    }

    .zjxq .swlb-box .right .right-tow .ri-left #swzx2 .ssxq {
        padding-top: 0;
        margin-bottom: 10px;
    }

    .zjxq .swlb-box .right .swzx .Map002793 {
        padding-top: 0;
    }

    .swlb .swlb-box .right .right-tow .ri-left #swzx3 .one {
        border-bottom: none;
        display: flex;
    }

    .zjxq .zjbox .rig {
        width: 100%;
        padding-right: 0;
    }

    .zjxq .zjbox {
        margin-bottom: 20px;
        display: block;
    }

    .zjxq .zjbox .lef {
        width: 100%;
        text-align: center;
    }

    .zjxq .zjbox .lef img {
        max-width: 150px;
        margin-top: 10px;
    }

    .zjxq .swlb-box .right .right-tow .ri-left .swzx .homeqh-box {
        margin-bottom: 10px;
    }

    .zjxq .zjbox .rig .pa {
        font-size: 20px;

    }

    .zjxq .zjbox .rig .pb {
        margin-top: 10px;
    }

    .cslbss .ssxq {
        display: block;
    }

    .cslbss .ssxq .homeh1 {
        margin-bottom: 10px;
    }

    .cslbss {
        margin-top: 20px;
    }
}


.radioStyle input:checked+label::after {
    content: '';
    position: absolute;
    /*针对label进行绝对定位*/
    left: -20px;
    top: 4px;
    border-radius: 50%;
    /*设置圆角*/
    width: 12px;
    height: 12px;
    background: #24b7e5;
}

.Top002633 .header-menu li .qudi {
    display: none !important;
}
.denglua {
    height: 100vh;
    width: 100%;
    background: url(../images/dl1.jpg) no-repeat center;
    display: flex;
    justify-content: center;
    align-items: center;    flex-wrap: wrap;
}
.denglua .beian {width: 100%;text-align: center;color: #fff;font-size: 14px;}

.denglua .beian a {color: #fff;margin: 0 10px;}

.denglua .dlbiao {
    text-align: center;
    width: 100%;
    max-width: 460px;
}

.denglua .dlbiao img {
    text-align: center;
    /* width: 100%; */
    /* max-width: 150px; */
    /* height: auto; */
}

.denglua .dlbiao .Tab001 {
    margin-top: 50px;
}

.denglua .dlbiao .Tab001 .tab_li {
    display: flex;
}

.denglua .dlbiao .Tab001 .tab_li span {
    width: 50%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-family: 'Medium';
    background-image: linear-gradient(#83a7d7, #407fc9);
    padding: 15px 10px;
    margin-right: 10px;
    border-radius: 10px 10px 0 0;
}
.bdsj .dlbiao .Tab001 .tab_li span {
    width: 100%;
}


.denglua .dlbiao .Tab001 .tab_li span:last-child {
    margin-right: 0;
}

.denglua .dlbiao .Tab001 .tab_info {
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 50px 20px;
    padding-bottom: 30px;
}

.denglua .dlbiao .Tab001 .tab_info .sjh {
    position: relative;
    text-align: left;
}

.denglua .dlbiao .Tab001 .tab_info .info {
    max-width: 360px;
    margin: auto;
}

.denglua .dlbiao .Tab001 .tab_info .sjh input[type="text"] {
    border-radius: 50px;
    border: none;
    font-size: 16px;
    padding: 15px 20px;
    background: #f8f9fa;
    width: 100%;
    color: #999999;
    padding-left: 100px;
    position: relative;
}

.denglua .dlbiao .Tab001 .tab_info .sjh select {
    position: absolute;
    border: none;
    background: transparent;
    top: 16px;
    left: 15px;
    font-size: 16px;
    color: #999999;
    /* padding-right: 10px; */
    /* border-right: 1px solid #e2e2e2; */
    z-index: 9;
}

.denglua .dlbiao .Tab001 .tab_info .sjh select:before {
    /* content: ''; */
    position: absolute;
    width: 1px;
    height: 10px;
    background: #000;
}

.denglua .dlbiao .Tab001 .tab_info .sjh:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    left: 83px;
    z-index: 99;
    top: 30%;
    background: #c6c6c6;
}

.denglua .dlbiao .Tab001 .tab_li .active {
    background-image: linear-gradient(#fff, #fff);
    color: #255eb7;
}

.denglua .dlbiao .Tab001 .tab_info .info .yzm {
    position: relative;
}

.denglua .dlbiao .Tab001 .tab_info .info .yzm input[type="text"] {
    border-radius: 50px;
    border: none;
    font-size: 16px;
    padding: 15px 20px;
    background: #f8f9fa;
    width: 100%;
    color: #999999;
    padding-right: 100px;
    position: relative;
    margin: 20px 0;
}

.denglua .dlbiao .Tab001 .tab_info .info .yzm a {
    position: absolute;
    width: 100%;
    right: 0;
    max-width: 100px;
    right: 10px;
    text-align: center;
    font-size: 16px;
    color: #2363bc;
    top: 34px;
}

.denglua .dlbiao .Tab001 .tab_info .info .dla {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 20px;
    background: #2363bc;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    transition: all 0.5s;
    border: 1px solid #2363bc;
    margin-top: 20px;
}

.denglua .dlbiao .Tab001 .tab_info .info .dla:hover {
    background: transparent;
    color: #2363bc;
}

.denglua .dlbiao .Tab001 .tab_info label {
    font-size: 14px;
    color: #666666;
    display:inline-block;
    vertical-align: middle;
}

.denglua .dlbiao .Tab001 .tab_info label a{
    color: #2363bc;
}

.denglua .dlbiao .Tab001 .tab_info .radioStyle {
    margin-bottom: 2vw;
}
.denglua .dlbiao .Tab001 .tab_info .radioStyle input{
   display:inline-block;
   vertical-align: middle;
}

.denglua .dlbiao .Tab001 .tab_info .info .dlqt {
    max-width: 290px;
    margin: auto;
}

.denglua .dlbiao .Tab001 .tab_info .info .dlqt .pa {
    font-size: 14px;
    color: #999999;
    position: relative;
}

.denglua .dlbiao .Tab001 .tab_info .info .dlqt .pa:before {
    content: '';
    position: absolute;
    width: 32%;
    height: 1px;
    background: #dfdfdf;
    left: 0;
    top: 50%;
}

.denglua .dlbiao .Tab001 .tab_info .info .dlqt .pa:after {
    content: '';
    position: absolute;
    width: 32%;
    height: 1px;
    background: #dfdfdf;
    right: 0;
    top: 50%;
}

.denglua .dlbiao .Tab001 .tab_info .info .dlqt .ann {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.denglua .dlbiao .Tab001 .tab_info .info .dlqt .ann a {
    /* padding: 10px 10px; */
    background: #6c9fe9;
    border-radius: 50px;
    margin-right: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.denglua .dlbiao .Tab001 .tab_info .info .dlqt .icon-btn{
    text-align: center;
    color: #666;
}
.denglua .dlbiao .Tab001 .tab_info .info .dlqt .icon-btn span{
    display: block;
    margin-top: 5px;
    font-size: 14px;
}

.denglua .dlbiao .Tab001 .tab_info .info .dlqt .ann a:last-child {
    margin: 0;
}

.denglua .dlbiao .Tab001 .tab_info .info .dlqt .ann a:nth-child(2n) {
    background: #64bc23;
}




.check-box {
    width: 18px;
    height: 18px;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 1px #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 3px;
    border: 1px solid #cbcbcb;
    margin-right: 8px;
}


.check-box i {
    opacity: 0;
    background: url(https://www.uniontax.cn/cn/images/gou.png) no-repeat center center;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    -moz-transform: rotateZ(-180deg);
    -o-transform: rotateZ(-180deg);
    z-index: 5;
}

.check-box.checkedBox i {
    opacity: 1;
    border: 1px solid #399777;
}

.radio-btn input[type="radio"],
.check-box input[type="checkbox"] {
    visibility: hidden;
}

input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 0;
    padding: initial;
    border: initial;
}

.denglua .dlbiao .Tab001 .tab_info .zhuce .dlqt {
   /* display: none;*/
}


/* 论坛导航 */
.ltdh .ltdh-box {
    display: flex;
    align-items: center;
}

.ltdh .ltdh-box .loop {
    width: 15%;
    max-width: 180px;
}

.ltdh .ltdh-box .ltdhto {
    width: 31%;
}

.ltdh .ltdh-box .ltdh2 {
    width: 60%;
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
}

.ltdh .ltdh-box .ltdhto .uo {
    display: flex;
    align-items: center;
}

.ltdh .ltdh-box .ltdhto .uo li {
    list-style: none;
    margin-left: 3vw;
    font-size: 16px;
    color: #666666;
}

.ltdh .ltdh-box .ltdhto .uo .qbmiban .cszus {
    display: none;
}

.ltdh .ltdh-box .ltdhto .uo li:hover {
    color: #2263bc;
}

.ltdh .ltdh-box .ltdhto .uo li:hover .aa i {
    -webkit-transform: rotate(225deg);
    border-color: #2263bc;
    top: 10px;
}

.ltdh .ltdh-box .ltdhto .uo .qbmiban {
    padding-right: 15px;
}

.ltdh .ltdh-box .ltdhto .uo .qbmiban i {
    border: solid #7f7f7f;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    position: relative;
    -webkit-transform: rotate(45deg);
    right: -10px;
    top: 4px;
}

.ltdh .ltdh-box .ltdhto .uo .qbmiban:hover .cszus {
    display: block;
}

.ltdh .ltdh-box .ltdhto .uo .qbmiban .cszus {
    position: absolute;
    width: 100vw;
    left: 0;
    background: #f8f9fa;
    top: 40px;
    z-index: 99;
}

.ltdh .ltdh-box .ltdhto .uo li .aa {
    padding: 80px 0;
}

.ltdh {
    position: fixed;
    padding: 20px 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    top: 0;
}

.ltdh .ltdh-box .ltdhto .uo .qbmiban .cszus .tab_span {
    margin: 0;
    padding: 0;
    background: #eef0f2;
    max-width: 130px;
}

.ltdh .ltdh-box .ltdhto .uo .qbmiban .cszus .tab_span .dot {
    margin: 0;
    /* max-width: 130px; */
}

.ltdh .ltdh-box .ltdhto .uo .qbmiban .cszus .tab_span .dot.on {
    background: #f8f9fa;
    color: #2263bc;
}

.ltdh .ltdh-box .ltdhto .uo .qbmiban .cszus .tab_span .dot.on .dot {
    color: #2263bc;
}

.ltdh .ltdh-box .ltdhto .uo .qbmiban .cszus .tab_span .dot .dot {
    color: #666666;
}

.ltdh .cszus .box .ul li {
    margin-left: 0;
    margin-bottom: 50px;
    margin-right: 0;
}

.ltdh .cszus .box .ul li .p p.pa {
    color: #2263bc;
}


.ltdh .ltdh-box .ltdh2 input[type="text"] {
    border: none;
    padding: 10px 20px;
    width: 100%;
    /* max-width: 400px; */
    border-radius: 50px;
    padding-right: 50px;
    background: #f8f8f8;
    /* background-position-x: 96%; */
}
.ltdh .ltdh-box .ltdh2 .inpu {position: relative;width: 100%;max-width: 400px;display: flex;align-items: center;}

.ltdh .ltdh-box .ltdh2 .inpu a {position: absolute;right: 7px;}
.ltdh .ltdh-box .ltdh2 .fatie {
    padding: 10px 30px;
    background: #2263bc;
    border-radius: 50px;
    color: #fff;
    margin: 0 1.5vw;
    margin-right: 30px;
}

.ltdh .ltdh-box .ltdh2 .fatie img {
    margin-right: 10px;
}

.ltdh .ltdh-box .ltdh2 .txa img {
    width: 100%;
    max-width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}


@media screen and (max-width: 1150px) {
    .ltdh .ltdh-box .ltdhto {
        width: 23%;
    }

    .ltdh .ltdh-box .ltdh2 .fatie {
        padding: 10px 10px;
        margin-right: 1.5vw;
    }
    .ltdh .ltdh-box .ltdh2 .inpu {

        max-width: 220px;

    }
}

@media screen and (max-width: 1042px) {

}

@media screen and (max-width: 880px) {
    /* .ltdh .ltdh-box .ltdh2 input[type="text"] {
        max-width: 250px;
    } */
}

@media screen and (max-width: 768px) {
    .ltdh .ltdh-box {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ltdh .ltdh-box a:nth-child(1){width: 50%;}
    .ltdh .ltdh-box .loop {
        width: 50%;
        max-width: 100px;
    }

    .ltdh .ltdh-box .ltdhto {
        width: 50%;
    }

    .ltdh .ltdh-box .ltdh2 {
        width: 100%;
        display: block;
        align-items: center;
        justify-content: flex-start;
        margin-top: 10px;
        text-align: right;
    }
    .ltdh .ltdh-box .ltdh2 .fatie{display: inline-block;vertical-align: middle;}
    .ltdh .ltdh-box .ltdh2 .denglu{display: inline-block;vertical-align: middle;}

    /* .ltdh .ltdh-box .ltdh2 input[type="text"] {
        max-width: 170px;
    } */
    .ltdh .ltdh-box .ltdh2 .inpu {
        width: 100%;
        margin-bottom:5px;
    }
    .ltdh .ltdh-box .ltdhto .uo {

        justify-content: flex-end;
    }

    .ltdh .ltdh-box .ltdhto .uo .qbmiban .cszus .tab_span {
        max-width: initial;
    }

    .ltdh .cszus .box .ul li {
        margin-bottom: 20px;
    }
}

.geren {
    background: #f8f9fa;
    margin: 0;
    padding: 60px 0;
    padding-top: 130px;
}

.geren .pps {
    background: #fff !important;
    border-radius: 10px;
}

.geren .box {
    border-radius: 10px;
    background: #fff !important;
}

.geren .pps {
    padding: 0 !important;
}

.geren .pd {
    font-family: 'Medium';
    text-align: left;
    padding: 35px 10px;
    color: #333333;
    padding-left: 45px;
    font-size: 20px;
    padding-bottom: 25px;
}

.geren .Map002793 .tab_list .pps {
    width: 17%;
    margin-right: 20px;
    background: #f8f9fa;
    padding: 20px 0;
}

/* .cszus .Map002793 .tab_list .tab_span {
    width: 100%;
    margin-right: 0px;
    background: #f8f9fa;
    padding: 0px 0;
}

.cszus .Map002793 .tab_list .tab_span {
    background: transparent;
} */

.cszus .Map002793 .tab_list .box .pd {
    border-bottom: 1px solid #e8e8e8;
    padding-left: 0;
    padding-right: 0;
    margin: 0 35px;
    position: relative;
}
.geren .Map002793 .tab_list .box .pd .buyType{position: absolute;top: 50%;transform: translateY(-50%);right: 0;}
.geren .Map002793 .tab_list .box .pd .buyType a{display: inline-block;vertical-align: middle;font-size:16px;color: #999999;margin-left:30px;}
.geren .Map002793 .tab_list .box .pd .buyType a.on,
.geren .Map002793 .tab_list .box .pd .buyType a:hover{color: #2363bc;}

.geren .box .grzl {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 650px;
    margin: auto;
    padding: 7vw 20px;
    flex-wrap: wrap;
}

.geren .box .grzl .img {
    width: 20%;
    text-align: center;
}

.geren .box .grzl .biao {
    width: 80%;
    padding-left: 50px;
}

.geren .box .grzl .img img {
    width: 115px;
    height: 115px;
    margin: auto;
    border-radius: 50%;
}

.geren .box .grzl .biao .biao {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.geren .box .grzl .biao .biao .pa {
    font-size: 14px;
    color: #666666;
    width: 20%;
    text-align: right;
    padding-right: 20px;
}

.geren .box .grzl .biao .biao input[type="text"] {
    width: 80%;
    border: none;
    background: #f8f9fa;
    padding: 10px 20px;
    border-radius: 50px;
}

.geren .box .grzl .img .pa {
    font-size: 14px;
    color: #666666;
    margin-top: 18px;
    display: block;
}

.geren .box .grzl .saa {
    width: 100%;
    max-width: 310px;
    padding: 10px 20px;
    background: #2263bc;
    margin-right: 0;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    margin-top: 20px;
}

.geren .box .grzl .saabox {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.geren .Map002793 .tab_list .pps .pd {
    padding-left: 0;
    text-align: center;
}

.geren .myBuy{margin: 40px 35px;}
.geren .myBuy .item{background:#f4f7fc;padding:0 30px;margin-bottom:30px;}
.geren .myBuy .item .iTop{border-bottom:1px solid #e5e5e5;line-height:50px;font-size: 16px;color: #999999;}
.geren .myBuy .item .iTop .left{float: left;}
.geren .myBuy .item .iTop span{display: inline-block;vertical-align: middle;margin-right:30px;}
.geren .myBuy .item .iTop span.type{float: right;margin-right:0;}
.geren .myBuy .item .iBom{padding:20px 0;}
.geren .myBuy .item .iBom h5{margin: 0;font-size:18px;font-weight:normal;margin-bottom:8px;}
.geren .myBuy .item .iBom .prBtn .price{float: left;font-size:18px;color: #e6ab4d;}
.geren .myBuy .item .iBom .prBtn .price span{font-size:22px;}
.geren .myBuy .item .iBom .prBtn .Btn{float: right;}
.geren .myBuy .item .iBom .prBtn .Btn a{display: inline-block;line-height:40px;text-align: center;width: 100px;border-radius:40px;font-size:16px;color: #999999;}
.geren .myBuy .item .iBom .prBtn .Btn a.BG{background:#fff;color: #2363bc;}


@media screen and (max-width: 768px) {
    .geren .Map002793 .tab_list .pps {
        width: 100%;

    }

    .geren {

        padding: 20px 0;
    }

    .geren .Map002793 .tab_list .box .pd {
        margin: 0 20px;
    }

    .geren .pd {
        padding: 20px 10px;
        padding-bottom: 10px;
    }

    .geren .box .grzl {
        display: block;
        padding: 20px 20px;
    }

    .geren .box .grzl .img {
        width: 100%;
        margin-bottom: 10px;
    }

    .geren .box .grzl .img .pa {
        margin-top: 5px;
        width: 100%;
    }

    .geren .box .grzl .img img {
        max-width: 50px;
    }

    .geren .box .grzl .biao {
        width: 100%;
        padding-left: 0;
    }

    .geren .box .grzl .biao .biao .pa {
        width: 27%;
    }
}


/* 论坛中心 */
.luntanho {
    background: #f8f9fa;
    margin: 0;
    padding: 50px 0;
    padding-top: 130px;
}
.luntanNews{ padding-top: 130px;}

.luntanho .left {
    background: #fff;
    margin-right: 20px;
    padding-right: 0 !important;
    border: none !important;
    border-radius: 5px;
    overflow: hidden;
}

.luntanho .left .ul .biao p {
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}

.luntanho .left li {
    margin: 0 !important;
    padding: 10px 10px;
    border-bottom: 1px solid #f0f0f0;
}

.luntanho .left .ul a:last-child li {
    border: navajowhite;
}


.luntanho .left .ul a li:hover {
    background: #2263bc;
    color: #fff;
}

.luntanho .pa img {
    margin-right: 5px;
}

.luntanho .swlb-box .right .right-tow .ri-left {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    overflow: hidden;
}

.luntanho .swlb-box .right {
    padding-top: 0;
    padding-left: 0%;
}

.luntanho .swlb-box .right .right-tow .ri-right .swwj {
    background: #ffffff;
}

.luntanho .swlb-box .right .right-tow .ri-left .swzx .homeqh-box {
    align-items: flex-start;
    padding-bottom: 0;
}

.opp .dot.on {
    border-bottom: 2px solid #2263bc !important;
}

.luntanho .tab_span li {
    margin-right: 0;
}

.luntanho .tab_span li {
    margin-right: 50px !important;
    padding-right: 0 !important;
    width: auto !important;
    padding-bottom: 20px;
}

.luntanho .swlb-box .right .right-tow .ri-left .swzx .homeqh-box .tab_span li::before {
    display: none !important;
}

.luntanho .tab_span li.on b {
    font-size: 18px;
}

.luntanho .swlb-box .right .right-tow .ri-left .swzx .homeqh-box input[type="text"] {
    border: none;
    padding: 0 20px;
    background: #f8f9fa;
    border-radius: 50px;
    width: 100%;
    font-size: 4px;
    background-size: 15px;
    background-position-x: 95%;
    padding-right: 35px;
    font-size: 14px;
    height: 35px;
}
.luntanho .swlb-box .right .right-tow .ri-left .swzx .homeqh-box .biao a {position: absolute;right: 10px;width: 15px;}
.luntanho .swlb-box .right .right-tow .ri-left .swzx .homeqh-box .biao {
    width: 100%;
    max-width: 240px;
    position: relative;
    display: flex;
    align-items: center;
}

.luntanho .swlb-box .right .right-tow .ri-left #swzx2 ul li {
    margin-top: 0;
}

.luntanho .swlb-box .right .right-tow .ri-left #swzx2 ul li .neirong .pa .time {
    width: 22%;
    margin-left: 5px;
}

.luntanho .swlb-box .right .right-tow .ri-left #swzx2 ul li .pc .touxiang {
  /* width: 30%; */
    display: flex;
    align-items: flex-start;
}

.luntanho .swlb-box .right .right-tow .ri-left #swzx2 .box ul li {
    margin-bottom: 20px;
}

.luntanho .swlb-box .right .right-tow .ri-left #swzx2 ul li .pc .fenxiang .fx a {
    display: flex;
    align-items: center;
}

.luntanho .box {
    display: block;
}

.mmo {
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 80px;
    justify-content: center;
    margin: auto;
    font-size: 14px;
    color: #999999;
}


.mmo img {
    max-width: 13px;
    margin-left: 10px;
}

.luntanho .swlb-box .right .right-tow .ri-left .swzx {
    margin-bottom: 30px;
}

.luntanho .swlb-box .right .right-tow .ri-right .swwj .quanju-h1 {
    text-align: left;
    background: url(../images/xian.png) no-repeat bottom left;
}

.luntanho .swlb-box .right .right-tow .ri-right .swwj ul li a {
    font-size: 15px;
    color: #666666;
    /* display: flex; */
    display: block;
    margin-bottom: 5px;
}

.luntanho .swlb-box .right .right-tow .ri-right .swwj ul li a span {
    border-radius: 5px;
    background: #f5595f;
    width: 16px;
    height: 16px;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-right: 5px;
}

.luntanho .swlb-box .right .right-tow .ri-right .swwj ul li:nth-child(2) a span {
    background: #f7a25d;
}

.luntanho .swlb-box .right .right-tow .ri-right .swwj ul li:nth-child(3) a span {
    background: #f7a25d;
}

.luntanho .swlb-box .right .right-tow .ri-right .swwj ul li:nth-child(4) a span {
    background: #cccccc;
}

.luntanho .swlb-box .right .right-tow .ri-right .swwj ul li:nth-child(5) a span {
    background: #cccccc;
}


.luntanho .swlb-box .right .right-tow .ri-right .swwj ul li .num {
    font-size: 13px;
    color: #999999;
}

.luntanho .swlb-box .left .fixed {
    position: fixed;
    top: 6%;
    width: 100%;
    max-width: 120px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding-right: 0;
}


@media screen and (max-width: 1000px) {
    .luntanho .swlb-box .left {
        margin-bottom: 20px;
    }


    .luntanho .left li {
        border-bottom: 0px solid #f0f0f0;
    }

    .luntanho .swlb-box .left .ul {
        padding: 0px 0;
    }

    .luntanho .swlb-box .left .biao .pa {
        padding: 10px 10px;
    }

    .luntanho .swlb-box .right .swzx .Map002793 {
        padding-top: 0;
    }

    .luntanho .swlb-box .right .right-tow .ri-left .swzx .homeqh-box {
        display: block;
    }

    .luntanho .swlb-box .right .right-tow .ri-left #swzx2 ul.tab_span {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    .luntanho .swlb-box .right .right-tow .ri-left .swzx .homeqh-box .biao {
        max-width: 100%;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .swlb .swlb-box .right .right-tow .ri-left #swzx2 ul li .neirong .pa {

        flex-wrap: wrap;
    }

    .luntanho .swlb-box .right .right-tow .ri-left #swzx2 ul li .neirong .pa .time {
        width: 100%;
        margin-left: 0;
        margin-top: 5px;
    }

    .luntanho .swlb-box .right .right-tow .ri-left #swzx2 ul li .neirong .pa .span {
        width: 100%;
    }

    .luntanho .swlb-box .left .fixed {
        padding-right: 0;
        padding: 0 20px !important;
        top: 0;

        max-width: 100%;
    }

    .luntanho .swlb-box .right .right-tow .ri-right .swwj {

        padding-top: 20px;
        margin-top: 20px;
    }
}

.luntanxq .auto_1200 {
    position: relative;
}

.luntanxq .left {
    max-width: 80px;
    border-right: none !important;
    left: -85px;
    position: absolute;
}

.luntanxq .swlb-box .left li p {
    color: #8897ad;
    font-size: 14px;
    margin-top: 3px;
}

.luntanxq .swlb-box .right {
    padding-top: 0;
    padding-left: 0;
    width: 100%;
}

.luntanxq .RighInfo002973 .news-details {
    padding: 0;
}

.luntanxq .RighInfo002973 {
    margin: 0;

}

.luntanxq .RighInfo002973 .news-details .title {
    text-align: left;
    background: transparent;
    padding: 0px 0px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.luntanxq .RighInfo002973 .news-details .title img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.luntanxq .csxq {
    padding: 0;
}

.luntanxq .RighInfo002973 .news-details .edit-info {
    padding: 30px 0;
    border-bottom: 0;
}

.luntanxq .swlb-box .right .right-tow .ri-left .Currents {
    margin-bottom: 25px;
}

.luntanxq {
    margin: 0;
    margin-top: 130px;
    background: #f8f9fa;
    padding: 50px 0;
}

.luntanxq .swlb-box .right .right-tow .ri-left {
    padding: 20px 30px;
    background: #fff;
    border-radius: 5px;
    width: 72%;
}

.luntanxq .swlb-box .right .right-tow .ri-right {
    width: 25%;
}

.luntanxq .RighInfo002973 .news-details .edit-info p {
    margin-bottom: 20px;
}


.luntanxq .swlb-box .right .right-tow .ri-right .swwj {
    background: #fff;
    margin-bottom: 20px;
}

.luntanxq .pill .pi {
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
}

.luntanxq .pill .pill-biao .oop {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.luntanxq .pill .pill-biao .oop img {
    width: 100%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 20px;
}

.luntanxq .pill .pill-biao .oop .pill-ann {
    width: 100%;
}

.luntanxq .pill .pill-biao .oop .pill-ann textarea {
    width: 100%;
    background: #f8f9fa;
    border-radius: 5px;
    border: none;
    min-height: 140px;
    padding: 20px 20px;
}

.luntanxq .pill .pill-biao .oop .pill-ann a {
    position: absolute;
    right: 20px;
    bottom: 18px;
    padding: 5px 15px;
    background: #2263bc;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
}


.luntanxq .pill .ul {
    display: block !important;
}

.luntanxq .pill .ul li {
    width: 100%;
    margin-bottom: 20px;
}

.luntanxq .pill .ul li .txbox {
    display: flex;
    align-items: center;
    width: 50%;
}

.luntanxq .pill .ul li .txbox img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 20px;
}

.luntanxq .pill .ul li .txbox p {
    font-size: 14px;
    color: #666666;
    font-family: 'Medium';
}

.luntanxq .pill .ul li .tx-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.luntanxq .pill .ul li .tx-top .diaz {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.luntanxq .pill .ul li .tx-top .diaz img {
    max-width: 16px;
    margin-right: 10px;
}

.luntanxq .pill .ul li .tx-top .diaz p {
    font-size: 14px;
    color: #999999;
}

.luntanxq .pill .ul li .nei {
    font-size: 15px;
    color: #666666;
    margin-bottom: 20px;
}

.luntanxq .pill .ul li .time {
    font-size: 14px;
    color: #999999;

    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}

.luntanxq .pill .ul li .rong {
    padding-left: 60px;
}


.luntanxq .pill .zhankai {
    width: 100%;
    text-align: center;
    display: block;
    padding: 15px;
    background: #f6f6f6;
    font-size: 14px;
    color: #666666;
    margin-bottom: 30px;
}

.luntanxq .pill .ul li:last-child .time {
    border-bottom: none
}

.luntanxq .swlb-box .left a li:before {
    content: '';
    position: absolute;
    width: 32px;
    bottom: -12px;
    left: 0;
    height: 1px;
    right: 0;
    background: #e6e6e6;
    margin: auto;
}

.luntanxq .swlb-box .left a:last-child li::before {
    display: none;
}

.luntanxq .swlb-box .left a li {
    margin-bottom: 30px;
}
.luntanxq .swlb-box .left a li img{max-width: 20px;}
.luntanxq .swlb-box .right .right-tow .ri-right .swwj .tuu {
    margin-bottom: 20px;
}

.luntanxq .swlb-box .right .right-tow .ri-right .quanju-h1 {
    text-align: left !important;
}

.luntanxq .swlb-box .right .right-tow .ri-right .swwj .bisot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.luntanxq .swlb-box .right .right-tow .ri-right .swwj .bisot .quanju-h1 {
    font-size: 18px;
    margin-bottom: 0;
}

.luntanxq .swlb-box .right .right-tow .ri-right .swwj .bisot .numl {
    font-size: 13px;
    color: #999999;
}

.luntanxq .swlb-box .right .right-tow .ri-right .swwj ul li {
    width: 100%;
    font-size: 16px;
    color: #333333;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
}

.luntanxq .swlb-box .right .right-tow .ri-right .swwj ul li a {
    font-size: 15px;
    color: #666666;
    /* display: flex; */
    display: block;
    margin-bottom: 5px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

}

.luntanxq .swlb-box .right .right-tow .ri-right .swwj ul li .num {
    font-size: 13px;
    color: #999999;
}

.luntanxq .swlb-box .right .right-tow .ri-right .swwj ul li a span {
    border-radius: 5px;
    background: #f5595f;
    width: 16px;
    height: 16px;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-right: 5px;
}

.luntanxq .swlb-box .right .right-tow .ri-right .swwj ul li:nth-child(2) a span {
    background: #f7a25d;
}

.luntanxq .swlb-box .right .right-tow .ri-right .swwj ul li:nth-child(3) a span {
    background: #f7a25d;
}

.luntanxq .swlb-box .right .right-tow .ri-right .swwj ul li:nth-child(4) a span {
    background: #cccccc;
}

.luntanxq .swlb-box .right .right-tow .ri-right .swwj ul li:nth-child(5) a span {
    background: #cccccc;
}

.luntanxq .swlb-box .right .right-tow .ri-right .swwj .mm {
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px;
    background: #2263bc;
    color: #fff;
    border-radius: 5px;
}

.luntanxq .swlb-box .right .right-tow .ri-right .swwj .beijingd {
    background: url(../images/xian.png) no-repeat left bottom;
}



@media screen and (max-width: 1366px) {
    .luntanxq .left {
        position: initial;
    }

    .luntanxq .swlb-box .right .right-tow .ri-left {

        width: 71%;
    }
}

@media screen and (max-width: 1000px) {
    .luntanxq .left {
        max-width: 100%;
        border-bottom: 0 !important;
    }

    .luntanxq .swlb-box .left a li {
        margin-bottom: 10px;
    }

    .luntanxq .swlb-box .left a li:before {
        display: none;
    }

    .swlb .swlb-box .left {
        display: none;
    }

    .luntanxq .swlb-box .right #print-area .ul li img {
        max-width: 20px;
    }

    .luntanxq .swlb-box .right #print-area .ul {
        margin-top: 10px;
    }

    .luntanxq .swlb-box .right #print-area .ul li {
        width: auto;
        text-align: center;
        margin-right: 25px;
    }

    .luntanxq .swlb-box .right #print-area .ul li p {
        font-size: 14px;
        color: #8897ad;
    }
}


@media screen and (max-width: 790px) {
    .luntanxq .swlb-box .right .right-tow .ri-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;

    }

    .luntanxq .swlb-box .right .right-tow .ri-right {
        width: 100%;
    }

    .luntanxq .news-details .title h1 {
        font-size: 18px;
    }

    .luntanxq .RighInfo002973 .news-details .title {
        padding-bottom: 0;
    }

    .luntanxq .RighInfo002973 .news-details .edit-info {
        padding: 10px 0;
    }

    .luntanxq .pill .pi {
        font-size: 18px;
    }

    .luntanxq .pill .pill-biao .oop img {
        max-width: 30px;
        margin-right: 10px;
    }

    .luntanxq .pill .ul li .txbox img {
        max-width: 30px;
        margin-right: 10px;
    }

    .luntanxq .pill .ul li .rong {
        padding-left: 40px;
    }

    .luntanxq .pill .pill-biao .oop {
        margin-bottom: 10px;
    }

    .luntanxq .pill .zhankai {
        padding: 10px;
    }

    .luntanxq .swlb-box .right .right-tow .ri-right .swwj .tuu {
        width: 100%;
    }
}


/* 板块 */

.bankaui .swlb-box .right .right-tow .ri-right .swwj {
    margin-bottom: 20px;
}

.bankaui .swlb-box .right .right-tow .ri-right .banbox {
    display: inline-block;
}

.bankaui .swlb-box .right .right-tow .ri-right .banbox ul li {
    width: auto;
    border-bottom: none;
    float: left;
    margin-right: 20px;
    padding: 5px 10px;
    background: #f4f6f9;
    border-radius: 50px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.bankaui .swlb-box .right .right-tow .ri-right .banbox ul li a {
    color: #2363bc;
    font-size: 13px;
    margin: 0;
}

.bankaui .swlb-box .right .right-tow .ri-right .banbox ul li:hover {
    background: #2263bc;
}

.bankaui .swlb-box .right .right-tow .ri-right .banbox ul li:hover a {
    color: #fff;
}

.bankaui .swlb-box .right .right-tow .ri-left #swzx2 ul li .pc .touxiang .time {
    margin-left: 1vw;
    color: #cccccc;
}

.bankaui .swlb-box .right .right-tow .ri-left #swzx2 .box ul li .ii {
    width: 33%;
    margin-right: 20px;
    display: none;
    border-radius: 10px;
    overflow: hidden;
    max-width:175px;
}

.bankaui .swlb-box .right .right-tow .ri-left #swzx2 .box ul li:nth-child(1) .ii {
    display: block;
}

.bankaui .swlb-box .right .right-tow .ri-left #swzx2 .box ul li:nth-child(2) .ii {
    display: block;
}

.bankaui .swlb-box .right .right-tow .ri-left #swzx2 .box ul li:nth-child(3) .ii {
    display: block;
}

.bankaui .swlb-box .right .right-tow .ri-left #swzx2 .box ul li {
    display: flex;
}



.bankaui .Tab001 .tab_info .info .pa {
    font-size: 22px;
    color: #2363bc;
    margin-bottom: 10px;
    font-family: 'Medium';
}

.bankaui .Tab001 .tab_info .info .pb {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}

.bankaui .Tab001 .tab_info .info {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.bankaui .Tab001 .tab_info .info:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 150%;
    height: 1px;
    background: #ededed;
    left: -20%;
}

.bankaui .swlb-box .right .right-tow .ri-left {
    padding: 0;
    background: transparent;
}

.bankaui .swlb-box .right .right-tow .ri-left #swzx2 {
    padding: 30px;
    background: #fff;
    background: #fff;
    border-radius: 5px;
}

.bankaui .swlb-box .right .right-tow .ri-left .Tab001 {
    padding: 30px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 5px;
}

.bankaui .swlb-box .right .right-tow .ri-left .Tab001 .tab_li span {
    padding: 5px 10px;
    border-radius: 50px;
    background: transparent;
    color: #666666;
    font-size: 14px;
    display: inline-block;
    width: auto;
    cursor: pointer;
}

.bankaui .swlb-box .right .right-tow .ri-left .Tab001 .tab_li span.active {

    background: #2263bc;
    color: #fff;
}

.luntanho .swlb-box .right .right-tow .ri-left #swzx2 ul li .neirong .pa .mo {
    display: none;
}

@media screen and (max-width: 1170px) {
    .bankaui .swlb-box .right .right-tow .ri-left #swzx2 ul li .pc .touxiang .time {
        margin-left: 5px;
    }
}

@media screen and (max-width: 1000px) {
    .bankaui .swlb-box .left {
        display: block;
    }

    .bankaui .swlb-box .right .right-tow .ri-right .swwj {
        margin-top: 0;
    }

    .bankaui .swlb-box .left a li {
        padding: 10px 20px;
    }

    .swlb .swlb-box .left .ul a {
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    .bankaui .swlb-box .right .right-tow .ri-left #swzx2 {
        padding: 20px;
    }

    .bankaui .swlb-box .right .right-tow .ri-left .Tab001 {
        padding: 20px;

    }

    .bankaui .swlb-box .right .right-tow .ri-left .Tab001 .tab_li span {
        padding: 5px 5px;

    }

    .bankaui .swlb-box .right .right-tow .ri-left #swzx2 .box ul li {
        display: block;
    }

    .bankaui .swlb-box .right .right-tow .ri-left #swzx2 .box ul li .ii {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .luntanho .swlb-box .right .right-tow .ri-left #swzx2 ul li .neirong .pa .mo {
        display: block;
    }

    .bankaui .swlb-box .right .right-tow .ri-left #swzx2 ul li .pc .touxiang .pc {
        display: none;
    }

    .swlb .swlb-box .right .right-tow .ri-left #swzx2 ul li .neirong .pb {
        font-size: 14px;
        margin-bottom: 10px;
    }
}



/* 发帖 */

.fatie {
    background: #f8f9fa;
    padding: 50px 20px;
}

.fatie .biaoti {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.fatie .auto_1200 {
    padding: 75px;
    background: #fff;
    /* margin: 40px auto; */
    border-radius: 5px;
}

.fatie .biaoti .pa {
    width: 7%;
    text-align: left;
    font-size: 16px;
    color: #333333;
    padding-right: 5px;
}

.fatie .biaoti input[type="text"] {
    width: 86%;
    border: none;
    border-radius: 5px;
    border: 1px solid #ededed;
    padding: 10px 20px;
    font-size: 16px;
}
.fatie .biaoti textarea{
    width: 86%;
    border: none;
    border-radius: 5px;
    border: 1px solid #ededed;
    padding: 10px 20px;
    font-size: 16px;
}
.fatie .biaoti.zhengwen .ke-container{width: 100%!important;}
.fatie .biaoti .num {
    width: 7%;
    text-align: right;
    font-size: 16px;
    color: #999999;
}



.fatie .biaoti .pa .xiala select {
    width: 100%;
    max-width: 200px;
}


.fatie .biaoti .xiala {
    width: 93%;    display: flex;
}

.fatie .biaoti .xiala select {
    width: 100%;
    max-width: 200px;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    margin-right: 10px;
    color: #2263bc;
    background: #f8f8f8;
    font-size: 16px;    -webkit-appearance: none;
    background: #f8f8f8 url(../images/jaint.png) no-repeat center;
    background-position-x: 93%;
}




.fatie .sahngchuan .fengm {width: 100%;max-width: 200px;padding: 10px;/* position: relative; */display: flex;justify-content: center;align-items: center;flex-wrap: wrap;min-height: 130px;border: 1px dashed #e2e2e2;position: relative;align-content: center;}

.fatie .sahngchuan .fengm .pp {position: relative;width: 20px;height: 20px;display: block;}

.fatie .sahngchuan .fengm .pp:before {content: '';position: absolute;width: 1px;height: 20px;background: #b5b5b5;left: 0;right: 0;margin: auto;}

.fatie .sahngchuan .fengm .pp:after {content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background: #b5b5b5;transform: rotate(90deg);left: 0;left: 0;
    right: 0;
    margin: auto;}

.fatie .sahngchuan .fengm .pa {width: 100%;text-align: center;margin-top: 20px;}

.fatie .sahngchuan .fengm input[type="file"] {position: absolute;opacity: 0;width: 100%;height: 100%;}


.fatie .sahngchuan {
    display: flex;
    align-items: flex-start;
}
.fatie .zhengwen {flex-wrap: wrap;}

.fatie .zhengwen .pa {width: 100%;margin-bottom: 20px;}

.soomo{display: none;z-index: 9999;}
@media only screen and (max-width: 769px){
.fatie .auto_1200 {
    padding: 20px;

}
.fatie {
    background: #f8f9fa;
    padding: 20px 20px;
}


.fatie .biaoti .pa {
    width: 21%;

}
.fatie .biaoti .xiala {
    display: block;
}
.fatie .xai {align-items: flex-start;}

.fatie .xai .xiala select {margin-bottom: 10px;    font-size: 14px;}
.fatie .biaoti input[type="text"] {
    font-size: 14px;
}


.top-er .top-erbox {
    position: relative;
    z-index: 100;width: 80%;margin: 0;
}
.top-er .top-erbox .sousuo {
    display: none;
    width: 65%;
    position: absolute;
    width: 89%;
    left: 0;
    max-width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -40px;
    z-index: 9;
}

}


@media only screen and (max-width: 1024px){

.soomo{    display: block;
    position: relative;
    right: 41px;}
.Top002633 {
    width: 100%;
    position: absolute;
    z-index: 100;
    top: 62px;
    width: 50%;
}
.topaa {
    top: auto;
}
.top-er .top-erbox .sousuo{display: none;}
}

@media only screen and (max-width: 768px){
    .soomo{right: 0;}
    .Top002633 {
        width: 100%;
        position: absolute;
        z-index: 9999;
        top: 44px;
        right: 0;
    }

    }




        /*Other002638 */
        .Other002638 ul {
            position: fixed;
            right: 4%;
            z-index: -100;
            top: 50%;
            opacity: 0;
            transform: translateY(-50%);
        }
        .Other002638.on ul {
            z-index:1000;
            opacity: 1;
        }

        .Other002638 li {
            position: relative;
            margin: 1px 0;
        margin-bottom: 5px;}

        .Other002638 li>a {
            display: block;
            width: 60px;
            height: 60px;
            border-radius: 3px;
            background: url(../images/Other002638_icon.png) no-repeat center top #f8f8f8;
            transition: 0.3s;
        background-position: center 20px;}

        .Other002638 li>a:hover {
            background-color: #fff;
        }

        .Other002638 li.li_tel .wap {
            display: none;
        }

        .Other002638 li.li_tel aside {
            display: none;
            position: absolute;
            right: 100%;
            line-height: 60px;
            white-space: nowrap;
            text-overflow: ellipsis;
            top: 0;
            background: #2263bc;
            margin-right: 1px;
            border-radius: 3px;
            padding: 0 10px;
            font-size: 18px;
            color: #fff;
        }

        .Other002638 li.li_email a {
            background-position: center -48px;
        }

        .Other002638 li.li_map a {
            background-position: center -122px;
        }

        .Other002638 li.li_gettop a {
            background-position: center -105px;
        }

        @media(min-width:1025px) {
            .Other002638 li.li_tel:hover aside {
                display: block;
            }
        }

        @media(max-width:1440px){
            .Other002638 ul{right: 2%;}
        }

        @media(max-width:1024px) {
            .Other002638 li.li_tel a {
                display: none;
            }

            .Other002638 li.li_tel .wap {
                display: block;
            }
        }

        .Other002638 .pop-up {
            display: none;
            position: fixed;
            z-index: 150;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
        }

        .Other002638 .pop-up .ycenter {
            height: 100%;
        }

        .Other002638 .pop-up .main {
            position: relative;
            width: 90%;
            margin: 0 auto;
            max-width: 600px;
            background: #fff;
            border: 5px solid #f8f8f8;
            border-radius: 10px;
            padding: 2%;
        }

        .Other002638 .pop-up .close {
            position: absolute;
            width: 30px;
            height: 30px;
            right: -15px;
            top: -15px;
            border-radius: 50%;
            background: #f8f8f8;
            cursor: pointer;
        }

        .Other002638 .pop-up .close::before,
        .Other002638 .pop-up .close::after {
            position: absolute;
            content: '';
            left: 20%;
            top: 50%;
            width: 60%;
            height: 3px;
            background:#929292;
            margin-top: -1px;
            transform: rotate(-45deg);
        }

        .Other002638 .pop-up .close::before {
            transform: rotate(45deg);
        }

        .Other002638 .pop-up#form td {
            padding-top: 4%;
            vertical-align: top;
        }

        .Other002638 .pop-up#form td.f-name {
            text-align: right;
            width: 90px;
            line-height: 32px;
        }

        .Other002638 .pop-up#form td .text {
            width: 100%;
            line-height: 32px;
            height: 32px;
            border: 1px solid #eee;
            border-radius: 3px;
            padding: 0 5px;
        }

        .Other002638 .pop-up#form td .btn {
            width: 40%;
            margin-right: 3%;
            height: 40px;
            cursor: pointer;
            border: none;
            border-radius: 3px;
            color: #000;
            background: #f8f8f8;
            max-width: 120px;
        }

        .Other002638 .pop-up#form td .btn_reset {
            background: #999;
        }

        .Other002638 .pop-up#form td textarea.text {
            height: 90px;
            resize: none;
        }

        .Other002638 .pop-up#form p {
            margin: 0;
            text-align: center;
            color: #f8f8f8;
        }

        .Other002638 .pop-up#map .main {
            padding: 15px;
        }



        @media(max-width:640px) {
            .Other002638 ul {
                top: auto;
                margin-top: 0;
                bottom: 2%;
            }

            .Other002638 li>a {
                width: 30px;
                height: 30px;
            }

            .Other002638 li.li_tel a {
                background-position: center -13px;
            }

            .Other002638 li.li_email a {
                background-position: center -75px;
            }

            .Other002638 li.li_map a {
                background-position: center -137px;
            }

            .Other002638 li.li_gettop a {
                background-position: center -198px;
            }
            .Other002638{
                display: none;
            }
        }


        .fatie .biaoti .xiala .select {display: block;
            width: 30%;
            line-height: 45px;
            font-size: 16px;
            margin-bottom: 1vw;
            margin-right: 20px;position: relative;}

        .fatie .biaoti .xiala .select dt {padding: 0 1vw;
            position: relative;
            border: 1px solid #ededed;
            cursor: pointer;}

        .fatie .biaoti .xiala .select dt:after {content: '';
            position: absolute;
            right: 1vw;
            border: 7px solid transparent;
            border-top-color: #000;
            top: 50%;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            margin-top: 4px;}

        .fatie .biaoti .xiala .select dd {position: absolute;
            background-color: #fff;
            box-shadow: 0 0 10px rgb(0 0 0 / 30%);
            padding: 10px 1vw;
            width: 100%;
            display: none;
            z-index: 100;
            max-height: 260px;
            overflow: auto;}

        .fatie .biaoti .xiala .select dd a {display: block;
            border-bottom: 1px solid #ddd;
            line-height: 50px;}

            .fabu{
                display: block;
                background: #2363bb;
                text-align: center;
                color: #fff;
                font-size: 16px;
                width: 180px;
                height: 50px;
                margin: 15px auto 0;
                cursor: pointer;
                border:none;
                line-height:50px;
                border-radius: 50px;
                border: none;
            }

.geren .myBuyInfo{margin: 0 35px;}
.geren .myBuyInfo .item{padding:40px 0;border-bottom:1px solid #e5e5e5;}
.geren .myBuyInfo .item h5{margin: 0;font-size:18px;font-weight:normal;margin-bottom:10px;}
.geren .myBuyInfo .item .desList{font-size:16px;line-height:26px;color: #999999;}
.geren .myBuyInfo .item .desList p{float: left;width: 50%;}
.geren .myBuyInfo .item .desList .type{color: #2363bc;}
.geren .myBuyInfo .item .Goods .Flex{display: flex;justify-content:space-between;}
.geren .myBuyInfo .item .Goods .Flex span{font-size:18px;display: block;}
.geren .myBuyInfo .item .Goods .Flex span:first-child{width: 60%;}
.geren .myBuyInfo .item .Goods .Flex p{font-size:16px;width: 60%;}
.geren .myBuyInfo .item .Goods .Flex .price{color: #e6ab4d;font-size:20px;}
.geren .myBuyInfo .goPay{width: 100px;display: block;line-height:40px;background:#2363bc;color: #fff;font-size:16px;float: right;margin: 30px 0 100px;text-align: center;border-radius:40px;}

.geren .myColl{margin: 40px 35px;}
.geren .myColl .item{background:#f4f7fc;padding:30px;position: relative;margin-bottom:30px;}
.geren .myColl .item .iTop{margin-bottom: 10px;}
.geren .myColl .item .iTop h5{margin: 0;width: 70%;font-weight:normal;float: left;}
.geren .myColl .item .iTop h5 a{font-size:18px;}
.geren .myColl .item .iTop time{float: right;color: #cccccc;}
.geren .myColl .item p{font-size:16px;color: #999999;}
.geren .myColl .item .canColl{position: absolute;top: 7px;right: 30px;color: #2363bc;display: block;cursor:pointer}


@media(max-width:768px){
    .geren .Map002793 .tab_list .box .pd .buyType a{margin-left:10px;font-size:14px;}
    .geren .myBuy{margin: 30px 15px;}
    .geren .myBuy .item{padding:0 15px;}
    .geren .myBuy .item .iTop .left{float: none;}
    .geren .myBuy .item .iTop span{display: block;line-height: 30px;font-size:12px;margin-right:0;}
    .geren .myBuy .item .iBom h5{font-size:15px;}
    .geren .myBuy .item .iBom .prBtn .price{font-size:15px;}
    .geren .myBuy .item .iBom .prBtn .price span{font-size:18px;}
    .geren .myBuy .item .iBom .prBtn .Btn a{width: 80px;font-size:14px;line-height: 30px;}
    .geren .myBuyInfo{margin: 0 15px;}
    .geren .myBuyInfo .item .desList{font-size:14px;line-height:22px;}
    .geren .myBuyInfo .item .desList p{float: none;width: 100%;}
    .geren .myBuyInfo .item .Goods .Flex span{font-size:15px;}
    .geren .myBuyInfo .item .Goods .Flex span:first-child{width: 50%;}
    .geren .myBuyInfo .item .Goods .Flex p{width: 50%;font-size:14px;}
    .geren .myBuyInfo .item .Goods .Flex .price{font-size:14px;}
    .geren .myColl{margin: 30px 15px;}
    .geren .myColl .item{padding:30px 15px 15px;}
    .geren .myColl .item .iTop h5{float: none;width: 100%;}
    .geren .myColl .item .iTop h5 a{font-size:16px;}
    .geren .myColl .item p{font-size:14px;}
}


.denglua .dlbiao .Tab001 .tab_info .info .denga{
    display: block;    padding-bottom: 20px;
}
.denglua .dlbiao .Tab001 .tab_info .info .qqma{
    display: none;    padding-bottom: 20px;
}
.denglua .dlbiao .Tab001 .tab_info .info .wxma{
    display: none;    padding-bottom: 20px;
}
.denglua .dlbiao .Tab001 .tab_info .info .wxma img {
    width: 100%;
    max-width: 200px;
}
.denglua .dlbiao .Tab001 .tab_info .info .qqma img {
    width: 100%;
    max-width: 200px;
}
.Other002638 .pop-up .ycenter form#whir_2 {
    width: 100%;
}




.sitemap{padding:5% 0;}
.sitemap li{ padding:20px 0; line-height: 24px; border-bottom: 1px dashed #eaeaea; font-size: 15px; position: relative; padding-left: 100px; min-height:65px;}
.sitemap strong{display: inline-block; width:100px; position: absolute; left: 0; top:20px;}
.sitemap span a{padding: 0 25px; display: inline-block; }
.sitemap a:hover{color:#2263bc;}

/* 单篇 */
.single-box{ line-height:2; padding:2% 0;}




.Newscont{background: #f8f9fa;}
.Newscont .bottom{background: #fff;}
.Newscont .Page001959 .Pages a,
.Newscont .Page001959 .Pages .a_prev,
.Newscont .Page001959 .Pages .a_next{background-color: #fff;}
.Newscont .Page001959 .Pages a:hover,
.Newscont .Page001959 .Pages a.a_cur{background-color: #2263bc;}

.more{text-align: center;cursor:pointer}
.swlb .swlb-box{
    position: relative;
}
.swlb .swlb-box .left .side_box{
    cursor: pointer;
}
.swlb .swlb-box .left .side_box:hover{
    color: #fff;
    background: #2263bc;
}
.swlb .swlb-box .left .side_box:hover .box{
    display: block !important;
}
.swlb .swlb-box .left{
    z-index: 99;
}
.swlb .swlb-box .left .box{
    position: absolute;
    left: 10%;
    top: 20px;
    width: 83%;
    background: #f8f9fa;
}
.swlb .swlb-box .left .box .ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 80px 100px;
}

.swlb .swlb-box .left .box .ul li{
    margin-left: 0 !important;
    margin-bottom: 50px !important;
    margin-right: 0 !important;
    max-width: 340px;
    width: 100%;
    float: left;
    display: flex;
    align-items: flex-start;
}

.swlb .swlb-box .left .box .ul li img{
    max-width: 50px;
    border-radius: 5px;
    overflow: hidden;
    display: block;
    width: 100%;
    transition: all 0.5s;

}
.swlb .swlb-box .left .box .ul li .p{
    margin-left: 20px;
}
.swlb .swlb-box .left .box .ul li .p .pa{
    font-size: 18px;
    color: #333333;
    font-family: 'Medium';
    margin-bottom: 10px;
    text-align: left;
}
.swlb .swlb-box .left .box .ul li .p p.pa{
    color: #2263bc;
}

.swlb .swlb-box .left .box .ul li .p .a{
    display: flex;
    flex-wrap: wrap;
}

.swlb .swlb-box .left .box .ul li .p .a a{
    font-size: 16px;
    color: #999999;
    /* border-right: 1px solid; */
    margin-right: 20px;
    position: relative;
    /* width: 100%; */
    /* border-right: 1px solid; */
    /* line-height: 1.5; */
    margin-bottom: 5px;
}
.swlb .swlb-box .left .box .ul li .p .a a:before{
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background: #dbdbdb;
    top: 4px;
    /* width: 100%; */
    right: -10px;
}
.highlight-style {
    color: rgb(35, 103, 192)!important
  }
  h1 .highlight-style{
    font-size: 24px!important
  }




.Download .table-nav{margin-bottom: 50px;}
.Download .table-nav dl{font-size: 0;}
.Download .table-nav dl dd{display: inline-block;margin-right: 20px;width: 80px;height: 35px;font-size: 16px;color: #2864b9;cursor:pointer;text-align: center;line-height: 35px;border: 1px solid #2864b9;border-radius: 4px;box-sizing: border-box;}
.Download .table-nav dl dd.on{background-color: #2864b9;color: #fff;}
.Download .table-nav dl dd:last-child{ margin-right: 0; }
.Download .table-box .item{display: none;}
.Download .table-box .item.on{display: block;}
.Download .table-box .list dl dd{margin-bottom: 30px;padding-bottom: 30px;border-bottom: 1px solid #e7e7e7;}
.Download .table-box .list dl dd .btn{float: right;margin-left: 30px;}
.Download .table-box .list dl dd .btn a:before{display: inline-block;margin-right: 20px;content: '';width: 22px;height: 20px;background-image: url('../images/Download.png');vertical-align: middle;}
.Download .table-box .list dl dd .btn a span{display: inline-block;font-size: 18px;color: #2864b9;vertical-align: middle;}
.Download .table-box .list dl dd .title{position: relative;padding-left: 35px;font-size: 18px;color: #333333;}
.Download .table-box .list dl dd .title:before{position: absolute;left: 0;top: 0;bottom: 0;margin: auto 0;display: block;content: '';width: 20px;height: 20px;background-image: url('../images/Download-ioc.png');z-index: 3;}



.helper-body .PicList002938 li .inner{
	max-width: none;
	width: 100%;
}
.helper-body .PicList002938 li .date-time{
	font-size: 14px;
    margin-top: 10px
}
.open-all{
    width: 200px;
    margin: 0 auto;
    text-align: center;
    line-height: .5rem;
    background: #f1f1f1;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}
.open-all img{
    height: .2rem;
    margin-left: 20px;
    animation:myfirst 2s infinite linear;
	-webkit-animation:myfirst 2s infinite linear; /* Safari and Chrome */
}
.open-all:hover{
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
@keyframes myfirst
{
	0%{transform: translateX(-.1rem);}
    50%{transform: translateX(.1rem);}
    100%{transform: translateX(-.1rem);}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
	0%{transform: translateX(-.1rem);}
    50%{transform: translateX(.1rem);}
    100%{transform: translateX(-.1rem);}
}
.about-jishu .jishu-list,.about-fwkh .swiper-wrapper-content{margin-top: .7rem;}
.about-jishu ul li{width: 20%;text-align: center;background: url(../images/bg03.png) no-repeat center center/80%;}
.about-jishu ul li h5{font-size: .2rem;color: #2263bc;}
.about-jishu ul li h5 span{font-size: .32rem;font-weight: 700;margin-right: 5px;vertical-align: baseline;}
.about-jishu ul li p{color: #999;line-height: 1.5;font-size: .14rem;}
.ai-content{margin: 1rem 0;}
.ai-content .ai-menu{width: 2.5rem;}
.ai-content .ai-answer{width: calc(100% - 2.5rem);padding-left: .5rem;min-height: 3rem;}
.ai-content .ai-menu ul li{padding: .1rem;border-radius: .05rem;margin-bottom: .1rem;border: solid 1px transparent;cursor: pointer;}
.ai-content .ai-menu ul li i{
    width: .25rem;height: .25rem;margin-right: .2rem;background-position: center center;background-repeat: no-repeat;background-size: .15rem;
}
.ai-content .ai-menu ul li i img{max-width: 80%;max-height: 80%;}
.ai-content .ai-menu ul li i img.hide{display: none;}
.ai-content .ai-menu ul li.active{
    border-color: #144387;
    background-color: #e3ecf7;
    color: #144387;
}
.ai-content .ai-menu ul li.active i img{display: none;}
.ai-content .ai-menu ul li.active i img.hide{display: block;}
.ai-content .ai-menu ul li:not(.active):hover{background-color: #eee;}
.Other002638 li.ai-link>a{background: #f8f8f8 url(../images/ai.svg) no-repeat center/30px;}
.ai-search .ai-mp4{width: 40px;margin-right: 20px;cursor: pointer;z-index: 102;}
.ai-search .ai-mp4 video{width: 100%;}
.ai-search .ai-drop{position: absolute;top: 100%;width: 100px;text-align: center;left: 50%;transform: translateX(-50%);padding-top: 15px;display: none;}
.ai-search .ai-drop p{position: relative;border-radius: 5px;background-color: #fff;padding: 10px 0;box-shadow: 0 0 .15rem rgba(0, 0, 0, 0.2);}
.ai-search .ai-drop p:after{content: "";position: absolute;width: 0;height: 0;border-left: solid 6px transparent;border-right: solid 6px transparent;border-bottom: solid 6px #fff;top: -6px;left: 50%;transform: translateX(-50%);}
.ai-search .ai-drop p a{line-height: 30px;display: block;}
.ai-search .ai-mp4:hover .ai-drop{display: block;}
.share-drop{position: absolute;left: 100%;top: -20px;width: 120px;padding: 10px;border-radius: 5px;box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.1);background-color: #fff;display: none;}
.share-drop p{position: relative;cursor: pointer;line-height: 35px;padding-left: 35px;background-position: 5px center;background-size: 25px;background-repeat: no-repeat;text-align: left;}
.share-drop p:nth-of-type(1) {background-image: url(../images/QQ.png);}
.share-drop p:nth-of-type(2) {background-image: url(../images/sina.png);}
.share-drop p:nth-of-type(3) {background-image: url(../images/wechat.png);}
.swlb .swlb-box .left a.pr:hover{color: #333;}
.share-drop p:hover{background-color: #eee;}
.swlb .swlb-box .left a.pr:hover .share-drop{display: block;}
#qrcode{
    position: fixed;
    width: 170px;
    height: 170px;
    padding: 5px;
    z-index: 999999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    display: none;
}
#qrcode .qr-close{position: absolute;bottom: 105%;right: 0;cursor: pointer;}
.gptbots-report-iframe{display: none;}

@media (max-width: 1200px) {
    .about-fwkh .swiper-slide{
        height: .9rem;
    }
}
@media (max-width: 900px) {
    .about-jishu ul li{width: 33.33%;margin-bottom: .3rem;}
}
@media (max-width: 768px) {
    .about-fwkh .swiper-slide{
        height: .6rem;
    }
    .ai-content{margin: .6rem 0;}
    .ai-content .ai-menu{width: 100%;}
    .ai-content .ai-answer{width:100%;padding-left: 0;margin-top: .3rem;}
    .ltdh .ltdh-box .ltdh2{display: flex;justify-content: center;}
}
@media (min-width: 711px) {
    .ab-qgfb .gallery-thumbs{height: 150px;}
    .ab-qgfb .gallery-thumbs .swiper-wrapper .swiper-slide{height: 47px;}
}
@media (max-width: 710px) {
    body .open-all{display: none !important;}
}
@media (max-width: 640px) {
    .about-jishu ul li h5 span{font-size: .28rem;margin-right: 0;}
    .about-jishu .jishu-list,.about-fwkh .swiper-wrapper-content{margin-top: .4rem;}
}










