.banner {
    position:relative;
    background: none;
}
.banner:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 50%;
    background: url(../../images/common/index-banner-bg.jpg) 0 0 no-repeat;
    background: none;
    z-index: -1;
}
.site-main{
    padding-top: 0;
}
.site-main:before{
    display: none;
}
.index-more{
    width: 230px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #006E9C;
    border-radius: 30px;
    box-sizing: border-box;
    padding-left: 40px;
    display: inline-block;
    font-family: "Sen", sans-serif;
    color: #006D9B;
    letter-spacing: 2px;
    position: relative;
    transition: all .3s ease;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.index-more:before{
    content: "";
    width: 10px;
    height: 10px;
    background: #006E9C;
    outline: 6px solid rgb(0 110 156/20%);
    border-radius: 50%;
    position: absolute;
    right: 34px;
    top: 23px;
    z-index: 2;
    transition: all .3s ease;
}
.index-more:after{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,#FFFFFF,#F4FAFF);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: all .3s ease;
}
.index-more:hover{
    background: #006E9C;
    color: #FFF;
}
.index-more:hover:before{
    background: #FFF;
    outline: 6px solid rgb(255 255 255/20%);
}
.sect-title{
    padding-left: 25px;
    position: relative;
    margin-bottom: 30px;
    text-align: left;
    z-index: 0;
}
.sect-title:before{
    content: "";
    background: #006C9A;
    width: 6px;
    height: 61px;
    position: absolute;
    left: 0;
    top: 6px;
}
.sect-title:after{
    content: attr(data-text);
    display: block;
    font-size: 90px;
    color: #fafcfe;
    position: absolute;
    left: 164px;
    top: -7px;
    z-index: -1;
    line-height: 90px;
    letter-spacing: 9px;
    white-space: nowrap;
    mix-blend-mode: multiply;
    -webkit-text-stroke: 0.3px #dcdcdc;
    -webkit-text-fill-color: rgb(255 255 255 /1%);
    text-shadow: unset;
    opacity: 0.7;
}
.sect-title .title-main{
    font-size: 40px;
    color: #333333;
    line-height: 1.3;
    margin: 0;
    letter-spacing: 3px;
}
.sect-title .title-sub{
    font-family: "Sen", sans-serif;
    color: #006C99;
    position: relative;
    font-weight: 900;
    font-size: 20px;
    line-height: 1.3;
}
.sect-title .title-sub::first-letter{
    color: #E59D65;
}
.sect1 {
    padding: 70px 0px 30px;
}
.category-list {
    margin: 0 -25px;
}
.category-list .item {
    padding: 0 25px;
    position: relative;
    width: calc(100% / 6);
}
.category-list .item:nth-child(6n+1) {
    clear: left;
}
.category-list .box {
    margin: 0 auto 40px;
    position: relative;
    max-width: 200px;
}
.category-list .item:before{
    content: "";
    width: calc(100%);
    background: #CCE2EB;
    height: 1px;
    position: absolute;
    left: -25px;
    top: 25px;
}
.category-list .item:nth-child(1):before{
    left: 25px;
}
.category-list .item:nth-child(6n+1):before{
    left: 25px;
}
.category-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.category-list .number{
    width: 48px;
    height: 48px;
    font-family: "Sen", sans-serif;
    font-size: 36px;
    line-height: 48px;
    font-weight: 500;
    text-align: center;
    color: #FFF;
    background: #006C99;
    transition: all .3s ease;
    box-sizing: border-box;
    padding-left: 2px;
    margin-bottom: 22px;
    position: relative;
}
.category-list .box:hover .number {
    background: #E59D65;
}
.category-list .name {
    color: #474747;
    font-size: 22px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6;
    height: 33px;
    transition: all .3s ease;
    margin-bottom: 25px;
    text-align: left;
}
.category-list .pic {
    position: relative;
    overflow: hidden;
    margin: 0 0 20px  0;
}
.category-list .pic:before {
    content: '';
    display: block;
    border: 10px solid #E59D65;
    border: 0px solid #E59D65;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    transition: all 0.3s ease;
}
.category-list .box:hover .pic:before {
    border: 10px solid #E59D65;
}
.category-list .box:hover .pic img {
    transform: scale(0.8);
}
.category-list .box .pic img {
    transition: all 0.3s ease;
}
.category-list .more{
    text-align: left;
    font-family: "Sen", sans-serif;
    color: #5D5D5D;
    font-size: 16px;
    position: relative;
    width: 125px;
    transition: all .3s ease;
}
.category-list .box:hover .more{
    color: #E59D65;
}
.category-list .more .more-arrow{
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 2px;
    border-radius: 50%;
    background: #383838;
    transition: all .3s ease;
}
.category-list .box:hover .more .more-arrow{
    background: #E59D65;
}
.category-list .more .more-arrow:before{
    content: "";
    background: #fff;
    width: 12px;
    height: 8px;
    clip-path: polygon(50% 0%, 100% 78%, 100% 91%, 90% 96%, 80% 90%, 50% 40%, 20% 90%, 10% 96%, 0 91%, 0 78%);
    filter: blur(1px);
    display: block;
    transform: rotate(90deg);
    position: absolute;
    left: calc(50% - 5px);
    top: calc(50% - 4px);
    transition: all .3s ease;
}
.sect2 {
    padding: 65px 0px 40px;
    position: relative;
    background-image: radial-gradient(#DBDBDB 1px, transparent 0);
    background-size: 21px 21px;
    background-position: center;
}
.sect2:before {
    content: "";
    background: #FAFCFE;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.application-sect .sect-title {
    text-align: center;
    margin-bottom: 20px;
}
.application-sect .sect-title:before {
    content: "";
    background: #E59D65;
    width: 6px;
    height: 62px;
    position: absolute;
    left: calc(50% - 3px);
    top: -65px;
}
.application-sect .sect-title:after {
    left: calc(50% - 184px);
    top: 8px;
}
.application-index-list {
    margin: 0;
}
.application-index-list .item {
    padding: 0;
    position: relative;
    width: calc(100% / 6);
}
.application-index-list .item:nth-child(6n+1) {
    clear: left;
}
.application-index-list .box {
    position: relative;
    max-width: 240px;
}
.application-index-list .item:nth-child(2n) .box{
    display: flex;
    flex-direction: column
}
.application-index-list .item:nth-child(2n-1) .box{
    display: flex;
    flex-direction: column-reverse;
}
.application-index-list .item:nth-child(1):before{
    left: 25px;
}
.application-index-list .item:nth-child(6n+1):before{
    left: 25px;
}
.application-index-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.application-index-list .pic-box{
    height: 119px;
    min-height: 119px;
    max-height: 119px;
    box-sizing: border-box;
    position: relative;
}
.application-index-list .pic-box:before{
        content: '';
    display: block;
    border: 0px solid #E59D65;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    transition: all 0.3s ease;
}
.application-index-list .box:hover .pic-box:before{
    border: 6px solid #E59D65;
}
.application-index-list .pic-box .pic img{
transition: all 0.3s ease;
}
.application-index-list .box:hover .pic-box .pic img{
    transform: scale(1.2);
}
.application-index-list .txt{
    background: #FAFAFA;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 121px;
    transition: all .3s ease;
    height: 119px;
    min-height: 119px;
    max-height: 119px;
}
.application-index-list .box:hover .txt {
    background: #006E9C;
}
.application-index-list .number{
    min-width: 33px;
    min-height: 33px;
    font-family: "Sen", sans-serif;
    font-size: 24px;
    line-height: 33px;
    font-weight: 500;
    text-align: center;
    color: #FFF;
    background: #006C99;
    transition: all .3s ease;
    box-sizing: border-box;
    padding-left: 2px;
    position: relative;
}
.application-index-list .box:hover .number {
    background: #FFF;
    color: #006E9C;
}
.application-index-list .name {
    color: #474747;
    font-size: 20px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6;
    height: 30px;
    transition: all .3s ease;
    text-align: left;
    margin-left: 12px;
}
.application-index-list .box:hover .name {
    color: #FFF;
}
.application-index-list .box:hover .pic img {
    transform: scale(1);
}
.application-index-list .pic {
    position: relative;
}
.application-index-list .pic img{
    height: 119px;
    min-height: 119px;
    max-height: 119px;
    object-fit: cover;
}
.sect3 {
    padding: 40px 0;
    background-image: radial-gradient(#DBDBDB 1px, transparent 0);
    background-size: 21px 21px;
    background-position: center;
    position: relative;
}
.sect3  > .container{
    z-index: 1;
}
.sect3:before {
    content: "";
    background: #FAFCFE;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.sect3 .row .col {
    float: left;
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
} 
.sect3 .row .col:nth-child(1) {
    padding-left: 0;
}
.sect3 .row .col:nth-child(2) {
    padding-right: 0;
    padding-left: 55px;
    padding-top: 15px;
    position: relative;
}
.about-sect {
    display: block;
    margin: 0 auto;
    padding: 94px 77px 60px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    box-shadow: 0px 3px 20px 0px #00000017;
    height: 465px;
    box-sizing: border-box;
}
.about-sect .sect-title {
    margin-bottom: 17px;
}
.about-sect article.editor{
    height: 200px;
    overflow: hidden;
}
.about-sect .index-more{
    position: absolute;
    bottom: -30px;
    left: calc(50% - 115px);
}
.news-sect .index-more{
    position: absolute;
    right: 0;
    top: 29px;
    z-index: 1;
}
.news-sect .index-more:hover:after {
    opacity: 0;
}
.news-sect .sect-title{
    margin-bottom: 20px;
}
.news-list {
    margin: 0 -16px;
}
.news-list .item {
    width: 50%;
    padding: 0 16px;
}
.sect4{
    padding: 27px 0 80px;
    position: relative;
}
.sect4 .products-bg{
    background: url(../../images/common/index/index-products-bg.jpg) no-repeat;
    position: absolute;
    right: 0;
    top: -320px;
    left: 0;
    width: 100%;
    height: 616px;
    background-size: cover;
}
.products-sect .sect-title {
    margin-bottom: 20px;
}
.products-sect .sect-title .title-sub,
.products-sect .sect-title .title-main,
.products-sect .sect-title .title-sub::first-letter {
    color: #FFF;
}
.products-sect .sect-title:before {
    background: #E59D65;
}
.products-sect .slick-dots {
    position: absolute;
    right: 23px;
    top: -91px;
}
.products-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    width: 8px;
    height: 8px;
    background: #EEEEEE;
    opacity: 1;
    border-radius: 100%;
    margin: 0 3px;
}
.products-sect .slick-dots li.slick-active button {
    background: #F19C49;
}
.products-slider-control{
    position: absolute;
    right: 15px;
    top: 47px;
}
.products-sect .slick-prev,
.products-sect .slick-next{
    background: #FFF;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: left;
    overflow: hidden;
    border: none;
    z-index: 10;
    font-size: 0;
    cursor: pointer;
    padding: 0;
    transition: all .3s ease;
    border-radius: 0;
    border: 1px solid #FFF;
}
.products-sect .slick-prev::before{
    content: "";
    background: #006E9C;
    width: 13px;
    height: 8px;
    clip-path: polygon(50% 0%, 100% 78%, 100% 91%, 90% 96%, 80% 90%, 50% 40%, 20% 90%, 10% 96%, 0 91%, 0 78%);
    filter: blur(1px);
    display: block;
    transform: rotate(270deg);
    position: absolute;
    left: calc(50% - 7px);
    top: calc(50% - 4px);
    transition: all .3s ease;
}
.products-sect .slick-next::before{
    content: "";
    background: #006E9C;
    width: 13px;
    height: 8px;
    clip-path: polygon(50% 0%, 100% 78%, 100% 91%, 90% 96%, 80% 90%, 50% 40%, 20% 90%, 10% 96%, 0 91%, 0 78%);
    filter: blur(1px);
    display: block;
    transform: rotate(90deg);
    position: absolute;
    left: calc(50% - 7px);
    top: calc(50% - 4px);
    transition: all .3s ease;
}
.products-sect .slick-prev{
    right: 40px;;
}
.products-sect .slick-prev:hover,
.products-sect .slick-next:hover {
    background: #003769;
}
.products-sect .slick-prev:hover:before,
.products-sect .slick-next:hover:before {
    background: #FFF;
}
.products-sect .products-more{
    text-align: center;
}
@media screen and (max-width: 1650px) {
    .banner button.slick-prev {
        left: -28px;
    }
    .banner button.slick-next {
        right: -28px;
    }
}
@media screen and (max-width: 1500px) {
    .banner button.slick-prev {
        left: 0;
    }
    .banner button.slick-next {
        right: 0;
    }
}
@media screen and (max-width: 1440px) {
    .category-list .item {
        width: calc(100% / 3);
    }
    .category-list .item:nth-child(3n+1) {
        clear: left;
    }
    .category-list .item:nth-child(1):before,
    .category-list .item:before {
        left: 0;
    }
    .category-list {
        margin: 0;
    }
    .application-index-list{
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
    .application-index-list .item {
        width: calc(100% / 3);
    }
    .application-index-list .item:nth-child(6n+1) {
        clear: unset;
    }
    .application-index-list .item:nth-child(3n+1) {
        clear: left;
    }
    .products-list {
        margin: 0 0px;
    }
}
@media screen and (max-width: 1000px) {
    .sect-title {
        padding-left: 15px;
        margin-bottom: 20px;
    }
    .sect-title:before {
        width: 3px;
        height: 52px;
        top: 0;
    }
    .sect-title .title-sub {
        font-size: 16px;
    }
    .sect-title .title-main {
        font-size: 28px;
    }
    .sect-title:after {
        left: 116px;
        top: 3px;
        line-height: 60px;
        letter-spacing: 0px;
        font-size: 60px;
    }
    .application-sect .sect-title:after {
        left: calc(50% - 113px);
        top: 3px;
    }
    .index-more {
        width: 160px;
        height: 40px;
        line-height: 40px;
        padding-left: 20px;
        letter-spacing: 1px;
    }
    .index-more:before {
        width: 6px;
        height: 6px;
        right: 19px;
        top: 16px;
        outline: 4px solid rgb(0 110 156 / 20%);
    }
    .index-more:hover:before {
        outline: 4px solid rgb(255 255 255 / 20%);
    }
    .sect1 {
        padding: 30px 0px 10px;
    }
    .sect2{
        padding: 30px 0px 20px;
    }
    .application-sect .sect-title:before {
        height: 23px;
        top: -30px;
        width: 4px;
        left: calc(50% - 2px);
    }
    .sect3{
        padding: 20px 0 25px;
    }
    .sect3 .row .col{
        width: 100%;
    }
    .sect3 .row .col:nth-child(1) {
        margin-bottom: 20px;
        padding: 0;
    }
    .sect3 .row .col:nth-child(2) {
        padding: 0;
    }
    .sect3 .container .row {
        padding: 0;
    }
    .about-sect {
        padding: 40px 20px 50px;
        height: unset;
    }
    .about-sect .index-more {
        bottom: -20px;
        left: calc(50% - 80px);
        background: linear-gradient(to bottom, #FFFFFF, #F4FAFF);
    }
    .about-sect .index-more:hover {
        background: #006E9C;
    }
    .about-sect article.editor{
        height: unset;
    }
    .news-sect{
        margin: 30px 0 0 0;
    }
    .news-sect .index-more {
        position: relative;
        right: 0;
        top: 0;
        margin: 0 auto;
        display: flex;
    } 
    .sect4 {
        padding: 20px 0 40px;
    }
    .products-sect .slick-dots {
        position: relative;
        width: 100%;
        text-align: center;
        top: -15px;
        left: 0;
    }
    .products-list .item {
        width: 50%;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
    .products-slider-control{
        position: static;
        text-align: center;
        width: 90px;
        margin-left: auto;
        margin-right: auto;
        display: none;
    }
    .products-sect .slick-prev,
    .products-sect .slick-next{
        float: none;
        display: inline-block!important;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 5px;
        position: relative;
        margin-top: 20px;
        right: 0;
    }
}
@media screen and (max-width: 767px) {
    .banner {
        display: none;
    }
    .banner_m{
        display: block;
    }
    .category-list {
        margin-left: -10px;
        margin-right: -10px;
    }
    .category-list .item {
        width: calc(100% / 2);
        padding: 0 10px;
    }
    .category-list .item:nth-child(3n+1) {
        clear: unset;
    }
    .category-list .item:nth-child(2n+1) {
        clear: left;
    }
    .category-list .box {
        max-width: unset;
    }
    .category-list .item:nth-child(2n-1):before{
        left: 10px;
        top: 18px;
    } 
    .category-list .item:nth-child(2n):before{
        left: 0;
        top: 18px;
        width: calc(100% - 10px);
    } 
    .category-list .number {
        width: 36px;
        height: 36px;
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 5px;
    }
    .category-list .name {
        font-size: 18px;
        height: 28px;
        margin-bottom: 10px;
    }
    .category-list .box .pic img {
        width: 100%;
    }
    .application-index-list {
        max-width: 480px;
    }
    .application-index-list .item {
        width: calc(100% / 2);
    }
    .application-index-list .item:nth-child(3n+1) {
        clear: unset;
    }
    .application-index-list .item:nth-child(2n+1) {
        clear: unset;
    }
    .application-index-list .txt {
        flex-direction: column;
    }
    .application-index-list .number {
        width: 32px;
        height: 32px;
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 5px;
    }
    .application-index-list .name{
        font-size: 15px;
        margin-left: 0;
    }
}
@media screen and (max-width: 520px) {
    .sect-title:after {
        left: 45px;
        top: 7px;
        line-height: 55px;
        font-size: 55px;
    }
    .application-sect .sect-title:after {
        left: calc(50% - 107px);
        top: 7px;
    }
    .products-list .item,
    .news-list .item {
        width: 100%;
    }
    
}