@charset "utf-8";
/* 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:#192c7a;color:#fff;}
::-moz-selection{background:#192c7a;color:#fff;}
::-webkit-input-placeholder{text-overflow:ellipsis}
::-webkit-scrollbar{width:8px;height:8px;overflow:auto}
::-webkit-scrollbar-thumb{background-color:#e6e6e6;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:#192c7a; color:#fff; border:solid 1px #192c7a; }
.ui-bhpage li:hover a{ color: #fff;}

/* 新闻内容 */
.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;}

/* 文章分页 */
.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 #192c7a;}
.article-pager li:hover a{ color:#192c7a;}

/* 无数据 */
.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;}

/* 文本溢出省略 */
.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}

/* 版心 */
.w {width: 1400px;margin: 0 auto;box-sizing: border-box;overflow: hidden;height: auto;padding: 0;}
.container{width: 100%;height: auto; overflow: hidden;}

/* 头部 */
.header {width: 100%;height: 100px;background-color: #fff;position: fixed;left: 0;top: 0;z-index: 9;}
.header_wrap {display: flex;align-items: center;justify-content: space-between;height: 100%;overflow: visible;}
.header_wrap .logo {font-size: 0;height: 54px;width: auto;}
.header_wrap .logo img {width: 100%;height: 100%;object-fit: contain;}
.header_right {display: flex;align-items: center;height: 100%;position: relative;}
.header_right ul {display: flex;align-items: center;margin: 0 50px;gap: 80px;}
.header_right ul li {height: 100px;display: flex;justify-content: center;align-items: center;position: relative;cursor: pointer;}
.header_right ul li a {font-size: 18px;color: #333;}
.header_right ul li.active::after {content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 2px;background-color: #192c7a;}
.header_right ul li.active a {color: #192c7a;}
.header_right ul li:hover a {color: #192c7a;}
.header_right .search_btn {display: flex;align-items: center;justify-content: center;cursor: pointer;width: 44px;height: 44px;}
.header_right .search_btn span {font-size: 28px;color: #b3b3b3;}
.header_right li .downtable {position: absolute;width: 200px;left: calc(50% - 100px); top: 100px;background-color: #fff;height: auto;display: none;}
.header_right li .downtable .item {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;}
.header_right li .downtable .item:hover {font-weight: normal;color: #192c7a;}
.header_right li .downtable .item:last-child{border-bottom: 0;}


.fixed_header {height: 100px;width: 100%;}

.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: #b3b3b3;}
.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);}}

/* 分类容器 */
.asidewrap {position: fixed;top: 0px; left: 0;  right: 0;  bottom: 0; z-index: 8;display: none;background-color: #f5f5f5;padding: 0 15px; padding-top: 64px;}
.asidewrap ul {width: 100%;overflow-y: auto;height: calc(100vh - 64px);}
.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: #192c7a;}
.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: #192c7a;}

/* 搜索容器 */
.searchWrap {position: fixed;display: none;justify-content: center;align-items: center;width: 100%;height: 100%;
background-color: rgba(0, 0, 0, 0.5);z-index: 99;top: 0;left: 0;}
.searchMain {position: relative;width: 50%;padding: 100px;background-color: #fff;}
.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: 45px;margin-top: 30px;font-size: 16px;}

/* 底部 */
.footer {background-color: #192c7a;}
.footer_head {display: flex;align-items: center;padding: 52px 0;justify-content: space-between;}
.footer_head h1 {font-size: 0;height: 59px;width: auto;}
.footer_head h1 img {width: 100%;height: 100%;object-fit: contain;}
.footer_nav {display: flex;align-items: center;gap: 65px;}
.footer_nav a {font-size: 18px;color: #fff;}
.footer_nav a:hover {color: #192c7a;}
.footer_info {border: 1px solid rgba(255, 255, 255, 0.2);padding: 12px 0;border-left: 0;border-right: 0;display: flex;align-items: center;}
.footer_info .info_item {height: 64px;flex: 1;display: flex;align-items: center;padding: 0 120px;position: relative;}
.footer_info .info_item:first-child {padding-left: 0;}
.footer_info .info_item img {width: 64px;height: 64px;object-fit: contain;margin-right: 18px;}
.footer_info .info_item .cont {height: 64px;display: flex;flex-direction: column;justify-content: center;flex: 1;color: #ffffff;gap: 10px;font-size: 15px;}
.footer_info .info_item .cont p {line-height: 20px;}
.footer_info .info_item .cont h4 {font-weight: normal;}
.footer_info .info_item:not(:first-child):before {content: '';position: absolute;left: 0;height: 64px;width: 1px;background-color: rgba(255, 255, 255, 0.1);}
.footer_foot {display: flex;align-items: center;justify-content: space-between;padding: 35px 0;font-size: 16px;color: #b8bac3;}
.footer_foot .left {display: flex;align-items: center;gap: 5px;}

/* 首页 */
.index_swiper {width: 100%;height: 840px;}
.index_swiper .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}

.index_secion {padding: 100px 0;background-repeat: no-repeat;background-size: cover;}
.index_about_wrap {display: flex;align-items: center;justify-content: space-between;gap: 82px;}
.index_right_about {width: 596px;border: 5px solid #fff;height: auto;border-radius: 16px;overflow: hidden;box-sizing: border-box;flex-shrink: 0;}
.index_right_about video {width: 100%;height: 100%;object-fit: contain;}
.index_left_about {flex: 1;}
.index_left_about h4 {font-size: 44px;color: #fff;font-weight: bold;margin-bottom: 40px;}
.index_left_about p {font-size: 18px;line-height: 36px;color: #fff;}
.index_left_about .more_btn {margin-top: 80px;display: flex;width: 168px;height: 50px;background-color: #192c7a;border-radius: 25px;align-items: center;justify-content: center;font-size: 18px;color: #fff;}
.index_left_about .more_btn i {font-weight: bold;}


/* 数字动画 */
.index_numlist {height: 74px;margin-top: 40px;display: grid;gap: 0px;  grid-template-columns: 1.5fr 2fr 1.5fr 1fr;}
.index_numlist .numitem {position: relative;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.index_numlist .numitem:first-child {align-items: flex-start;}
.index_numlist .numitem:last-child {align-items: flex-end;}

.index_numlist .numitem:not(:nth-child(4n))::after {content: '';position: absolute;top: 0;right: 0; height: 100%;width: 1px;background-color: #e0e0e0;}
.index_numlist .numitem .numU {display: flex;gap: 5px;}
.index_numlist .numitem .numCX{font-size: 36px;color: #fff;} 
.index_numlist .numitem .unitC {font-size: 24px;color: #ffff;font-style: normal;}
.index_numlist .numitem .unit {font-size: 18px;color: #fff;font-style: normal;align-self: flex-end;} 
.index_numlist .numitem .indc {font-size: 18px;color: #ffffff;margin-top: 18px;}

.index_tit {display: flex;flex-direction: column;align-items: center;justify-content: center;color: #fff;gap: 20px;}
.index_tit h3 {font-size: 44px;font-weight: bold;}
.index_tit h4 {font-size: 20px;line-height: 40px;font-weight: normal;}

.index_industry_grid {margin-top: 50px;display: grid;grid-template-columns: repeat(4, 1fr);gap: 25px;}
.index_industry_item {height: 431px;border-radius: 10px;border-radius: 10px;overflow: hidden;position: relative;}
.index_industry_item .bg {width: 100%;height: 100%;object-fit: cover;transition: all 1.0s;}
.index_industry_item:hover .bg {transform: scale(1.2);}
.index_industry_item .mask {position: absolute;top: 0;left: 0;bottom: 0;right: 0;background-color: rgba(0, 0, 0, 0.4);display: flex;flex-direction: column;justify-content: center;padding: 0 26px;gap: 30px;} 
.index_industry_item .mask .icon {width: 50px;height: 50px;object-fit: contain;}
.index_industry_item .mask h5 {font-size: 28px;color: #fefefe;}
.index_industry_item .mask p {font-size: 16px;line-height: 26px;color: #fefefe;}

.index_industry_more {display: flex;align-items: center;justify-content: center;margin-top: 80px;}
.index_industry_more .more {display: flex;align-items: center;width: 168px;height: 50px;background-color: #fff;border-radius: 25px;justify-content: center;color: #0e2d70;font-size: 18px;}
.index_industry_more .more i {color: #0e2d70;font-weight: bold;}

.index_product_wrap {display: flex;align-items: center;justify-content: space-between;gap: 20px;margin-top: 60px;}
.index_product_wrap .left {flex: 1;height: 588px;background-color: #fff;position: relative;overflow: hidden;}
.index_product_wrap .left img {width: 100%;height: 100%;object-fit: contain;transition: all 1.0s;}
.index_product_wrap .left .mask {position: absolute;bottom: 0;left: 0;right: 0;height: 60px;background-color: rgb(10,44,131,0.5);display: flex;align-items: center;}
.index_product_wrap .left .mask h4 {color: #fff;font-size: 22px;line-height: 40px;font-weight: bold;padding: 0 32px;}
.index_product_wrap .left:hover img {transform:scale(1.2);}
.index_product_wrap .left:hover .mask {background-color: rgb(10,44,131,1.0);}

.index_product_wrap .right {width: 662px;display: grid;grid-template-columns: repeat(2,1fr);gap: 20px;}
.index_product_wrap .right .proitem {background-color: #fff;overflow: hidden;height: 284px;position: relative;}
.index_product_wrap .right .proitem img {width: 100%;height: 100%;object-fit: contain;transition: all 1.0s;}
.index_product_wrap .right .proitem .mask {position: absolute;bottom: 0;left: 0;right: 0;height: 60px;background-color: rgb(10,44,131,0.5);display: flex;align-items: center;}
.index_product_wrap .right .proitem .mask h4 {color: #fff;font-size: 22px;line-height: 40px;font-weight: bold;padding: 0 20px;}
.index_product_wrap .right .proitem:hover img {transform:scale(1.2);}
.index_product_wrap .right .proitem:hover .mask {background-color: rgb(10,44,131,1.0);}

.index_news_wrap {margin-top: 52px;display: grid;grid-template-columns: repeat(3,1fr);gap: 36px;}
.index_news_wrap .index_news_item {height: 523px;background-color: #fff;overflow: hidden;}
.index_news_wrap .index_news_item .pic {width: 100%;height: 313px;overflow: hidden;}
.index_news_wrap .index_news_item .pic img {width: 100%;height: 100%;object-fit: cover;transition: all 1.0s;}
.index_news_wrap .index_news_item:hover img {transform: scale(1.2);}
.index_news_wrap .index_news_item .cont {padding: 0 32px;}
.index_news_wrap .index_news_item .cont .tit {height: 130px;border-bottom: 1px solid #cfcfcf;display: flex;align-items: center;}
.index_news_wrap .index_news_item .cont .tit h6 {font-size: 22px;line-height: 33px;color: #1a1a1a;font-weight: normal;}
.index_news_wrap .index_news_item:hover .cont .tit h6 {color: #192c7a;}
.index_news_wrap .index_news_item .cont .time {height: 80px;display: flex;justify-content: space-between;align-items: center;}
.index_news_wrap .index_news_item .cont .time span {color: #999999;font-size: 18px;}
.index_news_wrap .index_news_item .cont .time i {color: #b2b2b2;font-size: 21px;}

.index_news_more {display: flex;justify-content: center;align-items: center;margin-top: 80px;}
.index_news_more .more {height: 50px;width: 168px;background-color: #192c7a;border-radius: 25px;display: flex;align-items: center;justify-content: center;color: #fff;}
.index_news_more .more i {font-weight: bold;}

/* 其他页面 */
.other_banner {height: 500px;width: 100%;position: relative;}
.other_banner img {width: 100%;height: 100%;object-fit: cover;}
.other_banner .mask {position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: rgba(0, 0, 0, 0.0);display: flex;justify-content: center;align-items: center;flex-direction: column;gap: 20px;color: #fff;}
.other_banner .mask h2 {font-size: 56px;font-weight: bold;}
.other_banner .mask h4 {font-size: 20px;font-weight: normal;}

/* 其他页面导航 */
.other_nav {height: 80px;background-color: #fff;}
.other_nav.is_border {border-bottom: 1px solid rgba(147, 147, 147, 0.35);}
.other_nav_wrap {height: 79px;display: flex;justify-content: space-between;background-color: #fff;}
.other_nav_wrap .left {overflow-x: auto;height: 100%;display: flex;align-items: center;flex: 1;}
.other_nav_wrap .left::-webkit-scrollbar {height: 0;}
.other_nav_wrap .left a {height: 44px;padding: 0 35px;display: flex;align-items: center;justify-content: center;border-radius: 22px;flex-shrink: 0;color: #000000;}
.other_nav_wrap .left a.active {color: #fff;background-color: #192c7a;}
.history_nav {display: flex;align-items: center;font-size: 16px;color: #999999;gap: 5px;}
.history_nav span:last-child {color: #666666;}
.history_nav a:hover {color: #192c7a;}

/* 关于我们 */
.about_wrap {background-image: url(../images/about_bg.jpg);background-size: cover;background-repeat: no-repeat;padding: 80px 0;}
.about_wrap .tit {display: flex;flex-direction: column;gap: 20px;}
.about_wrap .tit h2 {position: relative;padding-bottom: 20px;font-size: 36px;line-height: 45px;}
.about_wrap .tit h2::after {content: '';position: absolute;left: 0;width: 65px;height: 3px;background-color: #192c7a;bottom: 0;}
.about_wrap .tit h4 {font-size: 18px;color: #999999;line-height: 30px;}
.about_wrap .intro {margin-top: 30px;font-size: 16px;color: #333333;line-height: 32px;}
.about_main {display: flex;justify-content: space-between;gap: 44px;}
.about_child {display:grid;grid-template-columns: repeat(3,1fr);gap: 30px;padding: 80px 0;}
.about_item {height: 627px;position: relative;}
.about_item img {width: 100%;height: 100%;object-fit: cover;}
.about_item .mask {position: absolute;left: 0;bottom: 0;right: 0;height: 260px;background-image: url(../images/about_child_bg.png);display: flex;flex-direction: column;background-repeat: no-repeat;padding: 20px;justify-content: flex-end;gap: 10px;}
.about_item .mask h4 {font-size: 22px;line-height: 36px;color: #fff;font-weight: normal;}

.about_item .mask .bg {height: 101px;background-color: rgba(255, 255, 255, 0.2);width: 100%;display: flex;align-items: center;padding: 12px 0;}
.about_item .mask .bg .left {position: relative;padding: 0 15px;height: 100%;display: flex;align-items: center;}
.about_item .mask .bg .tag {width: 88px;height: 32px;border-radius: 16px;background-color: #fff;text-align: center;line-height: 32px;color: #1a1a1a;}
.about_item .mask .bg .left::after {content: '';height: 100%;background-color: #fff;width: 1px;position: absolute;top: 0;right: 0;}
.about_item .mask .bg .right {display: flex;align-items: center;padding: 0 15px;}
.about_item .mask .bg .right h6 {font-size: 20px;line-height: 32px;color: #fff;}

.product_index_wrap {background-color: #f2f2f2;padding: 30px 0;}
.product_grid {display: grid;grid-template-columns: repeat(3,1fr);gap: 26px;}
.product_grid .produtc_item {background-color: #fff;height: 384px;overflow: hidden;position: relative;}
.product_grid .produtc_item img {width: 100%;height: 100%;object-fit: contain;transition: all 1.0s;}
.product_grid .produtc_item .mask {height: 60px;background-color: rgb(10,44,131,0.5);position: absolute;bottom: 0;left: 0;right: 0;height: 60px;display: flex;align-items: center;justify-content: center;color: #fff;}
.product_grid .produtc_item .mask h4 {font-weight: normal;font-size: 20px;padding: 0 10px;}
.product_grid .produtc_item:hover .mask {background-color: rgb(10,44,131,1.0);}
.product_grid .produtc_item:hover img {transform: scale(1.2);}

.product_detail_main {width: 100%;background-color: #f2f2f2;}
.product_histoty_nav {height: 80px;display: flex;align-items: center;color: #999999;font-size: 16px;flex-wrap: wrap;}
.product_histoty_nav a:hover {color: #192c7a;}
.product_histoty_nav span:last-child {color: #666;}

.product_detail_head {display: flex;justify-content: space-between;align-items: center;height: 424px;margin-top: 20px;margin-bottom: 50px;gap: 50px;}
.product_detail_head .pic {flex-shrink: 0;width: 588px;background-color: #fff;height: 100%;overflow: hidden;}
.product_detail_head .pic img {width: 100%;height:100%;object-fit: contain;transition: all 1.0s;}
.product_detail_head .pic:hover img {transform: scale(1.2);}
.product_detail_head .cont {height: 100%;display: flex;flex-direction: column;flex: 1;justify-content: space-between;}
.product_detail_head .cont h2 {padding-bottom: 30px;border-bottom: 1px solid #d4d4d4;color: #192c7a;font-weight: normal;}
.product_detail_head .cont a {margin-bottom: 12px;width: 200px;height: 48px;border-radius: 8px;background-color: #192c7a;display: flex;justify-content: center;align-items: center;font-size: 18px;color: #fff;}
.product_detail_head .cont p {margin-top: 20px;font-size: 18px;line-height: 35px;color: #333333;}
.product_detail_head .cont h4 {font-size: 18px;line-height: 35px;color: #333;margin-top: 40px;font-weight: normal;}

.product_tip {height: 70px;width: 100%;background-color: #e6e8eb;}
.product_tip h5 {height: 70px;width: 242px;background-color: #192c7a;text-align: center;line-height: 70px;font-size: 24px;color: #fff;font-weight: normal;clip-path: polygon( 0 0,calc(100% - 30px) 0,100% 100%,100% 100%,0 100%);}

.product_detail_wrap {width: 100%;height: auto;background-color: #fff;padding: 54px;margin-bottom: 70px;}

/* 行业中心 */
.industry_wrap {width: 100%;background-color: #f2f2f2;padding: 60px 0;}
.industry_wrap h2 {display: flex;align-items: center;justify-content: center;flex-direction: column;font-size: 36px;line-height: 45px;padding-bottom: 24px;position: relative;}
.industry_wrap h2::after {content: '';position: absolute;bottom: 0;width: 54px;height: 4px;background-color: #192c7a;}
.industry_wrap p {line-height: 36px;font-size: 18px;margin-top: 42px;margin-bottom: 20px;color: #666666;}

.industry_case_main {padding: 60px 0;background-color: #fff;}
.industry_case_main h2 {display: flex;align-items: center;justify-content: center;flex-direction: column;font-size: 36px;line-height: 45px;padding-bottom: 24px;position: relative;}
.industry_case_main h2::after {content: '';position: absolute;bottom: 0;width: 54px;height: 4px;background-color: #192c7a;}
.industry_case_grid {display: grid;grid-template-columns: repeat(3,1fr);gap: 32px;margin-top: 44px;}
.industry_case_item {height: 286px;overflow: hidden;}
.industry_case_item img {width: 100%;height: 100%;object-fit: cover;transition: all 1.0s;}
.industry_case_item:hover img {transform: scale(1.2);}

/* 行业详情 */
.industry_main {padding: 54px;background-color: #fff;margin-bottom: 70px;}

/* 新闻详情 */
.news_wrap {padding: 60px 0;}
.news_grid {display: grid;grid-template-columns: repeat(3,1fr);gap: 35px;}
.news_item {height: 523px;}
.news_item .pic {height: 313px;width: 100%;overflow: hidden;}
.news_item .pic img {width: 100%;height: 100%;object-fit: cover;transition: all 1.0s;}
.news_item .cont {padding: 0 32px;height: auto;}
.news_item .cont .news_item_tit {padding: 36px 0;border-bottom: 1px solid #cfcfcf;}
.news_item .cont .news_item_tit h2 {font-size: 22px;line-height: 33px;font-weight: normal;color: #1a1a1a;}
.news_item:hover .cont .news_item_tit h2 {color: #192c7a;}
.news_item:hover .pic img {transform: scale(1.2);}
.news_item .cont .time {height: 80px;display: flex;align-items: center;justify-content: space-between;font-size: 18px;color: #999999;}
.news_item .cont .time i {font-size: 20px;color: #b2b2b2;}

.article_main {padding: 50px;background-color: #fff;margin-bottom: 60px;}
.article_main h2{ line-height: 40px; font-size: 20px; text-align: center;}
.ui-hot{ width: 20px; height: 20px; line-height: 20px; font-size: 12px; background-color: #f00; color: #fff; display:inline-block; margin-left: 5px; position: relative; top: -3px; border-radius: 4px; text-align: center;}
.ui-top{ width: 20px; height: 20px; line-height: 20px; font-size: 12px; background-color: #52c41a; color: #fff; display:inline-block; margin-left: 5px; position: relative; top: -3px; border-radius: 4px; 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{ padding: 2px 6px; border: solid 1px #f00; color: #f00; font-size: 12px; cursor: pointer; border-radius: 2px;}

.contact_main {padding-top: 60px;padding-bottom: 80px;display: flex;justify-content: space-between;align-items: center;gap: 70px;}
.contact_main .map_wrap {width: 682px;height: 491px;flex-shrink: 0;}
.contact_main .right_info {flex: 1;padding: 10px 0;}
.contact_main .right_info h2 {font-size: 48px;color: #333333;font-weight: normal;}
.contact_main .right_info h4 {font-size: 36px;line-height: 45px;font-weight: normal;margin-top: 10px;}
.contact_main .right_info ul {margin-top:30px;}
.contact_main .right_info ul li {height: 100px;border-bottom: 1px solid #c2e2e2e2;display: flex;align-items: center;gap: 30px;}
.contact_main .right_info ul li .icon {font-size: 42px;color: #192c7a;font-weight: bold;}
.contact_main .right_info ul li .info {flex: 1;height: 100px;display: flex;flex-direction: column;justify-content: center;}
.contact_main .right_info ul li .info h6 {font-size: 18px;color: #192c7a;font-weight: normal;line-height: 40px;}
.contact_main .right_info ul li .info p {font-size: 18px;color: #101010;font-weight: bold;}

/* 人才招聘 */
.talent_wrap {padding: 50px 0;}
.talentitem {border: 1px solid #e1e1e1;padding: 0 40px;margin-bottom: 20px;}
.talentheader {display: flex;justify-content: space-between;align-items: center;height: 90px;}
.talentheader h2 {flex: 1; font-size: 18px;line-height: 24px;margin-right: 15px;}
.talentheader .talentdes {display: flex;justify-content: space-between;width: 450px;margin-right: 200px;gap: 10px;}
.talentheader .talentdesitem {display: flex;align-items: center;line-height: 24px;font-size: 14px;color: #444444;}
.talentheader .talentdesitem span {color: #192c7a;font-size: 24px;}
.talentheader .talentdesitem i {font-style: normal;}
.talentheader a {font-size: 30px;color: #192c7a;}

.talent_wrap .talentcon {display: none;padding: 30px 0;border-top: 1px solid #e1e1e1;overflow: hidden;}
.talent_wrap .talentcon{ line-height: 280%; font-size: 16px; font-family:"PingFang SC", "Microsoft YaHei","Helvetica Neue",Helvetica,"Hiragino Sans GB",Arial,sans-serif !important;}
.talent_wrap .talentcon p,.talentwrap .talentcon div{font-family:"PingFang SC", "Microsoft YaHei","Helvetica Neue",Helvetica,"Hiragino Sans GB",Arial,sans-serif !important;line-height: 280%; font-size: 16px;color: #666666;}
.talent_wrap .talentcon img{  max-width: 100%}

/* 产品中心 */
.pro_wrap {padding: 30px 0;background-color: #f2f2f2;}
.pro_wrap .pro_main {display: flex;justify-content: space-between;gap: 30px;align-items: flex-start;}
.pro_wrap .pro_main .pro_left_nav {display: flex;background-color: #fff;flex-direction: column;width: 240px;flex-shrink: 0;}
.pro_wrap .pro_main .pro_left_nav a {height: 60px;line-height: 60px;border-bottom: 1px solid #f2f2f2;padding: 0 15px;font-size: 16px;}
.pro_wrap .pro_main .pro_left_nav a:last-child {border-bottom: 0;}
.pro_wrap .pro_main .pro_left_nav a.active {background-color: #192c7a;color: #fff;}
.pro_wrap .pro_main .pro_right {flex: 1;}
.pro_wrap .pro_main .pro_right .product_grid {gap: 15px;}



@media screen and (max-width: 768px) {
    .w {width: 100%;padding: 0 15px;}
    .header {height: 64px;}
    .fixed_header {height: 64px;}
    .header_wrap .logo {height: 37px;}
    .header_right ul {display: none;}
    .header_right .search_btn span {font-size: 26px;}
    .classify  {display: block;}
    .searchMain {width: 80%;padding: 50px 15px;}
    .searchMain .searchform .search-btn {margin-top: 15px;}

    .footer_head {display: none;}

    .footer_info {flex-direction: column;align-items: flex-start;border-top: none;}
    .footer_info .info_item {padding: 0;margin-bottom: 12px;}
    .footer_info .info_item:before{display: none;}
    .footer_info .info_item img {width: 32px;height: 32px;}
    .footer_info .info_item .cont {font-size: 12px;}
    .footer_foot {padding: 15px 0;font-size: 12px;}

    .index_swiper {width: 100%;height: 200px;}

    .index_secion {padding: 30px 0;}
    .index_about_wrap {gap: 30px;flex-direction: column;}
    .index_right_about {width: 100%;height: auto;}
    .index_left_about {width: 100%;}
    .index_left_about h4 {margin-bottom: 30px;font-size: 34px;}
    .index_left_about p {font-size: 16px;}
    .index_numlist {margin-top: 30px;grid-template-columns: repeat(2, 1fr);gap: 15px;height: auto;}
    .index_numlist .numitem:first-child {align-items: center;}
    .index_numlist .numitem:last-child {align-items: center;}
    .index_numlist .numitem:nth-child(2n)::after {display: none;}
    .index_left_about .more_btn {margin-top: 30px;width: 120px;font-size: 14px;}

    .index_tit h3 {font-size: 34px;}
    .index_industry_grid {margin-top: 30px;grid-template-columns: repeat(2, 1fr);gap: 10px;}
    .index_industry_item {height: 250px;}
    .index_industry_item .mask {gap: 15px;padding: 0 10px;}
    .index_industry_item .mask .icon {width: 25px;height: 25px;}
    .index_industry_item .mask h5 {font-size: 18px;}
    .index_industry_item .mask p {font-size: 12px;}
    .index_industry_more {margin-top: 30px;}
    .index_industry_more .more {width: 120px;font-size: 14px;}

    .index_product_wrap {flex-direction: column;margin-top: 30px;gap: 10px;}
    .index_product_wrap .left {height: 294px;}
    .index_product_wrap .left .mask h4 {font-size: 18px;}
    .index_product_wrap .right {width: 100%;gap: 10px;}
    .index_product_wrap .right .proitem {height: 240px;}
    .index_product_wrap .right .proitem .mask h4 {font-size: 18px;}

    .index_news_wrap {margin-top: 30px;gap: 15px;grid-template-columns: repeat(2, 1fr);}
    .index_news_wrap .index_news_item {height: auto;}
    .index_news_wrap .index_news_item .pic {height: 156px;}
    .index_news_wrap .index_news_item .cont {padding: 0 15px;}
    .index_news_wrap .index_news_item .cont .tit {height: 120px;}
    .index_news_wrap .index_news_item .cont .tit h6 {font-size: 16px;}
    .index_news_wrap .index_news_item .cont .time {height: 60px;}
    .index_news_wrap .index_news_item .cont .time span {font-size: 12px;}

    .index_news_more .more {width: 120px;font-size: 14px;}

    .other_banner {height: 250px;}
    .other_banner .mask h2 {font-size: 28px;}
    .other_banner .mask h4 {font-size: 16px;}
    .history_nav {display: none;}

    /* 关于我们 */
    .about_wrap {padding: 40px 0;}
    .about_wrap .tit h2 {font-size: 30px;}
    .about_main {flex-direction: column;}
    .about_child {padding: 30px 15px;grid-template-columns: repeat(1, 1fr);gap: 15px;}
    .about_item {height: auto;}


    /* 产品中心 */
    .product_grid {grid-template-columns: repeat(2,1fr);gap: 15px;}
    .product_grid .produtc_item {height: 200px;}
    .product_detail_head {flex-direction: column;height: auto;align-items: flex-start;gap: 30px;}
    .product_detail_head .pic {width: 100%;}
    .product_grid .produtc_item .mask h4 {font-size: 12px;padding: 0 10px;}
    .product_detail_head .cont {gap: 30px;}

    /* 行业应用 */
    .industry_wrap {padding: 30px 0;}
    .industry_wrap p {margin-top: 30px;}
    .industry_wrap h2 {font-size: 30px;}
    .industry_case_main {padding: 30px 0;}
    .industry_case_main h2 {font-size: 30px;}
    .industry_case_grid {grid-template-columns: repeat(2, 1fr);gap: 15px;margin-top: 30px;}
    .industry_case_item {height: 160px;}

    /* 新闻中心 */
    .news_wrap {padding: 30px 0;}
    .news_grid {gap: 15px;grid-template-columns: repeat(2, 1fr);}
    .news_item {height: auto;}
    .news_item .pic {height: 160px;}
    .news_item .cont {padding: 0 10px;}
    .news_item .cont .news_item_tit {padding: 10px 0;}
    .news_item .cont .news_item_tit h2 {font-size: 16px;}
    .news_item .cont .time {height: 60px;font-size: 14px;}

    .article_main {padding: 15px;}
    .ui-art-tags{ line-height: 30px;}

    .contact_main {flex-direction: column;padding: 30px 0;gap: 30px;}
    .contact_main .map_wrap {width: 100%;height: auto;}
    

    /* 人才招聘 */
    .talent_wrap {padding: 30px 0;}
    .talentitem {padding: 0 20px;}
    .talentheader .talentdes {display: none;}

    .is_m_none {display: none;}

    /* 产品中心 */
    .pro_wrap {padding:10px 0;}
    .pro_wrap .pro_main {gap: 10px;padding: 0;padding-right: 10px;}
    .pro_wrap .pro_main .pro_left_nav {width: 100px;}
    .pro_wrap .pro_main .pro_left_nav a {height: 45px;line-height: 45px;padding: 0 10px;font-size: 12px;}
    .pro_wrap .pro_main .pro_left_nav a:last-child {border-bottom: 0;}
    .pro_wrap .pro_main .pro_left_nav a.active {background-color: #192c7a;color: #fff;}
    .pro_wrap .pro_main .pro_right .product_grid {gap: 10px;}


}           