.wrap { position: relative;  z-index: 10; }
.wrap h4.stitle {margin-bottom: 10px;text-transform: uppercase;font-weight: bold;font-size: 20px;color: #386135;}
.wrap h2.title { margin-bottom: 20px; font-size: 30px; color: #1d1d1d; font-weight: 500;}
.wrap h2.title:after{
	    content: '';
	    width: 60px;
	    margin: 15px 0 40px;
	    background: #daa520;
	    height: 4px;
	    display: block;
}
.wrap p.more a {padding: 14px 40px;background: #DAA520;display: inline-block;color: #fff;border-radius: 50px;}
.wrap p.more a i{display:none;}
.wrap p.more a span {  }
.wrap #w-particles{overflow:hidden;position:absolute;bottom:0;left:0;right:0;top:0;z-index: -1;}
.wrap #w-particles canvas{width:100%;height:100%}
.wrap #w-particles #particles{height:100%;}
.wrap .bgTxt {color: #1d1d1d;font-size: 36px;text-align: center;font-weight: 500;margin-bottom: 50px;}
.wrap .bgTxt:after{content:'';width: 60px;margin: 15px auto 40px;background: #daa520;height: 4px;display: block;}

/* productBox */
#productBox  {padding: 50px 0;}
#productBox .bgTxt, #page-form .bgTxt{width: 35%;margin:0 auto;word-break: keep-all;line-height: 150%;}
#productBox .list { position: relative; z-index: 2; display: flex;flex-wrap: wrap;justify-content: space-between;}
#productBox .list .item {position: relative;width: calc((100%/3) - 25px);margin: 20px 0;}
#productBox .list .item:hover{
    -moz-transform: translateY(-0.75em);
    -webkit-transform: translateY(-0.75em);
    translateY(-0.75em): translateY(-0.75em);
    -ms-transform: translateY(-0.75em);
    transform: translateY(-0.75em);
}
#productBox .list .item .photo{background-size: cover;background-repeat: no-repeat;background-position: 50% 50%;}
#productBox .list .item img { position: relative; width: 100%; z-index: 1; }
#productBox .list .item a { position: absolute; width: 100%; height: 100%; display: block; top: 0; left: 0; z-index: 3; }
#productBox .list .item .info {margin-top: -70px;padding: 20px;border-bottom: #e6e6e6 1px solid;}
#productBox .list .item:hover .info{border-color: #333e51;}
#productBox .list .item .info h3 {padding: 2px 5%;height: auto;font-weight: 500;font-size: 18px;color: #fff;-webkit-line-clamp: 1;background: #333e51;display: inline-block;}
#productBox .list .item .info p {padding: 0;height: auto;font-size: 15px;-webkit-line-clamp: 1;margin-top: 37px;}

/* aboutBox */
#aboutBox {padding-top: 50px;font-size: 0;width: 80%;display: flex;align-items: flex-end;flex-wrap: wrap;}
#aboutBox >div {  width: 45%; display: inline-block; }
#aboutBox .info , #customBox .youtubeBox {margin: 0 0 5% 5%;box-sizing: border-box;box-shadow: -7px 8px 10px 6px rgb(122 122 122 / 15%);-webkit-box-shadow: -7px 8px 10px 6px rgb(122 122 122 / 15%);box-shadow: -7px 8px 10px 6px rgb(122 122 122 / 15%);border-radius: 20px;padding: 27px;}
#aboutBox .info p.arts { margin-bottom: 40px; color: #585858; text-align: justify;}
#aboutBox .info p.arts strong{color: #444;font-weight: bold;font-size: 18px;display: block;margin-bottom: -15px;}
#aboutBox .info p.more , #aboutBox .info #SeoStarRating { margin-bottom: 15px;  }
#aboutBox:before{
	content: "ABOUT US";
	position:
	absolute;
	font-size: 49px;
	right: 94px;
	top: 88px;
	opacity: 1;
	height: 94px;
	display: flex;
	align-items: center;
	font-weight: 700;
	color: #87c241;
	-webkit-text-stroke: 1px rgb(67 121 63 / 22%);
	-webkit-text-fill-color: transparent;
	margin-bottom: -50px;
	margin-left: -14px;
	font-weight: 800;
	line-height: 70%;
}
/* praiseBox */
#praiseBox{background: #333e51;padding: 0px 0px;display: flex;justify-content: flex-end;flex-wrap: wrap;position: relative;}
#praiseBox:after{content:'';width: calc(50% - 70px);height: 100%;display: block;background: #f5f5f5;position: absolute;top: 0;right: 0;z-index: 0;}
#praiseBox .leftBox{width: 370px;margin-right: 115px;margin-top: 95px;}
#praiseBox .leftBox h2.title{margin-bottom:30px;color: #fff;}
#praiseBox .leftBox .textEditor{margin-bottom:55px;font-size: 15px;color: #fff;text-align: justify;line-height: 200%;}
#praiseBox .leftBox .noteArea{}
#praiseBox .leftBox .noteArea p{font-weight:600;font-size: 18px;color: #fff;}
#praiseBox .leftBox .noteArea p.red, #praiseBox .leftBox .noteArea p.red a{color: #285524;}
#praiseBox .leftBox .noteArea a{color: #fff;font-weight: 600;font-size: 18px;}
#customBox {width: 1150px;position: relative;z-index: 2;}
#customBox .slick-slider{
    margin-bottom: 0;
}
#customBox .workframe { z-index: 2; font-size: 0; }
#customBox .row { vertical-align: top; }
#customBox .listBox ul li {display:flex;position: relative;justify-content: flex-start;flex-wrap: wrap;}
#customBox .listBox ul li .text{padding: 110px 80px;background:#fff;width: 340px;}
#customBox .listBox ul li .photo{position:absolute;right: 0;width: calc(100% - 500px);height: 100%;top: 0;}
#customBox .listBox ul li .photo img{width:100%;height: 100%;object-fit: cover;}
#customBox .listBox ul li h3 {margin-bottom: 40px;font-size: 20px;font-weight: 500;display: flex;align-items: flex-end;}
#customBox .listBox ul li h3 b{color: #c6ada1;font-size: 20px;margin-left: 15px;}
#customBox .listBox ul li article {font-size: 15px;color: #0c0c0c;text-align: justify;margin-bottom: 60px;overflow: hidden;height: auto;-webkit-line-clamp: 4;}
#customBox .listBox .btn {display: flex;position: absolute;bottom: 0;left: 396px;}
#customBox .listBox .btn a {position: relative;color: #eee;text-align: center;width: 50px;height: 50px;background: #eee;align-items: center;justify-content: center;margin-left: 1px;display: flex !important;}
#customBox .listBox .btn a#prevBtn img{transform: rotate(180deg); }
#customBox .listBox .btn a span { position: absolute; width: 80px; height: 27px; display: block; text-align: center; line-height: 27px; top: 0; left: 0; -webkit-transform: translate(0) scale(0); transform: translate(0) scale(0); -webkit-transition: -webkit-transform .4s ease; transition: -webkit-transform .4s ease; transition: transform .4s ease; transition: transform .4s ease, -webkit-transform .4s ease; }
#customBox .listBox .btn a i { text-align: center; width: 80px; height: 27px; font-size: 27px; -webkit-transform: rotate(0) scale(1); transform: rotate(0) scale(1); -webkit-transition: -webkit-transform .4s ease; transition: -webkit-transform .4s ease; transition: transform .4s ease; transition: transform .4s ease, -webkit-transform .4s ease; }
#customBox .youtubeBox { position: relative; }
#customBox .youtubeBox:before { position: absolute; width: 40%; height: 100%; background: url(/images/33/dote.png) 0 0; top: -2vw; left: 90%; z-index: -1; opacity: 0.4; content: ""; }
#customBox .youtubeBox iframe { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
#customBox .youtubeBox .playBtn { position: absolute; width: 100px; height: 100px; background: #ff5860; border-radius: 50%; display: block; text-align: center; line-height: 100px; top: calc((100% - 100px) / 2); left: -50px; -webkit-animation: playbtn 1s infinite alternate ease-in-out; animation: playbtn 1s infinite alternate ease-in-out; }
#customBox .youtubeBox .playBtn i { font-size: 36px; color: #fff; }
#customBox .contact { position: absolute; padding-left: calc((100% - 1300px) / 2); width: 650px; height: 110px; background: #21bcd8; line-height: 110px; bottom: 0; left: 0; z-index: 3; }
#customBox .contact a { display: inline-block; }
#customBox .contact font { text-transform: uppercase; font-family: 'Rubik', sans-serif; font-weight: 700; font-size: 40px; color: #fff; }
#customBox .contact i { margin: 10px 0 10px 30px; font-size: 30px; color: #fff; -webkit-animation: arrowright 1s infinite alternate ease-in-out; animation: arrowright 1s infinite alternate ease-in-out; }


/* page-form */
#page-form{position:relative;background: #f5f5f5;padding: 60px 0;box-sizing: border-box;}
#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 p{overflow:hidden;color:#000;font-size:16px;margin: 10px 0;width: calc(50% - 10px);}
#page-form .btn{display:flex;justify-content: center;flex-wrap: wrap;}
#page-form .btn p{width: auto;margin: 30px 10px 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% - 10px);padding: 15px 5px;border: 0;color:#000;background: none;font-size: 15px;border-bottom: 1px solid #bdbdbd;}
#page-form input#Checknum{margin: 0 10px 0 0;width: calc(100% - 100px);}
#page-form select{width:calc(100% - 1px);border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;-webkit-appearance:none;background: url(/images/33/arrow.png) no-repeat scroll 99% center transparent;background-repeat:no-repeat;background-position:97% 50%;padding: 20px 10px;}
#page-form p.send input{background: #DaA520;color:#fff;text-align:center;width:100%;padding: 15px 40px;font-size: 15px;outline:none;cursor:pointer;letter-spacing: 1px;border-radius: 50px;}
#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 p.send input:hover, #page-form .btn p a:hover{opacity:.8}
#page-form h2{text-align:center;color: #333e51;margin-bottom: 40px;font-size: 35px;letter-spacing: 2px;}
#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}

/* NewsBox */
#NewsBox { position: relative; padding: 80px 0; }
#NewsBox .bg , #bookBox .bg { position: absolute; width: 100%; height: 100%; background: no-repeat 50% / cover; top: 0; left: 0; opacity: .4; }
#NewsBox h4.stitle , #NewsBox h2.title { text-align: center; }
#NewsBox #newList li >div { margin: 0 20px 20px 0; }
#NewsBox #newList li:nth-child(2n) >div { margin: 0 0 20px 20px; }
#NewsBox #newList li .img a.photo img , #bookBox ul li a.photo img { width: 100%; }
#NewsBox #newList li .info p a { margin-right: 15px; padding: 2px 15px; background: #ffd9db; display: inline-block; color: #ff5860; }
#NewsBox #newList li .info p font { font-family: 'Rubik', sans-serif; color: #656565; }
#NewsBox #newList li .info h3 a { margin-top: 10px; height: 70px; font-weight: 500; font-size: 22px; color: #434343; -webkit-line-clamp: 2; }
#NewsBox p.more , #bookBox p.more { margin-top: 60px; text-align: center; }

/* bookBox */
#bookBox { position: relative; padding: 80px 0; background: #222; }
#bookBox h2.title { text-align: center; color: #fff; }
#bookBox ul li a.photo , #bookBox ul li h3 { margin: 0 20px; background-color: #fff; }
#bookBox ul li h3 a { padding: 15px 25px; height: 32px; font-size: 19px; color: #222; -webkit-line-clamp: 1; }

/* Extra-setting */
#Extra-setting{outline: 1px solid #e9e9e9;outline-offset: -20px;}
#Extra-setting .workframe{display:flex;flex-wrap:wrap;padding: 60px 0;box-sizing: border-box;justify-content: space-between;}
#Extra-setting .item{width: calc((100%/3) - 60px);display:flex;padding: 20px 0;flex-wrap: wrap;align-items: center;justify-content: space-between;position: relative;}

#Extra-setting .item .item-icon{width: 76px;height: 76px;display: flex;justify-content: center;align-items: center;background: #484848;border-radius: 90px;}
#Extra-setting .item .item-icon img{width: 40px;-webkit-filter: contrast(0) brightness(150%);filter: contrast(0) brightness(200%);}
#Extra-setting .item .item-info{width: 70%;}
#Extra-setting .item .item-info .item-title{color: #383736;font-size: 21px;font-weight: 600;letter-spacing:2px}
#Extra-setting .item .item-info .item-descript{color: #4f654e;font-size:15px;line-height: 140%;font-weight: 300;letter-spacing:0px}

/* sloganBox */
#sloganBox ul { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
#sloganBox ul li { margin: 20px 0; padding: 30px 0; min-width: 49%; border-right: 1px #e9e9e9 solid; display: flex; flex-direction: column; justify-content: center; align-items: center; }
#sloganBox ul li p a { padding: 10px 40px; width: 130px; background: #87c241; border: 1px #7fb73d solid; border-radius: 40px; box-shadow: 0 0 30px rgb(0 0 0 / 15%); display: inline-block; text-align: center; font-size: 24px; color: #fff; }
#sloganBox ul li:nth-child(2) { border-right-color: transparent; }
#sloganBox ul li:nth-child(2) p a { background: #d5d5d5; border-color: #cdcdcd; color: #1d1d1d; }

@keyframes playbtn { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.1); } }
@-webkit-keyframes playbtn { 0%, 100% { -webkit-transform: scale(1); } 50% { -webkit-transform: scale(1.1); } }
@keyframes arrowright { 0%, 100% { margin: 10px 0 10px 30px; } 50% { margin: 10px 10px 10px 20px; } }
@-webkit-keyframes arrowright { 0%, 100% { margin: 10px 0 10px 30px; } 50% { margin: 10px 10px 10px 20px; } }

@media screen and (max-width: 1500px) {
	#customBox{width: calc(100% - 500px);}
	#praiseBox .leftBox{width:300px}
	#aboutBox{width:90%;}
	#customBox .contact { padding-left: calc((100% - 1280px) / 2); width: 640px; }
}
@media screen and (max-width:1360px) {
	#customBox .contact { padding-left: calc((100% - 1160px) / 2); width: 580px; }
}
@media screen and (min-width:1281px) {
	#productBox .list .item:hover img {  -webkit-filter: grayscale(1);}
	#customBox .listBox .btn a:hover span { -webkit-transform: translate(0) scale(1); transform: translate(0) scale(1); }
	#customBox .listBox .btn a:hover i { -webkit-transform: rotate(0) scale(0); transform: rotate(0) scale(0); }
	#customBox .youtubeBox .playBtn:hover { background: #2c2a2a; }
	#NewsBox #newList li .info p a:hover { background: #ff5860; color: #fff; }
	#bookBox ul li:hover a.photo img { background: rgba(44, 44, 44, .6); }
}
@media screen and (max-width:1280px) {
	#praiseBox:after{display:none;}
	#praiseBox .leftBox .textEditor{width: 100%;}
	#customBox{width: 100%;}
	#praiseBox .leftBox{width: 85%;z-index: 2;margin-bottom: 40px;margin-top: 40px;}
	#productBox .list .item img {  }
}
@media screen and (max-width:1024px) {
	#productBox .bgTxt, #page-form .bgTxt{width: 45%;}
	#Extra-setting .item{width: calc(50% - 20px);}
	#praiseBox{padding-bottom: 50px;}
	#aboutBox >div{width: 90%;display: block;order: 2;margin: 0 auto;}
	#aboutBox .info{order: 0;margin: 0 0 10px;width: 100%;}
	#productBox .list .item{width: calc(50% - 25px);}
	#customBox { padding: 7vw 0; }
	#customBox:before { height: 100%; }
	#customBox .youtubeBox { margin: 10px 0 0; width: auto; }
	#customBox .contact { padding-left: 5%; width: 85%; bottom: -20px; }
	#Extra-setting .workframe{width: 85%;}
	#Extra-setting .item .item-info{width:75%}
}
@media screen and (max-width:980px) {
	#productBox .bgTxt, #page-form .bgTxt{width: 60%;}
	#praiseBox .leftBox{width: 90%;margin: 40px auto;}
	#praiseBox:after{display:none;}
	#praiseBox .leftBox .textEditor{width:100%;}
	#customBox{width: 90%;margin: 0 auto;padding: 0;}
	#customBox .listBox ul li .text{width: calc(100% - 160px);order: 2;padding: 60px 80px;}
	#customBox .listBox ul li .photo{position:relative;width:100%;order: 0;}
	#customBox .listBox ul li article{height:auto;margin-bottom: 30px;}
	#customBox .listBox .btn a{background: #fcb422;}
	#customBox .listBox .btn a img{-webkit-filter: contrast(0) brightness(150%);filter: contrast(0) brightness(200%);}
	#customBox .listBox .btn{position:relative;bottom: 0;left: 0;justify-content: center;margin-top: 30px;}
	#praiseBox{padding-bottom: 40px;}
	#aboutBox { position: relative; margin-bottom: 0;  width: 90%; padding-top: 50px;}
	#aboutBox .aboutImg {width: 100%;display: block;}
	#aboutBox .aboutImg a.photo { height: 100%; }
	#aboutBox .info {
		box-shadow: -4px 5px 3px 0px rgb(122 122 122 / 15%);
		-webkit-box-shadow: -4px 5px 3px 0px rgb(122 122 122 / 15%);
		box-shadow: -4px 5px 3px 0px rgb(122 122 122 / 15%);
		position: relative;
		margin: 0;
		width: 100%;
		display: block;
		z-index: 2;

		}
	#NewsBox #newList { margin: 0 auto; width: 80%; }
}
@media screen and (max-width: 768px) {
	#sloganBox ul li p a { width: 100px; font-size: 19px; }
}
@media screen and (max-width: 640px) {
	#productBox .bgTxt, #page-form .bgTxt{width: 100%;font-size: 27px;}
	#aboutBox:before{
	    font-size: 35px;
	    right: 10px;
	    top: 40px;
	}
	#page-form{
    outline-offset: -6px;
}
	#Extra-setting .item{width:100%;padding: 10px 0;}
	#productBox .list .item .info p{margin-top: 10px;font-size: 14px;padding: 0 3px;-webkit-line-clamp: 2;}
	#productBox .list .item {width: calc(50% - 3px);}
	#customBox .listBox ul li .text{padding: 30px;width: calc(100% - 60px);}
	#customBox .listBox ul li article{font-size:16px;}
	#customBox .listBox ul li .text p{display:none;}
	#productBox .list .item .info{padding: 0 0 10px;margin: 10px 0 0;}
	#page-form p{width: 100%;}
}
@media screen and (max-width:500px) {
	#Extra-setting .workframe{padding: 40px 0;width: 80%;}
	#customBox .contact { height: 14vw; line-height: 14vw; }
	#Extra-setting:before{
    font-size: 12px;
    top: -22px;
}
	#customBox .contact font { font-size: 9vw; }
	#customBox .contact i { font-size: 8vw; }
	#NewsBox #newList { width: 100%; }
	#Extra-setting .item .item-icon{
	    width: 66px;
	    height: 66px;
	}
	#Extra-setting .item .item-icon img{
	    width: 36px;
	}
	#Extra-setting .item .item-info{
	    width: 74%;
	}
	#Extra-setting{
	    outline-offset: -10px;
	}
	#productBox .list .item .info h3{
    font-size: 16px;
}
	#sloganBox ul li { margin: 10px 0; padding: 15px 0; width: 100%; border-right: 0; }
}