#product .speBox .speBoxTitle{/* text-align:center; */color: #252525;font-size: 40px;/* font-family: 'Cinzel Decorative', cursive; */margin: 10px auto 30px;width: 1640px;}
#product .speBox .subBoxTitle{text-align:center;font-size:14px;line-height:120%;margin: 0 0;}

#product{/* margin-left:90px; */background-repeat:no-repeat;background-position:50% 50%;background-size:cover;/* background-color:#f9f9f9; */position:relative;/* border-bottom:1px solid #ededed; */padding: 50px 0;}
#product .slick-list{overflow:visible}
#prolay{width: 1640px;margin: 33px auto 0;}
#prolay .pro-list{overflow:visible}
#prolay .p-box{padding: 25px;transition:all linear .2s;background:#fff;/* border-right:1px solid #ededed; */display: inline-block;vertical-align: top;width: calc((100%/4) - 65px);margin: 10px 5px;box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);}
#prolay .p-box .p-border .p-info{
    margin-top: 10px;
}
#prolay .p-box .p-border .p-info h3{overflow:hidden;}
#prolay .p-box .p-border .p-info h3 a{font-size: 20px;line-height:110%;color:#2b2626;font-weight: normal;text-align: center;}
#prolay .p-box .p-border .p-info .describe{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:16px;line-height:140%;margin:10px 0;height:23px}
#prolay .p-box .p-border .photo{position:relative}
#prolay .p-box .p-border .photo a{display:block;background-repeat:no-repeat;background-position:50% 50%;background-size: cover;}
#prolay .p-box .p-border .photo a img{width:100%}
#prolay .p-box .p-border .photo .price{position:absolute;bottom:20px;left:20px;width:100%}
#prolay .p-box .p-border .photo .price span{display:block;font-size:20px;line-height:120%;color:#b72424;font-weight:700}
#prolay .p-box .p-border .photo .price span.old{font-size:13px;color:#7b7b7b;margin-bottom:5px;font-weight:400}
#product .speBox .subBoxTitle b{color:#bd3738;font-weight:700;display:block}
#freebox{background-repeat:no-repeat;background-position:50% 50%;background-size:cover;position:relative;/* margin-left: 90px; */background-color: #faf9f9;padding: 50px 0;}
#freebox .webframe{position:relative;z-index:3;color:#fff;}
#freebox .webframe >div{position:relative;z-index:2}
#freebox span{position:absolute;width:1px;height:100%;top:0;left:0;display:block;background: rgba(169, 169, 169, 0.12);display: none;}
#freebox span:nth-child(4){left:calc(100% / 3)}
#freebox span:nth-child(5){left:calc((100% / 3) * 2)}
#freebox span:nth-child(6){left:calc((100% / 3) * 3)}
#freebox .speBox{}
#freebox .speBox .speBoxTitle{font-size: 40px;color: #252525;margin: 25px 0 50px;}
#freebox #freeboxlist{overflow:hidden}
#freebox .cols{
  display: flex;
}
#freebox .col{
  width: 100%;
  margin: 10px;
  cursor: pointer;
}
#freebox .front, #freebox .back{
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  min-height: 267px;
  height: auto;
  color: #fff;
}
#freebox .back{
  background: #faf9f9;
}

#freebox .container:hover .front,
#freebox .container:hover .back{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
#freebox .back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#freebox .inner{
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    text-align: center;
}
#freebox .inner p{
    font-size: 26px;
    line-height: 170%;
    text-align:center;
}
#freebox .container .front{
    transform-style: preserve-3d;
    background-color: #d9d9d9;
}
#freebox .Introduction:nth-child(1) .cols .container .front{
    background-color: #faf9f9;
}
#freebox .Introduction:nth-child(3) .cols .container .front,
#freebox .Introduction:nth-child(5) .cols .container .front{
    background-color: #e6e6e6;
}
#freebox .front .inner p{
  color: #ffffff;
  font-weight: 500;
  font-size: 26px;
  line-height: 170%;
}
#freebox #freeboxlist >div{display:inline-block;width: calc((100%/5) - 5px);vertical-align:top;}
#freebox #freeboxlist .free{width:80%}
#freebox #freeboxlist .free h3{font-size:24px;line-height:120%;margin-bottom:20px}
#freebox #freeboxlist .free p{font-size:16px;line-height:150%}
#aboutFunc{background: #f9f9f9;padding: 50px 0;position:relative;}
#aboutFunc .speBox .speBoxTitle{font-size: 40px;color: #252525;margin: 10px 0 35px;}
#aboutFunc .speBox .subBoxTitle{color: #1d1d1d;font-family: 'Cinzel Decorative', cursive;font-size: 40px;font-weight: bold;margin-top: -10px;}
#aboutFunc #about{background:#fff;padding:50px 70px;width:calc(70% - 140px);margin-top:50px;position:relative;z-index:2;overflow:hidden}
#aboutFunc #about .arts{line-height:180%;font-size:16px;float:left;width:calc(100% - 180px)}
#aboutFunc #about .more{text-align:right;float:right;width:180px}
#aboutFunc #about .more a{display:inline-block;border: 1px solid #e4ca95;color: #e4ca95;padding:12px 35px;font-size:12px;line-height:110%;transition:all linear .2s;}
#aboutFunc #about .more a:hover{background: #e4ca95;color:#fff;}
#aboutFunc .wow {
	animation: fadeIn 1.5s both;
	-webkit-animation: fadeIn 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
#aboutFunc .delay1 {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
#aboutFunc .delay2 {
	animation-delay: 1.0s;
	-webkit-animation-delay: 1.0s;
}
#aboutFunc ul {
	overflow: hidden;
	position: relative;
	/* margin: -10px 0 30px; */
	/* padding: 50px 0 35px; */

	/* border: 3px #606d5a solid; */
	z-index: 1;
}
#aboutFunc ul li {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	margin: 0 10px;
	display: inline-block;
	vertical-align: top;
	width: calc((100%/3) - 18px);
}
#aboutFunc ul li .item {
	/* margin: 20px 30px; */
}
#aboutFunc ul li:nth-child(1){
    margin-left: 0;
}
#aboutFunc ul li:nth-child(3) {margin-right: 0;}
#aboutFunc ul li .item .circle {
	position: relative;
	margin: 0 auto 10px;
	/* width: 114px; */
	/* height: 114px; */
	/* border: 1px rgba(60, 75, 53, 0.5) solid; */
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-sizing: border-box;
	text-align: center;
	font-size: 55px;
	line-height: 114px;
}

#aboutFunc ul li .item p {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 150%;
}
#aboutFunc ul li .item article{
    font-size: 18px;
    text-align: center;
    margin-top: 5px;
}
#youtube{position:absolute;right:0;width:40%;top:10%;right:10%;background-repeat:no-repeat;background-position:50% 50%;background-size:cover}
#youtube .UTwo{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}
#youtube .UTwo a{display:block;width:100px;height:100px;text-align:center;line-height:100px;border-radius:50%;background:rgba(0,0,0,0.6);position:absolute;z-index:5;color:#dcdcdc;font-size:30px;left:calc(50% - 50px);top:calc(50% - 50px);transition:all linear .3s}
#youtube .UTwo a:hover{width:110px;height:110px;line-height:110px;left:calc(50% - 55px);top:calc(50% - 55px);font-size:34px}
#youtube .UTwo iframe{position:absolute;top:0;left:0;width:100%;height:100%}
#NewsBox{padding: 50px 0;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;}
#NewsBox .speBox{margin-bottom: 10px;}
#NewsBox .speBox .webframe{overflow:hidden;position:relative}
#NewsBox .speBox .webframe:after,#bookBox .speBox .webframe:after{content:'';display:block;width:100%;height:1px;background:#e8e8e8;position:absolute;bottom:50%;left:0}
#NewsBox .speBox .speBoxTitle,#bookBox .speBox h2{font-size: 40px;line-height:100%;float:left;color:#252525;position:relative;z-index:2;background:#fff;padding-right:40px;}
#NewsBox .speBox .subBoxTitle,#bookBox .speBox p{float:right;position:relative;z-index:2;margin-top:8px}
#NewsBox .speBox .subBoxTitle a,#bookBox .speBox p a{color:#929292;font-weight:400;font-size:15px;display:inline-block;padding:10px 15px;background:#fff;margin-right:25px}
#NewsBox #news li{position:relative;margin: 5px;}
#NewsBox #news li:nth-child(even){}
#NewsBox #news li a{position:absolute;width:100%;height:100%;left:0;top:0;z-index:3}
#NewsBox #news li .border{position:relative;z-index:2;overflow:hidden}
#NewsBox #news li .border .photo{background-repeat:no-repeat;background-position:50% 50%;background-size:cover;overflow:hidden;transition:all linear .3s}
#NewsBox #news li .border .photo img{width:100%}
#NewsBox #news li:hover .border .photo{transform:scale(1.1)}
#NewsBox #news li .news-info{position:absolute;top:0;left:0;width: calc(100% - 60px);height: calc(100% - 60px);padding: 30px;color:#fff;-webkit-transition:all .6s ease;-moz-transition:all .6s ease;-o-transition:all .6s ease;transition:all .6s ease;background-color:rgba(0,0,0,.5);background-image:linear-gradient(to top,transparent,#1f1f1f);-moz-opacity:.9;-khtml-opacity:.9;-webkit-opacity:.9;opacity:.9;-ms-filter:alpha(opacity=90);filter:alpha(opacity=90);transition:all linear .3s;}
#NewsBox #news li:hover .news-info{background-image:none;background: #e4ca95;}
#NewsBox #news li .news-info .news-bottom .date, #NewsBox #news li .news-info .news-bottom .newscategory{font-size: 14px;}
#NewsBox #news li .news-info .news-bottom h3{font-size: 25px;line-height:120%;margin: 20px 0;max-height:96px;overflow:hidden;height: 60px;}
#NewsBox #news li .news-info .news-bottom .describe{line-height:150%;font-size:16px;max-height:74px;overflow:hidden;height: 45px;}
#NewsBox #news li .news-info .news-bottom .more{display:inline-block;border:1px solid #fff;padding:10px 25px;font-size:13px;margin-top: 25px;}
#bookBox{background-repeat:no-repeat;background-position:50% 50%;background-size:cover;padding:70px 0;background-color:#ededed}
#bookBox .webframe{background:#fff;overflow:hidden;position:relative}
#bookBox .speBox h2{float:left;margin:30px 50px}
#bookBox .speBox p{float:right;margin-top:40px}
#bookBox #book .bList{margin:0 24px 24px}
#bookBox #book .bList .mofd{margin:16px}
#bookBox #book .bList .mofd .photo{background-repeat:no-repeat;background-position:50% 50%;background-size:cover}
#bookBox #book .bList .mofd .photo a{display:block}
#bookBox #book .bList .mofd .photo a img{width:100%}
#bookBox #book .bList .mofd h3{margin-top:15px;font-size:20px;font-weight:400;color:#423c3c;overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;}
#bookBox #book .bList .mofd h3 i{color: #bd3738;}
@media screen and (min-width: 1441px) {
#product .speBox{/* width:90px; *//* background:#f9f9f9; */}
#product .speBox .speSet{/* text-align:center; *//* margin-top:calc(50% + 78px) */}
#product .speBox a:hover{
    color: #e4ca95;
}
}
@media screen and (min-width: 1024px) {
  #freebox{background-attachment: fixed;}
}
@media screen and (max-width: 1680px) {
	#NewsBox #news li .news-info .news-bottom h3 {
		height: 30px;
	}
	#product .speBox .speBoxTitle, #prolay{    width: 90%;}
}
@media screen and (max-width: 1440px) {
#product .speBox{position:relative}
#product .speBox .subBoxTitle{text-align:center;font-size:14px;line-height:120%}
#NewsBox #news li .news-info{width: calc(100% - 50px);height: calc(100% - 50px);padding: 25px;}
#NewsBox #news li .news-info .news-bottom h3{
    overflow: hidden;
    height: 30px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
}
#NewsBox #news li .news-info .news-bottom .more{margin-top:30px}
#NewsBox #news li .news-info .news-bottom h3 {    margin: 5px 0;}
#NewsBox #news li .news-info .news-bottom .describe {    font-size: 14px;    height: 38px;}
}
@media screen and (max-width: 13660px) {
#youtube {top: 15%;}
#aboutFunc, #NewsBox{/* margin-left: 90px; */}
}
@media screen and (max-width: 1280px) {
#NewsBox #news li .news-info .news-bottom .describe{max-height:50px}
#NewsBox #news li .news-info .news-bottom h3{font-size:26px;max-height:62px}
#product .speBox .speBoxTitle, #prolay {    width: 95%;}
}
@media screen and (min-width: 1025px) {
#prolay .p-box:hover{transform: scale(0.98);z-index:3;}
#prolay .p-box:hover .p-border .p-info h3 a,#prolay .p-box:hover .p-border .p-info .describe{color: #e4ca95;}
#NewsBox .speBox .subBoxTitle a:hover,#bookBox .speBox p a:hover{color: #e4ca95;}
}
@media screen and (max-width: 1024px) {
#product{margin-left:0}
#prolay .p-box .p-border .p-info h3 a{font-size:22px}
#prolay .p-box .p-border .p-info h3{}
#freebox .front, #freebox .back{
    min-height: 190px;
}
#product .speBox .speBoxTitle, #prolay {
    width: 90%;
}
#freebox .speBox .speBoxTitle{/* font-size:30px */}
#freebox #freeboxlist .free{width:100%;margin-bottom:50px}
#freebox #freeboxlist >div:last-child .free{margin-bottom:0}
#freebox, #aboutFunc, #NewsBox{    margin-left: 0;}
}
@media screen and (max-width: 980px) {
#freebox .webframe{/* padding:100px 0 */}
#aboutFunc #about{padding:50px;width:calc(80% - 100px)}
#youtube{width:50%;right:5%}
#aboutFunc .speBox .speBoxTitle{font-size:40px}
#NewsBox #news li .news-info .news-bottom .more{margin-top:20px;padding:8px 20px}
#NewsBox #news li .news-info .news-bottom h3{font-size:22px;margin:20px 0;max-height:52px;height: 25px;}
}
@media screen and (max-width: 768px) {
#NewsBox #news li .news-info{width:calc(100% - 60px);height:calc(100% - 60px);padding:30px}
#NewsBox #news li .news-info .news-bottom .describe{max-height:initial;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
#prolay .p-box{width: calc((100%/2) - 64px);}
#freebox #freeboxlist >div{width: 100%;}
#freebox #freeboxlist .Introduction:nth-child(1) .front, #freebox #freeboxlist .Introduction:nth-child(1) .back{min-height: 80px;}
#freebox .front, #freebox .back {min-height: 50px;}
}
@media screen and (max-width: 640px) {
#aboutFunc #about{width:calc(100% - 100px)}
#youtube{position:inherit;width:100%}
#aboutFunc .speBox{width:100%}
#aboutFunc #about .arts{width:100%}
#aboutFunc #about .more{width:auto;margin-top:20px}
#NewsBox,#aboutFunc{padding: 35px 0;}
#NewsBox #news li{margin: 0;}
#NewsBox #news li:hover .news-info{background: none;}
}
@media screen and (max-width: 480px) {
#NewsBox{    padding-top: 50px;}
#prolay .p-box{padding: 15px;width: calc((100%/2) - 44px);}
#prolay .p-box .p-border .p-info h3{}
#prolay .p-box .p-border .p-info h3 a{
    font-size: 16px;
}
#freebox .front .inner p, #freebox .inner p{    font-size: 20px;}
#freebox .front .inner p img, #freebox .inner p img{
    width: 80px;
}
#freebox span{left:50%}
#freebox span:nth-child(4),#freebox span:nth-child(5),#freebox span:nth-child(6){display:none}
#aboutFunc #about{width:calc(100% - 70px);padding:35px;margin-top:30px}
#NewsBox .speBox .speBoxTitle,#bookBox .speBox h2{font-size:45px}
#NewsBox .speBox .subBoxTitle,#bookBox .speBox p{float:none;clear:both;text-align:right;margin:0}
#NewsBox .speBox .webframe:after,#bookBox .speBox .webframe:after{bottom:20px}
#bookBox .speBox h2{margin:30px 30px 0}
#bookBox #book .bList{margin:0}
#NewsBox #news li .news-info{width:calc(100% - 80px);height:calc(100% - 80px);padding:40px}
#product .speBox .speBoxTitle, #aboutFunc .speBox .subBoxTitle, #NewsBox .speBox .speBoxTitle, #freebox .speBox .speBoxTitle, #aboutFunc .speBox .speBoxTitle{font-size: 30px;display: block;width: 100%;text-align: center;padding: 0;}
#freebox .speBox .speBoxTitle{
    margin-bottom: 20px;
}
#NewsBox #news li .border .photo img {    padding: 50px 0;}
#freebox, #product {    padding: 35px 0;}
#aboutFunc ul li{
    width: 100%;
    display: block;
    margin: 0 0 15px;
}
#aboutFunc ul li .item article {    font-size: 16px;}
}