body {
    margin: 0;
    font-family: Arial, Helvetica, "Microsoft YaHei", sans-serif;
}
* {
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: #d1d5db #f5f7fa;
    cursor: pointer;
}
a {
    text-decoration: none;
}
p {
    margin: 0;
    padding: 0;
    text-align: justify;
}
button {
    padding: 0;
    background: none;
    border: none;
    outline: none;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
@font-face {
  font-family: 'iconfont';  /* Project id 4359648 */
  src: url('//at.alicdn.com/t/c/font_4359648_cnjrgffu74m.woff2?t=1764474292222') format('woff2'),
       url('//at.alicdn.com/t/c/font_4359648_cnjrgffu74m.woff?t=1764474292222') format('woff'),
       url('//at.alicdn.com/t/c/font_4359648_cnjrgffu74m.ttf?t=1764474292222') format('truetype');
}
.icon {
    font-family: 'iconfont';
}
@font-face {
    font-family: 'txmh';
    src: url('/template/pc/skin/font/txmh.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ywxsj';
    src: url('/template/pc/skin/font/ywxsj.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FS Sinclair Bold';
    src: url('/template/pc/skin/font/FS Sinclair Bold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Rajdhani-Regular';
    src: url('/template/pc/skin/font/Rajdhani-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Rajdhani-bold';
    src: url('/template/pc/skin/font/Rajdhani-bold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Rajdhani-SemiBold';
    src: url('/template/pc/skin/font/Rajdhani-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'dinpro-condmedium';
    src: url('/template/pc/skin/font/dinpro-condmedium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*头部开始*/
.head {
    width: 100%;
    height: 110px;
    background: none;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    z-index: 1000;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.head.head_hover {
    height: 90px;
    background: rgb(255 255 255 / 98%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(15px);
}
.head_a {
    width: 100%;
    height: 100%;
    padding: 0 50px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.head_aa {
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.head_aaa {
    height: 22px;
    object-fit: cover;
    transition: opacity 0.2s ease;
    display: block;
}
.head_ab {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}
.head_aba {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}
.head_abaa {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.head_abaaa {
    height: 100%;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    transition: color 0.3s ease;
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.head.head_hover .head_abaaa {
    color: #333;
}
.head_abaa.active .head_abaaa, .head_abaa:hover .head_abaaa {
    color: #FFB74D;
}
.head.head_hover .head_abaa.active .head_abaaa, .head.head_hover .head_abaa:hover .head_abaaa {
    color: #FFB74D;
}
.head_abaaa::after {
    content: "";
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: #FFB74D;
    border-radius: 3px;
    transition: width 0.3s ease;
}
.head.head_hover .head_abaaa::after {
    content: "";
    bottom: 25px;
}
.head_abaa:hover .head_abaaa::after {
    width: 22px;
}
.head_abaab {
    width: 180%;
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: #fff;
    border-radius: 12px;
    padding: 12px 0;
    z-index: 999;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    opacity: 0;
     visibility: hidden; 
    transition: all 0.35s ease;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.head_abaa:hover .head_abaab {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
.head_abaaba {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.head_abaaba:hover {
    background: #f5f7fa;
}
.head_abaabaa {
    width: 100%;
    color: #4a5568;
    font-size: 14px;
    line-height: 1;
    padding: 12px 0;
    transition: all 0.3s ease;
    text-align: center;
}
.head_abaaba:hover .head_abaabaa {
    color: #FFB74D;
    padding-left: 5px;
}
.head_abb {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    margin-left: 15px;
}
.head_abba {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.head_abbaa {
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.head_abbaaa {
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    transition: color 0.3s ease;
}
.head.head_hover .head_abbaaa {
    color: #666
}
.head_abbaa:hover .head_abbaaa {
    color: #FFB74D;
}
.head_abbaaa.yy:before {
    content: "\e90d";
}
.head_abbaaa.ly:before {
    content: "\e630";
}
.head_abbaaa.ss:before {
    content: "\e752";
}
.head_abbaaa.cd:before {
    content: "\e972";
}
.head_abbaab {
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    transition: color 0.3s ease;
}
.head.head_hover .head_abbaab {
    color: #999
}
.head_abbaab.jt:before {
    content: "\eb6d";
}
.head_abbaa:hover .head_abbaab {
    color: #FFB74D;
}
.head_abbab {
    width: 300%;
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: #fff;
    border-radius: 12px;
    padding: 12px 0;
    z-index: 999;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    opacity: 0;
     visibility: hidden; 
    transition: all 0.35s ease;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.head_abba:hover .head_abbab {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
.head_abbaba {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.head_abbabaa {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 12px;
    transition: all 0.3s ease;
    color: #4a5568;
    font-size: 14px;
    line-height: 1;
}
.head_abbabaa.ly {
    justify-content: center;
}
.head_abbabaa:hover {
    padding-left: 17px;
    background: #f5f7fa;
    color: #FFB74D;
}
.head_abbabaaa {
    width: 20px;
    height: 20px;
    display: block;
    object-fit: cover;
}
.head_abbabaab {
    margin-left: 5px;
}
.head_abbaba:hover .head_abbabaab {
    color: #FFB74D;
}
.head_abbb {
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
}
.head.head_hover .head_abbb {
    color: #333
}
.head_abbb.xt:before {
    content: "\e63a";
}
.head_sstc {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgb(0 0 0 / 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: none;
}
.head_sstc.active {
    opacity: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.head_sstc_a {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.head_sstc_b {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    color: #2d3748;
    box-shadow: 0 4px 15px rgb(0 0 0 / 10%);
    transition: all 0.3s ease;
    z-index: 999;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
}
.head_sstc_b:hover {
    color: #fff;
    background: #FFB74D;
    transform: rotate(90deg);
}
.head_sstc_ba {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.head_sstc_ba:before {
    content: "\e65a";
}
.head_sstc_c {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
    z-index: 10;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.head_sstc_ca {
    width: 800px;
    background: #fff;
    border-radius: 35px;
    color: #2d3748;
    height: 70px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.head_sstc_caa {
    width: 100%;
    height: 100%;
    padding: 0 100px 0 30px;
    background: none;
    border: none;
    outline: none;
    font-size: 15px;
    color: #333;
    line-height: 1;
    text-align: justify;
}
.head_sstc_cab {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FFB74D;
    color: #fff;
    border: none;
    outline: none;
    transition: all 0.3s ease;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 1;
}
.head_sstc_cab:hover {
    background: #0f4bdb;
    transform: scale(1.1);
}
.head_sstc_cab.ss:before {
    content: "\e752";
}
.head_cdtc {
    width: 100%;
    height: 100vh;
    background-color: #101a30;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 99999;
    transition: left 0.4s ease;
    color: rgb(255 255 255 / 75%);
    overflow: hidden;
    background-image: radial-gradient(circle at 20% 30%, rgba(54, 145, 255, 0.12) 0%, transparent 40%), radial-gradient(circle at 80% 70%, rgba(255, 183, 77, 0.1) 0%, transparent 40%), url(data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='rgba(255,255,255,0.05)' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E);
    background-size: cover;
    background-position: center;
}
.head_cdtc.active {
    left: 0;
}
.head_cdtc_a {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: rgb(255 255 255 / 75%);
    background: rgb(255 255 255 / 8%);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    outline: none;
    cursor: pointer;
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}
.head_cdtc_a:hover {
    color: #101A30;
    background:#FFB74D;
    transform: rotate(180deg);
    box-shadow: 0 8px 24px rgba(255, 183, 77, 0.3);
    border-color: transparent;
}
.head_cdtc_a:before {
    content: "\e65a";
    font-weight: 900;
}
.head_cdtc_b {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.head_cdtc_ba {
    width: 30%;
    height: 100%;
    background: linear-gradient(135deg, rgba(54, 145, 255, 0.15), rgba(79, 119, 255, 0));
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.head_cdtc_ba::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgb(54 145 255 / 8%);
    z-index: 0;
}
.head_cdtc_ba::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgb(255 183 77 / 6%);
    z-index: 0;
}
.head_cdtc_baa {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}
.head_cdtc_baaa {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}
.head_cdtc_baaaa {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgb(255 255 255 / 8%);
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.head_cdtc_baaaa:hover {
    background: #FFB74D;
    color: #0A1428;
    transform: translateY(-2px);
}
.head_cdtc_baaaa.gzh:before {
    content: "\e632";
    font-size: 22px;
    line-height: 1;
    padding-top: 2px;
}
.head_cdtc_baaaa.sph:before {
    content: "\e91a";
    font-size: 16px;
    line-height: 1;
    padding-top: 2px;
}
.head_cdtc_baaaa.ksh:before {
    content: "\e8dc";
    font-size: 20px;
    line-height: 1;
}
.head_cdtc_baaaa.dyh:before {
    content: "\e8db";
    font-size: 20px;
    line-height: 1;
}
.head_cdtc_baaaa.tth:before {
    content: "\e623";
    font-size: 20px;
    line-height: 1;
    padding-top: 2px;
}
.head_cdtc_baaab {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) scale(0.9);
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden; 
    transition: all 0.3s;
    z-index: 10;
    margin-bottom: 12px;
    width: 130px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}
.head_cdtc_baaa:hover .head_cdtc_baaab {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scale(1);
}
.head_cdtc_baaab::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top-color: white;
}
.head_cdtc_baaaba {
    width: 100%;
    object-fit: cover;
    display: block;
}
.head_cdtc_baaabb {
    width: 100%;
    font-size: 14px;
    line-height: 1;
    color: #0A1428;
    margin: 6px 0;
    text-align: center;
}
.head_cdtc_bb {
    width: 70%;
    padding: 90px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.head_cdtc_bb::before {
    content: '';
    position: absolute;
    top: 50px;
    right: 50px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 183, 77, 0.12), rgba(255, 152, 0, 0));
    z-index: 0;
    backdrop-filter: blur(20px);
}
.head_cdtc_bb::after {
    content: '';
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(54, 145, 255, 0.15), rgba(79, 119, 255, 0));
    z-index: 0;
    backdrop-filter: blur(20px);
}
.head_cdtc_bba {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.head_cdtc_bbaa {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.head_cdtc_bbaaa {
    width: 100%;
    transition: all 0.3s ease;
    padding: 20px 0;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgb(255 255 255 / 3%);
    backdrop-filter: blur(4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.head_cdtc_bbaaa:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 183, 77, 0.3);
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.head_cdtc_bbaaaa {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgb(255 183 77 / 15%), rgb(255 152 0 / 5%));
    border-radius: 50%;
    color: #ffb74d;
    font-size: 32px;
    border: 1px solid rgb(255 183 77 / 10%);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.head_cdtc_bbaaaa.dw:before {
    content: "\e90f";
}
.head_cdtc_bbaaaa.tw:before {
    content: "\ea7b";
}
.head_cdtc_bbaaaa.gh:before {
    content: "\ea7a";
}
.head_cdtc_bbaaaa.fl:before {
    content: "\ea7e";
}
.head_cdtc_bbaaaa.hh:before {
    content: "\ea7c";
}
.head_cdtc_bbaaab {
    font-size: 16px;
    line-height: 1;
    color: rgb(255 255 255 / 95%);
    text-align: center;
    margin-top: 12px;
}
.head_cdtc_bbab {
    width: 100%;
    margin-top: 30px;
    background: linear-gradient(135deg, rgb(255 255 255 / 3%), rgb(255 255 255 / 1%));
    padding: 24px 30px;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    border: 1px solid rgb(255 255 255 / 12%);
    backdrop-filter: blur(4px);
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.head_cdtc_bbaba {
    font-size: 16px;
    line-height: 1;
    color: rgb(255 255 255 / 55%);
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}
.head_cdtc_bbabaa {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #FFB74D;
    font-size: 18px;
    line-height: 1;
}
.head_cdtc_bbabaa.kf:before {
    content: "\e7ee";
}
.head_cdtc_bbabb {
    font-size: 28px;
    line-height: 1;
    color: #FFB74D;
    font-weight: 700;
    letter-spacing: 1px;
    gap: 10px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}
.head_cdtc_bbabaa {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #FFB74D;
    font-size: 24px;
    line-height: 1;
}
.head_cdtc_bbabba.dh:before {
    content: "\e917";
}
.head_cdtc_bbb {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 50px;
    flex-grow: 1;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}
.head_cdtc_bbba {
    height: 183px;
    padding: 25px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid transparent;
    transition: all 0.3s ease;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.head_cdtc_bbba:hover {
    border-color: rgba(255, 183, 77, 0.2);
    background: rgba(255, 255, 255, 0.03);
}
.head_cdtc_bbbaa {
    width: 100%;
    font-size: 18px;
    line-height: 1;
    color: rgb(255 255 255 / 95%);
    font-weight: 600;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.head_cdtc_bbbaa::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 25px;
    height: 2px;
    background: #FFB74D;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}
.head_cdtc_bbba:hover .head_cdtc_bbbaa::after {
    width: 60px;
}
.head_cdtc_bbbab {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-content: center;
    justify-content: center;
    align-items: start;
    justify-items: center;
    gap: 18px;
}
.head_cdtc_bbbaba {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}
.head_cdtc_bbbabaa {
    width: 100%;
    font-size: 14px;
    line-height: 1;
    color: rgb(255 255 255 / 75%);
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
}
.head_cdtc_bbbabaa:hover {
    color: #FFB74D;
    transform: translateX(5px);
}
.head_cdtc_bbc {
    width: 100%;
    border-top: 1px solid rgb(255 255 255 / 12%);
    position: relative;
    z-index: 1;
    margin-top: 50px;
    padding-top: 30px;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}
.head_cdtc_bbca {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.head_cdtc_bbcaa {
    font-size: 14px;
    line-height: 1;
    color: #FFB74D;
}
.head_cdtc_bbcab {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
    gap: 15px;
}
.head_cdtc_bbcaba {
    font-size: 13px;
    line-height: 1;
    color: rgb(255 255 255 / 40%);
}
.head_cdtc_bbcaba a {
    font-size: 13px;
    line-height: 1;
    color: rgb(255 255 255 / 40%);
}
.head_cdtc_bbcb {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
}
.head_cdtc_bbcba {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}
.head_cdtc_bbcbaa {
    width: 25px;
    height: 25px;
    background: linear-gradient(135deg, #FFB74D, #FF9800);
    border-radius: 50%;
    color: #101a30;
    font-size: 15px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.head_cdtc_bbcbaa:before {
    content: "\ea80";
}
.head_cdtc_bbcbab {
    font-size: 15px;
    line-height: 1;
    color: rgb(255 255 255 / 95%);
}
.head_cdtc_bbcbb {
    width: 862px;
    position: absolute;
    bottom: 45px;
    right: 0;
    transform: translateY(10px);
    background: linear-gradient(90deg, #FFB74D, #FF9800);
    border-radius: 10px;
    padding: 25px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px;
}
.head_cdtc_bbcb:hover .head_cdtc_bbcbb {
    opacity: 1;
    visibility: visible;
}
.head_cdtc_bbcbba {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.head_cdtc_bbcbbaa {
    font-size: 17px;
    color: #0A1428;
    line-height: 1;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    margin-bottom: 15px;
}
.head_cdtc_bbcbbab {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}
.head_cdtc_bbcbbaba {
    font-size: 14px;
    line-height: 1;
    color: #06101F;
    transition: all 0.3s ease;
}
.head_cdtc_bbcbbaba:hover {
    transform: translateX(5px);
}
/*头部结束*/
/*底部开始*/
.foot {
    width: 100%;
    background: #0A1428;
    color: rgb(255 255 255 / 80%);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.foot::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #FFB74D, #FF9800);
    z-index: 1;
}
.foot_a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.foot_aa {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.foot_aaa {
    width: 1280px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.foot_aaaa {
    height: 22px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.foot_aaaaa {
    height: 100%;
    object-fit: cover;
    display: block;
}
.foot_aaab {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.foot_aaaba {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}
.foot_aaabaa {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgb(255 255 255 / 8%);
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.foot_aaabaa:hover {
    background: #FFB74D;
    color: #0A1428;
    transform: translateY(-2px);
}
.foot_aaabaa.gzh:before {
    content: "\e632";
    font-size: 22px;
    line-height: 1;
    padding-top: 2px;
}
.foot_aaabaa.sph:before {
    content: "\e91a";
    font-size: 16px;
    line-height: 1;
    padding-top: 2px;
}
.foot_aaabaa.ksh:before {
    content: "\e8dc";
    font-size: 20px;
    line-height: 1;
}
.foot_aaabaa.dyh:before {
    content: "\e8db";
    font-size: 20px;
    line-height: 1;
}
.foot_aaabaa.tth:before {
    content: "\e623";
    font-size: 20px;
    line-height: 1;
    padding-top: 2px;
}
.foot_aaabab {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) scale(0.9);
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden; 
    transition: all 0.3s;
    z-index: 10;
    margin-bottom: 12px;
    width: 130px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}
.foot_aaaba:hover .foot_aaabab {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scale(1);
}
.foot_aaabab::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top-color: white;
}
.foot_aaababa {
    width: 100%;
    object-fit: cover;
    display: block;
}
.foot_aaababb {
    width: 100%;
    font-size: 14px;
    line-height: 1;
    color: #0A1428;
    margin: 6px 0;
    text-align: center;
}
.foot_ab {
    width: 100%;
    padding: 50px 0;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.foot_aba {
    width: 1280px;
    height: 248px;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}
.foot_abaa {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.foot_abaaa {
    width: 100%;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    padding-bottom: 15px;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.foot_abaaa::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 18px;
    height: 2px;
    background: #FFB74D;
    transition: all 0.3s ease;
}
.foot_abaa:hover .foot_abaaa::after {
    width: 36px;
}
.foot_abaab {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}
.foot_abaaba {
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.foot_abaabaa {
    color: rgb(255 255 255 / 70%);
    font-size: 15px;
    line-height: 1;
    transition: all 0.3s;
}
.foot_abaabaa:hover {
    color: #FFB74D;
    transform: translateX(6px);
}
.foot_abaac {
    margin-top: 15px;
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    transition: all 0.3s;
}
.foot_abaac:before {
    content: "\ea52";
    font-size: 15px;
    line-height: 1;
    color: rgb(255 255 255 / 70%);
}
.foot_abaac:hover {
    color: #FFB74D;
    transform: translateX(6px);
}
.foot_abaad {
    height: 185px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}
.foot_abaada {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    position: relative;
}
.foot_abaadaa {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.foot_abaadaaa {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: #FFB74D;
    font-size: 15px;
    line-height: 1;
}
.foot_abaadaaa.dz:before {
    content: "\e8c4";
}
.foot_abaadaaa.dh:before {
    content: "\e917";
}
.foot_abaadaaa.yx:before {
    content: "\e652";
}
.foot_abaadaab {
    color: rgb(255 255 255 / 70%);
    font-size: 15px;
    line-height: 1;
    transition: all 0.3s;
    padding-left: 20px;
}
.foot_abaadaab:hover {
    color: #FFB74D;
    transform: translateX(6px);
}
.foot_abaadb {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.foot_abaadba {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
}
.foot_abaadbb {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 15px;
}
.foot_abaadbba {
    flex: 1;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px 0 0 6px;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    outline: none;
    transition: all 0.3s;
}
.foot_abaadbba:focus {
    border-color: #FFB74D;
    background: rgba(255, 255, 255, 0.08);
}
.foot_abaadbbb {
    height: 47px;
    background: #FFB74D;
    color: #0A1428;
    border: none;
    padding: 0px 20px;
    border-radius: 0 6px 6px 0;
    font-weight: 600;
    transition: all 0.3s;
    font-size: 15px;
    line-height: 1;
}
.foot_abaadbbb:hover {
    background: #FF9800;
}
.foot_b {
    width: 100%;
    height: 60px;
    background: #06101F;
    border-top: 1px solid rgb(255 255 255 / 3%);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.foot_ba {
    width: 1280px;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.foot_baa {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
.foot_baaa {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.5);
}
.foot_baaaa {
    margin: 0 7px;
    display: block;
}
.foot_baaa a {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.5);
}
.foot_bab {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}
.foot_baba {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.foot_babaa {
    height: 100%;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.foot_babaa::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 0;
    height: 1px;
    background: #FFB74D;
    transition: width 0.3s;
}
.foot_babaa:hover {
    color: #FFB74D;
}
.foot_babaa:hover::after {
    width: 100%;
}
.foot_babb {
    font-size: 13px;
    line-height: 1;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.05);
}
.foot_babb:hover {
    background: #FFB74D;
    color: #0A1428;
}
.foot_smtc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.foot_smtc.active {
    opacity: 1;
    visibility: visible;
}
.foot_smtc_a {
    width: 880px;
    height: 670px;
    border-radius: 15px;
    overflow: hidden;
    transform: translateY(20px);
    transition: transform 0.3s;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.foot_smtc_aa {
    width: 100%;
    height: 70px;
    background: #0A1428;
    color: #fff;
    padding: 0 30px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.foot_smtc_aaa {
    height: 100%;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.foot_smtc_aab {
    height: 100%;
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    transition: color 0.3s;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.foot_smtc_aab:hover {
    color: #FFB74D;
}
.foot_smtc_aab:before {
    content: "\e65a";
    font-weight: 900;
}
.foot_smtc_ab {
    height: 600px;
    padding: 25px 30px;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.foot_smtc_ab p {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    color: #333;
}
/*底部结束*/
/*顶部大图开始*/
.dbdt {
    width: 100%;
    height: 350px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: center;
}
.dbdt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.3), rgba(0,0,0,0.1));
    z-index: 1;
}
.dbdt_a {
    width: 1280px;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 15px;
    z-index: 2;
}
.dbdt_aa {
    height: 16px;
    font-size: 22px;
    line-height: 20px;
    color: #ffffff;
    font-family: 'FS Sinclair Bold';
    margin-left: -1px;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.dbdt_ab {
    width: 6px;
    height: 14px;
    background: linear-gradient(180deg, #ff7e00, #ffb74d);
    margin-bottom: -7px;
}
/*顶部大图结束*/
/*子页导航开始*/
.zydh {
    width: 100%;
    height: 80px;
    border-bottom: 2px solid #f9f5f2;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.zydh_a {
    width: 1280px;
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.zydh_a:after {
    content: "";
    width: 100%;
    border-bottom: 2px solid #f0e6df;
    position: absolute;
    bottom: -2px;
}
.zydh_aa {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.zydh_aa a {
    height: 100%;
    font-size: 15px;
    line-height: 1;
    color: #7f8c8d;
    font-weight: 700;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: color 0.3s ease;
}
.zydh_aa a:hover {
    color: #ff7e00;
}
.zydh_aa a:after {
    content: "\e65f";
    font-family: 'iconfont';
    height: 100%;
    font-size: 10px;
    line-height: 1;
    margin: 0 5px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: rgba(127, 140, 141, 0.5);
}
.zydh_aa a:last-child::after {
    display: none;
}
.zydh_ab {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}
.zydh_aba {
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 12.5px;
}
.zydh_aba:first-child {
    padding-left: 0;
}
.zydh_aba:nth-last-child(2) {
    padding-right: 0;
}
.zydh_abaa {
    height: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #7f8c8d;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    position: relative;
    transition: color 0.3s ease;
}
.zydh_abaa.active {
    color: #ff7e00;
}
.zydh_abaa:hover:not(.active) {
    color: #ff9533;
}
.zydh_abb {
    position: absolute;
    bottom: -2px;
    height: 2px;
    background: linear-gradient(90deg, #ff7e00, #ffb74d);
    transition: all 0.3s ease;
    z-index: 10;
}
.zydh_abb.hidden {
    opacity: 0;
}
/* 子页导航结束 */

/* 通用模型开始 */
.lmty {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
}
.lmty_a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.wow.fadeInUp p {
    opacity: 0;
    transform: translateY(50px);
    animation: vankeFadeUp 1s ease forwards;
    animation-play-state: paused;
    animation-delay: calc(var(--delay-index, 0) * 300ms);
}
.wow.fadeInUp.hover p {
    animation-play-state: running;
}
@keyframes vankeFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/*通用模型结束*/
/*走进长城集团概况开始*/
.jtgk {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.jtgk_zcfd {
    position: fixed;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 30px 0;
    transition: all 0.3s ease;
}
.jtgk_zcfd:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}
.jtgk_zcfd_a {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.jtgk_zcfd_aa {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}
.jtgk_zcfd_aaa {
    color: #7f8c8d;
    transition: all 0.3s ease;
    font-size: 13px;
    line-height: 1;
    user-select: none;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.jtgk_zcfd_aaaa {
    width: 40px;
    height: 40px;
    background-color: #f1f2f6;
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.jtgk_zcfd_aaaaa {
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.jtgk_zcfd_aaaaa.jtjj:before {
    content: "\ea88";
}
.jtgk_zcfd_aaaaa.csbj:before {
    content: "\ea92";
}
.jtgk_zcfd_aaaaa.qywh:before {
    content: "\ea8d";
}
.jtgk_zcfd_aaaaa.fzlc:before {
    content: "\ea90";
}
.jtgk_zcfd_aaaaa.rygk:before {
    content: "\ea95";
}
.jtgk_zcfd_aaaaa.tjfx:before {
    content: "\ea94";
}
.jtgk_zcfd_aaaaa.rylc:before {
    content: "\ea93";
}
.jtgk_zcfd_aaaaa.qycx:before {
    content: "\ea9e";
}
.jtgk_zcfd_aaaaa.lsyg:before {
    content: "\ea90";
}
.jtgk_zcfd_aaaaa.ppjs:before {
    content: "\ea9b";
}
.jtgk_zcfd_aaaaa.ccsm:before {
    content: "\ea9c";
}
.jtgk_zcfd_aaaaa.xzlx:before {
    content: "\ea21";
}
.jtgk_zcfd_aaaaa.gkjy:before {
    content: "\eab1";
}
.jtgk_zcfd_aaaaa.cllc:before {
    content: "\eab3";
}
.jtgk_zcfd_aaaaa.cjwt:before {
    content: "\eab2";
}
.jtgk_zcfd_aaa.active .jtgk_zcfd_aaaa, .jtgk_zcfd_aaa:hover .jtgk_zcfd_aaaa {
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(255, 126, 0, 0.2);
}
.jtgk_zcfd_aaa.active, .jtgk_zcfd_aaa:hover {
    color: #ff7e00;
    font-weight: 500;
}
.jtgk_zcfd_aaab {
    display: block;
}
.jtgk_tymx {
    width: 100%;
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
    overflow: hidden;
}
.jtgk_tymx_a {
    width: 1280px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.jtgk_tymx_aa {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 70px;
    gap: 20px;
}
.jtgk_tymx_aa::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 25px;
    height: 3px;
    border-radius: 3px;
    transition: all 0.3s ease;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #ff7e00, #ffb74d);
}
.jtgk_tymx:hover .jtgk_tymx_aa::after {
    width: 60px;
}
.jtgk_tymx_aaa {
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    color: #2c3e50;
    letter-spacing: 2px;
    text-align: center;
    text-indent: 2px;
}
.jtgk_tymx_aab {
    font-size: 16px;
    line-height: 1;
    color: #7f8c8d;
}
.jtgk_a {
    background-color: #ffffff;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 126, 0, 0.03) 0%, transparent 20%), radial-gradient(circle at 90% 80%, rgba(255, 183, 77, 0.03) 0%, transparent 20%);
}
.jtgk_aa {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
}
.jtgk_aa::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    opacity: 0.05;
    border-radius: 50%;
    z-index: 0;
}
.jtgk_aa::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 20%;
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #ffb74d, #ff7e00);
    opacity: 0.03;
    border-radius: 50%;
    z-index: 0;
}
.jtgk_aaa {
    width: 800px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    gap: 50px;
}
.jtgk_aaaa {
    width: 100%;
    font-size: 28px;
    line-height: 1;
    color: #2c3e50;
    font-weight: 600;
    padding-left: 20px;
}
.jtgk_aaaa::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 28px;
    background: linear-gradient(180deg, #ff7e00, #ffb74d);
    border-radius: 4px;
}
.jtgk_aaab {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    font-size: 15px;
    line-height: 25px;
    color: rgba(60,60,72,.7);
    text-align: justify;
    gap: 25px;
}
.jtgk_aaab p {
    width: 100%;
    margin: -5px 0;
}
.jtgk_aaac {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}
.jtgk_aaaca {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
}
.jtgk_aaacaa {
    color: #ff7e00;
    font-size: 22px;
    line-height: 1;
}
.jtgk_aaacaa:before {
    content: "\ea84";
}
.jtgk_aaacab {
    font-size: 20px;
    line-height: 1;
    color: #2c3e50;
    font-weight: 500;
}
.jtgk_aaacb {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
.jtgk_aaacba {
    width: 100%;
    height: 35px;
    background-color: #f1f2f6;
    border-radius: 25px;
    font-size: 15px;
    line-height: 1;
    color: #4a4a4a;
    transition: all 0.3s ease;
    gap: 5px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.jtgk_aaacbaa {
    height: 100%;
    color: #ff7e00;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.jtgk_aaacbaa:before {
    content: "\ea85";
}
.jtgk_aaacba:hover {
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    color: #ffffff;
    transform: translateY(-3px);
}
.jtgk_aaacba:hover .jtgk_aaacbaa {
    color: #ffffff;
}
.jtgk_aaacbab {
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.jtgk_aab {
    width: 400px;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-top: 78px;
}
.jtgk_aaba {
    background-color: #f9f9f9;
    border-radius: 15px;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.jtgk_aaba:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 30px rgba(0,0,0,0.05);
    border-color: rgba(255,126,0,0.1);
    background-color: #ffffff;
}
.jtgk_aaba::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff7e00, #ffb74d);
    transform: scaleX(0);
    transition: transform 0.5s ease;
}
.jtgk_aaba:hover::before {
    transform: scaleX(1);
}
.jtgk_aaba::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 12px;
    height: 12px;
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.jtgk_aaba:hover::after {
    opacity: 1;
}
.jtgk_aabaa {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, rgba(255, 126, 0, 0.1), rgba(255, 183, 77, 0.1));
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.jtgk_aaba:hover .jtgk_aabaa {
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
}
.jtgk_aabaaa {
    font-size: 26px;
    color: #ff7e00;
    transition: all 0.3s ease;
}
.jtgk_aaba:hover .jtgk_aabaaa {
    color: #ffffff;
    transform: rotate(15deg) scale(1.2);
}
.jtgk_aabaaa.nf:before {
    content: "\ea86";
}
.jtgk_aabaaa.dw:before {
    content: "\ea88";
}
.jtgk_aabaaa.yg:before {
    content: "\ea87";
}
.jtgk_aabaaa.zc:before {
    content: "\ea89";
}
.jtgk_aabab {
    height: 27px;
    font-size: 36px;
    line-height: 34px;
    font-weight: 700;
    color: #2c3e50;
    font-family: 'dinpro-condmedium', sans-serif;
}
.jtgk_aabac {
    font-size: 15px;
    line-height: 1;
    color: #7f8c8d;
    letter-spacing: 1.5px;
    font-weight: 400;
    text-indent: 1.5px;
}
.jtgk_b {
    background-color: #fafafa;
    border-top: 1px solid rgba(0,0,0,0.03);
    border-bottom: 1px solid rgba(0,0,0,0.03);
}
.jtgk_ba {
    width: 100%;
    min-height: 418px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.jtgk_baa {
    width: 640px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}
.jtgk_baaa {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(142.5px, 1fr));
    gap: 15px;
}
.jtgk_baaaa {
    width: 100%;
    height: 45px;
    background-color: #ffffff;
    border-radius: 25px;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    color: #2c3e50;
    transition: all 0.3s ease;
    gap: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
    flex-wrap: nowrap;
}
.jtgk_baaaa.active {
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(255, 126, 0, 0.15);
}
.jtgk_baaaa:hover:not(.active) {
    background-color: #f8f9fa;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    transform: translateY(-2px);
}
.jtgk_baaaaa {
    height: 100%;
    font-size: 16px;
    line-height: 1;
    color: #ff7e00;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.jtgk_baaaa.active .jtgk_baaaaa {
    color: #ffffff;
}
.jtgk_baaaaa:before {
    content: "\ea8b";
}
.jtgk_baab {
    width: 100%;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}
.jtgk_baaba {
    width: 100%;
    font-size: 17px;
    line-height: 1;
    color: #2c3e50;
    font-weight: 500;
    gap: 8px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.jtgk_baabaa {
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 1;
    color: #ff7e00;
}
.jtgk_baabaa:before {
    content: "\ea8c";
}
.jtgk_baabb {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}
.jtgk_baabba {
    height: 31px;
    padding: 0 15px;
    background-color: #f8f9fa;
    border-radius: 20px;
    font-size: 14px;
    line-height: 1;
    color: #4a4a4a;
    transition: all 0.2s ease;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.jtgk_baabba:hover, .jtgk_baabba.active {
    background-color: #ff7e00;
    color: #ffffff;
}
.jtgk_bab {
    width: 660px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -100px;
    top: -119px;
    z-index: 999;
}
#china-map {
    width: 100%;
    height: 650px;
}
.jtgk_c {
    background-color: #ffffff;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 126, 0, 0.03) 0%, transparent 20%), radial-gradient(circle at 90% 80%, rgba(255, 183, 77, 0.03) 0%, transparent 20%);
}
.jtgk_ca {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.jtgk_caa {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.jtgk_caaa {
    width: 100%;
    height: 100%;
    background-color: #f8f9fa;
    border-radius: 15px;
    padding: 35px;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.jtgk_caaa::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #ff7e00, #ffb74d);
    transform: scaleX(0);
    transition: transform 0.5s ease;
}
.jtgk_caaa:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border-color: rgba(255,126,0,0.1);
    background-color: #ffffff;
}
.jtgk_caaa:hover::before {
    transform: scaleX(1);
}
.jtgk_caaaa {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(255, 126, 0, 0.1), rgba(255, 183, 77, 0.1));
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.jtgk_caaa:hover .jtgk_caaaa {
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
}
.jtgk_caaaaa {
    font-size: 30px;
    line-height: 1;
    color: #ff7e00;
    transition: all 0.3s ease;
}
.jtgk_caaa:hover .jtgk_caaaaa {
    color: #ffffff;
    transform: scale(1.1);
}
.jtgk_caaaaa:before {
    content: "\ea83";
}
.jtgk_caaab {
    font-size: 20px;
    line-height: 1;
    color: #2c3e50;
    font-weight: 600;
    margin-top: 25px;
}
.jtgk_caaac {
    font-size: 15px;
    line-height: 1;
    color: #7f8c8d;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.jtgk_d {
    background-color: #fafafa;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    padding-bottom: 0;
}
.jtgk_da {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.jtgk_daa {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.jtgk_daaa {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    border-radius: 50%;
    line-height: 1;
    box-shadow: 0 3px 10px rgba(255, 126, 0, 0.2);
    z-index: 10;
    transition: all 0.3s ease;
    font-size: 16px;
    line-height: 1;
    color: #fff;
}
.jtgk_daaa:hover {
    background: linear-gradient(135deg, #e06d00, #ff9e4d);
    transform: translateY(-50%) scale(1.1);
}
.jtgk_daaa.left {
    left: 0;
}
.jtgk_daaa.left:before {
    content: "\e675";
}
.jtgk_daaa.right {
    right: 0;
}
.jtgk_daaa.right:before {
    content: "\100ee";
}
.jtgk_daab {
    width: 1100px;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.jtgk_daab::-webkit-scrollbar {
    display: none;
}
.jtgk_daaba {
    width: 96.5px;
    height: 38px;
    background-color: #f1f2f6;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #2c3e50;
    transition: all 0.3s ease;
}
.jtgk_daaba.active {
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    color: #ffffff;
}
.jtgk_daaba:hover {
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    color: #ffffff;
}
.jtgk_dab {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 100px 0;
    position: relative;
    gap: 50px;
}
.jtgk_dab:before {
    content: "";
    position: absolute;
    top: 0;
    left: 137.25px;
    width: 2px;
    height: 100%;
    background: #f1f2f6;
    border-radius: 2px;
}
.jtgk_daba {
    width: 100%;
    display: none;
    animation: fadeIn 0.6s ease;
}
.jtgk_daba.active {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    align-items: stretch;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.jtgk_dabaa {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.jtgk_dabaaa {
    transition: all 0.3s ease;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}
.jtgk_dabaaa:hover {
    transform: translateY(-2px);
}
.jtgk_dabaaaa {
    width: 137.25px;
    position: absolute;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.jtgk_dabaaaa:after {
    content: "\e63c";
    position: absolute;
    right: -11px;
    font-size: 20px;
    color: #2c3e50;
}
.jtgk_dabaaaaa {
    width: 100%;
    font-size: 20px;
    line-height: 1;
    color: #2c3e50;
    transition: all 0.3s ease;
    padding-right: 30px;
    text-align: right;
}
.jtgk_dabaaa:hover .jtgk_dabaaaaa {
    transform: scale(1.05);
}
.jtgk_dabaaab {
    width: 100%;
    padding-left: 167.25px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px;
}
.jtgk_dabaaaba {
    width: 100%;
    height: 20px;
    font-size: 20px;
    line-height: 1;
    color: #2c3e50;
    font-weight: 600;
    text-align: justify;
}
.jtgk_dabaaabb {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}
.jtgk_dabaaabba {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    color: rgba(60,60,72,.7);
    text-align: justify;
    margin: -5px 0;
}
.jtgk_dabaaabbb {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
.jtgk_dabaaabbba {
    height: 32px;
    padding: 0 15px;
    background: #fff;
    border-radius: 25px;
    font-size: 12px;
    line-height: 1;
    color: rgba(60,60,72,.7);
    border: 1px solid #e9ecef;
    transition: all 0.2s ease;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.jtgk_dabaaabbba:hover {
    background-color: #fff8f0;
    border-color: #ffd5a0;
    transform: translateY(-2px);
}
.jtgk_dabaaabbbaa {
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #ff7e00;
}
.jtgk_dabaaabbbaa:before {
    content: "\e8d6";
}
/*走进长城集团概况结束*/
/*走进长城主席致辞开始*/
.zxzc {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.zxzc_a {
    background-color: #ffffff;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 126, 0, 0.03) 0%, transparent 20%), radial-gradient(circle at 90% 80%, rgba(255, 183, 77, 0.03) 0%, transparent 20%);
}
.zxzc_aa {
    width: 1280px;
    height: 500px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    background: #f0f0f2;
    overflow: hidden;
}
.zxzc_aaa {
    width: 880px;
    height: 100%;
    padding: 0 60px 60px 60px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-end;
    align-items: flex-start;
    opacity: 0;
    transform: translateY(30px);
    animation: contentFadeIn 1.6s cubic-bezier(0.19, 1, 0.22, 1) 1s forwards;
}
@keyframes contentFadeIn {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}
.zxzc_aaaa {
    width: 100%;
    height: 32px;
    font-size: 50px;
    line-height: 32px;
    color: #ece8e6;
    font-weight: 600;
    font-family: Rajdhani-bold;
    margin-left: -2px;
    text-transform: uppercase;
}
.zxzc_aaab {
    font-size: 24px;
    line-height: 1;
    color: #2c3e50;
    margin-top: 20px;
    display: block;
}
.zxzc_aaac {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    color: rgba(60, 60, 72, .7);
    text-align: justify;
    padding-top: 30px;
    margin: -5px 0;
}
.zxzc_aaac p {
    width: 100%;
}
.zxzc_aab {
    width: 400px;
    height: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    opacity: 0;
    animation: fadeIn 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.zxzc_aaba {
    width: 0;
    height: 100%;
    overflow: hidden;
    position: relative;
    transform-origin: left center;
    animation: photoExpandLeft 1.6s cubic-bezier(0.19, 1, 0.22, 1) 1s forwards;
}
@keyframes photoExpandLeft {
    from { width: 0; }
    to { width: 400px; }
}
.zxzc_aaba::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 2;
    transform-origin: left center;
    animation: lineExpand 1.6s cubic-bezier(0.19, 1, 0.22, 1) 1s forwards;
}
.zxzc_aaba::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #ff7e00, #ffb74d);
    z-index: 3;
    transform-origin: left center;
    animation: lineExpand 1.6s cubic-bezier(0.19, 1, 0.22, 1) 1s forwards;
}
@keyframes lineExpand {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}
.zxzc_aabaa {
    width: 400px;
    height: 100%;
    object-fit: cover;
    filter: brightness(1.02) contrast(0.98);
}
.zxzc_aabab {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0.08), rgba(0,0,0,0.05));
    z-index: 1;
    pointer-events: none;
}
.zxzc_b {
    background-color: #fafafa;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.zxzc_ba {
    width: 1280px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: stretch;
    gap: 80px;
}
.zxzc_baa {
    width: 280px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    border-right: 1px solid rgba(255, 126, 0, 0.1);
}
.zxzc_baaa {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}
.zxzc_baaaa {
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    color: #2c3e50;
    letter-spacing: 2px;
    text-indent: 2px;
    position: relative;
    padding-bottom: 20px;
}
.zxzc_baaaa::after {
    content: '';
    position: absolute;
    left: 0%;
    bottom: 0;
    width: 30px;
    height: 3px;
    border-radius: 3px;
    transition: all 0.3s ease;
    background: linear-gradient(90deg, #ff7e00, #ffb74d);
}
.zxzc_b:hover .zxzc_baaaa::after {
    width: 62px;
}
.zxzc_baaab {
    letter-spacing: 1px;
    height: 16px;
    font-size: 20px;
    line-height: 16px;
    font-weight: 500;
    font-family: Rajdhani-bold;
    margin-left: -1px;
    background: linear-gradient(90deg, #ff7e00, #ffb74d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.zxzc_bab {
    width: 920px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    font-size: 15px;
    line-height: 25px;
    color: rgba(60, 60, 72, .7);
    text-align: justify;
    gap: 25px;
}
.zxzc_bab p {
    width: 100%;
    margin: -5px 0;
}
/*走进长城主席致辞结束*/
/*走进长城管理团队开始*/
.gltd {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.gltd_a {
    background-color: #ffffff;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 126, 0, 0.03) 0%, transparent 20%), radial-gradient(circle at 90% 80%, rgba(255, 183, 77, 0.03) 0%, transparent 20%);
}
.gltd_aa {
    gap: 70px;
}
.gltd_aaa {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.gltd_aaaa {
    width: 130px;
    height: 48px;
    background-color: #f1f2f6;
    border-radius: 25px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #4a4a4a;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: none;
    outline: none;
}
.gltd_aaaa::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.gltd_aaaa.active, .gltd_aaaa:hover {
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(255, 126, 0, 0.25);
    transform: translateY(-3px);
}
.gltd_aaaa:hover::after, .gltd_aaaa.active::after {
    left: 100%;
}
.gltd_aab {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.gltd_aaba {
    display: none;
}
.gltd_aaba.active {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    animation: fadeIn 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.gltd_aabaa {
    width: 100%;
    background-color: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #f0f0f0;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    opacity: 0;
    transform: translateY(20px);
}
.gltd_aaba.active .gltd_aabaa {
    animation: cardRise 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.gltd_aaba.active .gltd_aabaa:nth-child(n) {
    animation-delay: calc(0.1s * (var(--n) - 1));
}
@keyframes cardRise {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.gltd_aabaa::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff7e00, #ffb74d);
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: left center;
}
.gltd_aabaa::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 12px;
    height: 12px;
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: scale(0.5);
}
.gltd_aabaa:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 30px rgba(0,0,0,0.08);
    border-color: rgba(255,126,0,0.2);
    background-color: #ffffff;
}
.gltd_aabaa:hover::before {
    transform: scaleX(1);
}
.gltd_aabaa:hover::after {
    opacity: 1;
    transform: scale(1);
}
.gltd_aabaaa {
    width: 100%;
    height: 100px;
    background: linear-gradient(135deg, rgba(255, 126, 0, 0.05), rgba(255, 183, 77, 0.05));
    position: relative;
    transition: background 0.3s ease;
}
.gltd_aabaa:hover .gltd_aabaaa {
    background: linear-gradient(135deg, rgba(255, 126, 0, 0.1), rgba(255, 183, 77, 0.1));
}
.gltd_aabaab {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -27px;
    border: 6px solid #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 2;
    background-color: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
}
.gltd_aabaa:hover .gltd_aabaab {
    box-shadow: 0 8px 20px rgba(255, 126, 0, 0.2);
    transform: translateY(-5px);
}
.gltd_aabaaba {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(0.95);
}
.gltd_aabaa:hover .gltd_aabaaba {
    transform: scale(1.1);
    filter: brightness(1.05);
}
.gltd_aabaabb {
    width: 60px;
    height: 60px;
    font-size: 60px;
    line-height: 1;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #ff7e00, #ffb74d);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.gltd_aabaabb:before {
    content: "\e6dc";
}
.gltd_aabaa:hover .gltd_aabaabb {
    transform: scale(1.2) rotate(5deg);
}
.gltd_aabaac {
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.gltd_aabaaca {
    width: 100%;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: #2c3e50;
    transition: color 0.3s ease, transform 0.3s ease;
    text-align: center;
    position: relative;
    padding-bottom: 8px;
}
.gltd_aabaaca::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ff7e00, transparent);
    transition: width 0.3s ease;
}
.gltd_aabaa:hover .gltd_aabaaca {
    color: #ff7e00;
    transform: translateY(-3px);
}
.gltd_aabaa:hover .gltd_aabaaca::after {
    width: 60px;
}
.gltd_aabaacb {
    width: 100%;
    font-size: 15px;
    line-height: 1.2;
    color: #ff7e00;
    margin-top: 15px;
    font-weight: 500;
    text-align: center;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.8;
}
.gltd_aabaa:hover .gltd_aabaacb {
    transform: translateY(-2px);
    opacity: 1;
}
.gltd_aabaacc {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    color: rgba(60, 60, 72, .7);
    text-align: justify;
    transition: all 0.3s ease;
    padding-top: 25px;
    display: block;
    transform: translateY(0);
}
.gltd_aabaa:hover .gltd_aabaacc {
    color: rgba(60, 60, 72, 0.9);
    transform: translateY(-3px);
}
/*走进长城管理团队结束*/
/*走进长城机构设置开始*/
.jgsz {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.jgsz_a {
    background-color: #ffffff;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 126, 0, 0.03) 0%, transparent 20%), radial-gradient(circle at 90% 80%, rgba(255, 183, 77, 0.03) 0%, transparent 20%);
}
.jgsz_aa {
    gap: 70px;
}
.jgsz_aaa {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.jgsz_aaaaa {
    width: 130px;
    height: 48px;
    background-color: #f1f2f6;
    border-radius: 25px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #4a4a4a;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.jgsz_aaaaa::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.jgsz_aaaaa.active {
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    color: #ffffff;
}
.jgsz_aaaaa:hover {
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    color: #ffffff;
    transform: translateY(-3px);
}
.jgsz_aaaaa:hover::after, .jgsz_aaaaa.active::after {
    left: 100%;
}
.jgsz_aab {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.jgsz_aaba {
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
}
.jgsz_aabaa {
    width: 100%;
    font-size: 28px;
    line-height: 1;
    color: #2c3e50;
    font-weight: 600;
    padding-left: 15px;
    position: relative;
    animation: fadeInLeft 0.5s ease forwards;
    opacity: 0;
    transform: translateX(-20px);
}
@keyframes fadeInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.jgsz_aabaa::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 28px;
    background: linear-gradient(180deg, #ff7e00, #ffb74d);
    border-radius: 4px;
}
.jgsz_aabab {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.jgsz_aababa {
    width: 100%;
    height: 155px;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
    gap: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    opacity: 0;
    transform: translateY(20px);
}
.jgsz_aababa::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: linear-gradient(180deg, #ff7e00, #ffb74d);
    transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.jgsz_aababa:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 126, 0, 0.2);
}
.jgsz_aababa:hover::before {
    height: 100%;
}
.jgsz_aababa::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 126, 0, 0.03), rgba(255, 183, 77, 0.03));
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.jgsz_aababa:hover::after {
    opacity: 1;
}
.jgsz_aababaa {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 1;
}
.jgsz_aababaaa {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(255, 126, 0, 0.1), rgba(255, 183, 77, 0.1));
    border-radius: 50%;
    color: #ff7e00;
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}
.jgsz_aababa:hover .jgsz_aababaaa {
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    color: #ffffff;
    transform: scale(1.1);
    box-shadow: 0 4px 10px rgba(255, 126, 0, 0.2);
}
.jgsz_aababaaa:before {
    content: "\e637";
}
.jgsz_aababaab {
    font-size: 19px;
    line-height: 1;
    font-weight: 600;
    color: #2c3e50;
    transition: color 0.3s ease;
}
.jgsz_aababa:hover .jgsz_aababaab {
    color: #ff7e00;
}
.jgsz_aababab {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: rgba(60, 60, 72, .7);
    margin: -5px 0;
    text-align: justify;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}
.jgsz_aababa:hover .jgsz_aababab {
    color: rgba(60, 60, 72, 0.9);
}
.jgsz_aabac {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.jgsz_aabaca {
    width: 100%;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
    transition: all 0.4s ease;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}
.jgsz_aabaca:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-color: rgba(255, 126, 0, 0.1);
}
.jgsz_aabacaa {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}
.jgsz_aabacaaa {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.jgsz_aabacaaaa {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(255, 126, 0, 0.1), rgba(255, 183, 77, 0.1));
    border-radius: 50%;
    color: #ff7e00;
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}
.jgsz_aabacaaaa:before {
    content: "\e637";
}
.jgsz_aabacaaa:hover .jgsz_aabacaaaa {
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    color: #ffffff;
    transform: scale(1.1);
    box-shadow: 0 4px 10px rgba(255, 126, 0, 0.2);
}
.jgsz_aabacaaab {
    font-size: 19px;
    line-height: 1;
    font-weight: 600;
    color: #2c3e50;
    transition: color 0.3s ease;
}
.jgsz_aabacaaa:hover .jgsz_aabacaaab {
    color: #ff7e00;
}
.jgsz_aabacaab {
    width: 100%;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(60, 60, 72, .7);
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f2f6;
    text-align: justify;
    transition: color 0.3s ease;
}
.jgsz_aabaca:hover .jgsz_aabacaab {
    color: rgba(60, 60, 72, 0.9);
}
.jgsz_aabacab {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.jgsz_aabacaba {
    width: 100%;
    background-color: #f9f9f9;
    border-radius: 12px;
    padding: 25px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
}
.jgsz_aabacaba::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 126, 0, 0.05), rgba(255, 183, 77, 0.05));
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.jgsz_aabacaba:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
    border-color: rgba(255, 126, 0, 0.2);
    background-color: #ffffff;
}
.jgsz_aabacaba:hover::before {
    width: 100%;
}
.jgsz_aabacabaa {
    width: 100%;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: #2c3e50;
    gap: 8px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 1;
}
.jgsz_aabacabaaa {
    height: 19px;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    color: #ff7e00;
    background-color: rgba(255, 126, 0, 0.1);
    padding: 0 8px;
    border-radius: 4px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}
.jgsz_aabacaba:hover .jgsz_aabacabaaa {
    background-color: #ff7e00;
    color: #ffffff;
}
.jgsz_aabacabab {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(60,60,72,.7);
    position: relative;
    z-index: 1;
}
.jgsz_aabacababa {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    transition: color 0.3s ease;
}
.jgsz_aabacaba:hover .jgsz_aabacababa {
    color: rgba(60,60,72,0.9);
}
.jgsz_aabacababaa {
    width: 16px;
    height: 16px;
    color: #ff7e00;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: transform 0.3s ease;
    margin-right: 8px;
}
.jgsz_aabacaba:hover .jgsz_aabacababaa {
    transform: scale(1.2);
}
.jgsz_aabacababaa.zd:before {
    content: "\e8c4";
}
.jgsz_aabacababaa.fg:before {
    content: "\ea92";
}
.jgsz_aabacababaaa {
    color: #ff7e00;
    font-weight: 600;
}
.jgsz_aabacb {
    width: 100%;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
    display: none;
    animation: fadeIn 0.5s ease forwards;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.jgsz_aabacba {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.jgsz_aabacbaa {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #2c3e50;
    transition: color 0.3s ease;
}
.jgsz_aabacba:hover .jgsz_aabacbaa {
    color: #ff7e00;
}
.jgsz_aabacbab {
    height: 36px;
    padding: 0 15px;
    background-color: #f8f9fa;
    border-radius: 25px;
    color: #2c3e50;
    font-size: 14px;
    line-height: 1;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid transparent;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.jgsz_aabacbab::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,126,0,0.1), transparent);
    transition: all 0.6s ease;
}
.jgsz_aabacbab:hover {
    background-color: #ff7e00;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(255, 126, 0, 0.2);
    transform: translateY(-2px);
}
.jgsz_aabacbab:hover::after {
    left: 100%;
}
.jgsz_aabacbb {
    width: 100%;
    border-collapse: collapse;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.jgsz_aabacbba {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.jgsz_aabacbbaa {
    width: 100%;
    height: 45px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f9fa;
    font-weight: 600;
    color: #2c3e50;
    font-size: 15px;
    line-height: 1;
    border-bottom: 1px solid #f1f2f6;
    transition: background-color 0.3s ease;
}
.jgsz_aabacbba:hover .jgsz_aabacbbaa {
    background-color: #f1f2f6;
}
.jgsz_aabacbbaaa, .jgsz_aabacbbaab, .jgsz_aabacbbaac {
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    text-indent: 15px;
    position: relative;
}
.jgsz_aabacbbaaa::after, .jgsz_aabacbbaab::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    height: 25px;
    width: 1px;
    background-color: #e0e0e0;
}
.jgsz_aabacbbb {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.jgsz_aabacbbba {
    width: 100%;
    height: 45px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f1f2f6;
    transition: all 0.3s ease;
    background-color: #ffffff;
}
.jgsz_aabacbbba:hover {
    background-color: #fafafa;
    transform: translateX(5px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.jgsz_aabacbbbaa {
    width: 100%;
    height: 100%;
    color: rgba(60, 60, 72, .7);
    font-size: 14px;
    line-height: 1;
    text-indent: 15px;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    transition: color 0.3s ease;
}
.jgsz_aabacbbba:hover .jgsz_aabacbbbaa {
    color: #ff7e00;
    font-weight: 500;
}
.jgsz_aabacbc {
    width: 100%;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.jgsz_aabacbca {
    width: 100%;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(60, 60, 72, .7);
    padding: 20px 0;
    border-top: 1px solid #f1f2f6;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    text-align: justify;
    transition: color 0.3s ease;
}
.jgsz_aabacbca:hover {
    color: rgba(60, 60, 72, 0.9);
}
.jgsz_aabacbca:first-child {
    border: 0;
    padding-top: 0;
}
.jgsz_aabacbca:last-child {
    padding-bottom: 0;
}
.jgsz_aabacbcaa {
    color: #2c3e50;
    font-weight: 600;
    transition: color 0.3s ease;
}
.jgsz_aabacbca:hover .jgsz_aabacbcaa {
    color: #ff7e00;
}
.jgsz_aabacbcab {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.jgsz_aabacbcaba {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}
.jgsz_aabacbcabaa {
    position: relative;
    transition: all 0.3s ease;
    line-height: 1;
    text-align: justify;
}
.jgsz_aabacbca:hover .jgsz_aabacbcabaa:before {
    transform: scale(1.3);
}
.jgsz_aabacbcabaa:hover {
    padding-left: 5px;
    color: #ff7e00;
}
/*走进长城机构设置结束*/
/*走进长城集团荣誉开始*/
.jtry_a {
    background-color: #ffffff;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 126, 0, 0.03) 0%, transparent 25%), radial-gradient(circle at 90% 80%, rgba(255, 183, 77, 0.03) 0%, transparent 25%);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}
.jtry_aa {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    z-index: 1;
    gap: 50px;
}
.jtry_aaa {
    width: 55%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}
.jtry_aaaa {
    width: 100%;
    font-size: 28px;
    line-height: 1;
    color: #2c3e50;
    font-weight: 600;
    padding-left: 20px;
    position: relative;
}
.jtry_aaaa::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #ff7e00, #ffb74d);
    border-radius: 4px;
}
.jtry_aaab {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    font-size: 15px;
    line-height: 25px;
    color: rgba(60, 60, 72, .7);
    text-align: justify;
    gap: 25px;
}
.jtry_aaab p {
    width: 100%;
    margin: -5px 0;
}
.jtry_aaac {
    width: 100%;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.6s;
    grid-template-columns: repeat(5, 1fr);
    display: grid;
    gap: 15px;
}
.jtry_aaaca {
    width: 100%;
    height: 40px;
    background: rgba(255, 126, 0, 0.08);
    border-radius: 25px;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #ff7e00;
    border: 1px solid rgba(255, 126, 0, 0.15);
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.jtry_aaaca:hover {
    background: rgba(255, 126, 0, 0.15);
    transform: translateY(-4px);
    border-color: rgba(255, 126, 0, 0.3);
}
.jtry_aab {
    width: 600px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
.jtry_aaba {
    background: #f9f9f9;
    border-radius: 15px;
    padding: 20px 30px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #f0f0f0;
    opacity: 0;
    transform: translateY(30px);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.jtry_aaba::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff7e00, #ffb74d);
    transform: scaleX(0);
    transition: transform 0.5s ease;
}
.jtry_aaba:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 30px rgba(0,0,0,0.05);
    border-color: rgba(255,126,0,0.1);
    background-color: #ffffff;
}
.jtry_aaba:hover::before {
    transform: scaleX(1);
}
.jtry_aaba::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 12px;
    height: 12px;
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.jtry_aaba:hover::after {
    opacity: 1;
}
.jtry_aabaa {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, rgba(255, 126, 0, 0.1), rgba(255, 183, 77, 0.1));
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.jtry_aaba:hover .jtry_aabaa {
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    color: #ffffff;
}
.jtry_aabaaa {
    font-size: 26px;
    line-height: 1;
    color: #ff7e00;
    transition: all 0.3s ease;
}
.jtry_aabaaa.qwrz:before {
    content: "\ea99";
}
.jtry_aabaaa.khxl:before {
    content: "\ea97";
}
.jtry_aabaaa.cxyl:before {
    content: "\ea98";
}
.jtry_aabaaa.hybg:before {
    content: "\ea95";
}
.jtry_aaba:hover .jtry_aabaaa {
    color: #ffffff;
    transform: rotate(15deg);
}
.jtry_aabab {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: #2c3e50;
    transition: all 0.3s ease;
}
.jtry_aaba:hover .jtry_aabab {
    transform: translateY(-2px);
}
.jtry_aabac {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    color: #7f8c8d;
    transition: all 0.3s ease;
    text-align: center;
    margin: -5px 0;
}
.jtry_aaba:hover .jtry_aabac {
    color: #4a4a4a;
}
@keyframes float {
    0% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-15px) rotate(5deg); }
    100% { transform: translateY(0px) rotate(0deg); }
}
.jtry_b {
    background-color: #fafafa;
    border-top: 1px solid rgba(255, 126, 0, 0.08);
    border-bottom: 1px solid rgba(255, 126, 0, 0.08);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.jtry_b::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 20% 30%, rgba(255, 126, 0, 0.02) 0%, transparent 30%), radial-gradient(circle at 80% 70%, rgba(255, 183, 77, 0.02) 0%, transparent 30%);
    z-index: 1;
}
.jtry_ba {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
    z-index: 2;
}
.jtry_baa {
    width: 100%;
    padding: 30px 0;
    border-radius: 15px;
    background-color: #ffffff;
    border: 1px solid #fff8f0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.jtry_baa::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #ff7e00, #ffb74d);
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.jtry_baa::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, rgba(255, 126, 0, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    transition: all 0.4s ease;
}
.jtry_baa:hover {
    transform: translateY(-10px) scale(1.03);
    border-color: rgba(255, 126, 0, 0.2);
}
.jtry_baa:hover::before {
    transform: scaleX(1);
}
.jtry_baa:hover::after {
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(255, 126, 0, 0.1) 0%, transparent 70%);
}
.jtry_baaa {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(255, 126, 0, 0.1), rgba(255, 183, 77, 0.1));
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.jtry_baa:hover .jtry_baaa {
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    transform: scale(1);
}
.jtry_baaaa {
    font-size: 28px;
    line-height: 1;
    color: #ff7e00;
    transition: all 0.4s ease;
}
.jtry_baaaa.qwry:before {
    content: "\ea99";
}
.jtry_baaaa.rynf:before {
    content: "\ea9a";
}
.jtry_baaaa.hxry:before {
    content: "\ea96";
}
.jtry_baaaa.khmy:before {
    content: "\ea97";
}
.jtry_baa:hover .jtry_baaaa {
    color: #ffffff;
    transform: rotate(15deg) scale(1.2);
}
.jtry_baab {
    height: 27px;
    font-size: 36px;
    line-height: 34px;
    font-weight: 700;
    color: #2c3e50;
    font-family: 'dinpro-condmedium', sans-serif;
    position: relative;
}
.jtry_baab::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ff7e00, transparent);
    transition: all 0.3s ease;
}
.jtry_baa:hover .jtry_baab {
    color: #ff7e00;
}
.jtry_baa:hover .jtry_baab::after {
    width: 30px;
}
.jtry_baac {
    font-size: 15px;
    line-height: 1;
    color: #7f8c8d;
    letter-spacing: 1.5px;
    font-weight: 400;
    text-indent: 1.5px;
}
.jtry_baa:hover .jtry_baac {
    color: #4a4a4a;
}
.jtry_bb {
    width: 100%;
    background-color: #ffffff;
    border-radius: 18px;
    box-shadow: 0 5px 20px rgba(255, 126, 0, 0.05);
    border: 1px solid #fff8f0;
    position: relative;
    margin-top: 60px;
    z-index: 2;
    overflow: hidden;
    padding: 30px;
}
.jtry_bba {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #7f8c8d;
    background-color: #fff;
    border-radius: 18px;
    z-index: 3;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.jtry_bbaa {
    font-size: 50px;
    line-height: 1;
    color: #ff7e00;
    transition: all 0.3s ease;
    opacity: 0.6;
}
.jtry_bbaa:before {
    content: "\ea94";
}
.jtry_bba:hover .jtry_bbaa {
    opacity: 1;
    transform: scale(1.1) rotate(5deg);
}
.jtry_bbab {
    font-size: 17px;
    line-height: 1;
    color: #4a4a4a;
}
.jtry_bbac {
    width: 120px;
    height: 45px;
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    color: #fff;
    border-radius: 25px;
    font-size: 15px;
    line-height: 1;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.jtry_bbac:hover {
    box-shadow: 0 8px 25px rgba(255, 126, 0, 0.25);
    transform: translateY(-3px) scale(1.05);
    background: linear-gradient(135deg, #e06d00, #ff9e4d);
}
.jtry_c {
    background-color: #ffffff;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 126, 0, 0.03) 0%, transparent 25%), radial-gradient(circle at 90% 80%, rgba(255, 183, 77, 0.03) 0%, transparent 25%);
}
.jtry_ca {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 70px;
}
.jtry_caa {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
}
.jtry_caaa {
    width: 100%;
    height: 43px;
    background-color: #f1f2f6;
    border-radius: 25px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #4a4a4a;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.jtry_caaa::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.jtry_caaa.active {
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    color: #ffffff;
}
.jtry_caaa:hover {
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    color: #ffffff;
    transform: translateY(-3px);
}
.jtry_caaa:hover::after, .jtry_caaa.active::after {
    left: 100%;
}
.jtry_cab {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.jtry_caba {
    width: 100%;
    height: 420px;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
    gap: 25px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    transform: translateY(20px);
}
.jtry_caba::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff7e00, #ffb74d);
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.jtry_caba::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(255, 126, 0, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    transition: all 0.4s ease;
}
.jtry_caba:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 126, 0, 0.2);
}
.jtry_caba:hover::after {
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(255, 126, 0, 0.08) 0%, transparent 70%);
}
.jtry_caba:nth-child(odd)::after {
    background: radial-gradient(circle, rgba(255, 183, 77, 0.03) 0%, transparent 70%);
}
.jtry_caba:hover:nth-child(odd)::after {
    background: radial-gradient(circle, rgba(255, 183, 77, 0.08) 0%, transparent 70%);
}
.jtry_cabaa {
    height: 36px;
    gap: 7px;
    padding: 0 20px;
    background-color: rgba(255, 126, 0, 0.08);
    color: #ff7e00;
    font-size: 14px;
    line-height: 1;
    border-radius: 25px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 126, 0, 0.15);
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.jtry_caba:hover .jtry_cabaa {
    background-color: rgba(255, 126, 0, 0.15);
    border-color: rgba(255, 126, 0, 0.25);
    transform: translateY(-3px);
}
.jtry_cabaaa {
    font-size: 14px;
    line-height: 1;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.jtry_cabaaa:before {
    content: "\ea86";
}
.jtry_caba:hover .jtry_cabaaa {
    transform: rotate(15deg);
}
.jtry_cabab {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1;
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
    text-align: justify;
}
.jtry_cabab::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 36px;
    height: 3px;
    border-radius: 25px;
    background: linear-gradient(90deg, #ff7e00, #ffb74d);
    transition: all 0.3s ease;
}
.jtry_caba:hover .jtry_cabab {
    color: #ff7e00;
    transform: translateY(-3px);
}
.jtry_caba:hover .jtry_cabab::after {
    width: 54px;
}
.jtry_cabac {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    font-size: 15px;
    line-height: 25px;
    color: rgba(60, 60, 72, .7);
    text-align: justify;
    gap: 25px;
    margin-top: 15px;
    transition: all 0.3s ease;
}
.jtry_caba:hover .jtry_cabac {
    color: #374151;
    transform: translateY(-3px);
}
.jtry_cabac p {
    width: 100%;
    margin: -5px 0;
}
.jtry_cabad {
    width: 100%;
    transition: all 0.3s ease;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.jtry_cabada {
    height: 30px;
    padding: 0 15px;
    background-color: #fff8f0;
    color: #ff7e00;
    font-size: 14px;
    line-height: 1;
    border-radius: 25px;
    border: 1px solid rgba(255, 126, 0, 0.15);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 30px;
}
.jtry_caba:hover .jtry_cabada {
    background-color: rgba(255, 126, 0, 0.15);
    border-color: rgba(255, 126, 0, 0.3);
    color: #e06d00;
    transform: translateY(-2px);
}
.jtry_caba:hover .jtry_cabada:nth-child(odd) {
    background-color: rgba(255, 183, 77, 0.15);
    border-color: rgba(255, 183, 77, 0.3);
    color: #e08d00;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/*走进长城集团荣誉结束*/
/*走进长城成员单位开始*/
.cydw {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.cydw_a {
    background-color: #ffffff;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 126, 0, 0.03) 0%, transparent 20%), radial-gradient(circle at 90% 80%, rgba(255, 183, 77, 0.03) 0%, transparent 20%);
}
.cydw_aa {
}
.cydw_aaa {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    margin-bottom: 70px;
}
.cydw_aaaa {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.cydw_aaaaa {
    height: 45px;
    padding: 0 20px;
    background-color: #f1f2f6;
    border-radius: 25px;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    color: #4a4a4a;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.cydw_aaaaa::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.cydw_aaaaa.active {
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    color: #ffffff;
}
.cydw_aaaaa:hover {
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    color: #ffffff;
    transform: translateY(-3px);
}
.cydw_aaaaa:hover::after, .cydw_aaaaa.active::after {
    left: 100%;
}
.cydw_aaab {
    height: 45px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 10;
}
.cydw_aaaba {
    width: 45px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    overflow: hidden;
    transition: width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 11;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.cydw_aaaba.active {
    width: 400px;
    border: 1px solid #E5E7EB;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
}
.cydw_aaabb {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    color: #fff;
    font-size: 18px;
    line-height: 1;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 12;
    position: relative;
}
.cydw_aaabb::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.cydw_aaabb:hover::after {
    left: 100%;
}
.cydw_aaabb.active {
    display: none;
}
.cydw_aaabba:before {
    content: "\e752";
}
.cydw_aaabaa {
    width: 0;
    height: 100%;
    border: none;
    outline: none;
    background: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
}
.cydw_aaaba.active .cydw_aaabaa {
    opacity: 1;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    color: #2c3e50;
    text-indent: 15px;
}
.cydw_aaabaa::placeholder {
    color: #9CA3AF;
}
.cydw_aaabaaa {
    width: 25px;
    height: 25px;
    font-size: 9px;
    line-height: 1;
    transition: all 0.3s ease;
    display: none;
    position: absolute;
    right: 9px;
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    border-radius: 50%;
    color: #fff;
}
.cydw_aaaba.active .cydw_aaabaaa:before {
    width: 100%;
    height: 100%;
    content: "\e65a";
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.cydw_aaabaaa:hover {
    transform: rotate(180deg);
}
.cydw_aab {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.cydw_aaba {
    width: 100%;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #f0f0f0;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}
.cydw_aaba:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 126, 0, 0.2);
}
.cydw_aaba::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 126, 0, 0.03), rgba(255, 183, 77, 0.03));
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.cydw_aaba:hover::after {
    opacity: 1;
}
.cydw_aaba::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #ff7e00, #ffb74d);
    transform: scaleX(0);
    transition: transform 0.5s ease;
}
.cydw_aaba:hover::before {
    transform: scaleX(1);
}
.cydw_aabaa {
    width: 100%;
    padding: 25px;
    border-bottom: 1px solid #f0f2f5;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    z-index: 1;
}
.cydw_aabaaa {
    width: 55px;
    height: 55px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(245, 247, 250, 1), rgba(230, 233, 237, 1));
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.cydw_aabaaaa {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 8px;
}
.cydw_aabaaab {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    font-size: 25px;
    line-height: 1;
    opacity: .5;
}
.cydw_aabaaab:before {
    content: "\ea8c";
}
.cydw_aabaab {
    flex: 1;
    height: 55px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-evenly;
    align-items: flex-start;
}
.cydw_aabaaba {
    font-size: 18px;
    line-height: 1;
    color: #2c3e50;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cydw_aabaabb {
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    color: #ff7e00;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.cydw_aabab {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 25px;
    gap: 15px;
    z-index: 1;
}
.cydw_aababa {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}
.cydw_aababaa {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    color: rgba(60, 60, 72, .7);
    text-align: justify;
}
.cydw_aababaaa {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.cydw_aababaaab {
    color: #4a4a4a;
    font-weight: 500;
    flex-shrink: 0;
}
.cydw_aababaab {
    flex: 1;
    word-break: break-all;
}
.cydw_aababb {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: rgba(60, 60, 72, .7);
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 15px;
    border-top: 1px dashed #F3F4F6;
    margin: -3px 0;
}
.cydw_aabac {
    width: 100%;
    padding: 20px 25px;
    border-top: 1px solid #f0f2f5;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    position: relative;
}
.cydw_aabaca {
    color: #ff7e00;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
}
.cydw_aabaca:hover {
    color: #e06d00;
}
.cydw_aabacaa {
    transition: transform 0.3s ease;
    font-size: 15px;
    line-height: 1;
}
.cydw_aabacaa:before {
    content: "\e799";
}
.cydw_aabaca:hover .cydw_aabacaa {
  transform: translateX(4px);
}
.cydw_aabacb {
    color: #7f8c8d;
    font-size: 13px;
    line-height: 1;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
}
.cydw_aabacba:before {
    content: "\ea48";
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.cydw_aaba.filtered {
    animation: fadeIn 0.4s ease forwards;
}
.cydw_aac {
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.cydw_aaca {
    font-size: 60px;
    line-height: 1;
    color: #ff7e00;
    opacity: 0.3;
}
.cydw_aaca:before {
    content: "\ea62";
}
.cydw_aacb {
    color: #7f8c8d;
    font-size: 16px;
    line-height: 1;
    margin-top: 20px;
}
.cydw_aacc {
    width: 150px;
    height: 40px;
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    color: #fff;
    border-radius: 25px;
    font-size: 14px;
    line-height: 1;
    transition: all 0.3s ease;
    margin-top: 30px;
}
.cydw_aacc::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.cydw_aacc:hover {
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    color: #ffffff;
    transform: translateY(-3px);
}
.cydw_aacc:hover::after {
    left: 100%;
}
/*走进长城成员单位结束*/
/*走进长城品牌故事开始*/
.ppgs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.ppgs_a {
    background-color: #ffffff;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 126, 0, 0.03) 0%, transparent 20%), radial-gradient(circle at 90% 80%, rgba(255, 183, 77, 0.03) 0%, transparent 20%);
}
.ppgs_aa {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
}
.ppgs_aaa {
    width: 800px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    gap: 50px;
}
.ppgs_aaaa {
    width: 100%;
    font-size: 28px;
    line-height: 1;
    color: #2c3e50;
    font-weight: 600;
    padding-left: 20px;
    position: relative;
}
.ppgs_aaaa::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 28px;
    background: linear-gradient(180deg, #ff7e00, #ffb74d);
    border-radius: 4px;
}
.ppgs_aaab {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    font-size: 15px;
    line-height: 25px;
    color: rgba(60,60,72,.7);
    text-align: justify;
    gap: 25px;
}
.ppgs_aaab p {
    width: 100%;
    margin: -5px 0;
}
.ppgs_aab {
    width: 400px;
    height: 298px;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.ppgs_aaba {
    background-color: #f9f9f9;
    border-radius: 15px;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.ppgs_aaba:hover {
    box-shadow: 0 20px 30px rgba(0,0,0,0.05);
    border-color: rgba(255,126,0,0.1);
    background-color: #ffffff;
}
.ppgs_aaba::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff7e00, #ffb74d);
    transform: scaleX(0);
    transition: transform 0.5s ease;
}
.ppgs_aaba:hover::before {
    transform: scaleX(1);
}
.ppgs_aaba::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 12px;
    height: 12px;
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.ppgs_aaba:hover::after {
    opacity: 1;
}
.ppgs_aabaa {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, rgba(255, 126, 0, 0.1), rgba(255, 183, 77, 0.1));
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.ppgs_aaba:hover .ppgs_aabaa {
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
}
.ppgs_aabaaa {
    font-size: 26px;
    line-height: 1;
    color: #ff7e00;
    transition: all 0.3s ease;
}
.ppgs_aaba:hover .ppgs_aabaaa {
    color: #ffffff;
    transform: rotate(15deg) scale(1.2);
}
.ppgs_aabaaa:before {
    content: "\eaa5";
}
.ppgs_aabab {
    width: 117px;
    font-size: 15px;
    line-height: 23px;
    color: #7f8c8d;
    letter-spacing: 1.5px;
    font-weight: 400;
    text-indent: 1.5px;
    margin: -4px 0;
    padding-top: 15px;
}
.ppgs_b {
    background-color: #fafafa;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    padding-bottom: 0;
}
.ppgs_ba {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    gap: 50px;
    padding-bottom: 100px;
}
.ppgs_ba:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, #ff7e00, #ffb74d, #f1f1f1);
}
.ppgs_baa {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.ppgs_baa:nth-child(even) {
    flex-direction: row-reverse;
}
.ppgs_baaa {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    z-index: 2;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.ppgs_baab {
    width: 582.5px;
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}
.ppgs_baa:hover .ppgs_baab {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}
.ppgs_baaba {
    width: 100%;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #ff7e00;
    text-align: right;
}
.ppgs_baa:nth-child(even) .ppgs_baaba {
    text-align: left;
}
.ppgs_baabb {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    font-size: 15px;
    line-height: 25px;
    color: rgba(60, 60, 72, .7);
    text-align: justify;
    gap: 15px;
}
.ppgs_baabb p {
    width: 100%;
    margin: -5px 0;
}
.ppgs_c {
    background-color: #ffffff;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 126, 0, 0.03) 0%, transparent 20%), radial-gradient(circle at 90% 80%, rgba(255, 183, 77, 0.03) 0%, transparent 20%);
}
.ppgs_ca {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
.ppgs_caa {
    width: 100%;
    background-color: #f8f9fa;
    border-radius: 15px;
    padding: 45px 35px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.ppgs_caa:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 126, 0, 0.2);
}
.ppgs_caa::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: linear-gradient(180deg, #ff7e00, #ffb74d);
    transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.ppgs_caa:hover::before {
    height: 100%;
}
.ppgs_caa::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 126, 0, 0.03), rgba(255, 183, 77, 0.03));
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.ppgs_caa:hover::after {
    opacity: 1;
}
.ppgs_caaa {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, rgba(255, 126, 0, 0.1), rgba(255, 183, 77, 0.1));
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.ppgs_caa:hover .ppgs_caaa {
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
}
.ppgs_caaa::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 12px;
    height: 12px;
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.ppgs_caa:hover .ppgs_caaa:after {
    opacity: 1;
}
.ppgs_caaaa {
    font-size: 26px;
    line-height: 1;
    color: #ff7e00;
    transition: all 0.3s ease;
}
.ppgs_caa:nth-child(1) .ppgs_caaaa:before {
    content: "\ea9f";
}
.ppgs_caa:nth-child(2) .ppgs_caaaa:before {
    content: "\eaa4";
}
.ppgs_caa:nth-child(3) .ppgs_caaaa:before {
    content: "\ea9d";
}
.ppgs_caa:nth-child(4) .ppgs_caaaa:before {
    content: "\eaa3";
}
.ppgs_caa:hover .ppgs_caaaa {
    color: #fff;
    transform: rotate(15deg) scale(1.2);
}
.ppgs_caab {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #222;
    margin-top: 25px;
    z-index: 1;
}
.ppgs_caac {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    font-size: 15px;
    line-height: 25px;
    color: rgb(60 60 72 / 80%);
    text-align: justify;
    margin-top: 20px;
    z-index: 1;
}
.ppgs_caac p {
    width: 100%;
    margin: -5px 0;
}
.ppgs_d {
    background-color: #fafafa;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.ppgs_da {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
.ppgs_daa {
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    padding: 45px 35px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.ppgs_daa:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 126, 0, 0.2);
}
.ppgs_daa::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: linear-gradient(180deg, #ff7e00, #ffb74d);
    transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.ppgs_daa:hover::before {
    height: 100%;
}
.ppgs_daa::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 126, 0, 0.03), rgba(255, 183, 77, 0.03));
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.ppgs_daa:hover::after {
    opacity: 1;
}
.ppgs_daaa {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, rgba(255, 126, 0, 0.1), rgba(255, 183, 77, 0.1));
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.ppgs_daa:hover .ppgs_daaa {
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
}
.ppgs_daaa::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 12px;
    height: 12px;
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.ppgs_daa:hover .ppgs_daaa:after {
    opacity: 1;
}
.ppgs_daaaa {
    font-size: 26px;
    line-height: 1;
    color: #ff7e00;
    transition: all 0.3s ease;
}
.ppgs_daa:nth-child(1) .ppgs_daaaa:before {
    content: "\eaa1";
}
.ppgs_daa:nth-child(2) .ppgs_daaaa:before {
    content: "\eaa0";
}
.ppgs_daa:nth-child(3) .ppgs_daaaa:before {
    content: "\ea95";
}
.ppgs_daa:nth-child(4) .ppgs_daaaa:before {
    content: "\eaa2";
}
.ppgs_daa:hover .ppgs_daaaa {
    color: #fff;
    transform: rotate(15deg) scale(1.2);
}
.ppgs_daab {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #222;
    margin-top: 25px;
    z-index: 1;
}
.ppgs_daac {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    font-size: 15px;
    line-height: 25px;
    color: rgb(60 60 72 / 80%);
    text-align: justify;
    margin-top: 20px;
    z-index: 1;
}
.ppgs_daac p {
    width: 100%;
    margin: -5px 0;
}
/*走进长城品牌故事结束*/
/*联络关注集团总部开始*/
.lxwm {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.lxwm_a {
    width: 100%;
    background-color: #ffffff;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 126, 0, 0.03) 0%, transparent 20%), radial-gradient(circle at 90% 80%, rgba(255, 183, 77, 0.03) 0%, transparent 20%);
    padding: 100px 0;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.lxwm_aa {
    width: 1280px;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: space-between;
    align-items: flex-end;
    gap: 80px;
    position: relative;
    z-index: 1;
}
.lxwm_aaa {
    width: 400px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    transform: translateY(30px);
    animation: fadeInUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.2s;
    position: relative;
    transition: all 0.5s ease;
    gap: 30px;
    opacity: 0;
}
.lxwm_aaa:hover {
    transform: translateY(25px);
}
.lxwm_aaaa {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    gap: 25px;
}
.lxwm_aaaaa {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    text-transform: uppercase;
    font-family: Rajdhani-bold;
    gap: 15px;
    position: relative;
}
.lxwm_aaaaaa {
    height: 48px;
    font-size: 75px;
    line-height: 50px;
    margin-left: -3px;
    position: relative;
    background: linear-gradient(90deg, #ff7e00, #ffb74d);
    background-clip: text;
    color: transparent;
}
.lxwm_aaaaab {
    height: 20px;
    font-size: 30px;
    line-height: 20px;
    margin-left: -1px;
    opacity: 0.8;
    background: linear-gradient(90deg, #ff7e00, #ffb74d);
    background-clip: text;
    color: transparent;
}
.lxwm_aaaab {
    width: 100%;
    font-size: 27px;
    line-height: 1;
    color: #2c3e50;
    font-weight: 300;
    padding-bottom: 15px;
    position: relative;
}
.lxwm_aaaab::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #ff7e00, transparent);
    transition: width 0.5s ease;
}
.lxwm_aaa:hover .lxwm_aaaab::after {
    width: 120px;
}
.lxwm_aaab {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}
.lxwm_aaaba {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.3s ease;
}
.lxwm_aaaba:nth-child(1) {
    animation: fadeInLeft 0.5s ease forwards 0.5s;
}
.lxwm_aaaba:nth-child(2) {
    animation: fadeInLeft 0.5s ease forwards 0.6s;
}
.lxwm_aaaba:nth-child(3) {
    animation: fadeInLeft 0.5s ease forwards 0.7s;
}
.lxwm_aaaba:nth-child(4) {
    animation: fadeInLeft 0.5s ease forwards 0.8s;
}
.lxwm_aaaba:nth-child(5) {
    animation: fadeInLeft 0.5s ease forwards 0.9s;
}
.lxwm_aaaba:nth-child(6) {
    animation: fadeInLeft 0.5s ease forwards 1s;
}
.lxwm_aaaba:hover {
    transform: translateX(-5px);
}
.lxwm_aaaba:hover .lxwm_aaabab {
    color: #34495e;
}
.lxwm_aaabaa {
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    color: rgba(60, 60, 72, .7);
    transition: all 0.3s ease;
    position: relative;
}
.lxwm_aaabab {
    flex: 1;
    font-size: 15px;
    line-height: 1;
    color: rgba(60, 60, 72, .7);
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    transition: color 0.3s ease;
}
.lxwm_aaababa {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: absolute;
    right: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    background-color: rgba(255, 126, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff7e00;
}
.lxwm_aaababa:hover {
    transform: scale(1.2) rotate(10deg);
    background-color: #ff7e00;
    color: #fff;
    box-shadow: 0 4px 12px rgba(255, 126, 0, 0.2);
}
.lxwm_aaababa::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) translateX(10px);
    background-color: #34495e;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 4px;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    white-space: nowrap;
}
.lxwm_aaababa:hover::after {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}
.lxwm_dttc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
    z-index: 9999;
    display: none;
    align-content: center;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.lxwm_dttc.active {
    opacity: 1;
    display: flex;
}
.lxwm_dttc_a {
    width: 80%;
    height: 80%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    background: #fff;
    position: relative;
    overflow: hidden;
    transform: scale(0.95);
    transition: transform 0.3s ease;
}
.lxwm_dttc.active .lxwm_dttc_a {
    transform: scale(1);
}
.lxwm_dttc_aa {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 15px rgb(0 0 0 / 10%);
    transition: all 0.3s ease;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 1;
    cursor: pointer;
}
.lxwm_dttc_aa:hover {
    background: #FFB74D;
    transform: rotate(90deg);
}
.lxwm_dttc_aaa {
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #2d3748;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
}
.lxwm_dttc_aa:hover .lxwm_dttc_aaa {
    color: #fff;
}
.lxwm_dttc_aaa:before {
    content: "\e65a";
}
.lxwm_dttc_ab {
    width: 100%;
    height: 100%;
    z-index: 0;
}
.lxwm_dttc_ab .amap-info-content {
    padding: 20px;
    line-height: 1;
    border-radius: 6px;
    background: fff;
}
.lxwm_dttc_aba {
    font-size: 15px;
    line-height: 1;
    color: rgba(60, 60, 72, .7);
}
.lxwm_aab {
    width: 800px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.4s;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-end;
    align-items: flex-start;
}
.lxwm_aaba {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.lxwm_aaba:after {
    content: "";
    width: 100%;
    border-bottom: 2px solid #f0e6df;
    position: absolute;
    bottom: 0;
}
.lxwm_aabaa {
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #7a7a7a;
    padding-bottom: 15px;
    z-index: 1;
    transition: all 0.3s ease;
    position: relative;
    background: transparent;
    border: none;
    cursor: pointer;
}
.lxwm_aabaa.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #ff7e00, #ffb74d);
    transition: width 0.3s ease;
}
.lxwm_aabaa:hover {
    color: #ff7e00;
}
.lxwm_aabb {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 30px;
}
.lxwm_aabba {
    width: 100%;
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    gap: 30px;
}
.lxwm_aabba.active {
    display: flex;
    animation: fadeInUp 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.lxwm_aabba::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.lxwm_aabba:hover::after {
    opacity: 1;
    transform: scale(1.2);
}
.lxwm_aabbaa {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(255, 126, 0, 0.1), rgba(255, 183, 77, 0.1));
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(255, 126, 0, 0.05);
}
.lxwm_aabba:hover .lxwm_aabbaa {
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 8px 20px rgba(255, 126, 0, 0.15);
}
.lxwm_aabbaaa {
    font-size: 25px;
    line-height: 1;
    color: #ff7e00;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.lxwm_aabba:hover .lxwm_aabbaaa {
    color: #ffffff;
    transform: rotate(15deg) scale(1.2);
}
.lxwm_aabbaaa:before {
    transition: all 0.3s ease;
}
.lxwm_aabba:nth-child(1) .lxwm_aabbaaa:before {
    content: "\eaa9";
}
.lxwm_aabba:nth-child(2) .lxwm_aabbaaa:before {
    content: "\eaac";
}
.lxwm_aabba:nth-child(3) .lxwm_aabbaaa:before {
    content: "\eaa7";
}
.lxwm_aabba:nth-child(4) .lxwm_aabbaaa:before {
    content: "\ea88";
}
.lxwm_aabba:nth-child(5) .lxwm_aabbaaa:before {
    content: "\eaa6";
}
.lxwm_aabba:nth-child(6) .lxwm_aabbaaa:before {
    content: "\eaad";
}
.lxwm_aabba:nth-child(7) .lxwm_aabbaaa:before {
    content: "\eaaa";
}
.lxwm_aabba:nth-child(8) .lxwm_aabbaaa:before {
    content: "\eaa8";
}
.lxwm_aabbab {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}
.lxwm_aabbaba {
    height: 60px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: column;
}
.lxwm_aabbabaa, .lxwm_aabbabab, .lxwm_aabbabb {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.lxwm_aabbabaa {
    font-size: 20px;
    line-height: 1;
    color: #585858;
    font-weight: 300;
    animation-delay: 0.3s;
}
.lxwm_aabbabab {
    font-size: 20px;
    line-height: 1;
    color: #585858;
    font-weight: 300;
    animation-delay: 0.4s;
}
.lxwm_aabbabb {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    animation-delay: 0.5s;
}
.lxwm_aabbabba {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    color: #585858;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeInUp 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.lxwm_aabbabba:nth-child(1) {
    animation-delay: 0.6s;
}
.lxwm_aabbabba:nth-child(2) {
    animation-delay: 0.7s;
}
.lxwm_aabbabba:nth-child(3) {
    animation-delay: 0.8s;
}
.lxwm_aabbabbaa {
    width: 42px;
    text-align-last: justify;
    font-weight: 500;
    color: #333;
}
.lxwm_b {
    width: 100%;
    padding: 100px 0;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: url(https://www.chinajinmao.cn/jinmao/lib/Portals/165/Skins/zgjm/images/about/about1-bg1.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.lxwm_b::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255,126,0,0.05) 0%, rgba(255,183,77,0.05) 100%);
    background-size: 200% 200%;
    animation: bgGradient 15s ease infinite;
    z-index: 0;
}
.lxwm_ba {
    width: 1280px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}
.lxwm_baa {
    width: 400px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.2s;
}
.lxwm_baaa {
    text-transform: uppercase;
    font-family: Rajdhani-bold;
    background: linear-gradient(90deg, #b09572, #d4b896);
    background-clip: text;
    color: transparent;
    height: 20px;
    font-size: 30px;
    line-height: 20px;
    margin-left: -1px;
    position: relative;
}
.lxwm_baab {
    font-size: 24px;
    line-height: 1;
    color: #7a7a7a;
    font-weight: 300;
    margin-top: 15px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.lxwm_baab:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 2px;
    background: linear-gradient(90deg, #b09572, #d4b896);
    transition: width 0.5s ease;
}
.lxwm_baa:hover .lxwm_baab:after {
    width: 96px;
}
.lxwm_baac {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    color: #7a7a7a;
    font-size: 14px;
    line-height: 1;
    gap: 8px;
}
.lxwm_baaca {
    transition: color 0.3s ease;
}
.lxwm_baa:hover .lxwm_baaca {
    color: #34495e;
}
.lxwm_bab {
    width: 800px;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    gap: 6px;
}
.lxwm_baba {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    opacity: 0;
    transform: translateY(30px);
    position: relative;
    overflow: hidden;
}
.lxwm_baba:nth-child(1) {
    animation: fadeInUp 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.4s;
}
.lxwm_baba:nth-child(2) {
    animation: fadeInUp 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.6s;
}
.lxwm_baba:nth-child(3) {
    animation: fadeInUp 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.8s;
}
.lxwm_baba:nth-child(4) {
    animation: fadeInUp 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1s;
}
.lxwm_baba:nth-child(5) {
    animation: fadeInUp 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1.2s;
}
.lxwm_baba:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 12px 20px rgba(255,126,0,0.1);
}
.lxwm_baba::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #ff7e00, #ffb74d);
    transform: translateX(-100%);
    transition: transform 0.5s ease;
}
.lxwm_baba:hover::after {
    transform: translateX(0);
}
.lxwm_babaa {
    width: 100%;
    padding: 10px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: transform 0.5s ease;
}
.lxwm_babaaa {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.lxwm_babab {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    padding: 10px 15px 15px 15px;
}
.lxwm_bababa {
    font-size: 14px;
    line-height: 1;
    color: rgba(60, 60, 72, .7);
    transition: color 0.3s ease;
}
.lxwm_bababb {
    font-size: 14px;
    line-height: 1;
    color: rgba(60, 60, 72, .7);
    transition: color 0.3s ease;
    margin-top: 5px;
}
.lxwm_baba:hover .lxwm_bababa {
    color: #ff7e00;
    font-weight: 500;
}
.lxwm_baba:hover .lxwm_bababb {
    color: #ff9500;
}
.lxwm_bababc {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.lxwm_baba:hover .lxwm_bababc {
    box-shadow: 0 4px 12px rgba(255,126,0,0.2);
}
.lxwm_bababc.gzh {
    background: linear-gradient(316deg, rgb(67 201 62 / 60%), rgb(67 201 62));
    animation: iconGradient 5s ease infinite alternate;
}
.lxwm_bababc.sph {
    background: linear-gradient(316deg, rgb(250 157 59 / 60%), rgb(250 157 59));
    animation: iconGradient 5s ease infinite alternate 0.5s;
}
.lxwm_bababc.ksh {
    background: linear-gradient(316deg, rgb(255 103 52 / 60%), rgb(255 103 52));
    animation: iconGradient 5s ease infinite alternate 1s;
}
.lxwm_bababc.dyh {
    background: linear-gradient(316deg, rgb(17 17 17 / 60%), rgb(17 17 17));
    animation: iconGradient 5s ease infinite alternate 1.5s;
}
.lxwm_bababc.tth {
    background: linear-gradient(316deg, rgb(235 54 54 / 60%), rgb(235 54 54));
    animation: iconGradient 5s ease infinite alternate 2s;
}
.lxwm_bababca {
    transition: transform 0.3s ease;
}
.lxwm_bababca {
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}
.lxwm_bababc.gzh .lxwm_bababca:before {
    content: "\e632";
    font-size: 20px;
    line-height: 1;
}
.lxwm_bababc.sph .lxwm_bababca:before {
    content: "\e91a";
    font-size: 14px;
    line-height: 1;
}
.lxwm_bababc.ksh .lxwm_bababca:before {
    content: "\e8dc";
    font-size: 18px;
    line-height: 1;
    padding-bottom: 1px;
}
.lxwm_bababc.dyh .lxwm_bababca:before {
    content: "\e8db";
    font-size: 17px;
    line-height: 1;
    padding-bottom: 1px;
}
.lxwm_bababc.tth .lxwm_bababca:before {
    content: "\e623";
    font-size: 18px;
    line-height: 1;
    padding-bottom: 1px;
}
.lxwm_baba:hover .lxwm_bababca {
    transform: rotate(15deg);
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInLeft {
    from { opacity: 0; transform: translateX(-20px); }
    to { opacity: 1; transform: translateX(0); }
}
@keyframes bgGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
@keyframes textGlow {
    from { opacity: 0.3; filter: blur(3px); }
    to { opacity: 0.7; filter: blur(5px); }
}
@keyframes iconGradient {
    from { opacity: 0.8; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1.05); }
}
@keyframes float {
    0% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-15px) scale(1.05); }
    100% { transform: translateY(0) scale(1); }
}
@keyframes textFloat {
    0% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0); }
}
/*联络关注集团总部结束*/
/*联络关注廉政举报开始*/
.lzjb {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.lzjb_a {
    background-color: #ffffff;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 126, 0, 0.03) 0%, transparent 20%), radial-gradient(circle at 90% 80%, rgba(255, 183, 77, 0.03) 0%, transparent 20%);
}
.lzjb_aa {
    width: 840px;
    font-size: 16px;
    color: rgba(60, 60, 72, .7);
    line-height: 31px;
    text-align: center;
    margin: -7.5px 0;
}
.lzjb_ab {
    width: 170px;
    height: 48px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    border-radius: 25px;
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    position: relative;
    overflow: hidden;
    margin-top: 70px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.lzjb_ab::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.lzjb_ab:hover {
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    color: #ffffff;
    transform: translateY(-3px);
}
.lzjb_ab:hover::after {
    left: 100%;
}
.lzjb_b {
    background-color: #fafafa;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.lzjb_ba {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 25px;
}
.lzjb_baa {
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    padding: 35px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid #f0f0f0;
}
.lzjb_baa:nth-child(1) {
    animation-delay: 0.1s;
}
.lzjb_baa:nth-child(2) {
    animation-delay: 0.2s;
}
.lzjb_baa:nth-child(3) {
    animation-delay: 0.3s;
}
.lzjb_baa::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff7e00, #ffb74d);
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: left center;
}
.lzjb_baa::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 12px;
    height: 12px;
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: scale(0.5);
}
.lzjb_baa:hover {
    box-shadow: 0 20px 30px rgba(0,0,0,0.08);
    border-color: rgba(255,126,0,0.2);
    background-color: #ffffff;
}
.lzjb_baa:hover::before {
    transform: scaleX(1);
}
.lzjb_baa:hover::after {
    opacity: 1;
    transform: scale(1);
}
.lzjb_baaa {
    width: 100%;
    border-bottom: 1px solid #f1f3f5;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
    gap: 10px;
}
.lzjb_baaaa {
    width: 48px;
    height: 48px;
    border-radius:50%;
    background: #fff8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff7e00;
    font-size: 22px;
    line-height: 1;
    transition: all 0.3s ease;
}
.lzjb_baaaa:before {
    content: "\ea62";
}
.lzjb_baa:hover .lzjb_baaaa {
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    color: #ffffff;
    transform: rotate(15deg);
}
.lzjb_baaab {
    font-size: 19px;
    line-height: 1;
    font-weight: 700;
    color: #1a202c;
}
.lzjb_baab {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    font-size: 14px;
    line-height: 24px;
    color: rgba(60, 60, 72, .7);
    text-align: justify;
    gap: 25px;
}
.lzjb_baab p {
    width: 100%;
    margin: -5px 0;
}
@keyframes fadeInUp {
    to { opacity: 1; transform: translateY(0); }
}
.lzjb_jbtc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.lzjb_jbtc.active {
    opacity: 1;
    pointer-events: auto;
}
.lzjb_jbtc_a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.lzjb_jbtc_b {
    width: 880px;
    height: 90%;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    transform: translateY(30px) scale(0.98);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.lzjb_jbtc.active .lzjb_jbtc_b {
    transform: translateY(0) scale(1);
}
.lzjb_jbtc_ba {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    z-index: 10;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    font-weight: 900;
}
.lzjb_jbtc_ba:hover {
    color: #fff;
    transform: rotate(90deg);
}
.lzjb_jbtc_baa {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.lzjb_jbtc_baa:before {
    content: "\e65a";
}
.lzjb_jbtc_bb {
    width: 100%;
    background: linear-gradient(135deg, #fff8f0 0%, #fff5e6 100%);
    padding: 40px;
    border-bottom: 1px solid #f1f3f5;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
}
.lzjb_jbtc_bba {
    font-size: 28px;
    line-height: 1;
    color: #1a202c;
    font-weight: 700;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}
.lzjb_jbtc_bbaa {
    color: #ff7e00;
    font-size: 28px;
    line-height: 1;
    font-weight: 500;
}
.lzjb_jbtc_bbaa:before {
    content: "\e64b";
}
.lzjb_jbtc_bbaa.jyfk:before {
    content: "\ea08";
}
.lzjb_jbtc_bbb {
    font-size: 15px;
    color: #6c757d;
    line-height: 1;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.lzjb_jbtc_bbba {
    color: #ff7e00;
    margin: 0px 2px -6px 2px;
}
.lzjb_jbtc_bc {
    width: 100%;
    padding: 40px;
    overflow-y: auto;
    max-height: calc(100vh - 220px);
    scrollbar-width: none;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.lzjb_jbtc_bc::-webkit-scrollbar {
    display: none;
}
.lzjb_jbtc_bca {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.lzjb_jbtc_bcaa {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
.form_full_width {
    grid-column: 1 / -1;
}
.lzjb_jbtc_bcaaa {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.lzjb_jbtc_bcaaaa {
    font-size: 15px;
    line-height: 1;
    color: #333;
    font-weight: 500;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 3px;
    margin-bottom: 10px;
}
.lzjb_jbtc_bcaaaaa {
    height: 16px;
    color: #ff7e00;
    padding-top: 3px;
}
.lzjb_jbtc_dxan {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.lzjb_jbtc_dxan_a {
    flex: 1;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.lzjb_jbtc_dxan_aa {
    display: none;
}
.lzjb_jbtc_dxan_ab {
    width: 100%;
    padding: 15px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    transition: all 0.25s ease;
    background: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.lzjb_jbtc_dxan_aa:checked + .lzjb_jbtc_dxan_ab {
    border-color: #ff7e00;
    background: #fff8f0;
    color: #ff7e00;
    font-weight: 600;
}
.lzjb_jbtc_dxan_aba {
    font-size: 15px;
    line-height: 1;
    color: #212529;
}
.lzjb_jbtc_dxan_b {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
    line-height: 1;
    color: #999;
    gap: 3px;
}
.lzjb_jbtc_dxan_ba {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.lzjb_jbtc_dxan_ba:before {
    content: "\ea62";
}
.lzjb_jbtc_dhwb {
    width: 100%;
    height: 47px;
    padding: 0;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1;
    color: #212529;
    transition: all 0.2s ease;
    background: #fff;
    text-indent: 10px;
}
.lzjb_jbtc_bcaaa.error .lzjb_jbtc_dhwb {
    border-color: #dc3545;
}
.lzjb_jbtc_bcaaa.error .lzjb_jbtc_btts {
    opacity: 1;
    transform: translateY(0);
}
.lzjb_jbtc_dhwb:focus {
    outline: none;
    border-color: #ff7e00;
    background-color: #fff8f0;
}
.lzjb_jbtc_dhwb::placeholder {
    color: #adb5bd;
    font-size: 15px;
    opacity: 0.8;
}
.lzjb_jbtc_dhwb.textarea {
    height: 200px;
    resize: none;
    line-height: 26px;
    border-radius: 8px;
    text-indent: 0;
    padding: 5px 10px;
    text-align: justify;
}
.lzjb_jbtc_fjsc {
    width: 100%;
    border: 1px dashed #e5e7eb;
    border-radius: 8px;
    padding: 30px;
    transition: all 0.3s ease;
    background: #f9fafb;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.lzjb_jbtc_fjsc:hover {
    border-color: #ff7e00;
    background: #fff8f0;
}
.lzjb_jbtc_fjsc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 126, 0, 0.03) 0%, rgba(255, 183, 77, 0.03) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.lzjb_jbtc_fjsc:hover::before {
    opacity: 1;
}
.lzjb_jbtc_fjsc_a {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, rgba(255, 126, 0, 0.1), rgba(255, 183, 77, 0.1));
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    line-height: 1;
    color: #ff7e00;
}
.lzjb_jbtc_fjsc_a:before {
    content: "\e735";
}
.lzjb_jbtc_fjsc:hover .lzjb_jbtc_fjsc_a {
    color: #ffffff;
    transform: rotate(15deg);
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
}
.lzjb_jbtc_fjsc_b {
    font-size: 18px;
    line-height: 1;
    color: #212529;
    font-weight: 600;
}
.lzjb_jbtc_fjsc_c {
    width: 100%;
    font-size: 13px;
    line-height: 1;
    color: #6c757d;
    text-align: center;
}
#fileUpload {
    display: none;
}
.lzjb_jbtc_fjlb {
    width: 100%;
    gap: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.lzjb_jbtc_fjlb_a {
    width: 100%;
    height: 37px;
    padding: 0 8px;
    background: #f9fafb;
    border-radius: 6px;
    border: 1px solid #f1f3f5;
    font-size: 14px;
    line-height: 1;
    color: #495057;
    transition: all 0.2s ease;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    gap: 5px;
    margin-top: 10px;
}
.lzjb_jbtc_fjlb_a:hover {
    background: #f3f4f6;
    border-color: #e5e7eb;
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.lzjb_jbtc_fjlb_aa {
    color: #ff7e00;
    font-size: 16px;
    line-height: 1;
}
.lzjb_jbtc_fjlb_aa:before {
    content: "\e735";
}
.lzjb_jbtc_fjlb_ac {
    color: #6c757d;
    font-size: 13px;
    line-height: 1;
}
.lzjb_jbtc_fjlb_ad {
    color: #9ca3af;
    transition: color 0.2s ease;
    position: absolute;
    right: 5px;
}
.lzjb_jbtc_fjlb_ad:before {
    content: "\e8d5";
}
.lzjb_jbtc_fjlb_ad:hover {
    color: #dc3545;
}
.lzjb_jbtc_yzxx {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}
.lzjb_jbtc_yzxx_a {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.lzjb_jbtc_yzxx_ab {
    height: 45px;
    object-fit: cover;
    display: block;
    border-radius: 0 8px 8px 0;
    transition: transform 0.2s ease;
    position: absolute;
    right: 1px;
}
.lzjb_jbtc_yzxx_ac {
    height: 45px;
    outline: none;
    border: none;
    position: absolute;
    padding: 0 15px;
    right: 0;
    background: linear-gradient(90deg, #ff7e00, #ffb74d);
    background-clip: text;
    color: transparent;
    font-size: 15px;
    line-height: 1;
}
.lzjb_jbtc_yzxx_ac:disabled {
    background: #f9fafb;
    border-color: #e5e7eb;
    color: #9ca3af;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}
.lzjb_jbtc_tjan {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    grid-column: 1 / -1;
}
.lzjb_jbtc_tjan_a {
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    border-radius: 8px;
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.lzjb_jbtc_tjan_a::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.lzjb_jbtc_tjan_a:hover {
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    color: #ffffff;
}
.lzjb_jbtc_tjan_a:hover::after {
    left: 100%;
}
.lzjb_jbtc_tjan_a:disabled {
    background: #e5e7eb;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
    opacity: 0.9;
}
.lzjb_jbtc_tjan_b {
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 1;
    color: #333;
    border-radius: 8px;
    background: #f9fafb;
    position: relative;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.lzjb_jbtc_tjan_b:hover {
    background: #f3f4f6;
    border-color: #d1d5db;
}
.lzjb_jbtc_btts {
    font-size: 13px;
    line-height: 1;
    color: #dc3545;
    gap: 3px;
    opacity: 0;
    transform: translateY(8px);
    transition: all 0.3s ease;
    font-weight: 400;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: 10px;
}
.lzjb_jbtc_btts::before {
    content: "\ea62";
}
/*联络关注廉政举报结束*/
/*联络关注意见建议开始*/
.yjjy {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.yjjy_a {
    background-color: #ffffff;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 126, 0, 0.03) 0%, transparent 20%), radial-gradient(circle at 90% 80%, rgba(255, 183, 77, 0.03) 0%, transparent 20%);
}
.yjjy_aa {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    gap: 25px;
}
.yjjy_aaa {
    width: 100%;
    padding: 40px 25px;
    border-radius: 15px;
    border: 1px solid #f1f2f6;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.yjjy_aaa::before { 
    content: ""; 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 3px; 
    background: linear-gradient(90deg, #ff7e00, #ffb74d); 
    transform: scaleX(0); 
    transition: transform 0.5s ease; 
}
.yjjy_aaa:hover::before { 
    transform: scaleX(1); 
}
.yjjy_aaa:hover { 
    border-color: rgba(255,126,0,0.1); 
    background: #fff8f0; 
}
.yjjy_aaaa { 
    width: 70px; 
    height: 70px; 
    border-radius: 50%; 
    background: linear-gradient(135deg, rgba(255,126,0,0.1), rgba(255,183,77,0.1)); 
    display: flex; 
    align-items: center; 
    transition: all 0.3s ease;
    justify-content: center; 
}
.yjjy_aaaaa {
    font-size: 32px;
    line-height: 1;
    color: #ff7e00;
    transition: all 0.3s ease;
}
.yjjy_aaa:nth-child(1) .yjjy_aaaaa:before {
    content: "\eab4";
}
.yjjy_aaa:nth-child(2) .yjjy_aaaaa:before {
    content: "\eaa9";
}
.yjjy_aaa:nth-child(3) .yjjy_aaaaa:before {
    content: "\eaaf";
}
.yjjy_aaa:nth-child(4) .yjjy_aaaaa:before {
    content: "\eaae";
}
.yjjy_aaa:hover .yjjy_aaaa {
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
}
.yjjy_aaa:hover .yjjy_aaaaa {
    color: #ffffff;
    transform: rotate(15deg) ;
}
.yjjy_aaab {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.yjjy_aaaba {
    font-size: 20px;
    line-height: 1;
    color: #2c3e50;
    font-weight: 600;
}
.yjjy_aaabb {
    font-size: 14px;
    line-height: 24px;
    color: #7f8c8d;
    text-align: center;
    margin: -5px 0;
}
.yjjy_b {
    background-color: #fafafa;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.yjjy_ba {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.yjjy_baa {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    animation: fadeIn 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.yjjy_baaa {
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid #f0f0f0;
    gap: 20px;
}
.yjjy_baaa::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff7e00, #ffb74d);
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: left center;
}
.yjjy_baaa:hover {
    box-shadow: 0 20px 30px rgba(0,0,0,0.08);
    border-color: rgba(255,126,0,0.2);
    background-color: #ffffff;
}
.yjjy_baaa:hover::before {
    transform: scaleX(1);
}
.yjjy_baaa::after {
    content: "";
    position: absolute;
    top: 30px;
    right: 30px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    opacity: 0;
    transition: opacity 0.4s ease;
}
.yjjy_baaa:hover::after {
    opacity: 1;
}
.yjjy_baaaa {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.yjjy_baaaaa {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 126, 0, 0.1), rgba(255, 183, 77, 0.1));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    color: #ff7e00;
}
.yjjy_baaaaaa:before {
    content: "\eab2";
}
.yjjy_baaa:hover .yjjy_baaaaa {
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    color: #ffffff;
    transform: rotate(15deg);
}
.yjjy_baaaab {
    flex: 1;
    font-size: 18px;
    line-height: 1;
    color: #2c3e50;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}
.yjjy_baaab {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    color: rgba(60, 60, 72, .7);
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.yjjy_baaab p {
    width: 100%;
    margin: -5px 0;
}
.yjjy_baaac {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.yjjy_baaaca {
    font-size: 14px;
    line-height: 1;
    color: #999;
}
.yjjy_baaacb {
    height: 24px;
    padding: 0 12px;
    border-radius: 25px;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    color: #ff7e00;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.yjjy_baaacb.clz {
    background-color: #fff8f0;
    color: #ff7e00;
}
.yjjy_baaacb.ycn {
    background-color: #f0fff4;
    color: #43a047;
}
.yjjy_baaacb.yld {
    background-color: #e8f4ff;
    color: #1976d2;
}
.yjjy_baaa:hover .yjjy_baaacb.clz {
    background-color: #fff2e0;
}
.yjjy_baaa:hover .yjjy_baaacb.ycn {
    background-color: #e0ffe8;
}
.yjjy_baaa:hover .yjjy_baaacb.yld {
    background-color: #d0e9ff;
}
.yjjy_c {
    background-color: #ffffff;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 126, 0, 0.03) 0%, transparent 20%), 
                      radial-gradient(circle at 90% 80%, rgba(255, 183, 77, 0.03) 0%, transparent 20%);
}
.yjjy_ca {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.yjjy_ca::before {
    width: 100%;
    content: "";
    position: absolute;
    top: 41px;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, #ff7e00 0%, #ffb74d 100%);
    z-index: 1;
    transition: all 0.5s ease;
}
.yjjy_caa {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}
.yjjy_caaa {
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.yjjy_caaaa {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    color: #fff;
    box-shadow: 0 8px 25px rgba(255, 126, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    font-family: 'dinpro-condmedium', sans-serif;
    padding-top: 7px;
    z-index: 1;
}
.yjjy_caaa:hover .yjjy_caaaa {
    transform: rotate(15deg);
}
.yjjy_caaab {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.yjjy_caaaba {
    font-size: 20px;
    line-height: 1;
    color: #2c3e50;
    font-weight: 600;
    transition: all 0.3s ease;
}
.yjjy_caaabb {
    font-size: 14px;
    line-height: 1;
    color: #7f8c8d;
    transition: all 0.3s ease;
}
.yjjy_caaa:hover .yjjy_caaaba {
    color: #ff7e00;
}
.yjjy_caaa:hover .yjjy_caaabb {
    color: #555555;
}
.yjjy_d {
    background-color: #fafafa;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.yjjy_da {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}
.yjjy_daa {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    background: #fff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
}
.yjjy_daaa {
    height: 65px;
    padding: 0 20px;
    font-size: 17px;
    line-height: 1;
    color: #2c3e50;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.yjjy_daaa:hover {
    background: #fff8f0;
}
.yjjy_daaa.active {
    background: #fff8f0;
}
.yjjy_daaa::before {
    content: '';
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 0;
    width: 4px;
    height: 0;
    background: linear-gradient(180deg, #ff7e00, #ffb74d);
    transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 25px;
}
.yjjy_daaa.active::before {
    height: 35px;
}
.yjjy_daaaa {
    flex: 1;
    font-size: 16px;
    line-height: 1;
    color: #2c3e50;
    font-weight: 500;
    gap: 10px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.yjjy_daaaaa {
    font-size: 20px;
    background: linear-gradient(90deg, #ff7e00, #ffb74d);
    background-clip: text;
    color: transparent;
}
.yjjy_daaaaa:before {
    content: "\eab2";
}
.yjjy_daaab {
    font-size: 14px;
    line-height: 1;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-origin: center;
    background: linear-gradient(90deg, #ff7e00, #ffb74d);
    background-clip: text;
    color: transparent;
}
.yjjy_daaab:before {
    content: "\100ec";
}
.yjjy_daaa.active .yjjy_daaab {
    transform: rotate(180deg) scale(1.1);
}
.yjjy_daab {
    width: 100%;
    height: 0;
    padding: 0 25px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    font-size: 15px;
    line-height: 25px;
    color: rgba(60, 60, 72, .7);
    text-align: justify;
}
.yjjy_daab.active {
    height: auto;
    padding: 25px;
}
.yjjy_daab p {
    width: 100%;
    margin: -5px 0;
}
/*联络关注意见建议结束*/
/*联络关注分支机构开始*/
.fzjg {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.fzjg_a {
    background-color: #ffffff;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 126, 0, 0.03) 0%, transparent 20%), radial-gradient(circle at 90% 80%, rgba(255, 183, 77, 0.03) 0%, transparent 20%);
}
.fzjg_b {
    background-color: #fafafa;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.fzjg_ba {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    gap: 25px;
}
.fzjg_baa {
    width: 42020%;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
    gap: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.fzjg_baa:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 30px rgba(0,0,0,0.05);
    border-color: rgba(255,126,0,0.1);
    background-color: #ffffff;
}
.fzjg_baa::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff7e00, #ffb74d);
    transform: scaleX(0);
    transition: transform 0.5s ease;
}
.fzjg_baa:hover::before {
    transform: scaleX(1);
}
.fzjg_baa::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 12px;
    height: 12px;
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.fzjg_baa:hover::after {
    opacity: 1;
}
.fzjg_baaa {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, rgba(255, 126, 0, 0.1), rgba(255, 183, 77, 0.1));
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.fzjg_baa:hover .fzjg_baaa {
    background: linear-gradient(135deg, #ff7e00, #ffb74d);
}
.fzjg_baaaa {
    font-size: 26px;
    line-height: 1;
    color: #ff7e00;
    transition: all 0.3s ease;
}
.fzjg_baa:hover .fzjg_baaaa {
    color: #ffffff;
    transform: rotate(15deg) scale(1.2);
}
.fzjg_baaaa.qyfg::before {
    content: "\ea80";
}
.fzjg_baaaa.qyzb::before {
    content: "\ea8c";
}
.fzjg_baaaa.qyfb::before {
    content: "\ea88";
}
.fzjg_baaaa.ywgs::before {
    content: "\ea0e";
}
.fzjg_baab {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.fzjg_baaba {
    height: 27px;
    font-size: 36px;
    line-height: 34px;
    font-weight: 700;
    color: #2c3e50;
    font-family: 'dinpro-condmedium', sans-serif;
    transition: transform 0.1s ease-out;
}
.fzjg_baac {
    font-size: 15px;
    line-height: 1;
    color: #7f8c8d;
    letter-spacing: 1.5px;
    font-weight: 400;
    text-indent: 1.5px;
}
/*联络关注分支机构结束*/











.fixed {z-index:9999;}
.bg-gray{background:#F7F7F7}
.bg-sub{background:#6e6e6e}

/* 标签 */
.tag{display:inline-block;transition:.5s}
.tag.padding{padding:5px 12px}
.tags{color: #FFB74D!important; border: 1px solid #FFB74D!important; background-color: unset;}
/* 英文字体begin */
.Conv_DINCondensedC{ font-family: "Conv_DINCondensedC";}
/* 英文字体end */

.mb5{margin-bottom: 5px;}
/* 行距 begin*/
.blank{height:10px;line-height:10px;clear:both;font-size:0}
.blank-small{height:20px;line-height:20px;clear:both;font-size:0}
.blank-middle{height:30px;line-height:30px;clear:both;font-size:0}
.blank-big{height:50px;line-height:50px;clear:both;font-size:0}
.blank-large{height:80px;line-height:80px;clear:both;font-size:0}
/* 行距 end*/

.sidebar-l {margin-right:20px}
.sidebar-r {margin-left:0px;}
.line-large {margin-left:-15px;margin-right:-15px}
.line-large .x1,.line-large .x2,.line-large .x3,.line-large .x4,.line-large .x5,.line-large .x6,.line-large .x7,.line-large .x8,.line-large .x9,.line-large .x10,.line-large .x11,.line-large .x12,.line-large .xl1,.line-large .xl2,.line-large .xl3,.line-large .xl4,.line-large .xl5,.line-large .xl6,.line-large .xl7,.line-large .xl8,.line-large .xl9,.line-large .xl10,.line-large .xl11,.line-large .xl12,.line-large .xs1,.line-large .xs2,.line-large .xs3,.line-large .xs4,.line-large .xs5,.line-large .xs6,.line-large .xs7,.line-large .xs8,.line-large .xs9,.line-large .xs10,.line-large .xs11,.line-large .xs12,.line-large .xm1,.line-large .xm2,.line-large .xm3,.line-large .xm4,.line-large .xm5,.line-large .xm6,.line-large .xm7,.line-large .xm8,.line-large .xm9,.line-large .xm10,.line-large .xm11,.line-large .xm12,.line-large .xb1,.line-large .xb2,.line-large .xb3,.line-large .xb4,.line-large .xb5,.line-large .xb6,.line-large .xb7,.line-large .xb8,.line-large .xb9,.line-large .xb10,.line-large .xb11,.line-large .xb12 {position:relative;min-height:1px;padding-right:15px;padding-left:15px}

/* owl-carousel轮播插件 */
.owl-carousel .owl-dots{position:absolute;top:50%;padding:0;text-align:left;width:20px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.owl-carousel .owl-dots .owl-dot{display:inline-block;position:relative;vertical-align:middle}
.owl-carousel .owl-dots .owl-dot span{width:8px;height:8px;margin:0 5px;border-radius:50%;background:#d3d3d3;display:inline-block;text-align:center;-webkit-transition:all ease .5s;-o-transition:all ease .5s;transition:all ease .5s}
.owl-carousel .owl-dots .owl-dot.active span{width:16px;height:8px;background:#000;border-radius:20px}
.owl-carousel .owl-nav i{font-size:23px;color:#fff}
.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{background:#000;width:42px;height:42px;line-height:42px;-webkit-transition:all ease .5s;-o-transition:all ease .5s;transition:all ease .5s;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;position:absolute;text-align:center;border-radius:50%;opacity:0}
.owl-carousel .owl-nav .owl-prev{background:#000;left:20px;right:auto}
.owl-carousel .owl-nav .owl-prev i{position:absolute;left: 8px;}
.owl-carousel .owl-nav .owl-next{right:20px}
.owl-carousel .owl-nav .owl-next i{position:absolute;right:8px}
/* owl-carousel轮播插件 */

/* 首页轮播 */
.slides-arrow:hover .owl-nav .owl-next,.slides-arrow:hover .owl-nav .owl-prev{opacity:.3}
.slides-arrow.dot-center .owl-dots{position:relative;top:-30px;padding:0;text-align:center;vertical-align:middle;display:inline-block;width:100%}
/* 首页轮播 */

/* 常用TAB */
.tab-normal .tab-head {border-radius:0;font-size:0;-webkit-text-size-adjust:none;width:100%;}
.tab-normal .tab .tab-nav li {display:inline-block;width:auto;text-align:center}
.tab-normal .tab .tab-nav li a {background:#fff;color:#6e6e6e;border-radius:30px;padding:0px 20px;height:42px;line-height:42px;margin:0 10px;display:block;border:0;font-size:16px;}
.tab-normal .tab .tab-nav .active a {background:linear-gradient(-45deg,#FFD100,#FFB74D);cursor:default;color:#fff;border-bottom:0px solid #FD3C6B;}
.tab-normal .tab .tab-nav .active{background:none}
.tab-normal .tab .tab-nav .active a:hover {color:#FFF}
.tab-normal .tab .tab-nav li a:focus {outline:none;}
.tab-normal .tab .tab-nav li a:hover {background:linear-gradient(-45deg,#FFD100,#FFB74D);color:#fff}
.tab-normal .tab .tab-body {padding:0;border-radius:0;border-top:0px solid #ff0000}
/* 常用TAB */

/* 首页产品 */
.carousel-pro .media{position:relative;-webkit-transition:.5s;transition:.5s;}
.carousel-pro .media:hover {-webkit-transition:.5s;transition:.5s;box-shadow:0px 5px 15px 0px rgba(0,0,0,.05);}
.carousel-pro .button {background-color:#FFD100;transition: all .5s ease;box-shadow: 0 3px 8px 0px rgba(39,39,39,0.26);}
.carousel-pro .media:hover .button{color:#FFF;background-color:#FFB74D;transition: all .5s ease;}
.carousel-pro .media-body {padding:10px 0 0 0}
/* .carousel-pro:hover .owl-nav .owl-next,.carousel-pro:hover .owl-nav .owl-prev{opacity:.6} */
.carousel-pro.dot-center .owl-dots{position:relative;top:30px;padding:0;text-align:center;vertical-align:middle;display:inline-block;width:100%}
/* 首页产品 */

/* 首页关于我们 */
.home-about{background-repeat:no-repeat;background-position:center 50%;background-size:cover}
.home-about .padding-large{padding:40px 50px}
.home-about h2{position:relative;font-size:24px;font-weight:600;margin-bottom:40px;word-break:break-all}
.home-about h2:before {content:'';display:block;position:absolute;background:#FFD100;width:30px;height:3px;bottom:-15px;left:0;}
/* 首页关于我们 */

/* 首页解决方案 */
.solution .media-img{position:relative;}
.solution .media-img .mask{opacity:0;z-index:3;background:url(../images/solution-hover.png) no-repeat center center;width:100%;height:100%;position:absolute;bottom:0;top:0;left:0;right:0;transition:0.3s;}
.solution .media-img .mask .subtitle{padding:25px}
.solution .media-img .mask .more{position:absolute;bottom:25px;right:25px}
.solution .media-img:hover .mask{z-index:5;transition:0.3s;opacity:1;transform: scale(1.1);}
.solution .media-img .linear-link{z-index:1;opacity:1;background:linear-gradient(to bottom,rgba(0,0,0,.2) 65%,rgba(0,0,0,.8) 100%);width:100%;height:100%;position:absolute;bottom:0;top:0;left:0;right:0;transition:0.3s;}
.solution .media-img .linear-link .subtitle{padding:0 25px;z-index:3;width:100%;bottom:25px;left:0;position:absolute;transition:0.3s;}
/* 首页解决方案 */

/* 首页新闻 */
.home-news-l{margin-right:10px}
.home-news-r{margin-left:10px}
.home-news-h .media-img {position:relative;}
.home-news-h .media-img .post-title{background:#fff;bottom:-30px;left:30px;width:65%;padding:20px;position:absolute;color:#333;transition:0.5s;box-shadow:0 5px 15px 0 rgba(0,0,0,0.06)}
.home-news-h .media-img:hover .post-title {bottom:30px;}
.home-news-h .media-img .post-title h3 a {color:#333;font-size:18px;font-weight:600;line-height:28px;display:block;}
/* .home-news-h .media-img:hover .post-title h3 a {color:#FFF;} */
.home-news-h .button{margin-top:1rem;width:48px;line-height:28px;font-size:18px;background:#FFD100;color:#fff}
.home-news-h .media-img:hover .button{background:#FFB74D;color:#fff;}

.home-news-c:hover{box-shadow:0 3px 8px 0 rgba(0,0,0,0.03);}
.home-news-c .news-time{margin:20px 15px 0 0px;border-right:2px solid #eee;padding:0}
.home-news-c .news-time .text-large{font-size:42px;line-height:48px;}
.home-news-c .news-title{margin-top:20px;margin-left:15px}
.home-news-c .news-title h2 a{font-weight:600;font-size:18px;margin-bottom:20px;display:block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.home-news-c:hover .news-title h2 a{color:#FFB74D}
/* 首页新闻 end */

/* 路径 */
.nav-bread{padding:0;height:70px;line-height:70px;font-size:0}
.nav-bread h2{font-size:24px;font-weight:600}
.nav-bread i{color:#888888;}
.nav-bread a{color:#888888;font-size:14px;display:inline-block;}
.nav-bread a:hover{color:#FFB74D}
.nav-bread a:after {content:"";padding:0 10px;background:url(../images/nav-bread.png) no-repeat center 50%;}
.nav-bread a:last-child:after {content:"";background:none;}
/* 路径 */

/* 上下篇  */
.prenext-pro a.button{height:70px;line-height:70px;padding:0 25px}
.prenext-pro a.button:hover{background:#FFB74D;color:#fff}
.prenext-pro a.border{border:1px solid #eee}

/*分页 begin*/
.pagination li {margin:0 5px;font-size:14px;border:none;border-radius:4px;}
.pagination li a {border-radius:4px;color:#6e6e6e;background:#fff;padding:12px 16px;border:1px solid #DCDCDC;}
/* .pagination li i {font-weight:bold;font-size:18px;padding:0 3px} */
.pagination li.active a,.pagination li a:hover {background:#FFB74D;color:#fff;border:1px solid #FFB74D;}
/*分页 end*/

/* 标题样式-居中 */
.title-c{position:relative;}
.title-c h3{position:relative;font-size:30px;text-transform:uppercase;margin:0 auto 50px auto;font-weight:600}
.title-c h3:before {background:#FFD100;content:'';display:block;position:absolute;width:30px;height:3px;bottom:-15px;left:50%;margin-left:-15px;}

/* 标题样式-左 */
.title-l h2{line-height:28px;height:28px;color:#333;position:relative;font-size:16px;letter-spacing:0;padding-left:20px;margin-bottom:10px;}
.title-l h2:before {content:'';display:block;position:absolute;width:5px;height:20px;top:4px;background:#FFB74D;left:0}

/* 下拉分类 */
.nav-tree {font-size:0;height:70px;line-height:70px}/*font-size:0去掉 display:inline-block间隔 */
.nav-tree li {position:relative;display:inline-block;}
.nav-tree li a{color:#6E6E6E;display:block;padding:0 30px;font-size:16px;background:#fff;}
.nav-tree li a.active,.nav-tree li a.cur{background:linear-gradient(-45deg,#FFD100,#FFB74D);color:#fff}
.nav-tree li.focusa a{background:linear-gradient(-45deg,#FFD100,#FFB74D);color:#fff;border-bottom-left-radius:0px;border-bottom-right-radius:0;}
.nav-tree li ul:after {position:absolute;top:-8px;left:50%;margin-left:-8px;display:inline-block;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent;content:'';}
.nav-tree li ul {top:70px;left:0;background:#fff;padding:10px 0;z-index:99;position:absolute;width:100%;display:none;border-radius:0px;box-shadow:0 5px 10px 0 rgba(0,0,0,0.03);}
.nav-tree li ul li{display:block;width:100%;text-align:left;}
.nav-tree li ul li.children a{font-size:14px;background:#fff;border-radius:0;box-shadow:none;display:block;color:#6e6e6e;line-height:34px;height:34px}
.nav-tree li ul li.children a.active,.nav-tree li ul li.children a:hover{color:#FFB74D}
/*
.nav-tree li ul li.children:first-child a{border-top-left-radius:0px;border-top-right-radius:0px;}
.nav-tree li ul li.children:last-child a{border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
*/
/* 下拉分类 */

/* 属性 */
.filter-box .padding-big{padding:15px 25px}
.filter-box dl{margin:15px 0;display: flex;}
.filter-box dl dt{width:8%;display:block;flex: none;line-height:24px;font-weight:normal}
.filter-box dl dd{display:block;float:left;position:relative;}
.filter-nav ul li {margin:0;display:block;float:left;width:auto;line-height:24px;}
.filter-nav ul li a{margin:0 10px 0 0;padding:2px 10px;cursor:pointer;display:block;color:#6E6E6E;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.filter-nav ul li a:hover{color:#FFB74D;}
.filter-nav ul li a.active{color:#fff;background:#FFB74D}
.filter-nav ul li b{font-weight:normal;}

/* 横向不带ICO导航 */
.nav-x {background:#fff;width:100%;position:relative;}
.nav-x .menu-toggle h3 {display:none}
.nav-x ul {font-size:0;-webkit-text-size-adjust:none;text-align:center}
.nav-x li {display:inline-block}
.nav-x li i {margin:0px auto 5px auto;font-size:24px;display:block;}
.nav-x li a {font-size:16px;padding:0;height:70px;line-height:70px;color:#6e6e6e;text-align:center;display:block;}
.nav-x li a:hover{color:#FFB74D}
.nav-x li a.active {background:linear-gradient(-45deg,#FFD100,#FFB74D);color:#fff}
.col-2 {width:10%}
/* 横向不带ICO导航 */

/* 新闻列表 */
.list-news {display: flex;align-items: center;justify-content: center;margin-bottom:30px}
.list-news .time{margin-right:-20px;padding:15px 0 10px 0;border-right:1px solid #eee;}
.list-news .time .text-large{font-size:52px;line-height:54px;}
.list-news .news {margin-left:50px;margin-right:30px}
.list-news .news h3 a{display:block;font-size:24px;color:#333;margin-bottom:20px}
.list-news .button{width:70px;line-height:56px;font-size:24px;border:1px solid #ebebeb;}
.list-news .button i{font-size: 22px;}
.list-news:hover .button{background:#FFB74D;color:#fff;border:1px solid #FFB74D}
.list-news:hover h3 a{color:#FFB74D}
/* 新闻列表 */

/* 纯文字列表  begin*/
.list-post-text li {padding:5px 0;}
.list-post-text li a{display:block;}
.list-post-text li.dot a{padding-left:15px;position:relative;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.list-post-text li.dot:hover a:before {background:#FFB74D;}
.list-post-text li.dot a:before {content:'';position:absolute;left:-2px;background:#ccc;width:6px;height:6px;top:9px;border-radius:50%}
/* 纯文字列表  end*/

/* 下载列表 */
.normal-list li{position:relative;display:block;background:#FFF;margin-bottom:20px;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.normal-list li a{display:block;font-size:16px;line-height:24px;padding:25px 30px 25px 50px;color:#333;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.normal-list li span{color:#888888;position:absolute;right:30px;top:28px}
.normal-list li:hover{background:#FFB74D;color:#FFF;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.normal-list li:hover a,.normal-list li:hover span{color:#FFF}
.normal-list li.dot:hover a:before {background:#fff;}
.normal-list li.dot a{position:relative}
.normal-list li.dot a:before {content:'';position:absolute;left:30px;background:#ececec;width:7px;height:7px;top:35px;border-radius:50%}

/* 下载详细页begin */
.download-detail{position:relative;z-index:3}
.download-detail .button-big{padding:15px 25px}
/* 下载详细页end */

/* ===视频教程 beign*/
	/* ====视频教程列表 begin*/
.video-list .media{-webkit-transition:.5s;transition:.5s;}
.video-list .media:hover{box-shadow:0 30px 50px rgba(229,229,229,.8)}
.video-list .media-img{position:relative;overflow:hidden}
.video-list .media-body .padding-big{padding:20px}
.video-list .media-body h2{margin:0 0 20px 0;overflow:hidden}
.video-list .media a.play{opacity:.6;position:absolute;top:50%;left:50%;margin-left:-24px;margin-top:-24px;width:48px;height:48px;line-height:48px;background:rgba(0,0,0,.6);z-index:2;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.video-list .media a.play i{font-size: 24px;}
.video-list .media .playtime{position:absolute;bottom:10px;right:10px;padding:0 8px;height:20px;line-height:18px;background:rgba(0,0,0,.5);z-index:2;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.video-list .media:hover a.collect,.video-list .media:hover a.play{opacity:1;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.video-list .excerpt-info ul li.v2-1{width:50%}
.video-list .excerpt-info ul li.v2-2{width:50%;}
	/* 视频教程列表 end*/

	/* =====视频内容页 */
.video-detail .tab-head {border-radius:0;font-size:0;-webkit-text-size-adjust:none;padding-left:25px;border-bottom:1px solid #EFEFEF}
.video-detail .tab .tab-nav li {display:inline-block;width:13%;margin:0}
/* .video-detail .tab .tab-nav li:last-child {margin-right:0px} */
.video-detail .tab .tab-nav li a {color:#616770;padding:18px 0;border:0;border-bottom:2px solid transparent;margin-bottom:-1px;display:block;line-height:20px;font-weight:500;border-radius:0;font-size:16px;text-align:center;}
.video-detail .tab .tab-nav .active {border-radius:0px;}
.video-detail .tab .tab-nav .active a {margin-bottom:-1px;cursor:default;background:#FFF;border-bottom:2px solid #FFB74D;font-weight:600}
.video-detail .tab .tab-nav li a,.video-detail .tab .tab-nav .active a:focus {outline:none;}
.video-detail .tab .tab-body {border-radius:0;border-top:solid 0px #ebebeb;padding:25px}
			/* ======播放器 */

.jw-video-expense {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #383838;z-index: 1;display: none}
.jw-video-expense img {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;max-width: 100%;max-height: 100%;}
.jw-video-expense .apply {position: absolute;left: 50%;top: 50%;margin-top: -20px;transform: translate(-50%,-50%);}
.jw-video-expense .video-play{cursor: pointer;font-size: 0;}
.jw-video-expense .video-play:before {content: '';width: 80px;height: 80px;position: absolute;top: 50%;left: 50%;z-index: 8;margin-top: -40px;margin-left: -40px;border-radius: 50%;background: radial-gradient(rgba(0,0,0,.25) 40%,rgba(255,255,255,.65) 70%,rgba(0,0,0,.25) 100%);box-shadow: 0 0 8px 4px rgba(136,136,136,.35), 0 0 6px 3px rgba(255,255,255,1);animation: fade 2.4s linear 0s infinite;}
.jw-video-expense .video-play:after {content: '';width: 80px;height: 80px;position: absolute;top: 50%;left: 50%;z-index: 9;margin-top: -40px;margin-left: -40px;background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MCIgaGVpZ2h0PSI4MCIgdmlld0JveD0iMCAwIDgwIDgwIj4KCTxkZWZzPgoJCTxzdHlsZT4KCQkgIC5jbHMtMSB7CgkJCWZpbGw6ICNmZmY7CgkJCWZpbGwtcnVsZTogZXZlbm9kZDsKCQkgIH0KCQk8L3N0eWxlPgoJPC9kZWZzPgoJPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTEyMCwxMTE3YTQwLDQwLDAsMSwxLTQwLDQwQTQwLDQwLDAsMCwxLDExMjAsMTExN1ptMCw0YTM2LDM2LDAsMSwxLTM2LDM2QTM2LDM2LDAsMCwxLDExMjAsMTEyMVptLTUuNjIsNTIuNTEsMjAuMzctMTQuODhhMi4yNTQsMi4yNTQsMCwwLDAtLjA0LTMuNjdMMTExNCwxMTQwLjQ1YTIuMjczLDIuMjczLDAsMCwwLTMuNTgsMS44OGwwLjM1LDI5LjM4QTIuMjY5LDIuMjY5LDAsMCwwLDExMTQuMzgsMTE3My41MVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDgwIC0xMTE3KSIvPgo8L3N2Zz4=) no-repeat;}
.jw-video-expense .button {display: block;width: 180px;padding: 5px 20px;margin: 0 auto;margin-top: 135px;border-radius: 100px;font-style: normal;cursor: pointer;}
.video-period .price{font-size:32px;margin-top:5px}
.video-buy-now{cursor:pointer;width:130px;float:right}
.video-free-now{width:130px;padding:10px 0;float:right}
.video-title h1{font-size:24px;display:block;}
.video-period-title{padding:15px 10px 15px 20px}
.video-period-list{overflow:hidden;height:410px;overflow-y:auto}
.video-period-list li{height:69px;width:100%;border-bottom:1px #433D3D solid;position:relative;text-align:left}
.video-period-list li a{display:block;padding:8px 10px 8px 50px}
.video-period-list li a.cur{background:#2D2D2D;display:block;}
.video-period-list li:hover{background:#2D2D2D;}
.video-period-list li p{font-size:14px;color:#888888;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.video-period-list li:before{content:"";position:absolute;width:20px;height:13px;left:18px;top:15px;background:url(../images/video-ico.png) no-repeat;z-index:4}
.video-period-list li .video-info{padding-top:8px;position:relative;color:#616770}
.video-period-list li .video-info span{position:absolute;right:0;width:62px;text-align:right}
.video-period-list li:last-child{border-bottom:none}
.video-content-tit{padding:5px 30px 0;line-height:50px;border-bottom:1px solid #ECEFF5}
.video-content-tit h2{font-size:18px;color:#434C5A;border-bottom:1px solid #434C5A;display:block;width:72px;margin-bottom:-1px}
		/* 播放器 end*/
	/* 视频内容页end */
/* 视频教程 end*/

/* 横向左图右字列表 begin*/
.list-post-x .media{margin-bottom:20px}
.list-post-x .media.border{border:0;border-bottom:1px solid #ECEFF5;padding-bottom:20px}
.list-post-x .media img{transition:all .3s ease-out}
.list-post-x .media .thumb-md{position:relative;max-width:100px;overflow:hidden}
.list-post-x .media .thumb-md .playtime{position:absolute;bottom:5px;right:5px;padding:0 5px;height:20px;line-height:18px;background:rgba(0,0,0,.6);z-index:3;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.list-post-x .media .thumb-md .playicon{position:absolute;bottom:5px;left:5px;width:20px;height:20px;line-height:18px}
.list-post-x .media:hover img{transition:all .3s ease-out;transform:scale(1.1)}
.list-post-x .media.media-x .float-left{margin-right:15px}
.list-post-x .media.media-x .float-right{margin-left:15px}
.list-post-x .media.media-x .media-body{text-align:left;padding:0;height: 100px;display: flex;flex-direction: column;justify-content: center;}

.list-post-x .media.media-x .media-body h3 {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.list-post-x .media a:hover{color:#434C5A}
.list-post-x .media-body p{color:#888888;line-height:22px}
.list-post-x .media:last-child{margin-bottom:0}
/* 横向上图下字列表 end *

/* 内容 begin */
.article{overflow:hidden}
.article .padding-large{padding:20px 22px;}
.article .post h1{font-size: 26px;font-weight: 700;color: #141414;line-height: 1.5;}
.article .post h2{font-size:24px;font-weight:600;margin:10px 0}
.article .post h3{font-size:20px;font-weight:600;margin:10px 0}
.article .post .meta {margin-top: 15px;}
.article .post .meta span {color: #a4a4a4;}
.article .post hr{margin:10px 0;height:1px}
.article .post strong{font-size:16px;margin:10px 0}
.article .post table{margin:20px 0}
.article .post table th{background:#daf0fd;color:#fff;border:1px solid #fff}
.article .post table tr.ue-table-interlace-color-single{background:#daf0fd}
.article .post p{font-size:16px;line-height:32px;margin-bottom:28px}
.article .post img{max-width:100%;height: auto !important;}
.article .post a{text-decoration:none;}
.article .post a:hover{color:#FFB74D;border-bottom:0 solid #FFB74D}
.article .post .text-right{text-align:right}
.article .post ul li{padding:0 0 5px 20px;position:relative;font-size:16px}
.article .post ul li p{line-height:24px}
.article .post ul li:before{content:'';position:absolute;top:8px;left:0;background:#888888;width:7px;height:7px;border-radius:50%}
.article .post ol{padding:10px 0 0 0}
.article .post ol.list-paddingleft-2{position:relative}
.article .post ol li{padding:0;position:relative}
.article .post ol li p{line-height:26px;font-size:16px;color:#888888}
/* 内容 end */

/* 产品列表*/
.product-list .media{-webkit-transition:.3s;transition:.3s;}
.product-list .media:hover {-webkit-transition:.3s;transition:.3s;box-shadow:0 5px 20px 5px rgba(0,0,0,.05);}
.product-list .media-body {padding:10px 0 0 0}
.product-list .media:hover .media-body h2 a {color:#FFB74D;}
.price-info ul li.v2-1{width:50%}
.price-info ul li.v2-2{width:50%;}
/*产品列表*/

/* 产品详细页begin */
.product-description .padding-large{padding:30px 0 0 30px}
.product-description .padding-large-top{padding:0}
.product-description p{line-height:24px}
.product-description .zoomimg{width:474px}/* PC端独有 */

/* 产品详情TAB begin */
.product-overview .tab-head {border-radius:0;font-size:0;-webkit-text-size-adjust:none;width:100%;border-bottom:1px solid #EFEFEF}
.product-overview .tab .tab-nav li {display:inline-block;width:12%;}
.product-overview .tab .tab-nav li a {margin-bottom:-1px;color:#6E6E6E;padding:20px 0;display:block;line-height:24px;border:0;border-radius:0;font-size:18px;text-align:center;}
.product-overview .tab .tab-nav .active {border-radius:0px;}
.product-overview .tab .tab-nav .active a {cursor:default;color:#FFB74D;background:#FFF;border-bottom:3px solid #FFB74D;}
.product-overview .tab .tab-nav li a,.product-overview .tab .tab-nav .active a:focus {outline:none;}
.product-overview .tab .tab-body {padding:0;border-radius:0;border-top:solid 0px #ebebeb;}
/* 产品详情TAB END */

/* 放大镜 begin */
#zoomimg{cursor:pointer;display:block}
.pro-thumb .item img{border:1px solid #ececec}
.pro-thumb .item:hover img{border:1px solid #FFB74D}
.pro-thumb:hover .owl-nav .owl-prev,.pro-thumb:hover .owl-nav .owl-next {opacity:.6;}
/* 放大镜 end */

/* 商品参数 */
.attribute li {position:relative;color:#666;line-height:32px;}
/* .attribute li:before {content:'';position:absolute;left:0px;background:#ccc;width:6px;height:6px;top:11px;border-radius:50%;} */
.attribute li span {color:#999}
/* 商品参数 end */

/* 商品详情 */
.content img{max-width: 100% !important;height: auto !important;}
/* 商品详情 end */

/* 产品详细页end */

.job-list{transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.job-list:hover{box-shadow:0 10px 25px rgba(0,0,0,0.3);transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.job-list dt{font-weight:normal}

 /* 弹出层*/

.dialog {border-radius:0;border:0 solid #ebebeb;margin:0 auto;box-shadow:0 10px 25px rgba(0,0,0,0.3);}
.dialog .dialog-head {font-size:18px;border-bottom:0;background:#FFF;color:#383838;}
.dialog .dialog-head .close {float:right;line-height:24px}
.dialog .dialog-body{padding:10px 40px 40px 40px;}
.dialog-body h3 {font-size:24px;font-weight:600;color:#333;margin-bottom:10px}
.dialog-body .form-group {padding-bottom:20px}
.dialog-body .input{height:48px;line-height:24px;padding:0 12px;border:1px solid #ebebeb;width:100%;display:block;border-radius:0px;-webkit-appearance:none;box-shadow:0 0px 0px rgba(0,0,0,0.0) inset;background:transparent;}
.dialog-body .textarea {padding:10px 12px;line-height:24px;width:100%;background:transparent;border:1px solid #ebebeb;}
.dialog-body .label {padding-bottom:10px;display:block;line-height:24px;}
.dialog-body .label label {font-weight:400;}
.dialog-body select {padding:0 30px 0 8px;color:#ADADAD;border-radius:0px;width: 100%; height:48px;line-height:48px;border:solid 1px #ebebeb;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:url(../images/select-down.png) no-repeat right 50%;}
.dialog-body .form-tips .dialog-body .input-help ul {border:solid 0px #ebebeb;background:#fff;padding:5px 10px;box-shadow:0 0 0 #fff;border-radius:0 0 4px 4px;width:150px;min-width:150px;width:auto;_width:150px;color:#EE3333;font-size:12px}
.dialog-body .input::-webkit-input-placeholder, .dialog-body .textarea::-webkit-input-placeholder {color: #6E6E6E;}
.dialog-body .input:-moz-placeholder, .dialog-body .textarea:-moz-placeholder {color: #6E6E6E;}
.dialog-body .input::-moz-placeholder, .dialog-body .textarea::-moz-placeholder {color: #6E6E6E;}
.dialog-body .input:-ms-input-placeholder, .dialog-body .textarea:-ms-input-placeholder {color: #6E6E6E;} 
.dialog-body .input-group .addon {background-color:#fff;border:0px solid #EBEBEB;border-radius:0px;line-height:1;padding:0;text-align:center}
.dialog-body .input-group .addon img{max-height:50px}
 /* 弹出层 end*/

/*  联系我们begin  */
.inside h2 {font-size:36px;font-weight:400;margin-bottom:20px}
.inside .contact{padding:0 0 50px 0;}
.inside .contact hr {height:1px;background:#F2F2F2}
.inside .contact .media {margin:0;padding:0 0 30px 0;}
.inside .contact .media span{width:42px;height:42px;line-height:64px;}
.inside .contact .media i {font-size:36px;}
.inside .contact .media .media-body {padding:0 0 0 10px;margin-top:0px;}
.inside .contact .media .media-body a,.inside .contact .media .media-body p{color:#333;}
.inside .wx{border:1px solid #eee;padding:20px 30px;}

.home-contact{background:#cacaca}
.home-contact .title{position:relative;width:590px;float:right;text-align:left;}
.home-contact .title h2{font-size:64px;line-height:64px;padding-top:25%;padding-right:50px;padding-bottom:30px;}
.home-contact .title h2 span{color:#FFB74D}
.home-contact .title a{font-size:24px;text-decoration: none;border-bottom: 2px solid #FFB74D;color: #FFF;}
.home-contact .title a:hover{border-bottom: 0 solid #82CC37;}
.home-contact .gb{position:relative;width:590px;float:right;text-align:left;}

 /*guestbook*/
.guestbook{padding:50px 80px 50px 0}
.guestbook h2{font-size:24px;font-weight:600}
.guestbook .padding{padding:50px;}
.guestbook .form-group {padding-bottom:20px}
.guestbook .input{font-size:16px;padding:0 15px;height:50px;line-height:50px;border:0;width:100%;display:block;-webkit-appearance:none;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;box-shadow:0 0px 0px rgba(0,0,0,0.0) inset;}
.guestbook .textarea {padding:12px;line-height:24px;width:100%;font-size:16px;background:#fff;border:0;}


.guestbook .label {display:block;line-height:24px;}
.guestbook .label label {font-weight:400;}
.guestbook .field {font-size:16px}
.guestbook select {font-size:16px;padding:0 35px 0 15px;width: 100%; height:50px;line-height:50px;border:0;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:#fff url(../images/select-down.png) no-repeat right 50%;color:#666;}
.guestbook .form-tips .guestbook .input-help ul {border:0;background:#fff;padding:5px 10px;box-shadow:0 0 0 #fff;border-radius:0 0 4px 4px;width:150px;min-width:150px;width:auto;_width:150px;color:#EE3333;font-size:12px}

/* 联系我们end */

.channel-banner {height:350px;position:relative;background-repeat:no-repeat;background-position:center center;background-size:cover;margin:0;padding:0;}
.channel-banner .banner-info {position:absolute;top:50%;margin-top:-50px;left:0;right:0;z-index:3}
.channel-banner .banner-info h3{font-size:40px;font-weight:600;position:relative;margin-bottom:30px}
.channel-banner .banner-info h3:before {left:50%;margin-left:-15px;bottom:-10px;width:30px;height:3px;background:#FFB74D;content:'';display:block;position:absolute;}
.channel-banner .banner-info p{font-size:36px;}

/* 底部地图版权 begin*/
footer{padding:70px 0 0 0;}
footer h3 {font-weight:700;color:#fff}
footer ul li.item-1 {width:15%}
footer ul li.item-2 {width:15%}
footer ul li.item-3 {width:15%}
footer ul li.item-4 {width:15%}
footer ul li.item-5 {width:30%}
footer ul li.item-6 {width:10%}
footer ul li ul li a{line-height:32px;color:#888}
footer ul li ul li a:hover,footer .contact .media .media-body a:hover {color:#fff;}
footer .contact {padding-top:3px}
footer .contact .media {margin:0 0 5px 0;padding:0 0 10px 0;}
footer .contact .media span{width:24px;height:24px;}
footer .contact .media i{line-height:24px;}
footer .contact .media .media-body a,footer .contact .media .media-body{padding:0;color:#888;line-height:24px;}
footer .qr{margin-left:20px;background:#484848;}
footer .qr img{width:100%}
footer .copyright{padding:20px 0 60px 0;color:#888;border-top:1px solid #404040;}
footer .copyright a{margin-left:5px;color:#888}

footer .tab-head {border-radius:0;font-size:0;-webkit-text-size-adjust:none;padding:0;border-bottom:1px solid #404040}
footer .tab .tab-nav li{display:inline-block;width:auto;margin:0 20px 0 0}
footer .tab .tab-nav li a {color:#888;padding:10px 0;border:0;border-bottom:1px solid transparent;margin-bottom:-1px;display:block;line-height:20px;border-radius:0;font-size:16px;}
footer .tab .tab-nav .active {border-radius:0px;}
footer .tab .tab-nav .active a {margin-bottom:-1px;cursor:default;border-bottom:1px solid #FFB133;}
footer .tab .tab-nav li a,footer .tab .tab-nav .active a:focus {outline:none;}
footer .tab .tab-body {border-radius:0;border-top:solid 0px #ebebeb;padding:25px 0}
footer .tab .tab-body .flink a{display:inline-block;margin-right:15px;line-height:24px}
footer .tab .tab-body .flink a img{width: 110px;height: 58px;}

/* 底部地图版权 end*/
@media screen and (max-width:1440px){
.container-layout{max-width:98%;}
}
