@charset "UTF-8";
@media (max-width: 1200px) {
  .header .nav li {
    margin-right: 0.35rem;
  }
}

@media (min-width: 981px) {
  .header.fix {
    backdrop-filter: blur(0.2rem);
  }
  .footer .navlist li .fold {
    display: none;
  }
  .footer .navlist li .dropdown {
    display: block !important;
  }
  .linian .list > ul > li:nth-child(2n) .grid {
    flex-direction: row-reverse;
  }
  .linian .list > ul > li:nth-child(2n) .fitImg3 {
    margin-left: 0;
  }
  .linian .list > ul > li:nth-child(2n) .info {
    padding: 0.3rem 0.5rem 0 0;
  }
  .standard li:nth-child(2n) .grid {
    flex-direction: row-reverse;
  }
  .standard li:nth-child(2n) .info {
    padding: 0.3rem 0 0 0.5rem;
  }
  .news .list2 li .item .item-date2 {
    display: none;
  }
  .hezuo .hz2 .list {
    padding-top: 0.7rem;
  }
  .hezuo .hz2 .list li:nth-child(2) {
    margin-top: 0rem;
  }
  .hezuo .hz2 .list li:nth-child(3) {
    margin-top: 0.4rem;
  }
  .hezuo .hz2 .list li:nth-child(4) {
    margin-top: 0.3rem;
  }
  .news-side .wrap {
    position: sticky;
    top: 0.9rem;
    z-index: 2;
  }
  .shengtai .st1 .dd:nth-child(2n) .grid {
    flex-direction: row-reverse;
  }
  .shengtai .st1 .dd:nth-child(2n) .pic {
    margin-left: 0;
  }
  .shengtai .st1 .dd:nth-child(2n) .info {
    padding: 0 0.2rem 0 0;
  }
}

.scrollto {
  padding-top: 0.8rem;
  margin-top: -0.8rem;
}

@media (max-width: 980px) {
  .scrollto {
    padding-top: 0.5rem;
    margin-top: -0.5rem;
  }
  .headerm {
    padding: 0 15px;
    position: relative;
    height: 55px;
    z-index: 23;
  }
  .headerm .logo {
    margin-top: 0.05rem;
  }
  .headerm .logo img {
    width: 2rem;
  }
  .headerm .menuBtn {
    margin-top: -2px;
  }
  .header {
    padding: 0 !important;
  }
  .header.fix .headerm, .header.open .headerm {
    background: #118de2;
  }
  .header.fix .menuBtn b, .header.open .menuBtn b {
    background: #fff;
  }
  .big-nav {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -100%;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    height: auto;
    width: 100%;
    overflow-y: auto;
  }
  .big-nav .scroll {
    width: 100%;
    position: fixed;
    top: 55px;
    z-index: 22;
    background: #fff;
    padding-bottom: 0.15rem;
    height: 100%;
    overflow-y: auto;
  }
  .big-nav .scroll::-webkit-scrollbar {
    width: 0;
    height: 5px;
  }
  .big-nav .scroll li {
    width: 100%;
    text-align: left;
    padding-top: 0;
    border-bottom: rgba(51, 51, 51, 0.1) solid 1px;
  }
  .big-nav .scroll li a {
    color: #999;
    font-size: 0.22rem;
    padding: 0.18rem 15px;
    position: relative;
    display: block;
  }
  .big-nav .scroll li .v1::after {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.25rem;
    text-align: center;
    right: 18px;
    font-size: 0.18rem;
    font-family: "iconfont" !important;
    content: "\e613";
    z-index: 2;
    font-weight: bold;
    color: #666;
    transition: 0.3s;
  }
  .big-nav .scroll li .v2 {
    padding: 0 15px 5px 20px;
    display: none;
  }
  .big-nav .scroll li .v2 li {
    width: 100%;
  }
  .big-nav .scroll li .v2 li a {
    display: block;
    padding: 10px 0;
    color: #999;
    font-size: 0.21rem;
  }
  .big-nav .scroll li .v2 li:last-child {
    border-bottom: 0;
  }
  .big-nav .scroll li .v2 li:hover a {
    color: #0055a2;
  }
  .big-nav .scroll li.on a {
    color: #0055a2;
  }
  .big-nav .scroll li.on .v1::after {
    content: "\e632";
  }
  .navShow .headerm .navbtnm i:before {
    content: "\e6e9";
    color: #333;
  }
  .navShow .big-nav {
    opacity: 1;
    visibility: visible;
    right: 0;
  }
  /* footer */
  .footer {
    padding-top: 0.85rem;
  }
  .footer::after {
    height: 86%;
  }
  .footer .ft1 {
    padding-bottom: 0.4rem;
  }
  .footer .ft1 .col1 {
    width: 100%;
  }
  .footer .ft1 .col1 .logo {
    margin-bottom: 0.25rem;
  }
  .footer .ft1 .col1 .logo img {
    width: 1.8rem;
  }
  .footer .ft1 .col1 .lxfs li {
    margin: 0.06rem 0;
  }
  .footer .ft1 .col2 {
    margin: 0;
    padding: 0.25rem 0;
  }
  .footer .ft1 .col2 .navlist > li {
    width: 100%;
    margin-bottom: 0.06rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer .ft1 .col2 .navlist > li .item-tit {
    padding: 0.15rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer .ft1 .col2 .navlist > li .item-tit .fold {
    margin-right: 0.05rem;
  }
  .footer .ft1 .col2 .navlist > li .tit {
    margin-bottom: 0;
  }
  .footer .ft1 .col2 .navlist > li .dropdown {
    display: none;
    padding-bottom: 0.12rem;
  }
  .footer .ft1 .col2 .navlist > li .dropdown li {
    margin-bottom: 0.14rem;
  }
  .footer .ft1 .col2 .navlist > li.on .item-tit .fold i::before {
    content: "\e632";
  }
  .footer .ft1 .col3 {
    width: 100%;
    margin-top: 0;
  }
  .footer .ft1 .col3 li {
    width: auto;
    text-align: center;
    margin: 0 0.3rem 0 0;
  }
  .footer .ft1 .col3 li img {
    width: 1.2rem;
  }
  .footer .ft1::after {
    content: "";
    width: 3.25rem;
    height: 0.8rem;
  }
  .footer .ft2 {
    text-align: center;
  }
  .footer .ft2 .copyright,
  .footer .ft2 .policy,
  .footer .ft2 .beian {
    width: 100%;
  }
  .footer .ft2 .policy {
    margin: 0.06rem 0;
  }
  .footer .ft2 .policy a {
    margin: 0 0.1rem;
  }
  section.section {
    padding: 0.5rem 0;
    height: auto !important;
  }
  section.section .fp-tableCell {
    height: auto !important;
  }
  .g-type .txt1 {
    margin-bottom: 0;
  }
  .g-type .txt2 {
    margin: -0.05rem 0 0.02rem 0;
  }
  .vmore a {
    padding: 0 0.15rem;
    border-radius: 0.15rem 0 0.15rem;
  }
  .page1 {
    padding: 0 !important;
  }
  .page1 .slide-txt {
    padding: 1.5rem 0 1.8rem;
  }
  .page1 .slide-txt .txt1 img {
    width: 3.5rem;
  }
  .page1 .slide-txt .txt2 {
    margin: 0.15rem 0 0.5rem;
  }
  .page1 .swp-jt .jt {
    display: none;
  }
  .page1 .swp-jt .swiper-pagination-custom {
    right: 15px;
    bottom: 0.3rem;
  }
  .page2 {
    padding-bottom: 0.65rem !important;
  }
  .page2 .info {
    margin-bottom: 0.4rem;
  }
  .page2 .info .g-type {
    padding-right: 0;
  }
  .page2 .info .g-type .txt2 {
    margin: 0 0 0.1rem 0;
  }
  .page2 .info .step {
    margin: 0.4rem 0;
    font-size: 0.18rem;
  }
  .page2 .info .step ul {
    padding-right: 0;
  }
  .page2 .info .step ul li {
    padding-top: 0.25rem;
  }
  .page2 .pic {
    padding-top: 0.2rem;
  }
  .page2 .pic .txt1 {
    width: 3.5rem;
  }
  .page2 .pic .txt2 {
    width: 2.6rem;
    height: 1.5rem;
    bottom: -0.35rem;
  }
  .page2 .pic .txt2 .num {
    margin: -0.15rem 0 -0.06rem;
  }
  .page3 .slides {
    padding-right: 0;
    margin: -0.4rem 0;
  }
  .page3 .mgrid {
    flex-direction: column-reverse;
  }
  .page3 .list {
    margin-top: 0.35rem;
  }
  .page3 .list li .item .item-cont {
    line-height: 1.5;
  }
  .page4 {
    background-position: bottom 0.8rem center;
  }
  .page4 svg {
    height: 2rem;
  }
  .page4 .slides {
    padding-top: 0;
    margin: 0 0 0.3rem;
  }
  .page4 .slides ul {
    gap: 0.2rem;
    padding-right: 0.15rem;
  }
  .page4 .slides li:nth-child(2) {
    width: 2rem;
  }
  .page4 .slides li:nth-child(3) {
    width: 3rem;
  }
  .page4 .wrap .g-type {
    position: unset;
  }
  .page4 .wrap .g-type .cont {
    width: 100%;
  }
  .page5 .g-type {
    padding: 0 15px;
  }
  .page5 .slides .jt.prev {
    left: 28%;
  }
  .page5 .slides .jt.next {
    right: 28%;
  }
  .page7 {
    padding: 0 !important;
  }
  .inner-slide {
    padding: 2rem 0;
  }
  .inner-slide .slide-txt .cn::after {
    width: 0.5rem;
  }
  .subcat {
    padding: 0 0.2rem;
    margin: 0.2rem 0 0.4rem;
  }
  .subcat ul li a {
    padding: 0.12rem 0;
  }
  .subcat2 ul li {
    margin: 0 0.08rem;
  }
  .suyuan .sy1 .pic {
    margin-left: 0.23rem;
  }
  .suyuan .sy1 .info {
    padding-left: 0;
  }
  .suyuan .sy1 .info .tabs li {
    margin-right: 0.35rem;
    padding-bottom: 0.03rem;
  }
  .suyuan .sy1 .info .tabs li.active {
    font-size: 0.24rem;
  }
  .suyuan .sy2 {
    padding: 0.5rem 0;
  }
  .suyuan .sy2 .sy2-tit {
    margin-bottom: 0.15rem;
  }
  .suyuan .sy2 .list .item .fitImg2 {
    height: auto !important;
  }
  .suyuan .sy2 .list .item.item1 .fitImg2 {
    padding-top: 148%;
  }
  .suyuan .sy2 .list .item.item2 {
    margin-top: -0.1rem;
  }
  .suyuan .sy2 .list .item.item2 .fitImg2 {
    padding-top: 41.8%;
  }
  .suyuan .sy2 .list .item.item3 .fitImg2 {
    padding-top: 75.1%;
  }
  .mask-pic2 {
    margin-left: 0.3rem;
    width: 88%;
  }
  .standard .list > ul > li {
    margin-bottom: 0.25rem;
  }
  .standard .list > ul > li .item .info {
    padding-top: 0;
  }
  .standard .list > ul > li .item .cont ul li {
    margin: 0.15rem 0;
    line-height: 1.5;
  }
  .standard .list > ul > li .item .pic {
    margin-top: 0.2rem;
  }
  .case .list li {
    margin-bottom: 0.25rem;
  }
  .pages {
    padding: 0.45rem 0;
  }
  .search {
    width: 100%;
    margin-top: 0.2rem;
  }
  .search button {
    height: 0.5rem;
  }
  .news .filter .tree-list {
    width: 100%;
  }
  .news .filter .tree-list li {
    margin: 0 0.1rem 0.1rem 0;
  }
  .news .filter .tree-list li a {
    padding: 0.15rem 0.2rem;
  }
  .news .list2 li {
    margin-bottom: 0.2rem;
  }
  .news .list2 li .item .item-pic {
    width: 100%;
  }
  .news .list2 li .item .item-info {
    margin: 0.2rem 0;
  }
  .news .list2 li .item .item-info .desc {
    margin: 0.15rem 0;
  }
  .news .list2 li .item .item-date2 {
    margin: 0.1rem 0;
    display: flex;
    align-items: center;
    color: #999;
  }
  .news .list2 li .item .item-date2 i {
    font-size: 0.22rem;
    margin-right: 0.1rem;
  }
  .news .list2 li .item .item-date {
    display: none;
  }
  .meiti2 {
    padding-bottom: 0.5rem;
  }
  .meiti2 .mt1 {
    margin-bottom: 0.5rem;
  }
  .meiti2 .mt1 .cont .col1 {
    width: 100%;
  }
  .meiti2 .mt1 .cont .col1 .item .box2 {
    bottom: 0.1rem;
    padding: 0.1rem;
  }
  .meiti2 .mt1 .cont .col2 {
    width: 100%;
    margin: 0.25rem 0 0 0;
  }
  .meiti2 .mt1 .cont .col2 .box2 {
    margin-top: 0.2rem;
  }
  .meiti2 .mt2 .list li .item .item-txt .attr {
    flex-direction: column;
    align-items: flex-start;
  }
  .meiti2 .mt2 .list li .item .item-txt .attr img {
    width: 0.25rem;
    margin-right: 0.06rem;
  }
  .meiti2 .mt2 .list li .item .item-txt .attr .nandu {
    width: 100%;
    padding-left: 0;
    margin-top: 0.06rem;
  }
  .meiti2 .mt2 .list li .item .item-txt .attr .nandu::before {
    display: none;
  }
  .meiti2 .mt2 .list .item2 {
    margin: 0.25rem 0;
  }
  .meiti2 .mt2 .list .item2 .fitImg3 {
    display: none;
  }
  .meiti2 .mt2 .list .item2 .item-txt {
    position: unset;
    padding: 0.35rem;
  }
  .meiti2 .mt2 .list .item2 .item-txt .btn {
    margin-top: 0.65rem;
  }
  /* 联系我们 */
  .contact .lx1 {
    padding: 0.5rem 0 0.7rem;
  }
  .contact .lx1 .map {
    margin-top: 0.5rem;
  }
  .contact .lx2 {
    padding-bottom: 0.65rem;
    background-size: auto 35%;
  }
  .contact .lx2 .g-type2 {
    padding: 0.7rem 0 0.7rem;
  }
  .contact .lx2 .list li {
    margin-bottom: 0.8rem;
  }
  .contact .lx2 .list li:last-child {
    margin-bottom: 0;
  }
  .contact .lx2 .list li .item .icon span {
    width: 1rem;
    height: 1rem;
  }
  .contact .lx2 .list li .item .icon span img {
    width: 0.6rem;
  }
  .hz-type {
    margin-bottom: 0.3rem;
  }
  .hezuo .hz1 {
    padding-bottom: 0.5rem;
  }
  .hezuo .hz1 .list li:nth-child(1) {
    width: 25%;
  }
  .hezuo .hz1 .list li:nth-child(3) {
    width: 25%;
  }
  .hezuo .hz1 .list .info {
    position: unset;
    margin: 0.25rem auto;
    padding: 0.4rem;
    line-height: 1.8;
    background-size: 0.45rem 0.35rem;
  }
  .hezuo .hz1 .list2 {
    padding: 0;
  }
  .hezuo .hz2 .list {
    background: none;
  }
  .hezuo .hz2 .list li {
    margin: 0.25rem 0;
  }
  .hezuo .hz3 .jts {
    padding: 0.5rem 0;
  }
  .hezuo .hz4 {
    background-size: auto 30%;
    padding-bottom: 0.65rem;
  }
  .hezuo .hz4 .cont {
    padding: 0.25rem;
  }
  .hezuo .hz4 .cont .col1 {
    width: 100%;
  }
  .hezuo .hz4 .cont .col1 .tel {
    padding: 0.15rem 0.6rem 0.15rem 0.15rem;
  }
  .hezuo .hz4 .cont .col2 {
    padding: 0.35rem 0 0 0;
  }
  .hezuo .hz4 .cont .col2 .form .getcode .yzm {
    width: 1.5rem;
  }
  .hezuo .hz4 .cont .col2 .form .btn {
    margin-top: 0.2rem;
  }
  .qudao .qd1 {
    padding-bottom: 0.5rem;
  }
  .qudao .qd2 {
    background-size: auto 40% !important;
  }
  .qudao .qd2 .box1 {
    margin-bottom: 0.4rem;
  }
  .qudao .qd2 .box1 li {
    margin: 0.15rem 0;
  }
  .qudao .qd2 .box1 .item .icon {
    margin-right: 0.2rem;
    width: 0.8rem;
  }
  .qudao .qd2 .box2 .col1 {
    width: 100%;
    border-radius: 0.2rem 0.2rem 0 0;
    padding: 0.35rem;
  }
  .qudao .qd2 .box2 .col1 .desc {
    margin-top: 0.1rem;
  }
  .qudao .qd2 .box2 .col1 .list {
    margin-top: 0.5rem;
  }
  .qudao .qd2 .box2 .col2 {
    padding: 0.35rem;
  }
  .qudao .qd2 .box2 .col2 li {
    padding: .1rem .1rem .1rem .15rem;
    border-radius: .1rem;
  }
  .qudao .qd2 .box2 .col2 li .label {
    flex-shrink: 0;
    width: auto;
  }
  .qudao .qd2 .box2 .col2 .btn {
    margin-top: 0.25rem;
  }
  .qudao .qd2 .box2 .col2 .btn button {
    padding: 0.18rem 0;
  }
  .qudao .qd3 {
    margin: 0.5rem 0;
  }
  .qudao .qd3 .item .icon span {
    width: 0.8rem;
    height: 0.8rem;
  }
  .qudao .qd3 .item .icon span img {
    width: 0.4rem;
  }
  .qudao .qd3 .item .desc {
    margin-bottom: 0.3rem;
  }
  .qudao .qd3 .item .step .jdt {
    width: 90%;
  }
  .qudao .qd4 {
    margin: 0.5rem 0;
  }
  .qudao .qd4 .list1 {
    padding-right: 0;
    margin-bottom: 0.25rem;
  }
  .show-shop .det1 .info {
    padding: 0.3rem 0 0 0;
  }
  .show-shop .det2 {
    padding-bottom: 0.5rem;
  }
  .show-shop .det2 .side {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .show-shop .det2 .side ul {
    display: flex;
    justify-content: space-between;
    padding: 0.2rem 0.25rem;
  }
  .show-shop .det2 .side ul li {
    margin: 0;
  }
  .show-shop .det2 .side ul li a {
    padding: 0;
  }
  .show-shop .det2 .side ul li a::before {
    display: none;
  }
  .show-shop .det2 .contbox {
    margin-left: 0;
  }
  .news-detail .news-attr .dd {
    width: 100%;
    text-align: center;
    margin: 0.05rem 0 !important;
  }
  .news-detail .contbox .news-key .tit {
    margin-bottom: 0.15rem;
  }
  .news-detail .contbox .news-key .key {
    gap: 0.15rem;
  }
  .news-detail .contbox .news-key .key a {
    padding: 0.08rem 0.15rem;
  }
  .news-detail .contbox .back {
    margin: 0 0 0.35rem;
  }
  .news-detail .contbox .back a {
    padding: 0.25rem 0.3rem;
  }
  .news-detail .news-side {
    width: 100%;
    margin: 0;
  }
  .shengtai .st1 {
    padding: 0.5rem 0;
  }
  .shengtai .st1 .search {
    width: 100%;
    margin-top: 0;
  }
  .shengtai .st1 .search button {
    height: 0.65rem;
  }
  .shengtai .st1 .list1 {
    padding-top: 0.35rem;
  }
  .shengtai .st1 .list1 .dd {
    margin-bottom: 0.5rem;
  }
  .shengtai .st1 .list1 .dd .info {
    padding: 0.2rem 0 0 0.1rem;
  }
  .shengtai .st2 .slides .tabs {
    bottom: 0.25rem;
    gap: 0.1rem;
  }
  .shengtai .st2 .slides .tabs a {
    padding: 0 0.15rem;
    height: 0.5rem;
    border-radius: 0.15rem 0rem 0.15rem 0rem;
  }
  .shengtai .st3 .st3-tit {
    margin-bottom: 0.2rem;
  }
  .shengtai .st3 .list1 li {
    margin-bottom: 0.25rem;
  }
  .shengtai .st3 .cont2 {
    border-radius: 0.2rem;
    margin: 0.15rem 0;
  }
  .shengtai .st3 .cont3 .dd {
    border-radius: 0.2rem;
  }
  .laybox .lay-cont {
    padding: 0.1rem 0.2rem;
  }
  .laybox .box1 {
    margin-bottom: 0;
  }
  .laybox .box1 .pic .bimg {
    border-radius: 0.3rem 0 0.3rem;
  }
  .about .ab1 .box1 .info {
    padding-right: 0;
  }
  .about .ab1 .box1 .pic {
    margin-left: 0.4rem;
  }
  .about .ab1 .box1 .pic .txt1 {
    width: 3rem;
  }
  .about .ab1 .box2 {
    margin: 0.5rem 0;
  }
  .about .ab1 .box2 .item {
    margin: 0.15rem 0;
  }
  .about .ab1 .box2 li:nth-child(2n)::after {
    display: none;
  }
  .about .ab1 .box3 .info2 {
    padding: 0.5rem 0 0 0;
  }
  .about .ab2 .cont .line {
    display: none;
  }
  .about .ab2 .cont .box1 {
    margin-top: 0.4rem;
    position: relative;
  }
  .about .ab2 .cont .box1::after {
    content: "";
    width: 1px;
    height: 80%;
    background: #eee;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50%;
  }
  .about .ab2 .cont .box2 li {
    width: 100%;
    margin: 0.25rem 0;
  }
  .about .ab3 {
    padding: .5rem 0;
  }
  .about .ab3 .slides1 .item {
    padding-top: .35rem;
  }
  .about .ab3 .slides1 .item .year {
    font-size: 1.65rem;
  }
  .about .ab3 .slides2 {
    background-size: 100%;
    height: auto;
    background-position: top .85rem center;
  }
  .about .ab3 .slides2 .wrap {
    padding: 0 .3rem;
  }
  .about .ab3 .wrap {
    padding: 0 .6rem 0 .6rem;
  }
  .about .ab3 .wrap .jt {
    top: 55%;
  }
  .about .ab4 .ab4-pic {
    margin: .6rem 0 .25rem;
  }
  .about .ab4 .ab4-pic img {
    width: 4rem;
  }
  .about .ab4 .ab4-txt {
    font-size: .3rem;
  }
}
