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

.banner {
    position: relative;
}

.banner .slick-arrow {
    position: absolute;
    width: 65px;
    height: 65px;
    display: block;
    border: 0;
    top: 50%;
    margin: -32px 0 0 0;
    z-index: 100;
    cursor: pointer;
    background: url('../../images/common/index/arrow.png');
}

.banner .slick-prev {
    left: 35px;
}

.banner .slick-next {
    left: auto;
    right: 35px;
    transform: rotate(180deg);
}

.banner .slick-arrow:hover {
    background-position: 0 100%;
}

.more-btn{
      color: #fff;
      font-size: 12px;
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      border: solid 1px #fff;
      padding: 5px 30px;
      margin-top: 20px;
      font-size: 13px;
      font-family: Arial;
      font-weight: bold;
      font-style: italic;
}
.more-btn:hover{
       background: #ffffff;
       font-weight: bold;
       color: #e62420;
}
.about-bg .more-btn{
     color: #fff;
     border: solid thin #fff;
}

.about-bg .more-btn:hover {
    color: #e62420;
}
/*------------ sect01 ------------*/

.sect01 {
    padding: 50px 0 100px;
    background: #fff;
}


/*------------ service-box ------------*/
.sect04{
    background: url(../../images/common/index/service_bg02.jpg)left top no-repeat fixed #000000;
    background-size: contain;
}
.service-title-box {
    position: relative;
    padding: 50px 0 0 0;
    z-index: 99;
}

.service-title-box:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid #fff;
    pointer-events: none;
    display: none;
}

.service-txt-box {
    padding: 0 0 50px 0;
}
   
.service-txt{
    float: right;
    width: 40%;
    position: relative;
    padding: 0 0 75px 0;
    color: #fff;
    left: 0;
    top: 50px;
}

.service-box {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.service-box .title {
    font-size: 28px;
    font-weight: normal;
    color: #fff;
    position: absolute;
    left: 60%;
    top: 20px;
}

.service-box .title:after {
    content: "";
    width: 0px;
    height: 0px;
    display: block;
    margin: 0px auto;
}

.service-box .editor {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 112px;
    margin: 0 0 30px;
    position: relative;
    z-index: 15;
}
a:hover.service_txt {
    text-decoration: underline;
}
.service-box .more {
    color: #FFFFFF;
    font-size: 13px;
    display: block;
    width: 75px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 3px;
    margin: 0 auto;
}

.service-box .more:hover {
    transition: all .2s;
    background: #FAD038;
    color: #000;
    font-weight: bold;
}


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

.products-box {
    float: none;
    width: 100%;
}

.products-box .title {
    text-align: center;
    line-height: 1.2;
    color: #000;
    font-size: 16px;
    position: relative;
    margin: 10px 0 25px;
}

.products-box .title b {
    font-size: 25px;
    color: #000000;
    font-weight: bold;
    display: block;
    margin: 0 0 5px;
}

.products-box .title a {
    color: #e62420;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 5px 10px;
    border: solid 1px #e62420;
    padding: 5px 30px;
    font-weight: bold;
    font-family: Arial;
    font-style: italic;
}

.products-box .title a:hover {
    background: #e62420;
    color: #fff;
    border: solid 1px #e62420;
}

.hot-arrow,
.hot-arrow2 {
    position: absolute;
    top: 15px;
    right: 0;
    width: 80px;
}

.hot-arrow .slick-arrow,
.hot-arrow2 .slick-arrow {
    width: 40px;
    height: 40px;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    background: url('../../images/common/index/arrow2.png');
    left: 0;
}

.hot-arrow .slick-next,
.hot-arrow2 .slick-next {
    transform: rotate(180deg);
    right: 0;
    left: auto;
}

.hot-arrow .slick-arrow:hover,
.hot-arrow2 .slick-arrow:hover {
    background-position: 0 100%;
}

.product-list,
.product-list2 {
    margin: 0 -11px;
}

.product-list li,
.product-list2 li {
    width: 25%;
    padding: 10px 10px;
}

.product-list li > .box,
.product-list2 li > .box {
    max-width: 306px;
    margin: 0 auto;
    /* padding: 10px 10px 0px; */
    box-sizing: border-box;
    transition: all .5s;
    display: block;
    top: 0;
    position: relative;
    -moz-box-shadow: 0 0 10px 1px rgba(20%,20%,40%,0.5);
    -webkit-box-shadow: 0 0 10px 1px rgba(20%,20%,40%,0.5);
    box-shadow: 0 0 10px 1px rgba(20%,20%,40%,0.5);
}

.product-list  li > .box:hover,
.product-list2 li > .box:hover {
    top: -10px;
}



.product-list .pic,
.product-list2 .pic {
    width: 100%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
}

.product-list .name a,
.product-list2 .name a {
    display: block;
    text-align: left;
    line-height: 1.2;
    color: #000;
    font-size: 20px;
    height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 25px 0 0 0;
    padding: 0 10px;
    font-family: Arial Black;
    font-style: italic;
}

.product-list .name a, .product-list2 .name a {}

.product-list .description a,
.product-list2 .description a{
  font-size: 14px;
  color: #717171;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 50px;
  margin: 5px 5px 10px;
  padding: 0 5px;
}

.product-list  li > .box:hover .description a,
.product-list2 li > .box:hover .description a{
    transition: all .2s;
}

.product-list .text,
.product-list2 .text {
    max-width: 286px;
    margin: 0 auto;
    text-align: center;
}

.product-list .btn,
.product-list2 .btn {
    background: #9C9C9C;
    color: #fff;
    display: block;
    padding: 16px 10px;
    font-size: 15px;
    letter-spacing: 2px;
    transition: all .2s;
}

.product-list .btn:hover,
.product-list2 .btn:hover {
    background: #000;
    color: #fff;
    transition: all .2s;
}

.product-list li.top .cover,
.product-list2 li.top .cover {
    font-family: 'Arial','微軟正黑體';
    letter-spacing:2px;
    width: 60px;
    height: 30px;
    position: absolute;
    bottom: 180px;
    text-align: center;
    z-index: 15;
    left: 10px;
    top:10px;
    line-height: 30px;
    background: #e62420;
    font-weight: bold;
    color: #fff;
    
}
.product-list .more {
   background: #e62420;
    display: inline-block;
    text-align: center;
    margin: 20px 0;
    padding: 5px 20px;
    transition: all .2s;
    font-weight: bold;
    position: relative;
    font-family:  'Arial','微軟正黑體';
    font-style: italic;
     -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color:#fff;
}

.product-list .box:hover .more {
    background: #ffffff;
    color:#e62420;
}
.product-list .more:before{
    content: '';
    display: block;
    width: 70%;
    height: 0%;
    border-top: solid 2px #e62420;
    border-right: solid 2px #e62420;
    position: absolute;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.product-list .box:hover .more:before{
    width: 100%;
    height: 100%;
}
.product-list .more:after{
   content: '';
    display: block;
    width: 70%;
    height: 0%;
    border-bottom: solid 2px #e62420;
    border-left: solid 2px #e62420;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.product-list .box:hover .more:after{
    width: 100%;
    height: 100%;
}
.product-list a:hover .more {
    background: #000;
    transition: all .2s;
}

/*------------ sect02 ------------*/

.sect02 {
    background: url(../../images/common/index/about_bg.jpg) no-repeat center 65%;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 50px 0;
}
/*------------ sect05 ------------*/

.sect05 {
    padding: 80px 0;
    background-image: url(../../images/common/index/news_bg.jpg);
}

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

.news-box .more {
    background: url(../../images/common/index/news_title.png);
    margin: 0 auto 20px;
}

.news-box {
    width: 100%;
}

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

.news-list li {
    width: 25%;
    padding: 10px;
}


.news-list li .box {
    transition: all .5s;
    background: #fff;
    padding: 0;
    position: relative;
    max-width: 375px;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-shadow: 0 0 10px 1px rgba(20%,20%,40%,0.5);
    -webkit-box-shadow: 0 0 10px 1px rgba(20%,20%,40%,0.5);
    box-shadow: 0 0 10px 1px rgba(20%,20%,40%,0.5);
    top: 0;
}

.news-list li .box::after {
    content: "";
    height: 2px;
    background-color: #d4d4d4;
    display: block;
    width: 100%;
    visibility: inherit;
}

.news-list li .box:hover {
    top: -10px;
}

.news-list li .box:hover::after {
    background-color: #e62420;
}

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

.news-list li .pic img {
    width: 100%;
}

.news-list li .date,
.news-date {
    position: absolute;
    width: 57px;
    height: 63px;
    line-height: 1.2;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: url('../../images/common/news/date.png');
    left: 25px;
    top: 0;
    z-index: 15;
    letter-spacing: 0.35px;
}

.news-list li .date b,
.news-date b {
    font-size: 25px;
    color: #ffffff;
    display: block;
    transition: all .2s;
    margin: 5px 0 -2px 0;
}

.news-list li .name a{
    display: block;
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
    margin: 0;
    padding: 10px;
}

.news-list .box:hover .name a {
}


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

.about-box {
    float: right;
    width: 47%;
    position: relative;
    padding: 65px 0 0 0;
}

.about-box .more {
    position: absolute;
    top: 40px;
    left: 35px;
    color: #fff;
    line-height: 1.2;
    font-size: 28px;
}

.about-bg  {
    padding: 40px 30px 40px 190px;
    background: rgba(0, 0, 0, 0.8);
    position: relative;
    margin-bottom: 50px;
}


.about-box .title {
    font-weight: bold;
    font-size: 26px;
    color: #e62420;
    line-height: 1.4;
    margin: 0 0 15px;
}


/*------------ sect03 ------------*/

.sect03 {
    background: url(../../images/common/index/album_bg.jpg) no-repeat center bottom fixed;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 60px 0 90px;
}


/*------------ album-box ------------*/
.sect03 .hot-arrow .slick-arrow,
.sect03 .hot-arrow2 .slick-arrow{
    background: url('../../images/common/index/arrow3.png');
}
.sect03 .hot-arrow .slick-arrow:hover,
.sect03 .hot-arrow2 .slick-arrow:hover {
    background-position: 0 100%;
}
.album-box {
    float: left;
    width: 100%;
}

.album-box .title {
    text-align: center;
    line-height: 1.2;
    color: #000;
    font-size: 16px;
    position: relative;
    margin: 10px 0 25px;
}

.album-box .title b {
    font-size: 28px;
    color: #fff;
    font-weight: normal;
    display: block;
    margin: 0 0 10px;
}

.album-box .title a {
   color: #ffffff;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 5px 10px;
    border: solid 1px #ffffff;
    padding: 5px 30px;
    font-weight: bold;
    font-family: Arial;
    font-style: italic;
}

.album-box .title a:hover{
    background: #e62420;
    color: #fff;
    border: solid 1px #e62420;
}

.album-list {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0px;
    width: calc(100% - 0px);
}




.album-list li .pic {
    overflow: hidden;
    position: relative;
    max-width: 390px;
    margin: 0 auto;
}

.album-list li .box {
    padding: 3px;
}

.album-list li .pic> a:before,
.album-list li .pic >a:after {
    content: "";
    position: absolute;
    transition: all .2s;
    opacity: 0;
}

.album-list li .pic> a:before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 57px;
    border: 4px solid rgba(255, 255, 255, 0.9);
   /* background: rgba(0, 0, 0, 0.70);*/
    z-index: 9999;
}

.album-list li .pic>a:after {
    content: "";
    display: block;
    position: absolute;
    top: -18px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url(../../images/common/album/open.png);
    background-position: center;
    background-repeat: no-repeat;
    display:none;
}

.album-list .box:hover .pic >a:before,
.album-list .box:hover .pic >a:after {
    transition: all .2s;
    opacity: 1;
}

.album-list li .name a{
    position: absolute;
    z-index: 10;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 40px;
    font-size: 17px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    transition: all .2s;
    box-sizing: border-box;
    background-color: #d70a28;
}

.album-list .box:hover .name a{
    transition: all .2s;
    opacity: 1;
}


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

.links-box {
    width: 16.6%;
    float: right;
}

.links-box .more {
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    letter-spacing: 2px;
    text-align: center;
    display: block;
    transition: all .2s;
    margin: 10px 0 0 0;
}

.links-box .more i {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    background: #000;
    margin: 0 10px 0 0;
}

.links-box .more:hover {
    text-decoration: underline;
    transition: all .2s;
}

.link-list li {
    margin: 0 0 10px;
}

.link-list li .box{
    margin: 0 auto;
    max-width: 240px;
}

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

.link-list li .pic a:before {
    content: "";
    position: absolute;
    display: block;
    transition: all .2s;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
}

.link-list li .box:hover .pic a:before {
    transition: all .2s;
    opacity: 1;
}


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

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



    .service-box:after {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        left: 0px;
        bottom: 0px;
    }

    .about-box {
        max-width: 800px;
        margin: 0 auto;
    }
    .about-box {
        padding: 80px 0 0 0;
    }
    .links-box {
        margin: 60px 0 0 0;
    }
    .link-list li {
        display: inline-block;
        float: none;
    }

    .products-sect {
        max-width: 1040px;
        margin: 0 auto;
    }
    .products-list .item {
        width: 25%;
        overflow: hidden;
    }
    .products-list .item:first-child {
        width: 50%;
    }
    .products-list .item:nth-child(6) {
        clear: left;
    }
}
@media screen and (max-width: 1100px) {
    .service-txt {
    text-align: center;
}
.service-box .title{
    text-align: center;
    width: 100%;
    left: inherit;
}
    .service-txt-box .container {
        background-color: rgba(0, 0, 0, 0.45098039215686275);
        width: 90%;
        margin: auto;
        position: relative;
    }
    .service-txt {
        float: none;
        width: 100%;
        margin: 0px;
        position: relative;
    }

    .album-list li .pic:before{
        opacity: 1;
    }

    .album-list li .pic:after {
        display: none;
    }

    .album-list li .name {
        opacity: 1;
        top: auto;
        bottom: 3px;
        padding: 0 10px;
    }
    .album-list li .pic:before {
        left: 0px;
        right: 0px;
        bottom: 0px;
        top: auto;
        height: 40px;
        background: rgba(0, 0, 0, 0.70);
        border:none;
    }  
	.sect04{
    background-size:cover;
}
}

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

@media screen and (max-width: 880px) {
    .products-sect {
        max-width: 780px;
    }
    .products-list .item:nth-child(n) {
        width: 33.33%;
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
}

@media screen and (max-width: 767px) {
    .banner .slick-prev {
        left: 5px;
    }
    .banner .slick-next {
        left: auto;
        right: 5px;
    }
    .about-bg {
        padding: 20px 20px 40px;
		margin-bottom: 0;
    }
    .about-box .more {
        position: static;
        margin: 0 auto 5px;
    }
        .about-box{
    max-width: inherit;
    width: 100%;
}
	.products-box .title b,
	.service-box .title,
	.about-box .more,
	.album-box .title b{
		    font-size: 20px;
	}
	.about-box .title{
		font-size: 18px;
		margin: 0 0 5px;
	}
	.about-box{
		padding: 0;
	}
   
}

@media screen and (max-width: 640px) {
    .products-sect {
        max-width: 520px;
    }
    .products-list .item:nth-child(n) {
        width: 50%;
    }
    .products-list .item:nth-child(1) {
        width: 100%;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n) {
        clear: left;
    }
}

@media screen and (max-width: 600px) {
    .service-box {
        padding: 0;
    }
    .hot-arrow,
    .hot-arrow2{
        position: relative;
        left: 50%;
        margin: 0 0 0 -40px;
    }
    .products-box .title,
    .album-box .title {
        margin: 10px 0 75px;
    }
    .news-list {
        margin: 0;
    }
    .news-list li {
        width: 100%;
        padding: 0 0 30px;
    }
}

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

    .album-list {
        margin: 0;
    }
    .sect01 {
        padding: 20px 0 50px;
    }
    .sect05 {
        padding: 30px 0 10px;
    }
    .sect03 {
        padding: 30px 0 50px;
    }
}

@media screen and (max-width: 450px) {
    .products-list .item:nth-child(n) {
        width: 100%;
        clear: none;
    }
    .products-list .box {
        max-width: 260px;
    }

}
