.banner {
    margin: 0;
}
.sect1 {
    padding: 61px 0 30px 0;
    position: relative;
}
.sect1:before {
    content: "";
    background: #D6D6D6;
    width: 1px;
    height: 54px;
    position: absolute;
    left: calc(50% - 1px);
    top: 0;
}
.products-sect .sect-title {
    text-align: center;
    margin-bottom: 64px;
}
.products-sect .sect-title span{
    font-size: 40px;
    line-height: 40px;
    display: block;
    color: #004473;
    position: relative;
    font-weight: 300;
    margin-bottom: 12px;
    letter-spacing: 7px;
    font-family: 'Poppins', sans-serif;
}
.products-sect .sect-title span:first-letter{
    font-weight: bold;
}
.products-sect .sect-title h2{
    color: #79796A;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 6px;
}
.products-sect .slick-dots {
    position: absolute;
    right: 0;
    top: -45px;
    text-align: center;
    width: 100%;
}
.products-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    width: 6px;
    height: 6px;
    background: #BBBBBB;
    opacity: 1;
    border-radius: 0;
    border-radius: 100%;
    margin: 0 5px;
}
.products-sect .slick-dots li.slick-active button {
    background: #004475;
}
.products-sect .btn.more{
    width: 160px;
    height: 35px;
    position: absolute;
    right: 15px;
    top: 53px;
}
.products-sect .btn.more a{
    display: block;
    background: #005486;
    color: #FFF;
    text-align: center;
    width: 160px;
    height: 35px;
    line-height: 33px;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 12px;
    position: relative;
    transition: all .3s ease;
}
.products-sect .btn.more a:hover{
    background: #99B4C8;
}
.products-sect .btn.more a:before{
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid #CCDAE3;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: all .3s ease;
}
.products-sect .btn.more a:hover:before{
    right: -8px;
    bottom: -8px;
}
/* about */
.sect2 {
    padding: 51px 0 40px 0;
}
.sect2 .container:before{
    content: "";
    background: #CCDAE3;
    width: 643px;
    height: 138px;
    position: absolute;
    right: -224px;
    top: 69px;
}
.sect2 .row .col {
    float: left;
    width: 50%;
    box-sizing: border-box;
}
.sect2 .row .col:nth-child(1) {
    padding-right: 10px;
}
.sect2 .row .col:nth-child(2) {
    padding-left: 30px;
    right: -12px;
    position: relative;
}
.about-sect {
    position: relative;
    box-sizing: border-box;
    padding-right: 344px;
}
.about-sect:before {
    content: "";
    background: url(../../images/common/index/about-1.png) 50% 50% no-repeat;
    width: 360px;
    height: 431px;
    position: absolute;
    right: 0;
    top: -45px;
}
.about-sect .sect-title {
    text-align: left;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding-left: 23px;
    border-left: 3px solid #004474;
    margin-top: 10px;
}
.about-sect .sect-title span{
    font-size: 40px;
    line-height: 40px;
    display: block;
    color: #004473;
    position: relative;
    font-weight: 300;
    margin-bottom: 12px;
    letter-spacing: 7px;
    font-family: 'Poppins', sans-serif;
}
.about-sect .sect-title span:first-letter{
    font-weight: bold;
}
.about-sect .sect-title h2{
    color: #3E4046;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 3px;
}
.about-sect .sect-title div:nth-child(2){
    color: #004472;
    font-size: 22px;
    line-height: 21px;
    letter-spacing: 12px;
}
.about-sect .sect-title div:nth-child(3){
    color: #004472;
    font-size: 15px;
    line-height: 29px;
    margin-bottom: 6px;
    letter-spacing: 10.1px;
}
.about-sect article.editor{
    height: 230px;
    overflow: hidden;
}
.about-sect .btn-new {
    position: absolute;
    left: 400px;
    bottom: -13px;
}
.news-sect{
    position: relative;
}
.news-sect:before{
    content: "";
    height: 1px;
    width: calc(100% - 335px);
    background: #D6D6D6;
    bottom: 0;
    right: 0;
    position: absolute;
}
.news-sect .sect-title {
    position: absolute;
    bottom: 0;
    left: 10px;
}
.news-sect .sect-title span{
    font-size: 40px;
    line-height: 40px;
    display: block;
    color: #004473;
    position: relative;
    font-weight: 300;
    letter-spacing: 7px;
    font-family: 'Poppins', sans-serif;
}
.news-sect .sect-title span:first-letter{
    font-weight: bold;
}
.news-sect .btn-new {
    margin-left: auto;
    margin-right: 8px;
}
.news-list {
    margin: 0 -6px;
}
.news-list .item {
    width: 50%;
    padding: 0 6px;
}
/* service */
.sect5{
    margin: 90px auto;
}
/*20251106新增*/
.products-list .item:nth-child(n),
.products_column_two .item:nth-child(n){
    clear: inherit;
}
@media screen and (max-width: 1440px) {
    .products-list.type1 {
        margin: 0;
    }
    .about-sect:before {
        display: none;
    }
    .about-sect {
        padding-right: 0;
    }
    .sect2 {
        padding-top: 20px;
    }
    .sect2 .container:before {
        width: 643px;
        height: 115px;
        right: -224px;
        top: 80px;
    }
    .sect2 .row .col:nth-child(2) {
        padding-left: 20px;
        right: 0;
    }
    .about-sect .btn-new {
        position: relative;
        left: 0;
        bottom: 0;
    }
    .news-sect .sect-title {
        position: relative;
        bottom: 0;
        left: 0;
        margin-bottom: 20px;
    }
    .news-sect:before {
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    .sect1 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .sect1:before {
        display: none;
    }
    .products-sect .slick-dots {
        position: absolute;
        width: 100%;
        text-align: center;
        top: -25px;
        left: 0;
    }
    .products-sect .btn.more {
        position: absolute;
        right: unset;
        top: 83px;
        left: calc(50% - 80px);
    }
    .products-sect .sect-title {
        margin-bottom: 110px;
    }
    .products-sect .sect-title span {
        font-size: 33px;
        line-height: 32px;
        display: block;
        color: #004473;
        position: relative;
        font-weight: 300;
        margin-bottom: 9px;
        letter-spacing: 2px;
    }
    .products-sect .sect-title h2 {
        font-size: 18px;
        line-height: 18px;
        letter-spacing: 3px;
    }
    .products-list .item {
        width: 50%;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
    .sect2 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .sect2 .row .col {
        width: 100%;
    }
    .sect2 .row .col:nth-child(1) {
        padding-right: 0;
        margin-bottom: 10px;
    }
    .sect2 .row .col:nth-child(2) {
        padding-left: 0;
    }
    .sect2 .row .col.text {
        padding: 50px 15px 0;
    }
    .sect2 .row .col.text,
    .sect2 .row .col.pic{
        width: 100%;
    }
    .sect2 .container:before {
        display: none;
    }
    .news-sect {
        margin: 30px 0 0 0;
    }
    .news-sect .sect-title {
        text-align: center;
        margin-bottom: 25px;
    }
    .news-sect .sect-title span {
        font-size: 33px;
        line-height: 32px;
        margin-bottom: 9px;
        letter-spacing: 2px;
    }
    .news-sect .btn-new {
        margin-left: auto;
        margin-right: auto;
    }
    .about-sect .more {
        position: relative;
        right: 0;
        left: 0;
        margin: 30px auto 0;
        display: block;
    }
    .about-sect .sect-title span {
        font-size: 33px;
        line-height: 32px;
        display: block;
        color: #004473;
        position: relative;
        font-weight: 300;
        margin-bottom: 9px;
        letter-spacing: 2px;
    }
    .about-sect .sect-title h2 {
        font-size: 18px;
        line-height: 18px;
        letter-spacing: 3px;
    }
    .about-sect .sect-title {
        padding-left: 13px;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .about-sect article.editor {
        height: unset;
        margin-bottom: 20px;
    }
    .about-sect .btn-new {
        margin-left: auto;
        margin-right: auto;
    }
    .sect5 {
        margin: 60px auto 50px auto;
    }
}