@charset 'utf-8';
.site-main:after{
    z-index: 10;
}
.banner {
    margin-bottom: 0px;
}
.banner .slick-prev,
.banner .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../../images/common/arrow.png') no-repeat;
    width: 90px;
    height: 90px;
    position: absolute;
    z-index: 100;
    top: 50%;
    margin-top: -45px;

transition: all .6s ease;

}
.no-svg .banner .slick-prev,
.no-svg .banner .slick-next {
    background-image: url('../../images/common/arrow.png')
}
.banner .slick-prev {
    background-position: 0 0;
    left: 2%;
}
.banner .slick-next {
    background-position: 100% 0;
    right: 2%;
}
.banner .slick-prev:hover {
    background: url('../../images/common/arrow_hover.png') no-repeat;
    background-position: 0 0;
}
.banner .slick-next:hover {
    background: url('../../images/common/arrow_hover.png') no-repeat;
    background-position: 100% 0;
}
.banner .ibtn.scroll {

    position: absolute;
    bottom: 0;
    right: 2%;
       width: 14px;
    height: 17px;
    display: inline-block;
}

.mainvisual__scroll {
    position: absolute;
    bottom: 52px;
    right: 57px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    cursor: pointer;
    transition: all 4s cubic-bezier(.19,1,.435,.99);
    z-index: 2;

    width: 14px;
    height: 17px;
}

.mainvisual__scroll-line {
    display: block;
    width: 1px;
    height: 64px;
    background-color: #fff;
    position: absolute;
    top: 26px;
    left: 7px;
    transform-origin: center top;
    animation: scroll_line 2.5s cubic-bezier(.19,1,.435,.99) infinite
}
.mainvisual__scroll_a{
    width: 0px;
    height: 1px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 84px;
    left: 0;
    animation: scroll_line2 2.5s cubic-bezier(.19,1,.435,.99) infinite;
    animation-delay: 0.5s;
}
.mainvisual__scroll_b{
    width: 1px;
    height: 0px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 83px;
    right: 2px;
    transform: rotate(25deg);

    animation: scroll_line3 2.5s cubic-bezier(.19,1,.435,.99) infinite;
    animation-delay: 0.708s;
}
.mainvisual__scroll_c{
    width: 1px;
    height: 0px;
    background: #fff;
    display: inline-block;
    position: absolute;
    bottom: -83px;
    left: 4px;
    transform: rotate(-25deg);
    animation: scroll_line3 2.5s cubic-bezier(.19,1,.435,.99) infinite;
     animation-delay: 0.916s;
}
.mainvisual__scroll svg {
    width: 14px;
    height: 17px;
    fill: none
}
@keyframes scroll_line {
    0% {
        transform: scaleY(0);
        transform-origin: center top
    }

    30% {
        transform: scaleY(1);
        transform-origin: center top
    }

    60% {
        transform: scaleY(1);
        transform-origin: center bottom
    }

    to {
        transform: scaleY(0);
        transform-origin: center bottom
    }
}

@keyframes scroll_line2 {
    0% {
        width: 0;
    }
    25%{
         width: 100%;
    }

    80% {
        width: 100%;
        opacity: 1;
    }
    100%{ 

    }

 
}
@keyframes scroll_line3 {
    0% {
        height:  0;
       
    }
    25%{height:  100%}
    80% {
        height:  100%;
        opacity: 1;
    }

     100%{}
 
}

.site-main {
}

.sect1 {
    background-position: center bottom;
    background-size: cover;
    padding-top: 70px;
    overflow: hidden;
    padding-bottom: 55px;
    box-sizing: border-box;

    position: relative;
}
.bg2{
}
.sect1:before{
    content: '';
    display: block;
    width: 100%;
    background: url(../../images/common/index/about_top.png) bottom repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 11.05%;
    background-size: contain;
}
.sect1:after{
    content: '';
    display: block;
    width: 100%;
    background: url(../../images/common/index/about_bottom.png) bottom repeat-x;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 11.05%;
}
.about-sect {
    float: right;
    position: relative;
    border-width: 1px 1px 0;
    padding: 30px 25px 15px;
    width: 570px;
    margin-top: 330px;
    margin-bottom: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFFFFF;
    position: relative;
    line-height: 2;
    z-index: 2;
}

.about-slogan.s1 {
    font-size: 80px;
    position: absolute;
    bottom: 100%;
    right: 265px;
}

.about-slogan.s2 {
    transition: all .6s ease;
    background: url(../../images/common/index/about2.png) no-repeat;
    background-size: 100% auto;
    width: 530px;
    max-width: 100%;
    height: 251px;
    font-size: 50px;
    position: absolute;
    top: -80px;
    color: #E6BC84;
    font-size: 45px;
    padding-top: 13px;
    padding-left: 200px;
    font-weight: 300;
    box-sizing: border-box;
    line-height: 1;
    font-family: 'Neuton', 'あおぞら明朝', 'Noto Sans Japanese',serif;
    left: -320px;
}
.about-slogan.s2:before{
    content: '';
    height: 1px;
    width:0;
    background:rgba(230,188,132,0.6); 
    display: block;
    top: 69px;
    left: 7px;
    position: absolute;
    transition: all 1s ease;
}
.about-slogan.s2.animated:before{
    width: 523px;
}
.about-slogan.s2 span{
    font-weight: 400;
    display: block;
    font-size: 20px;
    color: #FFFFFF;
    font-family: '新細明體';
}
.about-pic {
    position: absolute;
    right: 38px;
    bottom: 100%;
    margin-bottom: -68px;
}
.about-sect .sect-title {
    color: #9C8064;
    font-size: 27px;
    margin-bottom: 10px;
}
.about-sect .sect-title:after {
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 0 14px;
    border-color: transparent transparent transparent #9C8064;
    margin: 0 0 5px 16px;
}
.about-sect .editor {
    position: relative;
    z-index: 5;
}
.about-sect .btn-box {
    padding-top: 15px;
    position: absolute;
    left: -100px;
    bottom: 20px;
}
.about-sect .btn.more {
    color: #fff;
    font-family: 'Karla';
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
    transition: all .6s ease;
}
.about-sect .btn.more:hover {
    color: #E6BC84;
}
.about-sect .btn.more .ic {
    transition: all .6s ease;
    font-size: 0px;
    vertical-align: middle;
    margin: 0 0 2px 6px;
    background: url(../../images/common/index/about_more.png);
    width: 17px;
    height: 11px;
}

.about-sect .btn.more:hover .ic{
    margin-left: 16px;
} 
.about-deco {
    position: absolute;
    bottom: 0;
    left: 15px;
}

.sect2 {
    background: #000 url(../../images/common/index/news_bg.jpg) top no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    margin: 0 30px;
    position: relative;
    margin-top: -30px;
}
.news-sect {
    padding: 35px 0 0px;
}
.news-sect .sect-title {
    text-align: center;

    font-family: 'Neuton','あおぞら明朝', 'Noto Sans Japanese','微軟正黑體';
    font-weight: 300;
    color: #E5BA84;
    font-size: 45px;
    line-height: 1;
    margin-bottom: 35px;

}
.news-sect .sect-title span{
    display: inline-block;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;  
}
.news-sect .sect-title h2{
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    margin: -60px 0px 0 0;
}
.news-sect .ibtn.more {
    width: 49px;
    height: 49px;
    position: absolute;
    top: -24.5px;
    left: 50%;
    margin-left: -24.5px;
    background: #151414; 
    border:solid 1px transparent;  
    border-radius: 50%;
    box-sizing: border-box;
    transition: all .6s ease;
}
.news-sect .ibtn.more:hover{
    border-color: #E5A755; 
}
.news-sect .ibtn.more:before{
    content: '';
    width: 49px;
    height: 49px;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .6s ease;
    background: rgb(29,26,23); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(29,26,23,1) 0%, rgba(211,155,79,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(29,26,23,1) 0%,rgba(211,155,79,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(29,26,23,1) 0%,rgba(211,155,79,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1a17', endColorstr='#d39b4f',GradientType=0 ); /* IE6-9 */
    border-radius: 50%;
}
.news-sect .ibtn.more:after{
    content: '';
    background-image: url('../../images/common/index/news_more.png');
    width: 49px;
    height: 49px;
    position: absolute;
    top:-0.5px;
    left: -0.5px;
    right: 0;
    bottom: 0;
    transition: all .6s ease;
}
.news-sect .ibtn.more:hover:before{
    opacity: 0;
}
.news-sect .ibtn.more:hover:after{
    transform:rotate(360deg);
}
.news-list {
    margin: 0 -15px;
}
.news-list .item {
    width: 25%;
    padding: 0 15px;
}
.news-list .item:nth-child(4n+1) {
    clear: left;
}
.news-list .box {
    max-width: 320px;
    margin: 0 auto 0px;
    overflow: hidden;
    background: #000;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
}
.news-list .pic:before{
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    background:rgba(0,0,0,0.75);
    transition: all .6s ease;
    left: 0;
    top: 0;
    bottom:0;
}
.news-list .box:hover .pic:before{
    width: 100%
}
.news-list .pic img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.news-list .box:hover .pic img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.news-list .txt {
}
.news-list .date {
    display: block;
    background: url(../../images/common/news/date.png);
    width: 147px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    font-family: '新細明體', sans-serif;
    font-size: 16px;
    font-style: italic;
    margin: -20px auto 20px;
    padding-top: 9px;
    position: relative;
    z-index: 2;
    transition: all .6s ease;

}
.news-list .name {
    font-family: 微軟正黑體;
    color: #E5A755;
    font-size: 20px;
    line-height: 1.1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 46px;
    margin-bottom: 3px;
    position: relative;
}
.news-list .border{
    display: block;
    margin-bottom: 22px;
    position: relative;
}
.news-list .border:after {
    content: '';
    width: 0;
    height: 1px;
    background: #E5A755;
    position: absolute;
    top: calc(100% + 8px);
    left: 100%;
    transition: left .6s cubic-bezier(.25,.1,.25,1),width .3s cubic-bezier(.25,.1,.25,1) .3s
}
.news-list a:hover .border:after {
        width: 17px;
        left: 0;
        transition: width .6s cubic-bezier(.25,.1,.25,1)
    }
.news-list .description {
     font-family: 微軟正黑體;
    color: #636567;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 41px;
    transition: all .6s ease;
}
.news-list .box:hover .date{
    background: url(../../images/common/news/date_hover.png);
}
.news-list .box:hover .description {
    color: #FFFFFF;
}

.sect3 {
    padding: 150px 0 40px;
}
.sect3 .container {
    max-width: 1920px;
    padding: 0 30px;
}
.products-sect .sect-title {
    padding-top: 45px;
    color: #E5BA84;
    text-align: center;
    margin-bottom: 40px;
    font-family: Neuton,'細明體';
    font-weight: 300;
    line-height: 1.2;
    font-size: 45px;
}
.products-sect .sect-title span{
    position: relative;
}
.products-sect .sect-title span:before{
    position: absolute;
    content: '';
    bottom: 13px;
    width: 100%;
    height: 1px;
    background: rgba(230,188,132,0.6);
}
.products-sect .sect-title h2{
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
}
.products-list-box {
    padding: 50px 30px 60px;
}
.products-list {
    margin: 0 auto;
    max-width: 1470px;
}
.products-list .item {
    width: 25%;
    padding: 0 18px;
}
.products-list .box {
    max-width: 320px;
    margin: 0 auto 60px;
    position: relative;
}

.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic:before{
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    background:rgba(0,0,0,0.75);
    transition: all .6s ease;
    left: 0;
    top: 0;
    bottom:0;
}
.products-list .box:hover .pic:before{
    width: 100%
}
.products-list .txt {
    padding-top: 10px;
}
.products-list .name {
    color: #FFFFFF;
    font-size: 26px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .6s ease;
    height: 46px;
    font-family: '新細明體';
}
.products-list .name a {
    display: inline;
}
.products-list .box:hover .name {
    color: #E5A755;
}

.products-list .description{
    color: #FFFFFF;
    transition: all .6s ease;
    font-size: 14px;
    height: 45px;
      display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 0.1em;
}
.products-list .box:hover .description {
    color: #636567;
}
.products-sect .btn.more {
    display: block;
    background: #000;
    border: 2px solid #9C8064;
    line-height: 50px;
    border-radius: 30px;
    color: #9B7F64;
    font-size: 16px;
    font-weight: bold;
    width: 140px;
    margin: 10px auto 0;
}
.products-sect .btn.more:hover {
    background: #9C8064;
    color: #000;
}
.products-sect .btn.more .ic {
    vertical-align: middle;
    font-size: 20px;
    margin: 0 0 3px 8px;
}

.sect4  {
    padding-bottom: 150px;
}
.sect4 .sect-title {
    display: block;
    text-align: center;
    margin: 0 auto 50px;
    line-height: 1.2;
}
.sect4 .sect-title img{
    display: block;
    margin:auto;
}
.sect4 .sect-title span{
    display: inline-block;
    color: #E5BA84;
    font-family: Neuton,'細明體';
    font-weight: 300;
    font-size: 45px;
    position: relative;
}
.sect4 .sect-title h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
    font-family: '新細明體';
}
.sect4 .sect-title span:before {
    position: absolute;
    content: '';
    bottom: 13px;
    width: 100%;
    height: 1px;
    background: rgba(230,188,132,0.6);
}
.sect4 .col1 {
    float: left;
    width: 52.08%;
}
.sect4 .col2 {
    float: right;
    width: 44%;
}
.album-list{
    max-width: 1040px;
    margin:auto;
}
.album-list .list{
    text-align: center;
    list-style: none;
    margin-bottom: 85px;
    padding-left: 0;
}
.album-list .list a{
    position: relative;
    z-index: 5;
    display: block;
    font-family: '新細明體';
    transition: all .6s ease;
    position: relative;
    top: 0px;
}
.album-list .list li{
    border:solid rgba(230,188,132,0.6) 1px;
    display: inline-block;
    font-size: 20px;
    color: #454545;
    padding: 10px 40px 15px;
    text-align: center;
    position: relative;

}
.album-list .list li + li{
    margin-left: 20px;
}
.album-list .list li span{
     border:solid rgba(230,188,132,0.3) 1px;
     position: absolute;
     width: 100%;
     height: 100%;
     top: -5px;
     left: -5px;
     display: block;
}
.album-list .list li::before,
.album-list .list li::after {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    content: '';
   transition: all .6s ease;
}
.album-list .list li::before {
     top: -5px;
    left: -5px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
 
}
.album-list .list li::after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    bottom: 4px;
    right: 4px;
}
.album-list .list li:hover::before,
.album-list .list li:hover::after,
.album-list .list li.ui-state-active::before,
.album-list .list li.ui-state-active::after {
    width: 100%;
    opacity: 1;
    height: 100%;

}
.album-list .list li:hover,.ui-state-active{
}
.album-list .list li:hover a,.album-list .list .ui-state-active a{
    color: #E5A755;
    top: -3px;

}
.album-list .name{
    color: #FFFFFF;
    font-size: 26px;
    margin-bottom: 20px;
    font-family: '新細明體';
}
.album-list .description > p span{
    display: inline-block;
    color: #E5BB84;
    
    width: 100px;
    position: absolute;
    left: 0;
    padding:6px 0;
}
.album-list .description > p{
    position: relative;
    font-size: 15px;
    margin: 0;
    padding:0px 0 0px 100px;
}
.album-list .description > p i{
    font-style: normal;
    display:block;
    color: #FFFFFF;
    
}
.album-list .description > p i{
    padding:6px 0;
}
.album-list .description > p + p i{
    border-top: rgba(99,101,103,0.3) 1px solid;
}
.album-list .btn-common2{
    margin-top: 14px;
}
.map_btn{
    color: #E5BB84;
    font-size: 15px;
    font-family: '新細明體','微軟正黑體';
    background: #2D1A0C;
    line-height: 54px;
    width: 177px;
    display: inline-block;
    text-align: center;
    transition: all .6s ease;
}

.map_btn:after{
    vertical-align: middle;
    margin-top: -9px;
    content: '';
    background: url(../../images/common/branch/icon.png);
    width: 12px;
    height: 18px;
    display: inline-block;
    margin-left: 15px;
    transition: all .6s ease;
}
.map_btn:hover{
    background: #E50012;
    color: #FFFFFF;
}
.map_btn:hover:after{
   width: 0;
   margin:0;
}
.map_btn:before{
    vertical-align: middle;
    margin-top: -9px;
    content: '';
    background: url(../../images/common/branch/icon_hover.png);
    
    height: 18px;
    display: inline-block;
    
    transition: all .6s ease;
    width: 0;
    margin:0;
}
.map_btn:hover:before{
width: 12px;
margin-right: 15px;
}
.bg{
    background:#000;
    background-size: 100% auto;
    position: relative;
    z-index: 10;
    padding-top: 100px;
}
@media screen and (max-width: 1500px) {
    .sect1,
    .sect2 {
        margin: 0;
    }
    .sect3 .container {
        padding: 0 15px;
    }
}
@media screen and (max-width: 1400px) {

    .about-slogan.s2 {
        font-size: 30px;

    }
    .about-slogan.s2:before{
        top: 23.5%;
    }
    .about-deco {
        width: 40%;
    }
}
@media screen and (max-width: 1200px) {
    .about-slogan.s1 {
        right: 50%;
    }
    .about-sect {
        width: 45%;
    }
    .about-pic {
        width: 36%;
    }
    .news-list {
        margin: 0 -7px;
    }
    .news-list .item {
        padding: 0 7px;
    }
    .products-list .item {
        padding: 0 10px;
    }
    .sect4 .row {
        max-width: 576px;
        margin: 0 auto;
    }
    .sect4 .col {
        float: none;
        width: auto;
    }
    .service-sect {
        margin-top: 24px;
    }
    .links-list {
        margin: 0 -7px;
    }
    .links-list .item {
        padding: 0 7px;
    }
}
@media screen and (max-width: 1000px) {
    .sect1:after{
        display: none;
    }
    .about-deco{
        display: none
    }
    .about-slogan.s2{
         position: static;
        padding: 0;
        background: none;
        height: auto;
        margin-bottom: 20px;
    }
    .about-slogan.s2:before{
        display: none;
    }
    .mainvisual__scroll{
        display: none;    
    }
    .banner {
        margin-bottom: 45px;
    }
    .banner .slick-prev,
    .banner .slick-next {
        width: 60px;
        height: 60px;
        background-size: 200% auto;
        margin-top: -30px;
    }
    .about-sect {
        width: 65%;
        margin-top: 50px;
    }
    .about-sect .editor {
        min-height: 180px;
        font-family: '微軟正黑體';
    }
    .about-slogan.s1 {
        right: 36%;
        font-size: 50px;
    }
    .about-slogan.s2 {
        font-size: 25px;
    }
    .about-pic {
        width: 25%;
    }
    .news-list {
        max-width: 800px;
        margin: 0 auto;
    }
    .news-list .item {
        width: 50%;
    }
    .news-list .item:nth-child(4n+1) {
        clear: none;
    }
    .news-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list {
        max-width: 800px;
    }
    .products-list .item {
        width: 50%;
    }
    .about-sect .btn-box{
        position: static;
        text-align: left;
    }
    .sect2{
        top: 0;
        margin-top: 0;
        padding-top: 0px;

    }
    .album-list .list li+li{
         margin:10px;
    }
    .album-list .list li{
        padding:5px 10px;
        margin:0 10px 10px;
    }
    .album-list .list{
        margin-bottom: 15px;
    }
    .products-sect .sect-title{
        padding-top: 32px;
        margin-bottom: 0;
    }
    .products-sect .sect-title h2{
        margin-bottom: 0;
    }
    .bg{
        -webkit-background-size: contain;
        background-size: contain;
        padding-top: 0;
    }
    .sect3{
        padding-top: 100px;
    }
    .album-list .name{
        font-size: 20px;
        margin-top: 10px;
    }
    .sect4{
        padding-bottom: 50px;
    }

}
@media screen and (max-width: 767px) {
    .banner {
        margin-bottom: 25px;
    }
    .banner .ibtn.scroll {
        width: 60px;
        height: 60px;
        background-size: 100% auto;
    }
    .banner .slick-prev,
    .banner .slick-next {
        width: 36px;
        height: 36px;
        margin-top: -18px;
    }
    .sect1 {
        padding-top: 45px;
    }
 
    .about-slogan.s2 {
        margin-left: 30px;
    }
    .about-sect {
        float: none;
        width: auto;
        border: 0;
        padding: 0;
        margin: 0;
    }
    .about-sect .txt-box {
        border: 1px solid #9C8064;
        padding: 15px 20px 30px;
        clear: both;
    }
    .about-sect .editor {
        min-height: 0;
    }
    .about-pic {
        position: static;
        float: right;
        width: 150px;
        margin: -10px 30px -40px 0;
    }
    .about-deco {
        position: relative;
        width: 40%;
        margin-top: -40px;
    }
    .news-list {
        margin: 0 -7px;
    }
    .news-list .box {
        margin-bottom: 40px;
    }
    .products-list-box {
        padding: 30px 20px;
    }
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
    .products-sect .btn.more {
        margin-top: 0;
    }
}
@media screen and (max-width: 600px) {
    .sect4 .sect-title {
        width: 40%;
        margin: 0 auto 30px;
    }
    .album-list {
        max-width: 500px;
    }
    .album-list .item {
        width: 50%;
    }
    .album-list .item:nth-child(3n+1) {
        clear: none;
    }
    .album-list .item:nth-child(2n+1) {
        clear: left;
    }
    .service-sect {
        padding: 25px 20px 30px;
    }
}
@media screen and (max-width: 550px) {
    .products-list .item {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .about-slogan.s1 {
        font-size: 34px;
    }
    .about-slogan.s2 {
        font-size: 22px;
    }
    .about-pic {
        width: 30%;
        margin-right: 4%;
    }
    .news-list .item {
        width: 100%;
    }
    .news-list .item:nth-child(n) {
        clear: none;
    }
}
@media screen and (max-width: 450px) {
    .links-list .item {
        width: 100%;
    }
    .links-list .box {
        margin-top: 12px;
    }
}
@media screen and (max-width: 400px) {
    .album-list .item {
        width: 100%;
    }
    .album-list .item:nth-child(n) {
        clear: none;
    }
    .service-sect {
        padding-top: 70px;
    }
    .service-title {
        text-align: center;
        margin-bottom: 15px;
    }
    .service-sect .ibtn.more {
        right: 50%;
        margin-right: -59px;
    }
}