.banner {
    margin-bottom: 40px;
}
/*.banner .container:before {
    content: '';
    display: block;
    background: url('../../images/common/deco_caret.png') 50% 0 repeat-x;
    height: 23px;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
}*/
.banner .slick-prev,
.banner .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    background: url('../../images/common/index/banner_arrow.png') no-repeat;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    position: absolute;
    z-index: 10;
    top: 50%;
    cursor: pointer;
}
.banner .slick-prev {
    background-position: 0 0;
    left: 18px;
}
.banner .slick-next {
    background-position: 100% 0;
    right: 18px;
}
.banner .slick-prev:hover {
    background-position: 0 100%;
}
.banner .slick-next:hover {
    background-position: 100% 100%;
}
.banner .slick-dots {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 5px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.banner .slick-dots li {
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    width: 96px;
    height: 3px;
    margin-top: 10px;
    cursor: pointer;
}
.banner .slick-dots li:nth-child(5n+1) button {
    background: #ddd;
}
.banner .slick-dots li:nth-child(5n+2) button {
    background: #ddd;
}
.banner .slick-dots li:nth-child(5n+3) button {
    background: #ddd;
}
.banner .slick-dots li:nth-child(5n+4) button {
    background: #ddd;
}
.banner .slick-dots li:nth-child(5n) button {
    background: #ddd;
}
.banner .slick-dots li.slick-active:nth-child(n) button {
    background: #21A38C;
}

.sect-title {
    font-family:  '微軟正黑體';
    color: #000;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 4px;
    margin: 0;
}
.sect-title span {
    display: inline-block;
    color: #197292;
    font-family: 'Lily Script One', cursive;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin-right: 8px;
}

.sect1 {
    padding-top: 100px;
    background: url(../../images/common/index/news_bg.jpg);
}
.links-sect {
    background: url('../../images/common/index/links_sect_bg.png');
    border: 10px solid #ECEDF4;
    text-align: center;
    position: relative;
    padding: 40px 15px 0;
}
.links-sect .sect-title {
    background: url('../../images/common/index/links_title_bg.png') 50% 0 no-repeat;
    width: 238px;
    line-height: 58px;
    margin-left: -119px;
    position: absolute;
    left: 50%;
    top: -40px;
}
.links-sect .sect-title span {
    color: #fff;
}
.links-sect .ibtn.more {
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -50.5px;
}
.links-list {
    max-width: 1360px;
    margin: 0 auto;
}
.links-list .item {
    width: 20%;
    padding: 0 7px;
}
.links-list .item:nth-child(5n+1) {
    clear: left;
}
.links-list .item:nth-child(6) {
    display: none;
}
.links-list .box {
    max-width: 252px;
    margin: 0 auto 20px;
    text-align: center;
}
.links-list .pic {
    background: url('../../images/common/links/pic_bg.png');
    padding: 6px;
    margin-bottom: 3px;
}
.links-list .box:hover .pic {
    background: url('../../images/common/links/pic_bg_hover.png');
}
.links-list .name {
    color: #666;
    font-size: 14px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 25px;
}
.links-list .box:hover .name {
    color: #ff8158;
    font-weight: bold;
}

.news-sect {
    width: 100%;
}
.news-sect .sect-title {
    text-align: center;
    margin-bottom: 30px;
    color:#22C8CA;
}
.news-sect .sect-title:before {
    vertical-align: text-bottom;
    display: inline-block;
    content: '';
    width: 28px;
    margin-right: 3px;
    height: 34px;
    background: url(../../images/common/title02.png) left center no-repeat;
}
.news-sect  .sect-title span {
    display: block;
    margin: 0;
}
.news-sect .ibtn.more {
    display: block;
    margin: 20px auto 0;
}
.news-list {
    max-width: 1440px;
    margin: 30px auto 0px auto;
}
.news-list .item {
    width: 25%;
    padding: 0 10px;
}


.news-list .box {
    max-width: 260px;
    margin: 0 auto 30px;
    text-align: center;
}
.news-list .pic{
    position: relative;
    max-width: 250px;
    margin: 5px auto 10px;
    border-radius: 100%;

}

.news-list .box .pic:before{
    width: 100%;
    height: 100%;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    content: '';
    display: block;
    position: absolute;
    border: 5px solid #007ab8;
    border-right-color: #54c3f1;
    border-bottom-color: #54c3f1;
    border-radius: 50%;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.news-list .pic img{
    border-radius: 50%;
}
.news-list .box:hover .pic:before {
    border: 5px solid #464646;
    border-right-color: #fff;
    border-bottom-color: #fff;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.news-list .name {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
}

.news-list .date {
    display: block;
    width: 112px;
    margin: 15px auto 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 29px;
    background: #007AB8;
    border-radius: 60px;
    font-family: 'Montserrat', sans-serif;
    transition: all .3s ease;
}
.news-list a:hover .date {
    color: #6A9F2C;
    background: #fff;
}
.sect2 {
    background: url(../../images/common/index/about_bg.jpg)center 100% no-repeat fixed;
}
.sect2{
    padding-bottom: 20%;
}
.sect2 .container{
    background: rgba(255,255,255,0.9);
    max-width: 100%;
    text-align: right;
}
.sect2 .container:before{
    background: url(../../images/common/index/about_pic.png) no-repeat;
    background-position: right center;
    width: 50%;
    height: 0px;
    display: inline-block;
    padding: 80px 70px 12%;
    box-sizing: border-box;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    content: '';
    max-width: 528px;
    margin-top: 75px;
}
.about-sect {
    float: right;
    width: 50%;
    padding: 70px 0;
}

.about-sect .sect-title {
    margin-bottom: 10px;
}
.about-sect .sect-title {
    text-align: left;
    margin-bottom: 10px;
}
.about-sect .sect-title:before{
    vertical-align: text-bottom;
    display: inline-block;
    content: '';
    width: 28px;
    margin-right: 3px;
    height: 34px;
    background:url(../../images/common/title01.png) left center no-repeat;
}
.about-sect .pic {
    float: left;
    width: 80%;
}
.about-sect .txt {
    float: none;
    width: 60%;
    text-align: left;
}
.about-sect .txt + .txt{
    border: solid 3px #54C3F1;
    padding: 40px 40px 100px;
    margin-bottom: -105px;
    position: relative;
    box-sizing: border-box;
}
.about-sect .ibtn.more{
    position: absolute;
    background: #54C3F1;
    bottom: 32px;
    right: -10px;
}

.about-sect .ibtn.more .arrow:before,.about-sect .ibtn.more .arrow:after {
    border-left:10px #464646 solid;
}
.about-sect .ibtn.more .arrow:after{
    border-left: 10px #54C3F1 solid; 
}
/*.sect3 {
    background: url('../../images/common/border_colorful_h.png') repeat-x;
    padding: 50px 0;
}*/
.products-sect .sect-title {
    text-align: center;
    margin-bottom: 30px;
}
.products-sect .sect-title:before{
    vertical-align: text-bottom;
    display: inline-block;
    content: '';
    width: 28px;
    margin-right: 3px;
    height: 34px;
    background:url(../../images/common/title01.png) left center no-repeat;
}
.products-sect .sect-title span {
    display: block;
    margin: 0;
}
.products-sect .ibtn.more {
    display: block;
    margin: 10px auto 0px;
}
.products-list {
    margin: 0 -10px;
}
.products-list .item {
    width: 20%;
    padding: 0 10px;
}
.products-list .item:nth-child(5n+1) {
    clear: left;
}
.products-list .item:nth-child(n+11) {
    display: none;
}
.products-list .box {
    max-width: 250px;
    margin: 0 auto 40px;
    position: relative;
}
.products-list .box.new .pic-box:before {
    content: 'NEW';
    display: block;
    width: 52px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    z-index: 10;
    left: 0;
    text-align: center;
    top: calc(100% - 18px);
    color: #fff;
    background: rgb(34,200,202); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(34,200,202,1) 0%, rgba(34,180,202,1) 98%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(34,200,202,1) 0%,rgba(34,180,202,1) 98%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(34,200,202,1) 0%,rgba(34,180,202,1) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22c8ca', endColorstr='#22b4ca',GradientType=1 ); /* IE6-9 */
    transform:rotate(90deg);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.products-list .pic-box {
    margin-bottom: 25px;
    position: relative;
    /*overflow: hidden;*/
}
.products-list .pic-box:after{
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: rgb(34,180,202); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(34,180,202,1) 1%, rgba(34,180,202,1) 50%, rgba(237,239,241,1) 51%, rgba(237,239,241,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(34,180,202,1) 1%,rgba(34,180,202,1) 50%,rgba(237,239,241,1) 51%,rgba(237,239,241,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(34,180,202,1) 1%,rgba(34,180,202,1) 50%,rgba(237,239,241,1) 51%,rgba(237,239,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22b4ca', endColorstr='#edeff1',GradientType=1 ); /* IE6-9 */
    transition: all .5s ease;
    background-size: 205% auto;
    background-position: 100%;

}
.products-list a:hover .pic-box:after{
    background-position: left;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic:before {
    background: #007AB8;
    content: 'SEE';
    display: block;
    width: 52px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    z-index: 10;
    bottom: 42px;
    left: 0;
    text-align: center;
    transform:rotate(90deg);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    opacity: 0;
    transition: all .3s ease;
}
.products-list a:hover .pic:before {
    opacity: 1;
}
.products-list .name {
    color: #0079B8;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 27px;
}
.products-list a:hover .name {
    color: #6A9F2C;
}
.products-list .description {
    color: #464646;
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 41px;
}

.sect4 {
    display: none;
    background: url(../../images/common/index/service_bg01.jpg)center 100% no-repeat fixed;
    background-size: 100%;
    min-height: 180px;
    margin-bottom: 0px;
    margin-top: 20px;
}
.ad-sect {
    width: 30%;
    padding: 30px 0;
    text-align: center;
    margin: 0 auto;
}
.ad-sect .sect-title {
    text-align: center;
    margin-bottom: 10px;
}
.ad-sect .sect-title span {
    display: block;
    margin: 0;
}

.sect5 {
    margin-bottom: 50px;
    background: #74CCD9;
	padding: 33px 0;
    color: #fff;
}
.sect5-bg {
}
.service-sect {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
}
.service-sect .sect-title {
    padding: 20px 15px 10px;
    color: #fff;
}
.service-sect .sect-title:before{
    vertical-align: text-bottom;
    display: inline-block;
    content: '';
    width: 28px;
    margin-right: 3px;
    height: 34px;
    background:url(../../images/common/title03.png) left center no-repeat;
}
.service-sect .sect-title span {
    display: block;
}
.service-sect .txt {
    padding: 10px 5% 30px;
}
.service-sect .ibtn.more {
    display: block;
    margin: 40px auto 0;
}
.service-sect .ibtn.more{
    background: #fff;
    color: #2F2F30;
}

.service-sect .ibtn.more .arrow:before,.service-sect .ibtn.more .arrow:after {
    border-left:10px #54C3F1 solid;
}
.service-sect .ibtn.more .arrow:after{
    border-left: 10px #fff solid; 
}
.sect6 {
    padding-bottom: 0px;
    background: #007ab8;
    margin-bottom: 50px;
}
.album-sect {
    width: 100%;
}
.album-list {
    display: table;
    width: 100%;
}
.album-list .item {
    width: 16.66%;
    display: table-cell;
    float: none;
    vertical-align: middle;
    background: #007AB8;
}
.album-list .item:nth-child(6n+1) {
    clear: left;
}
.album-list .box {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.album-list .item.more a.box{
    background: url(../../images/common/index/album_more.png) center no-repeat;
    width: 80px;
    height: 80px;
    position: relative;
    z-index: 2;
}
.album-list .item.more{
    position: relative;
    background: rgb(34,200,202); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(34,200,202,1) 1%, rgba(34,180,202,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(34,200,202,1) 1%,rgba(34,180,202,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(34,200,202,1) 1%,rgba(34,180,202,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22c8ca', endColorstr='#22b4ca',GradientType=0 ); /* IE6-9 */
    
}
.album-list .item.more:after{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    display: block;
    background: #2F2F30;
    opacity: 1;
    transition: all .3s ease;
}
.album-list .item.more:hover:after{
    opacity: 0;
}
.album-list .box .sect-title{
    background: #fff;
    border-radius: 60px;
    margin: 0 auto;
    color: #0079B8;
    padding: 20px;
    width: 66px;
}
.album-sect .sect-title span {
    display: block;
    font-size: 36px;
}
.album-list .pic {
    position: relative;
    overflow: hidden;
}
.album-list .name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -53px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 15px;
    line-height: 35px;
    padding: 10px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s;
    width: 100%;
    height: 53px;
    line-height: 20px;
    text-align: left;
}
.album-list .box:hover .name {
    bottom: 0;
}
.album-list .item.more .box:hover {
    opacity: 0.8;
}
/******首頁跳出燈箱廣告按鈕******/
body .fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    width: 40px;
    height: 40px;
    right: -20px;
    top: -20px;
}
body .fancybox-close:hover {
    background-position: 0 100%;
}
body .fancybox-skin {
    background: #fff;
    margin: 20px 40px;
    border-radius: 20px;
    border: 3px solid #ccc;
}

/*******************************/
@media screen and (max-width: 1700px) {
    .sect2 .container:before{
        padding:100px 10px 15%;
    }
}
@media screen and (max-width: 1400px) {
    .about-sect .txt{
        width: 100%;
    }
    .sect2 .container:before{
        padding:100px 10px 15%;
    }

}
@media screen and (max-width: 1200px) {
    .sect2 .container:before {
        padding: 70px 2px 15%;
        width: 45%;
    }
    .about-sect{
        width: 44%;
    }
    .links-list {
        max-width: 900px;
    }
    .links-list .item {
        width: 33.33%;
    }
    .links-list .item:nth-child(5n+1) {
        clear: none;
    }
    .links-list .item:nth-child(3n+1) {
        clear: left;
    }
    .links-list .item:nth-child(6) {
        display: block;
    }
    .products-list .item {
        width: 25%;
    }
    .products-list .item:nth-child(n) {
        display: block;
    }
    .products-list .item:nth-child(5n+1) {
        clear: none;
    }
    .products-list .item:nth-child(4n+1) {
        clear: left;
    }
    .sect4-bg {
        background: none;
    }
    .service-sect {
    }
    .service-sect,
    .album-sect {
        float: none;
        width: auto;
    }
    .album-list .item {
        width: 16.66%;
    }
    .album-list .item:nth-child(4n+1) {
        clear: none;
    }
    .album-list .item:nth-child(6n+1) {
        clear: left;
    }
    .about-sect {
        padding: 30px 0;
    }
}

@media screen and (max-width: 1000px) {
    .sect2 .container{
        text-align: center;
    }
    .sect2 .container:before{
        text-align: center;
        width: 100%;
        padding:10px 10px 35%;
        background-position: center;
    }

    .about-sect{
        padding:20px;

    }
    .sect2 {
        background: url(../../images/common/index/about_bg.jpg) 100% 70% no-repeat;
    }
    .about-sect {
        float: none;
        width: auto;
        max-width: 670px;
        margin: 0 auto;
        text-align: center;
    }
    .about-sect .txt{
        width: 100%; 
    }
    .products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 900px) {
    .news-sect {
        text-align: center;
        max-width: 800px;
        margin: 0 auto;
    }
    .album-list {
        display:block; 
    }

    .album-list .item {
        width: 25%;
        display: block;
        float: left;
    }
    .album-list .item.title{
        width: 100%;
        padding: 10px 0;
    }
    .album-list .item:nth-child(4n+1) {
        clear: none;
    }
    .album-list .item:nth-child(3n+1) {
        clear: none;
    }
    .album-list .item.more {
        width: 100%;
        padding: 10px 0;
    }
    .album-list .item.more a.box{
        width: 66px;
        height: 66px;

    }
}
@media screen and (max-width: 767px) {
/*------------ lightbox 767 ------------*/
    body .fancybox-skin {
        margin: 50px 0 5px;
    }
    body .fancybox-close {
        top: -50px;
        right: 50%;
        margin-right: -20px;
    }
/*------------ lightbox 767 ------------*/
    .banner .container:before {
        height: 16px;
        background-size: auto 100%;
    }
    .banner .slick-prev,
    .banner .slick-next {
        width: 36px;
        height: 36px;
        background-size: 72px auto;
        margin-top: -18px;
    }
    .banner .slick-prev {
        left: 2%;
    }
    .banner .slick-next {
        right: 2%;
    }
    .banner .slick-dots li button {
        width: 40px;
    }
	.sect1 {
		padding-top: 20px;
	}
    .about-sect .txt + .txt{
        padding: 10px 10px 100px;
        margin-bottom: -65px;

    }
	.news-sect .sect-title {
		margin-bottom: 20px;
	}
	.news-list {
		margin: 20px auto 0px auto;
	}
    .links-list {
        max-width: 600px;
    }
    .links-list .item {
        width: 50%;
    }
    .links-list .item:nth-child(3n+1) {
        clear: none;
    }
    .links-list .item:nth-child(2n+1) {
        clear: left;
    }
    .about-sect .pic,
    .about-sect .txt {
        float: none;
        width: auto;
    }
    .about-sect .pic {
        margin-bottom: 1.8em;
    }
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px;
        width: 50%;
    }
    .products-list .item:nth-child(n+11) {
        display: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 640px) {

}
@media screen and (max-width: 600px) {
    .links-list {
        margin: 0 -7px;
    }
}
@media screen and (max-width: 1025px) {
	.sect4 {
		background: url(../../images/common/index/service_bg02.jpg)center 100% no-repeat fixed;
		background-size: 100%;
	}
}

@media screen and (max-width: 500px) {
    .links-list .item {
        width: 100%;
    }
    .links-list .item:nth-child(n) {
        clear: none;
    }
    .links-list .item:nth-child(6) {
        display: none;
    }
    .products-list .item {
        width: 100%;
    }
    .album-list .item {
        width: 50%;
    }
    .album-list .item:nth-child(3n+1) {
        clear: none;
    }
    .album-list .item:nth-child(2n+1) {
        clear: none;
    }
}
@media screen and (max-width: 440px) {
    .news-list .item{
        width: 100%;
    }
    .news-list .item:nth-child(n) {
        clear: none;
    }
    .sect4{
        background: url(../../images/common/index/service_bg.jpg) center 50%  no-repeat;
        background-size: 100%;
    }
}