.wrapper{
    border:none;
}

.banner,.sect1{
    border-left:  solid 3px #004088;
    border-right:  solid 3px #004088;
}
.sect1{
    border-bottom: solid 1px #004088;
}
.banner {
    padding-bottom: 40px;
}
.banner .slick-dots {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%; 
    bottom: 2%;
    z-index: 2;
}

.banner .slick-dots li {
    display: inline-block;
    margin: 0 15px;
}

.banner .slick-dots button {
    background: #c1ab9f;
    border: 0;
    width: 10px;
    height: 12px;
    border-radius: 50%;
    color: transparent;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.48);
    cursor: pointer;
}

.banner .slick-active button {
    background: #fb6759;
}
.banner-nav {
    position: absolute;
    z-index: 200;
    bottom: 0;
    left: 0;
    right: 0;
}
.banner-nav .item {
    width: 33.33%;
}
.banner-nav .item.bg1 {
    background: rgba(210,115,115,0.70);
}
.banner-nav .item.bg2 {
    background: rgba(208,214,116,0.70);
}
.banner-nav .item.bg3 {
    background: rgba(75,145,165,0.70);
}
.banner-nav .box {
    padding: 20px;
    overflow: hidden;
    cursor: pointer;
}
.banner-nav .pic {
    float: left;
    position: relative;
    overflow: hidden;
    max-width: 124px;
}
.banner-nav .pic:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.banner-nav .box:hover .pic:before {
    opacity: 1;
}
.banner-nav .txt {
    margin-left: 140px;
    color: #fff;
}
.banner-nav .name {
    font-size: 18px;
    font-weight: bold;
    margin: 8px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 28px;
}
.banner-nav .description {
    opacity: 0.65;
    font-size: 15px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 53px;
}

.sect1 {
    padding: 54px 0 100px;
    text-align: center;
}
.sect1 .scroll_img{
    transition: 2s;
    transform:translateY(0px);
    position:absolute;
    max-width:100%;
    z-index:3;
}

.sect1 .scroll_img:hover{
    transition: 0.7s;
    transform:translateY(10px);
}
.sect1 .scroll_img1{
    left: 20%;
    top: 68px;
}
.sect1 .scroll_img2{
    left: 5%;
    top: 200px;
}
.sect1 .scroll_img3{
    right: 0%;
    top: 137px;
}
.sect1 .scroll_img4{
    right: 10%;
    top: 321px;
}
.about-sect {
    display: block;
    max-width: 780px;
    margin: 0 auto;
    line-height: 2;
}
.about-sect:hover {
    opacity: 0.8;
}
.about-sect .sect-title {
    text-align: left;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    background: url('../../images/common/index/about_title.png') no-repeat;
    width: 112px;
    height: 112px;
    margin: 0 auto 10px;
}


.sect2 {
    padding: 82px 0 0;
    background: url(../../images/common/index/ad_bg.jpg) top no-repeat;
    background-size: 100% auto;
    margin-bottom: -150px;
}
.sect3{
    padding: 175px 0 0;
    background: url(../../images/common/index/products_bg.jpg) top no-repeat;
    background-size: 100% auto;  
}
.service-sect {
    padding: 0px 0 0px 0;
}
.service-sect .sect-title {
    color: #fff;
    font-family: Georgia, serif;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
    text-shadow: 4px 4px 7px rgba(0,0,0,0.65);
}
.sect-title{
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 45px;
}
.sect-title .txt{

    font-family: 'Roboto Condensed';
    font-size: 45px;
    color: #003F86;
    letter-spacing: 5px;

}
.products-sect .sect-title {
 
}

.products-sect .btn.more {
    display: block;
    margin:auto;
    color: #003F86;
    font-size: 17px;
    font-family: 'Roboto Condensed';
    transition: all .3s ease;
    border:solid #717070;
    border-width: 1px 0;
    text-align: center;
    padding:20px 0;
    border-radius: 0;
    transition: all 0.2s ease;

}
.products-sect .btn.more:after{
    content: '';
    display: inline-block;
    background: url(../../images/common/index/more_ic.png);
    width: 12px;
    height: 10px;
    margin-left: 14px;
}
.products-sect .btn.more:hover {
    color: #000000;
    letter-spacing: 2px;
}
.products-list {
    margin: 0 -10px;
}
.products-list .item {
    width: 25%;
    padding: 0 10px;
}
.products-list .item:nth-child(4n+1) {
    clear: left;
}
.products-list .box {
    max-width: 330px;
    margin: 0 auto 0px;
    position: relative;
}
.products-list .box.new .pic-box:before {
    content: '';
    display: block;
    background: url('../../images/common/products/new_tag.png') no-repeat;
    width: 48px;
    height: 48px;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}

.products-list .txt {
    padding: 10px 25px 10px 0;
    width: 90%;
    box-sizing: border-box;
    position: relative;
    margin-top: 0;
    background:#fff; 
    transition: all .3s ease;
}
.products-list .name {
    color: #000000;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 32px;
    box-sizing: border-box;
}
.products-list .namebox{
     position: relative;
    padding:10px 15px;
    border-bottom: solid 1px #E6E7E7;
}
.products-list .namebox:after{
    transition: all .3s ease;
    content: '';
    display: block;
    width: 90px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #00B0EC;
}

.products-list .description {
    color: #717070;
    font-size: 14px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
    margin-top: 20px;
    padding:0 15px;
    transition: all .3s ease;
    opacity: 0;
}
.products-list .box:hover .namebox:after{
    width: 100%;

}
.products-list .box:hover .txt{
    margin-top: -62px;
    box-shadow: 15px 15px 20px rgba(0,0,0,0.12);
}
.products-list .box:hover .description {
    opacity: 1;
}

.sect4 {
    background: url('../../images/common/index/news_bg.jpg') fixed;
    background-size: 100% auto;
    background-position: center center;
    padding: 65px 0 85px;
    border-left: solid 3px #004088;
    border-right: solid 3px #004088;
    border-bottom: solid 3px #004088;
}
.news-sect .sect-title {
    font-weight: bold;
    color: #004088;
    font-family: 'Roboto Condensed','微軟正黑體', serif;
    font-size: 45px;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 10px;
    letter-spacing: 5px;
}

.news-sect .sect-title:before {
    margin-right: 20px;
}
.news-sect .sect-title:after {
    margin-left: 20px;
}
.news-sect .btn.more {
    letter-spacing: 0;
    border:solid 1px #003F86;
    color: #003F86;
    font-family: 'Roboto Condensed';
    font-size: 17px;
    width: 100%;
    max-width: 188px;
    line-height: 42px;
    margin: 0px auto 28px;
    display: block;
    border-radius: 50px;
-moz-transform: perspective(400px) translateZ(0px);
    -webkit-transform: perspective(400px) translateZ(0px);
    -o-transform: perspective(400px) translateZ(0px);
    -ms-transform: perspective(400px) translateZ(0px);
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition-property: color, background-color, border-color, transform;
    -webkit-transition-property: color, background-color, border-color, transform;
    -o-transition-property: color, background-color, border-color, transform;
    -ms-transition-property: color, background-color, border-color, transform;
}
.news-sect .btn.more:hover {
    background: #003F86;
    color: #fff;
        -moz-transform: perspective(400px) translateZ(25px);
    -webkit-transform: perspective(400px) translateZ(25px);
    -o-transform: perspective(400px) translateZ(25px);
    -ms-transform: perspective(400px) translateZ(25px);
}
.news-list {
    margin: 0 -6px;
}
.news-list .item {
    width: 33.33%;
    padding: 0 6px;

}
.news-list .box {
    background: #fff;
    padding: 17px 20px 17px 124px;
    position: relative;
    top: 15px;
    transition: all .3s ease;
}
.news-list .box:hover {
    top: 0;
    box-shadow: 15px 15px 20px rgba(0,0,0,0.12)
}
.news-list .date {
    display: inline-block;
    color: #FAFAF8;
    font-weight: bold;
    font-family: 'Roboto Condensed';
    font-size: 60px;
    line-height: 1;
    text-align: center;
    position: absolute;
    left: 7px;
    top: 7px;
    bottom: 7px;
    background:#00B0EC;
    transition: all .3s ease;
    padding:25px 15px 0;
}
.news-list .box:hover .date{
    background:#0386E7; 
}
.news-list .date small {
    display: block;
    font-size: 18px;
    line-height: 23px;
    margin-top: 3px;
    font-weight: normal;
}

.news-list .name {
    color: #000000;
    font-size: 18px;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 28px;
    margin-top: 15px;
}

.news-list .description {
    margin-top: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 49px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #717070;
}
.news-list .box:hover .description {
    color: #444;
}

.sect5{
    padding: 65px 0 80px;
    position: relative;
}
.sect5:before{
    content: '';
    display: block;
    position: absolute;
    background: #00A1E9;
    height: 40%;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.sect5 .container {
    max-width: 1280px;
}
.album-sect .sect-title {

}
.album-sect .sect-title .txt {

}
.album-sect  .sect-title {
    white-space: nowrap;
    overflow: hidden;
    background: url(../../images/common/index/video_title.png) no-repeat;
    width: 112px;
    padding-top: 112px;
    margin: 0 auto 10px;

}
.album-sect .sect-title span{
    display: block;
    margin:10px auto 20px ;
}
.album-sect .btn.more {
    letter-spacing: 0;
    border:solid 1px #003F86;
    color: #003F86;
    font-family: 'Roboto Condensed';
    font-size: 17px;
    width: 100%;
    max-width: 188px;
    line-height: 42px;
    margin: 0px auto 28px;
    display: block;
    border-radius: 50px;
-moz-transform: perspective(400px) translateZ(0px);
    -webkit-transform: perspective(400px) translateZ(0px);
    -o-transform: perspective(400px) translateZ(0px);
    -ms-transform: perspective(400px) translateZ(0px);
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition-property: color, background-color, border-color, transform;
    -webkit-transition-property: color, background-color, border-color, transform;
    -o-transition-property: color, background-color, border-color, transform;
    -ms-transition-property: color, background-color, border-color, transform;
}
.album-sect .btn.more:hover {
    background: #003F86;
    color: #fff;
        -moz-transform: perspective(400px) translateZ(25px);
    -webkit-transform: perspective(400px) translateZ(25px);
    -o-transform: perspective(400px) translateZ(25px);
    -ms-transform: perspective(400px) translateZ(25px);
}
.album-list {
    margin: 0 -10px;
}
.album-list .item {
    width: 33.33%;
    padding: 0 10px;
}
.album-list .box {
    max-width: 360px;
    margin: 0 auto 30px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.album-list .box .name{
    color: #FFFFFF;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 32px;
    box-sizing: border-box;
}
.album-list .namebox{
    position: relative;
    padding:10px 6px;
    max-width: 253px;
    border-bottom: solid 1px #004088;
}
.album-list .namebox:after{
    transition: all .3s ease;
    content: '';
    display: block;
    width: 90px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #fff;
}
.album-list .box:hover .namebox:after{
    width: 100%;
}
.album-list .fancybox {
    display: none;
}
.album-list .pic {
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.sect6 {
    background: #eee;
    padding: 30px 0;
}
.links-sect {
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    padding: 0 60px;
}
.links-sect .slick-prev,
.links-sect .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/links_arrow.png') no-repeat;
    width: 25px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
}
.links-sect .slick-prev {
    background-position: 0 0;
    left: 15px;
}
.links-sect .slick-next {
    background-position: 100% 0;
    right: 15px;
}
.links-sect .slick-prev:hover {
    background-position: 0 100%;
}
.links-sect .slick-next:hover {
    background-position: 100% 100%;
}
.links-list {
    margin: 0 -5px;
}
.links-list .item {
    width: 20%;
    padding: 0 5px;
}
.links-list .box {
    display: block;
    max-width: 350px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    opacity: 0.5;
    text-align: center;
}
.links-list .box:hover {
    opacity: 1;
}
.links-list .name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.50);
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px;
}
.service-sect {
    padding-right: 0%;
}
@media screen and (max-width: 1400px) {
.sect1 .scroll_img{
    display: none;
}
}
@media screen and (max-width: 1200px) {
    .banner-nav {
        position: static;
        text-align: center;
    }
    .banner-nav .pic {
        float: none;
        margin: 0 auto;
    }
    .banner-nav .txt {
        margin-left: 0;
    }
    .service-sect {
        background-position: 80% 0;
    }
    .service-sect .sect-title {
        font-size: 36px;
    }
    .news-list .box {
        padding: 25px 20px;
        text-align: center;
        max-width: 320px;
    }
    .news-list .date {
        position: static;
        margin: 0px 0 10px;
    }
}
@media screen and (max-width: 1000px) {
    .products-list .item {
        width: 50%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
    .sect1{
        padding:30px 0;
    }
    .banner{
        padding-bottom: 10px;
    }
    .sect2{
        padding-top: 30px;
    }
     .news-sect .btn.more {
        margin: 15px auto;
    }
    .news-sect .sect-title{
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 767px) {
    .banner-nav .box {
        padding: 15px;
    }
    .banner-nav .pic {
        margin: 0 auto;
    }
    .banner-nav .txt {
        display: none;
    }
    .service-sect {
        background-position: 0 0;
    }
    .service-sect .sect-title {
        font-size: 28px;
    }
    .sect4 {
        padding-top: 40px;
        background: #e3f8ff
    }
    .news-sect .sect-title {
        font-size: 26px;
    }
    .news-sect .sect-title:before {
        margin-right: 10px;
    }
    .news-sect .sect-title:after {
        margin-left: 10px;
    }
    .news-list .item {
        width: 100%;
    }
    .news-list .box {
        padding: 25px 20px 25px 124px;
        text-align: left;
        max-width: none;
        margin: 3px auto;
    }
    .news-list .date {
        position: absolute;
        margin-bottom: 0;
    }
    .news-list .box:hover{
        top: 15px;
    }
   
    .sect5 {
        padding: 40px 0 10px;
    }
    .album-sect .sect-title {
        margin-bottom: 30px;
    }
    .links-sect {
        padding: 0 30px;
    }
    .links-sect .slick-prev {
        left: -5px;
    }
    .links-sect .slick-next {
        right: -5px;
    }
    .site-header, .header-fixed .site-header{
            border-top: solid 3px #004088;
    border-left: solid 3px #004088;
    border-right: solid 3px #004088;
    }
}
@media screen and (max-width: 600px) {
    .album-list{
        background: #00A1E9;
        padding-top: 30px;
        margin: 0 -15px;
    }
    .album-list .item {
        width: 100%;
    }
}
@media screen and (max-width: 520px) {
    .products-list .item {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .service-sect .sect-title {
        font-size: 24px;
    }
}
@media screen and (max-width: 400px) {
    .banner-nav .box {
        padding: 10px;
    }
    .news-list .box {
        padding: 25px 20px;
        text-align: center;
        max-width: 320px;
    }
    .news-list .date {
        position: static;
        margin: -5px 0 10px;
    }
}