/*
Theme Name: 20251110
Theme URI: https://youranzixue.cn/
Author: xinyouran
Author URI: https://youranzixue.cn/
Description: 定制开始的企业主题
Requires at least:6.0
Tested up to: 6.7
Requires PHP: 8.0
Version: 1.0
 */
body{

font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";
}

.ds_main {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.list_image{
    width:50%;
    height:auto;
    margin:0 auto;
}

.ds_top_left {
    color: #1b3775
}

.ds_header {
    background: url('images/bg.jpg') no-repeat;
    background-size: 100% 400px;
    height: 100%;
    max-height: 500px;
}

.ds_top_left {
    line-height: 50px;
    font-size: 16px;
}

.ds_search {
    text-align: right;
    padding-top: 5px;
    position: relative;
    margin-top: 10px;
}

.ds_search input {
    background: #84B4E0;
    width: 230px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    font-size: 16px;
    border: 1px solid rgba(16, 57, 124, 0.25);
    border-radius: 5px 0 0 5px;
    color: #fff;
    padding-right: 50px
}

.ds_search input::placeholder {
    color: #fff;
    opacity: 1; /* 确保颜色不透明 */
}

.ds_search button {
    height: 42px;
    width: 50px;
    background: #18458F;
    color: #fff;
    border-radius: 0 5px 5px 0;
    position: absolute;
    right: 0;
    top: 5px;
    border: 0;
    cursor: pointer;
}

.ds_search button:hover {
    background: #225BB7
}

.bg {
    background: #fff;
    padding: 30px;
}

.ds_logo {
    padding: 100px 0 150px 0;
}

.ds_logo img {
    width: 100%;
    max-width: 780px
}

.ds_nav {
    background: url('images/nav-bg.png') no-repeat;
    height: 60px;
    padding-top: 10px;
}

.m_nav_body {
    display: none;
}

.ds_nav_m_bg {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99998;

}

.ds_nav_m {
    width: 50%;
    position: fixed;
    height: 100%;
    background: #fff;
    border-right: 1px solid #ddd;
    top: 0;
    left: 0;
    z-index: 99999;
    padding: 5%;
}

.ds_nav_m li {
    width: 100%;
    line-height: 60px;

    font-size: 18px;
    border-bottom: 1px solid #eee;
}

.ds_nav_m li ul {
    text-indent: 2em;
}

.ds_nav ul li {
    display: inline-block;
    position: relative;
    height: 60px;
    text-align: center;
    padding: 0 15px;
}

.ds_nav ul li a {
    font-size: 26px;
    line-height: 60px;
    color: #fff;
    padding: 0 10px;
}

.ds_nav ul li:hover {
    background: #225BB7;
    border-bottom: 5px solid #DFAD42;
}

.ds_nav ul li ul li:hover {
    font-weight: 900;
    background: #225BB7;
    border-bottom: 1px solid #DFAD42;
}

.ds_index_img {
    width: 100%;
    padding-top: 10px;
    position: absolute;
}

.ds_index_img h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 60px;
    color: #fff;
    line-height: 60px;
    padding: 0 20px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ds_index_img img {
    width: 100%;
    height: auto;
}

.ds_nav ul li ul {
    display: none;
    position: absolute;
    top: 60px;
    left: 50%;
    width: 160px;
    margin-left: -80px;
    background-color: rgba(65, 123, 214, 0.902);
    box-shadow: 0 5px 10px 0 rgba(26, 71, 142, 0.2);
    z-index: 9999;
}

.ds_nav ul li:hover ul {
    display: block;
    width: 170rpx;
    position: absolute;

}

.ds_nav ul li ul li {
    position: relative;
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0;
    text-align: center;
}

.ds_nav ul li ul li a {
    line-height: 40px;
    font-size: 16px;
    width: 100%;
    padding: 0;
    display: inline-block;
}

.ds_index_h2 {
    color: #023366;
    margin-top: 45px;
    margin-bottom: 24px;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ds_list {

    margin: 0 20px;
    width: 100%;
    position: relative;
}

.ds_list_title {
    border-bottom: 2px solid #d1dfef;
}

.ds_list h2 {
    height: 50px;
    margin-top: 2px;
    display: inline-block;
    color: #013365;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 4px solid #3266cb;
}

.ds_list h2 a {
    font-size: 18px;
    color: #666;
    top: 20px;
    position: absolute;
    right: 0;
    font-weight: 300;
}

.ds_list ul li {
    line-height: 64px;
    height: 64px;
    overflow: hidden;
    color: #091626;
    font-size: 24px;
    position: relative;
    padding-left: 15px;
}

.ds_list ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 31px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgb(127, 148, 191);
}

.ds_list ul li a:hover {
    color: #1aa3e1
}

.ds_server {
    margin: 50px 0 20px 0;
    width: 100%;
    height: 260px;
    background: url('images/footer.png') center no-repeat;
    padding: 30px 0;
}

.ds_server_title {
    position: relative;
    z-index: 1;
    text-align: center;
    line-height: 88px;
    color: #1a478e;
    font-size: 40px;
    font-weight: bold;
}

.ds_server_title span {
    color: #c50102;
}

.ds_server_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 2;
    width: 35%;
    height: 13px;
    background: url('images/wsjcfwzx-title.png') center no-repeat;
}

.ds_server_title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 2;
    width: 35%;
    height: 13px;
    background: url('images/wsjcfwzx-title.png') center no-repeat;
}

.ds_server_list {
    background: #fff;
    padding: 30px 30px 30px 110px;
    position: relative;
    margin-top: 10px;
    border: 2px solid #fff;;
}

.ds_server_list:hover {
    border: 2px solid #0d99d5;;
}

.ds_server_list img {
    position: absolute;
    left: 30px;
    width: 60px;
}

.ds_server_list h3 {
    color: #001029;
    font-size: 18px;
    font-weight: bold;
    line-height: 70px;
}

.ds_server_list p {
    color: #999999;
    font-size: 12px;
}

.ds_index_list {
    position: relative;
    padding-right: 320px;
}

.ds_index_list_right {
    position: absolute;
    right: 0;
    top: 0;
    width: 270px;
}

.ds_index_list_right_box_1 img {
    width: 100%;
    margin: 5px 0;
}

.ds_index_list_right_box_1 {
    background: #F3F6FB;
    width: 250px;
    padding: 10px;
    margin-top: 30px;
}

.ds_index_list_right_box_2 {
    margin: 5px 0;
    width: 270px;
}

.ds_index_list_right_box_2 img {
    width: 100%;
    margin: 0;
}

.ds_footer_image {
    margin-top: -260px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    position: absolute;
}

.ds_footer {
    margin-top: 40px;
    background: #1A478E;
    position: relative;
}

.ds_footer_top {
    background: #2F5DA5;
    height: 60px;
}

.ds_footer_content {
    padding: 30px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
}

.ds_footer_content img {
    margin-top: 20px;
}

.ds_footer_content a {
    color: #fff;
}

.ds_footer_content a:hover {
    text-decoration: underline;
}

.fd-select-jcfy {
    position: absolute;
    top: 10px;
    right: 327px;
    z-index: 2;
    width: 266px;
    height: 40px;
    background-color: rgba(47, 93, 165, 0.29);
    border-radius: 5px;
    border: 1px solid #6b8cbf;
    cursor: pointer;
}

.fd-select-jcfy:before {
    content: "";
    position: absolute;
    top: 14px;
    right: 10px;
    z-index: 2;
    width: 12px;
    height: 8px;
    background: url(images/select-top.png) center no-repeat;
}

.fd-select-con {
    padding-left: 20px;
    width: 266px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}

.fd-select-ul {
    display: none;
    position: absolute;
    left: 0;
    bottom: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(214, 214, 214);
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 2px 1px rgba(116, 147, 196, 0.28);
    width: 264px;
    /* height: 324px; */
    max-height: 366px;
    border-radius: 3px;
    padding: 15px 0;
    overflow: auto;
}

.fd-select-li {
    font-size: 16px;
    color: #091626;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
}

.ds_content_box {
    padding: 20px 120px;
    font-size: 16px;
    line-height: 40px;
}

.ds_content_box h1 {
    text-align: center;
    padding: 20px 0;
    line-height: 45px;
}

.ds_content_desc {
    border-bottom: 2px solid #ddd;

}

.ds_content_desc p {
    float: right;
}

.ds_content {
    padding: 50px 0;
    text-align: justify;
    line-height: 30px;
}

.ds_content p {
    text-indent: 2em;
    padding: 10px 0;

}

.active {
    color: rgb(255, 255, 255);
    background-color: rgb(78, 122, 195);
    padding: 5px;
    cursor: pointer;
}

.ds_now {
    font-size: 16px;
    color: #888;
}

.ds_category_box {
    padding: 30px 0;
}

.ds_category_box_title {
    position: relative;
}

.ds_category_box h1 {
    display: inline-block;
    height: 38px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 4px solid #0067b7;
}

.ds_category_box_title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
}

.ds_category_box ul {
    padding: 30px 0;
}

.ds_category_box li {
    position: relative;
    z-index: 1;
    padding-left: 20px;
    margin-bottom: 15px;
    background: url(images/circle-small.png) left center no-repeat;
    cursor: pointer;
    color: #23272b;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ds_category_box ul li span {
    float: right;
    color: #888;
    margin-right: 20px;
}
.list_p{
    text-align: center;
    line-height:20px;
    padding:10px 0 50px 0;
}

/*.ds_category_box p {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    z-index: 2;*/
/*    color: #959697;*/
/*    font-size: 16px;*/
/*}*/

.fd-split-line {
    margin-top: 25px;
    margin-bottom: 23px;
    width: 100%;
    height: 2px;
    background: rgb(226, 235, 241);
}

.page-numbers {
    width: 100%;
    text-align: center;
}

.page-numbers li {
    display: inline-block;
    list-style: none;
    font-size: 16px;
}

.page-numbers li span {
    padding: 10px 15px;
    border: 1px solid #ddd;
    margin: 0 5px;

    border-radius: 5px;
}

.current {
    background: #2F5DA5;
    color: #fff;
}

.page-numbers li a {
    padding: 10px 15px;
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 5px;
}

.page-numbers li a:hover {
    background: #eee;
}

.wp-block-image {
    text-align: center;
}
.wp-block-image img{
    width:75%!important;
    height:auto;
}

.fd-font {
    cursor: pointer;
}

.fd-big {
    font-size: 18px;
    line-height: 34px;
}

.fd-middle {
    font-size: 16px;
    line-height: 30px;
}

.fd-small {
    font-size: 14px;
    line-height: 26px;
}

.fd-right-side {
    position: fixed;
    right: 25px;
    bottom: 32px;
    z-index: 33;
    width: 81px;
    height: auto;
    border-radius: 8px;
    background: rgb(255, 255, 255);
    box-shadow: 0 0 6px 1px rgba(42, 42, 42, 0.2);
}
.fd-right-side-main {
    width: 100%;
    height: 100%;
}
.fd-right-side-main > div:first-child {
    border-radius: 8px 8px 0 0;
}
.fd-right-side-main div {
    position: relative;
    z-index: 1;
    width: 81px;
    height: 78px;
    cursor: pointer;
}
.fd-right-side-main div > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
}
.fd-right-side-img {
    max-width: 42px;
    object-fit: contain;
}

.fd-tel-ewm {
    display: none;
    position: absolute;
    top: -71px;
    left: -227px;
    z-index: 2;
    padding-top: 10px;
    width: 210px;
    height: 221px;
    color: #010000;
    font-size: 15px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 3px 7px 2px rgba(31, 71, 137, 0.35);
}
.fd-tel-ewm span{
    display:block;
}
.ds_footer_list{
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
    
}
.ds_footer_list a {
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}
@media (max-width: 768px) {
    .ds_top_left {
        line-height: 20px;
        padding: 10px 10px 5px 10px;
        text-align: center;
    }

    .ds_search {
        padding-top: 10px;
    }

    .ds_search button {
        top: 10px;
    }

    .ds_search input {
        width: 83%;
    }

    .ds_logo {
        padding: 10px;
        position: relative;
        border-bottom: 1px solid #ACD1FB;
    }

    .m_nav {
        position: absolute;
        right: 5px;
        top: 12px;
        background: #AACFF9;
        width: 40px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        color: #fff;
        border-radius: 3px;
    }

    .ds_logo img {
        width: 90%
    }

    .ds_nav ul li a {
        font-size: 17px;
    }

    .ds_index_h2 {
        padding: 10px 5px;
        line-height: 30px;
        font-size: 18px;
        height: auto;
        white-space: normal;
        margin: 0;
    }

    .ds_list {
        padding: 0 2%;
        margin: 0;
        width: 96%;
    }

    .ds_list_title h2 {
        font-size: 20px;
        line-height: 40px;
    }

    .ds_list_title h2 a {
        line-height: 40px;
        font-size: 16px;
    }

    .ds_list ul li {
        font-size: 17px;
        line-height: 45px;
        height: 45px;
        padding-left: 10px;
    }

    .ds_list ul li:before {
        top: 20px;
    }

    .ds_server {
        margin: 0;
        padding: 0;
        min-height: 500px;
    }

    .ds_index_list {
        padding: 5px;
    }

    .ds_index_list_right {
        position: static;
        width: 100%;
    }

    .ds_index_list_right_box_1 {
        width: 95%;
    }
.list_image{
    width:100%;
}
    .ds_index_list_right_box_2 {
        width: 99.5%;
    }

    .ds_index_list_right_box_2 a {
        height: 70px;
    }

    .fd-select-jcfy {
        position: static;
        width: 98%;
        margin: 5px 1%;
    }

    .ds_footer_top {
        padding: 10px 0 0 0;
    }

    .fd-select-ul {
        left: 5px;
        bottom: 48px;
        width: 96%;
    }

    .ds_footer_content {
        padding: 10px 5px 20px 5px;
    }

    .ds_footer_content p {
        line-height: 25px;
        font-size: 14px;
    }

    .ds_server_list {
        box-sizing: border-box;
        width: 96%;
        margin: 0 2%;
        padding: 30px 10px 30px 60px;
    }

    .ds_server_list img {
        width: 40px;
        left: 10px;
    }

    .ds_server_list h3 {
        line-height: 40px;
    }

    .ds_server {
        min-height: 340px;
    }

    .bg {
        padding: 10px 2%;
        width: 96%;
    }

    .ds_content_box {
        padding: 10px 2%;
        width: 96%;
    }

    .ds_content_box h1 {
        font-size: 20px;
        line-height: 30px;
    }
    .ds_category_box ul li{
        padding-right:0;
        padding-left:10px
    }
    .ds_category_box ul li span {
        color: #888;
        position: absolute;
        background: #fff;
        right: -20px;
        top: 0;
        line-height: 25px;
        padding: 0 5px;
    }
    .wp-block-image{
        padding:0;
        margin:0
    }
    .wp-block-image img{
        width:100%;
        height:auto;
    }
    .page-numbers li span {
        padding: 10px 8px;
        border: 1px solid #ddd;
        margin: 0 2px;
        border-radius: 5px;
    }
    .page-numbers li a {
        padding: 10px 8px;
        border: 1px solid #ddd;
        margin: 0 2px;
        border-radius: 5px;
    }
}