/* 页面级公共样式  */
/* pc端  start*/
/* 修改layui 样式 */
.layui-form-select dl dd.layui-this{
    background-color: #0C49C9;
}
*{
    font-family: PingFangSC, PingFangSC-Regular !important;
}
/* 轮播样式 */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-button-left {
    position: absolute;
    width: 64px;
    height: 74px;
    left: -71px;
    top: 30%;
    background-image: url(https://files.yuanian.com/yuanian/page_image/left.gif);
    background-size: cover;
}

.swiper-button-right {
    position: absolute;
    width: 64px;
    height: 74px;
    right: -64px;
    top: 30%;
    background-image: url(https://files.yuanian.com/yuanian/page_image/right.gif);
    background-size: cover;

}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
}

.swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background: #d7dbdf;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #0343b4;

}

/* 公共 */
#ljgd_main,
#yndc_main,
#cgal_main, .tab_ment_main {
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 60px;
}


p.Subtitle {
    width: 850px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #666;
    line-height: 21px;
    margin-bottom: 30px;
}

h2 {
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    color: #323232;
    padding: 60px 0px;
}

h3 {
    color: #323232;
    font-size: 16px;
    font-weight: 500;
}

.p {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.banxin {
    width: 1100px;
    margin: 0 auto;
}

.blue_btn,.TemplateBlue_btn{
    width: 138px;
    height: 40px;
    background: #01349d;
    box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.1);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 40px;
    display: inline-block;
}

.blue_btn:hover,.TemplateBlue_btn:hover{
    background: #0c49c9;
    color: #ffffff;
    box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.3);
}

.white_btn {
    width: 136px;
    height: 38px;
    background: #f8f9fb;
    border: 1px solid #ffffff;
    box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.1);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #2a2c44;
    line-height: 38px;
    display: inline-block;
}

.white_btn:hover {
    color: #0c42b2;
    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.3), 0px 4px 20px 0px rgba(12, 66, 178, 0.08) inset;

}
/* 箭头 */
.arrow-right {
    height: 7px;
    width: 7px;
    display: inline-block;
    position: relative;
}

.arrow-right:after {
    content: "";
    height: 7px;
    width: 7px;
    top: -1px;
    left: 0px;
    border-width: 1px 1px 0 0;
    border-color: #c1c1c1;
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
}

.Line_btn {
    width: 136px;
    height: 38px;
    border: 1px solid #ffffff;
    line-height: 38px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    margin-left: 10px;
    box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.10);
}

/* banner start */
/* 轮播图开始 */

.white h1,
.white p {
    color: #fff !important;
}
#Pc_banner{
    /* display: none; */
}
#YD_banner{
    display: none;

}

.banner_container {
    /* height: 413px; */
}
#banner{
    overflow: hidden
}
.banner,.bjIMg {
    width: 100%;
    height: 410px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner_main {
    height: 410px;
    /* width: 1180px; */
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.banner_main_left {
    /* position: absolute;
    top: 50%;
    transform: translateY(-50%); */
    height: 100%;
}
.banner_main_left span{
    position: absolute;
    bottom: 60px;

}

.banner_main_left h1 {
    padding-top: 100px;
    font-size: 38px;
    font-weight: 500;
    text-align: left;
    color: #323232;
    line-height: 53px;
}

.banner_main_left p {
    width: 500px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #323232;
    line-height: 20px;
    padding-top: 16px;
}

.banner_main span {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.banner_main span a {
    padding: 0 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    margin-top: 30px;
    margin-right: 10px;
}

.banner_main span .zx_btn {
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    background: #01349d;
    box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.1);
}

.banner_main span .zx_btn:hover {
    background: #0c49c9;
    box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.3);
}

.banner_main span .xz_btn {
    width: auto;
    height: 40px;
    line-height: 40px;
    color: #2a2c44;
    background: #f8f9fb;
    /* border: 1px solid #ffffff; */
    box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.1);
    cursor: pointer;
}

.banner_main span .xz_btn:hover {
    color: #0c42b2;
    box-shadow: 0px 8px 20px 0px rgba(102, 106, 112, 0.3), 0px 4px 20px 0px rgba(12, 66, 178, 0.08) inset;
}

.banner_main span .qt_btn {
    width: auto;
    color: #00102b;
    background: #f8f9fb;
    box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.1);
    
}

.banner_main span .qt_btn:hover {
    color: #0c42b2;
    /* box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.3), 0px 4px 20px 0px rgba(12, 66, 178, 0.08) inset; */
}

.banner_main span .sp_btn {
    color: #00102b;
    background: #f8f9fb;
    border: 1px solid #ffffff;
    box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.1);
    cursor: pointer;
}

.banner_main span .sp_btn:hover {
    color: #0c42b2;
    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.3), 0px 4px 20px 0px rgba(12, 66, 178, 0.08) inset;
}

.banner_main span .sp_btn img {
    width: 18px;
    height: 18px;
    margin-top: -2px;
    margin-right: 4px;
}

.banner_main span .sp_btn .play_02 {
    display: none;
}

.banner_main span .sp_btn:hover .play_02 {
    display: inline-block;
}

.banner_main span .sp_btn:hover .play_01 {
    display: none;
}
/* .page_banner_container */
.page_banner_container{
    position: relative;
}
.page_banner_container .swiper-container-horizontal>.swiper-pagination-bullets, .page_banner_container .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 15px;
}
/*
.banner_main span .sp_btn img {
    width: 18px;
    height: 18px;
    margin-top: -2px;
    margin-right: 4px;
}

.banner_main span .sp_btn .play_02 {
    display: none;
}

.banner_main span .sp_btn:hover .play_02 {
    display: inline-block;
}

.banner_main span .sp_btn:hover .play_01 {
    display: none;
} */

.animation {
    width: 100%;
    height: 3px;
}

.animation img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
}

/* banner end */

/* 成功案例 SuccessfulCases start */
#cgal_main ul li {
    position: relative;
    width: 220px;
    height: 416px;
    padding: 288px 24px 56px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* background-color: linear-gradient(180deg, rgba(2, 2, 2, 0), #050505); */
    /* background: linear-gradient(180deg,rgba(2,2,2,.24),#050505); */
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 20px;
    float: left;
}

#cgal_main ul li:nth-child(4) {
    margin-right: 0px;
}

.cgal_mainUrlImg1 {
    background-image: url(https://cdn2.weimob.com/saas/@assets/cloud-fe-website-node/@2.3.4/_next/static/media/g2.f0ae81f4ab661ade0372e0c10354762b.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.cgal_mainUrl__1mwCo {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 416px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 2, 2, 0)), to(#050505));
    background: -webkit-linear-gradient(top, rgba(2, 2, 2, 0), #050505);
    background: linear-gradient(180deg, rgba(2, 2, 2, 0), #050505);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#cgal_main ul li.cgal_mainUrl .cgal_mainUrl__1mwCo {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 2, 2, .24)), to(#050505));
    background: -webkit-linear-gradient(top, rgba(2, 2, 2, .24), #050505);
    background: linear-gradient(180deg, rgba(2, 2, 2, .24), #050505);
}

#cgal_main ul li.cgal_mainUrl {
    width: 378px;
    padding: 208px 24px 48px;
}

#cgal_main ul li.cgal_mainUrl .cgal_mainUrl__nr {
    display: block;
}

#cgal_main ul li.cgal_mainUrl img {
    display: none;
}

#cgal_main ul li img {
    position: absolute;
    z-index: 1;
    left: 0px;
    bottom: 50px;
    width: 220px;
    height: 32px;
}

.cgal_mainUrl__nr {
    position: absolute;
    bottom: 20px;
    z-index: 1;
    width: 300px;
    left: 30px;
    display: none;
}

#cgal_main ul li h3 {
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 17px;
}

#cgal_main ul li p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 126px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 21px;
    opacity: 80%;
}

/* 成功案例 版型2 */
.YN_cgan {
    background: rgb(251, 252, 253);
    margin: 0 auto;
    text-align: center;
    padding-bottom: 60px;
}
/* fyf 2024-02-20 新增客户案例标题 ---start */
.YN_cgan_title {
    text-align: center;
    padding: 36px 0px 32px 0px;
}
.YN_cgan_title>img {
  width: 588px;
  height: 90px;
}
/* fyf 2024-02-20 新增客户案例标题 ---img */

.YN_cgan_main {
    width: 973px;
    margin: 0 auto;
    position: relative;

}

.YN_cgan_main .YN_cgan_main_bj {
    background-image: url(https://files.yuanian.com/yuanian/page_image/Cwszh/fk_image/bj.png);
    background-repeat: no-repeat;
    background-size: 434px 181px;
    background-position: right -35px bottom;
    height: 282px;
    width: 100%;
}

.YN_cgan_main .YN_cgan_main_center {
    width: 938px;
    height: 270px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 5px 0px rgba(4, 0, 0, 0.09);
}

.YN_cgan_main dl {
    width: 938px;
    height: 200px;
}

.YN_cgan_main dl dt {
    width: 300px;
    margin-top: 37px;
    height: 157px;
    margin-right: 45px;
    float: left;
    margin-left: 52px;
}

.YN_cgan_main dl dt img {
    width: 100%;
}

.YN_cgan_main dl dd {
    float: left;
    width: 470px;
    text-align: left;
    margin-top: 37px;
}

.YN_cgan_main dl dd .title a {
    /* height: 17px; */
    font-size: 18px;
    font-weight: bold;
    color: #191818;
    line-height: 25px;
    margin-bottom: 22px;
    margin-top: 20px;

}

.YN_cgan_main dl dd .ljxq {
    padding: 0px 40px;
    width: auto;
    height: 40px;
    border: 1px solid #757575;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #666;
    margin-top: 16px;
    font-size: 13px;
}

.YN_cgan_main .YN_cgan_main_center .gd {
    font-size: 13px;
    font-weight: 500;
    /* color: rgba(98, 98, 98, 1); */
    color: #202020;
    margin-right: 90px;
    float: right;
}

.YN_cgan_main dl dd .field {
    width: 463px;
    height: 66px;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 14px;

}

.YN_cgan .ljgd {
    width: 156px;
    height: 45px;
    border: 1px solid rgba(55, 61, 65, 1);
    border-radius: 23px;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: rgba(98, 98, 98, 1);
    line-height: 45px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 38px;
}

/* 成功案例 SuccessfulCasesstart end */
/* 元年洞察 Insight  start*/
#yndc {
    background: #ccc;
    /* background: url(https://files.yuanian.com/yuanian/page_image/yndc_bj.png); */
    background: url(https://files.yuanian.com/mas/images/2022/08/08/yndc_bj.png);


    background-size: cover;
}

#yndc a.yndc_main_a:nth-child(1) {
    padding: 17px 16px 30px 16px;
    width: 244px;
    height: 200px;
    background: linear-gradient(180deg, #f5f6f9, #ffffff);
    box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.1), 2px 2px 0px 0px #ffffff inset;
    display: block;
    float: left;
    margin-right: 20px;
    position: relative;
}

#yndc a.yndc_main_a:nth-child(1) img {
    width: 244px;
    height: 114px;
    margin-bottom: 16px;

    display: inline-block;


}

#yndc a.yndc_main_a:nth-child(1) span {
    width: 70px;
    height: 24px;
    background: #01349d;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 24px;
    display: block;
    position: absolute;
    top: 17px;
    left: 16px;
    display: inline-block;
}

#yndc a.yndc_main_a {
    padding: 16px 28px;
    float: left;
    width: 334px;
    display: block;
    background: linear-gradient(180deg, #f5f6f9, #ffffff);
    box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.1), 2px 2px 0px 0px #ffffff inset;
    margin-right: 23px;
    margin-bottom: 22px;
}

#yndc a.yndc_main_a:nth-last-child(3), #yndc a.yndc_main_a:nth-last-child(2) {
    margin-bottom: 0px;
}

#yndc a.yndc_main_a img, #yndc a.yndc_main_a span {
    display: none;
}


#yndc #yndc_main a:nth-child(3),
#yndc #yndc_main a:nth-child(5) {

    margin-right: 0px;
}

#yndc a h3 {
    height: 26px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #191818;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;


}

#yndc a:hover h3 {
    color: #01349D;
}

#yndc a p {
    height: 44px;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    color: #666;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
}

/* 元年洞察 Insight end */
/* 了解更多 ljgd  start*/


#ljgd_main .ljgd_main_a {
    display: block;
    position: relative;
    width: 289px;
    padding: 24px 32px;
    height: 76px;
    background: linear-gradient(180deg, #f5f7f9, #ffffff);
    box-shadow: -8px -8px 20px 0px #ffffff, 0px 8px 20px 0px rgba(55, 99, 170, 0.1);
    float: left;
    margin-right: 20px;
}

#ljgd_main .ljgd_main_a:nth-child(3) {
    margin-right: 0px;
}

#ljgd_main .ljgd_main_a:hover {
    background: linear-gradient(176deg, #f3f5f8 4%, #ffffff 98%);
    box-shadow: 0px 8px 20px 0px rgba(1, 49, 128, 0.2), -8px -8px 20px 0px #ffffff, 1px 1px 0px 0px #ffffff inset;
    background: url(https://files.yuanian.com/yuanian/page_image/ljgd_bj.png);
    background-size: 152px 72px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

#ljgd_main .ljgd_main_a:hover span {
    display: block;
}

#ljgd_main .ljgd_main_a h3 {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #191818;
    margin-bottom: 10px;
    /* height: 16px; */
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

#ljgd_main .ljgd_main_a p {
    height: 40px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 228px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #666;
    line-height: 20px;
}

#ljgd_main .ljgd_main_a span {
    width: 28px;
    height: 28px;
    background: url(https://files.yuanian.com/yuanian/page_image/ljgd_jt.gif);
    background-position: center;
    background-size: cover;
    position: absolute;
    right: 32px;
    top: 48px;
    display: none;
}

/* 了解更多 ljgd end */
/* 智慧司库-建设支持企业数字化转型、数字未来的预算管理 definition start */
.definition {
    padding-bottom: 60px;
    /* height: 509px; */
}

.definition_main_left {
    float: left;
    padding-top: 80px;
}

.definition_main_left h2 {
    text-align: left;
    padding: 0px;
}

.definition_main_left .keyword_box {
    padding: 29px 0px 27px 0px;
}

.definition_main_left .keyword_box span {
    display: inline-block;
    height: 37px;
    background: rgba(1, 55, 147, 0.1);
    border-radius: 5px;
    padding: 0px 11px;
    font-size: 14px;
    color: #404040;
    font-weight: 400;
    line-height: 37px;
    margin-right: 16px;
}

.definition_main_left p {
    width: 539px;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    color: #666;
    line-height: 25px;
}

.definition_main_left a {
    margin-top: 40px;
}

.definition_main_right {
    float: right;
    padding-top: 146px;
}

.definition_main_right img {
    width: 425px;
    height: 301px;
}

/* 元年智慧司库管理解决方案 start  */

#gzkj {
    background: #f9fafd;
    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.10);
}

#gzkj #gzkj_main ul {
    /* width: 648px; */
    height: 37px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

#gzkj #gzkj_main ul li {
    /* width: 216px; */
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #333333;
    float: left;
    padding-bottom: 17px;
    cursor: pointer;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
}


#gzkj #gzkj_main ul li.change {
    color: #01349D;
    border-bottom: 4px solid #01349D;

}

#gzkj #gzkj_main .tab_ment {
    background: url(https://files.yuanian.com/yuanian/page_image/cwyfw/glzx_cwszhzx_image/gzkj_bj.png);
    background-size: cover;
    background-position: bottom;
    padding-top: 42px;
    box-shadow: 0px 8px 20px 8px rgba(55, 99, 170, 0.10);
    /* padding-bottom: 60px; */
}

.tab_ment_main {
    display: none;
}

.tab_ment_main:nth-child(1) {
    display: block;
}

.tab_ment_main .tab_ment_left {
    width: 504px;
    text-align: center;
    padding: 60px 14px;
    float: left;
    background: linear-gradient(180deg, #ffffff, #ffffff);
}

.tab_ment_main .tab_ment_left img {
    height: 203px
}


.tab_ment_main .tab_ment_right {
    width: 532px;
    height: 300px;
    padding-left: 18px;
    padding: 30px 0px 0px 18px;
    float: right;
    background: linear-gradient(180deg, #f5f6f8, #ffffff);
    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.10), 2px 2px 0px 0px #ffffff inset;
}

.tab_ment_main .tab_ment_right dl dt img {
    width: 38px;
    height: 38px;
    margin-right: 10px;
}

.tab_ment_main .tab_ment_right dl dt h3 {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 22px;
    display: inline-block;
    margin-bottom: 24px;
}

.tab_ment_main .tab_ment_right dl dd p {
    width: 406px;
    position: relative;
    padding-left: 49px;
    margin-bottom: 10px;
}

.tab_ment_main .tab_ment_right dl dd p i {
    width: 6px;
    height: 6px;
    background: #d1161b;
    border-radius: 50%;
    color: #d1161b;
    position: absolute;
    top: 8px;
    display: inline-block;
}

.tab_ment_main .tab_ment_right dl dd p span {
    width: 390px;
    /* height: 50px; */
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #5f5f5f;
    margin-left: 10px;
    line-height: 25px;
    display: inline-block;
}

/* 构筑企业核心竞争力  元年智慧司库咨询团队 */
.core_competitive {
    /* height: 563px; */
    /* background-image: url(https://files.yuanian.com/yuanian/page_image/cwyfw/yycp_c1hb_image/advantage_bg.png); */
    background-image: url(https://files.yuanian.com/yuanian/page_image/Fzpaaspt/sjzt_image/Technical_bj.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 60px;
}

.core_competitive_main h2 {
    color: #fff;
    text-align: left;
    padding: 60px 0px 30px 0px;
}

.core_competitive_main ul {
    display: flex;
}

.core_competitive_main ul li {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: rgba(255, 255, 255, 0.9);
    line-height: 35px;
    margin-right: 28px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}

.checked {
    width: 143px;
    height: 35px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center !important;
    color: #ffffff !important;
}

.ul_content_main {
    padding-top: 60px;
}

.ul_content_main .ul_content {
    display: none;
}

.ul_content_main .ul_content:nth-child(1) {
    display: block;
}

.core_competitive_main .ul_content .ul_content_left {
    float: left;
    width: 449px;
    height: 276px;
    /* background: rgba(255, 255, 255, 0.1); */
    background: rgb(67 69 71 / 82%);
}

.core_competitive_main .ul_content .ul_content_left img {
    width: 408px;
    height: 241px;
    margin: 18px 20px;
}

.core_competitive_main .ul_content .ul_content_right {
    float: right;
    width: 614px;
    height: 276px;
    background: rgb(67 69 71 / 82%);
}

.ul_content .ul_content_right .right_box {
    margin: 50px 50px 0px 40px;
}

.ul_content .ul_content_right .right_box h3 {
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    color: rgba(255, 255, 255, 0.9);
    line-height: 25px;
}

.ul_content .ul_content_right .right_box p {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    color: rgba(255, 255, 255, 0.9);
    line-height: 25px;
    padding: 25px 0px 30px 0px;
}

/* 元年C1合并报表系统产品功能 */
.function {
    height: 805px;
    background: #f5f7fa;
}

.function_main {
    position: relative;
}

.function_main_left {
    /* float: left; */
    position: absolute;
    z-index: 99;
}

.function_main_left ul li {
    width: 181px;
    height: 51px;
    background: #f3f5f8;
    box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.1), 8px 8px 20px 0px rgba(55, 99, 170, 0.11) inset,
        -8px -8px 20px 0px rgba(255, 255, 255, 0.5) inset;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 50px;
    margin-bottom: 20px;
    margin-right: 15px;
    text-indent: 26px;
    text-align: left !important;
    cursor: pointer;
}

.function_main_left ul li.checked {
    width: 196px !important;
    /* margin-right: 0px !important; */
    background-image: linear-gradient(0deg, #f4f6f9, #f3f5f8);
    border: 2px solid #fff;
    border-right: none;
    box-shadow: none !important;
    color: #333333 !important;
}

.function_main_left ul li.checked span {
    color: #01349D;
}

.function_main_right {
    /* float: right; */
    position: absolute;
    z-index: 90;
    left: 196px;
    width: 900px;
    height: 596px;
    background-image: linear-gradient(252deg, #fff, #f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;

}

.function_main_right_content {
    display: none;
}

.function_main_right_content:nth-child(1) {
    display: block;
}

.function_main_right ul {
    padding: 30px 50px 40px;
}

.function_main_right ul li {
    display: flex;
    align-items: center;
}

.function_main_right ul li span {
    min-width: 6px;
    height: 6px;
    background: #e1272c;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}

.function_main_right ul li p {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #3d485d;
    line-height: 29px;
    width: 97%;
}

.function_main_right img {
    width: 804px;
    height: 374px;
    padding: 0px 50px;
}

/* pc端  end*/
/* 元年方舟低代码平台全面助力企业数字化转型 start */

.core_advantage {
    height: 468px;
    background: url(https://files.yuanian.com/yuanian/page_image/Cwszh/zhsw_image/advantage_bg.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    /* padding-bottom: 60px; */
}

.core_advantage_main {
    display: flex;
    justify-content: center;
}

.core_advantage_main dl {
    float: left;
    width: 366px;
    height: 158px;
    background-color: #f5f5f5;
    border-radius: 1px;
    box-shadow: 0px 0px 4px 2px rgba(93, 93, 93, 0.1);
    margin-top: 43px;


}

.core_advantage_main dl dt {
    padding: 30px 30px 8px 30px;
    display: flex;
    align-items: center;
}

.core_advantage_main dl dt img {
    width: 30px;
    height: 30px;
}

.core_advantage_main dl dt img:nth-child(2),
.active dt img:nth-child(1) {
    display: none;
}

.core_advantage_main dl dt span {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #191818;
    line-height: 25px;
    margin-left: 10px;
}

.core_advantage_main dl dd p {
    padding: 0px 30px;
    font-size: 14px;
    font-weight: 400;
    /* text-align: justify; */
    color: #666;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.core_advantage_main .active {
    width: 366px;
    height: 262px;
    background-image: url(https://files.yuanian.com/yuanian/page_image/cwyfw/yycp_c1hb_image/advantage_checked.png);
    background-size: cover;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    margin-top: 0px;
}

.active dt img:nth-child(2) {
    display: block !important;
}

.active dt span {
    color: #fff !important;
}

.active dd p {
    -webkit-line-clamp: 5 !important;
    color: #fff !important;
    /* transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    -ms-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s; */
}

/* 元年方舟低代码平台全面助力企业数字化转型 end */

/* 为什么更多企业选择元年方舟低代码平台  start*/
#cpys {
    background: #f5f7fa;
    padding-bottom: 60px;
}

#cpys_main {
    width: 1100px;
    margin: 0 auto;
    display: flex;
}

#cpys_main li {
    width: 108px;
    margin-right: 90px;
    text-align: center;
}

#cpys_main li:nth-last-child(1) {
    margin-right: 0px;
}

#cpys_main li img {
    width: 80px;
    margin: 0 auto;
    height: 80px;
    margin-bottom: 12px;
}

#cpys_main li span {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #323232;
    line-height: 20px;
    display: block;
}

/* 为什么更多企业选择元年方舟低代码平台  end*/
/* 物资主数据产品价值、财务-管理变革start*/
#glbg {
    background: url(https://files.yuanian.com/yuanian/page_image/cwyfw/glzx_cwszhzx_image/glbg_bj.png);
    background-size: cover;
    padding-bottom: 60px
}

#glbg dl {
    width: 215px;
    float: left;
    padding: 30px 30px 0px;
    height: 248px;
    transition: background-color .5s;
}

#glbg dl:nth-child(1), #glbg dl:nth-child(3) {
    background: #282828;
}

#glbg dl:nth-child(2), #glbg dl:nth-child(4) {
    background: linear-gradient(180deg, #f5f6f8, #ffffff);
    box-shadow: 0px 0px 10px 0px rgb(55 99 170 / 10%), 0px 0px 0px 0px #ffffff inset;
}

#glbg dl:hover {
    background: #01349d;
}

#glbg dl dt {
    height: 30px;
    margin-bottom: 20px;
}

#glbg dl dt img.hide {
    display: none;
}

#glbg dl:hover img.show {
    display: none;
}

#glbg dl:hover img.hide {
    display: inline-block;
}

#glbg dl dt img {
    width: 30px;
    height: 30px;
    vertical-align: top;
    margin-right: 4px;
}

#glbg dl dt h3 {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    display: inline-block;
    line-height: 30px;
}

#glbg dl:nth-child(2) h3, #glbg dl:nth-child(4) h3 {
    color: #191818;
}

#glbg dl:nth-child(2) p, #glbg dl:nth-child(4) p {
    color: #666;
}

#glbg dl:nth-child(2):hover h3, #glbg dl:nth-child(4):hover h3 {
    color: #fff;
}

#glbg dl:nth-child(2):hover p, #glbg dl:nth-child(4):hover p {
    color: rgba(255, 255, 255, 0.90);
}

#glbg dl dd p {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    color: rgba(255, 255, 255, 0.80);
    line-height: 21px;
    padding: 0px 8px 0px 4px;
}

/* end */
/* 物资主数据-产品优势/ 数据中台-专业服务/ */
#cp {
    background: url(https://files.yuanian.com/yuanian/page_image/cwyfw/glzx_cwszhzx_image/zxtd_bj.png);
    background-size: cover;
    padding-bottom: 60px;
}

#cp #cp_main dl {
    width: 200px;
    height: 154px;
    /*
    background: linear-gradient(0deg, #ffffff, #edeff3 95%);
    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.10), 2px 2px 0.3px 0px #ffffff inset, 0px 1px 3px 0px rgba(254, 254, 254, 0.50) inset;
    */
    background: linear-gradient(180deg, #f5f6f8, #ffffff);
    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.10), 2px 2px 0px 0px #ffffff inset;

    float: left;
    margin-right: 20px;
}

#cp #cp_main dl:hover {
    background: linear-gradient(0deg, #ffffff, #edeff3 95%);
    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.10), 2px 2px 0.3px 0px #ffffff inset, 0px 1px 3px 0px rgba(254, 254, 254, 0.50) inset;
}

#cp #cp_main dl:nth-last-child(1) {
    margin-right: 0px;
}

#cp #cp_main dl {
    padding: 25px 30px;
}

#cp #cp_main dl:hover img {
    margin-top: -20px;
}

#cp #cp_main dl dt {
    display: flex;
    align-items: center;
    height: 38px;
}

#cp #cp_main dl dt img {
    width: 36px;
    height: 36px;
    /* margin-bottom: 14px; */
    float: left;
    -wecpit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: 1s;
}

#cp #cp_main dl dt h3 {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 32px;
    margin-left: 10px;
}

#cp #cp_main dl dd p {
    /* width: 200px; */
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #666;
    line-height: 25px;
}

#zxtd {
    padding-bottom: 50px
}

.zxtd_main_left {
    width: 746px;
    float: left;
}

#zxtd #zxtd_main dl {
    padding: 20px 30px 0;
    float: left;
    width: 293px;
    height: 152px;
    background: linear-gradient(180deg, #f5f6f8, #ffffff);
    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.10), 2px 2px 0px 0px #ffffff inset;
    margin-right: 20px;
    margin-bottom: 20px;

}

#zxtd #zxtd_main dl:hover {
    background: linear-gradient(0deg, #ffffff, #edeff3 95%);
    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.10), 2px 2px 0.3px 0px #ffffff inset, 0px 1px 3px 0px rgba(254, 254, 254, 0.50) inset;
}

#zxtd #zxtd_main dl dt {
    height: 38px;
    display: flex;
    align-items: center;
}

#zxtd #zxtd_main dl:hover dt img {
    margin-top: -20px;
}

#zxtd #zxtd_main dl dt img {
    width: 38px;
    height: 38px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: 1s;
}

#zxtd #zxtd_main dl dt h3 {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 24px;
    margin-left: 10px;
}

#zxtd #zxtd_main dl dd {
    margin-top: 16px;
}

#zxtd #zxtd_main dl dd p {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #5f5f5f;
    line-height: 25px;
    position: relative;

}

#zxtd #zxtd_main dl dd p span {
    padding-left: 14px;
}

#zxtd #zxtd_main dl dd p i {
    width: 6px;
    height: 6px;
    background: #d1161b;
    border-radius: 50%;
    color: #d1161b;
    position: absolute;
    top: 8px;

}

.zxtd_main_right {
    float: right;
}

.zxtd_main_right dl {
    height: 344px !important;
    margin-right: 0px !important;

    background: url(https://files.yuanian.com/yuanian/page_image/Szhzx/sjzt_image/zxtd_dl.png) !important;
    background-size: cover !important;
}

#hxys {
    background-color: #f5f9fc;
    background-image: url(https://files.yuanian.com/yuanian/page_image/Szhzx/szyy_image/hxys.png);
    background-size: 1182px 291px;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 60px;
}

#hxys dl {
    width: 239px;
    height: 254px;
    padding: 42px 18px 0px;
    float: left;
    background: linear-gradient(180deg, #f5f6f8, #ffffff);
    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.10), 2px 2px 0px 0px #ffffff inset;
    margin-top: 75px;
}

#hxys dl dt {
    height: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#hxys dl dt img {
    width: 30px;
    margin-right: 8px;
}

#hxys dl dt h3 {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    display: inline-block;
    line-height: 30px;
}

#hxys dl dd p {
    font-size: 14px;
    height: 150px;
    font-weight: 400;
    text-align: justify;
    color: #666;
    line-height: 25px;
    padding: 0px 8px 0px 4px;
}

#hxys dl dd a {
    width: 92px;
    height: 30px;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #c1c1c1;
    line-height: 30px;
    display: block;
}

#hxys dl dd a:hover {
    border: 1px solid #333333;
    color: #333333;
}

/* 副导航 部分 */
.tabber {
    height: 56px;
    line-height: 56px;
    background: linear-gradient(180deg, #f5f6f8, #ffffff);
    box-shadow: 0px 2px 20px 0px rgb(55 99 170 / 10%);
    width: 78%;
    margin: 0 auto;
    z-index: 999;
}

.tabber ul {
    display: flex;
    justify-content: space-around;
    padding: 0px 50px;
}

.tabber ul li {
    float: left;
}

.tabber ul li a {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #2a2c44;
    line-height: 20px;
}

.tabber ul li a.change {
    color: #01349D;
}
/* .tabber ul li:hover a {
    color: #01349D;
} */

/* 手机端  start*/
@media screen and (max-width: 1024px) {
    h2 {
        line-height: 35px;
        width: 90%;
        margin: 0 auto;
        text-align: center;
        padding: 30px 0px;
        font-size: 22px;
    }
    .YN_cgan_main dl dd .ljxq{
        height: 30px;
        line-height: 30px;
    }

    /* 轮播切换 */
    .swiper-button-right, .swiper-button-left {
        display: none;
    }

    .banxin {
        width: 92%;
    }

    #ljgd_main, #yndc_main, #cgal_main, .tab_ment_main {
        width: 92%;
        padding-bottom: 30px;
    }

    #yndc a.yndc_main_a, #zxtd #zxtd_main dl, #zldt dl {
        margin-bottom: 10px;
    }

    p.Subtitle {
        width: 90%;
        height: auto;
    }

    /* banner start */

    #PC_banner{
        display: none;
    }
    #YD_banner{
        display: block;
    }
    .page_banner_container,.banner, .bjIMg,.banner_main{
        height: 260px;
    }
    /* 案例banner高度修改 */
    .al-banner .banner, .al-banner .banner .banner_main{
        height: 360px;
    }

    .banner_main {
        position: relative;
        padding-left: 20px;
        width: 375px!important;
    }
    .banner_main_left{
        position: static;
        transform: translateY(0);
        height: 100%;
    }

    .banner_main_left p {
        padding-top: 20px;
        width: 210px !important;
        font-size: 12px !important;
        line-height: 18px !important;
    }

    /* 移动端banner字体大小调整 */
    .banner_main_left h1 {
        padding-top: 45px;
        font-size: 22px;
        line-height: 24px;
        width: 345px !important;
        font-family: medium !important;
    }
    .banner_main span{
        position: absolute;
        bottom: 0px;
        padding-bottom: 30px;
        margin-top: 0px;
        width: 290px;
    }
    .banner_main span a {
        margin-top: 0px;
        padding: 0px !important;
        height: 26px !important;
        line-height: 26px !important;
        font-size: 10px !important;
        width: 90px !important;
    }
    .banner_main span a:nth-child(3) {
        margin-top: 10px;
    }
    /* .banner_main span .zx_btn{
        width: 112px;
    } */


    /* banner end */
    /* 成功案例 cgal start */
    #cgal_main ul li.cgal_mainUrl, #cgal_main ul li {
        width: 100%;
        padding: 5%;
        height: auto;
        /* min-height: 220px; */
        margin-bottom: 10px;
    }

    .cgal_mainUrl__nr {
        width: auto;
        position: sticky;
        display: block;
        left: 0px;
    }

    #cgal_main ul li h3 {
        margin-bottom: 10px;
        font-size: 16px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 26px;
    }

    #cgal_main ul li p {
        font-size: 13px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 66px;
    }

    #cgal_main ul li img {
        display: none;
    }

    .YN_cgan {
        padding-bottom: 30px;
    }

    .YN_cgan_main {
        width: 100%;
        height: auto;
    }

    .YN_cgan_main dl {
        width: 92%;
        margin: 0 auto;
        /* margin-bottom: 20px; */
        height: auto;
    }

    .YN_cgan_main .YN_cgan_main_bj {
        width: 100%;
        height: auto;
        background: none;

    }

    .YN_cgan_main .YN_cgan_main_center {
        width: 100%;
        height: auto;
        box-shadow: none;
        background: none;

    }

    .YN_cgan_main dl dt {
        width: 100%;
        float: none;
        height: auto;
        margin: 0;
    }

    .YN_cgan_main dl dd,
    .YN_cgan_main dl dd .field {
        height: auto;
        width: 100%;
        float: none;
        padding-bottom: 20px;
        margin: 0 auto;
    }

    .YN_cgan_main dl dd {
        margin-top: 20px;
    }

    .YN_cgan_main .YN_cgan_main_center .gd {
        margin-bottom: 30px;
        margin-right: 4%;
    }


    /* 成功案例 cgal end */
    /* 元年洞察 Insight  start*/
    #yndc a.yndc_main_a:nth-child(1) {
        width: 90%;
        padding: 5%;
        height: auto;
    }

    #yndc a.yndc_main_a:nth-child(1) img {
        width: 100%;
        height: auto;
    }

    #yndc a.yndc_main_a {
        width: 90%;
        padding: 5%;
    }
    #yndc a.yndc_main_a:nth-last-child(3), #yndc a.yndc_main_a:nth-last-child(2){
        margin-bottom: 10px;
    }
    #yndc a p {
        font-size: 13px;
    }

    /* 元年洞察 Insight end */
    /* 了解更多 LearnMore  start*/
    #ljgd_main .ljgd_main_a {
        width: 90%;
        padding: 5%;
        margin-bottom: 10px;
        height: auto;
    }

    #ljgd_main .ljgd_main_a p {
        width: 100%;
        font-size: 13px;
    }

    /* 了解更多 LearnMore end */
    /* 智慧司库-建设支持企业数字化转型、数字未来的预算管理 definition start */
    .definition {
        padding-bottom: 30px;
        /* height: 509px; */
    }

    .definition_main_left {
        width: 100%;
        padding-top: 0px;
    }

    .definition_main_left h2 {
        text-align: center;
        padding: 30px 0px;
        width: 100%;
    }

    .definition_main_left .keyword_box {
        margin-top: 0px;
        padding: 0px;
    }

    .definition_main_left .keyword_box span {
        margin-bottom: 10px;
        margin-right: 0px;
    }

    .definition_main_left p {
        width: 100% !important;
        font-size: 13px;
    }

    .definition_main_right img {
        display: none;
    }

    /*构筑企业核心竞争力 core_competitive*/
    .core_competitive {
        height: auto;
        padding-bottom: 30px;
    }

    .core_competitive_main h2 {
        text-align: center;
        padding: 30px 0px;
    }

    .ul_content_main {
        padding-top: 0px;

    }

    .core_competitive_main .ul_content .ul_content_left, .core_competitive_main ul {
        display: none;
    }

    .ul_content_main .ul_content, .ul_content_main .ul_content:nth-child(1) {
        display: block !important;
        margin-bottom: 10px;
    }

    .core_competitive_main .ul_content .ul_content_right {
        width: 100%;
        float: left;
        height: auto;
        margin-bottom: 10px
    }

    .ul_content .ul_content_right .right_box {
        margin: 5%;
    }

    .ul_content .ul_content_right .right_box p {
        width: 100%;
        padding: 5% 0px;
    }

    /*    元年智慧司库管理解决方案*/
    .tab_ment_main .tab_ment_right {
        width: 90%;
        padding: 5%;
    }

    .tab_ment_main .tab_ment_right dl dd p {
        width: 90% !important;
        margin: 0 auto;
        padding-left: 0px !important;
    }

    .tab_ment_main .tab_ment_right dl dd p span {
        width: auto;
    }

    #gzkj #gzkj_main ul {
        width: 100%;
        overflow-x: scroll;
        white-space: nowrap;
        justify-content: left;
    }

    #gzkj #gzkj_main ul li {
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        width: auto;
        float: inherit;
        margin-right: 2%;
    }

    /* 数据中台-产品功能 */

    .function {
        height: auto;
        padding-bottom: 30px;
    }

    .function_main_left {
        position: inherit;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .function_main_left ul li {
        display: initial;
        background: transparent;
        box-shadow: none;
        width: 100%;
    }

    .function_main_left ul li.checked {
        background-image: none;
        border: none;
    }

    .function_main_left ul li span {
        margin-left: 0px;
    }

    .function_main_right ul li p {
        width: 90%;
    }

    .function_main_right {
        position: initial;
        left: 0px;
        width: 90%;
        padding: 5%;
        height: auto;
        min-height: 300px;
    }

    .function_main_right ul {

        padding: 0px;
    }

    .function_main_right img {
        display: none;
    }

    .function_main_left ul li.checked span {
        margin-left: 0px;
    }

    /* 为什么更多企业选择元年方舟低代码平台  start*/
    #cpys_main {
        width: 92%;
    }

    /* 为什么更多企业选择元年方舟低代码平台  end*/
    /* 元年方舟低代码平台全面助力企业数字化转型 staet */
    .core_advantage {
        height: auto;
        padding-bottom: 30px;

    }

    .core_advantage_main {
        display: block;
    }

    .core_advantage_main dl, .core_advantage_main .active {
        width: 90%;
        padding: 5%;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .core_advantage_main dl dd p {
        font-size: 13px;
    }

    /* 物资主数据产品价值、财务-管理变革start*/
    #glbg {
        padding-bottom: 30px;
    }

    #glbg dl {
        max-height: 200px;
        height: auto;
        width: 90%;
        float: left;
        padding: 5%;
        margin-bottom: 10px;
    }

    /* 物资主数据产品价值、财务-管理变革 end*/
    /* 物资主数据-产品优势/ 数据中台-专业服务/ */
    #cp {
        padding-bottom: 20px;
    }

    #cp #cp_main dl {
        width: 90%;
        padding: 5%;
        height: auto;
        padding-bottom: 6%;
        margin-bottom: 10px;
        margin-right: 0px;
    }

    #cp #cp_main dl dd p {
        width: auto;
        height: auto;
        font-size: 13px;
    }

    #zxtd {
        padding-bottom: 20px;
    }

    .zxtd_main_left, .zxtd_main_right {
        width: 100%;
        float: none;
    }

    #zxtd #zxtd_main dl {
        margin-bottom: 10px;
        height: auto !important;
        background: none !important;
    }

    #zxtd #zxtd_main dl, .zxtd_main_right dl {
        padding: 5%;
        float: left;
        width: 90%;
        height: auto;
        margin-right: auto;
    }

    #hxys {
        background-image: none;
        padding-bottom: 20px;
    }

    #hxys dl {
        width: 90%;
        padding: 5%;
        padding-bottom: 6%;
        margin-top: 0px;
        margin-bottom: 10px;
        height: auto;


    }

    #hxys dl dt {
        margin-bottom: 10px;
    }

    #hxys dl dd p {
        font-size: 13px;
        height: auto;
    }

    /* 副导航 部分 */
    .tabber {
        /* display: none; */
        width: 100% !important;
    }

    .tabber ul {
        display: flex;
        overflow-x: scroll;
        white-space: nowrap;
        justify-content: left;
        padding: 0 10px;
        width: 90%;
    }

    .tabber ul li {
        margin-right: 10px;
    }
    .embed-icon-content{
        display: none;
    }
}

/* 手机端  end*/
