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

.banner .slick-dots,
.banner .slick-dots li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.banner .slick-dots {
    background: rgba(23,31,47,0.80);
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 16px 0 7px;
}

.banner .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.banner .slick-dots button {
    width: 21px;
    height: 20px;
    border: 0;
    color: transparent;
    background: url('../../images/common/index/dot.png');
    background-position: 100% 0;
    cursor: pointer;
}

.banner .slick-active button {
    background-position: 0 0;
}


/*------------ title ------------*/


/*------------ news ------------*/
.sect1 {
	margin: 20px 0;
}
.news-sect { 
    border-bottom: 1px solid #E6E4E3;
    padding: 40px 0 40px 0px;
    position: relative;
}

.news-sect .title {
    padding: 6px;
    border: 1px solid #74BAB8;
    width: 144px;
    box-sizing: border-box;
    position: absolute;
    top: 29%;
    left: 4%;
}

.news-sect .title b {
    background: url('../../images/common/bg/bg4.png');
    display: block;
    font-size: 26px;
    font-weight: normal;
    color: #EAF4F4;
    line-height: 1.3;
    height: 90px;
    text-align: center;
    box-sizing: border-box;
    padding: 12px 0 0;
    position: relative;
}

.news-sect .title b:after {
    content: "";
    width: 29px;
    height: 28px;
    background: url('../../images/common/index/tit_bg.png');
    position: absolute;
    display: block;
    top: 72%;
    left: 50%;
    margin: -14px 0 0 -15px;
}

.news-sect .title b span {
    position: relative;
    z-index: 5;
}

.news-sect .title a {
    display: block;
    font-size: 14px;
    color: #ECEED5;
    text-align: center;
    line-height: 40px;
    background: url('../../images/common/bg/bg1.png');
}
.news-sect .title a:hover {
    background: url('../../images/common/bg/bg7.png');
}

.news-list {
    margin: 5px 0 0 0;
    display: table-cell;
    width: 50%;
}

.news-list .item {
    float: left;
    width: calc((100% / 2) - 0.1px);
    display: table-cell;
}

.news-list li {
    position: relative;
    margin-top: 5px;
}

.news-list li + li {
}

.news-list li .pic {
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 130px;
}

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

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

.news-list li .pic:after {
    content: "MORE";
    font-size: 13px;
    display: block;
    color: #FFFFFF;
    position: absolute;
    z-index: 15;
    width: 100%;
    top: 0%;
    margin: -11px 0 0 0;
    text-align: center;
}

.news-list li a:hover .pic:before,
.news-list li a:hover .pic:after {
    opacity: 1;
    transition: all .2s ease-in-out;
}

.news-list li a:hover .pic:after {
    top: 50%;
}

.news-list li .text {
    padding: 10px 24px 0 150px;
}

.news-list li .date,
.news-date {
    color: #6ebd00;
    font-size: 13px;
    display: inline-block;
    width: auto;
    line-height: 24px;
    text-align: center;
    margin: 0 0 5px;
}

.news-list li .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ff7f00;
    font-weight: bold;
    font-size: 16px;
}

.news-list li a:hover .name {
    text-decoration: underline;
}

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


/*------------ product ------------*/
.sect2 {
}
.products-sect {
    padding: 30px 0;
}

.products-title {
    font-size: 28px;
    font-weight: normal;
    color: #0C3146;
    line-height: 32px;
    text-align: center;
}

.products-title .more {
    text-align: center;
    background: #fff8ea;
    position: relative;
    margin: 9px 0 45px;
}

.products-title .more a {
    display: inline-block;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
    padding: 0 58px;
    background: url('../../images/common/bg/bg3.png');
}
.products-title .more a:hover {
    background: url('../../images/common/bg/bg10.png');
}
.arrow-box button {
    width: 40px;
    height: 40px;
    border: 0;
    color: transparent;
    background: #fff url('../../images/common/index/products_arrow.png') center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.arrow-box button:hover {
    opacity: .7;
}

.arrow-box .slick-prev {
    transform: rotate(180deg);
    right: auto;
    left: 0;
}

.product-list {
    margin: 0 10px;
}

.product-list li {
    width: 25%;
    padding: 0 5px 35px;
    text-align: center;
}

.product-list .box {
    display: block;
}

.product-list .box.new:before {
    content: '';
    display: block;
    background: url(../../images/common/products/new_tag.png) no-repeat;
    width: 58px;
    height: 58px;
    position: absolute;
    z-index: 99;
    left: 5px;
    top: 0px;
}

.product-list .pic {
    position: relative;
    box-sizing: border-box;
    border: 7px solid #fff;
    margin: 0 0 15px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: all .2s;
}

.product-list a:hover .pic {
    border: 7px solid #fff;
    border-color: #e9443d;
    transition: all .2s;
}

.product-list .text-box {
    padding: 0 10px;
    text-align: left;
    margin: 0 auto;
}

.product-list .text {
    float: left;
    width: 100%
}

.product-list .name {
    font-size: 16px;
    font-weight: bold;
    color: #ff7f00;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-list a:hover .name {
    text-decoration: underline;
	color: #e9443d;
}

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


/*------------ service ------------*/

.sect3 {
    background: url('../../images/common/index/service_bg.jpg') no-repeat center top;
    background-size: cover;
    padding: 0px 0px 0px;
    box-sizing: border-box;
}
.sect3 .container {
    padding: 0 20px 70px;
}
.sect3 .title {
    color: #FFFFBA;
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    padding: 70px 0 20px;
    margin-top: 0px;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.3;
    background: none;
}
.service-sect {
    margin: 0 0 0px;
}
.service-box {
    max-width: 900px;
    margin: 0 auto;
	color: #fff;
}

.service-box .pic {
    display: inline-block;
    vertical-align: top;
    margin: 0 60px 0 0;
}

.service-sect .service-editor {
    text-align: center;
    vertical-align: top;
    display: inline-block;
    width: 100%;
}

.service-sect .more {
    text-align: center;
    position: relative;
    margin: 25px 0 0;
}

.service-sect .more a {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
    padding: 0 58px;
    background: url('../../images/common/bg/bg3.png');
	border-radius: 99em;
}
.service-sect .more a:hover {
    background: url('../../images/common/bg/bg9.png');
}

/*------------ album ------------*/
.sect4 {
    padding: 20px 0;
}
.album-sect {
    margin: 40px auto 50px;
}
.album-sect .has-tit {
    padding: 0;
    vertical-align: middle;
}

.album-list .title {
    /* margin-top: 26%; */
    position: relative;
    text-align: center;
}

.album-list .title span {
    color: #000000;
    font-size: 28px;
    /* text-shadow: 0 3px 2px rgba(0, 0, 0, .4); */
}

.album-list .title span:after {
    content: "";
    width: 53px;
    height: 1px;
    background: #FFFFFF;
    display: block;
    margin: 5px auto 20px;
    box-shadow: 0 3px 2px rgba(0, 0, 0, .4);
}

.album-list .title .more {
    font-size: 12px;
    color: #FEDED3;
    text-align: center;
    line-height: 40px;
    display: block;
    max-width: 160px;
    margin: 0 auto;
    background: url(../../images/common/bg/bg7.png);
}
.album-list .title .more:hover {
    background: url(../../images/common/bg/bg2.png);
}

.album-list {
    width: 100%;
    display: table;
    /* background: url(../../images/common/bg/bg8.jpg); */
}

.album-list li {
    float: none;
    width: calc(100% / 4);
    position: relative;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.album-list li .pic {
    position: relative;
}

.album-list li .name {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #D9DFCE;
    font-size: 16px;
    line-height: 1.2;
    padding: 13px 10px;
    background: rgba(0, 0, 0, .7);
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    z-index: 999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.album-list li .pic:before,
.album-list li .pic:after {
    content: "";
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    opacity: 0;
}

.album-list li .pic:before {
    content: "";
    width: 87px;
    height: 87px;
    top: 0%;
    left: 50%;
    margin: -43px 0 0 -43px;
    background: url('../../images/common/album/ic.png');
    z-index: 5;
}

.album-list li .pic:after {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
}

.album-list li a:hover .pic:before,
.album-list li a:hover .pic:after {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

.album-list li a:hover .pic:before {
    top: 50%;
}


/*------------ about ------------*/
.sect5 {
    background: url(../../images/common/index/index_about.png) left bottom no-repeat;

}
.about-sect {
    display: block;
    width: 100%;
    margin: 0 0 0px;
    min-height: 100px;
}

.about-sect .text {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0px;
    display: block;
    vertical-align: top;
    text-align: center;
}
.about-box {
    max-width: 855px;
    margin: 0 auto;
    padding: 25px;
}


.about-sect .text .tit{
    font-size: 28px;
    color: #ffffff;
}

.about-sect .about-box .more {
    font-size: 14px;
    color: #F6F700;
    font-weight: bold;
    display: block;
}
.about-sect .about-box .more:hover{
    color: #ffaf4a;
}

.about-sect .more {
    text-align: center;
    position: relative;
    margin: 25px 0 0px;
}

.about-sect .more a {
    display: inline-block;
    font-size: 14px;
    color: #EAF4F4;
    line-height: 40px;
    padding: 0 58px;
    background: url('../../images/common/bg/bg9.png');
	border-radius: 99em;
}
.about-sect .more a:hover {
    background: url('../../images/common/bg/bg10.png');
}
/*------------ fancybox ------------*/

body .fancybox-image {
    padding: 0 5px;
    box-sizing: border-box;
}

body .fancybox-nav span {
    visibility: visible;
    width: 25px;
    height: 25px;
    background: url('../../images/common/album/arrow.png');
    right: -25px;
}

body .fancybox-prev span {
    transform: rotate(180deg);
    left: -25px;
}

body .fancybox-title {
    padding: 0 5px;
}

.photo-pager {
    font-size: 13px;
    color: #0C3146;
    text-align: right;
}

.photo-pager b {
    font-size: 14px;
    color: #2A9990;
}

.photo-title {
    color: #2A9990;
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0 10px;
}

.photo-intro {
    font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #666666;
    font-size: 15px;
    line-height: 1.2;
    margin: 0 0 30px;
}


/*------------ links ------------*/

.links-box {
    margin: 50px 0 0;
}

.links-box .tit {
    margin: 0 0 20px;
}

.links-list {
    margin: 0 -10px;
}

.links-list .item {
    width: calc((100% / 3) - 0.1px);
    padding: 0 10px;
    transition: all .2s;
    text-align: left;
}

.links-list li:hover {
    opacity: .8;
    transition: all .2s;
}

.links-list .pic {
    border: 1px solid #B0B65A;
    max-width: 210px;
    margin: 0 0 5px;
}

.links-list .name {
    height: 20px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #FFFFFF;
}

.links-box .more {
    width: 54px;
    height: 22px;
    border: 1px solid #A9B04C;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #A9B04C;
    text-shadow: none;
    float: right;
    margin: 5px 0 0 0;
    transition: all .2s;
}

.links-box .more:hover {
    border-color: #fff;
    color: #fff;
    transition: all .2s;
}


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

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

@media screen and (max-width: 1400px) {
    .news-sect .title {
        position: static;
        margin: 0;
        width: auto;
    }
    .news-sect .title b {
        height: auto;
        padding: 10px 0;
    }
    .news-sect {
        padding: 0 0 10px 0;
        background: none;
    }
    .news-sect .title b:after{
        display: none;
    }
    .news-list {
        padding: 20px 20px;
    }

}

@media screen and (max-width: 1300px) {
    .about-sect {
        max-width: 900px;
        margin: 0 auto ;
    }
    .album-list {
        width: 100%;
        display: block;
        max-width: 800px;
        margin: 0 auto;
    }
    .album-list li {
        float: left;
        display: block;
        width: calc((100% / 2) - 0.1px);
    }
}
@media screen and (max-width: 1140px) {
	.news-list li .text {
		max-width: 540px;
	}
}
@media screen and (max-width: 1024px) {
    .sect3 .title {
        padding: 30px 0 20px;
    }
    .sect3 .container {
        padding: 0px 20px 30px;
    }
    .service-box .pic,
    .service-sect .service-editor {
        display: block;
        width: auto;
        margin: 0 0px 0 0;
        text-align: center;
    }
    .service-box .pic {
        margin-bottom: 15px;
    }
    .service-sect .service-editor {
        background: rgba(43, 86, 18, 0.44);
        padding: 25px;
        border-radius: 10px;
    }
    .service-sect .more {
        margin: 25px 0 0;
    }
	.about-sect .text {
    padding: 20px 0px;
	}
}
@media screen and (max-width: 800px) {
    .news-list .item {
        width: 100%;
        display: inline-block;
    }
    .news-list {
        width: 100%;
        display: inline-block;
    }
    .news-list {
        padding: 10px 10px;
    }
    .news-list li .text {
        padding: 10px 20px 0 150px;
		max-width: 100%;
    }
	.product-list li {
    padding: 0 5px 20px;
	}
	.album-sect {
    margin: 20px auto 50px;
	}
	.products-sect {
    padding: 20px 0;
	}
}
@media screen and (max-width: 767px) {
    .about-sect .text {
        padding: 5px 5px;
    }
    body .fancybox-nav span {
        right: 0px;
    }
    body .fancybox-prev span {
        left: 0px;
    }
	.sect5 {
    background:#ffc62b;
	}
}

@media screen and (max-width: 600px) {
    .album-list li {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .news-list li .text {
        padding: 10px 15px 0 140px;
    }
    .album-sect {
        margin: 10px auto 0px;
    }
    .album-list li .name {
        padding: 7px 10px;
    }
    .links-list .item {
        width: 100%;
        padding: 0 0 25px;
        text-align: center;
    }
    .links-list {
        margin: 0;
    }
    .links-list .pic {
        margin: 0 auto 5px;
    }
}

@media screen and (max-width: 400px) {
    .album-list li {
        width: 100%;
    }
    .about-sect .title {
        width: auto;
    }
    .about-sect .title b {
        height: auto;
    }
    .products-sect {
        padding: 10px 0;
    }
}
