.banner:after{
    content: '';
    display: block;
    background: url(../../images/common/index/banner_bottom.png) bottom no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 108px;
    position: absolute;
    bottom: -1px;left: 0;
    right: 0;
}
.banner .slick-dots {
    position: absolute;
    bottom: 110px;
    right: 50%;
    margin-right: -720px;
    z-index: 50;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_dot.png') no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer;
}
.banner .slick-dots li.slick-active button {
    background-position: 100% 0;
}
.btn.more {
    padding: 0 28px 0 34px;
    color: #fff;
    background: #0E376C;
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    width: 100%;
    letter-spacing: 1px;
    max-width: 283px;
    position: relative;
    text-align: left;
    margin: 70px auto 0;
    border: none;
    font-family: 'Roboto';
    font-weight: bold;
    display: block;
}

.btn.more:hover {
    background: #65AFFC;
}

.c-btn-line {
    position: absolute;
    top: 0;
    right: 8%;
    bottom: 0;
    display: block;
    margin: auto;
    max-width: 24px;
    width: 8%;
    height: 1px;
    background-color: #FFFFFF;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-btn-line:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 10px;
    height: 1px;
    background-color: #fff;
    content: "";
    opacity: 0;
    transition: .3s ease;
    -ms-transform: rotate(0);
    transform: rotate(0);
    -ms-transform-origin: right top;
    transform-origin: right top;

}

.btn.more:hover .c-btn-line ,.box:hover .c-btn-line{
    animation: btnline .5s 1 cubic-bezier(.645, .045, .355, 1);
}

.btn.more:hover .c-btn-line:before ,.box:hover .c-btn-line:before{
    opacity: 1;
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

@keyframes btnline {
    0% {
        transform: scale(1, 1);
        transform-origin: 100% 100%;
    }

    33% {
        transform: scale(0, 1);
        transform-origin: 100% 100%;
    }

    66% {
        transform: scale(0, 1);
        transform-origin: 0 0;
    }

    100% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
}
.about-editor-circle{
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
}
.about-editor-circle .col{
    margin: 0 8.5px;
}
.about-sect .about_txt{
    font-size: 16px;
    font-weight: bold;
    color: #003F59;
    letter-spacing: 1.3px;
    max-width: 767px;
    margin: auto;
    line-height: 1.65;
    text-align: center;

}
.about-sect .editor-title {
    color: #101010;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    margin: 0;
    font-family: Roboto;
}
.about-sect .editor-title2{
    font-family: Roboto;
    font-weight: 300;
    font-size: 40px;
    color: #101010;
    text-align: center;
    line-height: 1.4;
    margin: 0 0 23px;

}
.about-sect {
    position: relative;
    top: -100px;
    margin-bottom: -24px;
}
.sect2:before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: url(../../images/common/index/service_top.png) top no-repeat;
    background-size: 100% auto;
    width: 100%;
    padding-bottom: 16.816%;

}
.sect2 {
    position: relative;
    padding-top: 16.816%;

    background: url('../../images/common/index/service_bg.jpg') no-repeat fixed;
}
.sect2 .btn.more{
    position: relative;
    z-index: 2 ;
    background: #D7E4F7;
    color: #003F5A;

}
.sect2 .btn.more:hover{
    background: #65AFFC;
    color: #003F5B;

}
.sect2 .c-btn-line:before,.sect2 .c-btn-line{
    background: #00405C;

}
.service_pic{
    margin-top: -27px;
    margin-bottom: -60px;
}
.news-sect {
    background:#EBF0F7;
    padding-top: 130px;
    padding-bottom: 35px;
}
.news-sect .sect-title {
    color: #101010;
    font-family: Roboto;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center;
}
.news-list {
    margin: 0 -20px;
}
.news-list .item {
    width: 25%;
    padding: 0 20px;
}
.news-list .item:nth-child(4n+1) {
    clear: left;
}
.news-list .box {
    max-width: 330px;
    margin: 0 auto 50px;
    position: relative;
}
.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 .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 18px;
}
.news-list .box .pic img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}

.news-list .box:hover .pic img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-filter: blur(3px);
}
.news-list .txt {
    position: relative;
    padding-left: 76px;
}
.news-list .date {
    display: block;
    width: 60px;
    color:#101010;
    font-family:Roboto;
    font-size: 48px;
    line-height: 1;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    letter-spacing: 0;
}
.news-list .date small {
    display: block;
    font-size: 13px;
}
.news-list .name {
    color: #266BD2;
    font-size: 17px;
    margin-bottom: 9px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    height: 46px;
}
.news-list .description {
    color: #101010;
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 57px;
}
.news-list .btn.more {
    height: 45px;
    line-height: 45px;
    background: #4B8DF8;
    color: #FFFFFF;
    font-size: 17px;
    width: 153px;
    margin-top: 25px;
    padding-left: 17px;
    padding-right: 17px;
}
.news-list .box:hover .btn.more {
    background: #65AFFC;
}
.news-list .box .c-btn-line{
    width: 14%;
}
.news-list .box .c-btn-line:before,.news-list .box .c-btn-line{
    background: #fff;

}
.service-sect {
    padding: 60px 0 0;
}
.service-sect .sect-title {
    color: #4CD2FF;
    font-size: 30px;
    font-family: Roboto;
    text-align: center; 
    font-weight: bold;
    margin-bottom: 18px;
}
.service-sect .editor{
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    max-width: 675px;
    letter-spacing: 1.5px;
    margin: auto;
    line-height: 1.65;
    font-weight: bold;
}
.sect3 {
    padding: 100px 0;
}

.products-sect .more {
    border-radius:0;
    display: block;
    width: 410px;
    max-width: 100%;
    height:72px;
    color: #0D376C;
    font-size: 30px;
    margin: 0px auto 47px;
    line-height:66px;
    transition:all .3s ease;
    position: relative;
    letter-spacing: 0;
    box-sizing: border-box;
    border:solid 3px #0E376C;
    background:#fff;
    font-family: Roboto;
    font-weight: 500;
    overflow: hidden;
    z-index:1;
    transition: -webkit-all .55s cubic-bezier(.52,.08,.18,1);
    transition: all .55s cubic-bezier(.52,.08,.18,1);
    transition: all .55s cubic-bezier(.52,.08,.18,1),-webkit-transform .55s cubic-bezier(.52,.08,.18,1);
    text-align: center;
}
.products-sect .more:hover {
    color: #fff;
}
.products-sect .more:before {
    content:'';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 110%;
    height:100%;
    background:#0E376C;
    transition: -webkit-transform .55s cubic-bezier(.52,.08,.18,1);
    transition: transform .55s cubic-bezier(.52,.08,.18,1);
    transition: transform .55s cubic-bezier(.52,.08,.18,1),-webkit-transform .55s cubic-bezier(.52,.08,.18,1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: translateX(-101%) skewX(-17.62deg);
    transform: translateX(-101%) skewX(-17.62deg);
    backface-visibility: hidden;
    z-index:-1
}

.products-sect .more:hover:before {
    -webkit-transform: translateX(0) skewX(-17.62deg);
    transform: translateX(0) skewX(-17.62deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.products-sect .more:after {
    content:'';
    display:inline-block;
    background: url('../../images/common/index/arrow1.png')  no-repeat;
    width: 24px;
    height: 20px;
    margin-left: 15px;
    position: relative;
    top:0px;
    transition: -webkit-all .55s cubic-bezier(.52,.08,.18,1);
    transition: all .55s cubic-bezier(.52,.08,.18,1);
    transition: all .55s cubic-bezier(.52,.08,.18,1),-webkit-transform .55s cubic-bezier(.52,.08,.18,1);
}
.products-sect .more:hover:after {
    background: url('../../images/common/index/arrow2.png')  no-repeat;
     transform: translateX(5px);    
}
.products-list {
    margin: 0 -1.7%;
}
.products-list .item {
    width: 25%;
    padding: 0 1.7% 3.4%;
}
.products-list .item:first-child {
    width: 50%;
}
.products-list .box {
    max-width: 320px;
    margin: 0 auto;
    position: relative;
}
.products-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}

.products-list .item:first-child .box {
    max-width: 693px;
}

.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}

.products-list li .txt {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(0,32,53,0.75);
    padding: 11px 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    pointer-events: none;
    transition: all 0.3s ease;
}
.products-list .name {
    transition: all 0.3s ease;
    color: #4CD2FF;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.products-list .box:hover .txt{
    padding-top: 30px;
    padding-bottom: 30px;
}
.products-list .description {
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 0;
    margin-top: 0;
    transition: all 0.3s ease;

    /*height: 57px;*/
}
.products-list .box:hover .name{
    color: #FFFFFF;
}
.products-list .box:hover .description{
    height: 57px;
    margin-top: 10px;
}

.sect4 {
    background: url('../../images/common/index/sect4_bg.png') 50% 0 / cover no-repeat fixed;
    padding: 55px 0 35px;
}
.album-list-box {
    position: relative;
    padding: 0 50px;
}
.album-sect .slick-prev,
.album-sect .slick-next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    color: #fff;
    font-size: 40px;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.album-sect .slick-prev {
    left: -5px;
}
.album-sect .slick-next {
    right: -5px;
}
.album-sect .slick-prev:hover,
.album-sect .slick-next:hover {
    color: #0059B2;
}
.album-sect .slick-prev .ic,
.album-sect .slick-next .ic {
    vertical-align: middle;
}
.album-list {
    margin: 0 -16px;
}
.album-list .item {
    width: 25%;
    padding: 2px 16px 6px;
}
.album-list .box {
    max-width: 300px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 5px;
    background: #fff;
    box-shadow: 3px 3px 6px 0 rgba(0,51,102,0.25);
}
.album-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;

}
.album-list .fancybox {
    display: none;
}
.album-list .name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    margin: 5px;
    color: #48E5F2;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 12px;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.3s;
}
.album-list .box:hover .name {
    color: #000;
    background: rgba(72,229,242,0.8);
}
.album-list .name .ic {
    font-size: 22px;
    vertical-align: text-bottom;
    margin: 0 8px -1px 0;
}
.album-sect .btn.more {
    display: block;
    width: 175px;
    line-height: 35px;
    color: #00CDE9;
    font-family: '33535gillsansmt', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 14px;
    background: #fff;
    margin: 30px auto 0;
    border-radius: 6px;
    box-shadow: 3px 3px 6px 0 rgba(0,51,102,0.25);
}
.album-sect .btn.more:hover {
    background: #0059B2;
    color: #fff;
}

@media screen and (max-width: 1470px) {
    .banner .slick-dots {
        right: 0;
        left: 0;
        margin: 0;
        padding: 0 15px;
        text-align: right;
    }
}
@media screen and (max-width: 1300px) {
    .news-list {
        margin: 0 -7px;
    }
    .news-list .item {
        padding: 0 7px;
    }
    .products-sect {
        padding-bottom: 20px;
    }
    .products-list {
        margin: 0 -1%;
    }
    .products-list .item {
        padding: 0 1% 2%;
    }
}
@media screen and (max-width: 1000px) {
    .about-sect{
        margin-bottom: 0;
    }
    .products-list .box .txt{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .products-list .box .name{
        color: #FFFFFF;
    }
    .products-list .box .description{
        height: 57px;
        margin-top: 10px;
    }
    .products-list .box .offer:before{
        width: 93px;
    }
    .products-list .box .offer{
        color: #4CD2FF;
    }
    .btn.more{
        margin-top: 20px;
    }
    .about-sect .editor-title{
        font-size: 26px;
        letter-spacing: 0;
    }
    .about-sect .editor-title2{
        letter-spacing: 0;
        font-size: 20px;
    }
    .about-sect {
        top: 0;
        padding: 45px 0;
    }

    .news-sect .sect-title,
    .service-sect .sect-title {
        text-align: center;
        margin-bottom: 0px;

    }
    .news-list .box {
        margin-bottom: 30px;
    }
    .news-sect {
        padding: 60px 0 20px;
    }
    .service-sect {
        padding: 30px 0;
    }

    .news-list .item {
        width: 50%;
    }
    .news-list .item:nth-child(4n+1) {
        clear: none;
    }
    .news-list .item:nth-child(2n+1) {
        clear: left;
    }
    .service-sect {
        padding: 40px 0 50px;
    }
    .sect3 {
        padding: 40px 0 30px;
    }
    .products-sect .more{
        font-size: 26px;
    }
    .products-sect {
        max-width: 650px;
        margin: 0 auto;
    }
    .products-sect .btn.more {
        margin-bottom: 25px;
    }
    .products-list .item {
        width: 50%;
    }
    .products-list .item:first-child {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {


}
@media screen and (max-width: 580px) {
    .news-list .item {
        width: 100%;
    }
    .news-list .item:nth-child(n) {
        clear: none;
    }
    .products-list .item {
        width: 100%;
    }
    .products-list .item:nth-child(n) .box {
        max-width: 320px;
    }
}