/*------------ banner ------------*/

.banner .slick-arrow {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: transparent;
    background: rgba(255, 255, 255, .7);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin: -30px 0 0 0;
    left: 5%;
    z-index: 150;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
    transition: all .2s;
}

.banner .slick-arrow:before {
    content: "";
    font-size: 34px;
    display: block;
    color: #929292;
    margin: 13px 0px;
    text-shadow: -1px -1px #444;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.banner .slick-next {
    left: auto;
    right: 5%;
}

.banner .slick-prev:before {
    content: "\f053";
}

.banner .slick-next:before {
    content: "\f054";
}

.banner .slick-arrow:hover {
    background: rgba(255, 255, 255, .4);
    transition: all .2s;
}

.banner .slick-dots {
    position: absolute;
    top: 40%;
    right: 20px;
    width: auto;
    height: auto;
}

.banner .slick-dots li {
    width: auto;
    height: 22px;
    list-style-type: none;
}

.banner .slick-dots li button {
    text-align: left;
    white-space: normal;
    text-indent: -99999px;
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    border: 0;
    padding: 0;
    width: 12px;
    height: 12px;
    background: none;
    border: 1px solid #fff;
    border-radius: 100%;
    margin: 0 2px;
    cursor: pointer;
}

.banner .slick-dots li.slick-active button {
    background: #fff;
    margin: 0 2px;
}

/*------------ products ------------*/


/*------------ more ------------*/

.more {
    font-family: 'Open Sans';
    border-radius: 50%;
    border: 1px solid #44BBE2;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    color: #44BBE2;
    font-size: 16px;
    letter-spacing: 0.1px;
    transition: border 0.3s ease-out;
}

.more i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #AB79AD;
    border: 1px solid #fff;
    display: block;
    line-height: 40px;
    color: #fff;
    font-style: normal;
    text-decoration: underline;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
}


/*------------ sect1 ------------*/

.sect1 {
    margin: 10px 0 0px;
}

.sect2 {
    margin: 60px 0;
}

.site-main {
    padding-top: 60px;
}


/*------------ news ------------*/

.news-box {
    width: 100%;
    margin-bottom: 60px;
}

.news-box .main-title {
    font-family: 'Open Sans', '微軟正黑體', sans-serif;
    margin: 0 0 25px;
    text-align: center;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: bold;
    padding: 0;
}

.news-box .main-title span {
    background: #f9f9f9;
    z-index: 2;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 25px;
}

.news-box .main-title:before {
    content: '';
    width: 100%;
    height: 4px;
    background: url(../../images/common/line.jpg)repeat-x center;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 20px;
    z-index: 0;
}

.main-title small {
    display: block;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    padding: 5px 0 0;
    background: -webkit-linear-gradient(left, #04ABD5 0, #0075BC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.news-list {
    margin: 0 -6px;
}

.news-list li {
    width: 25%;
    position: relative;
    text-align: center;
}

.news-list li:nth-child(4n+1) {
    clear: left;
}

.news-list li {
    margin: 0 auto;
    box-sizing: border-box;
}

.news-list li .box {
    margin: 10px 15px 0;
    transition: all .3s ease;
}

.news-list li .box:hover {
    margin: 0px 15px 10px;
}

.news-list li .pic {
    position: relative;
    box-sizing: border-box;
}

.news-list li .pic:before,
.news-list li .pic .cover {
    content: "";
    transition: all .2s;
    position: absolute;
    opacity: 0;
}

.news-list li .pic:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 99, 157, 0.8);
}

.news-list .pic .cover {
    font-size: 15px;
    color: #FFFFFF;
    line-height: 1.45;
    text-align: center;
    max-width: 160px;
    width: 100%;
    left: 50%;
    top: 0;
    max-height: 40px;
    overflow: hidden;
    margin: -20px 0 0 -80px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.news-list .box:hover .pic:before,
.news-list .box:hover .pic .cover {
    transition: all .2s;
    opacity: 1;
}

.news-list .box:hover .pic .cover {
    top: 50%;
}

.news-list li .text {
    padding: 5px 10px 20px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    transform: translateY(0px);
    transition: box-shadow 0.35s, transform 0.35s ease-out;
}

.news-list li .date {
    text-align: left;
    position: relative;
    display: block;
    margin: 5px 7px 0;
    color: #009BDC;
    font-family: 'Open Sans';
    font-weight: bold;
}

.news-list li .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
    color: #111;
    font-size: 15px;
    height: 18px;
    margin: 0;
    font-weight: bold;
}

.news-list .box:hover .text {
    border-color: none;
    box-shadow: 0px 1px 23px 0px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.35s, transform 0.35s ease-out;
}

/*------------ about ------------*/

.about-box {
    width: 100%;
    box-sizing: border-box;
    margin: 20px 0;
}

.about-box .title {
    color: #000;
    font-size: 25px;
    font-family: 'Open Sans';
    font-weight: bold;
}

.about-box .title b {
    color: #7D8BC4;
    background: url(../../images/common/index/logo.jpg)no-repeat;
    display: block;
    font-size: 0;
    width: 309px;
    height: 38px;
    margin: 0 0 20px;
    padding: 0 0 25px;
    position: relative;
}

.about-box .title b:after {
    content: '';
    width: 30px;
    height: 3px;
    background: #8C8C8C;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
}

.about-box .pic {
    position: relative;
}

.about-box .pic:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 20px 0px;
    border-color: transparent #f9f9f9 transparent transparent;
    display: block;
    position: absolute;
    top: 42%;
    right: 0;


}

.about-box .ab-more {
    position: absolute;
    right: 11px;
    bottom: 0;
}

.about-box .ab-more .more span {
    z-index: 6;
    position: relative;
}

.about-box .ab-more .more:hover span {
    color: #fff;
}

.about-box .more {
    position: relative;
    display: block;
}

.about-box .more:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: 0;
    background: #009cdc;
    -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
    -moz-transition: -moz-transform 0.35s, opacity 0.35s;
    transition: transform 0.35s, opacity 0.35s;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.about-box .more:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.about-box .text {
    box-sizing: border-box;
    display: flex;
    position: relative;
}

.about-box .text img {
    width: 100%;
}

.about-box .txt {
    padding: 10px 35px;
    width: 45%;
}

.about-box .about-editor {
    /* max-height: 150px; */
    /* overflow: hidden; */
    color: #5E5E5E;
    font-size: 14px;
}


/*------------ product-list ------------*/

.product-sect {
    padding: 40px 50px;
    background: #F2F2F2;
}

.product-list .slick-arrow {
    width: 40px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: transparent;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin: -30px 0 0 0;
    left: -40px;
    z-index: 150;
    transition: all .2s;
    background: none;
}

.product-list .slick-arrow:after {
    content: "";
    font-size: 30px;
    display: block;
    color: #666666;
    /* margin: 13px 0px; */
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.product-list .slick-next {
    left: auto;
    right: -40px;
}

.product-list .slick-prev:after {
    content: "\e100e";
	left:-13px;
}

.product-list .slick-next:after {
    content: "\e1020";
}

.product-list .slick-arrow:after {

    transition: all .2s;
}
/**/
.product-sect .slick-arrow {
    border: 0;
    position: absolute;
    width: 20px;
    height: 367px;
    display: block;
    top: 50%;
    margin-top: -183px;
    background: none;
    cursor: pointer;
    padding: 0;
}

.product-sect .slick-arrow:before {
    content: "";
    display: block;
    width: 20px;
    height: 367px;
    background: url('../../images/common/index/products_shadow.png');
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
}

.product-sect .slick-prev {
    left: -30px;
}

.product-sect .slick-next {
    right: -30px;
}

.product-sect .slick-next:before {
    background-position: 100% 0;
}

.product-sect .slick-arrow b {
    display: block;
    border-color: transparent #A7AEB8 transparent transparent;
    border-style: solid solid solid solid;
    border-width: 20px;
    height: 30px;
    width: 35px;
    z-index: 5;
    position: absolute;
    right: 0;
    top: 50%;
    margin: -35px 0 0 0;
}

.product-sect .slick-next b {
    border-color: transparent transparent transparent #bbbbbb;
    right: auto;
    left: 0;
}

.product-sect .slick-arrow:hover b {
    border-color: transparent #2653ae transparent transparent;
}

.product-sect .slick-arrow i {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 7px 5.5px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    right: -13px;
    top: 50%;
    z-index: 15;
    margin: -6px 0 0 0;
}

.product-sect .slick-next:hover b {
    border-color: transparent transparent transparent #2653ae;
}

.product-sect .slick-next i {
    border-width: 5.5px 0 5.5px 7px;
    border-color: transparent transparent transparent #fff;
    right: auto;
    left: -13px;
}

.product-list {
    margin: 0 auto;
    max-width: 1360px;
    position: relative;
}

.product-list li {
    position: relative;
    padding: 0 5px;
}

.product-list .box {
    margin: 0 auto;
    max-width: 235px;
    box-sizing: border-box;
    padding: 0 5px 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.10);
    background: #fff;
}

.product-list .box:after {
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #555;
    position: absolute;
    bottom: 1px;
}

.product-list .box:before {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    position: absolute;
    z-index: 4;
    bottom: 0px;
    left: -100%;
    background: #0094D1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transform: scale(0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.product-list .box:before {
    -webkit-animation: out 0.5s;
    animation-fill-mode: forwards;
}

.product-list .box:hover:before {
    -webkit-animation: in 0.5s;
    animation-fill-mode: forwards;
}

@-webkit-keyframes in {
    from {
        left: -100%;
    }

    to {
        left: 0%;
    }
}

@-webkit-keyframes out {
    from {
        left: 0%;
    }

    to {
        left: 100%;
    }
}

.product-list .pic {
    position: relative;
    box-sizing: border-box;
    transition: all .2s;
    overflow: hidden;
    z-index: 1;
}

.product-list .pic img {
    margin: 0 auto;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-list .box:hover .pic img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.product-list .text {
    max-width: 235px;
    margin: 0 auto;
    position: relative;
}

.product-list .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    height: 20px;
    font-size: 16px;
    line-height: 1.7;
    margin: 10px 0;
}

.product-list li .description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
    color: #8C8C8C;
    line-height: 1.6;
    font-size: 14px;
}


/*------------ ad ------------*/

.ad-sect {
    padding: 0 0 50px 0;
}



/*------------ rwd ------------*/

@media screen and (max-width: 1350px) {

    .about-box .ab-more {
        position: relative;
        float: right;
        top: 0;
    }

}

@media screen and (max-width: 1280px) {
    .about-box .editor {
        padding: 0;
    }

    .about-box .txt {

        padding: 0px 35px;
    }

    .about-box .title {
        font-size: 18px;
    }

    .about-box .pic:before {

        top: 30%;
    }
}

@media screen and (max-width: 1100px) {

    .news-box,
    .about-box {
        width: 100%;
        float: none;
    }

    .about-box {
        margin: 25px 0 0;
    }
}

@media screen and (max-width: 1024px) {
    .ad-sect {
        padding: 0 0 35px 0;
    }

    .main-title:after {
        display: none;
    }

    .site-main {
        padding-top: 30px;
    }

    .news-box .main-title,
    .about-box .title {
        font-size: 18px;
        font-style: inherit;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 850px) {
    .about-box .editor {
        padding: 0;
        width: auto;
    }

    .about-box .text {
        display: block;
    }

    .products-sect {
        margin: 35px 0 50px;
    }

    .about-box .about-editor {
        max-height: 100%;
        overflow: inherit;
    }

    .about-box .txt {
        width: 100%;
        padding: 15px 0 0;
    }

    .about-box .ab-more {
        right: 60px;
    }

    .sect2 {

        margin: 40px 0 35px;
    }
}

@media screen and (max-width: 767px) {
    .products-sect .container {
        padding: 20px 35px;
    }

    .news-list li {
        width: 50%;
    }

    .news-list li:nth-child(3n+1) {
        clear: none;
    }

    .news-list li:nth-child(2n+1) {
        clear: left;
    }

    .banner .slick-arrow {
        display: none !important;
    }

    .about-box .ab-more {
        right: 0px;
    }

    .news-list li .box {
        margin: 10px 15px 30px;
    }

    .news-list li .box:hover {
        margin: 0px 15px 40px;
    }
}

@media screen and (max-width: 480px) {
    .news-list {
        margin: 0;
    }

    .news-list li {
        width: 100%;
        padding: 0 0 15px;
    }

    .products-sect {
        margin: 25px 0 30px;
    }
}