/*nybanner*/

.inbanner{
    height: 460px;
    margin-bottom: 20px;
    background: url(../img/banner04.jpg) no-repeat center;
    position: relative;
    padding-top: 60px
}
.inbanner .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 60px;
    box-sizing: border-box;
}
.inbanner .con {
    color: #fff;
}
.inbanner .con .tit {
    font-size: 50px;
    font-weight: bold;
    font-family: Montserrat;
    line-height: 1.2;
}
.inbanner::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 150px;
    background: url(../img/splitline.svg) no-repeat center bottom;
    background-size: 100% 100%;
}


/*nybannera*/

.inbannera{
    height: 460px;
    margin-bottom: 20px;
    background: url(../img/banner02.jpg) no-repeat center;
    position: relative;
    padding-top: 60px
}
.inbannera .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 60px;
    box-sizing: border-box;
}
.inbannera .con {
    color: #fff;
}
.inbannera .con .tit {
    font-size: 50px;
    font-weight: bold;
    font-family: Montserrat;
    line-height: 1.2;
}
.inbannera::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 150px;
    background: url(../img/splitline.svg) no-repeat center bottom;
    background-size: 100% 100%;
}


/*nybannerb*/
.inbannerb{
    height: 460px;
    margin-bottom: 20px;
    background: url(../img/banner05.jpg) no-repeat center;
    position: relative;
    padding-top: 60px
}
.inbannerb .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 60px;
    box-sizing: border-box;
}
.inbannerb .con {
    color: #fff;
}
.inbannerb .con .tit {
    font-size: 50px;
    font-weight: bold;
    font-family: Montserrat;
    line-height: 1.2;
}
.inbannerb::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 150px;
    background: url(../img/splitline.svg) no-repeat center bottom;
    background-size: 100% 100%;
}


/*nybannerc*/
.inbannerc{
    height: 460px;
    margin-bottom: 20px;
    background: url(../img/banner06.jpg) no-repeat center;
    position: relative;
    padding-top: 60px
}
.inbannerc .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 60px;
    box-sizing: border-box;
}
.inbannerc .con {
    color: #fff;
}
.inbannerc .con .tit {
    font-size: 50px;
    font-weight: bold;
    font-family: Montserrat;
    line-height: 1.2;
}
.inbannerc::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 150px;
    background: url(../img/splitline.svg) no-repeat center bottom;
    background-size: 100% 100%;
}


/*about*/
.commontitle {
    margin-bottom: -50px;
    text-align: center;
}
.commontitle .nam {
    font-size:30px;
    font-weight: bold;
    color:#333;
    text-transform: uppercase;
    font-family: Montserrat;
}
.commontitle .en {
    text-transform: uppercase;
    font-size: 60px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #6c9b30;
    opacity: .3;
}
.prosub {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.prosub .it {
    margin-right: 10px;
    min-width: 14%;
    font-family: Montserrat;
}
.prosub .it .ia {
    display: block;
    border-radius: 10px;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 1px solid #ddd;
    text-decoration: none;
    line-height: 1;
    color: #333;
    box-shadow: 0 5px 5px rgba(21, 0, 212, 0.1);
    background: #fff;
    transition: all .3s;
    text-transform: uppercase;
}
.prosub .it.on .ia {
    background:#6c9b30;
    color: #fff;
}

.aboutbox01 {
    position: relative;
    display: flex;
    margin: 80px 0 50px;
    align-items:flex-start;
}

.aboutbox01 .hd {
    width: 320px;
    font-size: 30px;
    font-weight: bold;
    position: relative;
}
.aboutbox01 .bd {
    flex: 1;
}
.aboutbox01 .bd .con p{margin-bottom: 18px; line-height: 1.6; }
.aboutbox01 .abttt{font-size: 20px;}
.aboutbox01 .abttt:after {
    content: "";
    display: block;
    width: 90px;
    height: 3px;
    background: #6c9b30;
    margin-top: 30px;
}
.aboutbox01 .bd .img {
    margin-top: 40px;
}
.aboutbox01 .bd .img img{
    width: 100%;
    display: block;
}
.aboutccinfo{width: 100%; display: flex; flex-wrap: nowrap; margin-top: 20px;}
.aboutccinfo li{width: 32%; margin-right: 2%; background: #cc3337; color: #fff; font-size: 35px; padding: 35px 28px; box-sizing: border-box; font-weight: bold;}
.aboutccinfo li:last-child{margin-right: 0;}
.aboutccinfo li .abouttitb{font-size: 20px; margin-top: 8px; font-weight: normal;}

/*文化*/
.aboutbox02 {
    background: #e6ecd8;
    padding: 60px 5%;
    color: #fff;
    margin: 50px 0 0;
}
.aboutbox02 .hd {
    text-align: center;
}
.aboutbox02 .hd .nam {
    font-size:35px;
    font-weight: bold;
    margin:12px 0;
    color: #333;
}
.aboutbox02 .hd .txt {
    font-size: 18px;
    line-height: 1.6;
}
.aboutbox02 .bd {
    margin-top:40px;
    overflow: hidden;
}
.aboutbox02 .bd .item {
    flex: 1;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding:50px 30px;
    background:#fff;
    transition: all .3s;
}

.aboutbox02 .bd .item .num {
    font-size: 24px;
    font-weight: bold;
    color: #cc3337;
}
.aboutbox02 .bd .item .txt {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 12px;
}

.natxt{font-size: 15px; text-align: left; line-height: 1.5; margin-top: 15px;}

/*发展历程*/
.aboutbox3{padding: 250px 5% 560px; background:url(../img/cccbg.jpg) no-repeat center bottom #f4f4f4; position: relative;}
.aboutbox3 .hd{
    position: absolute;
    top: 8%;
    left: 40%;
    text-align: left;
    width: 35%;
}


.aboutbox3 .hd .nam {
    font-size:35px;
    font-weight: bold;
    margin:12px 0;
    text-align: left;
}
.aboutbox3 .bd {
    margin-top:40px;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}
.aboutbox3 .bd .item {
    flex: 1;
    text-align: left;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding:20px;
    transition: all .3s;
}

.aboutbox3 .bd .item .num {
    font-size:15px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #cc3337;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.aboutbox3 .bd .item .txt {
    font-size: 15px;
    line-height: 1.3;
    margin-top: 12px;
    background-color: #fff;
    padding: 15px;
    border-radius: 15px;
}

/*优势*/
.aboutbox4{padding: 50px 0;}
.aboutbox4 .hd .nam {
    font-size:35px;
    font-weight: bold;
    margin:12px 0;
    text-align: center;
}
.aboutul4a{padding: 30px 5%; width: 100%; display: flex; flex-wrap: wrap; gap: 30px; box-sizing: border-box; margin-top: 25px;}
.aboutul4a li{ flex: 1; background-color: #fff; padding:30px 40px; box-sizing: border-box; box-shadow: 0px 0px 8px #ccc; display: flex; justify-content: center;}
.aboutul4a li .abouttt{font-size: 22px; margin-left: 20px;}
.aboutbox4 .bd .img{margin-top: 20px;}
.aboutbox4 .bd .img img{max-width: 100%; margin-bottom: 30px;}

.aboutul5a{display: flex; box-sizing: border-box; border-radius: 10px; overflow: hidden;}
.aboutul5a li{flex: 1;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    background: #f9f9f9;
    transition: all .3s;}

.aboutul5a li .aboutliimg{margin: 15px 20px; background-color: #fff; border-radius: 50%; width: 60px; height: 60px; box-shadow: 0 0 10px #ccc; vertical-align:middle; align-items: center; line-height: 60px; text-align: center;}
.aboutul5a li img{width: 100%;}
.aboutul5a li .aboutliimg img{width: 70%; margin: 0 auto;  vertical-align:middle; text-align: center;}

.aboutdiva{padding: 0 5%; margin-top: 30px; box-sizing: border-box;}
.abouttitaaa{padding: 0 20px; font-weight: bold; line-height: 1.2;}
.abouttitaab{padding: 0 20px; font-size: 15px; line-height: 1.3; margin: 10px 0 30px;}


/*新闻*/
/*news*/
.news-container {
    margin:60px auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    position: relative;
    height: 400px;
}

.news-item {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity 0.8s ease;
}
.news-item a{display: flex; text-decoration: none; width: 100%; overflow: hidden;}

.news-item.active {
    opacity: 1;
}
.news-image {
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.news-item:hover .news-image img {
    transform: scale(1.05);
}
.news-content {
    width: 50%;
    padding: 50px;
    box-sizing: border-box;
    background: white;
    display: flex;
    flex-direction: column;
}
.news-date {
    color: #888;
    font-size: 18px;
    margin-bottom: 10px;
}
.news-title {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.2;
}
.news-desc {
    font-size: 18px;
    color: #555;
    line-height: 1.5;
}
.news-more {
    color: #ff7f01;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    font-weight: 500;
}
.news-more:hover {
    text-decoration: underline;
}
.news-nav {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    z-index: 10;
}
.news-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    margin-left: 8px;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
.news-dot.active {
    background: white;
    transform: scale(1.2);
}
.news-prev, .news-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.news-container:hover .news-prev,
.news-container:hover .news-next {
    opacity: 1;
}
.news-prev {
    left: 20px;
}
.news-next {
    right: 20px;
}
.news-prev:hover, .news-next:hover {
    background: white;
}

/*列表新闻*/
.news-containera {
    width: 100%;
    margin: 0 auto 50px;
    display: flex;
    flex-wrap: wrap;
}

.news-containera .news-itema {
    padding: 15px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    background-color: #f4f4f4;
    width: 32%;
    margin: 1% 0.6%;
    box-sizing: border-box;
    opacity: 1;
    border-radius: 15px;
}

.news-containera .news-itema:hover {
    background-color: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.news-containera .news-itema .news-image {
    width: 100%;
    height: auto !important;
    overflow: hidden;
    margin-right: 20px;
    flex-shrink: 0;
}

.news-containera .news-itema .news-image img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-containera .news-itema .news-item:hover .news-image img {
    transform: scale(1.05);
}

.news-containera .news-itema a{text-decoration: none;}

.news-containera .news-itema .news-content {
    flex-grow: 1;
    width: 100%;
    background-color: transparent;
    padding:40px 20px 20px;
    box-sizing: border-box;
}

.news-containera .news-itema .news-title {
    font-size:25px !important;
    font-weight: bold;
    margin-bottom: 12px;
    color: #333;
}

.news-containera .news-itema .news-date {
    font-size: 18px;
    color: #999;
    margin-bottom: 8px;
}

.news-containera .news-itema .news-more {
    font-size: 16px;
    color: #ff7f01;
    text-decoration: none;
}

/*新闻详情*/
.innnewsinfo {
    padding: 50px;
    width: 100%;
    background-color: #f2f6ff;
    margin: 40px 0;
    border-radius: 15px;
    box-sizing: border-box;
}


.innnrr {
    flex: 1; /* 右侧内容占据剩余空间 */
}
.innnewsinfo .wrapper{width: 100%; margin: 0 auto;display: flex; flex-wrap: nowrap;}
.innnrr .innnewatit{font-weight: bold; font-size: 40px; color: #003aa6;}
.innnrr .innnewatita{font-size: 18px; line-height: 1.5; color: #333; margin-top: 30px;}
.innnrr .innnewatita p{margin: 35px 0; font-size: 18px; line-height: 1.5; color: #333;}

.innleft .innleftaa{
    position: sticky;
    top:200px; /* 距离顶部0px时固定 */
}
.innleft .innleftaa span{background-color: #003aa6; display: block; height: 10px; margin-bottom: 50px;}

.innleft .innleftaa a{display: block; margin:0 auto 25px; width: 100%; text-align: center;}
.innleft .innleftaa img{width: 50px; margin: 0 auto;}

.nsd {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nsd .link {
    display: flex;
    flex-direction: column;
    line-height: 1.6;
    font-size: 14px;
}
.nsd .link a{text-decoration: none; color: #003aa6;}

.nsd .back .ba {
    background: #003aa6;
    color: #fff;
    font-size: 15px;
    padding: 10px 25px;
    text-decoration: none;
    position: relative;
}

/*product*/
.procontent {
    width: 100%;
    margin:60px auto;
    padding: 50px 8%;
    background-color: #f2f9f3;
    box-sizing: border-box;
}
.procontent .probox21 {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.procontent .probox21 .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    height: 100%;
}
.procontent .probox21 .swiper-slide {
    text-align: center;
    font-size: 16px;
    height: auto;
    width: calc(25% - 15px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 25px;
    overflow: hidden;
    transition: all .3s; 
}
.procontent .item {
    float: left;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: linear-gradient(to bottom, #fff, #f9fafb);
    backdrop-filter: blur(50px);
}
.item .imgitem {
    background: #fff;
    height: 290px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.procontent .item .imgitem img {
    width: 82%;
    object-fit: cover;
}
.procontent .item .imgitem .arrow {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 49px;
    height: 49px;
    border-radius: 25px;
    color: #666;
    background: #f0f2f5;
    border-right: rgba(0, 0, 0, 0.15) 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}

.procontent .item .imgitem .arrow svg {
    width: 20px;
    height: 20px;
    transition: all .3s;
}
.item .itemblock {
    padding: 30px 40px 30px 40px;
    text-align: left;
}

.procontent .item .imgitem .arrow:hover {
      border: #fff;
      background: #003aa6;
      svg {
        transform: rotate(180deg);
        color: #fff;
      }
    }

.item .dot {
    margin-bottom: 10px;
    font-size: 14px;
    color: #6c9b30;
}
.item .nam {
    font-size: 18px;
    color: #666;
    line-height: 26px;
    overflow: hidden;
    margin-bottom: 15px;
    font-weight: bold;
}
.item .nam a{text-decoration: none;}
.item .tim {
    line-height: 20px;
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*产品*/
.innppinfo{background-color: #fff; padding: 40px 0;}
.inpprr .innnewatit{font-weight: bold; font-size: 40px; text-align: center; color:#003aa6; margin-top: 40px;}
.inpprr .inppimg{margin-top: 40px; line-height: 1.5;}


/*联系我们*/
.aboutbox01 {
    position: relative;
    display: flex;
    margin: 60px 0 20px;
    font-family: Montserrat;
}
.aboutbox01 .hd {
    width: 300px;
    font-size: 34px;
    font-weight: bold;
    position: relative;
}
.aboutbox01 .bd {
    flex: 1;
}
.contactlist {
    width: 100%;
}
.contactlist .item {
    flex: 1;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    border-radius: 6px;
}

.contactlist .item .ico {
    color: #cc3337;
    margin-bottom: 10px;
}
.contactlist .item .nam {
    font-size: 25px;
    font-weight: bold;
    color: #333;
}

/*招聘*/
.aboutbox022{background-color: #f2f6ff; padding: 40px 0;}

.aboutbox022 .wrapper{display: flex;}
.aboutbox022 .hd {
    width: 300px;
    font-size: 34px;
    font-weight: bold;
    position: relative;
    color: #333;
}
.aboutbox022 .bd {
    flex: 1;
}
.aboutbox022 .messagecon{margin-top: 15px !important; border: 0px none; background-color: transparent; padding: 0;}
.aboutbox022 .messagecon .messagetarea{background-color: #fff;}
.aboutbox022 .messagecon .messageinput{background-color: #fff;}

/*设备*/
.shebeiul{width: 100%; 
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px; margin: 80px auto; padding: 0 8%; box-sizing: border-box;}

.shebeiul li img{max-width: 100%;}

.hhhula{display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px;}
.hhhula li img{max-width: 100%; display: block;}


.inbanneraa{background: url(../img/nybanner.jpg) no-repeat center center; background-size: cover; height: 460px;
    margin-bottom: 20px;
    position: relative;
    padding-top: 60px;
}
.inbanneraa .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 60px;
    box-sizing: border-box;
}
.inbanneraa .con {
    color: #fff;
}
.inbanneraa .con .tit {
    font-size: 50px;
    font-weight: bold;
    font-family: Montserrat;
    line-height: 1.2;
}
.inbanneraa::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 150px;
    background: url(../img/splitline.svg) no-repeat center bottom;
    background-size: 100% 100%;
}

.contactlist{
  .list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
    margin: 25px 0;
    width: 100%;
    .it {
      display: flex;
      justify-content: center;
      border-radius: 25px;
      border: 1px solid #ddd;
      img {
        display: block;
        width: 100%;
        object-fit: contain;
        border-radius: 10px;
      }
    }
    @media screen and (max-width: 1000px) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
}

.aboutbox022 .bd strong{display: block; font-size: 24px; font-weight: bold; margin-bottom: 20px;}
.aboutbox022 .bd p{margin: 10px 0; line-height: 1.5;}
.aboutbox022 .bd img{max-width: 100%; display: block; margin: 25px 0;}


.tablebbba{width: 100%; padding: 0; border-left: 1px solid #ddd; border-top: 1px solid #ddd;}
.tablebbba td{border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; font-size: 15px; padding:8px 0;}
.tablebbba tr:first-child td{background-color:#6c9b30; color: #fff; font-size: 16px; text-align: center; padding: 15px 0;}
.tablebbba tr:nth-child(2) td{background-color: #6c9b30; color: #fff; font-size: 16px; text-align: center; padding: 15px 0;}

.ttccc{background-color: #f2f6ff; padding:40px; box-sizing: border-box; border-radius: 15px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}

.xcula{display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 40px;}
.xcula li{padding: 20px 50px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.xcula li:first-child{background-color:#6c9b30; color: #fff; font-size: 20px;}
.xcula li:last-child{background-color:#337FE5; color: #fff; font-size: 20px;}


.tablebbbc{width: 100%; padding: 0; border-left: 1px solid #ddd; border-top: 1px solid #ddd;}
.tablebbbc td{border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; font-size: 15px; padding:8px 0; text-align: center;}
.tablebbbc tr:first-child td{background-color:#6c9b30; color: #fff; font-size: 16px; text-align: center; padding: 15px 0; font-weight: bold;}
.tablebbbc tr:nth-child(2n) td{background-color: #f9f9f9; color: #333;}


@media screen and (max-width: 1500px) {
    .aboutbox3 .hd{left: 26%; width: 49%;}
    .procontent .probox21 .swiper-wrapper{align-items: flex-start;}
}

@media screen and (max-width: 1000px) {
    .aboutbox02 .bd img{display: block; width: 100%;}
    .aboutbox3 .hd{left: 5%; width: 95%;}
    .aboutbox01{display: block;}
    .aboutbox01 .hd{width: 100%; margin-bottom: 20px;}
    .aboutbox02 .hd .nam{font-size: 25px;}
    .aboutbox3 .hd .nam{font-size: 25px;}
    .commontitle .en{font-size: 38px;}
    .prosub{display: block;}
    .prosub .it .ia{text-align: center;}
    .procontent .probox21 .swiper-slide{width: calc(50% - 15px);}
    .item .itemblock{padding: 20px;}
    .item .imgitem{height: auto !important; margin-top: 22px;}
    .aboutbox01 .hd{font-size: 25px;}
    .aboutbox022 .wrapper{display: block;}
    .aboutbox022 .hd{font-size: 28px; width: 100%; display: block; margin-bottom: 20px;}

    .inbannerc{height: 300px; background-size: cover;}
    .inbannerc .con .tit{font-size: 25px;}

    .inbanneraa{height: 300px; background-size: cover;}
    .inbanneraa .con .tit{font-size: 25px;}

    .inbannera{height: 300px; background-size: cover;}
    .inbannera .con .tit{font-size: 25px;}

    .procontent .item .imgitem .arrow{width: 26px; height: 26px;}
}