.header-box {
    position: relative;
}

.banner {
    position: relative;
}

.banner-control-box {
    position: absolute;
    right: 0px;
    left: 0px;
    text-align: center;
    margin: auto;
    bottom: 40px;
    z-index: 200;
}

.banner-control {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    background: #0000008f;
    border-radius: 20px;
    margin: auto;
    position: relative;
    padding: 2px 35px 6px;
    visibility: hidden;
}

.banner-prev,
.banner-next {
    width: 30px;
    height: 30px;
    font-size: 24px;
    color: #ccc;
    z-index: 99;
    display: inline-block;
    position: absolute;
    line-height: 25px;
}

.banner-prev:hover,
.banner-next:hover {
    color: #FF7D00;
}

.banner-prev:before,
.banner-next:before {
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: rgba(0, 0, 0, 0);
}

.banner-prev:before {
    content: '\f104';
}

.banner-next:before {
    content: '\f105';
}

.banner .banner-prev {
    left: 3px;
}

.banner .banner-next {
    right: 3px;
    top: 2px;
}

.banner-pager li a {
    color: #ccc;
    font-size: 10px;
    width: 15px;
    height: 20px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
}

.banner-pager li.active a {
    color: #FF7D00;
    font-weight: bold;
}

.banner .btn.scroll {
    border: 1px solid rgba(255, 255, 255, 0.8);
    width: 86px;
    height: 86px;
    line-height: 86px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 26px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    bottom: 120px;
    left: 50%;
    margin-left: -43px;
    border-radius: 50%;
    -webkit-animation: upupdown .85s infinite linear alternate;
    animation: upupdown .85s infinite linear alternate;
    z-index: 51;
    background: rgba(0, 0, 0, 0.1);
    display: none;
}

.banner .btn.scroll:hover {
    background: rgba(0, 0, 0, 0.4);
    color: rgba(255, 255, 255, 1);
}

@-webkit-keyframes upupdown {
    from {
        opacity: 0.5;
        -webkit-transform: translate(0, -10px);
        transform: translate(0, -10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}

@keyframes upupdown {
    from {
        opacity: 0.5;
        -webkit-transform: translate(0, -10px);
        transform: translate(0, -10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}


/************** normal *************/

.sect-title {
    color: #060606;
    font-size: 24px;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.btn.btn_style0 {
    position: relative;
}

.btn.btn_style01 {
    color: #07329b;
    border: 1px solid #07329b;
    background: #fff;
    border-radius: 0px;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 40px;
    margin: 2em 0;
    max-width: 120px;
    font-family: 'Arimo', sans-serif;
    position: relative;
    text-decoration: none;
    text-transform: lowercase;
    vertical-align: middle;
    width: 100%;
    text-align: left;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: visible;
    z-index: 5;
    -webkit-box-shadow: 3px 3px 0 0 #07329b;
    box-shadow: 3px 3px 0 0 #07329b;
}

.btn.btn_style01:hover {
    color: #86a7ea;
    border-color: #86a7ea;
    max-width: 250px;
    -webkit-box-shadow: 3px 3px 0 0 transparent;
    box-shadow: 3px 3px 0 0 transparent;
    -webkit-transform: translate(3px, 3px);
    transform: translate(3px, 3px);
    letter-spacing: 0.2em;
}

.btn.btn_style01:before {
    content: '';
    width: 50px;
    height: 26px;
    background: url(../../images/common/index/arrows.png) 50% 50% no-repeat;
    background-size: 65% auto;
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    right: 10px;
    z-index: 3;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-animation: move-bkk .6s infinite linear alternate;
    animation: move-bkk .6s infinite linear alternate;
    opacity: 0;
}

@-webkit-keyframes move-bkk {
    from {
        -webkit-transform: translate(-4px, 0);
        transform: translate(-4px, 0);
    }
    to {
        -webkit-transform: translate(4px, 0);
        transform: translate(4px, 0);
    }
}

@keyframes move-bkk {
    from {
        -webkit-transform: translate(-4px, 0);
        transform: translate(-4px, 0);
    }
    to {
        -webkit-transform: translate(4px, 0);
        transform: translate(4px, 0);
    }
}

.btn.btn_style01:hover:before {
    opacity: 1;
}

.btn.more svg {
    display: none;
}

.btn.btn_style01:after {
    content: '';
    display: block;
    border-top: solid 3px #86a7ea;
    border-left: solid 3px #86a7ea;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    left: -3px;
    top: -3px;
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    -webkit-transform: translate(6px, 6px);
    transform: translate(6px, 6px);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.btn.btn_style01:hover:after {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}


/****************sect1*******************/

.sect1:after {
    display: none;
}

.sect1 {
    background:url(../../images/common/index/about_bg.png) no-repeat 50% 50%;
    padding: 100px 0px 0px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.sect1:before{
    content: '';
    background: url(../../images/common/index/about_item.png) no-repeat 100% 80% ;
    width: 741px;
    height: 480px;
    position: absolute;
    right: 0;
    margin: auto;
    top: -3px;
    z-index: 1;
    
}
.about-sect{
    position: relative;
    z-index: 2;
}

.about-pic img {
    margin-bottom: 20px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s;
    transition: all .5s;
}


/*
.about-pic img:hover {
    transform: scale(.97);
}*/

.about-sect .sect-title {
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    color: #062168;
    border-bottom: solid 1px #dfdfdf;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 26px;
}

.about-sect .sect-title:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 0;
    border-color:  #2758cf transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0;
}

.about-sect .sect-title:before {
    content: 'About us';
    display: inline-block;
    font-family: 'Arimo', sans-serif;
    position: relative;
    margin-right: 6px;
    font-size: 28px;
}

.about-sect .editor {
    min-height: 120px;
    color: #333;
}

.about-pic {
    position: relative;
    display: inline-block;
    z-index: 3;
    vertical-align: middle;
}

.about-sect .txt-box {
    max-width: 520px;
    position: relative;
    margin-left: 250px;
    padding-bottom: 80px;
}

.about-sect .btn-box {
    padding-top: 15px;
}

.about-deco {
    position: absolute;
    bottom: -40px;
    right: 0px;
    z-index: 0;
    width: 50%;
    display: none;
}


/*
.about-deco:before {
    content: '';
    display: block;
    background: url(../../images/common/index/about_deco02.png) no-repeat;
    width: 400px;
    height: 378px;
    position: absolute;
    z-index: -1;
    top: -40%;
    left: 0%;
    bottom: 0%;
}

*/

.about-pic {
    width: auto;
    height: auto;
    -webkit-transition: 0s;
    transition: 0s;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    bottom: 0px;
    position: absolute;
}


/*
.about-pic{
   background: url(/images/common/index/about_pic.jpg) no-repeat;
    background-size: 100%;
    width: 330px;
    height: 100%;
    transition: 2s;
    transform: translateY(0px);
    padding-top: 15%;
    padding-bottom: 10%;
    top: -100px;
}
.para {
    background: url(/images/common/index/about_deco.png) no-repeat;
    background-size: 85% auto;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    position: relative;
    top: 0%;
    padding-top: 10%;
    right: -56%;
    transition: 2s;
    transform: translateY(0px);
}

*/

.para {
    width: auto;
    height: auto;
    -webkit-transition: 0s;
    transition: 0s;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    bottom: -240px;
    right: -45%;
    position: absolute;
}


/****************sect1*******************/


/****************sect4*******************/

.sect4:before {
    content: '';
    display: block;
    position: absolute;
    background: url(../../images/common/index/service_pic.png) no-repeat 50% 50%;
    width: 600px;
    height: 510px;
    top: 85px;
    right: 30%;
    margin-right: -100px;
}

.sect4 {
    background: url(../../images/common/index/service_bg.jpg) right top no-repeat;
    padding: 280px 0 50px;
    margin: 0 auto;
    position: relative;
    padding: 240px 0 35px;
}

.service-sect {
    float: left;
    position: relative;
    padding: 0px 10px 15px;
    width: 450px;
    text-align: left;
}

.service-pic img {
    margin-bottom: 20px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.service-pic img:hover {
    -webkit-transform: scale(.85);
    transform: scale(.85);
}

.service-sect .sect-title {
    margin-bottom: 20px;
    color: #062168;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 26px;
    position: relative;
}

.service-sect .sect-title:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 0;
    border-color: #fde051 transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0;
}

.service-sect .sect-title:after {
    content: '';
    width: 70%;
    height: 2px;
    background: #275bd3;
    display: inline-block;
    position: absolute;
    top: 15px;
    margin-left: 10px;
}

.service-sect .editor {
    min-height: 120px;
    color: #333;
    line-height: 1.7;
    max-height: 250px;
    overflow: hidden;
}

.service-sect .btn-box {
    padding-top: 15px;
}

.service-sect .btn.more:hover {}

.service-deco {
    position: absolute;
    margin-top: -330px;
    z-index: 8;
}


/****************sect4*******************/

.sect2 {
    background: url('../../images/common/index/album_bg.jpg') 50% 0% no-repeat fixed;
    position: relative;
    padding: 50px 0 0;
}


/*
.sect2:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 155px;
    background: url('../../images/common/index/product_title_bg.jpg') repeat-x;
}
*/

.products-sect {
    position: relative;
    padding: 30px 0 120px;
}

.products-sect .sect-title {
    line-height: 50px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 23px;
    position: relative;
    text-align: center;
    padding-top: 22px;
    color: #062168;
}

.products-sect .sect-title:after {
    content: '';
    display: block;
    width: 63px;
    height: 7px;
    background: #06309c;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}

.products-sect .sect-title:before {
    content: 'PRODUCTS';
    display: block;
    color: #06309c;
    font-size: 36px;
    font-family: 'Arimo', sans-serif;
    margin: 0 auto;
    line-height: 1.2;
}

.no-svg .products-sect .sect-title {
    background: url('../../images/common/index/products_title.png') no-repeat;
}

.products-sect .slick-prev,
.products-sect .slick-next {
    width: 50px;
    height: 50px;
    line-height: 28px;
    color: #fff;
    background:#05216a;
    font-size: 15px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.products-sect .slick-prev {
    left: 46%;
    border-radius: 10px 0px 0 0px
}

.products-sect .slick-next {
    right: 0;
    border-radius: 0px 10px 0 0px
}

.products-sect .slick-prev:hover,
.products-sect .slick-next:hover {
    background: #2758cf;
    color: #fff;
}

.products-sect .slick-prev .ic,
.products-sect .slick-next .ic {
    vertical-align: middle;
    margin-bottom: 2px;
}

.products-list {
    margin: 0 -6px;
}

.products-list .item {
    width: 25%;
    padding: 0 5px;
}

.products-list .box {
    max-width: 318px;
    margin: 0px auto;
    position: relative;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-top: 10px;
}

.products-list .box:hover{
    background: #86a7ea;
}
.products-list .box.new:before {
    content: '';
    display: block;
    background: url('../../images/common/products/new_tag.png') no-repeat;
    width: 55px;
    height: 55px;
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 10px;
    pointer-events: none;
}

.products-list .pic-box {
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.products-list .pic {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 8;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.products-list .box:hover .pic {
    -webkit-transform: translate(0, -75px);
    transform: translate(0, -75px);
}

.products-list .txt {
    padding: 10px 0 0;
    text-align: center;
    font-size: 18px;
}


.products-list .name a {
    color: #323232;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 39px;
    margin: 10px 15px;
    z-index: 8;
    font-size: 16px;
    position: relative;
    letter-spacing: 0.05em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.products-list .box:hover .name a {
    -webkit-transform: translate(0, -80px);
    transform: translate(0, -80px);
    color:  #062168;
    height: 35px;
    padding-top: 10px;
}

.products-list .more {
    width: 90%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(0, 115px);
    transform: translate(0, 115px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 9;
    margin: auto;
    padding-bottom: 10px;
}

.products-list .box:hover .more {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.products-list .box:hover .more {
    opacity: 1;
}

.products-list .description a {
    font-size: 14px;
    color: #888;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 75px;
    padding: 5px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    margin: auto;
}
.products-list .box:hover .description a{
    color: #fff;
}

/****************sect5*******************/

.sect5:after {
    content: '';
    width: 100%;
    height: 49px;
    display: block;
    bottom: -45px;
    z-index: 2;
    position: absolute;
}

.sect5 {
    position: relative;
    padding: 80px 0 110px;
    background-size: cover;
    background: url(../../images/common/index/news_bg.jpg) repeat 50% 50%;
}

.sect5 .container {
    padding: 0 15px;
    max-width: 1440px;
}

.news-sect {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.news-sect .sect-title {
    line-height: 50px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 23px;
    position: relative;
    text-align: center;
    padding-top: 22px;
}
.news-sect .sect-title:after {
    content: '';
    display: block;
    width: 63px;
    height: 7px;
    background: #06309c;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}

.news-sect .sect-title:before {
    content: 'NEW PRODUCTS';
    display: block;
    color: #06309c;
    font-size: 36px;
    font-family: 'Arimo', sans-serif;
    margin: 0 auto;
    line-height: 1.2;
}

.no-svg .news-sect .sect-title {
    background-image: url('../../images/common/index/news_title.jpg');
}

.news-list .box {
    position: relative;
    padding: 0;
}

.news-list .item {
    padding-bottom: 20px;
    border-bottom: 1px dashed #9b683e45;
    margin-bottom: 25px;
}

.news-list .date {
    display: block;
    margin-right: 10px;
    font-family: 'Arimo', sans-serif;
    width: 66px;
    height: 55px;
    float: left;
    background: #86a7ea;
    text-align: center;
    color: #fff;
    border-radius: 0px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 8;
    font-size: 16px;
    position: relative;
}

.news-list .box:hover .date {
    background: transparent;
}

.news-list .item .date:before {
    content: '';
    display: block;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    position: absolute;
    left: -4px;
    top: -4px;
    margin: auto;
    z-index: -1;
    background: #2758cf;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.news-list .box:hover .date:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.news-list .item .date {
    color: #fff;
    background: #86a7ea;
    font-size: 30px;
    font-style: normal;
    line-height: 25px;
    padding-top: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-list .item small {
    font-size: 13px;
    display: block;
}

.news-list .name {
    font-size: 18px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
    color: #062168;
}

.news-list .box:hover .name {
    font-weight: bold;
    color: #86a7ea;
}

.news-list .description {
    font-size: 14px;
    color: #888;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    min-height: 40px;
    max-height: 40px;
    line-height: 1.4;
}

.news-sect .btn.btn_style01 {
    margin: 0.5em auto 2em;
}

.news-sect .btn-box:hover .btn.btn_style01 {}

.sect3 {
    background: url('../../images/common/index/news_bg.jpg') 50% 50% repeat;
    background-size: cover;
    padding: 85px 0 100px;
}

.album-sect .sect-title {
    background: url('../../images/common/index/album_title.png') top center no-repeat;
    margin: -10px auto 5px;
    text-align: center;
    padding-top: 22px;
}

.album-sect .sect-title:after {
    content: '';
    display: block;
    width: 63px;
    height: 7px;
    background: #06309c;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}

.album-sect .sect-title:before {
    content: 'ALBUMS';
    display: block;
    color: #06309c;
    font-size: 36px;
    font-family: 'Arimo', sans-serif;
    margin: 0 auto;
    line-height: 1.2;
}

.no-svg .album-sect .sect-title {
    background-image: url('../../images/common/index/album_title.png');
}

.album-sect .slick-prev,
.album-sect .slick-next {
    color: #fff;
    background: #062168;
    width: 44px;
    height: 44px;
    line-height: 38px;
    font-size: 23px;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    border-radius: 100%;
}

.album-sect .slick-prev {
    left: 0;
    padding-right: 5px;
}

.album-sect .slick-next {
    right: 0;
    padding-left: 5px;
}

.album-sect .slick-prev:hover,
.album-sect .slick-next:hover {
    background: #2758cf;
    color: #fff;
}

.album-list-box {
    position: relative;
    padding: 0 7%;
}

.album-list {
    margin: 0 -5px;
}

.album-list .item {
    margin: 0 10px;
    border: 6px solid #fff;
    border-radius: 100%;
}

.album-list .box {
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
}

.album-list .fancybox {
    display: none;
}

.album-list .pic {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.album-list .pic a{
    z-index: 2;
}
.album-list .pic img {
    border-radius: 50%;
}

.album-list .pic a:before,
.album-list .pic a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.album-list .pic a:before {
    background: rgba(255,255,255, 0.83);
}

.no-svg .album-list .pic a:before {
    background-image: url('../../images/common/album/hover.png');
}

.album-list .box:hover .pic a:before,
.album-list .box:hover .pic a:after {
    opacity: 1;
    background-position: 50% 50%;
}

.album-list .camera:before {
    content: '';
    position: absolute;
    top: 50px;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: url('../../images/common/album/hover.png')50% 60% no-repeat;
    display: none;
}

.album-list .box:hover .camera:before {
    opacity: 1;
    top: -120px;
}

.album-list .name a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 52%;
    width: 100%;
    padding: 0 10px 0px;
    font-size: 18px;
    line-height: 1.2;
    height: auto;
    color: #062168;
    text-align: center;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.album-list .box:hover .name a {
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 1;
}

.album-list .name a:after {
    content: '';
    background: #062168;
    width: 30px;
    height: 3px;
    display: block;
    position: relative;
    margin: auto;
    margin-top: 21px;
}

@media screen and (max-width: 1400px) {
    .para {
        right: 0%;
        /* padding-bottom: 100%; */
        /* right: -30%; */
        width: 80%;
    }
    .sect1:after {
        top: 15%;
        width: 300px;
    }
    .about-pic {
        bottom: 30px;
    }
}

@media screen and (max-width: 1320px) {
    .products-sect .slick-prev {
        margin-left: -2px;
    }
    .sect4:before {
        font-size: 16px;
        letter-spacing: 0.7em;
        margin: 20px 0px 0 40px;
    }
    .sect1::before{display: none;}
}

@media screen and (max-width: 1200px) {
    .service-sect {
        width: 50%;
    }
    .sect4::before {
        display: none;
    }
    .products-sect .slick-prev {
        margin-left: -12px;
    }
}

@media screen and (max-width: 1080px) {}

@media screen and (max-width: 1000px) {
    .sect5::before {
        display: none;
    }
    .site-title .logo {
        display: inline-block;
    }
    .products-sect .slick-prev {
        margin-left: -18px;
    }
    .products-sect {
        position: relative;
        padding: 0px 0 80px;
    }
    .site-header {
        position: relative;
        z-index: 10;
    }
    .banner .btn.scroll {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
        bottom: 20px;
        margin-left: -30px;
    }
    .about-sect {
        width: 45%;
        margin-top: 50px;
    }
    .about-sect .editor {
        min-height: 180px;
    }
    .news-list .name {
        font-size: 16px;
    }
}

@media screen and (max-width: 1000px) {
    .about-sect {
        width: auto;
        padding: 0;
        margin: 0;
    }
    .about-pic {
        bottom: 0px;
        position: relative;
    }
    .para {
        bottom: -250px;
    }
    .about-deco:before {
        display: none;
    }
    .about-sect .txt-box {
        padding: 0px 10px 20px;
        clear: both;
        margin: 0;
        max-width: 100%;
    }
    .about-sect .editor {
        min-height: 0;
    }
    .sect1 {
        padding: 30px 0 80px;
        background: url(../../images/common/index/about_item.png) no-repeat 50% 100%;
    }
    .sect1:before{
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.7);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }
    .sect1:after {
        display: none;
    }
    /***service***/
    .service-sect {
        float: none;
        width: auto;
        margin-top: 25px;
    }
    .sect4 {
        padding-top: 10px;
        background-position: 80% 50%;
        background-size: cover;
    }
    .service-sect {
        background: #ffffffc7;
    }
    .sect4:before {
        font-size: 16px;
        margin: 55px 0px 0 0px;
    }
    .service-sect .sect-title:after {
        width: 70%;
        top: 25px;
    }
    .service-deco:before {
        display: none;
    }
    .service-sect .txt-box {
        padding: 20px;
        clear: both;
    }
    .service-sect .editor {
        min-height: 0;
    }
    .service-pic {
        position: static;
        float: right;
        width: 150px;
        margin: -10px 30px -40px 0;
    }
    .service-deco {
        position: relative;
        width: 35%;
        margin: -30px auto 0 auto;
        left: 0;
        display: none;
    }
    .btn.btn_style01 {
        margin: 0.5em 0;
    }
    .album-sect .sect-title:after {
        content: '';
        width: 38%;
    }
    .sect5 {
        padding: 50px 0 25px;
        background: url(../../images/common/index/news_bg.png) repeat-y 50% 50%;
    }
    .sect3 {
        padding: 55px 0;
    }
    .album-sect .sect-title {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .news-sect .sect-title,
    .products-sect .sect-title {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 30px;
    }
     .news-sect .sect-title::before,
    .album-sect .sect-title::before,
    .products-sect .sect-title::before{
        font-size: 28px;
    }
    .about-sect .sect-title {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .news-list .item {
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    .service-sect .sect-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sect2 {
        position: relative;
        background-attachment: inherit;
    }
}

@media screen and (max-width: 767px) {
    
    .banner-control-box {
        display: none;
    }
    .banner .btn.scroll {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        bottom: 15px;
        margin-left: -20px;
    }
    .products-sect .slick-prev {
        margin-left: -30px;
    }
    .album-list-box {
        padding: 0 50px;
    }
    .about-deco {
        bottom: 0;
        width: 60%;
        display: none;
    }
    .album-sect .sect-title:after {
        content: '';
        width: 35%;
    }
    .service-sect .sect-title:after {
        width: 55%;
        top: 30px;
    }
    /*-- Ã§â€Â¢Ã¥â€œÂÃ¦â€¢Ë†Ã¦Å¾Å“ --*/
    .products-list a .name {
        -webkit-transform: translate(0, -80px);
        transform: translate(0, -80px);
        height: 35px;
        padding-top: 10px;
    }
    .products-list a .more {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .products-list .box .more {
        opacity: 1;
    }
    .products-list .description {
        font-size: 14px;
        color: #000;
        line-height: 1.75;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 80px;
        padding: 5px 0px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
        margin: auto;
    }
    .products-list a .pic {
        -webkit-transform: translate(0, -75px);
        transform: translate(0, -75px);
    }
    .sect1 {
        padding: 30px 0 15px;
    }
    .album-list .item {
        border: none;
    }
    .album-list .pic {
        border: 6px solid #fff;
    }
}

@media screen and (max-width: 600px) {
    .news-list .box {
        line-height: 1.5;
        padding: 10px 15px;
        white-space: normal;
    }
    .news-list .name {
        display: block;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .products-sect .slick-prev {
        margin-left: -36px;
    }
    .album-sect .sect-title:after {
        content: '';
        width: 28%;
        margin: 0px auto;
    }
}

@media screen and (max-width: 380px) {
    .service-sect .sect-title:after {
        width: 50%;
        top: 10px;
    }
    .sect4:before {
        letter-spacing: 0.5em;
    }
}
