.head {
    height: 191px;
    align-items: center;
}

.head .logo {
    width: 525px;
}

.head .logo2 {
    align-items: center;
    width: 55%;
}

.head .logo2 img:nth-child(3) {
    margin-top: 6px;
}

.head .header_right {
    width: 38%;
    margin-top: 5px;
}

.head .header_right .button {
    width: 62%;
}

.head .header_right .button .but_list {
    background: #4472C4;
    border-radius: 5px;
    width: 32%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.head .header_right .button .search {
    margin-top: 8px;
    position: relative;
}

.head .header_right .button .search input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #F5F5F5;
    border: 0.5px solid #4472C4;
    border-radius: 5px;
}

.head .header_right .button .search button {
    background: #4472C4;
    border-radius: 5px;
    height: 40px;
    width: 40px;
    text-align: center;
    position: absolute;
    right: 0;
}

.head .header_right .code {
    width: 36.5%;
}

.head .header_right .code .code_list {
    width: 47%;
}

.head .header_right .code .text {
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
    color: #000;
}


/*header end*/

.navigation {
    background-color: #4472C4;
    height: 54px;
    line-height: 54px;
    color: #fff;
    font-size: 18px;
}

.navigation_red {
    background-color: #C00000;
}

.nav .nav_list {
    text-align: center;
    /*margin: 0 auto;*/
    transition: 0.25s;
}

.nav .nav_list.active {
    background-color: #2C57A5;
}

.nav_red .nav_list:hover {
    background-color: #2C57A5;
}

.nav_red .nav_list.active {
    background-color: #960101;
}

.nav_red .nav_list:hover {
    background-color: #960101;
}

.nav .nav_list a {
    padding: 0 17px;
    height: 54px;
    line-height: 54px;
    display: block;
}


/*navigation end*/

.cont_section_1 {
    margin-top: 30px;
}

.cont_section_1 .cont_swiper {
    width: 48%;
}

.cont_section_1 .cont_swiper .swiper-pagination {
    text-align: right;
    padding-right: 10px;
}

.cont_section_1 .cont_swiper .my-bullet-active {
    background: #FFFFFF;
    opacity: 1;
}

.content .message {
    width: 48%;
    margin-bottom: 40px;
}

.content .message2 {
    width: 48%;
    margin-bottom: 15px;
}

.content .title {
    border-bottom: 0.2px solid #F6F6F6;
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.content .title .text {
    font-weight: 700;
    font-size: 24.8696px;
    text-align: center;
    color: #4472C4;
}

.content .title .text img {
    margin-right: 10px;
}

.content .title .more {
    height: 25px;
    line-height: 25px;
    width: 75px;
    text-align: center;
    background-color: #4472C4;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    border-radius: 6.33621px;
    margin: 10px 10px 0 0;
}

.content ul li {
    margin-left: 25px;
    font-size: 16px;
    border-bottom: 0.2px solid #F6F6F6;
    padding-bottom: 4px;
    margin-bottom: 6.5px;
}

.content .message2 ul li {
    margin-bottom: 6px;
}

.content ul li a {
    display: flex;
    justify-content: space-between;
}

.content ul .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 82%;
}

.content ul li.active {
    color: #4472C4;
}

.content ul li:hover {
    color: #4472C4;
}

.content ul li a {
    color: #141414;
}

.content ul li a.active {
    color: #4472C4;
}

.content ul li:hover a {
    color: #4472C4;
}

.content ul li .time {
    float: right;
}

.cont_section_2 .swiper-button-prev,
.cont_section_2 .swiper-button-next {
    --swiper-navigation-color: #8D8D8D;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;
    /* 设置按钮大小 */
}
.cont_section_3 .swiper-button-prev,
.cont_section_3 .swiper-button-next {
    --swiper-navigation-color: #8D8D8D;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;
    /* 设置按钮大小 */
}
.cont_section_3_bg {
    background-color: #F8F8F8;
    padding: 23px 0 27px;
    margin-top: 15px;
}

.cont_section_3_bgs {
    margin-top: 15px;
}

.cont_section_3 .title {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 20px;
}

.cont_section_3 .conts {
    width: 16%;
    text-align: center;
}

.cont_section_3 .conts .text {
    margin-top: 5px;
}

.cont_section_4 {
    margin-top: 25px;
}

.cont_section_4s {
    margin-top: 15px;
}

.cont_section_4 .cs4_tab {
    border-bottom: 1px solid #BABABA;
}

.cont_section_4 .cs4_left {
    width: 60%;
}

.cont_section_4 .cs4_left .tab_list {
    margin-right: 25px;
    color: #565656;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 15px;
}

.cont_section_4 .cs4_left .tab_list.active {
    color: #4472C4;
    border-bottom: 3px solid #4472C4;
}

.cont_section_4 .cs4_tab_right {
    height: 25px;
    line-height: 25px;
    width: 75px;
    text-align: center;
    background-color: #4472C4;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    border-radius: 6.33621px;
    margin: 10px 10px 0 0;
}

.cont_section_4 .cs4_tab_right a {
    display: block;
}

.cont_section_4 .cont_1 {
    margin-top: 30px;
}

.cont_section_4 .cs4_right {
    width: 36%;
}

.cont_section_4 .cs4_right .title {
    font-size: 25px;
    color: #4472C4;
}

.cont_section_4 .cs4_right .title span {
    padding-bottom: 15px;
    border-bottom: 3px solid #4472C4;
}

.cont_section_4 .cs4_right .classify {
    margin-top: 22px;
}

.cont_section_4 .cs4_right .classify_list {
    width: 46%;
    background: #F3F3F3;
    border-radius: 8.41185px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    margin-bottom: 15px;
}

.cont_section_4 .cs4_right .classify_list a {
    display: block;
}

.cont_section_4 .cs4_right .classify_list.active {
    background: #4472C4;
    color: #fff;
}

.cont_section_4 .cs4_right .classify_list:hover {
    background: #4472C4;
}

.cont_section_4 .cs4_right .classify_list:hover a {
    color: #fff;
}

.cont_section_5_bg {
    background-color: #F8F8F8;
    padding: 20px 0;
    margin-top: 32px;
}

.cont_section_5 .swiper-button-prev,
.cont_section_5 .swiper-button-next {
    --swiper-navigation-color: #8D8D8D;
    --swiper-navigation-size: 30px;
}

.cont_section_6 .cs4_left {
    width: 55%;
}

.cont_section_6 .cs4_right {
    width: 41%;
}

/*.cont_section_6 .cs4_right .books {*/
/*    margin-top: 40px;*/
/*}*/

.cont_section_6 .cs4_right .books_list {
    width: 33%;
    text-align: center;
}

.cont_section_7_bg {
    margin-top: 32px;
    background-color: #F8F8F8;
    padding: 17px 0;
}

.cont_section_7 {
    margin-top: 10px;
}

.cont_section_7 .list {
    width: 24%;
    position: relative;
}

.cont_section_7 .list .place {
    position: absolute;
    top: 11px;
    left: 13px;
    padding: 3px 8px;
    background: rgba(20, 20, 20, 0.6);
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
}

.cont_section_7 .list .space {
    position: absolute;
    bottom: 0;
    background: rgba(20, 20, 20, 0.6);
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
}

.cont_section_7 .list .space span {
    float: right;
    font-weight: 400;
}

.cont_section_8_bg {
    background: url("../image/zdi.png") no-repeat center center;
    height: 350px;
    margin-top: 26px;
    background-size: cover;
}

.cont_section_8 .cs8_left {
    margin-top: 30px;
}

.cont_section_8 .cs8_left .cs8_logo {
    margin-bottom: 15px;
}

.cont_section_8 .cs8_left .cs8_title {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}

.cont_section_8 .cs8_left .cs8_xian {
    width: 43px;
    height: 3px;
    background-color: #fff;
    margin-bottom: 15px;
}

.cont_section_8 .cs8_left .cs8_text1 {
    margin-bottom: 6px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.cont_section_8 .cs8_left .cs8_text2 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.cont_section_8 .cs8_right {
    width: 35%;
    margin-top: 85px;
}

.cont_section_8 .cs8_right .cs8_text3 {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 25px;
}

.cont_section_8 .cs8_right .cs8_list {
    justify-content: center;
}

.cont_section_8 .cs8_right .cs8_code {
    width: 20%;
    margin: 0 10px;
}

.cont_section_8 .cs8_right .cs8_code .texts {
    text-align: center;
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

.cont_section_9 {
    margin-top: 26px;
    margin-bottom: 36px;
}

.cont_section_9 .titles {
    font-size: 20px;
    color: #0D0D0D;
    font-weight: 400;
    padding-bottom: 6px;
    border-bottom: 0.5px solid rgba(197, 197, 197, 0.5);
    margin-bottom: 20px;
}

.cont_section_9 .cs9_list_1 {
    margin-bottom: 18px;
}

.cont_section_9 .text_1 {
    width: 143px;
    height: 62px;
    background-color: #4472C4;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    align-items: center;
    display: grid;
}

.cont_section_9 .cs9_list_2 {
    border-bottom: 0.5px solid rgba(197, 197, 197, 0.5);
    padding-bottom: 17px;
    margin-bottom: 24px;
    justify-content: space-between;
}

.cont_section_9 .text_2 {
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

.cont_section_9 .cs9_list_3 {
    word-wrap: break-word;
    word-break: normal;
}

.cont_section_9 .cs9_list_3 .text_2 {
    margin-bottom: 12px;
    margin-right: 30px;
}

.cont_section_9 .cs9_list_4 .text_2 {
    margin-right: 48px;
}


/*center end*/

.footer_bg {
    background-color: #2D3E50;
    padding-top: 40px;
}

.footer {
    color: #fff;
    font-weight: 400;
}

.footer .title {
    justify-content: center;
    margin-bottom: 10px;
}

.footer .title div {
    margin: 0 20px;
}

.footer .text {
    justify-content: center;
    padding-bottom: 40px;
    border-bottom: 0.5px solid rgba(197, 197, 197, 0.5);
}

.footer .text div {
    margin: 0 20px;
}

.footer .records {
    padding: 22px 0 30px;
    text-align: center;
}


/*footer end*/

.current_bg {
    background-color: #F5F5F5;
    height: 47px;
    line-height: 47px;
    color: 000;
    font-weight: 400;
    font-size: 16px;
}

.regard_cont {
    margin-top: 26px;
    padding-bottom: 50px;
}

.regard_cont .regard_nav {
    width: 15%;
}

.regard_cont .regard_nav .classify {
    margin-bottom: 6px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 3.31109px rgba(0, 0, 0, 0.25);
    border-radius: 8.27772px;
    transition: 0.5s;
    font-size: 18px;
    color: #000;
}

.classify_box.active .classify {
    background: #4472C4;
    color: #fff;
}

.regard_cont .regard_nav .classify.active {
    background: #4472C4;
}

.regard_cont .regard_nav .classify a {
    display: block;
}

.regard_cont .regard_nav .classify a.active {
    color: #fff;
}

.regard_cont .regard_nav .classify_bg {
    background: url("../image/pull_down2.png") no-repeat center center;
    width: 16px;
    height: 16px;
    background-size: contain;
    margin-left: 10px;
}

.classify_box.active .classify_bg {
    background: url("../image/pull_down.png") no-repeat center center;
    width: 16px;
    height: 16px;
    background-size: contain;
    margin-left: 10px;
}


/* .regard_cont .regard_nav .classify:hover {
    background: #4472C4;
}

.regard_cont .regard_nav .classify:hover a {
    color: #fff;
} */

.regard_cont .regard_nav .pull_down img {
    margin-left: 10px;
}

.regard_cont .regard_nav .pull_down {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.regard_cont .regard_nav .subtitle {
    margin-bottom: 6px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 3.31109px rgba(0, 0, 0, 0.25);
    border-radius: 8.27772px;
    transition: 0.5s;
    font-size: 16px;
    width: 160px;
}

.regard_cont .regard_nav .subtitle a {
    display: block;
}

.regard_cont .regard_nav .subtitle.active {
    background: #4472C4;
}

.regard_cont .regard_nav .subtitle a.active {
    color: #fff;
}

.regard_cont .regard_xhjj {
    width: 79%;
}

.regard_cont .regard_xhjj .caption {
    color: #4472C4;
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
}

.regard_cont .regard_xhjj .xhjj_cont {
    margin-bottom: 22px;
}

.regard_cont .regard_xhjj .xhjj_cont .title {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}

.regard_cont .regard_xhjj .xhjj_cont .text {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-indent: 2em;
    line-height: 152%;
}

.fzjg_cont .fzjg_list {
    border-top: 0.3px dashed #BFBFBF;
    font-size: 20px;
    color: #000;
    margin: 0px 0px 15px;
    padding: 15px 20px 0px;
}

.fzjg_cont .fzjg_list.active {
    color: #4472C4;
}

.fzjg_cont .fzjg_list:hover {
    color: #4472C4;
}

.fzjg_cont_2 .text {
    /*text-indent: 2em;*/
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 164.5%;
    margin-bottom: 45px;
}

.fzjg_cont_2 .phone {
    padding: 10px;
    border-top: 0.3px dashed #BFBFBF;
    border-bottom: 0.3px dashed #BFBFBF;
    font-size: 24px;
    font-weight: 600;
    color: #4472C4;
}

.fzjg_cont_2 .phone img {
    margin-right: 18px;
}

.xhgg_cont .xhgg_list {
    margin-bottom: 90px;
}

.xhgg_cont .xhgg_list li {
    color: #4472C4;
    margin-left: 30px;
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 20px;
}

.xhgg_cont .xhgg_list li a {
    color: #000;
    font-size: 16px;
    display: flex;
}

.xhgg_cont .xhgg_list li a.active {
    color: #4472C4;
}

.xhgg_cont .xhgg_list li:hover a {
    color: #4472C4;
}

.xhgg_cont .xhgg_list li .list_texts {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 90%;
}

.xhgg_cont .xhgg_list li .times {
    text-align: right;
    width: 20%;
}

.paging {
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.paging .pager {
    margin: 0 30px;
}

.paging .pager ul {
    list-style: none;
    display: flex;
}

.paging .pager ul li {
    margin: 0 10px;
}

.paging .skip {
    align-items: center;
}

.paging .skip input {
    background: #F0F0F0;
    border-radius: 3px;
    width: 57px;
    height: 26px;
    margin-right: 7px;
    margin-top: 3px;
}

.djgz_cont {
    margin-bottom: 50px;
    margin-top: 30px;
}

.djgz_cont .djgz_list {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    padding: 17px 38px 17px 17px;
    align-items: center;
    margin-bottom: 18px;
}

.djgz_cont .djgz_list .djgz_img {
    width: 20%;
}

.djgz_cont .djgz_list .djgz_word {
    width: 78%;
}

.djgz_cont .djgz_list .djgz_word .title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.djgz_cont .djgz_list .djgz_word .time {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.xhhd_cont {
    margin-bottom: 63px;
    margin-top: 35px;
}

.xhhd_cont .xhhd_list {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    padding: 27px 24px;
    align-items: center;
    margin-bottom: 18px;
}

.xhhd_cont .xhhd_list .xhhd_img {
    width: 30%;
}

.xhhd_cont .xhhd_list .xhhd_word {
    width: 68%;
}

.xhhd_cont .xhhd_list .xhhd_word .title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.xhhd_cont .xhhd_list .xhhd_word .xhhd_detail {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
    -webkit-line-clamp: 1;
    display: -webkit-box;
}

.xhhd_cont .xhhd_list .xhhd_word .xhhd_detail img {
    margin-right: 20px;
}

.guanggao {
    margin-top: 30px;
}

.xhhd_bg {
    /*background: url("../image/banner_58.jpg") no-repeat center center;*/
    /*height: 490px;*/
    align-items: center;
    display: flex;
    object-fit: cover;
}

.xhhd_banner {
    color: #fff;
    align-items: center;
}

.xhhd_banner .title {
    font-size: 48px;
    font-weight: 700;
}

.xhhd_banner .text {
    font-size: 30px;
    font-weight: 300;
}

.content_xhhd {
    margin-top: 70px;
}

.content_xhhd .title {
    font-size: 32px;
    color: #4472C4;
    margin-bottom: 18px;
    align-items: center;
}

.content_xhhd .xian {
    width: 40%;
    height: 1px;
    background-color: #4472C4;
}

.content_xhhd .xian_1 {
    width: 24%;
}

.content_xhhd .more {
    background: #4472C4;
    border-radius: 7.25806px;
    color: #fff;
    font-size: 16px;
    width: 11%;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.xhhd_section_1 {
    margin-bottom: 37px;
}

.xhhd_section_1 .subhead {
    font-size: 24px;
    color: #000;
    text-align: center;
    margin-bottom: 55px;
}

.xhhd_section_1 .names {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.xhhd_section_1 .text {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 189%;
    /*text-indent: 2em;*/
}

.xhhd_section_1 .xs1_list {
    margin-top: 50px;
    justify-content: center;
}

.xhhd_section_1 .xs1_list .download {
    width: 190px;
    height: 62px;
    line-height: 62px;
    background-color: #4472C4;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    margin: 0 20px;
    font-size: 20px;
}

.xhhd_section_1 .xs1_list .download img {
    margin-right: 10px;
}

.xhhd_section_2 {
    margin-bottom: 60px;
}

.xhhd_section_2 .text {
    margin-top: 37px;
    font-weight: 400;
    font-size: 18px;
    line-height: 189%;
    text-indent: 2em;
    color: #000;
}

.xhhd_section_2 .xs2_list {
    margin-top: 30px;
}

.xhhd_section_2 .xs2_list .introduce {
    width: 50%;
}

.xhhd_section_2 .xs2_list .introduce .ment {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
}

.xhhd_section_2 .xs2_list .introduce .ment.active {
    color: #4472C4;
    font-size: 24px;
}

.xhhd_section_3 {
    margin-bottom: 50px;
}

.xhhd_section_3 .xs3_list {
    margin-top: 30px;
}

.xhhd_section_3 .xs3_list .introduce {
    width: 50%;
    margin-bottom: 25px;
}

.xhhd_section_3 .xs3_list .introduce .ment {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 40px;
    color: #000;
    text-transform: uppercase;
}

.xhhd_section_3 .xs3_list .introduce .ment.active {
    color: #4472C4;
    font-size: 24px;
}

.xhhd_section_4 {
    margin-bottom: 36px;
}

.xhhd_section_4 .xs4_cont {
    margin-top: 31px;
}

.xhhd_section_4 .xs4_cont .text {
    font-weight: 400;
    font-size: 20px;
    color: #000;
    line-height: 221%;
}

.xhhd_section_5 {
    margin-bottom: 35px;
}

.xhhd_section_5 .xs5_list {
    margin-top: 35px;
}

.xhhd_section_5 .xs5_list .guest {
    width: 12%;
}

.xhhd_section_5 .xs5_list .guest .name {
    margin-top: 19px;
    font-size: 24px;
    color: #4472C4;
    line-height: 28px;
    text-align: center;
    margin-bottom: 5px;
}

.xhhd_section_5 .xs5_list .guest .texts {
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 22px;
    word-wrap: break-word;
    word-break: break-all;
}

.xhhd_section_6 {
    margin-bottom: 40px;
}

.xhhd_section_6 .xs6_list {
    margin-top: 20px;
}

.xhhd_section_6 .xs6_list ul {
    margin-left: 20px;
    color: #4472C4;
    font-size: 16px;
    font-weight: 700;
}

.xhhd_section_6 .xs6_list ul li {
    margin-bottom: 20px;
}

.xhhd_section_6 .xs6_list ul li a {
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.xhhd_section_6 .xs6_list ul li:hover a {
    color: #4472C4;
}

.xhhd_section_6 .xs6_list ul li a.active {
    color: #4472C4;
}

.xhhd_section_6 .xs6_list ul li span {
    float: right;
}

.contact_yjbg {
    margin-top: 15px;
    background: #FFFFFF;
    box-shadow: 0px 0px 3.31109px rgba(0, 0, 0, 0.25);
    border-radius: 8.27772px;
    padding: 23px 15px;
}

.contact_yjbg .title {
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #4472C4;
    border-bottom: 2px solid #4472C4;
    display: inline;
}

.contact_yjbg .linkman {
    color: #585858;
    font-size: 13px;
    font-weight: 600;
    line-height: 161.5%;
    margin-top: 25px;
}

.contact_yjbg .linkman span {
    font-weight: 300;
}

.contact_yjbg .bank {
    margin-top: 15px;
}

.contact_yjbg .bank .bank_title {
    margin-bottom: 7px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.contact_yjbg .bank .bank_name {
    color: #585858;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 7px;
}

.contact_yjbg .bank .bank_name span {
    font-weight: 600;
    display: block;
}

.zxzx_list {
    margin-top: 26px;
}

.zxzx_list .text {
    font-weight: 300;
    font-size: 16px;
    line-height: 152%;
    color: #000;
    text-indent: 2em;
    margin-bottom: 20px;
}

.zybz_title {
    background: #EDF5FF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    padding: 18px 34px;
}

.zybz_title .serial {
    width: 7%;
    text-align: center;
}

.zybz_title .plan {
    width: 15%;
    text-align: center;
}

.zybz_title .state {
    width: 10%;
    text-align: center;
}

.zybz_title .name {
    width: 60%;
    text-align: center;
}

.zybz_list {
    background: #FCFCFC;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    padding: 18px 34px 0 34px;
    margin-bottom: 48px;
}

.zybz_list .zl {
    border-bottom: 1px dashed #BDBDBD;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.zybz_list .serial {
    width: 5%;
    text-align: center;
}

.zybz_list .plan {
    width: 15%;
    text-align: center;
}

.zybz_list .state {
    width: 10%;
    text-align: center;
}

.zybz_list .name {
    width: 60%;
    text-align: center;
}

.subtitle_box .subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.subtitle_box.active .subtitle {
    background: #4472C4;
    color: #fff;
}

.subtitle_box .subtitle_bg {
    background: url("../image/pull_down2.png") no-repeat center center;
    width: 16px;
    height: 16px;
    background-size: contain;
    margin-left: 10px;
}

.subtitle_box.active .subtitle_bg {
    background: url("../image/pull_down.png") no-repeat center center;
    width: 16px;
    height: 16px;
    background-size: contain;
    margin-left: 10px;
}

.subtitle_box .vice_title {
    background: #fff;
    box-shadow: 0px 0px 2.7817px rgba(0, 0, 0, 0.25);
    border-radius: 6.95426px;
    font-size: 14px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    width: 60%;
    color: #000;
    margin-bottom: 13px;
}

.subtitle_box .vice_title.active {
    background-color: #4472C4;
}

.subtitle_box .vice_title a.active {
    color: #fff;
}

.subtitle_box .vice_title a {
    display: block;
}

.ggqy_title .plan {
    width: 25%;
}

.ggqy_title .name {
    width: 25%;
}

.ggqy_title .state {
    width: 25%;
}

.ggqy_list .plan {
    width: 25%;
}

.ggqy_list .name {
    width: 25%;
}

.ggqy_list .state {
    width: 25%;
}

.ggqy_cont .company_logo {
    width: 40%;
    margin-left: 220px;
}

.ggqy_cont .compan_msg {
    background: #F9FBFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 26px 60px;
    margin-top: 40px;
}

.ggqy_cont .compan_msg .money {
    color: #4472C4;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

.ggqy_cont .compan_msg .infor {
    color: #000;
    font-weight: 300;
    font-size: 20px;
}

.ggqy_cont .compan_msg .infor div {
    margin-bottom: 15px;
}

.ggqy_cont .compan_msg .infor span {
    color: #4472C4;
    font-weight: 600;
}

.ggqy_cont .brief {
    margin-top: 45px;
}

.ggqy_cont .brief .brief_title {
    font-size: 24px;
    font-weight: 700;
    color: #4472C4;
    margin-bottom: 13px;
}

.ggqy_cont .brief .brief_text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 193%;
}

.xhgg_cont .yysf_list {
    margin-bottom: 50px;
}

.brand_yysf .yysf_title {
    margin-top: 30px;
    font-weight: 600;
    font-size: 24px;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
}

.brand_yysf .yysf_time {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}

.brand_yysf .yysf_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 176%;
    color: #000;
    margin-bottom: 20px;
}

.brand_yysf .yysf_img {
    margin-bottom: 30px;
}

.regard_cont .contact_zcfg {
    background: #FFFFFF;
    box-shadow: 0px 0px 3.31109px rgba(0, 0, 0, 0.25);
    border-radius: 8.27772px;
    padding: 15px;
}

.regard_cont .contact_zcfg .title {
    font-size: 18px;
    color: #C00000;
    font-weight: 700;
    margin-bottom: 25px;
}

.regard_cont .contact_zcfg .title span {
    border-bottom: 3px solid #C00000;
    padding-bottom: 10px;
}

.regard_cont .contact_zcfg .text {
    color: #585858;
    font-weight: 300;
    font-size: 13px;
    line-height: 163.5%;
}

.regard_cont .contact_zcfg .text span {
    font-weight: 700;
    display: block;
}

.credit_cont .regard_nav .classify.active {
    background-color: #C00000;
}

.regard_cont .credit_zcfg .caption {
    color: #C00000;
}

.regard_cont .credit_zcfg .xhgg_list li {
    color: #C00000;
}

.regard_cont .credit_zcfg .xhgg_list li a.active {
    color: #C00000;
}


/*政策法规  end*/

.regard_cont .credit_xypj .xypj_plate {
    text-align: right;
    margin-bottom: 50px;
}

.regard_cont .credit_xypj .xypj_title {
    font-size: 32px;
    color: #000;
    font-weight: 600;
    text-align: center;
    line-height: 177.5%;
    margin-bottom: 35px;
}

.regard_cont .credit_xypj .xypj_title span {
    display: block;
}

.regard_cont .credit_xypj .xypj_apply {
    width: 266px;
    height: 61px;
    line-height: 61px;
    background-color: #C00000;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    margin-bottom: 46px;
}

.regard_cont .credit_xypj .xypj_apply a {
    display: block;
}

.regard_cont .credit_xypj .xypj_list {
    margin-bottom: 30px;
}

.regard_cont .credit_xypj .xypj_list div {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 157%;
}

.regard_cont .credit_xypj .xypj_list .xypj_img {
    width: 60%;
    margin: 0 auto;
    margin-top: 50px;
}


/*信用评价申报   end*/

.regard_cont .credit_sxsj .form {
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px;
    flex-wrap: wrap;
}

.regard_cont .credit_sxsj .form label input {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    width: 140px;
    height: 32px;
    line-height: 32px;
}

.regard_cont .credit_sxsj .form label button {
    background: #C00000;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    color: #fff;
    height: 32px;
    line-height: 32px;
    width: 70px;
    text-align: center;
    margin-left: 10px;
}

.regard_cont .credit_sxsj .sxsi_title {
    background-color: #FFF4F4;
}


/*授信单位   end*/

.regard_cont .paid {
    margin-top: 15px;
    background: #FFFFFF;
    box-shadow: 0px 0px 3.31109px rgba(0, 0, 0, 0.25);
    border-radius: 8.27772px;
    padding: 22px;
}

.regard_cont .paid .paid_list {
    margin-bottom: 15px;
    justify-content: space-around;
}

.regard_cont .paid .paid_list div {
    width: 15%;
    height: auto;
}

.regard_cont .paid .paid_code {
    margin-bottom: 10px;
}

.regard_cont .paid .paid_text {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-align: center;
}

.regard_cont .market {
    margin-top: 15px;
    background: #FFFFFF;
    box-shadow: 0px 0px 3.31109px rgba(0, 0, 0, 0.25);
    border-radius: 8.27772px;
    padding: 13px 16px;
}

.regard_cont .market .market_title {
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #4472C4;
    border-bottom: 2px solid #4472C4;
    display: inline;
}

.regard_cont .market .market_list {
    margin-top: 25px;
}

.regard_cont .market .market_list div {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 20px;
    margin-bottom: 11px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.regard_cont .market .market_list div img {
    width: 15px;
    margin-top: -6px;
}

.regard_cont .books_list .lists {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    padding: 10px;
    align-items: center;
    margin-bottom: 35px;
}

.regard_cont .books_list .lists_left {
    width: 10%;
}

.regard_cont .books_list .lists_right {
    width: 88%;
}

.regard_cont .books_list .lists_right .title {
    margin-bottom: 5px;
    color: #4472C4;
    font-size: 20px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.regard_cont .books_list .lists_right .brief {
    color: #000000;
    font-size: 16px;
    margin-bottom: 24px;
}

.regard_cont .books_list .lists_right .brief span {
    color: #4472C4;
    font-weight: 700;
}

.regard_cont .books_list .lists_right .ment {
    width: 50%;
    color: #000000;
    font-size: 16px;
}

.regard_cont .books_list .lists_right .ment div {
    margin-bottom: 5px;
}

.regard_cont .books_list .lists_right .ment span {
    color: #4472C4;
    font-weight: 700;
}

.regard_cont .books_list .lists_right .ment .money {
    font-size: 14px;
    color: #EF0000;
}

.regard_cont .books_list .lists_right .ment .count {
    color: #565656;
}


/*行业书刊   end*/

.regard_cont .show_books_title {
    background-color: #F5F9FE;
    border-radius: 10px;
    padding: 37px;
    color: #000;
    font-size: 16px;
    margin-bottom: 50px;
}

.regard_cont .show_books_list .brief_list {
    width: 27%;
    margin-bottom: 60px;
    margin-right: 6%;
}

.regard_cont .show_books_list .brief_list .brief_text {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}


/*行业书刊show   end*/

.regard_cont .park_list {
    margin-bottom: 48px;
}

.regard_cont .park_list .park {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    padding: 27px 24px;
    align-items: center;
    margin-bottom: 18px;
}

.regard_cont .park_list .park_left {
    width: 30%;
}

.regard_cont .park_list .park_right {
    width: 65%;
}

.regard_cont .park_list .park_right .title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}

.regard_cont .park_list .park_right .site {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
}

.regard_cont .park_list .park_right .site img {
    margin-right: 15px;
}


/*产业园区   end*/

.regard_cont .park_data {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    padding: 18px 14px;
    align-items: center;
    margin-bottom: 27px;
}

.regard_cont .park_data .park_data_left {
    width: 43%;
}

.regard_cont .park_data .park_data_right {
    width: 54%;
}

.regard_cont .park_data .park_data_right .title {
    font-weight: 600;
    color: #4472C4;
    font-size: 26px;
}

.regard_cont .park_data .park_data_right .area {
    font-size: 16px;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.regard_cont .park_data .park_data_right .text {
    font-size: 14px;
    line-height: 202.5%;
}

.regard_cont .park_data .park_data_right .text span {
    color: #4472C4;
    margin-right: 17px;
    /*width: 64px;*/
    display: inline-block;
    padding: 0 5px;
}

.regard_cont .park_data .park_data_right .text .trait {
    background-color: #4472C4;
    color: #fff;
    text-align: center;
}

.regard_cont .park_matter {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    padding: 50px 35px;
}

.regard_cont .park_matter .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 176%;
}

.regard_cont .park_matter .img {
    margin: 40px 0;
}


/*产业园区show   end*/

.regard_cont .contact .caption {
    color: #4472C4;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 28px;
}

.regard_cont .contact_list {
    margin-bottom: 26px;
}

.regard_cont .contact_list2 {
    margin-top: 48px;
}

.regard_cont .contact_list .contact_title {
    color: #4472C4;
    font-size: 18px;
    font-weight: bold;
}

.regard_cont .contact_list .contact_title img {
    width: 16px;
    margin-right: 8px;
}

.regard_cont .contact_list .contact_text {
    margin-left: 25px;
    font-size: 16px;
    line-height: 212%;
}

.regard_cont .contact_map {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    padding: 22px 19px;
}

.regard_cont .contact_map .contact_title {
    border-bottom: 1px dashed #000000;
    padding-bottom: 18px;
    margin-bottom: 25px;
    color: #4472C4;
    font-size: 20px;
    font-weight: bold;
}

.regard_cont .contact_map .contact_title img {
    width: 29px;
    margin-right: 8px;
}

.regard_cont .contact_map .map_img {
    padding: 0 10px;
}

.is_popup {
    width: 300px;
    position: fixed;
    right: -300px;
    top: 10%;
    z-index: 100;
    align-items: center;
    display: inline-grid
}

.is_cont {
    margin-top: 0;
}

.is_popup .replace {
    width: 25px;
    position: absolute;
    margin-right: 300px;
    top: 50%;
    transform: translate(0%, -50%);
}

.is_popup .replace img {
    position: absolute;
    right: 30px;
}

.is_popup .regard_cont {
    padding: 15px;
    color: #000;
    background-color: #F6F6F6;
    border-radius: 10px;
}

.is_popup .regard_cont .list {
    margin-top: 30px;
}

.is_popup .regard_cont .list a {
    color: #fff;
}

.is_popup .regard_cont .title {
    border-bottom: 1px solid #FFFFFF80;
    font-size: 25px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.is_popup .regard_cont .ments {
    border-left: 5px solid #CFE5FB;
    font-size: 20px;
    padding: 0 20px;
    margin: 28px 0;
}

.is_popup .regard_cont .ments div {
    margin-bottom: 20px;
}

.is_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    visibility: hidden;
    transition: .25s;
}

.is_bg_active {
    opacity: 1;
    visibility: inherit;
}

.is_box {
    display: none;
}

.is_popup_active {
    width: 300px;
    position: fixed;
    right: 0px;
    z-index: 100;
    align-items: center;
    display: inline-grid
}

.is_box .classify_box {
    line-height: 35px;
    font-size: 16px;
}

.is_box .classify {
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.is_box .classify .classify_bg {
    background: url(../image/pull_down2.png) no-repeat center center;
    width: 16px;
    height: 16px;
    background-size: contain;
    margin-left: 10px;
}

.is_box .classify_box.active .classify_bg {
    background: url(../image/pull_down.png) no-repeat center center;
    width: 16px;
    height: 16px;
    background-size: contain;
    margin-left: 10px;
}

.is_box .subtitle {
    margin-left: 20px;
    font-size: 14px;
    padding-left: 10px;
    margin-top: 10px;
}

.is_box .subtitle.active {
    background: #4472C4;
    color: #fff;
}

.is_box .subtitle_box .subtitle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}

.is_box .vice_titles {
    margin-left: 40px;
    font-size: 14px;
    font-weight: 300;
    padding-left: 10px;
    margin-top: 5px;
}

.is_box .vice_titles.active {
    background: #4472C4;
    color: #fff;
}

.regard_cont .caption span {
    display: none;
}
.swiper_one{
    margin-bottom: 30px;
}

/*联系我们   end*/

@media only screen and (max-width:1600px) {
    .head {
        height: 160px;
        align-items: center;
    }
    .navigation {
        height: 44px;
        line-height: 44px;
    }
    .nav .nav_list {
        font-size: 16px;
    }
    .nav .nav_list a {
        padding: 0px 5px;
        height: 44px;
        line-height: 44px;
    }
    .content .message {
        margin-bottom: 30px;
    }
    .content .title {
        border-bottom: 0.2px solid #F6F6F6;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .content .title .text {
        font-size: 20.8696px;
    }
    .content ul li {
        margin-left: 25px;
        font-size: 14px;
        border-bottom: 0.2px solid #F6F6F6;
        padding-bottom: 4px;
        margin-bottom: 6px;
    }
    .cont_section_4 .cs4_left .tab_list {
        font-size: 24px;
    }
    .cont_section_8 .cs8_right .cs8_code .texts {
        font-size: 12px;
    }
    .cont_section_9 .text_1 {
        width: 12%;
    }
    .regard_cont .regard_nav .classify {
        font-size: 14px;
    }
    .regard_cont .regard_nav {
        width: 17%;
    }
    .regard_cont .regard_nav .subtitle {
        font-size: 14px;
    }
    .regard_cont .credit_sxsj .form label input {
        background: #FFFFFF;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        width: 121px;
        height: 32px;
        line-height: 32px;
    }
    .regard_cont .credit_sxsj .form label input {
        background: #FFFFFF;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        width: 82px;
        height: 32px;
        line-height: 32px;
    }
    .regard_cont .contact_zcfg .title {
        font-size: 16px;
        color: #C00000;
        font-weight: 700;
        margin-bottom: 25px;
    }
    .regard_cont .contact_zcfg .title span {
        border-bottom: 0;
        padding-bottom: 10px;
    }
    .content .title .more {
        margin: 0px;
    }
    .cont_section_4 .cs4_tab_right {
        margin: 0px;
    }
}

@media only screen and (max-width:1300px) {
    .head .logo {
        width: 400px;
    }
    .head .header_right {
        width: 50%;
    }
    .swiper_one {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .cont_section_4 .cs4_left .tab_list {
        font-size: 20px;
        padding-bottom: 10px;
        margin-right: 15px;
    }
    .cont_section_4 .cs4_right .classify_list {
        font-size: 14px;
    }
    .cont_section_4 .cs4_right .title {
        font-size: 20px;
        color: #4472C4;
    }
    .cont_section_4 .cs4_right .title span {
        padding-bottom: 10px;
    }
    .cont_section_4 .cs4_right .classify_list {
        margin-bottom: 8px;
    }
    .cont_section_4 .cs4_right img {
        /*object-fit: cover;*/
    }
    .cont_section_6 .cs4_right .books {
        margin-top: 80px;
    }
    .cont_section_9 .text_1 {
        font-size: 14px;
    }
    .cont_section_9 .text_2 {
        font-weight: 400;
        font-size: 14px;
        color: #000;
    }
    .regard_cont .regard_nav .subtitle {
        font-size: 13px;
    }
}

@media only screen and (max-width:1050px) {
    .head .logo {
        width: 350px;
    }
    .nav .nav_list {
        font-size: 12px;
    }
    .nav .nav_list a {
        padding: 0px 4px;
        height: 44px;
        line-height: 44px;
    }
    .content ul li {
        font-size: 12px;
    }
    .content .title .text {
        font-size: 16.8696px;
    }
    .content .title .text img {
        width: 20px;
    }
    .content .title {
        margin-bottom: 10px;
    }
    .cont_section_4 .cs4_left .tab_list {
        font-size: 16px;
        padding-bottom: 10px;
        margin-right: 15px;
    }
    .cont_section_4 .cs4_right .classify_list {
        height: 42px;
        line-height: 42px;
    }
    .cont_section_7 .list .space {
        position: absolute;
        bottom: 0;
        background: rgba(20, 20, 20, 0.6);
        width: 100%;
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
        font-size: 12px;
        color: #fff;
        font-weight: 700;
    }
    .cont_section_8 .cs8_left {
        margin-top: 70px;
    }
    .cont_section_8 .cs8_left .cs8_title {
        font-size: 24px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 15px;
    }
    .cont_section_8 .cs8_left .cs8_text1 {
        font-size: 18px;
    }
    .cont_section_8 .cs8_left .cs8_text2 {
        font-size: 14px;
    }
    .cont_section_8 .cs8_right .cs8_text3 {
        font-size: 12px;
    }
    .cont_section_9 .text_1 {
        font-size: 12px;
    }
    .cont_section_9 .cs9_list_2 {
        border-bottom: 0.5px solid rgba(197, 197, 197, 0.5);
        padding-bottom: 17px;
        margin-bottom: 24px;
        justify-content: flex-start;
    }
    .cont_section_9 .cs9_list_2 .text_2 {
        margin-right: 20px;
        margin-bottom: 12px;
    }
    .cont_section_3 .conts .text {
        margin-top: 0px;
    }
    .cont_section_4 .cs4_right .title {
        font-size: 16px;
    }
    .cont_section_4 .cs4_right .classify_list {
        font-size: 12px;
    }
    .cont_section_3_bg {
        background-color: #F8F8F8;
        padding: 23px 0 23px;
        margin-top: 32px;
    }
    .regard_cont .regard_nav {
        display: none;
    }
    .regard_cont .regard_xhjj {
        width: 100%;
    }
    .is_box {
        display: block;
    }
    .xhgg_cont .xhgg_list li {
        color: #4472C4;
        margin-left: 30px;
        margin-bottom: 15px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        height: 20px;
    }
    .xhgg_cont .xhgg_list li {
        color: #4472C4;
        margin-left: 0px;
        margin-bottom: 15px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        height: 20px;
    }
    .is_cont {
        margin-top: 00px;
        padding-bottom: 50px;
    }
    .current_bg {
        display: none;
    }
    .xhgg_cont .xhgg_list {
        margin-bottom: 40px;
    }
    .zybz_list {
        padding: 10px 10px;
        font-size: 12px;
    }
    .zybz_title {
        padding: 10px 10px;
        font-size: 12px;
    }
    .is_popup .regard_cont .title {
        border-bottom: 0px solid #FFFFFF80;
        font-size: 18px;
        display: flex;
        justify-content: space-between;
        padding-bottom: 5px;
    }
    .contact_yjbg .bank {
        margin-top: 10px;
    }
    .contact_yjbg .linkman {
        color: #585858;
        font-size: 13px;
        font-weight: 600;
        line-height: 161.5%;
        margin-top: 0px;
    }
    .contact_yjbg2 {
        margin-top: 5px;
        background: #F6F6F6;
        box-shadow: 0px 0px 3.31109px rgba(0, 0, 0, 0);
        border-radius: 0px;
        padding: 0px 10px;
    }
    .contact_yjbg {
        margin-top: 5px;
        background: #F6F6F6;
        box-shadow: 0px 0px 3.31109px rgba(0, 0, 0, 0);
        border-radius: 0px;
        padding: 0px 10px;
    }
    .xhhd_bg {
        /*background: url(../image/banner_58.jpg) no-repeat center center;*/
        /*height: 290px;*/
        align-items: center;
        display: flex;
    }
    .xhhd_banner .title {
        font-size: 36px;
    }
    .xhhd_banner .text {
        font-size: 22px;
    }
    .content_xhhd {
        margin-top: 30px;
    }
    .content_xhhd .title {
        font-size: 24px;
    }
    .xhhd_section_1 .subhead {
        font-size: 18px;
        color: #000;
        text-align: center;
        margin-bottom: 25px;
    }
    .xhhd_section_1 .text {
        font-size: 15px;
        font-weight: 400;
        color: #000;
        line-height: 189%;
    }
    .xhhd_section_1 .xs1_list {
        margin-top: 20px;
    }
    .xhhd_section_1 .xs1_list .download {
        width: 190px;
        height: 62px;
        line-height: 62px;
        background-color: #4472C4;
        border-radius: 10px;
        text-align: center;
        color: #fff;
        margin: 0 20px;
        font-size: 18px;
    }
    .xhhd_section_1 {
        margin-bottom: 30px;
    }
    .xhhd_section_2 .text {
        margin-top: 25px;
    }
    .xhhd_section_2 .xs2_list {
        margin-top: 20px;
    }
    .xhhd_section_2 {
        margin-bottom: 30px;
    }
    .xhhd_section_2 .xs2_list .introduce .ment.active {
        font-size: 20px;
    }
    .xhhd_section_2 .xs2_list .introduce .ment {
        font-size: 17px;
    }
    .xhhd_section_3 {
        margin-bottom: 30px;
    }
    .xhhd_section_4 .xs4_cont .text {
        font-size: 18px;
    }
    .xhhd_section_5 .xs5_list .guest .name {
        margin-top: 10px;
        font-size: 20px;
    }
    .xhhd_section_5 .xs5_list .guest .texts {
        text-align: center;
        font-size: 14px;
    }
    .regard_cont .caption span {
        float: right;
        display: block;
        background: #4472C4;
        color: #fff;
        font-size: 16px;
        height: 30px;
        width: 50px;
        line-height: 30px;
        text-align: center;
        border-radius: 5px;
    }
    .regard_cont .caption .span2 {
        background: #C00000;
    }
}

@media only screen and (max-width:768px) {
    .header,
    .navigation {
        display: none;
    }
    .int_pho2{
        padding: 0px 0px 0 20px !important;
    }
    .mob_login{
        padding: 50px 20px !important;
    }
    .head_wap .button {
        width: 95%;
        margin: 0 auto;
    }
    .head_wap .button .but_list {
        background: #4472C4;
        border-radius: 5px;
        width: 32%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        cursor: pointer;
    }
    .head_wap .button .search {
        margin-top: 8px;
        position: relative;
    }
    .head_wap .button .search input {
        width: 100%;
        height: 40px;
        line-height: 40px;
        background: #F5F5F5;
        border: 0.5px solid #4472C4;
        border-radius: 5px;
    }
    .head_wap .button .search button {
        background: #4472C4;
        border-radius: 5px;
        height: 40px;
        width: 40px;
        text-align: center;
        position: absolute;
        right: 0;
    }
    .cont_section_1 {
        margin-top: 70px;
    }
    .cont_section_1 .cont_swiper {
        width: 100%;
        margin-bottom: 20px;
    }
    .content .message {
        width: 100%;
    }
    .swiper_one {
        margin-top: 0px;
    }
    .content ul li {
        font-size: 14px;
    }
    .content .title {
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
    .content .message {
        margin-bottom: 20px;
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: -25px;
        display: none;
    }
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: -25px;
        display: none;
    }
    .cont_section_3_bg {
        margin-top: 20px;
        padding: 15px 0 10px;
    }
    .cont_section_3 .conts {
        width: 32%;
        text-align: center;
        margin-bottom: 5px;
    }
    .cont_section_4 {
        margin-top: 20px;
    }
    .cont_section_4 .cs4_left {
        width: 100%;
    }
    .cont_section_4 .cs4_right {
        width: 100%;
        margin-top: 20px;
    }
    .cont_section_4 .cs4_right .title span {
        padding-bottom: 5px;
    }
    .cont_section_4 .cs4_right2 {
        display: none;
    }
    .cont_section_4 .cont_1 {
        margin-top: 15px;
    }
    .cont_section_5_bg {
        background-color: #F8F8F8;
        margin-top: 20px;
        padding: 20px 0 10px;
    }
    .cont_section_6 .cs4_right .books {
        margin-top: 20px;
    }
    .cont_section_4 .cs4_right .classify_list {
        width: 48%;
    }
    .cont_section_8_bg {
        /*display: none;*/
        height: 88px !important;
        width: 100% !important;
    }
    .cont_section_9 .text_1 {
        width: 24%;
        margin-bottom: 10px;
    }
    .cont_section_9 .titles {
        margin-bottom: 15px;
    }
    .cont_section_4 .cs4_left .tab_list {
        font-size: 14px;
        margin-right: 10px;
    }
    .content ul li {
        font-size: 12px;
    }
    .cont_section_9 {
        margin-top: 10px;
        margin-bottom: 36px;
    }
    .cont_section_9 .titles {
        font-size: 16px;
    }
    .cont_section_9 .cs9_list_1 {
        margin-bottom: 5px;
    }
    .cont_section_9 .cs9_list_2 .text_2 {
        margin-right: 20px;
        margin-bottom: 5px;
    }
    .cont_section_9 .cs9_list_2 {
        border-bottom: 0.5px solid rgba(197, 197, 197, 0.5);
        padding-bottom: 10px;
        margin-bottom: 10px;
        justify-content: flex-start;
    }
    .cont_section_9 .cs9_list_3 .text_2 {
        margin-bottom: 5px;
        margin-right: 20px;
    }
    .cont_section_3 .conts .text {
        font-size: 12px;
    }
    .paging {
        justify-content: center;
        align-items: center;
        font-size: 14px;
        font-weight: 400;
        color: #000;
        line-height: 35px;
    }
    .footer_bg {
        background-color: #2D3E50;
        padding-top: 30px;
    }
    .footer .text {
        padding-bottom: 25px;
    }
    .regard_cont {
        margin-top: 75px;
    }
    .is_cont {
        margin-top: 0px;
    }
    .regard_cont .regard_xhjj .caption {
        color: #4472C4;
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 16px;
    }
    .xhgg_cont .xhgg_list li {
        margin-bottom: 10px;
    }
    .xhgg_cont .xhgg_list li a {
        color: #000;
        font-size: 13px;
        display: flex;
    }
    .xhgg_cont .xhgg_list li .times {
        text-align: right;
        width: 24%;
    }
    .zxzx_list {
        margin-top: 15px;
    }
    .zxzx_list .text {
        font-weight: 300;
        font-size: 14px;
        line-height: 145%;
        color: #000;
        text-indent: 2em;
        margin-bottom: 7px;
    }
    .xhhd_cont .xhhd_list {
        padding: 10px;
        margin-bottom: 18px;
    }
    .xhhd_cont .xhhd_list .xhhd_word .title {
        font-size: 16px;
    }
    .xhhd_cont {
        margin-top: 16px;
        margin-bottom: 30px;
    }
    .xhhd_cont .xhhd_list .xhhd_img {
        width: 38%;
    }
    .xhhd_cont .xhhd_list .xhhd_word {
        width: 60%;
    }
    .xhhd_cont .xhhd_list .xhhd_word .xhhd_detail {
        font-size: 14px;
    }
    .xhhd_cont .xhhd_list .xhhd_word .xhhd_detail img {
        margin-right: 5px;
    }
    .djgz_cont {
        margin-bottom: 30px;
        margin-top: 15px;
    }
    .djgz_cont .djgz_list {
        padding: 15px;
        margin-bottom: 15px;
    }
    .djgz_cont .djgz_list .djgz_img {
        width: 30%;
    }
    .djgz_cont .djgz_list .djgz_word {
        width: 65%;
    }
    .djgz_cont .djgz_list .djgz_word .title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .fzjg_cont .fzjg_list {
        border-top: 0.3px dashed #BFBFBF;
        font-size: 14px;
        color: #000;
        margin: 0px 0px 10px;
        padding: 10px 10px 0px;
    }
    .zybz_title .serial {
        width: 10%;
        text-align: center;
    }
    .zybz_list .serial {
        width: 10%;
        text-align: center;
        align-items: center;
    }
    .zybz_title .plan {
        width: 20%;
        text-align: center;
        align-items: center;
    }
    .zybz_title .name {
        width: 40%;
        text-align: center;
    }
    .zybz_list .plan {
        width: 20%;
        text-align: center;
        word-wrap: break-word;
    }
    .zybz_list .name {
        width: 40%;
        text-align: center;
    }
    .zybz_list .zl {
        align-items: center;
    }
    .brand_yysf .yysf_title {
        margin-top: 10px;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .brand_yysf .yysf_text {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .brand_yysf .yysf_img {
        margin-bottom: 10px;
    }
    .ggqy_cont .company_logo {
        width: 50%;
        margin-left: 25%;
    }
    .ggqy_cont .compan_msg {
        padding: 15px;
        margin-top: 20px;
    }
    .ggqy_cont .compan_msg .infor div {
        margin-bottom: 5px;
    }
    .ggqy_cont .compan_msg .money {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .ggqy_cont .compan_msg .infor {
        color: #000;
        font-weight: 300;
        font-size: 14px;
    }
    .ggqy_cont .brief {
        margin-top: 20px;
    }
    .ggqy_cont .brief .brief_title {
        font-size: 20px;
    }
    .ggqy_cont .brief .brief_text {
        color: #000;
        font-size: 14px;
        font-weight: 400;
        line-height: 193%;
    }
    .xhhd_section_5 .xs5_list {
        justify-content: flex-start;
    }
    .xhhd_section_5 .xs5_list .guest {
        width: 23%;
        margin: 0 1%;
        margin-bottom: 20px;
    }
    .content_xhhd .title {
        font-size: 20px;
    }
    .xhhd_section_1 .subhead {
        font-size: 14px;
    }
    .xhhd_section_1 .text {
        font-size: 12px;
    }
    .xhhd_section_1 .xs1_list .download {
        width: 172px;
        height: 52px;
        line-height: 52px;
        background-color: #4472C4;
        border-radius: 10px;
        text-align: center;
        color: #fff;
        margin: -4px 20px;
        font-size: 16px;
    }
    .xhhd_section_2 .text {
        margin-top: 15px;
    }
    .xhhd_section_2 .text {
        font-size: 12px;
    }
    .xhhd_section_2 .xs2_list {
        margin-top: 10px;
    }
    .xhhd_section_2 .xs2_list .introduce .ment.active {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .xhhd_section_2 .xs2_list .introduce .ment {
        font-size: 12px;
    }
    .xhhd_section_3 .xs3_list .introduce .ment.active {
        color: #4472C4;
        font-size: 16px;
    }
    .xhhd_section_3 .xs3_list .introduce .ment {
        font-size: 12px;
        margin-bottom: 10px;
        font-weight: 400;
        line-height: 25px;
        color: #000;
        text-transform: uppercase;
    }
    .xhhd_section_4 .xs4_cont {
        margin-top: 12px;
    }
    .xhhd_section_3 {
        margin-bottom: 0px;
    }
    .xhhd_section_4 .xs4_cont .text {
        font-size: 12px;
        line-height: 200%;
    }
    .xhhd_section_6 .xs6_list ul {
        margin-left: 20px;
        color: #4472C4;
        font-size: 12px;
        font-weight: 700;
    }
    .content_xhhd .title .word {
        font-size: 18px;
    }
    .xhhd_section_5 .xs5_list .guest .name {
        margin-top: 10px;
        font-size: 16px;
    }
    .xhhd_section_5 .xs5_list .guest .texts {
        text-align: center;
        font-size: 11px;
    }
    .xhhd_section_6 .xs6_list ul li {
        margin-bottom: 10px;
    }
    .xhhd_banner .title {
        font-size: 26px;
    }
    .xhhd_banner .text {
        font-size: 16px;
    }
    .xhhd_bg {
        /*background: url(../image/banner_58.jpg) no-repeat center center;*/
        /*height: 200px;*/
        align-items: center;
        display: flex;
        margin-top: 60px;
    }
    .xhhd_section_5 {
        margin-bottom: 0px;
    }
    .regard_cont .credit_zcfg .caption {
        color: #C00000;
    }
    .regard_cont .credit_xypj .xypj_plate {
        text-align: right;
        margin-bottom: 10px;
    }
    .regard_cont .credit_xypj .xypj_title {
        font-size: 20px;
        color: #000;
        font-weight: 600;
        text-align: center;
        line-height: 140.5%;
        margin-bottom: 16px;
    }
    .regard_cont .credit_xypj .xypj_title span {
        display: inline;
    }
    .regard_cont .credit_xypj .xypj_apply {
        width: 166px;
        height: 41px;
        line-height: 41px;
        background-color: #C00000;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .regard_cont .credit_xypj .xypj_list div {
        font-size: 12px;
        font-weight: 400;
        color: #000;
        line-height: 157%;
    }
    .regard_cont .credit_sxsj .form label {
        width: 100%;
        margin-bottom: 20px;
    }
    .regard_cont .credit_sxsj .form label input {
        width: 65%;
    }
    .regard_cont .credit_sxsj .form label:nth-child(4) input {
        width: 55%;
    }
    .regard_cont .credit_sxsj .form label:nth-child(4) button {
        width: 15%;
    }
    .regard_cont .credit_sxsj .sxsi_title {
        align-items: center;
    }
    .regard_cont .books_list .lists_left {
        width: 90px;
        margin-right: 10px;
    }
    .regard_cont .books_list .lists_right .brief {
        margin-bottom: 5px;
    }
    .regard_cont .books_list .lists_right .ment {
        width: 100%;
        color: #000000;
        font-size: 12px;
    }
    .regard_cont .books_list .lists {
        margin-bottom: 15px;
    }
    .regard_cont .show_books_title {
        background-color: #F5F9FE;
        border-radius: 10px;
        padding: 10px;
        color: #000;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .regard_cont .show_books_list .brief_list {
        width: 47%;
        margin-bottom: 28px;
    }
    .regard_cont .show_books_list .brief_list .brief_text {
        font-size: 14px;
    }
    .regard_cont .park_list .park_right .title {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 700;
    }
    .regard_cont .park_list .park_right .site {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .regard_cont .park_list .park {
        padding: 10px;
        margin-bottom: 15px;
    }
    .regard_cont .park_list .park_left {
        width: 32%;
    }
    .regard_cont .park_data .park_data_left {
        width: 100%;
        margin-bottom: 10px;
    }
    .regard_cont .park_data .park_data_right {
        width: 100%;
    }
    .regard_cont .park_data {
        padding: 10px;
        margin-bottom: 15px;
    }
    .regard_cont .park_matter {
        padding: 10px;
    }
    .regard_cont .park_matter .text {
        font-size: 14px;
    }
    .regard_cont .park_matter .img {
        margin: 10px 0;
    }
    .regard_cont .park_data .park_data_right .area {
        font-size: 14px;
    }
    .regard_cont .park_data .park_data_right .title {
        font-size: 22px;
    }
    .regard_cont .contact_list .contact_title {
        color: #4472C4;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .regard_cont .contact_list .contact_text {
        margin-left: 25px;
        font-size: 13px;
        line-height: 165%;
    }
    .regard_cont .contact_list {
        margin-bottom: 15px;
    }
    .regard_cont .contact_list2 {
        margin-top: 15px;
    }
    .regard_cont .contact_map {
        background: #FFFFFF;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
        padding: 10px;
    }
    .regard_cont .contact_map .contact_title {
        border-bottom: 1px dashed #000000;
        padding-bottom: 18px;
        margin-bottom: 25px;
        color: #4472C4;
        font-size: 16px;
        font-weight: bold;
    }
    .regard_cont .contact_map .contact_title img {
        width: 16px;
        margin-right: 8px;
    }
    .regard_cont .contact_map .contact_title {
        border-bottom: 1px dashed #000000;
        padding-bottom: 10px;
        margin-bottom: 10px;
        color: #4472C4;
        font-size: 16px;
        font-weight: bold;
    }
}

@media only screen and (max-width:568px) {
    .cont_section_7 .list {
        width: 49%;
        position: relative;
        margin-bottom: 2%;
    }
    .wapnav {
        width: 70%;
    }
    .xhhd_cont .xhhd_list .xhhd_img {
        width: 100%;
        margin-bottom: 10px;
    }
    .xhhd_cont .xhhd_list .xhhd_word {
        width: 100%;
    }
    .xhhd_cont .xhhd_list .xhhd_word .title {
        font-size: 14px;
    }
    .xhhd_cont .xhhd_list .xhhd_word .xhhd_detail img {
        width: 14px;
        margin-top: 0;
    }
    .djgz_cont .djgz_list .djgz_img {
        width: 100%;
        margin-bottom: 10px;
    }
    .djgz_cont .djgz_list .djgz_word {
        width: 100%;
    }
    .djgz_cont .djgz_list .djgz_word .title {
        font-size: 14px;
    }
    .djgz_cont .djgz_list .djgz_word .time {
        font-size: 12px;
    }
    .djgz_cont .djgz_list {
        padding: 10px;
        margin-bottom: 15px;
    }
    .content_xhhd .xian {
        display: none;
    }
    .content_xhhd .more {
        display: none;
    }
    .content_xhhd .title .word {
        margin: 0 auto;
    }
    .regard_cont .books_list .lists_right .title {
        margin-bottom: 5px;
        color: #4472C4;
        font-size: 16px;
        font-weight: 700;
    }
    .regard_cont .books_list .lists_left {
        width: 150px;
        margin-right: 10px;
    }
    .regard_cont .park_list .park_left {
        width: 100%;
        margin-bottom: 10px;
    }
    .regard_cont .park_list .park_right {
        width: 100%;
    }
}