/*------------ 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;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.banner .slick-arrow:hover {
    background-position: 0 100%;
}
.about-bg .more-btn,
.more-btn{
    background: #afb35b;
    width: 180px;
    color: #fff;
	font-weight: bold;
    box-sizing: border-box;
    padding: 0px 20px;
    height: 40px;
    border-radius: 0;
    line-height: 40px;
    text-align: center;
    font-family: 'Muli', sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    transition: all .5s ease-in-out;
    z-index: 3;
    position: relative;
    display: block;
    text-align: right;
    box-sizing: border-box;
}
.about-bg .more-btn:hover,
.more-btn:hover{
    color: #fff;
    padding-right:65px;
    letter-spacing: 0.3em;
}
.more-btn:before{
    content: '';
    display: block;
    width: 100%;
    height: 0%;
    background: #cbb590;
    position: absolute;
    transition: all .5s ease-in-out;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition-delay: .3s;
}
.more-btn:hover:before{
    bottom: inherit;
    top: 0;
    height: 100%;

}
.more-btn:after{
    content: '';
    display: block;
    width: 85px;
    height: 1px;
    background: #fff;
    position: absolute;
    transition: all .5s ease-in-out;
    left: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
}
.more-btn:hover:after{
    width: 0;

}

.about-bg .more-btn{
    margin-top: 20px;
}
/*------------ sect01 ------------*/

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


/*------------ service-box ------------*/

.sect04 {
    position: relative;
    padding: 70px 0 40px;
    z-index: 2;
}

.sect04:before {
    content: '';
    display: block;
    background:#cbb590;
    width: 760px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.sect04:after{
    content: '';
    display: block;
    background:url(../../images/common/index/service_word.png) no-repeat 50% 50%;
    width: 26px;
    height: 570px;
    position: absolute;
    top: 0;
    right: 90px;
    z-index: 2;
}
.service-title-box:before{
    content: '';
    display: block;
    background: url(../../images/common/index/service.png) no-repeat 50% 50%;
    width: 781px;
    height: 567px;
    position: absolute;
    right: 50%;
    top: 10px;
    margin: auto;
    margin-right: -780px;
}

.service-title-box {
    position: relative;
    background-size: cover;
}


.service-txt-box {
    padding: 35px 0;
}

.service-txt {
    width: 600px;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 0;
    box-sizing: border-box;
    position: relative;
}

.service-txt .more-btn {
    margin: 20px 0 0;
    display: block;
}

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

.service-box .title {
    line-height: 1.2;
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    color: #000;
    position: absolute;
    top: -10px;
    left: 0;
}

.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 {
    -webkit-transition: all .2s;
    transition: all .2s;
    background: #a8d7e9;
    color: #000;
    font-weight: bold;
}


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

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

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

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

.products-box .title a,.news-box .title a {
    color: #535152;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    border: double 3px #a9a9a9;
    padding:4px 10px;
    border-radius: 22px;
    box-sizing: border-box;
    width: 102px;
    height: 28px;
    line-height: 1.2;
    transition: all .3s ease-in-out;
}

.products-box .title a:hover ,.news-box .title a:hover {
    background: #cbb590;
    color: #fff;
    border: solid 1px #cbb590;
    padding: 4px 40px;
    letter-spacing: 0.1em;
    width: 150px;
}

.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-arrow2 .slick-next ,
.hot-arrow .slick-next {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    right: 0;
    left: auto;
}
.hot-arrow .slick-prev ,
.hot-arrow2 .slick-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 1px;
}
.hot-arrow2 .slick-prev{
}

.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: 0 11px;
}

.product-list li > .box,
.product-list2 li > .box {
    max-width: 306px;
    margin: 0 auto;
    padding: 0px 0px 0px;
    background:  #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: block;
    position: relative;
    border: solid 1px transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.product-list li .box .cover2{
     font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
   
}
.product-list  li > .box:hover,
.product-list2 li > .box:hover {
    -webkit-transition: all .2s;
    transition: all .2s;
}
.product-list2 li .box:after,
.product-list li .box:after{
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #cbb590;
    max-width: 70px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.product-list2 li .box:hover:after,
.product-list li .box:hover:after{
    width: 100%;
}


.product-list .pic,
.product-list2 .pic {
/*    max-width: 286px;*/
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}
.product-list2 li .pic:before,
.product-list li .pic:before{
    content: '';
    display: block;
    background: rgba(51, 41, 26, 0.84);
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
}
.product-list2 li .box:hover .pic:before,
.product-list li .box:hover .pic:before{
    opacity: 1;
}
.product-list2 li .pic:after,
.product-list li .pic:after{
    content: '';
    display: block;
    background:url(../../images/common/hover.png) no-repeat 50% 50%;;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    bottom: 0px;
    width: 200px;
    height: 52px;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: rotateX(360deg) translate(0,50px);
    transform: rotateX(360deg) translate(0,50px);
}
.product-list2 li .box:hover .pic:after,
.product-list li .box:hover .pic:after{
    opacity: 1;
    -webkit-transform: rotateX(0deg)  translate(0,0px);
    transform: rotateX(0deg)  translate(0,0px);
}

.product-list .name ,
.product-list2 .name  {
    display: block;
    text-align: center;
    line-height: 1.2;
    color: #000;
    font-size: 17px;
    height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px 0 5px;
}

.product-list .description ,
.product-list2 .description {
  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;
}

.product-list  li > .box:hover .description ,
.product-list2 li > .box:hover .description {
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #545454;
}

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

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

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

.product-list li.top .cover,
.product-list2 li.top .cover {
    font-family: Arial;
    width: 60px;
    height: 30px;
    position: absolute;
    top: 10px;
    text-align: center;
    border-radius: 20px;
    z-index: 15;
    right: 10px;
    line-height: 30px;
    background: #f5f78a;
    color: #b5b4b2;
    font-weight: bold;
}
.product-list .more {
    background: #b59b6f;
    color: #fff;
    letter-spacing: 3px;
    display: block;
    text-align: center;
    margin: 0 -10px;
    padding: 10px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.product-list .box:hover .more {
    background: #fff;
    color: #b59b6f ;
	font-weight: bold;
    -webkit-transition: all .2s;
    transition: all .2s;
}

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


/*------------ sect05 ------------*/

.sect05 {
    padding: 80px 0;
}

/*------------ 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: 0 10px;
}


.news-list li .box {
    -webkit-transition: all .2s;
    transition: all .2s;
    background:  #fff;
    padding: 10px 5px 20px 5px;
    position: relative;
    max-width: 375px;
    margin: 0 auto 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.news-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.news-list li .box:hover {
    transition: all .2s;
}
.news-list li .box:before{
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: url(../../images/common/plus.png) no-repeat 50% 0%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.news-list li .box:hover:before{
    opacity: 1;
    bottom: -13px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.news-list li .pic{
    position: relative;
}
.news-list li .pic:before{
    content: '';
    display: block;
    background: rgba(51, 41, 26, 0.84);
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
}
.news-list li .box:hover .pic:before{
    opacity: 1;
}
.news-list li .pic:after{
    content: '';
    display: block;
    background:url(../../images/common/hover.png) no-repeat 50% 50%;;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    bottom: 0px;
    width: 200px;
    height: 52px;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: rotateX(360deg) translate(0,50px);
    transform: rotateX(360deg) translate(0,50px);
}
.news-list li .box:hover .pic:after{
    opacity: 1;
    -webkit-transform: rotateX(0deg)  translate(0,0px);
    transform: rotateX(0deg)  translate(0,0px);
}

.news-list li .date,
.news-date {
    position: absolute;
    width: 57px;
    height: 63px;
    line-height: 1.2;
    color:#545152;
    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: #545152;
    display: block;
    transition: all .2s;
    margin: 8px 0 -2px 0;
}

.news-list li .name {
    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: 15px 0 5px;
}

.news-list .box:hover .name {
    text-decoration: underline;
}


/*------------ about ------------*/
.sect02 {
    padding: 50px 0;
    position: relative;
    z-index: 2;
    
}
.sect02:before{
    content: '';
    display: block;
    width: 45%;
    height: 100%;
    background: #f2f1ed;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.sect02  .container:before{
    content: '';
    display: block;
    background: url(../../images/common/index/about.png) no-repeat 50% 50%;
    width: 740px;
    height: 470px;
    position: absolute;
    left: 50%;
    margin-left: -650px !important;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
}
.sect02:after{
    content: '';
    display: block;
    background: url(../../images/common/index/about_pattern.png) no-repeat 50% 50%;
    width: 557px;
    height: 378px;
    position: absolute;
    left: 50%;
    margin-left: -750px !important;
    bottom: 60px;
    margin: auto;
    z-index: 1;
}
.about-box {
    width: 450px;
    position: relative;
    padding: 5px 0 0 0;
    float: right;
}

.about-box .more {
    position: relative;
    color: #b59b6f ;
    line-height: 1.2;
    font-size: 30px;
    margin-bottom: 20px;
}

.about-bg  {
    padding: 40px 10px 40px 10px;
    position: relative;
    color: #000;
}
/*
.about-bg a:hover{
    text-decoration: underline;
    color: #e3e3e3;
}*/

.about-box .title {
    font-weight: bold;
    font-size: 20px;
    color: #cbb590;
    line-height: 1.4;
    margin: 0 0 25px;
    display: none;
}


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

.sect03 {
    background-size: cover;
    background: url(../../images/common/index/photos_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 60px 0  60px;
}


/*------------ album-box ------------*/

.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: #000;
    font-weight: normal;
    display: block;
    margin: 0 0 10px;
}

.album-box .title a {
    color: #535152;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    border: double 3px #a9a9a9;
    padding:4px 10px;
    border-radius: 22px;
    box-sizing: border-box;
    width: 102px;
    height: 28px;
    line-height: 1.2;
    transition: all .3s ease-in-out;
}

.album-box .title a:hover {
    background: #cbb590;
    color: #fff;
    border: solid 1px #cbb590;
    padding: 4px 40px;
    letter-spacing: 0.1em;
    width: 150px;
}

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


.album-list .box{
    position: relative;
}
.album-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;

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

.album-list li .pic:before,
.album-list li .pic:after {
    content: "";
    position: absolute;
   -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
}

.album-list li .pic:before {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.80);
    background:  rgba(131, 106, 64, 0.9);
    z-index: 1;
}

.album-list li .pic:after {
    content: "";
    width: 72px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -36px;
    top: 55%;
    z-index: 2;
}

.album-list .box:hover .pic:before,
.album-list .box:hover .pic:after {
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 1;
}
.album-list .box img{
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.album-list .box:hover img{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.album-list li .name {
    position: relative;
    z-index: 10;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 50%;
    margin: -13px 0 0 0;
    width: 100%;
    padding: 0 40px;
    font-size: 17px;
    line-height: 1.2;
    height: 26px;
    color: #fff;
    text-align: center;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.album-list .box:hover .name {
    -webkit-transition: all .2s;
    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;
    -webkit-transition: all .2s;
    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;
    -webkit-transition: all .2s;
    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;
    -webkit-transition: all .2s;
    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 {
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 1;
}


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

@media screen and (max-width: 1280px) {
    .service-box,
    .products-box,
    .news-box,
    .album-box,
    .links-box {
        float: none;
        width: 100%;
        text-align: center;
    }
    .service-box {
        margin: 0 0 0px;
        padding: 0;
    }
    .service-box:after {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        left: 0px;
        bottom: 0px;
    }

    .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;
    }
    .sect04::before{
        width: 45%;
    }
}
@media screen and (max-width: 1100px) {
    .service-box .title {
        position: relative;
        left: 0;
        text-align: left;
        top: -20px;
        padding-left: 20px;
    }
    .sect04::after{
        right: 15px;
    }
    .service-title-box::before{display: none;}
    .service-txt::before{
        left: 0;
    }
    .sect04::before {
        width: 50%;
    }
    .sect04::after {
        right: 15px;
    }
    .service-txt-box {
        padding: 10px;
        box-sizing: border-box;
        max-width: calc(100% - 40px);
    }
    .sect04{
        padding: 40px 0;
    }
    .service-txt {
        float: none;
        width: 100%;
        margin: 0px;
        position: relative;
    }
    .sect02 .container::before{
        display: none;
    }
    .about-bg{
        padding: 20px;
    }
    sect03{
        padding-top: 10px;
    }
    .about-box{
        max-width: 500px;
        width: 100%;
        background: rgba(255,255,255,0.8);
        margin: 0 auto;
    }
    .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;
    }  
}

@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 35px;
        z-index: 4;
    }
    .sect02::before{
        background: rgba(242, 241, 237, 0.56);
    }
    .sect02{
        padding: 0;
    }
    .about-bg .more-btn{
        margin: 20px auto 0;
    }
    .about-box .more {
        position: static;
        margin: 0 auto 20px;
    }
    .service-box .title {
    position: relative;
    left: 0;
    text-align: left;
    top: -12px;
    padding-left: 9px;
    font-size: 24px;
}
}
@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;
    }
    .sect04{
        padding: 40px 0 30px;
    }
    .service-txt::before{
        font-size: 40px;
        top: -59px;
    }
    .sect04::before {
    width: 60%;
    }
}

@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 25px;
    }
    .sect02::before{
    }
    .sect02::after {

    height: 100%;
    width: 20px;
    margin-left: 0 !important;
    left: 0;
    }
}

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

}
