.banner .slick-dots {
    position: absolute;
    bottom: 10px;
    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;
}

.sect1 {
    background: url('../../images/common/index/about_bg.png') 0% 0  no-repeat;
    background-size: 100%;
}
.about-sect {
    position: relative;
    top: -80px;
}
.about-sect .editor {
    max-width: 1200px;
    margin: 0 auto;
}
.about-sect .more {
    display: block;
    margin: 30px auto 0;
    width: 90%;
    max-width: 350px;
}

.sect2 {
    background: url('../../images/common/index/news_bg.jpg') 50% 0 no-repeat fixed;
}
.news-sect {
    padding: 100px 0 60px;
}
.news-sect .sect-title {
    color: #fff;
    font-size: 42px;
    /* font-weight: bold; */
    margin-bottom: 25px;
    text-align: center;
    font-family: 'Anton', sans-serif;
}
.news-sect .sect-title:after{
    content:'';
    display:block;
    margin:-5px auto 0;
    background: #F39800;
    width:40px;
    height:3px;
}
.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;
    box-sizing: border-box;
    padding: 0 0 25px;
    background: #FFFFFF;
    transition: all .3s ease;
    top:0;
}
.news-list .box:hover {
    top:-10px;
    box-shadow:0px 0px 12px 4px #01cee9;
}
.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: 15px;
}
.news-list .txt {
    position: relative;
    padding-left: 76px;
    margin: 0 15px;
}
.news-list .date {
    display: block;
    width: 60px;
    color: #333;
    font-family: 'Anton', sans-serif;
    font-size: 45px;
    line-height: 1;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}
.news-list .date small {
    display: block;
    font-size: 14px;
    margin:5px 0 0;
}
.news-list .name {
    color: #0093FF;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 27px;
    margin-bottom: 2px;
}
.news-list .description {
    color: #676759;
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
}
.news-list .more {
    display: block;
    width: 170px;
    color: #01CEE9;
    font-size: 14px;
    text-align: center;
    line-height: 31px;
    border: 2px solid #01CEE9;
    border-radius: 6px;
    margin: 18px auto 0;
    transition:all .4s ease;
    font-family: 'Oswald', sans-serif;
}
.news-list .box:hover .more {
    
    border: 2px solid transparent;
    color: #fff;
    box-shadow: inset 0 0 0 20px #0059B2;
}

.service-sect {
    padding: 70px 0;
}
.service-sect .sect-title {
    color: #00468C;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 18px;
}

.sect3 {
    padding: 70px 0;
}
.products-sect .sect-title {
    color: #0b3775;
    font-size: 42px;
    /* font-weight: bold; */
    /* margin-bottom: 20px; */
    text-align: center;
    font-family: 'Anton', sans-serif;
}
.products-sect .btn.more {
    /* display: block; */
    /* color: #00468C; */
    /* font-size: 25px; */
    /* font-weight: bold; */
    /* line-height: 50px; */
    /* border: 1px solid #00468C; */
    /* border-radius: 6px; */
    /* overflow: hidden; */
    /* position: relative; */
    /* width: 286px; */
    /* padding-right: 52px; */
    /* margin: 0 auto 45px; */
}
.products-sect .btn.more {
    display: block;
    /* color: #00468C; */
    /* font-size: 25px; */
    /* font-weight: bold; */
    /* line-height: 50px; */
    /* border: 1px solid #00468C; */
    /* border-radius: 6px; */
    overflow: hidden;
    position: relative;
    /* width: 286px; */
    /* padding-right: 52px; */
    margin: 0px auto 45px;
}
.products-sect .btn.more:hover {
    color: #33E2F6;
    border-color: #33E2F6;
}
.products-sect .btn.more .ic {
    background: #00468C;
    color: #fff;
    width: 40px;
    line-height: 40px;
    border-radius: 100%;
    /* position: absolute; */
    /* top: 0; */
    /* bottom: 0; */
    /* right: 0; */
    /* font-size: 20px; */
}
.products-sect .btn.more:hover .ic {
    background: #f39800;
}
.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;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
}
.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 .box.new:after {
    content: 'NEW';
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    color: #fff;
    background:#0b3775;
    padding: 0 10px;
    font-size:18px;
    letter-spacing:0.05em;
    font-family: 'Anton', sans-serif;
}
.products-list .box:before {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0 solid #F39800;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.products-list .box:hover:before {
    border-width: 7px;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic:before {
    content: '';
    background: url('../../images/common/products/hover.png') 50% 50% no-repeat rgba(0,0,0,0.5);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.products-list .box:hover .pic:before {
    opacity: 1;
}
.products-list li .txt {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(0,16,64,0.75);
    padding: 10px 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    pointer-events: none;
}
.products-list .name {
    color: #4CD2FF;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 22px;
}
.products-list .description {
    color: #fff;
    font-size: 13px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 34px;
    margin: 5px 0;
}

.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% 5%;
    }
}
@media screen and (max-width: 1000px) {
    .about-sect {
        top: 0;
        padding: 45px 0;
    }
    .news-sect .sect-title,
    .service-sect .sect-title {
        text-align: center;
    }
    .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 {
        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%;
    }
    .album-list {
        margin: 0 -7px;
    }
    .album-list .item {
        padding: 2px 7px 5px;
    }
    .sect2 {
        background: url('../../images/common/index/news_bg.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    .banner .slick-dots li button{
        display: none!important;
    }
}
@media screen and (max-width: 767px) {
    .news-list .box {
        margin-bottom: 30px;
    }
    .news-sect {
        padding: 50px 0 40px;
    }
    .service-sect {
        padding: 30px 0;
    }
    .sect3 {
        padding: 30px 0 15px;
    }
    .album-list-box {
        padding: 0 30px;
    }
    .album-sect .slick-prev {
        left: -12px;
    }
    .album-sect .slick-next {
        right: -12px;
    }
    .products-sect .sect-title,
    .news-sect .sect-title{
        font-size: 32px;
    }
}
@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;
    }
}