.text-clamp { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; }

#content .titleSet .speBoxTitle{font-family: 'Lato', sans-serif;text-transform: uppercase;font-size: 60px;line-height: 100%;margin-bottom: 10px;color: #2f4f4f;}
#content .titleSet .subBoxTitle{font-size: 28px;letter-spacing: 3px;font-weight: 400;color: #555050;}

/* button*/
.more{display:inline-block;font-size: 14px;padding: 15px 45px;background: #daa520;box-sizing:border-box;text-align:center;transition:ease .3s;color:#fff;font-weight: 400;border-radius: 50px;}
.more:hover{padding: 15px 50px;color: #fff;}

/* page-form */
#page-form{background-image: url(/images/24/contact-bg.jpg);background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;padding: 70px 0;position: relative;}
#page-form:after{content:'';position: absolute;width: 100%;height: 100%;background: #fff;top: 0;z-index: 0;opacity: .45;}
#page-form .titleSet{display:flex;align-items: flex-end;}
#page-form .titleSet .speBoxTitle{margin:0;margin-right: 10px;}
#page-form .titleSet .subBoxTitle{line-height: 160%;}
#page-form .workframe{position:relative;z-index: 2;}
#page-form form#pageform1{width: 100%;}
#page-form form,#page-form fieldset{margin:0;padding:0;border:0}
#page-form fieldset:first-child{display:flex;flex-wrap: wrap;justify-content: space-between;}
#page-form fieldset p{overflow:hidden;color:#000;font-size:16px;margin: 10px 0;width: calc(50% - 10px);}
#page-form fieldset p.last{display:flex;flex-wrap: wrap;align-items: center;}
#page-form .btn{display:flex;flex-wrap: wrap;}
#page-form .btn p{width: auto;margin: 40px 0 0;}
#page-form label{float:left;width:100px;text-align:right;padding:5px 0}
#page-form span{display:block}
#page-form .ra span{width:auto;float:left;margin-left:10px;padding:5px 0}
#page-form input[type="text"],#page-form select{width:calc(100% - 32px);padding: 15px;border:1px solid #bdbdbd;color:#000;background: none;font-size: 15px;border-radius: 5px;background: #ffffffd6;}
#page-form input#Checknum{margin: 0 10px 0 0;width: calc(100% - 270px);}
#page-form select{width:calc(100% - 1px);-webkit-appearance:none;background: url(/images/24/arrow.png) no-repeat scroll 99% center transparent;background-repeat:no-repeat;background-position:97% 50%;padding: 20px 17px;border-radius: 5px;background: #ffffffd6;}
#page-form b.send {margin-left: 20px;}
#page-form b.send input{background: #daa520;color:#fff;text-align:center;width:100%;padding: 15px 45px;font-size: 14px;outline:none;cursor:pointer;border-radius: 50px;border: 0;}
#page-form .btn p.phone a{background: var(--secondary);color:#fff;text-align:center;padding: 16px 40px;font-size: 16px;letter-spacing: 2px;display: flex;justify-content: center;align-items: center;}
#page-form .btn p.line a{background: #12b508;color:#fff;text-align:center;padding: 16px 40px;font-size: 16px;outline:none;cursor:pointer;letter-spacing: 2px;display: flex;justify-content: center;align-items: center;}
#page-form .btn p a svg{width:20px;height: 20px;margin-right: 10px;}
#page-form article{font-size:15px;line-height:170%}
#page-form h2 img{margin-right:5px;vertical-align:bottom}
#page-form h2 b{display:inline-block;font-size:24px;color:#353535;margin-right:10px;vertical-align:baseline}

#Extra-setting{background:#1a1a1a}
#Extra-setting .workframe{display:flex;flex-wrap:wrap;padding:160px 0px 110px}
#Extra-setting .item{width:50%;display:flex;padding:20px 0px 50px}
#Extra-setting .item .item-icon{padding: 0 15px;}
#Extra-setting .item .item-icon img{width: 170px;height: 160px;}
#Extra-setting .item .item-info{padding: 0 15px; width: 62%}
#Extra-setting .item .item-info .item-title{margin-bottom: 27px; color: #fff;font-size: 22px;}
#Extra-setting .item .item-info .item-descript{color: #888888;font-size: 17px; line-height: 30px;}

#aboutFunc{padding: 70px 0px;}
#aboutFunc .speBox{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
#aboutFunc .speBox .youtubebox{width: 60%;}
#aboutFunc .speBox .youtubebox #youtube .UTwo iframe{width: 100%;height: 376px;}




















#aboutFunc .speBox #about{width: 35%;}
#aboutFunc .speBox #about .arts{font-size: 16px;line-height: 200%;color: #282828;margin: 20px 0 50px;text-align: justify;letter-spacing: .5px;}
#aboutFunc #SeoStarRating{padding-bottom: 50px;}

#product{padding: 70px 0;background: #f9f9f9;}
#product .titleSet{margin-bottom: 40px;}
#product .titleSet .product-desc{font-family: 'Poppins', sans-serif;color: #ffffff;font-size: 22px;line-height: 1.6;max-width: 75%;padding-bottom: 30px;}
#product #prolay .pro-list{display: flex;flex-wrap: wrap;justify-content: space-between;}
#product #prolay .pro-list > div{width: calc((100%/3) - 30px);position: relative;overflow: hidden;transition: ease .3s;}
#product #prolay .pro-list > div .photo{position: relative; background-position: center;background-repeat: no-repeat;background-size: cover;display: block;}
#product #prolay .pro-list > div .photo::after{content:"";position:absolute;left:0px;top:0px;display:block;background:transparent;transition:ease .3s;width:100%;height:100%}

#product #prolay .pro-list > div .p-box .p-info{transition: ease .3s;margin-top: 10px;}
#product #prolay .pro-list > div .p-box .p-info .describe{overflow: hidden;height: auto;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;font-size: 15px;}
#product #prolay .pro-list > div .p-box .p-info .price{height: 23px;overflow: hidden;padding-bottom: 10px}
#product #prolay .pro-list > div .p-box .p-info .price span{display: inline-block;}
#product #prolay .pro-list > div .p-box .p-info .price span.saleprice{margin-left: 5px;height: 28px;}
#product #prolay .pro-list > div .p-box .p-info .price span.saleprice b{font-size: 22px;color: red;}
#product #prolay .pro-list > div .p-box .p-info .title{display: flex;justify-content: space-between;align-items: center;}
#product #prolay .pro-list > div .p-box .p-info h3{position: relative;font-size: 20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin: 0 0 10px;}
#product #prolay .pro-list > div .p-box .p-info h3 a{display:block;}
#product #prolay .pro-list > div .p-box .p-info a.btn{display:block;width:58px;height:58px;text-align:center;line-height:58px;border:2px solid #fff;border-radius:50%;margin-right:20px;color:#fff;transition:ease .3s;opacity:0}

#NewsBox{background: #fff;padding: 80px 0;}
#NewsBox .workframe .speBox{display: flex;justify-content: space-between;flex-wrap: wrap;width: 80%;margin: 0 auto;}
#NewsBox .workframe .speBox .titleSet{width: 30%;}
#NewsBox #news{width: 65%;}
#NewsBox #news .newsList{}
#NewsBox #news .newsList .border{padding: 0 15px;overflow: hidden;position: relative;}
#NewsBox #news .newsList >div{position:relative;}
#NewsBox #news .newsList >div:after {content:'';width: 100%;height: 5px;display: block;margin: 30px 0;background: linear-gradient(to right, #dadada, #dadada 2px, transparent 2px, transparent 4px);background-repeat: repeat-x;background-size: 4px 1px;background-position: 50% 50%;border-right: 1px solid #dadada;border-left: 1px solid #dadada;}
#NewsBox #news .newsList >div:last-child:after{display:none;}
#NewsBox #news .newsList .border a{display: block;position: absolute;z-index: 2;width: 100%;height: 100%;top: 0;left: 0;}
#NewsBox #news .newsList .border .news-info{display: flex;flex-wrap: wrap;align-items: center;}
#NewsBox #news .newsList .border .news-info p{font-family: 'Lato', sans-serif;font-size: 14px;font-weight: 400;}
#NewsBox #news .newsList .border .news-info b{background: #daa520;font-weight: 300;font-size: 13px;padding: 0 15px;color: #fff;border-radius: 50px;margin: 0 30px;}
#NewsBox #news .newsList .border .news-info h3{font-size: 18px;font-weight: 400;width: calc(100% - 230px);overflow: hidden;height: auto;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
#NewsBox #news .newsList .border .news-info .describe{font-family: 'Poppins', sans-serif;font-size: 17px;color: #888888;line-height: 1.6;-webkit-line-clamp: 2;}

/*消息按鈕*/
#NewsBox #news .newsList .slick-prev,#NewsBox #news .newsList .slick-next{height:58px;width:58px;border:2px solid #888888;border-radius:50%}
#NewsBox #news .newsList .slick-prev{right:87px;top:0px;left:unset}
#NewsBox #news .newsList .slick-next{right:15px;top:0px}
#NewsBox #news .newsList .slick-prev:before{content:"\f053";font:normal normal normal 14px/1 FontAwesome;padding-right:5px}
#NewsBox #news .newsList .slick-next:before{content:"\f054";font:normal normal normal 14px/1 FontAwesome;padding-left:5px}
#NewsBox #news .newsList .slick-prev:before,#NewsBox #news .newsList .slick-next:before{font-size:20px;color:#888888}

#bookBox{display: flex;background-repeat: no-repeat;background-size: cover; background-position: center;background-attachment: fixed;}
#bookBox .speBox{width: 35%;position: relative;}
#bookBox .speBox .booktitle{width: 100%; position: absolute;top: 50%;left: 50%;transform: translate(0%,-50%);}
#bookBox .speBox .booktitle h2{font-size: 42px;color: #fff;font-family: 'Poppins', sans-serif;line-height: 1.3;}
#bookBox #book{width: 65%;transform: translateX(200px);}
#bookBox #book .bList .mofd{position: relative;}
#bookBox #book .bList .photo{background-size: cover;background-repeat: no-repeat;background-position: center;}
#bookBox #book .bList .photo img{height: 700px;}
#bookBox #book .bList .mofd h3{transition:ease .3s;position:absolute;bottom:0px;left:0px;width:100%;height:60px;background:#020202a6;text-align:center;line-height:60px;box-sizing:border-box;border-right:1px solid #888}
#bookBox #book .bList .mofd h3 a{color:#fff;display:block;width:100%}
#bookBox #book .bList .mofd:hover h3{background:#020202d6}

#freebox{padding: 110px 0;background: #2f4f4f;}
#freebox .workframe{width:1300px;}
#freebox .titleSet {margin-bottom: 50px;}
#freebox .titleSet .speBoxTitle, #freebox .titleSet .subBoxTitle {color:#fff;text-align: center;}
#freebox .info{margin: 0 25px;background: #fff;padding: 50px;position: relative;}
#freebox .info a{position:absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 2;}
#freebox .info .photo{width:80px;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;border-radius: 50px;}
#freebox .info h3{font-size: 20px;color: #1d1d1d;margin-top: 10px;overflow: hidden;height: auto;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
#freebox .info span{color:#dda520;font-size: 15px;}
#freebox .info p{color: #5e5e5e;font-size: 15px;margin-top: 30px;overflow: hidden;height: auto;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;text-align: justify;}

@media screen and (min-width: 1025px){
	#page-form{background-attachment: fixed;}
    #product #prolay .pro-list > div:hover .photo::after{background: rgb(47 79 79 / 35%);}
    #product #prolay .pro-list > div:hover .p-box .p-info{transform: translateY(0px);}
    #product #prolay .pro-list > div:hover .p-box .p-info{transform: translateY(0px);}
    #product #prolay .pro-list > div:hover .p-box .p-info a.btn{opacity: 1;}
}
@media screen and (max-width: 1300px){
	#freebox .workframe{width:90%;}
    #product #prolay .pro-list > div .p-box .p-info a.btn{width: 45px;height: 45px;line-height: 45px;}
    #product #prolay .pro-list > div .p-box .p-info .title{padding-bottom: 40px;}
}
@media screen and (max-width: 1280px){
}
@media screen and (max-width: 1024px){
	#freebox .info h3{-webkit-line-clamp: 2;line-height: 140%;}
	#page-form form#pageform1{width:100%;}
	#Extra-setting .item .item-info .item-descript{font-size: 16px;}
	#Extra-setting .item .item-info .item-title{font-size: 18px;}
	#aboutFunc .speBox .youtubebox{width: 100%;float: unset;}
	#aboutFunc .speBox #about{width: 100%;padding-top: 35px;}
	#product #prolay .pro-list > div .p-box .p-info h3{font-size: 20px;}
	#product .titleSet .product-desc{max-width: 100%;}
	#bookBox{display: block;}
	#bookBox .speBox{width: 100%;position: unset;}
	#bookBox .speBox .booktitle{width: 100%;position: unset;padding: 30px 40px;transform: unset;}
	#bookBox #book{width: 100%;transform: unset;}
	#bookBox #book .bList .photo img{height: auto;}
	#ssbanner .bxslider > div a p{font-size: 18px;}
}
@media screen and (max-width: 768px){
	#freebox .info{margin:0 15px;}
	#page-form fieldset p{width:100%;}
    #NewsBox .workframe .speBox{width:100%;}
	#NewsBox{padding: 50px 0;}
    #Extra-setting .workframe{padding: 40px 20px;}
    #Extra-setting .item{width: 100%;}
    #Extra-setting .item .item-icon img{height: auto;}
    #product #prolay .pro-list > div{width: 100%;margin: 20px 0;}
    #NewsBox .workframe .speBox .titleSet{width: 100%;margin-bottom: 30px;}
	#NewsBox #news{width:100%;}
    #NewsBox #news .newsList .slick-prev, #NewsBox #news .newsList .slick-next{height: 35px;width: 35px;}
    #NewsBox #news .newsList .slick-prev{right: 65px;}
    #NewsBox #news .newsList .slick-prev:before, #NewsBox #news .newsList .slick-next:before{font-size: 14px;}
    #NewsBox #news .newsList .slick-prev:before{padding-right: 3px;}
    #NewsBox #news .newsList .slick-next:before{padding-left: 3px ;}
    #ssbanner .bxslider{flex-wrap: wrap;}
    #ssbanner .bxslider > div{width: 50%;}
}
@media screen and (max-width: 680px){
	#product .titleSet{margin-bottom:20px;}
	#page-form{padding:50px 0;}
    #NewsBox #news .newsList .border .news-info h3{width:100%;margin-top: 10px;}
}
@media screen and (max-width: 480px){
    #freebox .free h3{font-size: 36px;}
    #freebox .free p{font-size: 16px;}
    #content .titleSet .speBoxTitle{font-size: 40px;}
	#content .titleSet .subBoxTitle{font-size: 20px;}
    #product .titleSet .product-desc{font-size: 18px;}
    #Extra-setting .workframe{padding: 40px 0px;}
    #Extra-setting .item .item-info .item-title{font-size: 16px;}
    #Extra-setting .item .item-info .item-descript{font-size: 14px;}
    #aboutFunc, #product, #freebox{padding: 50px 0;}
}