.banner {
    padding: 50px 0 30px;
    margin: 0;
    position: relative;
}
.banner:before {
    content: "";
    background: #E4F0FF;
    width: 100%;
    height: 788px;
    position: absolute;
    left: 0;
    top: 0;
}
.banner button.slick-arrow {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 45%;
    white-space: nowrap;
    text-indent: 100%;
    text-align: left;
    overflow: visible;
    padding: 0;
    margin: 0 0px;
    border: none;
    z-index: 10;
    cursor: pointer;
    transition: all .6s ease;
    background: #1A1A1A;
    border-radius: 50%;
}
.banner button.slick-prev {
    left: 15px;
}
.banner button.slick-next {
    right: 15px;
}
.banner button.slick-arrow div {
    overflow: hidden;
    width: 20px;
    height: 20px;
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
}
.banner button.slick-arrow.slick-prev div:before {
    font-family: 'icon-font-3' !important;
    content: "\c91a";
    color: #FFF;
    position: absolute;
    left: calc(50% - 21px);
    top: calc(50% - 8px);
    transition: all .6s ease;
    font-size: 15px;
    line-height: 15px;
}
.banner button.slick-arrow.slick-prev:hover div:before{
    left: calc(50% - 40px);
} 
.banner button.slick-arrow.slick-prev div:after {
    font-family: 'icon-font-3' !important;
    content: "\c91a";
    color: #FFF;
    position: absolute;
    left: calc(50% - 0px);
    top: calc(50% - 8px);
    transition: all .6s ease;
    font-size: 15px;
    line-height: 15px;
}
.banner button.slick-arrow.slick-prev:hover div:after{
    left: calc(50% - 21px);
} 
.banner button.slick-arrow.slick-next div:before {
    font-family: 'icon-font-3' !important;
    content: "\c90d";
    color: #FFF;
    position: absolute;
    left: calc(50% - 21px);
    top: calc(50% - 8px);
    transition: all .6s ease;
    font-size: 15px;
    line-height: 15px;
}
.banner button.slick-arrow.slick-next:hover div:before{
    left: calc(50% - 0px);
} 
.banner button.slick-arrow.slick-next div:after {
    font-family: 'icon-font-3' !important;
    content: "\c90d";
    color: #FFF;
    position: absolute;
    left: calc(50% - 41px);
    top: calc(50% - 8px);
    transition: all .6s ease;
    font-size: 15px;
    line-height: 15px;
}
.banner button.slick-arrow.slick-next:hover div:after{
    left: calc(50% - 21px);
} 
/******************************/
.main-title {
    text-indent: 100%;
    white-space: nowrap;
    text-align: left;
    overflow: hidden;
    background: 50% 0 no-repeat;
    height: 58px;
    margin-bottom: 40px;
}
.site-main .btn.more {
    background: linear-gradient(to right,#102A83,#102A83,#009EE0);
    width: 280px;
    height: 50px;
    line-height: 50px;
    font-family: 'Taviraj', serif;
    font-weight: 700;
    text-align: center;
    color: #FFF;
    font-size: 15px;
    display: block;
    margin: 30px auto 20px;
    transition: all .9s ease;
    background-size: 560px;
    background-position-x: -280px;
    position: relative;
}
.site-main .btn.more:hover {
    background-position-x: 0;
}
.site-main .btn.more span {
    overflow: hidden;
    width: 20px;
    height: 20px;
    position: absolute;
    right: calc(50% - 112px);
    top: calc(50% - 10px);
}
.site-main .btn.more span:before {
    font-family: 'icon-font-3' !important;
    content: "\c90d";
    color: #FFF;
    position: absolute;
    left: calc(50% - 7px);
    top: calc(50% - 8px);
    transition: all .6s ease;
    font-size: 15px;
    line-height: 15px;
}
.site-main .btn.more:hover  span:before{
    left: calc(50% + 10px);
}
.site-main .btn.more span:after {
    font-family: 'icon-font-3' !important;
    content: "\c90d";
    color: #FFF;
    position: absolute;
    left: calc(50% - 26px);
    top: calc(50% - 8px);
    transition: all .6s ease;
    font-size: 15px;
    line-height: 15px;
}
.site-main .btn.more:hover  span:after{
    left: calc(50% - 7px);
}
.sect1 {
    padding: 40px 0 20px 0;
    position: relative;
}
.sect1:before{
    content: "";
    background: #81CFF0;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 65px;
    z-index: -2;
}
.sect1 .container:before{
    content: "";
    background: url(../../images/common/index/index-news-bg-2.jpg);
    width: 486px;
    height: 250px;
    position: absolute;
    left: -303px;
    bottom: 20px;
    z-index: -1;
}
.news-sect {
    max-width: 900px;
    margin: 0 auto;
}
.news-sect .index-title{
    background:  url(../../images/common/index/index-news-bg.jpg);
    padding-top: 85px;
    padding-bottom: 85px;
    box-sizing: border-box;
    background-position: left;
    margin-bottom: 5px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}
.news-sect .index-title span{
    font-family: 'Taviraj', serif;
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 2px;
    line-height: 50px;
    display: block;
    margin-left: 2px;
    margin-right: 2px;
}
.news-sect .index-title h2{
    font-family: 'Noto Serif TC', serif;
    font-size: 28px;
    margin: 0;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    margin-left: 2px;
    margin-right: 2px;
}
.news-sect .btn.more{
    margin-top: 45px;
}
.news-list{
    margin-left:-40px;
    margin-top: 0;
}
.news-list .item {
    border: 1px solid #EEF0F1;
    list-style: none;
}
.news-list .item + .item {
    border-top:0px solid #EEF0F1;
}
.news-list .box {
    display: block;
    overflow: hidden;
    font-size: 14px;
    padding: 9px 18px;
    position: relative;
    transition: all .3s ease;
}
.news-list .box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #009EE0;
    width: 3px;
    height: 0;
    transition: all .6s ease;
}
.news-list .box:hover:before {
    height: 100%;
}
.news-list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.news-list .date {
    float: left;
    letter-spacing: 0;
    position: relative;
    color: #4C4D55;
    font-family: 'Taviraj', serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    transition: all .3s ease;
}
.news-list .box:hover .date{
    color: #006AB3;
}
.news-list .date:after {
    content: '';
    width: 1px;
    height: 13px;
    position: absolute;
    right: -16px;
    top: 6px;
    background: #DCDCDC;
}
.news-list .name {
    color: #444444;
    margin-left: 108px;
    padding-right: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}
.news-list .news-arrow{
    position: absolute;
    right: 9px;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    border: 1px solid #CDCDCD;
    border-radius: 50%;
    transition: all .6s ease;
}
.news-list .box:hover .news-arrow{
    border: 1px solid #006AB3;
    background: #006AB3;
}
.news-list .news-arrow span {
    overflow: hidden;
    width: 20px;
    height: 20px;
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
}
.news-list .news-arrow span:before {
    font-family: 'icon-font-3' !important;
    content: "\c90d";
    color: #CDCDCD;
    position: absolute;
    left: calc(50% - 7px);
    top: calc(50% - 8px);
    transition: all .6s ease;
    font-size: 15px;
    line-height: 15px;
}
.news-list .box:hover .news-arrow span:before{
    left: calc(50% + 10px);
    color: #FFF;
}
.news-list .news-arrow span:after {
    font-family: 'icon-font-3' !important;
    content: "\c90d";
    color: #CDCDCD;
    position: absolute;
    left: calc(50% - 26px);
    top: calc(50% - 8px);
    transition: all .6s ease;
    font-size: 15px;
    line-height: 15px;
}
.news-list .box:hover .news-arrow span:after{
    left: calc(50% - 7px);
    color: #FFF;
}
/******************************/
.sect2 {
    padding: 50px 0 21px;
}
.products-list {
    position: relative;
    z-index: 2;
    margin: 0 -30px;
}
.products-list a.cover{
    text-indent: -9999999px;
    position: absolute;
    font-size: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}
.products-list .item {
    width: 25%;
    padding: 0 25px;
}
.products-list .item:nth-child(4n+1) {
    clear: left;
}
.products-list .box {
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
    position: relative;
    margin-bottom: 50px;
    max-width: 320px;
    box-shadow: 5px 9px 10px 0 rgb(0 0 0 / 18%);
}
.products-sect .ibtn.more{
    position: absolute;
    right: 47px;
    top: calc(50% - -12px);
    width: 30px;
    height: 30px;
    border: 1px solid #4C4C4C;
    border-radius: 50%;
    transition: all .6s ease;
    font-size: 0;
    text-indent: unset;
}
.products-sect .box .ibtn.more:hover{
    border: 1px solid #006AB3;
    background: #006AB3;
}
.products-sect .ibtn.more span {
    overflow: hidden;
    width: 20px;
    height: 20px;
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    text-indent: unset;
}
.products-sect .ibtn.more span:before {
    font-family: 'icon-font-3' !important;
    content: "\c90d";
    color: #4C4C4C;
    position: absolute;
    left: calc(50% - 7px);
    top: calc(50% - 8px);
    transition: all .6s ease;
    font-size: 15px;
    line-height: 15px;
}
.products-sect .ibtn.more:hover  span:before{
    left: calc(50% + 10px);
    color: #FFF;
}
.products-sect .ibtn.more span:after {
    font-family: 'icon-font-3' !important;
    content: "\c90d";
    color: #4C4C4C;
    position: absolute;
    left: calc(50% - 26px);
    top: calc(50% - 8px);
    transition: all .6s ease;
    font-size: 15px;
    line-height: 15px;
}
.products-sect .ibtn.more:hover  span:after{
    left: calc(50% - 7px);
    color: #FFF;
}
.products-list .item.first-item .box{
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
    background: linear-gradient(to bottom,#102B84,#009DDF);
    position: relative;
    z-index: 0;
}
.products-list .item.first-item .box:before{
    content: "";
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    left: 15px;
    top: 15px;
    background: url(../../images/common/index/index-about-bg-3.png) 0 100% no-repeat, #FFF;
    position: absolute;
    z-index: -1;
}
.products-list .item.first-item .box  .index-title > span{
    font-family: 'Taviraj', serif;
    font-size: 50px;
    font-weight: 800;
    color: #102B84;
    margin-bottom: 2px;
    line-height: 50px;
    display: block;
}
.products-list .item.first-item .box  .index-title > h2{
    font-family: 'Noto Serif TC', serif;
    font-size: 28px;
    margin: 0;
    line-height: 28px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 2px;
}
.products-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:999;
}
.products-list .pic {
    position: relative;
    overflow: hidden;
    transition:all .6s ease;
}
.products-list .box:hover .pic{
    -webkit-transform: translate(0, -54px);
    transform: translate(0, -54px);
}
.products-list .txt {
    background: rgba(0,110,183,0.85);
    padding: 10px 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -81px;
    z-index: 9;
    margin: auto;
    height: 129px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all .6s ease;
    box-sizing: border-box;
}
.products-list .box:hover .txt{
    bottom: 0px;
    background: #124681;
}
.products-list .name {
    font-size: 17px;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 30px;
    color: #FFF;
    font-family: 'Noto Serif TC', serif;
}
.products-list .description {
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 73px;
    color: #FFF;
}
/******************************/
.sect3 .container:before{
    content: "";
    background: linear-gradient(to right,#0C3A8F,#006BB4);
    width: 1198px;
    height: 900px;
    position: absolute;
    left: -218px;
    top: 0;
    z-index: -1;
}
.sect3 .container:after{
    visibility: visible;
    content: "";
    background:transparent;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 200px 900px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    left: 780px;
    top: 0;
    z-index: -1;
}
.sect3 .row {
    display: flex;
    position: relative;
}
.sect3 .row:before {
    content: "";
    background: url(../../images/common/index/index-about-bg.png);
    width: 924px;
    height: 335px;
    position: absolute;
    right: -337px;
    bottom: 39px;
    z-index: -1;
}
.sect3 .row:after {
    content: "";
    background: url(../../images/common/index/index-about-bg-2.png);
    width: 765px;
    height: 444px;
    position: absolute;
    right: -407px;
    top: -278px;
    z-index: -1;
}
.sect3 .col1 {
    width: 65%;
    box-sizing: border-box;
    padding-top: 86px;
}
.sect3 .col2 {
    width: 35%;
    box-sizing: border-box;
    padding-top: 86px;
}
.service-sect .index-title{
    position: relative; 
}
.service-sect .index-title  span{
    font-family: 'Taviraj', serif;
    font-size: 50px;
    font-weight: 800;
    color: #FFF;
    margin-bottom: 2px;
    line-height: 50px;
    display: block;
}
.service-sect .index-title  h2{
    font-family: 'Noto Serif TC', serif;
    font-size: 28px;
    margin: 0;
    line-height: 28px;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 2px;
}
.service-sect .ibtn.more{
    position: absolute;
    left: 255px;
    top: calc(50% - -12px);
    width: 30px;
    height: 30px;
    border: 1px solid #FFF;
    border-radius: 50%;
    transition: all .6s ease;
    font-size: 0;
    text-indent: unset;
}
.service-sect .ibtn.more:hover{
    border: 1px solid #FFF;
    background: #FFF;
}
.service-sect .ibtn.more span {
    overflow: hidden;
    width: 20px;
    height: 20px;
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    text-indent: unset;
}
.service-sect .ibtn.more span:before {
    font-family: 'icon-font-3' !important;
    content: "\c90d";
    color: #FFF;
    position: absolute;
    left: calc(50% - 7px);
    top: calc(50% - 8px);
    transition: all .6s ease;
    font-size: 15px;
    line-height: 15px;
}
.service-sect .ibtn.more:hover  span:before{
    left: calc(50% + 10px);
    color: #006AB3;
}
.service-sect .ibtn.more span:after {
    font-family: 'icon-font-3' !important;
    content: "\c90d";
    color: #FFF;
    position: absolute;
    left: calc(50% - 26px);
    top: calc(50% - 8px);
    transition: all .6s ease;
    font-size: 15px;
    line-height: 15px;
}
.service-sect .ibtn.more:hover  span:after{
    left: calc(50% - 7px);
    color: #006AB3;
}
.service-sect .editor {
    max-width: 755px;
    padding: 40px 0 40px;
}
.about-sect .index-title{
    position: relative;
    margin-bottom: 35px;
}
.about-sect .index-title  span{
    font-family: 'Taviraj', serif;
    font-size: 50px;
    font-weight: 800;
    color: #102A83;
    margin-bottom: 2px;
    line-height: 50px;
    display: block;
    position: relative;
    left: -82px;
}
.about-sect .index-title  h2{
    font-family: 'Noto Serif TC', serif;
    font-size: 28px;
    margin: 0;
    line-height: 28px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 2px;
}
.about-sect article.editor{
    color: #647474;
    font-size: 18px;
    line-height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 168px;
    letter-spacing: 2px;
}
.about-sect .btn.more{
    margin-top: 60px;
    margin-right: 0;
}
/******************************/
.sect4{
    position: relative;
    z-index: 2;
} 
.album-sect a.open-album.cover{
	text-indent: -9999999px;
    position: absolute;
    font-size: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}
.album-sect {
    background: #fff;
    position: relative;
    padding: 28px 48px 70px;
}
.album-sect .index-title{
    position: relative;
    margin-bottom: 34px;
    text-align: center;
}
.album-sect .index-title  span{
    font-family: 'Taviraj', serif;
    font-size: 50px;
    font-weight: 800;
    color: #102A83;
    margin-bottom: 2px;
    line-height: 50px;
    display: block;
    position: relative;
}
.album-sect .index-title  h2{
    font-family: 'Noto Serif TC', serif;
    font-size: 28px;
    margin: 0;
    line-height: 28px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 2px;
}
.album-list {
    margin: 0 -5px;
}
.album-list .item {
    width: 20%;
    padding: 0 5px;
}
.album-list .box {
    max-width: 260px;
    margin: 0 auto;
    position: relative;
}
.album-list .fancybox {
    display: none;
}
.album-list .pic {
    overflow: hidden;
}
.album-list .name {
    background: url(../../images/common/album/name_ic.png) 12px 50% no-repeat rgba(0,110,183,0.85);
    font-family: 'Noto Serif TC', serif;
    color: #fff;
    font-size: 17px;
    display: block;
    padding: 8px 12px 8px 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .3s ease;
}
.album-list .box:hover .name {
    background: url(../../images/common/album/name_ic.png) 12px 50% no-repeat #102A83;
}
.album-sect .slick-prev{
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #CDCDCD;
    border-radius: 50%;
    transition: all .6s ease;
    top: calc(50% - 15px);
    right: -40px;
    cursor: pointer;
    background: transparent;
}
.album-sect .slick-prev:hover{
    border: 1px solid #006AB3;
    background: #006AB3;
}
.album-sect .slick-prev span {
    overflow: hidden;
    width: 20px;
    height: 20px;
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
}
.album-sect .slick-prev span:before {
    font-family: 'icon-font-3' !important;
    content: "\c90d";
    color: #CDCDCD;
    position: absolute;
    left: calc(50% - 7px);
    top: calc(50% - 8px);
    transition: all .6s ease;
    font-size: 15px;
    line-height: 15px;
}
.album-sect .slick-prev:hover span:before{
    left: calc(50% + 10px);
    color: #FFF;
}
.album-sect .slick-prev span:after {
    font-family: 'icon-font-3' !important;
    content: "\c90d";
    color: #CDCDCD;
    position: absolute;
    left: calc(50% - 26px);
    top: calc(50% - 8px);
    transition: all .6s ease;
    font-size: 15px;
    line-height: 15px;
}
.album-sect .slick-prev:hover span:after{
    left: calc(50% - 7px);
    color: #FFF;
}
.album-sect .slick-next{
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #CDCDCD;
    border-radius: 50%;
    transition: all .6s ease;
    top: calc(50% - 15px);
    left: -40px;
    cursor: pointer;
    background: transparent;
}
.album-sect .slick-next:hover{
    border: 1px solid #006AB3;
    background: #006AB3;
}
.album-sect .slick-next span {
    overflow: hidden;
    width: 20px;
    height: 20px;
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
}
.album-sect .slick-next span:before {
    font-family: 'icon-font-3' !important;
    content: "\c91a";
    color: #CDCDCD;
    position: absolute;
    left: calc(50% - 7px);
    top: calc(50% - 8px);
    transition: all .6s ease;
    font-size: 15px;
    line-height: 15px;
}
.album-sect .slick-next:hover span:before{
    left: calc(50% - 26px);
    color: #FFF;
}
.album-sect .slick-next span:after {
    font-family: 'icon-font-3' !important;
    content: "\c91a";
    color: #CDCDCD;
    position: absolute;
    left: calc(50% + 16px);
    top: calc(50% - 8px);
    transition: all .6s ease;
    font-size: 15px;
    line-height: 15px;
}
.album-sect .slick-next:hover span:after{
    left: calc(50% - 7px);
    color: #FFF;
}
.sect5{
    position: relative;
    z-index: 0;
    padding-bottom: 102px;
    overflow: hidden;
}
.sect5:before{
    content: "";
    background: url(../../images/common/index/index-bottom-bg.png);
    width: 1920px;
    height: 280px;
    position: absolute;
    left: calc(50% - 960px);
    bottom: 0px;
    z-index: -1;
}
.site-footer {
    border-top: 0;
}
@media screen and (max-width: 1440px) {
    .sect3 .container{
        padding-left: 0;
        padding-right: 0;
    }
    .sect3 .row {
        flex-direction: column;
    }
    .sect3 .col1 {
        width: 100%;
        padding-top: 40px;
        background: linear-gradient(to right,#0C3A8F,#006BB4);
    }
    .sect3 .col2 {
        width: 100%;
        padding-top: 0px;
    }
    .service-sect .index-title{    
        width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
    .service-sect .editor {
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .service-sect .index-title span {
        font-size: 42px; 
    }
    .service-sect .ibtn.more {
        left: 212px;
    }
    .about-sect{
        padding-top: 70px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .about-sect .index-title {
        margin-bottom: 30px;
        text-align: center;
    }
    .about-sect .index-title  span{
        left: 0;
    }
    .about-sect article.editor{
        display: block;
        height: unset;
        max-width: 800px;
        margin: 0 auto;
    }
    .about-sect .btn.more{
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    .sect3 .row:before {
        width: 600px;
        background-size: contain;
        background-repeat: no-repeat;
        bottom: -78px;
        right: -301px;
        opacity: 0.3;
    }
    .sect3 .row:after {
        content: "";
        background: #e3f4fb;
        width: calc(100% - 299px);
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 39px;
        z-index: -2;
        top: unset;
    }
    .sect3 .container:before{
        display: none;
    }
    .sect3 .container:after{
        display: none;
    }
    .album-sect {
        padding-top: 52px;
    }
}
@media screen and (max-width: 1340px) {
    .products-list {
        margin: 0 -15px;
    }
    .products-list .item {
        padding: 0 15px;
    }
    .products-list .item.first-item .box  .index-title > span{
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 6px;
    }
    .products-list .item.first-item .box  .index-title > h2{
        font-size: 24px;
        line-height: 24px;
    }
    .products-list .item.first-item .index-title{
        height: 60px;
    }
    .products-sect .ibtn.more{
        right: calc(50% - 77px);
        top: calc(50% + 9px);
    }
}
@media screen and (max-width: 1180px) {
    .banner:before {
        display: none;
    }
    .banner {
        padding: 0;
    }
    .sect1:after {
        content: "";
        background: #E4F0FF;
        width: 100%;
        height: 150px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }
}
@media screen and (max-width: 1000px) {
    .banner {
        padding: 0px 0 0px;
        margin: 0;
    }
    .site-main .btn.more {
        background: linear-gradient(to right,#102A83,#102A83,#009EE0);
        width: 200px;
        height: 40px;
        line-height: 40px;
    }
    .site-main .btn.more span {
        right: calc(50% - 88px);
    }
    .sect1 {
        padding: 40px 0 30px;
    }
    .sect1:after {
        height: 75px;
    }
    .sect1 .container:before{
        display: none;
    }
    .sect1 .container:after{
        display: none;
    }
    .news-list{
        margin-left: 0;
        padding-left: 0px;
    }
    .news-sect .index-title span {
        font-size: 30px;
        line-height: 30px;
        margin-left: 4px;
        margin-right: 4px;
    }
    .news-sect .index-title h2 {
        font-size: 25px;
        line-height: 25px;
        margin-left: 4px;
        margin-right: 4px;
    }
    .news-sect .index-title {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 30px;
        /* background-position: 0 0%; */
    }
    .products-list .item {
        width: 50%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: unset;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 767px) {
    .banner .slick-prev,
    .banner .slick-next {
        width: 30px;
        height: 30px;
        background-size: 60px auto;
        display: none !important;
    }
    .banner .slick-prev {
        margin-left: -31px;
    }

    .sect2 {
        padding: 25px 0 48px;
    }
    .products-list .item.first-item .box{
        aspect-ratio: unset;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .products-list .item.first-item .box:before{
        background: #fff;
    }
    .products-list .item {
        width: 100%;
    }
    .products-sect .index-title span {
        font-size: 30px;
        line-height: 30px;
    }
    .products-sect .index-title h2 {
        font-size: 25px;
        line-height: 25px;
    }
    .products-sect .ibtn.more{
        margin-top: 0px;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
    .service-sect .editor {
        padding-bottom: 20px;
    }
    .sect5{
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 500px) {
    .news-list .date {
        float: none;
    }
    .news-list .date:after {
        width: 1px;
        height: 13px;
        right: -12px;
        top: 2px;
        background: #a0a0a0;
    }
    .news-list .name {
        margin: 0;
    }
    .service-sect .index-title{
        width: 240px;
    }
    .service-sect .index-title  span{
        font-size: 34px;
        line-height: 34px;
    }
    .service-sect .index-title  h2{
        font-size: 24px;
        line-height: 24px;
    }
    .service-sect .ibtn.more{
        top: calc(50% + 3px);
    }
    .about-sect .index-title  span{
        font-size: 34px;
        line-height: 34px;
    }
    .about-sect .index-title  h2{
        font-size: 24px;
        line-height: 24px;
    }
    .about-sect article.editor {
        font-size: 16px;
        line-height: 29px;
    }
    .album-sect .index-title  span{
        font-size: 34px;
        line-height: 34px;
    }
    .album-sect .index-title  h2{
        font-size: 24px;
        line-height: 24px;
    }
}