@charset "utf-8";
/* 设置主题 */
:root {--primary: #0060a7;}

/* css样式初始化 */
*,::before,::after {box-sizing: border-box;}
html { -moz-tab-size: 4;-o-tab-size: 4;tab-size: 4;}
html {line-height: 1; /* 1 */-webkit-text-size-adjust: 100%; /* 2 */}
body {margin: 0;}
body {font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif,
     'Segoe UI', Roboto,Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';}
body {font-family: inherit;line-height: inherit;}
blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre {margin: 0;}
ol,ul {list-style: none;margin: 0;padding: 0;}
a {color: inherit;text-decoration: inherit;}
html {font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont,'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; /* 1 */line-height: 1; /* 2 */}
pre,code,kbd,samp {font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,'Liberation Mono', 'Courier New', monospace;}
img,video {max-width: 100%;height: auto;}
button,input,optgroup,select,textarea {padding: 0;line-height: inherit;color: inherit}
textarea {resize: vertical;}
input::-moz-placeholder, textarea::-moz-placeholder {opacity: 1;color: #9ca3af;}
input::placeholder,textarea::placeholder {opacity: 1;color: #9ca3af;}

/* 滚动条+选中渲染css */
::selection{background:var(--primary);color:#fff;}
::-moz-selection{background:var(--primary);color:#fff;}
::-webkit-input-placeholder{text-overflow:ellipsis}
::-webkit-scrollbar{width:8px;height:8px;overflow:auto}
::-webkit-scrollbar-thumb{background-color:var(--primary);min-height:25px;min-width:25px;border:1px solid #e0e0e0}
::-webkit-scrollbar-track{background-color:#f7f7f7;border:1px solid #efefef}

/* 分页css */
.ui-bhpage{ width:auto; height:auto; overflow:hidden; clear:both; text-align:center;  margin:20px auto 20px auto;}
.ui-bhpage li{min-width:32px; height:32px;text-align:center; display:inline-block; line-height:32px; margin-right:4px;border:solid 1px #d9d9d9; border-radius:4px;}
.ui-bhpage li:first-child a,.ui-bhpage li:last-child a{box-sizing: border-box;padding: 0 10px;}
.ui-bhpage li:first-child span, .ui-bhpage li:last-child span {box-sizing: border-box;padding: 0 10px;}
.ui-bhpage li a{ width:100%; height:32px; text-align:center; line-height:32px; display:block; font-size:14px; color:#666; box-sizing: border-box; }
.ui-bhpage li:hover,.ui-bhpage li.active{ background:var(--primary); color:#fff; border:solid 1px var(--primary); }
.ui-bhpage li:hover a{ color: #fff;}

/* 文章分页 */
.article-pager{ width:100%; height:38px; margin:15px auto 15px auto; clear:both; text-align:center;}
.article-pager ul {display: flex;align-items: center;justify-content: center;}
.article-pager li{height:38px; border:solid 1px #efefef; text-align:center;line-height:38px; box-sizing:border-box; border-radius:4px; background:#fff;margin-left: 10px;flex: 1;max-width: 128px;}
.article-pager li a{ width:100%; height:38px; display:block; color:#333; font-size: 13px;}
.article-pager li a span{ font-size: 13px;}
.article-pager li:hover{  border:solid 1px var(--primary);}
.article-pager li:hover a{ color:var(--primary);}

/* 无数据 */
.ui-nodata {display: flex;justify-content: center;align-items: center;flex-direction: column;min-height: 300px;}
.ui-nodata img {max-width: 100px;}
.ui-nodata p {font-size: 15px;line-height: 30px;color: #444444;}

/* 文章内容 */
.ui-content{ width: 100%; min-height: 350px; margin: 10px auto; overflow: hidden;line-height:180%;word-wrap:break-word}
.ui-content p{ line-height: 32px; font-size: 16px;word-wrap:break-word;}
.ui-content img{ max-width: 100%;  border-radius: 3px; cursor: pointer; display: inline-block;}
.ui-content table{ width: 100%; border-collapse: collapse; margin: 10px auto;}
.ui-content table th{ padding:8px 12px; text-align: center; vertical-align: middle; background-color: #fafafa; border: solid 1px #dcdcdc;}
.ui-content table td{ padding:8px 12px; border: solid 1px #dcdcdc; font-size: 14px;}
.ui-content table tr:hover td{background-color: #fafafa;}
.ui-content table th:hover td{background-color: #efefef;}
.ui-content video{border:solid 1px #dcdcdc; overflow:hidden; padding:5px; border-radius:4px;}
.ui-content pre{ background-color: #f6f8fa; border: solid 1px #dcdcdc; border-radius: 4px; line-height: 160%; padding: 10px 12px; font-size: 13px; color: #666;}
.ui-content pre code{ padding: 0; border: 0;}
.ui-content code{background-color: #f6f8fa; border: solid 1px #dcdcdc; border-radius: 4px; padding: 4px 6px; font-size: 12px; margin:0 2px;}
.ui-content input{ margin-right: 5px;}

/* 文本溢出省略 */
.ellipsis-1,.ellipsis-2,.ellipsis-3{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}
.ellipsis-1{-webkit-line-clamp:1}
.ellipsis-2{-webkit-line-clamp:2}
.ellipsis-3{-webkit-line-clamp:3}

/* 版心 */
.wrap {width: 1640px;margin: 0 auto;box-sizing: border-box;overflow: hidden;height: auto;padding: 0; position: relative;}
.w {width: 1440px;margin: 0 auto;box-sizing: border-box;overflow: hidden;height: auto;padding: 0;}
.container{width: 100%;height: auto; overflow: hidden;}

/* 头部 */
.header {height: 100px;width: 100%;background-color: #fff;position: fixed;top: 0;left: 0;right: 0;z-index: 999;box-shadow: 0px 1px 30px rgba(53, 53, 53, 0.1);}
.flex_header_wrap {display: flex;justify-content: space-between;align-items: center;height: 100%;gap: 60px;overflow: visible;}
.header .logo {font-size: 0;height: 60px;overflow: hidden;}
.header .logo img {width: 100%;height: 100%;object-fit: contain;}
.header .header_nav {flex: 1; display: flex;align-items: center;justify-content: flex-end;gap:45px;height: 100%;}
.header_nav li {position: relative;height: 100%;display: flex;align-items: center;}
.header_nav li a {font-size: 18px;line-height: 30px;color: #000000;font-weight: bold;position: relative;}
.header_nav li a:hover {color: var(--primary);}
.header_nav li.active a {color: var(--primary);}
.header_nav li.active a::after {content: "";position: absolute;bottom: 0;width: 100%;background-color: var(--primary);left: 0;height: 2px;}
.header_nav li .drop_down_menu {position: absolute;width: 200px;left: calc(50% - 100px); top: 100px;background-color: #fff;height: auto;max-height: 480px;overflow-y: auto;display: none;}
.header_nav li .drop_down_menu a {padding: 0;font-size: 16px;border-bottom: 0.5px solid rgba(178, 178, 178, 0.4);width: 100%;display: flex;height: 60px;line-height: 30px;align-items: center;justify-content: center;color: #000;font-weight: normal;}
.header_nav li .drop_down_menu a:hover {color: var(--primary);}
.header_nav li .drop_down_menu a:last-child{border-bottom: 0;}
.header_nav li .drop_down_menu a::after {content: '';height: 0;}
.header .other_header_nav {display: flex;align-items: center;}
.other_header_nav .search_btn {width: 48px;height: 48px;background-color: #0060a7;color: #fff;display: flex;justify-content: center;align-items: center;border-radius: 50%;cursor: pointer;}
.other_header_nav .search_btn span {font-size: 20px;}
/* 头部分类 */
.classify {position: relative;height: 44px; width: 44px;-webkit-transition: background 0.5s;-moz-transition: background 0.5s;-o-transition: background 0.5s;transition: background 0.5s;display: none;}
.classify:hover {cursor: pointer;background-color: rgba(255, 255, 255, 0.2);}
.classify span {position: absolute;left: calc((100% - 25px) / 2);top: calc((100% - 2px) / 2);width: 25px;height: 2px;background-color: #000;}
.classify span:nth-child(1) {transform: translateY(10px) rotate(0deg);}
.classify span:nth-child(2) {opacity: 0;}
.classify span:nth-child(3) {transform: translateY(-10px) rotate(0deg);}
.classify-active span:nth-child(1) {animation-duration: 0.5s;animation-fill-mode: both;animation-name: clickfirst;}
.classify-active span:nth-child(2) {animation-duration: 0.5s;animation-fill-mode: both;animation-name: clicksecond;}
.classify-active span:nth-child(3) {animation-duration: 0.5s;animation-fill-mode: both;animation-name: clickthird;}
/*第一条线旋转动画*/
@keyframes clickfirst { 0% {transform: translateY(8px) rotate(0deg);} 100% {transform: translateY(0) rotate(45deg);}}
/*第二条线淡入淡出动画动画*/
@keyframes clicksecond { 0% {opacity: 1;} 100% {opacity: 0;}}
/*第三条线旋转动画*/
@keyframes clickthird { 0% {transform: translateY(-8px) rotate(0deg);} 100% {transform: translateY(0) rotate(-45deg);}}
.classify-out span:nth-child(1) {animation-duration: 0.5s;animation-fill-mode: both;animation-name: outfirst;}
.classify-out span:nth-child(2) {animation-duration: 0.5s;animation-fill-mode: both;animation-name: outsecond;}
.classify-out span:nth-child(3) {animation-duration: 0.5s;animation-fill-mode: both;animation-name: outthird;}
@keyframes outfirst { 0% {transform: translateY(0) rotate(-45deg);} 100% {transform: translateY(-8px) rotate(0deg);}}
@keyframes outsecond { 0% {opacity: 0;} 100% {opacity: 1;}}
@keyframes outthird { 0% {transform: translateY(0) rotate(45deg);} 100% {transform: translateY(8px) rotate(0deg);}}
/* 固定高度 */
.fixed_header {height: 100px;width: 100%;}

/* 分类容器 */
.asidewrap {position: fixed;top: 0px; left: 0;  right: 0;  bottom: 0; z-index: 998;display: none;background-color: #f5f5f5;padding: 0 15px; padding-top: 100px;}
.asidewrap ul {width: 100%;overflow-y: auto;height: calc(100vh - 100px);}
.asidewrap li {border-bottom: 1px solid #dcdcdc;font-size: 16px;}
.asidewrap li .asideheader {display: flex;justify-content: space-between;align-items: center;height: 60px;}
.asidewrap li .asideheader .tit {flex: 1;font-size: 16px;color: #333;line-height: 60px;}
.asidewrap li .asideheader .kz {width: 60px;font-size: 35px;font-style: normal;font-weight: normal;text-align: right;color: #666;}
.asidewrap li .asideheader .tit:hover {color: var(--primary);}
.asidewrap li .asidecontent {padding: 0 15px;display: none;}
.asidewrap li .asidecontent a {display: block;position: relative;line-height: 44px;color: #666;font-size: 14px;padding-left: 15px;}
.asidewrap li .asidecontent a:hover {color: var(--primary);}

/* 底部 */
.footer {width: 100%;background: url(../images/footer_bg.jpg) no-repeat;background-size: cover;}
.footer_head {display: flex;align-items: center;justify-content: space-between;padding: 45px 0;gap: 60px;}
.footer_head .logo {font-size: 0;height: 60px;}
.footer_head .logo img {width: 100%;height: 100%;object-fit: contain;}
.footer_head .phone_wrap {flex: 1;display: flex;align-items: center;justify-content: flex-end;color: #fff;gap: 10px;}
.footer_head .phone_wrap i {font-size: 50px;}
.footer_head .phone_wrap .phone_cont {display: flex;flex-direction: column;gap: 10px;}
.footer_head .phone_wrap .phone_cont span {font-size: 16px;}
.footer_head .phone_wrap .phone_cont strong {font-size: 28px;}
.footer_head .link_wrap {position: relative;width: 330px;height: 50px;margin: 0 auto;overflow: visible;flex-shrink: 0;}
.footer_head .link_wrap h4 {display: flex;justify-content: space-between;align-items: center;background-color: rgba(255, 255, 255, 0.15); height: 50px;padding: 0 20px;color: white; cursor: pointer;font-weight: normal;font-size: 16px;}
.footer_head .link_wrap h4 i {transition: transform 0.3s ease;font-size: 12px;}
.footer_head .link_wrap h4 i.icon-rotate {transform: rotate(180deg);}
.footer_head .link_wrap .link_menu {position: absolute;top: 50px;left: 0;width: 100%;background: white;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);display: none;z-index: 100;overflow: auto;max-height: 500px;}
.footer_head .link_wrap .link_menu a {display: block;padding: 12px 20px;text-decoration: none;color: #2c3e50;border-bottom: 1px solid #f1f1f1;transition: all 0.2s ease;}
.footer_head .link_wrap .link_menu a:last-child {border-bottom: none;}
.footer_head .link_wrap .link_menu a:hover {background: #f8f9fa;color: var(--primary);}
.footer_main {padding: 50px 0;border-top: 1px solid rgba(255, 255, 255, 0.1);border-bottom: 1px solid rgba(255, 255, 255, 0.1);display: flex;justify-content: space-between;align-items: flex-start;gap: 80px;}
.footer_main .left {display: flex;align-items: flex-start;gap: 40px;}
.footer_main .left dt {font-size: 18px;font-weight: bold;color: #fff;margin-bottom: 20px;}
.footer_main .left dd a {font-size: 15px;line-height: 32px;color: #77a8ce;}
.footer_main .left dd a:hover {color: #fff;}
.footer_main .right {display: grid;grid-template-columns: repeat(4,1fr);gap: 10px;}
.footer_main .right .code_wrap {display: flex;flex-direction: column;justify-content: center;align-items: center;gap: 10px;}
.footer_main .right .code_wrap img {width: 120px;height: 120px;object-fit: cover;}
.footer_main .right .code_wrap span {color: #fff;font-size: 14px;}
.footer_foot {display: flex;justify-content: center;align-items: center;padding: 30px 0;gap: 5px;font-size: 14px;line-height: 30px;color: #80aaca;flex-wrap: wrap;}
.footer_foot a {display: flex;align-items: center;gap: 5px;}
.footer_foot a:hover {color: #fff;}

/* 首页 */
.index_swiper {height: calc(100vh - 100px);width: 100%;overflow: hidden;position: relative;    --swiper-theme-color: #ffffff;}
.index_swiper .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;	transition:1s linear 2s;transform:scale(1.1,1.1);}
.index_swiper .swiper-slide-active img,.index_swiper .swiper-slide-duplicate-active img{transition:6s linear;transform:scale(1,1);}	
.index_about_wrap {overflow: hidden;width: 100%;background: url(../images/index_about_bg.png) no-repeat;background-size: cover;padding-top: 100px;padding-bottom: 180px;}
.index_flex_about {display: flex;justify-content: space-between;align-items: center;gap: 160px;}
.index_flex_about .index_video_wrap {height: 520px;width: 680px;background-color: #000;border-radius: 20px;overflow: hidden;flex-shrink: 0;}
.index_video_wrap video {width: 100%;height: 100%;object-fit: cover;}
.index_flex_about .left {flex: 1;align-self: flex-start;display: flex;flex-direction: column;justify-content: space-between;height: 520px;}
.index_tit {display: flex;flex-direction: column;}
.index_tit h2 {font-size: 44px;font-weight: bold;line-height: 24px;}
.index_tit h4 {font-size: 50px;color: rgba(0, 0, 0, 0.1);font-weight: normal;white-space: nowrap;}
.index_flex_about .left .tip {font-size: 34px;line-height: 34px;font-weight: bold;color: var(--primary);margin-top: 60px;}
.index_more {display: flex;align-items: center;justify-content: center;width: 140px;height: 44px;border: 1px solid #999999;border-radius: 22px;gap: 10px;font-size: 14px;color: #444444;}
.index_more i {transform: rotate(-45deg);color: #666666;}
.index_more:hover {color: var(--primary);border-color: var(--primary);}
.index_more:hover i {color: var(--primary);}
.index_flex_about .left p {flex: 1;margin: 30px 0;color: #444444;font-size: 18px;line-height: 34px;overflow-y: auto;}
.index_news_center {background: url(../images/news_center_bg.png) no-repeat;background-size: cover;padding-bottom:80px;margin-top: -140px;}
.index_news_head {display: flex;align-items: center;justify-content: space-between;padding-top: 180px;gap: 30px;margin-bottom: 50px;}
.index_news_head .tit {position: relative;font-size: 44px;color: #ffffff;font-weight: 900;z-index: 3;}
.index_news_head .tit::before {content: 'NEWS CENTER';position: absolute;top: -36px;left: 0;font-size: 50px;white-space: nowrap;color: rgba(255, 255, 255, 0.1);font-weight: normal;}
.index_news_head .line {background-color: rgba(255, 255, 255, 0.1);height: 1px;flex: 1;}
.index_news_head .index_news_nav {display: flex;align-items: center;gap: 20px;}
.index_news_head .index_news_nav .news_nav_item {border: 1px solid #fff;cursor: pointer;width: 140px;height: 50px;line-height: 50px;text-align: center;border-radius: 25px;overflow: hidden;color: #fff;}
.index_news_head .index_news_nav .news_nav_item.active {background-color: #fff;color: var(--primary);}
.index_news_content {display: none;justify-content: space-between;align-items: flex-start;height: 530px;background-color: #fff;overflow: hidden;}
.index_news_content.active {display: flex;}
.index_left_news_swiper {height: 100%;position: relative;overflow: hidden;flex: 1;}
.index_left_news_swiper .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}
.index_right_news_cont {padding: 40px;width: 720px;flex-shrink: 0;display: flex;flex-direction: column;height: 100%;}
.index_right_news_swiper {padding-bottom: 30px;border-bottom: 1px solid #e3e3e3;position: relative;overflow: hidden;}
.index_right_news_swiper .swiper-slide {width: 100%;}
.index_right_news_swiper .swiper-slide .right_news_item {display: flex;gap: 38px;}
.index_right_news_swiper .swiper-slide .date {width: 86px;height: 86px;border: 1px solid #e3e3e3;display: flex;align-items: center;justify-content: center;flex-direction: column;padding: 8px;position: relative;gap: 10px;flex-shrink: 0;}
.index_right_news_swiper .swiper-slide .date strong {font-size: 32px;line-height: 36px;display: flex;flex-direction: column;gap: 5px;}
.index_right_news_swiper .swiper-slide .date strong::after {content: '';height: 1px;width: 100%;background-color:#e3e3e3;}
.index_right_news_swiper .swiper-slide .date span {font-size: 16px;color: #777;}
.index_right_news_swiper .swiper-slide .cont {flex: 1;}
.index_right_news_swiper .swiper-slide .cont h5 {font-size: 22px;color: #000000;font-weight: bold;}
.index_right_news_swiper .swiper-slide .cont p {font-size: 16px;line-height: 26px;color: #777;margin-top: 10px;}
.index_right_news_main {display: flex;flex-direction: column;justify-content: space-between;flex: 1;padding-top: 20px;}
.index_right_news_main {height: 100%;}
.index_right_news_main ul {flex: 1;}
.index_right_news_main ul li {line-height: 50px;color: #000000;font-size: 18px;}
.index_right_news_main ul li a {display: flex;align-items: center;justify-content: space-between;gap: 30px;}
.index_right_news_main ul li a i {color: #777777;font-style: normal;}
.index_right_news_main ul li a span {flex: 1;}
.index_right_news_main ul li a:hover {color: var(--primary);}
.index_right_news_main ul li a:hover i {color: var(--primary);}

.index_brand_wrap {padding-top: 80px;padding-bottom: 30px;}
.index_brand_wrap .index_brand_head {height: 80px;display: flex;justify-content: space-between;align-items: center;}
.index_brand_grid {display: grid;gap: 20px;grid-template-columns: repeat(12,1fr);margin-top: 40px;}
.index_brand_item {height: 320px;grid-column: span 3;position: relative;overflow: hidden;}
.index_brand_item.top {grid-column: span 4;}
.index_brand_item img {width: 100%;height: 100%;object-fit: cover;transition: all 1.0s;}
.index_brand_item .mask {position: absolute;left: 0;right: 0;bottom: 0;top: 0;	background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.0) 50%);display: flex;flex-direction: column-reverse;}
.index_brand_item .mask h4 {color: #ffff;padding: 20px;font-size: 20px;font-weight: normal;}
.index_brand_item:hover img {transform: scale(1.2);}


.index_party {padding: 100px 0;background-image: url(../images/djbj.png);background-repeat: no-repeat;background-size: cover;}
.index_party_head {display: flex;align-items: center;justify-content: space-between;padding-top: 180px;gap: 30px;margin-bottom: 50px;}
.index_party_head .tit {position: relative;font-size: 44px;color: #000000;font-weight: 900;z-index: 3;}
.index_party_head .tit::before {content: 'PARTY-BUILDING';position: absolute;top: -36px;left: 0;font-size: 50px;white-space: nowrap;color: rgba(0, 0, 0, 0.1);font-weight: normal;}
.index_party_head .line {background-color: #e8e8e8;height: 1px;flex: 1;}
.index_party_head .index_party_nav {display: flex;align-items: center;gap: 20px;}
.index_party_head .index_party_nav .party_nav_item {border: 1px solid #999999;cursor: pointer;width: 140px;height: 50px;line-height: 50px;text-align: center;border-radius: 25px;overflow: hidden;color: #444;}
.index_party_head .index_party_nav .party_nav_item.active {background-color: var(--primary);color: #fff;border-color: var(--primary);}
.index_party_head .index_party_nav .party_nav_item:hover {background-color: var(--primary);color: #fff;background-color: var(--primary);}

.index_party_content {display: none;grid-template-columns: repeat(3,1fr);column-gap: 30px;row-gap: 10px;}
.index_party_content.active {display: grid;}
.index_party_content .party_item {height: 180px;background-color: #fff;display: flex;align-items: center;border-bottom: 1px solid #e3e3e3;background-color: transparent;gap: 20px;}
.index_party_content .party_item .pic {height: 140px;width: 216px;flex-shrink: 0;overflow: hidden;}
.index_party_content .party_item .pic img {width: 100%;height: 100%;object-fit: cover;transition: all 1.0s;}
.index_party_content .party_item .cont {display: flex;flex-direction: column;justify-content: space-between;gap: 10px;height: 100%;padding: 30px 0;overflow: hidden;}
.index_party_content .party_item .cont h2 {font-size: 20px;color: #000;}
.index_party_content .party_item .cont p {color: #777;font-size: 15px;line-height: 22px;}
.index_party_content .party_item .cont .date {display: flex;align-items: center;font-size: 15px;color: #777;gap: 5px;}
.index_party_content .party_item.one {grid-row: span 3;height: 560px;background-color: #fff;flex-direction: column;gap: 0;box-shadow: 0px 0px 13px 0px rgba(14, 10, 6, 0.04);}
.index_party_content .party_item.one .pic {height: 330px;width: 100%;}
.index_party_content .party_item.one .cont {padding: 30px;width: 100%;}
.index_party_content .party_item:hover img {transform: scale(1.2);}
.index_party_content .party_item:hover h2 {color: var(--primary);}

/* 其他页面 */
.other_swiper {height: 500px;width: 100%;overflow: hidden;position: relative;}
.other_swiper .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}

/* 其他页面导航栏 */
.other_nav {background-color: #0060a7;width: 100%;}
.other_flex_nav {display: flex;align-items: center;overflow-x: auto;}
.other_flex_nav::-webkit-scrollbar {height: 0;}
.other_flex_nav .other_nav_item {height: 60px;display: flex;align-items: center;justify-content: center;padding: 0 45px;font-size: 20px;color: #fff;flex-shrink: 0;}
.other_flex_nav .other_nav_item.active {background-color: #14a83b;}

/* 集团大事记 */
.memoir_main {padding: 100px 0;}
.memoir_main h2 {font-size: 46px;text-align: center;margin-bottom: 60px;}
.memoir_swiper  {height: 1500px;overflow: hidden;}
.memoir_swiper .swiper-slide {display: flex;height: 500px;width: 100%;position: relative;overflow: hidden;}
.memoir_swiper .swiper-slide .pic {padding: 50px;padding-left: 0;flex-shrink: 0;padding-top: 0;width: 50%;}
.memoir_swiper .swiper-slide .pic img {width: 100%;height: 100%;object-fit: cover;border-radius: 20px;}
.memoir_swiper .swiper-slide .cont {flex: 1;padding: 50px;padding-top: 0;}
.memoir_swiper .swiper-slide .cont h4 {font-size: 40px;color: #0060a7;font-weight: bold;}
.memoir_swiper .swiper-slide .cont .memoir_cont {width: 100%;overflow-y: auto;height: 250px;margin-top: 30px;}
.memoir_swiper .swiper-slide .cont .memoir_cont::-webkit-scrollbar{width:2px;height:8px;overflow:auto}
.memoir_swiper .swiper-slide .cont .memoir_cont::-webkit-scrollbar-thumb{background-color:var(--primary);}
.memoir_swiper .swiper-slide:nth-child(2n) {flex-direction: row-reverse;}
.memoir_swiper .swiper-slide:nth-child(2n) .pic {padding: 50px;flex-shrink: 0;width: 50%;padding-top: 0;}
.memoir_swiper .swiper-slide:nth-child(2n) .cont {flex: 1;padding: 50px;padding-top: 0;padding-left: 0;}
.memoir_swiper .swiper-slide .timeline {width: 2px;height: 100%;position: absolute;background-color:#eef5f9;left: 50%;transform: translateX(calc(50% - 2px));}
.memoir_swiper .swiper-slide .timeline::after {content: '';position: absolute;width: 24px;height: 24px;border-radius: 50%;left: -10px;top: 50%; transform: translateY(calc(50% - 12px));background-image: url(../images/unactive.png);background-size: contain;background-repeat: no-repeat;}
.memoir_swiper .swiper-slide.swiper-slide-active .timeline::after {background-image: url(../images/timeactive.png);}
.down_btn {height: 54px;display: flex;align-items: center;justify-content: center;cursor: pointer;}
.down_btn img {width: 54px;height: 54px;border-radius: 50%;}

/* 新闻中心 */
.ui-news {background-color: #f6f6f6;padding-top: 40px;padding-bottom: 100px;}
.ui-news li {margin-bottom: 30px;}
.ui-news li:last-child {margin-bottom: 0;}
.ui-news .news_item {height: 232px;background-color: #fff;display: flex;align-items: center;justify-content: space-between;gap: 30px;padding: 30px;}
.ui-news .news_item .pic {width: 240px;height: 100%;overflow: hidden;flex-shrink: 0;}
.ui-news .news_item .pic img {width: 100%;height: 100%;object-fit: cover;transition: all 1.0s;}
.ui-news .news_item .cont {display: flex;flex-direction: column;justify-content: space-between;gap: 10px;flex: 1;height: 100%;}
.ui-news .news_item .cont h4 {font-size: 24px;color: #000;line-height: 36px;font-weight: normal;}
.ui-news .news_item .cont p {font-size: 16px;line-height: 26px;color: #777;flex: 1;}
.ui-news .news_item:hover h4 {color: var(--primary);}
.ui-news .news_item:hover .pic img {transform: scale(1.2);}
.ui-news .news_item .cont .date {line-height: 24px;font-size: 16px;color: #777;}

/* 新闻详情 */
.ui_article {padding-top: 60px;padding-bottom: 90px;display: flex;align-items: flex-start;justify-content: space-between;gap: 115px;}
.article_news {width: 363px;flex-shrink: 0;}
.article_news h4 {font-size: 30px;margin-bottom: 30px;}
.article_news li {margin-bottom: 30px;}
.article_news li a {display: flex;height: 100px;align-items: center;justify-content: space-between;gap: 15px;}
.article_news li a .pic {height: 100px;width: 140px;overflow: hidden;flex-shrink: 0;}
.article_news li a .pic img {width: 100%;height: 100%;object-fit: cover;}
.article_news li a .cont {flex: 1;}
.article_news li a .cont h6 {font-weight: normal;font-size: 18px;line-height: 24px;margin-bottom: 20px;color: #000000;}
.article_news li a .cont p {font-size: 16px;color: #777777;}
.article_news li a:hover h6{color: var(--primary);}
.article_main {flex: 1;}
.article_main .article_head {border-bottom: 2px solid #e7e7e7;padding-bottom: 40px;}
.article_main .article_head h6 {font-size: 24px;color: var(--primary);margin-bottom: 20px;}
.article_main .article_head h4{font-size: 32px;line-height: 38px;}
.article_main .article_content {border-bottom: 2px solid #e7e7e7;}
.article_page {display: flex;align-items: center;padding: 30px 0;justify-content: space-between;gap: 30px;}
.article_page .back {width: 160px;height: 54px;border-radius: 27px;display: flex;justify-content: center;align-items: center;background-color: #0060a7;font-size: 16px;color: #fff;gap: 10px;}
.article_page .back i {font-size: 20px;}
.article_page .left {flex: 1;display: flex;flex-direction: column;gap: 15px;}
.article_page .left a {font-size: 18px;line-height: 30px;color: #444444;}
.article_page .left a:hover {color: var(--primary);}

/* 主营业务 */
.business_main {background-color: #f6f6f6;padding-top: 50px;padding-bottom: 100px;}
.business_main li {margin-bottom: 30px;}
.business_main .business_item {display: flex;height: 412px;overflow: hidden;justify-content: space-between;align-items: center;border-radius: 20px;background-color: #fff;}
.business_main .business_item .pic {width: 600px;height: 100%;overflow: hidden;border-radius: 20px;}
.business_main .business_item .pic img {width: 100%;height: 100%;object-fit: cover;transition: all 1.0s;}
.business_main .business_item:hover img {transform: scale(1.2);}
.business_main .business_item .cont {display: flex;flex-direction: column;flex: 1;gap: 20px;padding: 0 50px;}
.business_main .business_item .cont h2 {font-size: 32px;font-weight: bold;color: #000;line-height: 36px;}
.business_main .business_item .cont p {font-size: 16px;line-height: 30px;color: #666666;max-height: 160px;overflow-y: auto;}
.business_main .business_item .cont .detail_btn {height: 42px;width: 130px;display: flex;align-items: center;justify-content: center;background-color: #0060a7;color: #fff;border-radius: 21px;}

/* 党的建设 */
.ui-party {background-color: #f6f6f6;padding-top: 40px;padding-bottom: 60px;}
.ui-party li {margin-bottom: 20px;}
.ui-party li:last-child {margin-bottom: 0;}
.ui-party .party_item {height: 120px;background-color: #fff;display: flex;align-items: center;justify-content: space-between;gap: 15px;padding: 20px;}
.ui-party .party_item .date {border: 1px solid #dfdfdf;width: 80px;height: 80px;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.ui-party .party_item .date strong {font-size: 30px;font-weight: bold;}
.ui-party .party_item .date span {font-size: 14px;line-height: 24px;color: #666;}
.ui-party .party_item .cont {flex: 1;}
.ui-party .party_item .cont h2 {font-size: 22px;line-height: 36px;color: #000000;font-weight: normal;}
.ui-party .party_item .cont p {font-size: 16px;line-height: 26px;color: #777;}
.ui-party .party_item:hover .cont h2 {color: var(--primary);}

/* 联系我们 */
.contactus_wrap {display: flex;align-items: center;justify-content: space-between;margin: 100px 0;height: 600px;background-color: #fff;box-shadow: 0px 0px 13px 0px rgba(14, 10, 6, 0.1);}
.contactus_wrap .left {width: 750px;flex-shrink: 0;}
.contactus_wrap .right {padding: 0 80px;overflow: hidden;flex: 1;}
.contactus_wrap .right h2 {font-size: 36px;line-height: 39px;margin-bottom: 30px;}
.contactus_wrap .right p {font-size: 16px;line-height: 32px;color: #666;}
.contactus_wrap .right .flex_code_wrap {display: flex;height: 140px;margin-top: 50px;gap: 20px;}
.contactus_wrap .right .flex_code_wrap .code_wrap {display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 10px;}
.contactus_wrap .right .flex_code_wrap .code_wrap img {width: 116px;height: 116px;object-fit: contain;}
.contactus_wrap .right .flex_code_wrap .code_wrap span {color: #666;font-size: 14px;line-height: 30px;}

/* 文章 */
.ui-article{ margin: 20px auto 5px auto;}
.ui-content-main{ width: 100%; height: auto; background-color: #fff; box-sizing: border-box; overflow: hidden; padding: 20px;border-radius: 8px; }
.ui-content-main h2{ line-height: 40px; font-size: 20px; text-align: center;}
.ui-art-tags{ text-align: center; line-height: 35px; font-size: 13px; color: #999; border-top: solid 1px #efefef; border-bottom: solid 1px #efefef; margin: 15px auto;}
.ui-art-tags span{ margin: 0 5px;}
.ui-hot-data i {font-size: 20px;}

/* 人才招聘 */
.talent_wrap {padding-top: 50px;padding-bottom: 100px;background-color: #f6f6f6;}
.talent_wrap .list-container {display: flex;flex-direction: column;gap: 0px;}
.talent_wrap .list-container .list-item {background: white;overflow: hidden;transition: all 0.3s ease;}
.talent_wrap .list-header {display: flex;width: 100%;height: 70px;display: flex;align-items: center;justify-content: space-between;background-color: #fff;border-bottom: 1px solid #eceae6;}
.talent_wrap .list-container .list-item:last-child .list-header {border-bottom: 0;}
.talent_wrap .list-header .list-title {font-size: 18px;font-weight: normal;color: #444;flex: 1;text-align: center;display: flex;justify-content: center;align-items: center;}
.talent_wrap .list-header.sticky_head {background-color: var(--primary);border-bottom: 0;}
.talent_wrap .list-header.sticky_head .list-title {color: #fff;font-weight: bold;}
.talent_wrap .list-header .list-title .show-btn {width: 130px;height: 40px;border-radius: 4px;font-size: 16px;display: flex;align-items: center;justify-content: center;gap: 5px;color: #888888;font-weight: normal;cursor: pointer;background-color: #e1e1e1;}
.talent_wrap .list-header .list-title .show-btn .list-icon {width: 24px;height: 24px;transition: transform 0.3s ease;}
.talent_wrap .list-container .list-item .list-content {max-height: 0;transition: max-height 0.5s ease;background: #fff;overflow-y: auto;}
.talent_wrap .list-container .list-item .list-content .content-inner {padding: 30px 50px;border-bottom: 1px solid #eceae6;}
.talent_wrap .list-container .list-item.active .show-btn {background-color: var(--primary);color: #fff;}
.talent_wrap .list-container .list-item.active .list-icon {transform: rotate(180deg);}
.talent_wrap .list-container .list-item.active .list-content {max-height: 500px;}

/* 企业理念 */
.flex_concept {display: flex;justify-content: space-between;align-items: center;gap: 70px;padding: 90px 0;}
.flex_concept .pic {width: 600px;height: 400px;overflow: hidden;border-radius: 20px;flex-shrink: 0;}
.flex_concept .pic img {width: 100%;height: 100%;object-fit: cover;}
.concept-content {flex: 1;}
.concept-content hr {border-top: 1px solid #ececec;}

/* 员工风采 */
.elegance_wrap {padding: 50px 0;background-color: #f6f6f6;}
.elegance_wrap  .elegance_grid {display: grid;grid-template-columns: repeat(4,1fr);gap: 32px;}
.elegance_wrap  .elegance_grid .elegance_item {height: 300px;background-color: #fff;}
.elegance_wrap  .elegance_grid .elegance_item .pic {width: 100%;height: 240px;overflow: hidden;}
.elegance_wrap  .elegance_grid .elegance_item .pic img {width: 100%;height: 100%;object-fit: cover;transition: all 1.0s;}
.elegance_wrap  .elegance_grid .elegance_item:hover img {transform: scale(1.2);}
.elegance_wrap  .elegance_grid .elegance_item h6 {padding: 0 20px;text-align: center;height: 60px;line-height: 60px;font-size: 18px;font-weight: normal;color: #000;}

/* 搜索 */
.search_container {height: 254px;background-image: url(../images/search_bg.jpg);background-repeat: no-repeat;background-size: cover;background-position: center;}
.search_container  .search_wrap {display: flex;flex-direction: column;justify-content: center;align-items: center;height: 100%;gap: 30px;}
.search_container h2 {font-size: 38px;color: #000000;text-align: center;font-weight: bold;}
.search_container p {font-size: 16px;color: #777777;text-align: center;}
.search_container .search_form {display: flex;width: 900px;height: 60px;border-radius: 30px;border: 2px solid var(--primary);position: relative;box-sizing: border-box;overflow: hidden;}
.search_container .search_form .search_text {width: 100%;height: 58px;padding-left: 30px;outline: none;border: 0;padding-right: 92px;font-size: 16px;}
.search_container .search_form .search_btn {height: 50px;width: 80px;position: absolute;right: 6px;top: 50%;border: 0;transform: translateY(-50%);background-color: var(--primary);border-radius: 25px;cursor: pointer;display: flex;align-items: center;justify-content: center;}
.search_container .search_form .search_btn i {font-size: 20px;color: #fff;}


/* 适配手机端 */
@media screen and (max-width: 768px) {
    /* 版心 */
    .wrap {width: 100%;padding: 0 15px;}
    .w {width: 100%;padding: 0 15px;}

    /* 头部 */
    .header {height: 64px;}
    .header .logo {height: 30px;}
    .header .header_nav {display: none;}
    .header .other_header_nav {gap: 10px;}
    .other_header_nav .search_btn {height: 34px;width: 34px;}
    .other_header_nav .classify {display: block;}
    .fixed_header {height: 64px;}

    /* 底部 */
    .footer_head {flex-direction: column;gap: 30px;}
    .footer_main {padding: 30px 0;}
    .footer_main .left {display: none;}
    .footer_main .right {width: 100%;grid-template-columns: repeat(2, 1fr);}

    /* 首页 */
    .index_swiper {height: calc(100vh - 64px);}
    .index_about_wrap {padding: 30px 0;}
    .index_flex_about {flex-direction: column;gap: 30px;}
    .index_flex_about .left {height: auto;}
    .index_flex_about .left .tip {margin-top: 30px;}
    .index_flex_about .index_video_wrap {width: 100%;height: 340px;}

    .index_news_center {margin-top: 0;padding: 30px 0;}
    .index_news_head {padding-top: 100px;margin-bottom: 30px;flex-direction: column;align-items: flex-start;}
    .index_news_head .line {display: none;}
    .index_news_head .index_news_nav {width: 100%;overflow-x: auto;gap: 10px;}
    .index_news_head .index_news_nav .news_nav_item {flex-shrink: 0;width: 120px;}
    .index_news_head .index_news_nav::-webkit-scrollbar {height: 0;}
    .index_news_content {flex-direction: column;height: auto;align-items: normal;}
    .index_left_news_swiper {width: 100%;height: 265px;flex: auto;}
    .index_right_news_cont {width: 100%;padding: 20px;}
    .index_right_news_swiper .swiper-slide .right_news_item {gap: 15px;}
    .index_right_news_swiper .swiper-slide .cont h5 {font-size: 16px;}
    .index_right_news_swiper .swiper-slide .cont p {font-size: 12px;}
    .index_right_news_main ul {margin-bottom: 20px;}
    .index_right_news_main ul li {font-size: 16px;}

    .index_brand_wrap {padding: 30px 0;}
    .index_brand_wrap .index_brand_head {height: auto;flex-direction: column;align-items: normal;gap: 30px;}
    .index_brand_grid {margin-top: 30px;}
    .index_brand_item {grid-column: span 6;height: 200px;}
    .index_brand_item.top {grid-column: span 6;}
    .index_brand_item .mask h4 {font-size: 16px;}

    .index_party {padding: 30px 0;}
    .index_party_head {padding-top: 100px;margin-bottom: 30px;flex-direction: column;align-items: normal;}
    .index_party_head .line {display: none;}
    .index_party_head .index_party_nav {overflow-x: auto;width: 100%;}
    .index_party_head .index_party_nav .party_nav_item {flex-shrink: 0;}
    .index_party_head .index_party_nav::-webkit-scrollbar {height: 0;}
    .index_party_content {grid-template-columns:repeat(1,1fr)}
    .index_party_content .party_item.one {grid-row: auto;height: 160px;flex-direction: row;box-shadow: none;gap: 10px;background-color: transparent;}
    .index_party_content .party_item.one .pic {height: 120px;width: 190px;}
    .index_party_content .party_item .pic {height: 120px;width: 190px;}
    .index_party_content .party_item {gap: 10px;}
    .index_party_content .party_item.one .cont {padding: 30px 0;}
    .index_party_content .party_item .cont h2 {font-size: 16px;}
    .index_party_content .party_item .cont p {font-size: 12px;}
    .index_party_content .party_item .cont .date {font-size: 12px;}
    .index_tit h4 {font-size: 30px;}
    .index_tit h2 {font-size: 30px;}
    .index_flex_about .left .tip {font-size: 30px;}
    .index_flex_about .left p {font-size: 16px;}
    .index_news_head .tit {font-size: 30px;}
    .index_news_head .tit::before {font-size: 30px;top: -25px;}
    .index_party_head .tit {font-size: 30px;}
    .index_party_head .tit::before {font-size: 30px;top: -25px;}
    .index_party_head .index_party_nav {gap: 10px;}
    .index_party_head .index_party_nav .party_nav_item {width: 120px;}

    /* 其他页面 */
    .other_swiper {height: 125px;}
    .other_flex_nav .other_nav_item {height: 45px;font-size: 14px;padding: 0 30px;}
    .memoir_main {padding: 30px 0;}
    .memoir_main h2 {font-size: 30px;margin-bottom: 30px;}
    .memoir_swiper {height: 1800px;}
    .memoir_swiper .swiper-slide {flex-direction: column;gap: 30px;height: 600px;}
    .memoir_swiper .swiper-slide .timeline {display: none;}
    .memoir_swiper .swiper-slide .pic {padding: 0;width: 100%;height: 250px;}
    .memoir_swiper .swiper-slide .cont {padding: 0;}
    .memoir_swiper .swiper-slide .cont h4 {font-size: 30px;}

    /* 新闻中心 */
    .ui-news {padding: 30px 0;}
    .ui-news li {margin-bottom: 15px;}
    .ui-news .news_item {padding: 10px;height: 150px;gap: 10px;}
    .ui-news .news_item .pic {width: 120px;}
    .ui-news .news_item .cont h4 {font-size: 18px;line-height: 36px;}
    .ui-news .news_item .cont p {font-size: 14px;flex: none;}
    .ui_article {padding: 30px 15px;}
    .article_main .article_head {padding-bottom: 30px;}
    .article_main .article_head h6 {font-size: 16px;}
    .article_main .article_head h4 {font-size: 18px;}
    .article_news {display: none;}
    .article_page .back {width: 140px;height: 50px;border-radius: 25px;}

    /* 主营业务 */
    .business_main {padding: 30px 0;}
    .business_main .business_item {flex-direction: column;height: auto;}
    .business_main .business_item .pic {width: 100%;}
    .business_main .business_item .cont {padding: 15px;width: 100%;}
    .business_main .business_item .cont h2 {font-size: 20px;}

    /* 联系我们 */
    .contactus_wrap {flex-direction: column;height: auto;margin: 30px 0;}
    .contactus_wrap .left {width: 100%;height: 300px;overflow: hidden;}
    .contactus_wrap .right {padding: 30px;}
    .contactus_wrap .right h2 {font-size: 25px;margin-bottom: 0px;}
    .contactus_wrap .right .flex_code_wrap {margin-top: 30px;}

    /* 党的建设 */
    .ui-party {padding: 30px 0;}

    /* 人才招聘 */
    .talent_wrap {padding: 30px 0;}
    .talent_wrap .list-container .list-item .list-content .content-inner {padding: 15px;}
    .talent_wrap .list-header .list-title.p-hide {display: none;}
  
    /* 企业理念 */
    .flex_concept {flex-direction: column;gap: 15px;padding: 15px;}
    .flex_concept .pic {width: 100%;height: auto;}
    .flex_concept .pic img {width: 100%;height: 100%;object-fit: cover;}

    /* 搜索 */
    .search_container .search_form {width: 100%;}
}   
@media only screen and (min-width: 768px) and (max-width: 1199px) {

    /* 版心 */
    .wrap {width: 100%;padding: 0 15px;}
    .w {width: 100%;padding: 0 15px;}

     /* 头部 */
    .header {height: 64px;}
    .header .logo {height: 30px;}
    .header .header_nav {display: none;}
    .header .other_header_nav {gap: 10px;}
    .other_header_nav .search_btn {height: 34px;width: 34px;}
    .other_header_nav .classify {display: block;}
    .fixed_header {height: 64px;}

    /* 底部 */
    .footer_head {flex-direction: column;gap: 30px;}
    .footer_main {padding: 30px 0;}
    .footer_main .left {display: none;}
    .footer_main .right {width: 100%;grid-template-columns: repeat(2, 1fr);}

       /* 首页 */
    .index_swiper {height: auto;}
    .index_flex_about {flex-direction: column;gap: 30px;}
    .index_flex_about .left {height: auto;}
    .index_flex_about .left .tip {margin-top: 30px;}
    .index_flex_about .index_video_wrap {width: 100%;height: auto;}

    .index_news_center {margin-top: 0;padding: 30px 0;}
    .index_news_head {padding-top: 100px;margin-bottom: 30px;flex-direction: column;align-items: flex-start;}
    .index_news_head .line {display: none;}
    .index_news_head .index_news_nav {width: 100%;overflow-x: auto;gap: 10px;}
    .index_news_head .index_news_nav .news_nav_item {flex-shrink: 0;width: 120px;}
    .index_news_head .index_news_nav::-webkit-scrollbar {height: 0;}
    .index_news_content {flex-direction: column;height: auto;align-items: normal;}
    .index_left_news_swiper {width: 100%;height: 265px;flex: auto;}
    .index_right_news_cont {width: 100%;padding: 20px;}
    .index_right_news_swiper .swiper-slide .right_news_item {gap: 15px;}
    .index_right_news_swiper .swiper-slide .cont h5 {font-size: 16px;}
    .index_right_news_swiper .swiper-slide .cont p {font-size: 12px;}
    .index_right_news_main ul {margin-bottom: 20px;}
    .index_right_news_main ul li {font-size: 16px;}

}

@media only screen and (min-width: 1199px) and (max-width: 1440px) {

  /* 版心 */
 .wrap {width: 1400px;}
 .w {width: 1200px;}

 /* 头部 */
 .header .header_nav {gap: 30px;}

 /* 底部 */
 .footer_main .left {gap: 10px;}

}