@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url('../fonts/SOURCEHANSANSCN-REGULAR.woff') format('woff');
}

@font-face {
    font-family: 'SourceHanSansCN-Normal';
    src: url('../fonts/SOURCEHANSANSCN-NORMAL.woff') format('woff');
}

@font-face {
    font-family: 'SourceHanSansCN-Light';
    src: url('../fonts/SOURCEHANSANSCN-LIGHT.woff') format('woff');
}

@font-face {
    font-family: 'SourceHanSansCN-Bold';
    src: url('../fonts/SOURCEHANSANSCN-BOLD.woff') format('woff');
}

@font-face {
    font-family: 'SourceHanSansCN-Heavy';
    src: url('../fonts/SOURCEHANSANSCN-HEAVY.woff') format('woff');
}

html,
body {
    position: relative;
    height: 100%;
    font-family: 'SourceHanSansCN-Regular';
}

* {
    margin: 0px;
    padding: 0px;
}

*, :after, :before {
    box-sizing: unset;
}

a {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
}

p {
    line-height: 30px;
    color: #000;
}

img {
    max-width: 100%;
    height: auto;
}

body {
    margin: 0 auto;
    height: 100%;
    background-color: #fff;
    color: #000000;
    overflow-x: hidden;
    padding: 0;
    font-size: 16px;
}

ul,
li {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

.clear {
    clear: both;
}

[v-cloak] {
    display: none;
}

#chaty-widget-0 .chaty-widget {
    right: 12px !important;
    left: auto;
}

#chaty-widget-0 .chaty-widget {
    bottom: 80px !important;
}

#Chatway-0-channel span.chaty-svg {
    animation: 5s infinite chaty-animation-waggle;
}

.pc-none{
	display:none;
}

.flex-center {
    display: flex;
    text-align: left;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.mark_yellow {
    background: linear-gradient(transparent 64%, var(--color_mark_yellow) 0%);
    display: inline-block;
    padding: 2px;
}

#header {
    text-align: center;
    background: transparent;
    padding: 10px 0px;
    margin: 0 auto;
    width: 100%;
    position: fixed;
    top: 10px;
    z-index: 111;
    transition: 0.3s;
}

.sticky {
    background-color: #fff !important;
    box-shadow: 3px 0 10px 1px #ccc;
    top: 0 !important;
}

.box {
    width: 1400px;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}

.min-box {
    width: 1170px;
}

.header-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 0;
    width: 80px;
}

.nav-list ul li {
    float: left;
    margin: 0px 10px;
    height: 30px;
    line-height: 30px;
    position: relative;
    border-bottom: 2px solid #ff000000;
}

.nav-list ul li:hover {
    border-bottom: 2px solid #f5db68;
}

.nav-list ul li a {
    /*padding-bottom: 8px;*/
    color: #000;
}

/*.nav-list ul li a:hover{*/
/*    border-bottom: 2px solid #f5db68;*/
/* color: orange; */
/*}*/

.nav-list ul li.fx_notes:hover .sub-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0px 20px;
    padding: 20px;
    width: 400px;
    transform: translate(0px, 2px);
    left: 0;
}

.nav-list .sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    left: 0;
    border-radius: 10px;
    /*left: 50%;*/
    left: 0;
    transform: translateX(-50%);
    transform: translateY(2px);
    min-width: 220px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0px 1px 6px 1px #ccc;
}

.nav-list ul li:hover .sub-menu {
    display: block;
}

.nav-list .sub-menu li {
    height: auto;
    line-height: initial;
    padding: 10px 0px;
    margin: 0;
    position: relative;
    width: 100%;
    transition: 0.5s;
    border-bottom: 1px solid #ccc;
    text-align: left;
}

.nav-list .sub-menu li a {
    border: none;
    padding: 0px 5%;
    width: 90%;
    font-size: 14px;
    display: inline-block;
}

.nav-list .sub-menu li:hover {
    background-color: #1d1d1d;
    border-bottom: 1px solid #ccc;
}

.nav-list .sub-menu li:hover a {
    border: none;
    color: #fff;
}

/* 特殊下拉菜单 start */

.nav-list .fx_company .sub-menu {
    width: 800px;
    transform: translate(0px, 2px);
    left: 0;
}

.nav-list .fx_company .sub-menu .sub-menu-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px 20px;
    padding: 20px 40px;
}

.nav-list .fx_company .sub-menu li {
    padding: 0;
    height: auto;
    line-height: normal;
}

.nav-list .fx_company .sub-menu .sub-menu-list li {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: none;
}

.nav-list .fx_company .sub-menu li a {
    font-size: 0;
}

.nav-list .fx_company .sub-menu li img {
    font-size: 0;
    transition: 0.5s;
}

.nav-list .fx_company .sub-menu li a:hover img {
    transform: scale(1.1);
}


.nav-list .fx_company .sub-menu li:hover {
    background-color: unset;
}

.nav-list .fx_company .sub-menu li:hover a {
    border: none;
    color: unset;
}


.nav-list .fx_company .sub-menu li.fx_company_dsc {
    width: 100%;
    background: #ffefb3;
    text-align: left;
    margin-top: 20px;
    border: none;
}

.nav-list .fx_company .sub-menu li.fx_company_dsc a {
    font-size: 16px;
    line-height: normal;
    padding: 5px;
    background: #ffefb3;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.nav-list .fx_company .sub-menu li.fx_company_dsc a span {
    display: inline-block;
    width: 14px;
    height: 3px;
    background-color: #000;
    border-radius: 20px;
    margin: 0px 10px 0px 30px;
}

/* 特殊下拉菜单 end */
/* .nav-list ul li:hover a::after{
    border-bottom: 1px solid yellow;
    padding-bottom: 5px;
    width: 50px;
    content: ' ';
    height: 2px;
} */
.member-control ul li {
    float: left;
    margin: 0px 10px;
}

.regiser-button {
    padding: 10px 12px;
    background: #00000017;
    border-radius: 10px;
}

.login-button {
    padding: 10px 12px;
    background: #f5db68;
    border-radius: 10px;
}

.regiser-button:hover, .login-button:hover {
    opacity: 0.8;
}


/* 多语言切换按钮 start */
.wpml-ls-sub-menu .wpml-ls-legacy-dropdown a span {
    vertical-align: middle;
    font-size: 14px;
}

.wpml-ls-legacy-dropdown {
    width: auto;
}

.wpml-ls-legacy-dropdown .wpml-ls-item {
    height: 30px;
    line-height: 30px;
    background: #000;
    padding: 5px 10px;
    border-radius: 10px;
}

.wpml-ls-legacy-dropdown .wpml-ls-item-legacy-dropdown:hover .wpml-ls-sub-menu {
    display: block;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item {
    background: unset;
    border-radius: unset;
    height: auto;
    line-height: initial;
    padding: 10px 0px;
    margin: 0;
    position: relative;
    width: 100%;
    transition: 0.5s;
    border-bottom: 1px solid #ccc;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    padding: 0;
}
.wpml-ls-legacy-dropdown>ul {
    position: relative;
    padding: 0;
    margin: 0 !important;
    list-style-type: none;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    display: none;
    visibility: unset;
    border: none;
    width: 100px;
    background: #fff;
    border-radius: 5px;
    /* opacity: 0.8; */
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    overflow: hidden;
    box-shadow: 0px 1px 6px 1px #ccc;
		position:absolute;
}

.wpml-ls-legacy-dropdown a {
    background: transparent;
    border: none;
    padding: 0 0 12px 0;
    color: #fff;
    font-size: 14px;
	display:block;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu li {
    border-bottom: 1px solid #ccc;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:last-child {
    border: none;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:hover {
    background-color: #1d1d1d;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:hover a {
    color: #fff;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
    color: #fff;
    background: transparent;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a {
    color: #000;
}

.wpml-ls-legacy-dropdown a span {
    vertical-align: unset;
}

/* #header .nav ul.wpml-ls-sub-menu li {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    background: #fff;
}
#header .nav ul.wpml-ls-sub-menu li a{
	color: #000;
}
#header .nav ul.wpml-ls-sub-menu li a:hover{
	color: #79be4e;
} */
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    content: none;
}

/* 多语言切换按钮 end */

#banner {
    position: relative;
    padding-top: 150px;
    height: auto;
}

#banner .mySwiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    padding-bottom: 30px;
}

#banner .mySwiper .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;

}

#banner .swiper-slide-prev,
#banner .swiper-slide-next {
    position: relative;
    display: inline-block;
}

#banner .swiper-slide-prev:after,
#banner .swiper-slide-next:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7); /* 使用rgba来设置颜色和透明度 */
    pointer-events: none; /* 确保可以点击图片 */
}

#banner .mySwiper .swiper-slide img {
    border-radius: 20px;
    max-height: 500px;
}

#banner .banner-text {
    text-align: right;
    margin-top: 230px;
    font-size: 24px;
    min-height: 350px;
}

#banner .banner-text h1 {
    font-size: 43px;
    color: #000;
    font-family: 'SourceHanSansCN-Heavy';
}

#banner .banner-text p {
    color: #000;
    font-size: 25px;
    line-height: 31px;
}

.banner-link {
    margin-top: 50px;
    display: inline-block;
    background: #000;
    border-radius: 30px;
    padding: 10px 15px 10px 20px;
    transition: 0.3s;
    position: absolute;
    right: 0;
    bottom: 0;
}

.banner-link:hover {
    opacity: 0.8;
}

.banner-link:hover a {
    color: #ffda53;
}

.banner-link a span {
    background-repeat: no-repeat;
    background-position: center;
    height: 10px;
    width: 10px;
    background-image: url('../images/12_03.png');
}

.banner-link:hover a span {
    background-image: url('../images/123_03.png');
}

/*.banner-link:hover a span svg  path {*/
stroke: #ffda53

; /* hover 状态下的颜色 */
/*}*/
#banner .swiper-pagination {
    top: 150px;
    height: auto;
    bottom: unset;

}

#banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #1d1d1d;
    border: 1px solid #000;
    opacity: 0.8;
    margin: 0px 5px;
}

#banner .swiper-pagination-bullet-active {
    background: #f3d967;
}

.banner-link a {
    color: #fff;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.banner-link a span {
    display: inline-block;
    padding: 6px 15px;
    background-color: #727272;
    border-radius: 20px;
    font-size: 0;
    margin-left: 20px;
}

#structure {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 30px;
}

.structure_container {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 25px 40px;
    box-shadow: 1px 3px 8px 1px #e7e6e6;
}

.structure_list {
    border: 2px solid #dedddd;
    border-radius: 20px;
    margin-top: 30px;
    padding: 30px 20px;
}

.structure_list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.structure_list ul li h3 {
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    color: #000;
}

.structure_list ul li .is2_list_img {
    margin: 20px 0px;
    font-size: 0;
}

.structure_list ul li .is2_list_img img {
    height: 170px;
    width: auto;
}

.structure_list ul li p {
    font-size: 14px;
    line-height: 16px;
}

.sc_top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    text-align: left;
    align-items: center;
}

.sc_top .sc_top_img {
    margin: 0px 40px 0px 70px;
}

.sc_top_text {
    text-align: left;
}

.sc_top_text h2 {
    color: #000;
    margin-bottom: 25px;
    position: relative;
    font-weight: normal;
    font-size: 24px;
}

.sc_top_text h2::after {
    width: 100px;
    height: 2px;
    border: 5px;
    background-color: #ffd637;
    content: ' ';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.sc_top_text p {
    line-height: 24px;
    font-size: 14px;
    color: #505050;
}

#news .news_list ul li {
    background-color: #ececec;
    border-radius: 10px;
    padding: 15px 2%;
    display: flex;
    width: 96%;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

#news .news_list ul li:hover {
    /* background-color: #bcab5e; */
}

#news .news_list ul li:nth-child(2n) {
    background-color: #fff;
}

#news {
    text-align: center;
    margin-top: 70px;
}

#news .news_tit {
    text-align: left;
}

#news .news_tit h2 {
    font-size: 36px;
}

#news .news_tit p {
    font-size: 24px;
}

#news .news_cat_list_second {
    margin-top: 80px;
}

#news .news_dsc {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
}

#news .view_more a {
    background: #face02;
    /* border: 2px solid #face02; */
    padding: 8px 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    transition: 0.3s;
}

#news .view_more a:hover {
    /* background: #fff;
    border: 2px solid #face02;
    color: #face02; */
    opacity: 0.8;
}

#news .view_more {
    float: right;
}

#news .view_more a span {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
}

#news .news_list {
    margin-top: 30px;
    font-size: 0;
}

#news .news_time {
    font-size: 16px;
}

#news .news_cat {
    min-width: 7%;
    text-align: left;
    margin: 0px 30px 0px 40px;
    transition: 0.3s;
}

#news .news_cat:hover a {
    background-color: #face02;
    color: #fff;
}

#news .news_tit:hover a {
    /* color: #f8cc02; */
    opacity: 0.6;
}

#news .news_cat a {
    border: 2px solid #face02;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 14px;
}

#news .news_view {
    position: absolute;
    right: 2%;
    width: 12px;
}

#news .news_view a {
    font-size: 0px;
}

#info {
    text-align: center;
    margin-top: 150px;
}

.if_intr .intr_img {
    width: 40%;
}

.if_intr .intr_text {
    width: 57%;
}

.intr_text h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.intr_text p {
    margin: 15px 0px;
    line-height: normal;
}

.info_spec_list {
    position: relative;
    overflow: hidden;
}

.intr_text ul {
    position: relative;
    overflow: hidden;
}

.intr_text ul li {
    padding-bottom: 10px;
    position: relative;
    padding-left: 24px;
    margin-left: 6px;
}

.left_line {
    position: absolute;
    left: 5px;
    height: 78%;
    border-left: 1px dashed #000;
    top: 5px;
}

.intr_text ul li::before {
    width: 8px;
    height: 8px;
    background-color: #f8cc02;
    border: 1px solid #000000;
    content: ' ';
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: -6px;
    top: 5px;
}

.intr_text ul li::after {
    content: ' ';
    display: inline-block;
    border-top: 1px dashed #000;
    width: 8px;
    position: absolute;
    left: 5px;
    top: 9px;
}

.if_idea {
    margin-top: 150px;
}

.if_idea .intr_img {
    width: 49%;
}

.if_idea .intr_text {
    width: 48%;
}

#company {
    padding: 150px 0px;
    text-align: center;
    margin-top: 150px;
    background-image: url('../images/company_02.jpg');
    background-size: cover;
}

#company h2 {
    font-size: 36px;
    margin-bottom: 50px;
}

#company .company_list ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px 50px;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
}

#company .company_list ul li {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}

#company .company_list ul li a {
    font-size: 0;
}

#company .company_list ul li img {
    transition: 0.5s;
    width: 250px;
}

#company .company_list ul li:hover img {
    transform: scale(1.2);
}

/* #company .company_list ul li:nth-child(2n+1){
    clear: both;
} */
#footer {
    padding: 70px 0px;
    color: #fff;
    text-align: center;
    background-image: url('../images/footerbg.jpg');
    background-size: cover;
}

#footer a {
    color: #fff;
}

#footer ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

#footer ul li a:hover {
    color: #f8cc02;
}

#footer .cop {
    margin-top: 40px;
    font-size: 14px;
}

.moblie_head {
    display: none;
}

.a_txt {
    display: none;
}

.moblie_head {
    display: none;
}

.mob_display {
    display: none;
}

/* 企业简介 start*/
#profile_banner {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/introduce_01.jpg');
    position: relative;
    text-align: center;
    background-position: center;
}

.profile_banner_text {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #000000c7;
    box-shadow: 2px 2px 8px 1px #00000094;
    bottom: 80px;
    color: #fff;
    text-align: left;
}

.pbt_title {
    display: flex;
    margin: 40px 0px 0px 40px;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: flex-start;
}

.pbt_title h1 {
    font-size: 43px;
    line-height: 43px;
    float: left;
}

.pbt_arrow {
    background-color: #f4cf3e;
    border-radius: 20px;
    font-size: 0;
    display: inline-block;
    margin-left: 10px;
}

.pbt_content {
    margin: 20px 40px 40px 40px;
}

.pbt_content p {
    color: #fff;
}

#profile_choose {
    text-align: center;
    margin: 150px 0px;
}

.pc_text {
    width: 65%;
}

.pc_img {
    font-size: 0;
    width: 30%;
}

.pc_text h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

.pc_list li {
    margin: 30px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.pc_list_number {
    border-radius: 50%;
    border: 1px solid #f4cf3e;
    display: inline-block;
    margin-right: 20px;
}

.pc_list_number span {
    display: inline-block;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
    font-size: 32px;
    background: #f4cf3e;
    margin: 5px;
    color: #fff;
}

#profile_advantages {
    margin: 150px 0px;
    text-align: center;
}

.advantages_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    background: #f4cf3e;
    text-align: left;
}

#profile_advantages .pc_text {
    width: 57%;
    padding: 2% 4%;
}

#profile_advantages .pc_img {
    width: 37%;
}

.pc_list li:first-child {
    margin-top: 0;
}

.pc_list li:last-child {
    margin-bottom: 0;
}

.bg_black {
    border: 1px solid #000;
}

.bg_black span {
    background-color: #000;
}

#profile_business {
    text-align: center;
    margin: 150px 0px;
}

#profile_business h2 {
    font-size: 36px;
}

.pb_line {
    width: 70px;
    height: 4px;
    background-color: #f4cf3e;
    margin: 0px 0px 50px 0px;
    display: inline-block;
}

.pb_list li {
    border-radius: 20px;
    padding: 10px 20px;
    background-color: #f4cf3e;
    overflow: hidden;
    min-height: 400px;
}

.pb_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 50px;
}

.pb_number {
    font-size: 38px;
    margin: 10px 0px;
    font-weight: bold;
}

.pb_title {
    color: #fff;
    background-color: #000;
    border-radius: 50px;
    padding: 10px 4%;
    width: 90%;
    display: inline-block;
    line-height: 20px;
}

.pb_content {
    margin-top: 20px;
}

.pb_list li:nth-child(2n) {
    background-color: #090305;
    color: #f4cf3e;
}

.pb_list li:nth-child(2n) .pb_title {
    color: #000;
    background-color: #f4cf3e;
}

/* 企业简介 end */

/* 内页 start */
#breadcrumb {
    padding: 20px 0px;
}

.breadcrumb li {
    float: left;
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding: 0 .5rem;
    color: #000;
    content: "/";
    font-weight: bold;
}

#main-container .container {
    padding: 0;
}

#breadcrumb {
    margin-top: 140px;
    background-color: #face02;
    text-align: center;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.breadcrumb-button .banner-link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
    padding: 8px 15px;
    position: relative;
}

.breadcrumb-item {
    font-family: 'SourceHanSansCN-Heavy';
}

.breadcrumb-item a {
    font-weight: bold;
    font-size: 18px;
}

.breadcrumb-button .banner-link img {
    margin-right: 10px;
    width: 24px;
}

.breadcrumb-button .banner-link a {
    font-size: 16px;
    line-height: 24px;
}

.breadcrumb-button .banner-link a picture {
    line-height: 18px;
}

.breadcrumb-button .banner-link a span {
    margin-left: 10px;
    padding: 6px 15px;
    line-height: normal;
}

#main-container {
    margin: 50px 0px;
    min-height: 600px;
    text-align: center;
}

#main-container .box {
    text-align: left;
}

.single_category::before {
    display: inline-block;
    content: ' ';
    width: 10px;
    height: 10px;
    background: #face02;
    border-radius: 50%;
}

.single_title {
    margin: 5px 0px 10px 0px;
}

.single_category {
    margin: 10px 0px;
}

.single_category a:hover {
    color: #face02;
}

.single-post .row, .single-post .row > [class*=col-md] {
    box-sizing: border-box;
}

.single-post .row {
    margin: 0 !important;
    padding: 15px 0px !important;
}

.single-post table {
    width: 100%;
}

.category_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
}

.category_list li {
    background: #eee;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    border: 1px solid #ccc;
}

.category_list li:hover {
    box-shadow: 3px 1px 9px 2px #ccc;
}

.cate_post_img {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.cate_post_img, .cate_post_img a {
    font-size: 0;
}

.cate_post_img a {
    display: inline-block;
    width: 100%;
}

.cate_post_img a img {
    width: 100%;
}

.cate_post_text {
    padding: 5%;
    width: 90%;
}

.cate_post_but a {
    display: inline-block;
    background: #fdfdfd;
    border: 1px solid #000;
    padding: 5px 10px;
    border-radius: 20px;
    line-height: 14px;
    font-size: 13px;
    transition: 0.3s;
}

.cate_post_but a:hover {
    color: #fff;
    background-color: #f8cc02;
    border: 1px solid #b7b2b2;
}

.cate_post_tit {
    margin-top: 10px;
}

.cate_post_tit a {
    transition: 0.3s;
}

.cate_post_tit a:hover {
    /* color:#face02; */
    opacity: 0.6;
}

.wp-pagenavi {
    margin: 30px 0px 0px 0px;
    text-align: center;
}

.wp-pagenavi a {
    background-color: #fff;
    padding: 5px 12px;
    display: inline-block;
    margin: 8px;
    color: #4d565d;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #BFBFBF;
    font-weight: bold;
}

.wp-pagenavi span.current {
    background-color: #face02;
    padding: 5px 12px;
    display: inline-block;
    margin: 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #BFBFBF;
    font-weight: bold;
}

.page .wp-pagenavi a.active {
    background-color: #face02;
    color: #fff;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #a19e9e;
}

.page .wp-pagenavi {
    margin: 15px 0px 0px 0px;
    padding: 0;
}

.wp-pagenavi a:hover {
    background-color: #face02;
    color: #fff;
}

.single .boldgrid-section ul, .single .boldgrid-section ol {
    padding-left: 20px;
}

.single .boldgrid-section li {
    list-style-type: unset;
}

.single .boldgrid-section p {
    margin: 16px 0px;
}

.single_share {
    text-align: center;
    margin-top: 30px;
}

.single_share h3 {
    margin-bottom: 5px;
    font-size: 18px;
}

.single_share ul li {
    display: inline-block;
    font-size: 0;
    margin: 10px 5px;
}

.single_share ul li a {
    font-size: 0;
    width: 30px;
    display: inline-block;
}

.single_share ul li a:hover {
    opacity: 0.8;
}

.single_share ul li a img {
    width: 100%;
}

/* 内页 end */

/* glossary start*/

/* glossary add 2025/9/26 start */
#search_container .post-item {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
}
.serach_container_left .scl_nav{
    border-radius: unset;
    border: none;
    margin: auto;
    border-bottom: 2px solid rgba(232, 232, 232, 1);
    padding-bottom: 30px;
    margin-top: 30px;
}
.scl_banner{
    background-image: url('../images/cihui.jpg');
    height: 334px;
    margin-top: 20px;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    overflow: hidden;
    border-radius: 20px;
}
.serach_container_full{
    width: 100%;
}
.scl_nav{
    border-radius: 50px;
    border: 3px solid #E8E8E8;
    margin: 30px 0px;
}
.scl_nav ul{
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 5px 0px;
}
.scl_nav ul li{
    display: inline-block;
    margin: 10px;
}
.scl_nav ul li a{
    display: inline-block;
    background-color: #F4CF3E;
    color: #000;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    transition: 0.3s;
}
.scl_glossary_list{
    margin: 50px 0px;
}
.scl_glossary_list .scl_taxonomy_name{
    background-color: #F4CF3E;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 28px;
}
.scl_glossary_list ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.scl_glossary_list ul li{
    border-radius: 8px;
    overflow: hidden;
    background-color: #E8E8E8;
    padding-bottom: 20px;
    transition: 0.5s;
}
.scl_glossary_list ul li:hover{
    background-color: #000;
}
.scl_glossary_list ul li:hover .scl_post_dsc{
    color: #E8E8E8;
}
.scl_glossary_list ul li:hover .scl_post_link{
    color: #000;
    background-color: #F4CF3E;
}
.scl_glossary_list ul li .scl_post_title{
    background-color: #F4CF3E;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
}
.scl_glossary_list ul li .scl_post_dsc{
    padding: 20px;
    
}
.scl_glossary_list ul li .scl_post_link{
    display: inline-block;
    background-color: #000;
    color: #F4CF3E;
    padding: 3px 15px;
    margin-top: 10px;
    border-radius: 30px;
    font-size: 15px;
}
.scl_nav ul li.scl_act a{
    background-color: #000;
    color: #F4CF3E;

}
.scl_nav ul li:hover a{
    background-color: #000;
    color: #F4CF3E;
}
/* glossary add 2025/9/26 end */

#search_form {
    margin-top: 140px;
    background-color: rgba(244, 207, 62, 1);
    text-align: center;
    padding: 70px 0px;
}

.search_form {
    width: 1000px;
    display: inline-block;
}

.search_form_top {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.search_img {
    position: absolute;
    left: 10px;
    width: 20px;
    height: 20px;
    max-width: 20px;
    max-height: 20px;
}

.search_inp {
    border: none;
    width: 100%;
    height: 48px;
    padding: 0px 50px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.search_button {
    border: none;
    height: 48px;
    background-color: rgba(0, 0, 0, 1);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
    padding: 0px 15px;
    cursor: pointer;
    width: 100px;
}

.search_form_bottom {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
}

.search_form_bottom ul li {
    float: left;
}

.search_form_bottom_tit {
    font-weight: bold;
    margin-right: 10px;
}

.search_form_bottom ul li a {
    display: inline-block;
    background-color: rgba(232, 232, 232, 1);
    color: #000;
    padding: 3px 10px;
    border-radius: 20px;
    line-height: normal;
    font-size: 14px;
    margin: 0px 8px;
}

.search_form_bottom ul li a:hover {
    opacity: 0.8;
}

#search_container {
    text-align: center;
    margin: 30px 0px;
}

.serach_container_top {
    text-align: left;
}

.serach_container_top h3 {
    font-family: Noto Sans JP;
    font-size: 20px;
    font-weight: 400;
    line-height: 28.96px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.serach_container_top h1 {
    font-family: Noto Sans JP;
    font-size: 32px;
    font-weight: 700;
    line-height: 46.34px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.serach_container_box {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}

.scl_banner {
    position: relative;
}

.show_linear {
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #F4CF3E 98.5%);
    height: 80%;
    width: 100%;
}

.serach_container_left {
    width: 70%;
}

.scl_banner h2 {
    font-size: 36px;
    font-weight: 800;
}

.scl_banner img {
    width: 100%;
}

.scl_gloze {
    padding: 50px 0px;
    border-bottom: 2px solid rgba(232, 232, 232, 1);
}

.scl_category {
    padding: 50px 0px;
}

.scl_gloze_dsc {
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    margin-top: 15px;
}

.scl_category_list {
    border-bottom: 2px solid rgba(232, 232, 232, 1);
    padding-bottom: 50px;
    margin-top: 30px;
}

.scl_category_list ul {
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.scl_category_list ul li {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scl_lt_tit {
    text-align: left;
    margin: 20px 0px 25px 0px;
}

.scl_category_list ul li a {
    border-bottom: 2px solid #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.scl_category_list ul li a:hover {
    font-weight: bold;
    border-bottom: 2px solid #F4CF3E;
}

.scl_category_list ul li img {
    margin-right: 8px;
    margin-bottom: 2px;
    border-bottom: 2px solid #fff;
}

.frist_category_list {
    border-bottom: 2px solid rgba(232, 232, 232, 1);
    padding-bottom: 50px;
    margin-top: 30px;
}

.frist_category_list ul {
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    column-gap: 30px;
}

.frist_category_list ul li a {
    border-radius: 10px;
    display: inline-block;
    background-color: rgba(244, 207, 62, 1);
    width: 100%;
    border-bottom: none;
    height: 40px;
    line-height: 40px;
}

.frist_category_list ul li a:hover {
    font-weight: unset;
    opacity: 0.8;
    border-bottom: none;
}

.scl_min_width {
    width: 85%;
    margin: 0 auto;
}

.disclaimer {
    margin-top: 30px;
}

.disclaimer .scl_lt_tit {
    margin: 40px 0px 20px 0px;
}

.disclaimer_dsc p {
    text-align: left;
    margin: 20px 0px;
}

.serach_container_right {
    width: 28%;
}

.serach_container_right h2 {
    background-color: rgba(244, 207, 62, 1);
    color: #000;
    height: 100px;
    line-height: 100px;
}

.serach_container_right ul {
    border: 5px solid rgba(232, 232, 232, 1);
    padding: 10px 0px 30px 0px;
}

.serach_container_right ul li {
    margin: 5px 20px;
}

.serach_container_right ul li a {
    display: inline-block;
    border-bottom: 2px solid rgba(232, 232, 232, 1);
    padding: 2% 5%;
    text-align: left;
    width: 90%;
}

.serach_container_right ul li.cur a {
    border-bottom: 2px solid #F4CF3E;
    font-weight: bold;
}

.serach_container_right ul li a:hover {
    border-bottom: 2px solid #F4CF3E;
    font-weight: bold;
}

.glo_title {
    background-color: rgba(244, 207, 62, 1);
    color: #000;
    font-size: 24px;
    height: 95px;
    line-height: 95px;
    border-bottom: 5px solid #000;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.glo_title span {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #000;
    margin: 0px 20px 0px 30px;
}

.glo_container {
    margin-left: 30px;
    margin-right: 30px;
}

.glo_control {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
    border-bottom: 2px solid rgba(232, 232, 232, 1);
}

.glo_select select {
    padding: 5px 5px;
}

.pagination {
    margin: 40px 0px 0px 0px;
    display: inline-block;
    width: 100%;
}

.pagination button {
    cursor: pointer;
    background-color: #f4cf3e;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    margin: 10px;
}

.glo_time {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    margin: 10px 0px;
}

.glo_time img {
    margin-right: 5px;
}

.glo_text {
    text-align: left;
    border-bottom: 2px solid rgba(232, 232, 232, 1);
    padding-bottom: 50px;
}

.wpcf7-form input.wpcf7-text, .wpcf7-form input.wpcf7-email, .wpcf7-form input.wpcf7-text, .wpcf7-form textarea {
    width: 30%;
    padding: 10px;
}

.wpcf7-form .wpcf7-submit {
    background-color: #face02;
    border: none;
    padding: 10px 20px;
    color: #000;
    border-radius: 10px;
    cursor: pointer;
}

.wpcf7-form .wpcf7-submit:hover {
    opacity: 0.8;
}

#scrollTopButton {
    position: fixed;
    bottom: 26px;
    right: 16px;
    background-color: #f8cc02;
    color: white;
    border-radius: 50%;
    font-size: 0px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    padding: 7px;
    /*border: 2px solid #000;*/
    transition: 0.3s;
    z-index: 1001;
}

#scrollTopButton img {
    width: 30px;
}

#scrollTopButton:hover {
    opacity: 0.8;
}

#scrollTopButton.vis-visible {
    opacity: 1;
    visibility: visible;
}

.glo_select {
    text-align: left;
}

/* .next_button{
    float: right;
}
.prev_button{
    float: left;
} */
/* glossary end */
/* 内页二次修改 */

.left_contont {
    width: 70%;
    float: left;
}

.right_sidebar {
    width: 28%;
    float: right;
    position: sticky;
    top: 140px; /* 确保距离顶部足够的空间 */
    align-self: flex-start;
    height: auto; /* 确保右侧栏能够跟随内容增长 */
    overflow: auto; /* 如果内容超出，则显示滚动条 */
}

.sidebar_tit {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    background: #000;
    color: #fff;
    padding: 8px 15px;
    border-radius: 20px;
    line-height: 24px;
}

.sidebar_list li {
    padding: 15px 10px;
    border-bottom: 1px solid #000;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 14px;
    position: relative;
}

.sidebar_list li:last-child {
    border-bottom: none;
}

.sidebar_text {
    margin-left: 10px;
}

.sidebar_text .news_tit a {
    font-size: 14px;
    transition: 0.2s;
}

.sidebar_text .news_tit a:hover {
    opacity: 0.8;
    text-decoration: underline !important;
}

.sidebar_text .news_time {
    position: absolute;
    bottom: 10px;
}

.sidebar_list li .news_img {
    display: inline-block;
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
    font-size: 0;
}

.sidebar_list li .news_img a {
    font-size: 0;
    display: inline-block;
}

.sidebar_list li .sidebar_text {
    width: 45%;
}

.right_sidebar .more_link {
    border-radius: 20px;
    text-align: center;
    display: inline-block;
    background-color: #face02;
    width: 100%;
    font-size: 14px;
    padding: 5px 0px;
}

.toc ul.sidebar_list {
    margin-top: 5px;
}

.toc ul.sidebar_list li {
    padding: 5px 10px;
}

.toc ul.sidebar_list li a {
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold !important;
}

.toc ul.sidebar_list li span {
    color: #000 !important;
    font-weight: bold !important;
}

.right_sidebar ul.sidebar_list {
    overflow-y: scroll;
    max-height: 250px;
}

.hide_sidebar {
    width: 100%;
}

.sidebar_news {
    margin-top: 20px;
}

.bottom_news_tit {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    background-color: #000;
    color: #fff;
    margin-top: 50px;
    padding: 8px 15px;
    border-radius: 20px;
    line-height: 24px;
}

.bn_left_txt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    line-height: 24px;
}

.bn_left_txt img {
    margin-left: 10px;
}

.bn_right_link a {
    color: #000;
    display: inline-block;
    background-color: #face02;
    width: 180px;
    text-align: center;
    border-radius: 20px;
    font-size: 14px;
}

.bottom_news_list {
    margin-top: 15px;
}

.bottom_news_list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    padding: 0px 10px;
}

.bottom_news_list ul li {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 1px 5px 2px #ccc;
}

.bottom_news_list ul li a {
    font-size: 14px;
    line-height: 24px;
}

.bottom_news_list ul li .bottom_news_list_img a {
    display: inline-block;
    width: 100%;
    font-size: 0;
    line-height: unset;
}

.bottom_news_list ul li img {
    border-radius: 10px;
    width: 100%;
}

.bottom_news_list_box {
    padding: 10px;
}

.bottom_news_list_time {
    font-size: 12px;
    margin-top: 10px;
}

.bottom_news_list_img {
    text-align: center;
    font-size: 0;
}

#wpcf7-f10902-o1 p {
    margin-top: 10px;
}

#wpcf7-f10902-o1 .submit_button {
    margin-top: 20px;
}

.single_content .boldgrid-section h2 {
    color: #ffffff !important;
    padding: 18px !important;
    font-family: 'Noto Sans JP' !important;
    font-weight: 400 !important;
    margin: 24px 0 !important;
    width: auto !important;
    font-size: 30px !important;
    background-color: #1a242f !important;
    line-height: 36px !important;
}

.single_content .boldgrid-section h3 {
    padding: 0 0 15px !important;
    font-family: 'Noto Sans JP' !important;
    font-weight: 400 !important;
    margin: 25px 0 !important;
    width: auto !important;
    font-size: 25px !important;
    line-height: 30px !important;
    background-color: #ffffff !important;
    border-style: solid !important;
    border-width: 0 0 4px !important;
    border-color: #000000 !important;
}

.single_content .boldgrid-section h4 {
    padding: 10px !important;
    font-family: 'Noto Sans JP' !important;
    font-weight: 400 !important;
    margin: 26px 0 !important;
    border-style: solid !important;
    border-width: 0 0 0 4px !important;
    background-color: #e2e2e2 !important;
    font-size: 20px !important;
    line-height: 30px !important;
    border-color: #000000 !important;
    color: #333333 !important;
}

.single_content .boldgrid-section h5 {
    background-color: #eeeeee !important;
    padding: 8px !important;
    font-family: 'Noto Sans JP' !important;
    font-weight: 400 !important;
    margin: 20px !important;
    font-size: 18px !important;
    line-height: 20px !important;
    color: #333333 !important;
}

.single_content .boldgrid-section h6 {

}

.single_content .boldgrid-section h4 span,.single_content .boldgrid-section h5 span{
    color: #333333 !important;
}

.pop{
	display: none;
	position: fixed;
	top: 0;
	z-index: 1111;
	width: 100%;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	height: 100vh;
	background-color: #00000078;
}
.pop-content{
	width: 400px;
	background-color: #fdfdfd;
	border-radius: 10px;
	padding: 20px;
	position: relative;
	text-align: center;
}
.pop-p{
	margin-bottom: 20px;
}
.pop-button{
    display: inline-block;
    background: #face02;
    color: #000000;
    padding: 5px 20px;
    border-radius: 10px;
    margin: 0px 10px;
}
.pop-cancel{
	display: inline-block;
    background:#6b6a67;
    color: #fff;
    padding: 5px 20px;
    border-radius: 10px;
    margin: 0px 10px;
	
}

@media screen and (max-width: 1400px) {
    .nav-list ul li a{
        font-size:14px;
    }
    p {
        font-size: 15px;
        line-height: 24px;
    }

    .box {
        width: 1100px;
    }

    .nav-list ul li {
        margin: 0px 5px;
    }

    .member-control ul li {
        margin: 0px 5px;
    }

    #banner .banner-text h1 {
        font-size: 32px;
        color: #000;
    }

    #banner .banner-text, #banner .banner-text p {
        font-size: 18px;
        line-height: normal;
    }

    .regiser-button, .login-button {
        font-size: 14px;
    }

    .sc_top_text h2 {
        margin-bottom: 20px;
        font-size: 22px;
    }

    .structure_list ul li .is2_list_img img {
        height: 120px;
        width: auto;
    }

    .sc_top .sc_top_img {
        margin: 0px 30px 0px 40px;
    }

    #banner .banner-link a span {
        background-size: 14px;
    }

    #banner .banner-link {
        margin-top: 40px;
    }

    #news .news_tit h2 {
        font-size: 28px;
    }

    #news .news_tit p {
        font-size: 18px;
    }

    #news .news_time, #news .news_tit a {
        font-size: 15px;
    }

    #news {
        margin-top: 80px;
    }

    #company {
        padding: 100px 0px;
        margin-top: 100px;
    }

    #news .view_more a {
        background: #face02;
        padding: 5px 15px;
    }

    #info, .if_idea {
        margin-top: 100px;
    }

    #news .news_view {
        width: 10px;
    }

    #news .news_cat a {
        font-size: 13px;
    }

    .intr_text p, .intr_text ul li {
        font-size: 15px;
    }

    #company .company_list ul li img {
        transition: 0.5s;
        width: 200px;
    }

    #profile_choose, #profile_advantages, #profile_business {
        margin: 100px 0px;
    }

    #banner .banner-text {
        min-height: 280px;
        padding-bottom: 20px;
    }

    /* 企业简介 start*/
    .pbt_title h1 {
        font-size: 32px;
        line-height: 32px;
        float: left;
    }

    .pbt_arrow svg {
        width: 18px;
        height: 24px;
    }

    .pbt_content {
        margin: 10px 40px 40px 40px;
    }

    .pbt_content p {
        font-size: 16px;
        line-height: normal;
    }

    .pc_list_number span {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 24px;
    }

    .pc_text h2 {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .pc_list li {
        margin: 25px 0px;
    }

    .pc_list_text h3 {
        font-size: 16px;
    }

    #profile_business h2 {
        font-size: 32px;
    }

    .pb_list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 30px;
    }

    .pb_content {
        font-size: 15px;
        line-height: 24px;
    }

    .pb_list li {
        min-height: 350px;
    }

    .pc_list_number {
        margin-right: 15px;
    }

    #profile_advantages .pc_text {
        padding: 2% 2%;
    }

    /* 企业简介 end*/
    .single_title {
        font-size: 24px;
        line-height: normal;
    }

    .serach_container_top h3 {
        font-size: 16px;
        line-height: normal;
    }

    .serach_container_top h1 {
        font-size: 24px;
        line-height: normal;
    }

    .glo_title {
        height: 60px;
        line-height: 60px;
        font-size: 18px;
    }

    .glo_title span {
        height: 8px;
        width: 8px;
        margin: 0px 10px 0px 25px;
    }

    .serach_container_box {
        margin-top: 20px;
    }

    .glo_container {
        margin-left: 23px;
    }

    .serach_container_right h2 {
        height: 65px;
        line-height: 65px;
        font-size: 18px;
    }

    .glo_control {
        font-size: 14px;
    }

    .serach_container_right ul li a, .scl_category_list ul li a {
        font-size: 15px;
    }

    .scl_category_list ul {
        grid-gap: 10px;
    }

    .scl_category_list ul li img {
        width: 10px;
    }

    #search_form {
        padding: 50px 0px;
    }

    .scl_banner h2 {
        font-size: 32px;
    }

    .scl_gloze_dsc {
        line-height: 24px;
        font-size: 15px;
    }

    .frist_category_list ul {
        grid-gap: 15px;
        column-gap: 25px;
    }

    .frist_category_list ul li a {
        height: 36px;
        line-height: 36px;
        font-size: 15px;
    }

    .search_form_bottom ul li a {
        margin: 0px 3px;
    }
}

@media screen and (max-width: 1100px) {
    .box {
        width: 1000px;
    }


}

@media screen and (max-width: 1024px) {
    
    .scl_glossary_list ul {
        grid-template-columns: repeat(3, 1fr);
    }
    
    /* 手机导航样式 start */
    #header {
        display: none;
    }
	.pc-none{
		display:block;
	}
    .moblie_head {
        display: block;
        height: 80px;
        border-bottom: 1px solid #cdcdcd;
        background-color: #fff;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 9999;
        position: fixed;
    }

    .moblie_head .lf {
        padding-top: 10px;
        padding-left: 2.5%;
        float: left;
    }

    .moblie_head .lf img {
        height: 60px;
        width: auto;
    }

    .moblie_head .rg {
        padding-right: 2.5%;
        padding-top: 28px;
        float: right;
    }

    .moblie_head .rg a img {
        width: auto;
        height: 16px;
        vertical-align: bottom
    }

    .a_txt {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 0px;
        overflow: hidden;
        z-index: 99999999;
    }

    .a_txt .div1 {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #0b0d19;
        filter: alpha(opacity=0);
        opacity: 0;
        left: 0px;
        top: 0px;
        z-index: 1
    }

    .a_txt .div2 {
        position: absolute;
        width: 20%;
        left: 10px;
        top: 10px;
        z-index: 100;
        text-align: center;
        filter: alpha(opacity=0);
        opacity: 0
    }

    .a_txt .div3 {
        position: absolute;
        width: 80%;
        right: 0px;
        top: 0px;
        background: #000;
        height: 100%;
        z-index: 100;
        right: -80%
    }

    .a_txt .div3 .menu ul {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
    }

    .a_txt .div3 .menu ul li {
        border-bottom: 1px solid #fff;
        margin: 0px;
        position: relative
    }

    /*.a_txt .div3 .menu ul li a{display:block;height:35px;color:#fff;line-height:35px;padding:0 5%;font-size:14px;position:relative}*/
    .a_txt .div3 .menu ul li .a_js2 {
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }

    .a_txt .div3 .menu ul li .a_js2_on {
        background: url(../images/reduce.jpg) 95% center no-repeat;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }

    .a_txt .div3 .menu ul li .a_txt2 {
        display: none
    }

    .a_txt .div3 .menu ul li .a_txt2 a {
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }

    .a_txt .div3 .menu ul li .sub-menu {
        display: none;
        max-height: 350px;
        overflow: scroll;
    }

    .nav_plus {
        display: inline-block;
        width: 15px;
        height: 15px;
        background-color: #000;
        background: url('../images/plus.png');
        font-size: 0;
        background-repeat: no-repeat;
        position: absolute;
        top: 10px;
        right: 0;
    }

    .a_txt .div3 .menu ul li .sub-menu a {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .a_txt .div3 .menu ul li a {
        display: inline-block;
        height: 35px;
        color: #fff;
        line-height: 35px;
        padding-left: 5%;
        font-size: 14px;
        position: relative;
        width: 85%;
    }

    .a_txt .div3 .menu ul li ul {
        padding-top: 0px;
    }

    .a_txt .div3 .menu ul li ul li:last-child {
        border-bottom: none;
    }

    .member-control {
        text-align: center;
        width: 100%;
        margin-top: 80px;
        position: absolute;
        bottom: 50px;
    }

    .member-control ul li {
        float: none;
        margin: 0px 10px;
        display: inline-block;
    }

    .wpml-ls-legacy-dropdown > ul {
        padding-left: 5%;
        padding-right: 5%;
    }

    .wpml-ls-legacy-dropdown .wpml-ls-item {
        height: auto;
        line-height: normal;
        padding: 0;
        border-radius: unset;
        border-bottom: 1px solid #fff;
        margin: 0px;
        position: relative;
    }

    .wpml-ls-legacy-dropdown a {
        padding: 0;
    }

    .wpml-ls-legacy-dropdown a span {
        vertical-align: unset;
        display: inline-block;
        height: 35px;
        color: #fff;
        line-height: 35px;
        padding-left: 5%;
        font-size: 14px;
        position: relative;
        width: 85%;
    }

    .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item {
        padding: 0;
    }

    .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a span {
        color: #000;
    }

    .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
        width: 100%;
    }

    .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
        display: block;
        visibility: hidden;
    }

    .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item {
        transition: none;
    }

    .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:hover {
        background-color: unset;
    }

    .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
        content: "";
        right: 3px;
    }

    /* 手机导航样式 end */
    p {
        font-size: 14px;
        line-height: normal;
    }

    .box {
        width: 95%;
    }

    #banner {
        padding-top: 100px;
    }

    #banner .banner-text h1 {
        font-size: 24px;
    }

    #banner .banner-text p {
        font-size: 16px;
        text-align: right;
    }

    .intr_img img {
        width: 100%;
    }

    .sc_top {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        margin-bottom: 20px;
        text-align: left;
        align-items: center;
    }

    #structure {
        margin-top: 30px;
    }

    .structure_container {
        padding: 5%;
        border-radius: 10px;
    }

    .sc_top_text {
        margin-top: 20px;
    }

    .sc_top_text h2 {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .structure_list ul li .is2_list_img img {
        height: 80px;
    }

    .structure_list ul {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .structure_list ul li {
        border: 1px solid;
        padding: 10px;
        border-radius: 10px;
    }

    .structure_list {
        border: none;
        border-radius: unset;
        margin-top: 20px;
        padding: 0;
    }

    .sc_top_img img {
        width: 200px;
    }

    .structure_list ul li h3 {
        font-size: 14px;
        line-height: normal;
    }

    #news {
        margin-top: 50px;

    }

    #banner .banner-link a span {
        padding: 5px 12px;
    }

    #banner .banner-link a span {
        margin-left: 10px;
    }

    #banner .banner-link a {
        font-size: 13px;
    }

    #banner .banner-link {
        margin-top: 30px;
        padding: 5px 10px 5px 15px;
        float: right;
    }

    #news .news_tit h2 {
        font-size: 24px;
    }

    #news .news_tit p {
        font-size: 15px;
    }

    #news .view_more a span {
        font-size: 14px;
    }

    #news .view_more a {
        padding: 6px 12px;
        font-size: 12px;
    }

    .if_intr .intr_img, .if_intr .intr_text, .if_idea .intr_text, .if_idea .intr_img {
        width: 100%;
    }

    #info .flex-center {
        display: flex;
        text-align: left;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
    }

    .intr_text p {
        font-size: 14px;
    }

    .intr_text h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .intr_text {
        margin: 20px 0px;
    }

    .intr_text ul li {
        padding-left: 19px;
        margin-left: 6px;
        font-size: 14px;
    }

    #info {
        margin-top: 50px;
    }

    .if_idea {
        margin-top: 30px;
    }

    .pc_display {
        display: none;
    }

    .mob_display {
        display: block;
    }

    #company {
        padding: 50px 0px;
        margin-top: 30px;
    }

    #company h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    #company .company_list ul {
        grid-gap: 20px;
        grid-template-columns: repeat(3, 1fr);
    }

    #company .company_list ul li {
        width: 80%;
    }

    #footer{
        padding: 50px 0px;
    }

    #footer ul {
        grid-gap: 10px;
    }

    #footer ul li a {
        font-size: 14px;
    }

    #footer .cop {
        margin-top: 20px;
        font-size: 13px;
    }

    #news .news_list .news_cat {
        display: none;
    }

    #news .news_list .news_tit {
        padding: 0px 20px 0px 15px;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #news .news_list .news_tit a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        width: 100%;
    }

    #banner .swiper-pagination {
        bottom: 20px;
        height: 20px;
    }

    #banner .banner-text {
        margin-top: 180px;
        text-align: right;
    }

    #news .news_time {
        border: 2px solid #face02;
        padding: 3px 10px;
        border-radius: 20px;
    }

    #news .news_tit a {
        font-size: 14px;
    }

    #news .news_time {
        font-size: 12px;
    }

    .left_line {
        height: 75%;
    }

    #news .news_list {
        margin-top: 20px;
    }

    #news .news_list ul li {
        padding: 10px 2%;
    }

    .pbt_title h1 {
        font-size: 24px;
        line-height: 24px;
    }

    .pbt_title {
        margin: 20px 20px 0px 20px;
        justify-content: center;
    }

    .pbt_content {
        margin: 10px 20px 20px 20px;
    }

    .pc_text h2 {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }

    #profile_choose .flex-center {
        display: flex;
        text-align: left;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
    }

    #profile_choose {
        margin: 50px 0px;
    }

    .pc_text {
        width: 100%;
    }

    .pc_img {
        margin-top: 50px;
        display: none;
    }

    .pc_list_number span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
    }

    .pc_list_number {
        margin-right: 10px;
    }

    #profile_advantages {
        margin: 50px 0px;
        padding: 50px 0px;
        text-align: center;
        background: #f4cf3e;
    }

    #profile_advantages .pc_text {
        width: 100%;
        padding: 0;
    }

    .pb_list {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
    }

    #profile_business {
        text-align: center;
        margin: 50px 0px;
    }

    #profile_business h2 {
        font-size: 24px;
    }

    .pb_line {
        width: 50px;
        margin: 0px 0px 20px 0px;
    }

    .pb_list li {
        border-radius: 10px;
        padding: 10px 10px;
    }

    .pb_number {
        font-size: 24px;
        margin-top: 0;
    }

    .pb_title {
        color: #fff;
        background-color: #000;
        border-radius: 50px;
        padding: 10px 4%;
        width: 90%;
        display: inline-block;
        line-height: 20px;
        font-size: 14px;
    }

    .pb_content {
        font-size: 14px;
        line-height: normal;
        margin-top: 20px !important;
    }

    .pbt_content p {
        font-size: 15px;
        line-height: normal;
    }

    .profile_banner_text {
        bottom: 50px;
    }

    .pb_list li {
        min-height: 300px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    /* .pb_list li:nth-child(3){
        background-color: #000;
        color: #f4cf3e;
    }
    .pb_list li:nth-child(3) .pb_title{
        color: #000;
        background-color: #f4cf3e;
    }
    .pb_list li:nth-child(4){
        background-color: #f4cf3e;
        color: #000;
    }
    .pb_list li:nth-child(4) .pb_title{
        color: #fff;
        background-color: #000;
    } */
    /* 内页样式 */
    #breadcrumb {
        margin-top: 80px;
    }

    .breadcrumb-button {
        display: none;
    }

    .breadcrumb li {
        font-size: 14px;
        line-height: normal;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        padding: 0px 5px;
    }

    #breadcrumb {
        font-size: 0;
    }

    #main-container {
        margin: 30px 0px;
    }
    #main-container a{
        font-size: 14px;
    }

    .single_title {
        margin: 5px 0px;
        font-size: 16px;
    }

    .single_category a, .single_time, .breadcrumb-item a {
        font-size: 14px;
    }

    .pc_list_text h3 {
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 20px;
    }

    .regiser-button {
        background-color: #ccc;
    }

    #banner .banner-text {
        font-size: 16px;
    }

    .category_list {
        grid-gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }


    .single-post .single_content img {
        width: 100%;
    }

    .search_form {
        width: 95%;
        display: inline-block;
    }

    #search_form {
        margin-top: 80px;
    }

    .scl_banner h2 {
        font-size: 24px;
    }

    .serach_container_box {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: space-between;
        align-items: flex-start;
    }

    .serach_container_left, .serach_container_right {
        width: 100%;
    }

    .scl_gloze_dsc, .serach_container_right ul li a, .scl_category_list ul li a, .frist_category_list ul li a {
        font-size: 14px;
    }

    .serach_container_right ul li a {
        padding: 1% 2%;
        width: 96%;
    }

    .serach_container_right ul li {
        margin: 5px 15px;
    }

    .serach_container_right {
        margin-top: 30px;
    }

    .scl_min_width {
        width: 100%;
        margin: 0 auto;
    }

    .search_form_bottom {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 20px;
    }

    .search_form_bottom_tit {
        margin-bottom: 10px;
    }

    .glo_control {
        padding: 15px 0px;
    }

    #news .news_cat_list_second {
        margin-top: 30px;
    }

    .bottom_news_list ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .left_contont {
        width: 100%;
    }

    .right_sidebar {
        width: 100%;
        float: right;
        position: relative;
        top: unset;
        align-self: flex-start;
        height: auto;
        overflow: auto;
        margin-top: 30px;
    }

    .sidebar_news .sidebar_list li {
        border: none;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 1px 1px 5px 2px #ccc;
        flex-direction: column;
    }

    .sidebar_list li .news_img {
        width: 100%;
    }

    .sidebar_list li .sidebar_text {
        width: 100%;
        margin: 10px 0px;
    }

    .sidebar_text .news_time {
        position: relative;
        bottom: unset;
        margin-top: 10px;
    }

    .sidebar_list li .sidebar_text {
        width: 100%;
        margin: 10px 0px 0px 0px;
    }

    .sidebar_news ul.sidebar_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        padding: 20px 10px;
        overflow-y: hidden;
        max-height: unset;
    }

    .bottom_news_tit {
        margin-top: 30px;
    }

    .bn_right_link a {
        font-size: 12px;
    }

    #banner .mySwiper {
        padding-bottom: 40px;
    }
    
    .pop-control a {
        font-size: 14px;
    }
}


@media screen and (max-width: 768px) {
    /* glossary add 2025/9/26 start */
    .scl_glossary_list .scl_taxonomy_name{
        font-size: 20px;
    }
    .serach_container_left .scl_nav {
        padding-bottom: 10px;
        margin-top: 10px;
    }
    .scl_nav ul li a{
        font-size: 14px;
    }
    .scl_glossary_list ul {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
    .scl_nav {
        border-radius: 10px;
    }
    .scl_nav ul {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }
    .scl_glossary_list ul li .scl_post_title {
        padding: 15px 10px;
        font-size: 16px;

        white-space: nowrap;        /* 不换行 */
        overflow: hidden;           /* 超出隐藏 */
        text-overflow: ellipsis;    /* 超出显示省略号 */
    }
    .scl_glossary_list ul li .scl_post_dsc{
        padding: 15px 10px;
        font-size: 14px;
    }
    .scl_banner{
        height: 200px;
    }
    .scl_banner h2 {
        font-size: 24x;
    }
    /* glossary add 2025/9/26 end */
    
    .pop-content {
        width: 90%;
        padding: 30px 2%;
    }
    
    #banner .banner-text {
        text-align: center;
        margin-top: 180px;
    }

    #banner .banner-text p {
        font-size: 16px;
        text-align: left;
    }

    .structure_list ul li p {
        font-size: 13px;
        line-height: 16px;
    }

    .category_list {
        grid-gap: 15px;
        grid-template-columns: repeat(1, 1fr);
    }

    .wp-pagenavi {
        margin: 20px 0px 30px 0px;
        text-align: center;
    }

    .cate_post_tit a {
        font-size: 15px;
    }

    .cate_post_text {
        padding: 19px 4% 11px 4%;
        width: 92%;
    }

    #news .news_view img {
        width: 8px;
    }

    .glo_container {
        margin-left: 0;
        margin-right: 0;
    }

    #search_form {
        padding: 40px 0px;
    }

    .serach_container_box {
        /*margin-top: 0px;*/
    }

    .glo_title {
        height: auto;
        line-height: normal;
        font-size: 16px;
        text-align: left;
        padding: 10px 0px;
    }

    .serach_container_right h2 {
        height: 55px;
        line-height: 55px;
        font-size: 16px;
    }

    .glo_title span {
        height: 8px;
        width: 8px;
        margin: 0px 10px 0px 20px;
    }

    .scl_category_list, .frist_category_list {
        padding-bottom: 30px;
        margin-top: 30px;
    }

    .disclaimer .scl_lt_tit {
        margin: 30px 0px 10px 0px;
    }

    .serach_container_right {
        margin-top: 20px;
    }

    .disclaimer_dsc p {
        margin: 16px 0px;
    }

    .serach_container_top h3 {
        font-size: 15px;
        line-height: normal;
    }

    .serach_container_top h1 {
        font-size: 20px;
        line-height: normal;
    }

    .search_form_bottom ul li a {
        margin: 0px 3px;
        font-size: 12px;
    }

    .scl_banner h2 {
        font-size: 18px;
    }

    .scl_gloze {
        padding: 30px 0px;
    }

    .scl_category {
        padding: 30px 0px 0px 0px;
    }

    .scl_gloze h2, .scl_category h2 {
        font-size: 18px;
    }

    .scl_lt_tit {
        margin: 20px 0px 10px 0px;
        font-size: 16px;
    }

    .frist_category_list ul li a {
        height: 32px;
        line-height: 32px;
    }

    .search_img {
        width: 20px;
    }

    .search_inp, .search_button {
        height: 42px;
    }

    .structure_list ul li .is2_list_img img {
        height: 100px;
    }

    .glo_text {
        padding-bottom: 20px;
    }

    .sidebar_tit, .bn_left_txt {
        font-size: 14px;
    }

    #structure {
        margin-top: 20px;
    }
}