.wow {
    animation-duration: 3s;
    animation-name: fadeInUp
}

#news li .border .photo a {
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

#aboutFunc {
    overflow: hidden;
    padding: 0 0 100px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover
}

#aboutFunc .workframe {
    position: relative;
    z-index: 2
}

#aboutFunc .aboutart {
    color: #000;
    background: rgba(255, 255, 255, 0.83);
    margin-top: 90px;
    padding: 50px
}

#aboutFunc .aboutart h3 {
    text-align: center
}

#aboutFunc .aboutart h3 b {
    font-family: 'Arvo', serif;
    font-weight: 400;
    font-size: 18px
}

#aboutFunc .aboutart h3 b img {
    margin: 30px auto 0
}

#aboutFunc .aboutart h2 {
    text-align: center;
    font-size: 21px;
    line-height: 110%;
    font-weight: 400;
    letter-spacing: 3px;
    color: #000
}

#aboutFunc .aboutart .arts {
    text-align: center;
    margin: 30px auto 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 180%;
    width: 62%;
    color: #000
}

#aboutFunc .aboutart .more,
.NewsMore {
    text-align: center;
    margin-top: 30px
}

#aboutFunc .aboutart .more p,
.NewsMore p {
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px
}

#aboutFunc .aboutart .more p:after,
.NewsMore p:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(224, 217, 221, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(0, 1);
    transform-origin: right center 0;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1)
}

#aboutFunc .aboutart .more p:hover:after,
.NewsMore p:hover:after {
    transform: scale(1, 1);
    transform-origin: left center 0
}

#aboutFunc .aboutart .more p a,
.NewsMore p a {
    display: block;
    color: #000;
    font-size: 15px;
    padding: 6px 58px;
    position: relative;
    z-index: 2
}

#aboutFunc .aboutart .more p a span,
.NewsMore p a span {
    font-family: 'Cormorant', serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #000
}

#aboutFunc .aboutart .more p b,
.NewsMore p b {
    position: absolute;
    right: 15px
}

#aboutFunc #youtube {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 400px;
    margin: 40px auto
}

#aboutFunc #articleInfo15 .imgBox {
    overflow: hidden;
    margin: 0px auto;
    width: 1280px;
    display: flex
}

#aboutFunc #articleInfo15 .imgBox p {
    margin: 0 0 0 0;
    overflow: hidden;
    width: 50%;
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInUp
}

#aboutFunc #articleInfo15 .imgBox p img {
    transition: all linear .3s;
    width: 100%;
    height: 100%;
    object-position: 50% 0;
    object-fit: cover
}

#aboutFunc #articleInfo15 .imgBox p:nth-child(2) {
    margin: 0 0 0 0;
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight
}

#aboutFunc #articleInfo15 .imgBox p:hover img {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg)
}

#aboutFunc .aboutart h3 {
    margin-bottom: 20px
}

#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%
}

#productWrap {
    position: relative;
    background-color: #287ebc;
    overflow: hidden
}

#productWrap section {
    overflow: hidden;
    margin: 0 auto;
    width: 1160px
}

#productWrap .workframe {
    position: relative;
    z-index: 2
}

#productWrap .index-title,
#BookTitle .index-title,
#NewsTitle .index-title {
    margin: 50px 10px 30px;
    color: #000
}

#productWrap .index-title {
    margin: 30px 10px 0px;
    position: relative
}

#productWrap .index-title .textEn {
    position: absolute;
    max-width: 320px;
    text-align: right;
    top: 0;
    right: 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 1.5;
    text-decoration: underline;
    font-family: 'Cormorant', serif
}

#productWrap .index-title h2,
#aboutFunc .aboutart h3,
#BookTitle .index-title h2,
#NewsTitle .index-title h2 {
    font-family: 'Cormorant', serif;
    font-weight: 400;
    font-size: 46px;
    line-height: 110%;
    text-transform: uppercase
}

#productWrap .index-title p,
#BookTitle .index-title p,
#NewsTitle .index-title p {
    font-weight: 400;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 70px
}

#productWrap .index-title p a,
#BookTitle .index-title p a,
#NewsTitle .index-title p a {
    color: #000;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 5px;
    font-size: 21px;
    display: flex;
    align-items: center
}

#productWrap .index-title p a b,
#BookTitle .index-title p a b,
#NewsTitle .index-title p a b {
    margin-left: 10px;
    display: inline-block;
    background: #212121;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    vertical-align: inherit
}

#productWrap .index-title p a b i {
    margin-left: 5px
}

#prolay .p-box {
    position: relative;
    background: rgba(0, 0, 0, 0.18);
    margin: 20px;
    overflow: hidden;
    transition: all linear .3s
}

#prolay .p-box .p-info {
    position: absolute;
    z-index: 1;
    width: 100%;
    color: #fff;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.68)
}

#prolay .p-box .p-info h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    margin: 20px;
    font-weight: 400;
    font-size: 18px
}

#prolay .p-box .p-info h3 a {
    color: #fff
}

#prolay .p-box .p-info h3 a b {
    position: absolute;
    right: 0
}

#prolay .p-box .p-info .describe {
    margin: 20px 20px 10px;
    overflow: hidden;
    height: 75px
}

#prolay .p-box .p-info .price {
    margin: 10px 20px;
    overflow: hidden;
    position: relative
}

#prolay .p-box .p-info .price span {
    float: left;
    font-size: 14px
}

#prolay .p-box .p-info .price span.old {
    float: right;
    font-size: 12px;
    color: #b5b5b5
}

#prolay .p-box .p-info .price span b {
    font-size: 16px;
    margin: 0 3px
}

#prolay .p-box .p-info .price span.old b {
    font-size: 12px
}

#prolay .p-box .bgimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all linear .3s;
    background: #121212
}

#prolay .p-box .bgimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all linear .3s
}

#product #w-particles {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

#product #w-particles canvas {
    width: 100%;
    height: 100%
}

#product #w-particles #particles {
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.52) 20%, hsla(0, 0%, 0%, 0) 100%)
}

#productWrap ul li .productPhoto a {
    overflow: hidden;
    position: relative
}

a.photo {
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: block
}

a:link,
a:visited {
    font-weight: normal;
    text-decoration: none;
    -webkit-text-size-adjust: none
}

a.photo img {
    width: 100%;
    max-width: inherit
}

#BookTitle .index-title h2,
#BookTitle .index-title p a,
#NewsTitle .index-title h2,
#NewsTitle .index-title p a {
    color: #434343
}

#BookTitle .index-title p a b,
#NewsTitle .index-title p a b {
    color: #fff
}

#book {
    margin: 0px 10% 50px 10%
}
#book .slick-prev{
    color: black;
}
#book .slick-prev:before, #book  .slick-next:before{
    color: #404040;
    font-family: 'Noto Sans TC';
    font-size: 28px;
}
#book .slick-list {
    height: 590px;
}

#bookBox {
    padding-bottom: 30px;
    background-color: #fff;
    background-position: top
}

#BookTitle .index-title h2,
#BookTitle .index-title p,
#BookTitle .index-title p a {
    text-align: center;
    display: flex;
    justify-content: center
}

div#bookBox {}

.bookStyle {
    position: relative;
    overflow: visible;
    width: 70%;
    margin: 10% auto 0
}

.bookStyle .info {
    z-index: 1;
    width: calc(100% - 20px);
    padding: 10px
}

.bookStyle .info.twins {
    left: calc(100% + 20px);
    display: none
}

.bookStyle .info h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 400
}
.bookStyle .info h3 a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.bookStyle .info h4 {
    font-size: 15px;
    font-weight: 400;
    color: #caae80;
    line-height: 120%;
    padding: 10px 0 15px 0;
    letter-spacing: 1.5px
}

.bookStyle .info .ellipsis {
    color: #6b6b6b
}

.bookStyle .photo {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.bookStyle .photo a img {
    width: 100%;
    height: 410px;
    object-fit: cover;
    object-position: 50% 20%;
}

.slick-center .bookStyle {
    width: 100%;
    margin: 0 auto
}

.slick-center .bookStyle .info {
    z-index: 1;
    width: calc(100% - 20px)
}

.slick-center .bookStyle .info.twins {
    display: none
}

.slick-center .bookStyle .info .ellipsis {}

.bookStyle .info .Txt {
    margin-top: 40px
}

.slick-center .bookStyle .info .Txt {
    margin-top: 30px
}

.bookStyle .info .Txt .moretitle {
    font-weight: 400;
    line-height: 120%;
    position: relative;
    display: block;
    color: #b5b5b5;
    font-family: 'Cormorant', serif
}

.bookStyle .info .Txt .moretitle::after {
    content: '';
    width: 12px;
    height: 2px;
    background-color: #b5b5b5;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-4px) rotate(30deg)
}

.bookStyle .info .Txt .moretitle::before {
    content: '';
    width: 45px;
    height: 2px;
    background-color: #b5b5b5;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

.slick-center .bookStyle .info h3 a {
    font-weight: 400;
    line-height: 120%
}

.slick-center .bookStyle .info h4 {
    line-height: 120%;
    padding: 15px 0
}

h4 {}

#NewsBox,
#bookBox,
#product {
    background-repeat: no-repeat;
    background-size: inherit
}

#NewsTitle .index-title {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

#NewsBox {
    padding-bottom: 30px
}

#news .news-list {
    width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative
}

#news li {
    float: left;
    width: 50%;
    height: 200px
}

#news li .border {
    margin: 10px;
    padding: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#news li .border .photo {
    float: left;
    width: 151px
}

#news li .border .news-info {
    float: right;
    width: calc(100% - 170px)
}

#news li .border .news-bottom {
    font-size: 12px;
    color: #404040;
    font-family: 'Arvo', serif
}

#news li .border .news-bottom b {
    margin-right: 7px
}

#news li .border h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 30px;
    font-size: 18px;
    line-height: 30px
}

#news li .border p {
    color: #636363;
    line-height: 150%;
    overflow: hidden;
    height: 43px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px
}

#news li .border h3 a {
    color: #caae80
}

#news .slick-prev:before,
#news .slick-next:before {
    color: #404040;
    font-family: 'Noto Sans TC';
    font-size: 15px
}

#news .slick-prev,
#news .slick-next {
    color: black
}

#news .slick-prev {
    left: 5px
}

#news .slick-next {
    right: -5px
}

#aboutFunc .aboutart .more p a,
.NewsMore p a {
    border: 1px solid #565656;
    color: #3c3c3c
}

.NewsMore p:after {
    background: #efefef
}

#NewsTitle .index-title p {
    margin-bottom: 0
}

#freebox {
    padding: 0px 0
}

#freebox #freeboxlist {
    text-align: center
}

#freebox #freeboxlist>div {
    display: inline-block;
    width: calc(20% - 4px);
    margin: 0 5%;
    vertical-align: top
}

#freebox .free h3 {
    text-align: center;
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 20px
}

#freebox .free p {
    text-align: center
}

#prolay .p-box>img,
.bookStyle>img,
#news li .border .photo img,
#ssbanner a img {
    width: 100%
}

#prolay .p-box .bgimg a,
.bookStyle,
.bookStyle .info,
#productWrap .index-title p a b,
#BookTitle .index-title p a b,
#NewsTitle .index-title p a b {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.bookStyle .photo,
.bookStyle .info h3 a,
.bookStyle .info h4,
.bookStyle .info h3,
.bookStyle .info .Txt .moretitle {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

#productWrap ul li h3 a {
    overflow: hidden;
    margin: 10px auto;
    height: 22px;
    text-align: center;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 22px;
    width: 200px
}

#productWrap {
    overflow: hidden;
    padding: 50px 0;
    background: url(/images/14/img-productBg.jpg) no-repeat fixed center top/cover
}

#productWrap .tit h3,
#productWrap .tit p a {
    color: #ffffff;
    text-shadow: 0 0 2px #5a5a5a
}

#serviceWrap .tit h3,
#serviceWrap .tit p {
    color: #565656
}

#productWrap ul {
    overflow: hidden
}

#productWrap ul li {
    float: left;
    margin: 10px 10px;
    width: calc((100% /4) - 20px);
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    background: rgba(255, 252, 248, 0.24)
}

#productWrap ul li:nth-child(1) {
    animation-duration: 1s
}

#productWrap ul li:nth-child(2) {
    animation-duration: 2s
}

#productWrap ul li:nth-child(3) {
    animation-duration: 3s
}

#productWrap ul li:nth-child(4) {
    animation-duration: 4s
}

#productWrap ul li:nth-child(5) {
    animation-duration: 5s
}

#productWrap ul li:nth-child(6) {
    animation-duration: 6s
}

#productWrap ul li:nth-child(7) {
    animation-duration: 7s
}

#productWrap ul li:nth-child(8) {
    animation-duration: 8s
}

#productWrap ul li .productPhoto a {
    overflow: hidden;
    position: relative
}

#productWrap ul li .productPhoto a:hover {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

#productWrap ul li .productPhoto a {
    transition: all 0.4s ease-in-out 0s;
    transform: scale(1, 1)
}

#productWrap ul li .productPhoto a:hover {
    background-size: auto 110%
}

#productWrap ul li:hover .productPhoto a:after {
    top: 0
}

#productWrap ul li h3 a {
    margin-top: 14px;
    color: #5b5957;
    display: block;
    padding: 15px 0px 8px;
    text-overflow: ellipsis;
    height: auto;
    line-height: 160%;
    width: 100%;
    text-align: center;
    margin: auto;
    font-size: 19px;
    font-weight: 400
}

#productWrap ul li p.price {
    padding: 0 10px;
    overflow: hidden;
    height: 22px;
    text-align: center;
    display: none
}

#productWrap ul li p.price span {
    float: right;
    color: #000;
    font-size: 12px
}

#productWrap ul li p.price span b {
    font-size: 18px;
    margin: 0 3px;
    color: #c50202
}

#productWrap ul li p.price span.old {
    float: left;
    color: #545454;
    text-align: center
}

#productWrap ul li p.price span.old b {
    font-size: 12px;
    margin: 0;
    color: #545454
}

#productWrap ul li a.more {
    color: #575757;
    display: block;
    text-align: center;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.11);
    font-size: 14px;
    line-height: 130%;
    padding: 5px 0;
    width: 100px;
    margin: 0 auto;
    margin: 10px auto;
    border-bottom: 1px solid #9d9d9d;
    font-family: 'Cormorant', serif;
    text-transform: uppercase
}

#productWrap ul li a.more:hover {
    background: #978da8;
    color: #f8f8f8
}

#serviceWrap {
    overflow: hidden;
    padding: 50px 0;
    background-size: cover
}

#serviceWrap ul li {
    position: relative;
    margin: 10px 0;
    float: left;
    width: 33%;
    color: #565656;
    text-align: center;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp
}

#serviceWrap ul li:nth-child(2) {
    animation-duration: 0.5s
}

#serviceWrap ul li:nth-child(3) {
    animation-duration: 1s
}

#serviceWrap ul li:after {
    position: absolute;
    width: 8px;
    height: 99px;
    background: url(/images/14/img-serviceLine.png) no-repeat 0 0;
    top: 20%;
    right: 0;
    display: block;
    content: ""
}

#serviceWrap ul li:last-child:after {
    background: none
}

#serviceWrap ul li:hover img {
    animation: animatedIcon 1s;
    -webkit-animation: animatedIcon 1s;
    -moz-animation: animatedIcon 1s;
    -ms-animation: animatedIcon 1s;
    -o-animation: animatedIcon 1s
}

@keyframes animatedIcon {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(1.2)
    }

    50% {
        transform: scale(1)
    }

    75% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

@-o-keyframes animatedIcon {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(1.2)
    }

    50% {
        transform: scale(1)
    }

    75% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes animatedIcon {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(1.2)
    }

    50% {
        transform: scale(1)
    }

    75% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

@-moz-keyframes animatedIcon {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(1.2)
    }

    50% {
        transform: scale(1)
    }

    75% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

@-ms-keyframes animatedIcon {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(1.2)
    }

    50% {
        transform: scale(1)
    }

    75% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

@media screen and (min-width:1025px) {
    #prolay .p-box .p-info {
        transition: all linear .3s;
        height: 186px;
        bottom: -121px
    }

    #prolay .p-boxOver:hover .p-info {
        bottom: 0
    }

    #prolay .p-box:hover .bgimg {
        left: -3%;
        top: -3%;
        width: 106%;
        height: 106%
    }

    #prolay .sthOver .p-box .bgimg img {
        opacity: .2
    }

    #prolay .sthOver .p-boxOver .bgimg img {
        opacity: 1
    }

    .bookStyle:hover .photo {
        width: 100%;
        height: 100%
    }

    #productWrap .index-title p a:hover b,
    #BookTitle .index-title p a:hover b,
    #NewsTitle .index-title p a:hover b {
        padding-left: 15px;
        border-radius: 15px
    }
}

@media screen and (max-width:1680px) {
    #book .slick-list {
        height: 500px
    }
        .bookStyle .photo a img {
    height: 310px;
}
}

@media screen and (max-width:1440px) {
    #book .slick-list {
        height: 470px
    }
}

@media screen and (max-width:1366px) {
    #book .slick-list {
        height: 400px
    }

    .slick-center .bookStyle .info h3 {}

    .slick-center .bookStyle .info h4 {}
}

@media screen and (max-width:1280px) {
    #aboutFunc .aboutart .arts {
        margin: 40px auto 0;
        font-size: 16px;
        line-height: 160%;
        width: 75%
    }

    #aboutFunc .aboutart h3 b {
        font-size: 15px
    }

    #aboutFunc .aboutart h2 {
        font-size: 20px;
        letter-spacing: 2px
    }

    #book .slick-list {
        height: 480px;
    }

    #news .news-list {
        width: 100%
    }

    #aboutFunc #articleInfo15 .imgBox {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 90%
    }

    #aboutFunc #articleInfo15 .imgBox p {
        width: 100%
    }
        .bookStyle .photo a img {height: 250px;}
}

@media screen and (max-width:1024px) {
    #book .slick-list {
        height: 450px;
    }

    #aboutFunc .aboutart {
        margin-top: 20px;
        padding: 30px
    }

    #aboutFunc:after {
        background: linear-gradient(to bottom, #319ad4 50%, rgba(48, 155, 213, 0.56) 100%)
    }

    #product .index-title h2,
    #BookTitle .index-title h2,
    #NewsTitle .index-title h2 {
        font-size: 30px
    }

    .bookStyle {
        margin: 0 auto
    }

    .bookStyle .info.twins {
        display: none
    }

    .bookStyle .info {
        right: 90%;
        top: 30px;
        text-align: right;
        left: initial
    }

    .bookStyle .info h3 {}

    #freebox #freeboxlist>div {
        width: 95%;
        margin: 40px 0
    }

    #productWrap .index-title .textEn {
        display: none
    }

}

@media screen and (max-width:768px) {

    #productWrap .index-title h2,
    #aboutFunc .aboutart h3,
    #BookTitle .index-title h2,
    #NewsTitle .index-title h2 {
        font-size: 28px
    }

    #productWrap .index-title {
        margin: 0px 10px 0px
    }

    #productWrap .index-title p,
    #BookTitle .index-title p,
    #NewsTitle .index-title p {
        margin-bottom: 30px
    }

    #aboutFunc .aboutart .arts {
        width: 100%;
        font-size: 15px
    }

    #aboutFunc #youtube {
        width: 90%
    }

    #aboutFunc .aboutart .more p a,
    .NewsMore p a {
        padding: 6px 60px
    }

    #aboutFunc:after {
        background: linear-gradient(to bottom, #319ad4 70%, rgba(48, 155, 213, 0.56) 100%)
    }

    #news li {
        width: 100%;
        height: auto
    }

    #news li .border .photo {
        width: 100px
    }

    #news li .border .news-info {
        width: calc(100% - 120px)
    }

    #news li .border p {
        height: 47px
    }

    #news li .border {
        margin: 5px
    }
    .bookStyle .photo a img{
    height: 310px;
}
}

@media screen and (max-width:640px) {
    #newsWrap ul li {
        width: 50%
    }

    #productWrap ul li {
        width: calc((100% /2) - 20px)
    }

    #productWrap ul li h3 a {
        font-size: 16px;
        line-height: 23px;
        width: 90%
    }
}

@media screen and (max-width:480px) {
    .bookStyle .photo a img{
    height: 260px;
}
    #aboutFunc .aboutart .more,
    .NewsMore {
        margin-top: 40px
    }

    .bookStyle {
        width: 100%
    }

    .bookStyle .info {
        right: initial;
        left: -8%;
        text-align: left
    }

    .bookStyle .info h3 {
        text-align: left
    }

    #prolay .p-box .p-info .describe {
        height: 45px;
        margin: 10px 20px
    }

    #productWrap ul li p.price span.old {
        font-size: 7pt;
        margin-top: 4px
    }

    #productWrap ul li p.price span.old b {
        font-size: 7pt
    }

    #book .slick-list {
        height: 440px
    }
}

@media screen and (max-width:320px) {
    #productWrap ul li {
        width: 100%
    }
}