@charset "utf-8";
/* 设置主题 */
:root {--primary: #e60012;}

/* 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;margin-top: 5px;}
.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: 85%;  border-radius: 3px; cursor: pointer; display: block;margin: 10px auto;}
.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: 1600px;margin: 0 auto;box-sizing: border-box;overflow: hidden;height: auto;padding: 0; position: relative;}
.w {width: 1400px;margin: 0 auto;box-sizing: border-box;overflow: hidden;height: auto;padding: 0;}
.container{width: 100%;height: auto; overflow: hidden;}

/* flex布局 */
.flex_cc {display: flex;justify-content: center;align-items: center;}
.flex_sc {display: flex;justify-content: space-between;align-items: center;height: 100%;}

/* 头部 */
.header {height: 190px;width: 100%;position: fixed;top: 0;left: 0;right: 0;z-index: 999;}
.header .header_wrap {height: 130px;background-color: #fff;}
.header .flex_header {display: flex;align-items: center;height: 100%;justify-content: space-between;}
.header_wrap h1 {font-size: 0;height: 72px;overflow: hidden;}
.header_wrap h1 img {height: 100%;object-fit: contain;}
.header_wrap .other_header_nav {display: flex;align-items: center;gap: 20px;}
.header_wrap .other_header_nav .lang {height: 46px;background-color: #fce5e7;display: flex;align-items: center;width: 100px;justify-content: center;border-radius: 23px;color: #e60012;gap: 8px;font-size: 18px;cursor: pointer;}
.header_wrap .other_header_nav .lang i {font-size: 18px;}
.header_wrap .other_header_nav .search_btn {display: none;height: 44px;width: 44px;justify-content: center;align-items: center;}
.header_wrap .other_header_nav .search_btn i {font-size: 20px;}
.header_wrap .other_header_nav .search_wrap {width: 330px;height: 46px;border: 1px solid #ebebeb;border-radius: 23px;display: flex;align-items: center;justify-content: space-between;box-sizing: border-box;padding: 0 20px;gap: 10px;}
.header_wrap .other_header_nav .search_wrap input {height: 100%;border: none;flex: 1;font-size: 15px;}
.header_wrap .other_header_nav .search_wrap i {font-size: 20px;color: #e60012;}
.header_wrap .other_header_nav .search_wrap input:focus {outline: none;}
.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);}}
.header_nav {height: 60px;background-color: #f02c2e;}
.header_nav .flex_header_nav {display: flex;align-items: center;justify-content: center;}
.header_nav_item {display: flex;height: 60px;justify-content: center;align-items: center;gap: 10px;font-size: 20px;font-weight: bold;color: #fff;flex: 1;}
.header_nav_item i {font-size: 20px;}
.header_nav_item:hover {color: #ffce30;}
.header_nav_item.active {color: #ffce30;}
/* 固定高度 */
.fixed_header {height: 190px;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);}

/* 搜索容器 */
.searchWrap {position: fixed;display: none;justify-content: center;align-items: center;width: 100%;height: 100%;
background-color: rgba(0, 0, 0, 0.2);z-index: 99;top: 0;left: 0;}
.searchMain {position: relative;width: 90%;padding: 50px 30px;background-color: #fff;border-radius: 10px;}
.searchMain .close{position: absolute;top: 0;right: 0; height: 50px;width: 50px;line-height: 50px;text-align: center;transition: all .5s;}
.searchMain .close span {font-size: 25px;}
.searchMain .close:hover{transform: rotate(180deg);}
.searchMain .searchform {display: flex;flex-direction: column;}
.searchMain .searchform .search-text {height: 60px;font-size: 16px;padding: 0 15px;}
.searchMain .searchform .search-btn {cursor: pointer;width: 160px;height: 50px;margin-top: 30px;font-size: 16px;}

/* 底部 */
.footer {background-color: #302a29;}
.footer .footer_head {padding: 30px 0;display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
.footer .footer_head .footer_nav {display: flex;align-items: center;gap: 60px;font-size: 18px;color: #fff;}
.footer .footer_head .footer_nav a:hover {color: var(--primary);}
.footer .footer_head .link_wrap {width: 190px;height: 48px;border-radius: 24px;border: 1px solid #4f4a49;flex-shrink: 0;position: relative;}
.footer_head .link_wrap.active {border-radius: 0;}
.footer .footer_head .link_wrap h4 {display: flex;align-items: center;color: white; cursor: pointer;font-weight: normal;font-size: 16px;height: 100%;justify-content: center;gap: 20px;}
.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: 48px;left: 0;width: 100%;display: none;z-index: 100;overflow: auto;max-height: 500px;border: 1px solid #4f4a49;border-top: 0;}
.footer_head .link_wrap .link_menu a {display: block;padding: 12px 20px;text-decoration: none;color: #fff;border-bottom: 1px solid #4f4a49;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: #fff;color: var(--primary);}
.footer_main {padding: 50px 0;border-bottom: 1px solid rgba(255, 255, 255, 0.1);display: flex;align-items: center;justify-content: space-between;}
.footer_main .code_wrap {display: flex;flex-direction: column;gap: 12px;align-items: center;flex-shrink: 0;}
.footer_main .code_wrap .pic {width: 100px;height: 100px;border-radius: 5px;background-color: #fff;overflow: hidden;}
.footer_main .code_wrap .pic img {width: 100%;height: 100%;object-fit: contain;}
.footer_main .code_wrap p {font-size: 14px;color: #fff;}
.footer_main .left {display: flex;align-items: center;flex: 1;height: 50px;gap: 80px;}
.footer_main .left .info_item {display: flex;align-items: center;gap: 20px;}
.footer_main .left .info_item img {width: 50px;height: 50px;object-fit: contain;}
.footer_main .left .info_wrap {display: flex;flex-direction: column;justify-content: space-between;line-height: 30px;font-size: 16px;color: #fff;}
.footer_main .left .info_wrap h6 {font-size: 16px;font-weight: normal;}
.footer_bottom {display: flex;justify-content: space-between;align-items: center;padding: 20px 0;font-size: 14px;color: #929292;line-height: 30px;}
.footer_bottom .left {display: flex;align-items: center;gap: 10px;}
.footer_bottom a:hover {color: var(--primary);}

/* 首页 */
.index_swiper {height: 600px;width: 100%;position: relative;--swiper-theme-color:#fff;}
.index_swiper .swiper-slide a {width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.index_swiper .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}
.index_swiper .swiper-pagination-bullet-active {width: 20px;border-radius: 4px;}

.index_notice {padding-bottom: 80px;background-color: #fff;padding-top: 40px;}
.index_notice .w {overflow: visible;}
.index_tit {display: flex;justify-content: space-between;align-items: center;margin-bottom: 30px;}
.index_tit h4 {font-size: 34px;font-weight: bold;color: #222222;display: flex;align-items: center;gap: 10px;}
.index_tit h4 i {font-size: 34px;color: #e60012;font-weight: normal;}
.index_tit .more_btn {display: flex;align-items: center;gap: 8px;font-size: 18px;color: #777777;}
.index_tit .more_btn i {font-size: 18px;color: #e60012;}
.index_notice_wrap {display: flex;justify-content: space-between;align-items: flex-start;gap: 40px;}
.index_notice_wrap .index_notice_swiper {overflow: hidden;position: relative;width: 700px;flex-shrink: 0;}
.index_notice_wrap .index_notice_swiper .swiper-slide {height: 480px;position: relative;overflow: hidden;}
.index_notice_wrap .index_notice_swiper .swiper-slide img {width: 100%;height: 100%;object-fit: cover;}
.index_notice_wrap .index_notice_swiper .swiper-slide .mask {position: absolute;bottom: 0;left: 0;right: 0;height: 200px;background-image: linear-gradient(0deg, #000000 0%, rgba(0,0,0,0) 100%);display: flex;align-items: center;justify-content: space-between;padding: 0 30px;padding-top: 100px;color: #fff;gap: 100px;}
.index_notice_wrap .index_notice_swiper .swiper-slide .mask .cont {flex: 1;}
.index_notice_wrap .index_notice_swiper .swiper-slide .mask .cont h3 {font-size: 22px;color: #fff;margin-bottom: 18px;}
.index_notice_wrap .index_notice_swiper .swiper-slide .mask .cont .date {font-size: 16px;line-height: 26px;color: #ffffff;}
.index_notice_wrap .index_notice_swiper .swiper-slide .mask .num {display: flex;align-items: baseline;flex-wrap: nowrap;gap: 5px;}
.index_notice_wrap .index_notice_swiper .swiper-slide .mask .num span {font-size: 40px;}
.index_notice_wrap .index_notice_swiper .swiper-slide .mask .num i {font-size: 24px;color: #807f7f;font-style: normal;}
.index_notice_wrap .index_notice_main {flex: 1;}
.index_notice_wrap .index_notice_main .index_notice_item {height: 120px;display: flex;align-items: center;border-bottom: 1px solid #dbdbdb;overflow: hidden;box-sizing: border-box;padding: 26px 0;overflow: hidden;}
.index_notice_wrap .index_notice_main .index_notice_item:hover {box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);border-bottom: 2px solid #e60012;}
.index_notice_wrap .index_notice_main .index_notice_item .time {width: 120px;flex-shrink: 0;display: flex;align-items: center;justify-content: center;flex-direction: column;border-right: 1px solid #f2cd8e;gap: 10px;}
.index_notice_wrap .index_notice_main .index_notice_item .time i {font-size: 30px;font-weight: bold;color: #e60012;font-style: normal;}
.index_notice_wrap .index_notice_main .index_notice_item .time span {font-size: 16px;line-height: 26px;color: #e60012;}
.index_notice_wrap .index_notice_main .index_notice_item .cont {padding: 0 30px;}
.index_notice_wrap .index_notice_main .index_notice_item .cont h4 {font-size: 20px;font-weight: bold;color: #000000;margin-bottom: 10px;line-height: 24px;}
.index_notice_wrap .index_notice_main .index_notice_item:hover h4 {color: #e60012;}
.index_notice_wrap .index_notice_main .index_notice_item .cont p {color: #888888;font-size: 16px;line-height: 24px;}
.index_project {padding: 80px 0;background-image: url(../images/project_bg.jpg);background-repeat: no-repeat;background-size: cover;background-position: center;}

.index_project_wrap {display: flex;align-items: center;justify-content: space-between;gap: 20px;}
.index_project_wrap .project_item {height: 500px;overflow: hidden;position: relative;transition: all 1.0s;flex: 1;padding: 0;}
.index_project_wrap .project_item img {width: 100%;height: 100%;object-fit: cover;}
.index_project_wrap .project_item:hover {flex: 2;}
.index_project_wrap:hover .project_item:not(:hover) {flex: 1.0;}
.index_project_wrap .project_item .mask {position: absolute;left: 0;top: 0;bottom: 0;right: 0;background-image:linear-gradient(0deg,rgba(0, 0, 0, 0.6) 0%,rgba(0, 0, 0, 0.2) 100%);display: flex;flex-direction: column;gap: 20px;justify-content: center;padding: 0 40px;color: #fff;}
.index_project_wrap .project_item .mask h4 {font-size: 30px;font-weight: bold;color: #ffffff;}
.index_project_wrap .project_item .mask p {font-size: 15px;line-height: 26px;}
.index_project_wrap .project_item .mask i {position: absolute;left: 42px;bottom: 40px;font-size: 60px;color: #fff;}

.index_news {padding: 80px 0;}
.index_flex_news {display: flex;align-items: flex-start;gap: 50px;justify-content: space-between;}
.index_flex_news .index_news_main {flex: 1;}
.index_news_item {height: 70px;display: flex;justify-content: space-between;align-items: center;padding: 24px 0;border-bottom: 1px solid #e6e6e6;}
.index_news_item:hover {background-image: linear-gradient(90deg, #da0011 0%, #ff5400 100%);}
.index_news_item .time {padding: 0 24px;border-right: 1px solid #f2cd8e;font-size: 18px;}
.index_news_item h4 {flex: 1;padding: 0 15px;color: #222222;font-size: 18px;line-height: 24px;font-weight: normal;}
.index_news_item:hover .time {color: #fff;}
.index_news_item:hover h4 {color: #fff;}

/* 其他页面 */
.other_swiper {height: 360px;width: 100%;overflow: hidden;position: relative;}
.other_swiper .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}

/* 其他导航 */
.other_nav {overflow: hidden;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);}
.other_flex_nav {display: flex;align-items: center;justify-content: space-between;gap: 30px;}
.other_nav_wrap {display: flex;align-items: center;flex: 1;overflow-x: auto;}
.other_nav_wrap::-webkit-scrollbar {height: 0;}
.other_nav_wrap .other_nav_item {padding: 0 25px;height: 70px;display: flex;align-items: center;justify-content: center;font-size: 20px;color: #222222;flex-wrap: nowrap;white-space: nowrap;}
.other_nav_wrap .other_nav_item:hover {background-color: #e60012;color: #fff;}
.other_nav_wrap .other_nav_item.active {background-color: #e60012;color: #fff;}
.other_flex_history {display: flex;align-items: center;gap: 5px;font-size: 16px;color: #666666;}
.other_flex_history a {display: flex;align-items: center;gap: 5px;}
.other_flex_history i {font-size: 16px;color: #777777;}
.other_flex_history p {color: #e60012;}
.other_flex_history a:hover {color: #e60012;}
.other_flex_history a:hover i {color: #e60012;}

/* 关于我们 */
.about_content {padding: 30px 0;}

/* 新闻列表 */
.news_main {padding-top: 20px;padding-bottom: 80px;}
.news_main .news_wrap {margin-bottom: 40px;}
.news_item {height: 88px;padding: 30px 0;border-bottom: 1px solid #e5e5e5;display: flex;align-items: center;}
.news_item:hover {border-color: var(--primary);}
.news_item .time {flex-shrink: 0;padding: 0 30px;display: flex;align-items: center;color: #e60012;font-size: 16px;gap: 5px;border-right: 2px solid #e60012;}
.news_item .time i {font-size: 16px;}
.news_item h6 {padding: 0 30px;font-size: 20px;color: #222222;line-height: 28px;font-weight: normal;}
.news_item:hover h6 {color: var(--primary);}

/* 项目活动 */
.project_item {padding: 30px 0;height: 210px;border-bottom: 1px solid #e6e6e6;display: flex;align-items: center;justify-content: space-between;overflow: hidden;gap: 20px;}
.project_item .pic {width: 220px;height: 150px;overflow: hidden;flex-shrink: 0;}
.project_item .pic img {width: 100%;height: 100%;object-fit: cover;display: block;transition: all 1.0s;}
.project_item .cont {flex: 1;display: flex;flex-direction: column;justify-content: space-between;height: 100%;}
.project_item .cont h6 {font-size: 22px;font-weight: normal;line-height: 24px;}
.project_item .cont p {font-size: 16px;line-height: 24px;margin-top: 10px;color: #888888;}
.project_item .cont .time {font-size: 15px;line-height: 26px;color: #888888;}
.project_item:hover {border-color: var(--primary);}
.project_item:hover .cont h6 {color: var(--primary);}
.project_item:hover .pic img {transform: scale(1.2);}

/* 文章详情 */
.ui-article {padding: 50px 0;}
.ui-article h2 {display: flex;align-items: center;justify-content: center;gap: 10px;font-size: 30px;line-height: 38px;}
.ui-hot{ width: 20px; height: 20px; line-height: 20px; font-size: 12px; background-color: #f00; color: #fff;border-radius: 4px; text-align: center;flex-shrink: 0;}
.ui-top{ width: 20px; height: 20px; line-height: 20px; font-size: 12px; background-color: #52c41a; color: #fff; border-radius: 4px; text-align: center;flex-shrink: 0;}
.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;}
.article_main {border-bottom: 1px solid #efefef;}
.article_page {padding: 30px 0;display: flex;align-items: center;justify-content: space-between;gap: 30px;}
.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);}
.article_page .back {width: 160px;height: 54px;border-radius: 27px;display: flex;justify-content: center;align-items: center;background-color: #fce5e7;font-size: 16px;color: #e60012;gap: 10px;}


@media screen and (max-width: 768px) {

    /* 版心 */
    .wrap {width: 100%;padding: 0 15px;}
    .w {width: 100%;padding: 0 15px;}

    .ui-content img {width: 100%;}

    /* 头部 */
    .header {height: 64px;}
    .header .header_nav {display: none;}
    .header .header_wrap {height: 64px;}
    .fixed_header {height: 64px;}
    .header_wrap h1 {height: 36px;}
    .header_wrap .other_header_nav {gap: 0;}
    .header_wrap .other_header_nav .search_wrap {display: none;}
    .other_header_nav .classify {display: block;}
    .header_wrap .other_header_nav .search_btn {display: flex;}
    .header_wrap .other_header_nav .lang {width: 44px;height: 44px;background-color: transparent;}
    .header_wrap .other_header_nav .lang i {display: none;}
    .asidewrap {padding-top: 64px;}

    /* 底部 */
    .footer .footer_head {display: none;}
    .footer_main .code_wrap {display: none;}
    .footer_main {padding: 30px 0;}
    .footer_main .left {flex-direction: column;height: auto;gap: 15px;align-items: flex-start;}
    .footer_bottom {flex-wrap: wrap;justify-content: center;}

    /* 首页 */
    .index_swiper {height: 180px;}
    .index_notice {padding-bottom: 15px;padding-top: 15px;}
    .index_tit {margin-bottom: 15px;}
    .index_tit h4 {font-size: 20px;}
    .index_tit h4 i {font-size: 20px;}
    .index_tit .more_btn {font-size: 14px;}
    .index_tit .more_btn i {font-size: 14px;}
    .index_notice_wrap {flex-direction: column;gap: 15px;}   
    .index_notice_wrap .index_notice_swiper {width: 100%;}
    .index_notice_wrap .index_notice_swiper .swiper-slide {height: 200px;}
    .index_notice_wrap .index_notice_swiper .swiper-slide .mask {height: 80px;padding: 0 15px;gap: 15px;}
    .index_notice_wrap .index_notice_swiper .swiper-slide .mask .cont h3 {font-size: 16px;}
    .index_notice_wrap .index_notice_swiper .swiper-slide .mask .cont .date {font-size: 12px;}
    .index_notice_wrap .index_notice_swiper .swiper-slide .mask .num span {font-size: 20px;}
    .index_notice_wrap .index_notice_swiper .swiper-slide .mask .num i {font-size: 16px;}
    .index_notice_wrap .index_notice_swiper .swiper-slide .mask .cont h3 {margin-bottom: 10px;}
    .index_notice_wrap .index_notice_main .index_notice_item {padding: 15px 0;height: 60px;}
    .index_notice_wrap .index_notice_main .index_notice_item .time i {font-size: 14px;}
    .index_notice_wrap .index_notice_main .index_notice_item .time span {font-size: 12px;}
    .index_notice_wrap .index_notice_main .index_notice_item .time {gap: 0;}
    .index_notice_wrap .index_notice_main .index_notice_item .cont {padding: 0 15px;}
    .index_notice_wrap .index_notice_main .index_notice_item .cont h4 {font-size: 14px;margin-bottom: 0;}
    .index_project {padding: 15px 0;}
    .index_project_wrap {flex-direction: column;gap: 15px;}
    .index_project_wrap .project_item .mask {padding: 0 20px;gap: 10px;}
    .index_project_wrap .project_item .mask i {left: 21px;font-size: 30px;}
    .index_project_wrap .project_item .mask h4 {font-size: 20px;}
    .index_news {padding: 30px 0;}
    .index_flex_news {flex-direction: column;align-items: normal;gap: 30px;}
    .index_news_item {height: 60px;padding: 12px 0;}
    .index_news_item .time {font-size: 14px;}
    .index_news_item h4 {font-size: 14px;}

    /* 其他页面 */
    .other_swiper {height: 180px;}
    .other_nav_wrap .other_nav_item {height: 44px;font-size: 15px;padding: 0 15px;}
    .other_flex_history {display: none;}
    

    /* 新闻列表 */
    .news_main {padding: 15px 0;}
    .news_main .news_wrap {margin-bottom: 30px;}
    .news_item {height: 44px;}
    .news_item .time {font-size: 14px;padding: 0 15px;}
    .news_item h6 {padding: 0 15px;font-size: 16px;}

    /* 项目活动 */
    .project_item {height: 105px;gap: 15px;padding: 15px 0;}
    .project_item .pic {width: 110px;height: 75px;}
    .project_item .cont h6 {font-size: 16px;}
    .project_item .cont p {font-size: 14px;display: none;}
    .project_item .cont .time {font-size: 14px;}
    

    /* 文章详情 */
    .ui-article {padding: 30px 0;}  
    .ui-article h2 {font-size: 20px;text-align: center;}  
    .article_page .left a {font-size: 14px;}
    .article_page .back {width: 100px;height: 34px;border-radius: 17px;font-size: 14px;}

}