.padding{ padding-top:150px; padding-bottom:150px;transition-duration: 0.3s; }
.main_padding{ padding-top:80px; padding-bottom:100px;transition-duration: 0.3s; }

.padding-bottom-80{ padding-bottom:80px;}
.padding-top-0{ padding-top:0; }
.swiper{--swiper-theme-color:  var(--mc);/* 设置Swiper风格 */--swiper-navigation-color: #172259;/* 单独设置按钮颜色 */--swiper-navigation-size: 24px;/* 设置按钮大小 */}
.block80{  height: 80px;}
html{height: 100%;}

.btn a{ font-size: 16px; color:var(--mc); display:inline-flex; justify-content: space-between; grid-gap: 24px; align-items: center; border:var(--mc) solid 1px; border-radius:8px; padding: 10px 24px; transition-duration: 0.3s;  }
.btn a:hover{ color:var(--bg); background:var(--mc); }


.index_banner {position: relative;overflow: hidden; }
.index_banner::after{content: ""; position: absolute; left: 0px; right: 0px; top: 0px; background: linear-gradient(180deg, rgba(0,0,0,0.4),  rgba(0,0,0,0)); height: 200px; z-index: 1;}

.index_banner .swiper{height: 90vh}
.index_banner .swiper-slide{ position: relative;width: 100%;height: 100%;overflow:hidden; }
.index_banner .swiper-slide img.bg{width: 100%; height: 100%; object-fit: cover;}
.index_banner .swiper-slide .info{ width: var(--width) ; position:absolute;left: 50%; top:50%;  transition-duration: 0.3s; z-index: 33; transform: translate(-50%, -50%); transition-delay:0.5s; }
.index_banner .swiper-slide .info h3{text-align: left; font-size: 80px;line-height: 1.2; font-weight: bold}
.index_banner .swiper-slide .info > *{opacity: 0; transform: translateY(50px); transition: all 1s; }
.index_banner .swiper-slide-active .info > * {  opacity: 1; transform: none;}
.index_banner .swiper-slide-active .info > *:nth-child(1) { transition-delay: 0.4s;}
.index_banner .swiper-slide-active .info > *:nth-child(2) { transition-delay: 0.6s;}
.index_banner .swiper-slide-active .info > *:nth-child(3) { transition-delay: 0.8s;}
.index_banner .swiper-slide-active .info > *:nth-child(4) { transition-delay: 2s;}
.index_banner .swiper-slide .info h3.white{ color: #fff; text-shadow: 0px 5px 5px rgba(0,0,0,0.1);}
.index_banner .swiper-slide .info h3.blue{ color: #067cdc;}
.index_banner .swiper-button-box{  display: flex; justify-content: right; align-items: center; grid-gap: 20px; width: var(--width); left: 50%; transform: translateX(-50%);  position: absolute; bottom:44px; z-index: 14;}
.index_banner .swiper-button-box .swiper-button-next{ transition-duration: 0.2s; position:initial;background: #fff; color: var(--mc); border-radius: 50%; height:48px; width: 48px; font-size: 24px;}
.index_banner .swiper-button-box .swiper-button-prev{ transition-duration: 0.2s; position:initial;background: #fff; color: var(--mc); border-radius: 50%; height:48px; width: 48px; font-size: 24px;}
.index_banner .swiper-button-box .swiper-button-next:after{display: none!important;}
.index_banner .swiper-button-box .swiper-button-prev:after{display: none!important;}
.index_banner .swiper-pagination {color: #fff; text-align: left; width: var(--width) !important; left: 50% !important; transform: translateX(-50%); }

.index_banner .swiper-pagination{ bottom:40px!important;font-size: 16px; text-align: center;}
.index_banner .swiper-pagination-bullet { background-color: rgba(255, 255, 255, 0.5); opacity: 1; border-radius: 0px; position: relative;  transition-duration: 0.3s; height: 2px; width: 32px; }
.index_banner .swiper-pagination-bullet-active { width: 40px; background: rgba(255, 255, 255, 0.5); background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 50%, #FFFFFF 50%); background-size: 200%; background-position-x: 0%; animation: position 5s linear forwards; }
.index_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {  }



.index_about .pagewidth{}
.index_about .pagewidth .title{ position: relative; text-align: left; margin-bottom: 64px; }
.index_about .pagewidth .title h2{ font-size: 48px;padding-bottom: 24px; margin-bottom: 24px;  line-height: 1;font-weight: normal; position: relative}
.index_about .pagewidth .title h2:after{position: absolute; left: 0px; width: 50px; background:var(--mc);height: 3px; bottom: 0px;content: ""}
.index_about .pagewidth .title p{  font-size: 18px; line-height: 1; font-weight: normal;color:var(--mc); text-transform:uppercase}

.index_about .pagewidth .info{ padding-left: 50%;}
.index_about .pagewidth .content{ margin-bottom: 32px;}
.index_about .pagewidth .content h3{ font-weight:normal; font-size: 32px;color: var(--mc); line-height: 1.4; margin-bottom: 32px; }
.index_about .pagewidth .content p{ color: #333;text-indent: 2em; margin-bottom: 24px;}
.index_about .pagewidth .content p span{ color: var(--mc); }
.index_about .pagewidth .more { display: flex; justify-content: left; align-items: center; grid-gap: 64px; padding-top: 64px; }
.index_about .pagewidth .more .item a{ display: flex; justify-content: center; align-items: center; gap:6px; }
.index_about .pagewidth .more i{ color:var(--mc); font-size: 24px; line-height: 1;}
.index_about .pagewidth .more span{ border-bottom: 2px solid var(--mc); color: #333; font-size: 18px; line-height: 1; padding-bottom: 4px; }
.index_about .pagewidth .more a:hover span{color:var(--mc);  }




.index_case{ position:relative; background:#000;  }
.index_case .title{ position: relative; text-align: center; margin-bottom: 24px;position: absolute; left:0; right:0; top:80px; z-index:2; }
.index_case .title h2{ font-size: 48px;padding-bottom: 24px;text-shadow: 0px 2px 2px rgba(0,0,0,0.1); margin-bottom: 24px; color:#fff; line-height: 1;font-weight: normal; position: relative}
.index_case .title h2:after{position: absolute; left: 50%;text-shadow: 0px 2px 2px rgba(0,0,0,0.1); transform: translateX(-50%); width: 50px; background:#fff;height: 3px; bottom: 0px;content: ""}
.index_case .title p{  font-size: 18px; line-height: 1;text-shadow: 0px 2px 2px rgba(0,0,0,0.1); font-weight: normal;color:#fff; text-transform:uppercase}
.index_case .swiper {width: 100%;height: 800px;}
.index_case .caseswiper2 {height: 800px;width: 100%; position: relative; z-index: 1}
.index_case .caseswiper2 .swiper-slide .info{ position:absolute; background: rgba(0, 108, 184, 0.84); width:calc(var(--width) / 2 + 200px);left: 50%; top:55%; padding: 48px; box-sizing: border-box; transition-duration: 0.3s; z-index: 33; transform: translate(calc(-100% + 200px), -50%);  transition-delay:0.5s; }
.index_case .caseswiper2 .swiper-slide .info > *{opacity: 0; transform: translateY(50px); transition: all 1s; }
.index_case .caseswiper2 .swiper-slide-active .info > * {  opacity: 1; transform: none;}
.index_case .caseswiper2 .swiper-slide-active .info > *:nth-child(1) { transition-delay: 0.4s;}
.index_case .caseswiper2 .swiper-slide-active .info > *:nth-child(2) { transition-delay: 0.6s;}
.index_case .caseswiper2 .swiper-slide-active .info > *:nth-child(3) { transition-delay: 0.8s;}
.index_case .caseswiper2 .swiper-slide-active .info > *:nth-child(4) { transition-delay: 2s;}
.index_case .caseswiper2 .swiper-slide .info h2{color: #fff; font-size:32px; font-weight:500; line-height:1.2; margin-bottom:24px; }
.index_case .caseswiper2 .swiper-slide .info p{color: #fff; line-height:1.8;  font-weight: normal;margin-bottom:24px; color:rgba(255, 255, 255, 0.9);}
.index_case .caseswiper2 .swiper-slide .info .more{display: inline-block;}
.index_case .caseswiper2 .swiper-slide .info .more a{ background:#fff;color: #333; position: relative; padding-left: 25px; border-radius: 0px; padding-right: 25px; height: 40px; display: flex; justify-content: space-between; align-items: center; }
.index_case .caseswiper2 .swiper-slide .info .more a i{ color: #333;}
.index_case .caseswiper2 .swiper-slide .info .more a:hover i{ color:var(--mc);}
.index_case .caseswiper {transition-duration: 0.3s; width: var(--width); height: auto; position:absolute; left:0px; right:0px; bottom:50px; z-index:2; }
.index_case .caseswiper .swiper-slide { position: relative; cursor: pointer; height: 60px; line-height: 60px; border-top: rgba(255, 255, 255, 0.8) solid 2px; text-align: center; color: #fff; font-weight: normal;opacity: 0.9;}
.index_case .caseswiper .swiper-slide-thumb-active {border-top:var(--mc) solid 2px; color: #fff; font-weight: bold;opacity: 1;}
.index_case .swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover; }






.index_news{background: #f5f6f8;}

.index_news .pagewidth .row{ display: flex; justify-content: space-between; align-items: center; }
.index_news .pagewidth .title{ position: relative; text-align: left; margin-bottom: 24px; }
.index_news .pagewidth .title h2{ font-size: 48px;padding-bottom: 24px; margin-bottom: 24px;  line-height: 1;font-weight: normal; position: relative}
.index_news .pagewidth .title h2:after{position: absolute; left: 0px; width: 50px; background:var(--mc);height: 3px; bottom: 0px;content: ""}
.index_news .pagewidth .title p{  font-size: 18px; line-height: 1; font-weight: normal;color:var(--mc); text-transform:uppercase}
.index_news .layui-tabs-header:after, .layui-tabs-scroll:after{ display:none!important;}
.index_news .layui-tabs-header .layui-this:after{ display: none!important;}
.index_news .layui-tabs-header{display: flex; justify-content:  left; align-items: center; grid-gap: 12px;}
.index_news .layui-tabs-header li{ background: #fff; border:#ddd solid 1px; color: #333!important; font-size: 16px!important; padding-left: 32px!important; padding-right: 32px!important;;}
.index_news .layui-tabs-header li.layui-this{ background: var(--mc); color: #fff!important; font-size: 16px!important;}
.index_news .pagewidth .box{ display: grid; grid-template-columns: repeat(3,1fr); grid-gap: var(--gg); }
.index_news .pagewidth .item .img{ overflow: hidden; aspect-ratio: 16/10; margin-bottom: 24px; border-radius: 4px; }
.index_news .pagewidth .item .img img{ width: 100%; height: 100%; object-fit: cover; transition-duration: 0.3s;}
.index_news .pagewidth .item .img:hover img{ transform: scale(1.1)}
.index_news .pagewidth .item .info .date{ font-size: 16px; color: var(--mc); margin-bottom: 6px;}
.index_news .pagewidth .item .info h2{ line-height: 1.2; margin-bottom: 12px;}
.index_news .pagewidth .item .info h2 a{ line-height: 1.2; font-size: 20px; color: #111;}
.index_news .pagewidth .item .info .description{ color: #666; line-height: 1.6;display: -webkit-box;  -webkit-line-clamp:2;  -webkit-box-orient: vertical; overflow: hidden;text-overflow: ellipsis;}








.detail_banner{overflow: hidden; position: relative;}
.detail_banner::after{content: ""; position: absolute; left: 0px; right: 0px; top: 0px; background: linear-gradient(180deg, rgba(0,0,0,0.4),  rgba(0,0,0,0)); height: 200px; z-index: 1;}
.detail_banner .pagewidth{position: relative; height: 600px;}
.detail_banner .text{  text-align: left; position: absolute; left: 0px; right: 0px; top:50%;transform: translateY(-50%); z-index: 2; }
.detail_banner .text h1{ font-size: 48px; line-height: 1; color:#fff;font-weight: bold; margin-bottom: 24px;}
.detail_banner .text h2{font-size: 24px; line-height: 1; font-weight: 500;color:rgba(255,255,255,1); text-transform:uppercase}

.detail_banner img.detailbg{  width: 100%; height: 100%; object-fit: cover; position: absolute; opacity:1; left: 0;right: 0px; top: 0px; bottom: 0px;}


.detail_menu{box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05); position: relative; z-index: 4; background:rgba(255,255,255,0.5);-webkit-backdrop-filter:blur(10px); backdrop-filter: blur(10px); position: sticky; top:96px;}
.detail_menu .pagewidth{display: flex; justify-content: space-between; align-items: center;}
.detail_menu ul{display: flex; justify-content: left; grid-gap: 12px;}
.detail_menu ul li{ padding-top: 12px; padding-bottom: 12px; }
.detail_menu ul li a{ display:block;height:48px; line-height:48px;color:#333;  padding-left: 30px; padding-right:30px; border-radius: 30px; transition-duration: 0.3s;}
.detail_menu ul li a.active{ background:var(--mc); color: #fff;}
.detail_menu ul li a:hover{  background:#f5f5f5; color: #333; }
.detail_menu ul li a.active:hover{ background:var(--mc); color: #fff;}

.detail_menu .crumbs{ }
.detail_menu .crumbs i{color:#666; }
.detail_menu .crumbs span{ margin-left:5px;margin-right:5px; }
.detail_menu .crumbs span a{ color:#666; }
.detail_menu .crumbs span.line{ color:#999; }
.detail_menu .crumbs span:last-child{display: none;}



.list_product{ background: #f5f6f8;}
.list_product .pagewidth{ display: grid; grid-template-columns:3fr 9fr; grid-gap: var(--gg); align-items: start}
.list_product .pagewidth .side{ background: #fff; position: sticky; top: 130px; padding: 32px; border-radius: 4px;}
.list_product .pagewidth .side .title{ font-size: 32px; color: #333; margin-bottom: 12px;}
.list_product .pagewidth .side ul li{ margin-bottom: 12px;}
.list_product .pagewidth .side ul li a{ display: grid; grid-template-columns: 54px auto; border-radius: 4px; grid-gap: 12px; align-items: center; padding: 12px; transition-duration: 0.1s;}
.list_product .pagewidth .side ul li a .img{ height:40px; width:40px; background: #fff; border: #ddd solid 1px; padding: 6px; overflow: hidden; border-radius: 72px;}
.list_product .pagewidth .side ul li a .img img{ height: 100%; width: 100%; object-fit: cover}
.list_product .pagewidth .side ul li a span{color: #333;}
.list_product .pagewidth .side ul li a.active{background: var(--mc);}
.list_product .pagewidth .side ul li a.active span{ color: #fff;}
.list_product .pagewidth .side ul li a:hover{ background: #f5f5f5;}
.list_product .pagewidth .side ul li a.active:hover{ background: var(--mc);}
.list_product .pagewidth .content .article-list{ display: grid; grid-template-columns: repeat(3,1fr); grid-gap: var(--gg);}
.list_product .pagewidth .content .article-list .item{background: #fff; border-radius: 4px; padding: 32px; transition-duration: 0.3s; }
.list_product .pagewidth .content .article-list .item .img{ aspect-ratio: 1;}
.list_product .pagewidth .content .article-list .item .img img{ width: 100%; height: 100%; object-fit: cover; transition-duration: 0.3s;}
.list_product .pagewidth .content .article-list .item .img:hover img{ transform: scale(1.05)}
.list_product .pagewidth .content .article-list .item .info{ padding-top: 24px;}
.list_product .pagewidth .content .article-list .item .info h2{ color: #333; font-weight: normal; text-align: center; font-size: 20px;}
.list_product .pagewidth .content .article-list .item:hover{ box-shadow: 0px 10px 30px rgba(0,0,0,0.1); transform: translateY(-5px)}
.list_product .pagewidth .content .article-list .item:hover .info h2{ color: var(--mc);}


.show_product{ background: #f5f6f8;}
.show_product .pagewidth{ display: grid; grid-template-columns:3fr 9fr; grid-gap: var(--gg); align-items: start}
.show_product .pagewidth .side{ background: #fff; position: sticky; top: 130px; padding: 32px; border-radius: 4px;}
.show_product .pagewidth .side .title{ font-size: 32px; color: #333; margin-bottom: 12px;}
.show_product .pagewidth .side ul li{ margin-bottom: 12px;}
.show_product .pagewidth .side ul li a{ display: grid; grid-template-columns: 54px auto; border-radius: 4px; grid-gap: 12px; align-items: center; padding: 12px; transition-duration: 0.1s;}
.show_product .pagewidth .side ul li a .img{ height:40px; widht:40px; background: #fff; border: #ddd solid 1px; padding: 6px; overflow: hidden; border-radius: 72px;}
.show_product .pagewidth .side ul li a .img img{ height: 100%; width: 100%; object-fit: cover}
.show_product .pagewidth .side ul li a span{color: #333;}
.show_product .pagewidth .side ul li a.active{background: var(--mc);}
.show_product .pagewidth .side ul li a.active span{ color: #fff;}
.show_product .pagewidth .side ul li a:hover{ background: #f5f5f5;}
.show_product .pagewidth .side ul li a.active:hover{ background: var(--mc);}
.show_product .pagewidth .content{ background: #fff; border-radius: 4px; padding: 48px;}
.show_product .pagewidth .content .top{ display: grid; grid-template-columns: 560px auto; transition-duration: 0.3s; grid-gap: var(--gg); align-items: start; margin-bottom: 48px;}
.show_product .pagewidth .content .top .photo{ border: #ddd solid 1px; padding: 20px;}
.show_product .pagewidth .content .top .photo .swiper-slide img{ width: 100%; height: 100%; object-fit: cover; transition-duration: 0.1s;}
.show_product .pagewidth .content .top .photo .swiper-pagination-bullet { background-color: rgba(0, 0, 0, 0.2); opacity: 1; border-radius: 0px; position: relative;  transition-duration: 0.3s; height: 2px; width: 32px; }
.show_product .pagewidth .content .top .photo .swiper-pagination-bullet-active { width: 40px; background: var(--mc); }
.show_product .pagewidth .content .top .photo .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {  }
.show_product .pagewidth .content .top .photo .swiper-pagination{bottom: -5px!important;}
.show_product .pagewidth .content .info h1{ font-weight: normal; font-size: 32px; color: #111; margin-bottom: 12px;}
.show_product .pagewidth .content .info .description{ color: #333; line-height: 1.6; margin-bottom: 32px;}
.show_product .pagewidth .content .info .button{ display: flex; justify-content: left; grid-gap: 16px;}
.show_product .pagewidth .content .info .button a{ color: #fff; display: inline-flex; cursor: pointer; line-height: 1; grid-gap: 12px; justify-content: space-between; align-items: center; border: #fff solid 2px; border-radius: 30px; padding: 14px 32px; transition-duration: 0.3s; background: rgba(255,255,255,0);}
.show_product .pagewidth .content .info .button a:hover{ transform: scale(1.05); background: rgba(255,255,255,1); color: var(--blue); text-decoration: none; }
.show_product .pagewidth .content .info .button a:first-child{background:var(--mc); color: #fff; border-color: var(--mc); }
.show_product .pagewidth .content .info .button a:last-child{background:#fff; color: var(--mc); border-color: var(--mc); }
.show_product .pagewidth .content .detail .subtitle{ font-size: 24px; font-weight: normal; position: relative; color: #333; line-height: 1; margin-bottom: 24px; }
.show_product .pagewidth .content .detail .subtitle span{ position: relative; z-index: 2; background: #fff; padding-right: 12px;}
.show_product .pagewidth .content .detail .subtitle::after{content: ""; width: 100%; height: 1px; top: 50%;right: 0; left: 0p; transform: translateY(-50%);background: #ddd; position: absolute;}
.show_product .pagewidth .content .detail .subcontent{ margin-bottom: 72px;}
.show_product .pagewidth .content .detail .subcontent .mode{ display: grid;  grid-template-columns: repeat(6,1fr);grid-gap: var(--gg); padding-top: 24px;}
.show_product .pagewidth .content .detail .subcontent .mode .item img{ width: 72px; display: block; margin: 0 auto;}
.show_product .pagewidth .content .detail .subcontent .mode .item p{ text-align: center; font-size: 16px; color: #333; padding-top: 12px;}
.show_product .pagewidth .content .detail .subcontent .color{ display: grid;  grid-template-columns: repeat(9,1fr);grid-gap:48px 24px; padding-top: 24px;}
.show_product .pagewidth .content .detail .subcontent .color img{border-radius: 12px; display: block; border: #ddd solid 1px; margin: 0 auto;}
.show_product .pagewidth .content .detail .subcontent .color p{ text-align: center; font-size: 14px; line-height: 1.4; color: #333; padding-top: 12px;}
.show_product .pagewidth .content .detail .subcontent img{ max-width: 100%;}


.show_product .pagewidth .content .detail .subcontent .tedian { display: grid;  grid-template-columns: repeat(2,1fr);grid-gap:12px; }
.show_product .pagewidth .content .detail .subcontent .tedian .item{ border: 1px solid #ececec;  display: grid;  grid-template-columns:auto 220px; grid-gap: 12px; }
.show_product .pagewidth .content .detail .subcontent .tedian .item .info{padding: 24px; padding-right: 0px;}
.show_product .pagewidth .content .detail .subcontent .tedian .item .info h3{ color: var(--mc);  font-size: 20px; line-height: 1.3}
.show_product .pagewidth .content .detail .subcontent .tedian .item .info ul{padding-top: 16px;}
.show_product .pagewidth .content .detail .subcontent .tedian .item .info ul li{ color: #444; position: relative; padding-left: 12px; line-height: 1.6}
.show_product .pagewidth .content .detail .subcontent .tedian .item .info ul li::after{ position: absolute; content: "";border-radius: 3px; width: 4px; height: 4px; top: 10px; left: 0; background: #444;}
.show_product .pagewidth .content .detail .subcontent .tedianthree .item:nth-child(2){ grid-row: span 2;}
.show_product .pagewidth .content .detail .subcontent .tedianthree .item:nth-child(2){ display: block; position: relative}
.show_product .pagewidth .content .detail .subcontent .tedianthree .item:nth-child(2) .img{ position: absolute; width: 42%; right: 0px; bottom: 0; }

.list_case{ background: #f9f9f9;}
.list_case .pagewidth .article-list{ display: grid; grid-template-columns:repeat(3,1fr); grid-gap: var(--gg);}
.list_case .pagewidth .article-list .item{ position: relative}
.list_case .pagewidth .article-list .item:after{ content: ""; position: absolute; left: 0px; bottom: 0px; width: 0%; height: 2px; background: var(--mc); ; transition-duration: 0.3s;}
.list_case .pagewidth .article-list .item:hover:after{ width: 100%;}
.list_case .pagewidth .article-list .item .img{ overflow: hidden; border-radius: 4px 4px 0px 0px; aspect-ratio: 16/11 }
.list_case .pagewidth .article-list .item .img img{ width: 100%; height: 100%; object-fit: cover; transition-duration: 0.3s;}
.list_case .pagewidth .article-list .item .img:hover img{ transform: scale(1.1)}
.list_case .pagewidth .article-list .item .info{ padding: 24px; background: #fff;}
.list_case .pagewidth .article-list .item .info h3{ font-size: 24px; color: #333; font-weight: bold }
.list_case .pagewidth .article-list .item:hover .info h3{  color:var(--mc); }
.list_case .pagewidth .more{ text-align: center}
.list_case .pagewidth .more a{ color: #fff; display: inline-flex; grid-gap: 12px; justify-content: space-between; align-items: center; border: #fff solid 2px; border-radius: 30px; padding: 8px 50px; transition-duration: 0.3s; background: rgba(255,255,255,0)}
.list_case .pagewidth .more a:hover{ transform: scale(1.05); background: rgba(255,255,255,1); color: var(--blue); text-decoration: none; }
.list_case .pagewidth .more a:last-child{background:var(--mc); color: #fff; border-color: var(--mc); }

.show_case{ background: #f9f9f9;}
.show_case .box{ background: #fff; border: 1px solid #ececec; padding: 48px;}
.show_case .title{ position: relative; margin-bottom: 32px; border-bottom: #ececec 1px solid; padding-bottom: 12px;}
.show_case .title h1{ text-align: center; font-weight: 500; font-size: 32px; }
.show_case .content{ width: 1000px; margin: 0 auto; margin-bottom: 64px;padding: 12px; }
.show_case .content .swiper-slide img{ width: 100%;}
.show_case .content .swiper{ margin-bottom: 32px;border-radius: 4px; overflow: hidden;}
.show_case .content .swiper-button-next:after{ display: none; }
.show_case .content .swiper-button-prev:after{ display: none; }
.show_case .content .swiper-button-next,.show_case .content .swiper-button-prev{ transition-duration: 0.3s; border-radius: 40px; height: 48px; width: 48px; border-radius: 40px; background: var(--mc); color: #fff; display: inline-flex; align-items: center; justify-content: center;  font-size: 24px;}
.show_case .content .swiper-button-disabled{ opacity: 0;}
.show_case .other{display: flex; justify-content: space-between; align-items: center; background: #f5f6f8;border-radius: 8px; padding: 12px;  }
.show_case .other .left{display: flex;justify-content: left; align-items: center; grid-gap: 24px;}
.show_case .other .right{display: flex;justify-content: right; align-items: center;grid-gap: 24px;}
.show_case .other .right .info{ text-align: right}
.show_case .item .img{ width: 160px;overflow: hidden;border-radius: 4px;}
.show_case .item .img img{ width: 100%; height: 100%; object-fit: cover; transition-duration: 0.3s;}
.show_case .item .img:hover img{ transform: scale(1.05)}
.show_case .item .info p{ color: #666; font-size: 14px;}
.show_case .item .info h3 a{ color:#333; font-size: 18px; }
.show_case .item .info h3 a:hover{ color:var(--mc);  }


.about_content_1{background: url("../images/index_14.jpg") no-repeat; background-size: cover; }
.about_content_1 .content{ display: grid; grid-template-columns:repeat(2,1fr); grid-gap: 100px;position: relative; }
.about_content_1 .content .text .title{ position: relative; padding-bottom:36px; margin-bottom: 36px; text-align: left; }
.about_content_1 .content .text .title h2{ font-size: 36px; line-height: 1;font-weight: bold; }
.about_content_1 .content .text .title::after{ content: ""; width: 50px; height:3px; bottom: 0; left: 0px;background:#13518E; position: absolute;}
.about_content_1 .content .text .html p{margin-bottom: 20px; text-indent: 2em;}
.about_content_1 .content .text .html p:last-child{ margin-bottom: 0;}
.about_content_1 .content .img img{ width: 100%; height: 100%; object-fit: cover; transition-duration: 0.3s; }
.about_content_1 .content .img{ position: relative}
.about_content_1 .content .img .number{ position: absolute; left:-50px;bottom: -50px; width: 100px; text-align: center; background:#13518E; padding: 24px; color: #fff; z-index: 2;}
.about_content_1 .content .img .number .item{ border-bottom:rgba(255,255,255,0.4) solid 1px; padding-bottom: 16px; margin-bottom: 16px;}
.about_content_1 .content .img .number .item h3{ line-height: 1;}
.about_content_1 .content .img .number .item h3 strong{ font-size: 40px;}
.about_content_1 .content .img .number .item:last-child{ padding-bottom: 0; margin-bottom: 0; border: none;}


.about_content_2{background: url("../images/index_15.jpg") no-repeat; background-size: cover; }
.about_content_2 .pagewidth .content .img{ text-align: center}
.about_content_2 .pagewidth .content .img img{  display: inline-block; margin: 0 auto; }

.about_content_3 .title{ position: relative; padding-bottom:36px; margin-bottom: 36px; }
.about_content_3 .title h2{ font-size: 36px; line-height: 1;font-weight: bold; text-align: center; }
.about_content_3 .title::after{ content: ""; width: 50px; height:3px; bottom: 0; left: 50%; transform: translateX(-50%); background:#13518E; position: absolute;}
.about_content_3 { }
.about_content_3 .layui-tabs-header{display: flex; justify-content: center; align-items: center; grid-gap: 12px;}
.about_content_3 .layui-tabs-header li{ background: #fff; border:#ddd solid 1px; color: #333!important; font-size: 16px!important; padding-left: 32px!important; padding-right: 32px!important;;}
.about_content_3 .layui-tabs-header li.layui-this{ background: var(--mc); color: #fff!important; font-size: 16px!important;}
.about_content_3 .layui-tabs-header:after{ display: none;}
.about_content_3 .layui-this:after{ display: none;}
.about_content_3 .layui-tabs-body{ padding-top: 30px; padding-bottom: 0}
.about_content_3 .swiper{ padding-bottom: 40px;}
.about_content_3 .swiper-slide .img{ border: #ececec solid 1px;  height: 460px; padding: 10px; display:flex; justify-content: center; align-items: center;}
.about_content_3 .swiper-slide .img img{max-width: 100%;  max-height: 440px;  object-fit: cover;object-fit: cover; transition-duration: 0.3s;}



.about_content_4{background: #f5f6f8;}
.about_content_4 .title{ position: relative; padding-bottom:36px; margin-bottom: 50px; text-align: center; }
.about_content_4 .title::after{ content: ""; width: 60px; height:3px; bottom: 0; left: 50%; transform: translateX(-50%); background:var(--mc); position: absolute;}
.about_content_4 .title p{ font-family: 'Noto Serif SC'!important; font-size: 48px; line-height: 1; font-weight: normal;color:#eeeeee; text-transform:uppercase}
.about_content_4 .title h2{ font-size: 36px; line-height: 1;font-weight: normal; position: absolute; left: 50%; transform: translateX(-50%); text-align: center; top: 20px;}
.about_content_4 .content{ display: grid; grid-template-columns:repeat(4,1fr); grid-gap: var(--gg); }
.about_content_4 .content .item{ border-radius: 8px; padding: 32px; box-shadow: 0px 10px 20px rgba(0,0,0,0.0); background: rgba(255,255,255,0.5); border: #ececec solid 1px; transition-duration: 0.3s;}
.about_content_4 .content .item .img{ width: 100%; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; margin-bottom: 24px; }
.about_content_4 .content .item .img img{ width: 100%; height: 100%; object-fit: contain; transition-duration: 0.3s; }
.about_content_4 .content .item .name { text-align: center; color: #333; transition-duration: 0.3s;}
.about_content_4 .content .item:hover{ background:rgba(255,255,255,1); box-shadow: 0px 10px 20px rgba(0,0,0,0.05); transform: translateY(-5px)}
.about_content_4 .content .item:hover .name {color: var(--mc); }

.about_content_5 .title{ position: relative; padding-bottom:36px; margin-bottom: 50px; text-align: center; }
.about_content_5 .title::after{ content: ""; width: 60px; height:3px; bottom: 0; left: 50%; transform: translateX(-50%); background:var(--mc); position: absolute;}
.about_content_5 .title p{ font-family: 'Noto Serif SC'!important; font-size: 48px; line-height: 1; font-weight: normal;color:#eeeeee; text-transform:uppercase}
.about_content_5 .title h2{ font-size: 36px; line-height: 1;font-weight: normal; position: absolute; left: 50%; transform: translateX(-50%); text-align: center; top: 20px;}
.about_content_5 .content{ display: grid; grid-template-columns:repeat(6,1fr); grid-gap: var(--gg); }
.about_content_5 .content .item{border-radius: 8px; border:#ececec solid 1px; padding: 12px;}
.about_content_5 .content .item img{ width: 100%;}


.list_projectsdynamic{ background: #f9f9f9;}
.list_projectsdynamic .article-list{ display: grid; grid-template-columns: repeat(3, 1fr); grid-gap:64px var(--gg) ;}
.list_projectsdynamic .article-list .item{ background: #fff; position: relative;border-radius: 4px; overflow: hidden;}
.list_projectsdynamic .article-list .item .img{ overflow: hidden;  aspect-ratio: 10/9; }
.list_projectsdynamic .article-list .item .img img{ width: 100%; height: 100%; object-fit: cover;transition-duration: 0.3s;}
.list_projectsdynamic .article-list .item:hover .img img{ transform: scale(1.1)}
.list_projectsdynamic .article-list .item .info{ padding: 24px;  aspect-ratio: 1; background: rgba(255,255,255,1); position: absolute; height: auto; transition-duration: 0.3s; left: 0px; right: 0px; bottom: -75%; z-index: 1;}
.list_projectsdynamic .article-list .item .info .date{ text-align: left; transition-duration:0.3s;font-size: 16px; color: #666; margin-bottom: 12px;transition-duration: 0.3s;}
.list_projectsdynamic .article-list .item .info h2{ color: #fff; line-height: 1.2; font-weight: bold; margin-bottom: 12px;display: -webkit-box;  -webkit-line-clamp:1;  -webkit-box-orient: vertical; overflow: hidden;}
.list_projectsdynamic .article-list .item .info h2 a{ line-height: 1.2; font-size: 24px; color: #111;}
.list_projectsdynamic .article-list .item .info .description{ color: #666; line-height: 1.6;display: -webkit-box;  -webkit-line-clamp:2;  -webkit-box-orient: vertical; overflow: hidden;text-overflow: ellipsis;}
.list_projectsdynamic .article-list .item:hover .info h2 a{color:var(--mc);}
.list_projectsdynamic .article-list .item .info .more a{ line-height: 1.2; font-size: 16px; color: #111;}
.list_projectsdynamic .article-list .item:hover .info{background: rgba(0,108,184,0.8); bottom: 0; text-align: center }
.list_projectsdynamic .article-list .item:hover .info .date{ padding-top: 35%; color: #fff; text-align: center;}
.list_projectsdynamic .article-list .item:hover .info h2{ margin-bottom: 16px; display: -webkit-box;  -webkit-line-clamp:4;  -webkit-box-orient: vertical; overflow: hidden;}
.list_projectsdynamic .article-list .item:hover .info h2 a{ color: #fff;}
.list_projectsdynamic .article-list .item:hover .info .more a{  line-height: 1.2; display: inline-block; font-size: 16px; color: #111; background:rgba(255,255,255,1); padding: 12px 24px;}
.list_projectsdynamic .article-list .item:hover .info .more a:hover{ background: #fff; margin:0 auto; }


.show_publicbenefit{ background: #f9f9f9}
.show_publicbenefit .box{ background: #fff; border: 1px solid #ececec; padding: 48px;}
.show_publicbenefit .title{ position: relative; }
.show_publicbenefit .title{ text-align: center; font-weight: 500; font-size: 32px; line-height: 1.2; }
.show_publicbenefit .info{margin-bottom: 32px; border-bottom: #ececec 1px solid; padding-bottom: 24px; text-align: center;}

.show_publicbenefit .html{ margin-bottom: 30px;}
.show_publicbenefit .html h3{ font-size: 24px; font-weight: bold; margin-bottom: 12px; padding-top: 24px;}
.show_publicbenefit .html p {line-height: 1.8; margin: 0 0 10px}
.show_publicbenefit .html p:has(> img) {display: flex;gap: 12px;align-items: stretch; }
.show_publicbenefit .html p img {display: block;width: 100%;height: 100%;object-fit: cover; object-position: center; max-width: 100%;}
.show_publicbenefit .html p img:only-child {height: auto;max-height: 600px;width: auto;margin: 0 auto;}
.show_publicbenefit .html p img:not(:only-child) {flex: 1;min-width: 0;}

.show_publicbenefit .html table {border-collapse: collapse;width: 100%; margin-top: 20px;}
.show_publicbenefit .html table td {padding:12px;font-size: 16px;color: #333;border: 1px solid #ececec;}
.show_publicbenefit .html table tr:nth-child(2n) {background: #f5f5f5}
.show_publicbenefit .html table td p{ margin: 0;}

.show_publicbenefit .other{ border-top:#ddd solid 1px; padding-top:30px;}
.show_publicbenefit .other p{ margin-bottom:10px; color:#333;}
.show_publicbenefit .other p a{ color:#333; }
.show_publicbenefit .other p a:hover{color:var(--mc);}
.show_publicbenefit .other p.left{text-align: left;}
.show_publicbenefit .other p.right{text-align: left;}



.list_news{ background: #f9f9f9}
.list_news .article-list .item { background: #fff; padding: 40px; display: grid; grid-template-columns: 360px auto; grid-gap: 32px; margin-bottom: 24px; }
.list_news .article-list .item .img{ overflow: hidden; aspect-ratio: 16/10; border-radius: 4px; }
.list_news .article-list .item .img img{ width: 100%; height: 100%; object-fit: cover; transition-duration: 0.3s;}
.list_news .article-list .item .img:hover img{ transform: scale(1.1)}
.list_news .article-list .item .info .date{ font-size: 16px; color:#666; margin-bottom: 6px;}
.list_news .article-list .item .info h2{ line-height: 1.2; margin-bottom: 12px;}
.list_news .article-list .item .info h2 a{ line-height: 1.2; font-size: 24px; color: #111;}
.list_news .article-list .item .info .description{ color: #666; line-height: 1.6 ; margin-bottom: 24px; display: -webkit-box;  -webkit-line-clamp:2;  -webkit-box-orient: vertical; overflow: hidden;text-overflow: ellipsis;}
.list_news .article-list .item:hover .info h2 a{color:var(--mc);}
.list_news .article-list .item .info .more a{  line-height: 1.2; display: inline-block; border: #ddd solid 1px; font-size: 16px; color: #666; background:rgba(255,255,255,1); padding: 12px 24px; transition-duration: 0.3s}
.list_news .article-list .item .info .more a:hover{ background: #fff; margin:0 auto; border: var(--mc) solid 1px; color: var(--mc); }


.list_contact{ background:url("../images/index_21.png") no-repeat center top; background-size: cover;}
.list_contact .info{ border: 1px solid #ececec; padding: 80px; background: #fff; box-shadow:0px 10px 20px rgba(0,0,0,0.05); margin-bottom: 40px;}
.list_contact .info h2{ font-size: 36px;font-weight:bold;position: relative;padding-bottom:32px; margin-bottom: 32px; line-height: 1; }
.list_contact .info h2::after{ content: ""; width: 50px; height:3px; bottom: 0; left: 0px;background:#13518E; position: absolute;}
.list_contact .info ul{ display: grid; grid-template-columns: repeat(2,1fr); grid-gap:20px 50px;}
.list_contact .info ul li{ display: grid; grid-template-columns: 46px auto; grid-gap: 12px; align-items: center;}
.list_contact .info ul li i{ border-radius: 32px; width: 44px; height: 44px; border:#ececec solid 1px; display: flex; justify-content: center; align-items: center; font-size: 24px; color: var(--mc); }
.list_contact #container{ width: 100%; height: 520px;  border: 1px solid #ececec; background: #fff; box-shadow:0px 10px 20px rgba(0,0,0,0.05);}


.amap-logo{ display: none!important;}
.amap-copyright{ display: none!important;}


.contact_content_2 {background: #f5f6f8;}
.contact_content_2 .title{ position: relative; padding-bottom:36px; margin-bottom: 50px; text-align: left; }
.contact_content_2 .title::after{ content: ""; width: 60px; height:3px; bottom: 0; left:0px;  background:var(--mc); position: absolute;}
.contact_content_2 .title p{ font-family: 'Noto Serif SC'!important; font-size: 48px; line-height: 1; font-weight: normal;color:#eeeeee; text-transform:uppercase}
.contact_content_2 .title h2{ font-size: 36px; line-height: 1;font-weight: normal; position: absolute; left: 0px;  text-align: center; top: 20px;}
.contact_content_2 .content{ position: relative}
.contact_content_2 .content .layui-form-label{ display: block; width: 100%; padding: 0; text-align: left; color:#666;float: none; margin-bottom: 12px;}
.contact_content_2 .content .layui-input-block{ margin-left: 0;}
.contact_content_2 .content .row{ display: grid; grid-template-columns: repeat(4,1fr); grid-gap: var(--gg); margin-bottom: 24px;}
.contact_content_2 .content .row-button{ display: grid; grid-template-columns: 3fr 1fr; grid-gap: 96px; align-items: center;}


.contact_content_3 .title{ position: relative; padding-bottom:36px; margin-bottom: 50px; text-align: left; }
.contact_content_3 .title::after{ content: ""; width: 60px; height:3px; bottom: 0; left:0px;  background:var(--mc); position: absolute;}
.contact_content_3 .title p{ font-family: 'Noto Serif SC'!important; font-size: 48px; line-height: 1; font-weight: normal;color:#eeeeee; text-transform:uppercase}
.contact_content_3 .title h2{ font-size: 36px; line-height: 1;font-weight: normal; position: absolute; left: 0px;  text-align: center; top: 20px;}
.contact_content_3 .content{ position: relative; display: grid; grid-template-columns: repeat(3,1fr); grid-gap: var(--gg);}
.contact_content_3 .content .item{ border-radius: 8px; border: #ddd solid 1px; padding: 32px;}

.contact_content_3 .content .item .name{ font-weight: normal; font-size: 32px; color: #111;}
.contact_content_3 .content .item .info h3{ font-weight: normal; font-size: 24px; color: #333;}





.show_news{ background: #f9f9f9;}
.show_news .pagewidth{ position: relative; display: grid; grid-template-columns: 80% auto; grid-gap: 32px;align-items: flex-start; }
.show_news .content{background: #fff; border: #ececec solid 1px; padding: 40px; }
.show_news .side{background: #fff; border: #ececec solid 1px; padding: 24px;}
.show_news .side h2{ margin-bottom: 12px; font-size: 24px; color: #111;}
.show_news .side .item{ margin-bottom: 12px; padding-bottom: 12px; border-bottom: #ececec solid 1px;}
.show_news .side .item h3{ line-height: 1.2; margin-bottom: 6px;}
.show_news .side .item h3 a{ color: #333; font-size: 16px; line-height: 1.2;}
.show_news .side .item h3 a:hover{ color:var(--mc); }
.show_news .side .item p.date{ font-size: 16px; color: #666;}
.show_news .side .item:last-child{ margin-bottom: 0; border-bottom: none; padding-bottom: 0;}
.show_news .title{ position: relative; }
.show_news .title{ text-align: center; font-weight: 500; font-size: 32px; line-height: 1.2; margin-bottom: 12px; }
.show_news .info{margin-bottom: 32px; border-bottom: #ececec 1px solid; padding-bottom: 24px; text-align: center;}

.show_news .html{ margin-bottom: 30px;}
.show_news .html h3{ font-size: 24px; font-weight: bold; margin-bottom: 12px; padding-top: 24px;}
.show_news .html p {line-height: 1.8; margin: 0 0 10px}
.show_news .html p:has(> img) {display: flex;gap: 12px;align-items: stretch; }
.show_news .html p img {display: block;width: 100%;height: 100%;object-fit: cover; object-position: center; max-width: 100%;}
.show_news .html p img:only-child {height: auto;max-height: 600px;width: auto;margin: 0 auto;}
.show_news .html p img:not(:only-child) {flex: 1;min-width: 0;}

.show_news .html table {border-collapse: collapse;width: 100%; margin-top: 20px;}
.show_news .html table td {padding:12px;font-size: 16px;color: #333;border: 1px solid #ececec;}
.show_news .html table tr:nth-child(2n) {background: #f5f5f5}
.show_news .html table td p{ margin: 0;}

.show_news .other{ border-top:#ddd solid 1px; padding-top:30px;}
.show_news .other p{ margin-bottom:10px; color:#333;}
.show_news .other p a{ color:#333; }
.show_news .other p a:hover{color:var(--mc);}
.show_news .other p.left{text-align: left;}
.show_news .other p.right{text-align: left;}

.list_culture .item{ display: grid; grid-template-columns: 70% auto; align-items: center;}
.list_culture .item .img img{  width: 100%;}
.list_culture .item .info{ padding: 100px; padding-bottom: 140px;}
.list_culture .item .info p{ font-size: 20px; color: var(--mc); }
.list_culture .item .info h3{ font-size: 36px; font-weight: bold; border-bottom: var(--mc) solid 4px; line-height: 1; margin-bottom: 24px; padding-bottom: 24px; }
.list_culture .item .info h4 p{ font-size: 22px; font-weight: normal; color: #111; line-height: 1.2}

.list_culture .item:nth-child(2n){ grid-template-columns: auto 70% ;}
.list_culture .item:nth-child(2n) .img{order: 2;}
.list_culture .item:nth-child(2n) .info{order: 1;}


.list_message { display: grid; grid-template-columns: repeat(2, 1fr); align-items: center;}
.list_message .img{ height:720px;}
.list_message .img img{ width: 100%; height: 100%;object-fit: cover; }
.list_message .content{ width: calc(var(--width) / 2 - 80px); padding-left: 80px;}
.list_message .content h2{ font-size: 36px;font-weight:bold;position: relative;padding-bottom:24px; margin-bottom: 32px; }
.list_message .content h2::after{ content: ""; width: 50px; height:3px; bottom: 0; left: 0px;background:#13518E; position: absolute;}
.list_message .content .layui-btn{ padding-left: 100px; padding-right: 100px; background: var(--mc)}
.list_message .content .layui-form-checked[lay-skin=primary]>i{ background: var(--mc); }
.list_message .content .layui-form-checkbox[lay-skin=primary]:hover>i{border: var(--mc) solid 1px;}
.list_message .content .layui-form-checked[lay-skin=primary]>i{border: var(--mc) solid 1px;}



.list_job .tab{ background: var(--mc); margin-bottom: 12px;}
.list_job .tab ul{ display: grid; grid-template-columns: 20% 20% 20% 20% 20%; align-items: center; padding:16px 24px;}
.list_job .tab ul li{ color: #fff; font-size: 16px;}
.list_job .layui-collapse{ border:none}
.list_job .layui-colla-item { border: #ececec solid 1px!important; margin-bottom: 12px;}


.list_job .layui-colla-title{ display: grid; grid-template-columns: 20% 20% 20% 20% 20%; align-items: center; padding: 24px;}
.list_job .layui-colla-title .layui-icon { position: absolute!important; right: 20px!important; left: auto!important; background: var(--mc); margin-top:-18px!important; width: 36px; height: 36px; border-radius: 20px; display:flex; justify-content: center; align-items: center; color: #fff;}
.list_job ..layui-colla-item.layui-show .layui-colla-icon{}

.list_job .layui-colla-title h2{ font-size: 24px; font-weight: bold;}
.list_job .layui-colla-title span{ font-size: 16px;}

.list_job .layui-colla-content{ padding: 24px; }



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

}

@media screen and (max-width: 1600px) {
    .padding{ padding-top:120px; padding-bottom:120px;transition-duration: 0.3s; }
    .main_padding{ padding-top:80px; padding-bottom:100px;transition-duration: 0.3s; }
    .index_banner .swiper-slide .info h3{ font-size: 60px;}
    .index_about .pagewidth .title h2{ font-size: 40px;}
    .index_about .pagewidth .content p:last-child{ margin-bottom: 0;}
    .index_case .title h2{ font-size: 40px;}
    .index_news .pagewidth .title h2{ font-size: 40px;}
    .index_about .pagewidth .title{ margin-bottom: 48px;}
    .index_about .pagewidth .more{ padding-top: 48px;}
    .list_case .pagewidth .article-list .item .info h3{ font-size: 20px;}
    .list_projectsdynamic .article-list .item .info h2 a{ font-size: 20px;}
    .list_projectsdynamic .article-list .item .info{ bottom: -70%; }
    .list_news .article-list .item .info h2 a{ font-size: 20px;}
    .list_job .layui-colla-title h2{ font-size: 20px;}

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

.detail_menu{ top: 93px;}
}
@media screen and (max-width: 1280px) {
    .header .pc_menu a{ padding-left: 20px; padding-right: 20px;}
    .about_content_2 .pagewidth .content .img img{ width: 100%}
    .about_content_3 .swiper-slide .img{ height: 360px;}
    .list_culture .item .info{ padding: 80px; padding-bottom: 120px;}
    .list_contact .info{ padding: 60px;}
    .list_message .content{calc(var(--width) / 2 - 60px); padding-left: 60px;}

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


}
@media screen and (max-width: 720px) {
    .padding{ padding-top: 60px; padding-bottom: 60px;}
    .index_banner .swiper{ height: 50vh}
    .index_banner .swiper-slide .info{ left: 20px; right: 20px; transform: translateY(-50%);}
    .index_banner .swiper-slide .info h3{ font-size: 32px;}
    .index_about{ padding-bottom: 200px;}
    .index_about .pagewidth{ display: block;}
    .index_about .pagewidth .info{ padding-left: 0;}
    .index_about .pagewidth .more{ grid-gap: 12px; padding-top: 20px; padding-bottom: 30px;}
    .index_about .pagewidth .more span{ font-size: 14px;}
    .index_about{ background-size:150% auto!important; background-repeat: no-repeat!important; background-position: bottom left!important;}
    .index_about .pagewidth .title h2{ font-size: 24px;}
    .index_about .pagewidth .title p{ font-size: 16px;}
    .index_case .caseswiper2 .swiper-slide .info{ width: auto; left: 20px; right: 20px; transform: translateY(-50%); padding: 24px;}
    .index_case .caseswiper2 .swiper-slide .info h2{ font-size: 24px;}
    .index_case .caseswiper { display: none}
    .index_news .pagewidth .row{ display: block;}
    .index_case .pagewidth h2{ font-size: 24px;}
    .index_case .pagewidth p{ font-size: 16px;}
    .index_news .pagewidth .title h2{ font-size: 24px;}
    .index_news .pagewidth .title p{ font-size: 16px;}
    .index_news .pagewidth .box{ grid-template-columns: repeat(1,1fr);}

    .detail_banner .pagewidth{height: 320px;}
    .detail_banner .text h1{ font-size: 24px; margin-bottom: 10px;}
    .detail_banner .text h2{ font-size: 16px;}
    .about_content_1 .content{ grid-template-columns: repeat(1,1fr); grid-gap: 40px;}
    .about_content_1 .content .text .title h2{ font-size: 32px;}
    .about_content_1 .content .img .number{ position: initial; display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 10px; width: auto;}
    .about_content_1 .content .img .number .item:nth-last-child(2){ margin-bottom: 0; padding-bottom: 0; border-bottom: none}
    .about_content_1 .content .img img{ height: auto}
    .about_content_3 .title h2{ font-size: 32px;}
    .about_content_3 .swiper-slide .img img{ height: 360px;}

    .list_case .pagewidth .article-list{grid-template-columns: repeat(1,1fr);}
    .show_case .content{ padding-bottom: 0;margin-bottom: 0px;}
    .show_case .content{width: auto}
    .show_case .box{ border: none; padding: 0; background: none;}
    .show_case .item .img{ display: none}
    .show_case .other { display: block; background: none; padding: 0;}
    .show_case .other .left{ margin-bottom: 20px;}
    .show_case .other .right .info{ text-align:left; display: block}
    .show_case .other .right{ justify-content: left}
    .show_case .title h1{font-size: 24px; }
    .list_projectsdynamic .article-list{grid-template-columns: repeat(1,1fr);}
    .list_projectsdynamic .article-list .item .info{ bottom: 60%;}
    .show_publicbenefit .box{ border: none; padding: 0; background: none;}
    .show_publicbenefit .title{font-size: 24px; margin-bottom: 20px; }

    .show_publicbenefit .html p:has(> img) {display: block;gap: 12px;align-items: stretch; }
    .show_publicbenefit .html p img {display: block;width: 100%;height: 100%;object-fit: cover; object-position: center; max-width: 100%;}
    .show_publicbenefit .html p img:only-child {height: auto;max-height: 600px;width: auto;margin: 0 auto;}
    .show_publicbenefit .html p img:not(:only-child) {flex:initial;min-width: 0;}
    .show_publicbenefit .html table td{ font-size: 14px;}
    .show_publicbenefit .html h3{ font-size: 18px;}
    .list_news .article-list .item{ display: block}
    .list_news .article-list .item{ padding: 20px;}
    .list_news .article-list .item .img{ margin-bottom: 20px;}
    .show_news .pagewidth{ display: block;}
    .show_news{ background: #fff;}
    .show_news .content{ border: none; padding: 0; background: none;}
    .show_news .title{ font-size: 24px;}
    .main_padding{ padding-top: 40px; padding-bottom: 80px;}
    .list_culture .item .info{ padding:24px!important; padding-bottom: 24px;}
    .list_culture .item{  display: block; margin-bottom: 30px;}
    .list_culture .item .info p{ font-size: 14px;}
    .list_culture .item .info h3{ font-size: 24px;}
    .list_culture .item .info h4 p{ font-size: 16px;}
    .list_culture .item .info h3{ border-bottom: var(--mc) solid  2px;}
    .detail_menu ul li a{ padding-left: 20px; padding-right: 20px;}
    .list_contact{ background: #fff;}
    .list_contact .info ul{ grid-template-columns: repeat(1,1fr); grid-gap: 12px;}
    .list_contact .info{ border: none; padding: 0; background: none; box-shadow: none;}
    .list_contact .info h2{ font-size: 24px;}
    .list_contact .info ul li i{ height: 32px; width: 32px; font-size: 16px;}
    .list_contact .info ul li{ grid-template-columns: 34px auto; grid-gap: 10px;line-height: 1.2}
    .list_message .img{ display: none}
    .list_message .content{ padding-left: 0; padding: 20px;}
    .list_message .content h2{ font-size: 24px;}
    .list_message{  display: block}
    .list_message .content .layui-btn{ width: 100%; display: block!important;}
    .list_job .tab ul{ display: none}
    .list_job .layui-colla-title{  display: block; padding-right: 80px;}
    .layui-colla-title{ height: auto!important; line-height: 1.6!important;}
    .list_job .layui-colla-title span{ font-size: 14px; margin-right: 10px; display: inline-block;}

}

/*小尺寸手机*/
@media screen and (max-width: 320px) {

}
/*横屏*/
@media all and (orientation : landscape) {}
/*竖屏*/
@media all and (orientation : portrait){}









