
.banner .slider {
    position: relative;
}
.banner .slick-dots {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    margin-top: 10px;
    text-align: center;
    width: 100%;
    bottom: 10px;
}
.banner .slick-dots li {
    display: inline-block;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_dot.png') no-repeat;
    width: 30px;
    height: 30px;
}
.banner .slick-dots li.slick-active button {
    background-position: 100% 0;
}
.btn.more{
    border-radius: 0;
}
.sect-title {
    color: #fff;
    filter:Alpha(opacity=90);
    opacity:0.9;
    font-size:40px;
   font-family:'Fira Sans', sans-serif, 'Arial', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
     font-weight: 500;
    line-height: 1.4;
    letter-spacing: 7.3px;
    margin: 0 0 45px;
    position:relative;
}
.sect-title:before{
   content: '';
   width: 100%;
   height: 1px;
   background: rgb(255 255 255 / 0.2);
   background: #fff;
   filter:Alpha(opacity=20);
   opacity:0.2;
   position: absolute;
   display: block;
   bottom: -11px;
   left: calc(0% - 0px);
}
.sect-title:after{
   content: '';
   width: 25px;
   height: 6px;
   background: #94252a;
   position: absolute;
   display: block;
   bottom: -10px;
   left: calc(0% - 0px);
}

.news-sect .sect-title:after{
   content: '';
   width: 25px;
   height: 6px;
   background: #1F2C5C;
   position: absolute;
   display: block;
   bottom: -10px;
   left: calc(0% - 0px);
}
.sect1 {
    padding: 93px 0 100px;
    position: relative;
    background: url(../../images/common/index/sect1bg.jpg)50% 50% no-repeat;
}
/* .sect1:before {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    background: url(../../images/common/index/abbg.jpg) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.sect1:after {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    background: url(../../images/common/index/newsbg.jpg) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
} */

.sect1 .row {
    position: relative;
}
/* .sect1 .row:before {
    content: '';
    display: block;
    border-left: 1px solid #ddd;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
} */

.sect1 .col {
    float: left;
    width: 50%;
    padding: 0 80px 0 15px;
}

.sect1 .col+.col {
    float: left;
    width: 50%;
    padding: 0 15px 0 80px;
    box-sizing: border-box;
   
}
.sect1 .btn-box {
    margin:0;
    text-align:left;
}
.sect1 .btn.more {
    color: rgb(255 255 255 / 0.8);
    border: 1px solid  #fff;
    color: #fff;
    border-color: #fff;
    filter:Alpha(opacity=80);
    opacity:0.8;
    width: 160px;
    line-height: 43px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1em;
    position:relative;
}

.sect1 .btn.more:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
 
  width: 0;
  height: 100%;
  background:  rgb(255 255 255 / 0.4);
  background: #fff;
    filter:Alpha(opacity=40);
    opacity:0.4;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.sect1 .btn.more:hover:before {
  right: auto;
  left: 0;
  width: 100%;
}



.sect1 .btn.more:hover {
    border-color:rgb(255 255 255 / 0.4);
}
.sect1 .btn.more:after {
     content: "\f105"; 
    color: rgb(255 255 255 / 0.9);
    padding: 0px 6px;
    box-sizing: border-box;
    position: relative;
    left: 10px;
    transition: all 0.1s ease;
    font-family: 'icon-font' !important;
    font-weight:100;

}
.about-sect .editor {
    color: rgb(255 255 255 / 80%);
    color: #fff;
   filter:Alpha(opacity=80);
   opacity:0.8;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 1.5px;
    min-height: 150px;

}

.news-sect .btn-box{
    padding-top:30px;
}


.news-list {
    min-height: 150px;
}
.news-list .box {
    overflow: hidden;
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
    position: relative;
}
.news-list .item a.cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.news-list .date {
    float: left;
    color:  rgb(255 255 255 / 0.8);
    color: #fff;
    filter:Alpha(opacity=80);
    opacity:0.8;
}
.news-list .date:after {
    content: '|';
    display: inline-block;
    color: rgb(255 255 255 / 0.5);
    color: #fff;
    filter:Alpha(opacity=50);
    opacity:0.5;
    margin-left: 17px;
}
.news-list .name{
    color:  rgb(255 255 255 / 0.8);
    color: #fff;
    filter:Alpha(opacity=80);
    opacity:0.8;
    font-weight:normal;
    margin-left: 105px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    position:relative;
    transition: all 0.4s ease;
    padding-right:25px;
}

.news-list li .name:after{

    content: "\f105";
    border: 1px solid rgb(255 255 255 / 0.8);
    color: #fff;
    filter:Alpha(opacity=80);
    opacity:0.8;
    padding: 0px 7px;
    border-radius: 100%;
    display: inline-block;
    font-size: 1px;
    text-align: center;
    line-height: 16px;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    transition: all .3s ease;
    position: absolute;
    right: 0px;
    top:4px;
    transition: all 0.4s ease;
    font-family: 'icon-font' !important;
}

.news-list li .box:hover .name:after {
    border-color: #ffffff4d;
    background:#ffffff66;

}


.news-list .box:hover .name{
    color: #ffffff80;
}

.left-float{
    background: url('../../images/common/index/products_bg.jpg')50% 0% fixed;
    background-size: cover;
    width: 100%;
    position: relative;
    height: 690px;

}


.float-wrap{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    width: 100%;
    z-index: -1;
}
.sect2 {
    position: relative;
    padding-bottom: 20px;
    padding-top: 360px;
    z-index: 11;
    background:#F0F0F0;
}

.products-sect .sect-title {
    text-align:left;
    position: relative;
    margin-bottom:0px;
    
}


.products-sect .sect-title2{
    font-size:35px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    margin: 0 0 130px;
    color: rgb(255 255 255 / 0.9);
      color: #fff;
    filter:Alpha(opacity=90);
    opacity:0.9;
    position:relative;
    letter-spacing: 2.5px;
}

.products-sect .sect-title:before,
.products-sect .sect-title:after {
    content: '';
    display: block;
    /* border-top: 1px solid #ddd; */
    position: absolute;
    top: 50%;
}
.products-sect .sect-title:before {
    left: 0px;
    top: 139px;
    /* margin-right: 140px; */
    width: 600px;
}
.products-sect .sect-title:after {
   top: 133px;
}
.products-list {
    margin: 0 -10px;
}
.products-list .item {
    width: 33.33%;
    padding: 0 10px;
}
.products-list .item:nth-child(3n+1) {
    clear: left;
}
.products-list .box {
    max-width: 450px;
    margin: 0 auto 35px;
    position: relative;
}
.products-list .item a.cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.products-list .box.new:before {
    content: '';
    display: block;
    background: url('../../images/common/products/new_tag.png') no-repeat;
    width: 70px;
    height: 30px;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 20px;
}
.products-list .pic-box {
    margin-bottom: 10px;
    position: relative;
     overflow:hidden; 
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}



.products-list .pic:before {
    content: "";
    background:rgb(31 44 92 / 0.4);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.products-list .box:hover .pic:before {
    opacity: 1;
}


.products-list .pic-box:before {
    content: 'READ MORE';
    display: inline-block;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 22px;
    width: 122px;
    /* height: 83px; */
    position: absolute;
    right: -122px;
    bottom: -83px;
    z-index: 6;
    background: #94252a;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    padding: 18.5px 18px;
    box-sizing: border-box;
    opacity: 0;
    transition: all .7s ease;
}
.products-list .box:hover .pic-box:before{
    bottom: 0px;
    right: 0px;
    opacity: 1;
}
.products-list .txt {
    position: relative;
}


.products-list .name{
    display: inline-block;
    color: #202020;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 3px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.products-list .nameline{
    background:#ccc;
    height:1px;
    max-width:450px;
    margin:7px 0 12px;
    position:relative;
}
.products-list .nameline:before{
    content: '';
    width: 25px;
    height: 6px;
    background: #1f2c5c;
    position: absolute;
    display: block;
    top: -6px;
    left: calc(0% - 0px);
}

.products-list .nameline:after{
    content: '';
    width: 0;
    height: 1px;
    background: #94252a;
    position: absolute;
    display: block;
    top: 0px;
    left: calc(0% - 0px);
    transition: all .75s ease;
}


.products-list .box:hover .nameline:after{
    content: '';
    width: 100%;
    height: 1px;
    background: #94252a;
    position: absolute;
    display: block;
    top: 0px;
    left: calc(0% - 0px);
}

.products-list .description{
    color: #918F98;
    font-size: 13px;
    line-height: 1.45;
    padding: 0 3px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 52px;
    /* margin-right: 120px; */
}
.sect3 {
    
}
.service-sect .sect-title {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.service-sect .sect-title:before,
.service-sect .sect-title:after {
    content: '';
    display: block;
    border-top: 1px solid #ddd;
    position: absolute;
    top: 50%;
}
.service-sect .sect-title:before {
    left: 0;
    right: 50%;
    margin-right: 95px;
}
.service-sect .sect-title:after {
    right: 0;
    left: 50%;
    margin-left: 95px;
}
.service-sect .btn.more {
    color: #fff;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, 'Muli', "æ–‡æ³‰é©›æ­£é»‘", "WenQuanYi Zen Hei", "å„·é»‘ Pro", "LiHei Pro", "å¾®è»Ÿæ­£é»‘é«”", "Microsoft JhengHei", "å¾®è½¯é›…é»‘", "ãƒ¡ã‚¤ãƒªã‚ª", "ë§‘ì€ ê³ ë”•", sans-serif;
    font-size: 12px;
    text-align: center;
    background: #FF732F;
    line-height: 28px;
    padding: 0 15px;
}
.service-sect .btn.more:hover {
    background: #CC0D0D;
}
.sect4 {
    background: #E4E4E4;
    /* border: 1px solid #ddd; */
    border-width: 1px 0;
    padding: 60px 0 45px;
    position:relative;
}
.sect4:before{
    content: '';
    width: 20px;
    height: 8px;
    background: #94252a;
    position: absolute;
    display: block;
    top: 0px;
    left: calc(50% - -10px);
}
.sect4:after{
    content: '';
    width: 20px;
    height: 8px;
    background: #1f2c5c;
    position: absolute;
    display: block;
    top: 0px;
    left: calc(50% - 10px);
}

.album-sect .sect-title{
    text-align:center;
    color:#94252a;
    margin-bottom: 35px;
}
.album-sect .sect-title span{
   
    color:#1f2c5c;
}
.album-sect .sect-title:before{
    display:none;
}
.album-sect .sect-title:after{
    display:none;
}
.album-list {
    margin: 0 -7px;
}
.album-list .item {
    width: 20%;
    padding: 0 7px;
}
.album-list .item:nth-child(5n+1) {
    clear: left;
}

.album-list .box {
    max-width: 270px;
    margin: 0 auto 30px;
    position: relative;
   
}
.album-list .item a.cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}

.album-list .pic:before {
    content: "";
    background:rgb(31 44 92 / 0.4);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.album-list .box:hover .pic:before {
    opacity: 1;
}


.album-list .box:before {
    content: " ";
    background: url('../../images/common/album/icon_camera.png') no-repeat;
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
}
.album-list .fancybox {
    display: none;
}
.album-list img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.album-list .box:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.album-list .name {
    position: absolute;
    left: 14px;
    right: 0;
    bottom: 14px;
    background: #94252a;
    color:#fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    padding: 0 12px;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 220px;
    transition: all .7s ease;
    z-index: 2;
}

.album-list .box:hover .name {
    position: absolute;
    left: 14px;
    right: 0;
    bottom: -20px;
    background: #94292a;
    color: rgb(255 255 255);
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    padding: 0 12px;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 220px;
   
}
.album-list .box:hover .name {
    color: rgb(255 255 255 / 0.8);
}
.sect5 {
    padding: 50px 0 15px;
}
.links-list {
    margin: 0 -7px;
}
.links-list .item {
    width: 25%;
    padding: 0 7px;
}
.links-list .box {
    max-width: 328px;
    margin: 0 auto 30px;
    position: relative;
}
.links-list .item a.cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.links-list .pic {
    position: relative;
    overflow: hidden;
    border: 4px solid #FF732F;
    margin-bottom: 8px;
}
.links-list .pic:before {
    content: '';
    display: block;
    background: url('../../images/common/links/hover.png') 50% 40% no-repeat rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.links-list .box:hover .pic:before {
    opacity: 1;
    background-position: 50% 50%;
}
.links-list .name {
    margin: 0 5px;
    color: #222;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 23px;
}
.links-list .box:hover .name {
    color: #FF722E;
}


@media screen and (max-width: 1680px) {

.left-float{
    
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    height: 520px;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.sect2 { 
    padding-top: 150px;
 
}
.float-wrap{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    width: 100%;
    z-index: -1;
}


}

@media screen and (max-width: 1200px) {
    .sect4 {
        padding: 50px 0 20px;
    }
    .left-float{
    height: 450px;
    background: url(../../images/common/index/products_bg.jpg)55% 100% no-repeat;
    background-size:cover;
}

.sect2 { 
    padding-top: 100px;
 
}
}
@media screen and (max-width: 1000px) {
    .sect2 {
    padding-top: 80px;
}
    .products-sect .sect-title {
    text-align:center;
    position: relative;
    margin-bottom:0px;
    
}


.products-sect .sect-title2{
    font-size:20px;
    text-align:center;
    margin: 0 auto 90px;
    }
    .products-sect .sect-title:before {
    left: 0px;
    top: 100px;
    /* margin-right: 140px; */
    width:100%;
    }
    .products-sect .sect-title:after {
       top: 94px;
    }
    .sect-title{
        font-size:30px;

    }
    .sect1 {
        margin: 0px 0 0px;
        padding: 0;
    }
    .sect1 .row:before {
        display: none;
    }
    .sect1 .col {
        width: 100%;
        padding: 0px 0 0px;
    }
    .sect1::before,
    .sect1::after{
        display: none;
    }
    .sect1 .col+.col {
    }
    .sect1 .container{
        padding: 0;
    }
    .sect1 .btn-box{
        text-align:center;
    }
    .about-sect{
        position:relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px 30px;
        background: rgb(31 44 92 / 0.95);
        mix-blend-mode: multiply;
        
        
    }
    .sect1 .btn.more {
    color: rgb(255 255 255 / 1);
    border: 1px solid rgb(255 255 255 / 1);
    width: 160px;
    line-height: 43px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1em;
    position: relative;
}
   .sect1 .btn.more:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: rgb(255 255 255 / 0.5);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
    .news-sect{
         background: rgb(148 37 42 / 0.95);
        mix-blend-mode: multiply;
        box-sizing: border-box;
        padding: 30px;
    }
    .sect1 .sect-title {
        text-align: center;
    }
    .banner {
        margin-bottom: 0px;
    }
    .sect1 {
        margin: 0;
        background: url(../../images/common/index/sect1bg2.jpg)50% 50% no-repeat;
        background-size: cover;
    }

 
  
    .sect1 .row:before {
        display: none;
    }
    .sect1 .col {
        width: 100%;
        padding: 0px 0;
    }
    .sect1 .col + .col {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    }
    .sect1 .sect-title {
        text-align: center;
        color: #fff;
    }
    .about-sect .editor,
    .news-list {
        min-height: 0;
        color: #fff;
    }
    .products-list .item {
        width: 50%;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .album-list .item {
        width: 33.33%;
    }
    .album-list .item:nth-child(6) {
        display: block;
    }
    .album-list .item:nth-child(5n+1) {
        clear: none;
    }
    .album-list .item:nth-child(3n+1) {
        clear: left;
    }
    .links-list {
        max-width: 800px;
        margin: 0 auto;
    }
    .links-list .item {
        width: 50%;
    }
    .links-list .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 700px) {
    .sect4 {
        padding: 40px 0 10px;
    }
    .album-list {
        margin: 0 -7px;
    }
    .album-list .item {
        width: 50%;
    }
    .album-list .item:nth-child(3n+1) {
        clear: none;
    }
    .album-list .item:nth-child(2n+1) {
        clear: left;
    }
    .links-list {
        margin: 0 -7px;
    }
}
@media screen and (max-width: 600px) {
    .products-list .item {
        width: 100%;
    }
    .products-list .item:nth-child(n) {
        clear: none;
    }
}
@media screen and (max-width: 440px) {
    .album-list .item {
        width: 100%;
    }
    .album-list .item:nth-child(n) {
        clear: none;
    }
    .links-list .item {
        width: 100%;
    }
    .links-list .item:nth-child(n) {
        clear: none;
    }
}
@media screen and (max-width: 400px) {
    .news-list .date {
        float: none;
    }
    .news-list .date:after {
        display: none;
    }
    .news-list .name {
        margin-left: 0;
    }
}