@charset "utf-8";
body{
    background: url(../../../images/layout03/common/index/p_bg.jpg) fixed;
}
.about-sect .col.pic .a_w,
.about-sect .col.pic .a_pic {
    overflow: hidden;
}
.pic .pic_w,
.about-sect .col.pic .a_w img,
.about-sect .col.pic .a_pic img {
    position: relative;
    overflow: hidden;
    transform: scale(1.2);
    transition-duration: 1s;
    transition-property: transform;
    transition-delay: .3s;
}
.loaded .pic .pic_w,
.loaded.col.pic .a_w img,
.loaded.col.pic .a_pic img {
    transform: scale(1);
}
/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .box{
    margin: 0 auto 45px;
    padding-bottom: 35px;
    position: relative;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .top_box{
    padding:10px;
}
.article-list .text-all{
    border-color:  transparent;
}
.type3 .article-list .Category+.date:before{
    background: #fff;
}
.article-list .item .date{
    color: #ccc;
    border-color: #ccc;
}
.type2 .keyword_box:before{
    background: #a8bfef;
}
.article-list .item .name,
.type4 .right-box .tit,
.type4 .article-list .date:before{
    color: #fff;
}
.article-list .item .description{
    color: #ccc;
}
.article-box .keyword_box, 
.article-box .keyword li a,
.article-box .article-list .Category,
.article-box .keyword_box:before,
.keyword li a{
    color: #a8bfef;
    border-color: #a8bfef;
    background: none;
}
.article-box  .keyword li a:hover{
    background:  #3e53e6;
    border-color:#3e53e6;
    color: #fff;
}
.type5 .article-list .item .date,
.article-date{
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #3e53e6;
}
.article-date{
    margin:auto;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    position: relative;
}
.type1 .article-list .btn.more:before,
.type4 .article-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: #3e53e6;
    transition: all .3s ease;
    border-radius: 5px;
}
.type1 .article-list .box .btn.more:hover:before,
.type4 .article-list .box:hover .btn.more:before{
    opacity: 0;
}
/*------------ keyword_box ------------*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.article-detail .fb{
    padding: 10px 0 5px;
}
.keyword_box.detail{
    height: auto;
    max-width: 1000px;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    color: #a8bfef;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}
.type5 .keyword_box.detail ul{
    white-space: normal;
    overflow: inherit;
}
.type5 .keyword li a:hover{
    text-decoration: underline;
    color: #999;
}
/*!列表通用 index article*/
/*列表通用 index、products*/
.products-list.type2 > .item > .box{
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    transition: all .3s ease;
}
.products-list .box.new:before{
    content: 'NEW';
    position: absolute;
    text-align: center;
    top: 0;
    left: 13px;
    width: 55px;
    height: 24px;
    font-size: 14px;
    color: #fff;
    background: #FF3D00;
    z-index: 10;
}
.products-list .name,
.products-list.type2 .name {
    color: #444;
    font-weight: normal;
    line-height: 1.5;
    margin: 0 0 5px;
    font-size: 20px;
}
.products-list .box:hover .name{
    color: #00B0FF;
}
.products-list .description{
    color: #777777;
    letter-spacing: 0;
    line-height: 1.5;
    font-size: 16px;
}
.products-list .pic:before{
    mix-blend-mode: multiply;
    -moz-transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -moz-transition: -moz-transform 0.5s, opacity 0.5s;
    -o-transition: -o-transform 0.5s, opacity 0.5s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    z-index: 2;
}
.products-list .box:hover .pic:before {
    opacity: 0.7;
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.products-list.type1 .name,
.products-list.type1 .box:hover .name {
    font-weight: normal;
}
.products-list.type2 .pic:before{
    display: none;
}
.products-list .offers{
    color: #FF3D00;
}
.products-list.for-cart .box .wish {
    position: absolute;
    text-align: center;
    bottom: 0;
    right: 0;
    width: 35px;
    height: 35px;
    border-radius: 0;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    background: #343d728c;
    transition: all .3s ease;
    z-index: 45;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
    background: #FF3D00;
}
.products-list.for-cart.type2 .mask{
    z-index: unset;
}
.products-list.for-cart.type2 .box.new:before {
    z-index: 4;
}
.products-list.for-cart.type2 .mask .pic:before{
    z-index: 3;
}
@media screen and (max-width: 1000px){
    .products-list.masonry-list.products-list .item .box{
        margin-bottom: 0px;
    }
    .products-list .box.new:before{
        top: 0;
        left: 0;
    }
}
/*!列表通用 index、products*/
/*列表通用 index、album*/
.album-list{
    margin: 0 -10px;
}
.album-list .item{
    padding: 0 10px;
}
.album-list .item .namebox{
    position: relative;
    padding: 15px;
    background: #fff;
    margin: -30px 15px 0;
    box-shadow: 0 0 8px rgb(0 0 0 / 8%);
    z-index: 15;
    margin: 0;
}
.album-list .item .name,
.album-list.type1 .item .name {
    color: #444;
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    line-height: 1;
    height: 20px;
}
.album-list.type1 .item .name {
    margin: 0;
    height: auto;
    -webkit-line-clamp: 1;
}
.album-list .item .box:hover .name{
    color: #00B0FF;
}
.album-list.type1 .pic:before,
.album-list.type3 .pic:before{
    display: none;
}
.masonry-list.album-list.type1 .item{
    margin-bottom: 0;
}
.masonry-list.album-list.type1 .item .name{
    text-align: left; 
}
.masonry-list.album-list.type1 .item .box .more:after{
    display: none;
}
.masonry-list.album-list .item .namebox{
    position: relative;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
/*!瀑布流*/
/*!列表通用 index、album*/
.masonry-list.album-list.type2 .item .box:hover .namebox:after{
    display: none;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
.masonry-list.album-list.type1 .item .name,
.masonry-list.album-list.type3 .item .name{
    color: #444;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
.album-list.onlyitem-list .item .namebox .name {
    text-align: center;
}
/*列表通用 index、news*/
.news-list.type3:before{
    background: #fff;
}
.news-sect .news-list:not(.masonry-list) .item {
    margin: 0 0 20px;
}
.news-list .item .box{
    top: 0;
    padding: 0;
    margin: 20px auto;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    transition: all .3s ease;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .pic:before{
    display: none;
}
.news-list .item .name{
    color: #444;
    font-size: 20px;
}
.news-list .item .box:hover .name {
    color: #00B0FF;
}
.news-list .item .description {
    color: #777777;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    max-height: 45px;
    height: auto;
}
.news-list .item .date{
    font-family: 'Rajdhani', serif;
}
.news-list.type2 .item {
    padding: 0 10px 45px;
    border-bottom: 1px solid #ddd;
}
.news-list.type2 .item .box {
    padding: 10px;
    margin: 0;
    background: #F2FBFF;
    box-shadow: none;
}
.news-list.type2 .txt {
    padding-top: 10px;
}
.news-list.type3 {
    margin: 0;
}
.news-list.type3 .item {
    border-left: solid #ddd 1px;
    padding: 0 20px;
}
.news-list.type3 .item .box {
    padding: 0;
    margin: 0;
    background: transparent;
    box-shadow: none;
}
.news-list.type4 .item .box{
    border: none;
    border-bottom: 3px solid #00B0FF;
    padding: 10px;
    background: #F2FBFF;
    box-shadow: none;
}
.news-list.type4 .item .box:hover {
    border-color: #FF3D00;
}
.news-list.type4 .txt {
    position: static;
    padding: 20px 0;
    min-height: auto;
}
.news-list.type4 .name {
    -webkit-line-clamp: 1;
    height: 25px;
}
.news-list.type4 .item .date,
.news-date{
    position: absolute;
    top: 10px;
    left: 23px;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    background: #00B0FF;
    font-family: 'Rajdhani', serif;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    transition: all 0.3s ease;
}
.news-list.type4 .item .box:hover .date{
    background: #FF3D00;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    background: #00B0FF;
    bottom: 10px;
    border-radius: 0;
    transition: all 0.3s ease;
    font-family: 'Rajdhani', serif;
}
.news-list .box:hover .btn.more {
    background: #FF3D00;
    color: #fff;
}
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner img{
    width: 100%;
}
.banner img{
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
    max-width: inherit;
}
.banner .slider:before{
    content: '';
    border: 0px solid #fff;
    position: absolute;
    z-index: 50;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.15;
    pointer-events: none;
}
.banner-slider-control {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -70px;
    z-index: 50;
}
.banner-slider-dots{
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots li{
    vertical-align: middle;
    margin: 0 10px;
}
.banner .slick-dots li button{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: rgba(255, 255, 255, 0.5);
    width: 10px;
    height: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.banner .slick-dots li.slick-active button{
    background: #FF3D00;
}
/*------------ title ------------*/
.title {
    position: relative;
    box-sizing: border-box;
    margin: 0 0 30px;
    display: flex;
    flex-direction: column-reverse;
}
.title h2{
    position: relative;
    box-sizing: border-box;
    display: block;
    color: #444;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 2.5px;
    line-height: 1.2;
    margin: 0;
}
.title span{
    position: relative;
    box-sizing: border-box;
    display: block;
    color: #FF3D00;
    font-size: 55px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.2;
    font-family: 'Rajdhani', serif;
}
.title span b {
    font-style: unset;
    color: #00B0FF;
}
/*------------ more ------------*/
.index_more{
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    width: 180px;
    color: #00B0FF;
    font-weight: 500;
    line-height: 1;
    background: transparent;
    border-bottom: 2px solid #00B0FF;
    font-family: 'Rajdhani', serif;
    transition: all .3s ease;
    overflow: hidden;
}
.index_more:hover{
    background: #FF3D00;
    color: #fff;
    border-color: #FF3D00;
}
.index_more a{
    font-size: 0;
    display: block;
    padding: 15px 10px;
    overflow: hidden;
    transition: all .3s ease;
}
.index_more:hover a{
    padding: 15px 20px;
}
.index_more a span{
    position: relative;
    display: block;
    padding: 0;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: bold;
}
.index_more a span::before {
    content: '\f105';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: block;
    font-size: 20px;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index_more:hover a::before {
    right: 10px;
}
.index_more:hover a::before {
    -webkit-animation: arrRight2 1.2s ease-in-out infinite;
    animation: arrRight2 1.2s ease-in-out infinite;
}
@keyframes arrRight2{
    0%, 100% {
        -webkit-transform: translate(0px, -50%) rotate(225deg);
        transform: translate(0px, -50%) rotate(225deg);
    }
    50% {
        -webkit-transform: translate(-5px, -50%) rotate(225deg);
        transform: translate(-5px, -50%) rotate(225deg);
    }
}
/*輪播*/
.products-list ,
.news-list{
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all 1.2s ease;
}
.products-sect .slick-dots,
.news-sect .slick-dots,
.album-sect .slick-dots{
    text-align: center;
    padding: 20px 0 0;
}
.news-sect .slick-dots {
    padding: 0;
}
.products-sect .slick-dots li,
.news-sect .slick-dots li,
.album-sect .slick-dots li {
    margin: 0 5px;
}
.products-sect .slick-dots li button,
.news-sect .slick-dots li button,
.album-sect .slick-dots li button{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: #F2FBFF;
    width: 10px;
    height: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.album-sect .slick-dots li button {
    background: #fff;
}
.products-sect .slick-dots li.slick-active button,
.news-sect .slick-dots li.slick-active button ,
.album-sect .slick-dots li.slick-active button{
    background: #FF3D00;
}
.album-sect, .about-sect, .news-sect, .article-sect,.contact-sect ,.banner{
    position: relative;
    z-index: 2;
}
.products-box{
    margin: 0 -15px;
}
.products-list.type2{
    margin: 0;
}
.news-list.type2{
    margin: 0 -10px;
}
.news-sect .container{
    padding: 0 15px;
}
/*!輪播*/
/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    position: relative;
    background: #fff;
    padding: 100px 0;
}
.about-sect .marquee {
    position: absolute;
    bottom: 0;
    padding: 0;
    width: 100%;
    height: 142px;
    line-height: 1;
    overflow: hidden;
}
.about-sect .marquee .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee_left 30s linear infinite;
}
.about-sect .marquee .track span {
    position: relative;
    padding: 0 50px 0 0;
    line-height: 1;
    font-size: 180px;
    overflow: visible;
    white-space: nowrap;
    font-weight: bold;
    font-family: 'Rajdhani', serif;
    z-index: -1;
    color: #F2FBFF;
    opacity: 1;
}
@keyframes marquee_left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-2204px);
    }
}
.about-sect .row{
    display: flex;
    align-items: center;
}
.about-sect .col{
    float: none;
}
.about-sect .col.pic{
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 52%;
    z-index: 1;
}
.about-sect .col.pic .a_w {
    width: 100%;
    max-width: 560px;
    margin: 0 0 0 auto;
}
.about-sect .col.pic .a_pic {
    position: absolute;
    top: 58% !important;
    margin-top: -166.5px;
    left: 0;
}
.about-sect .col.txt{
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 48%;
    padding: 0 55px 0 0;
    z-index: 2;
}
.about-sect .txt-box{
    position: relative;
    box-sizing: border-box;
}
.about-sect .txt-box .index-about-editor .editor{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 165px;
    position: relative;
    box-sizing: border-box;
    text-align: justify;
    letter-spacing: 1.5px;
    line-height: 2;
    color: #606060;
    font-size: 20px;
}
.about-sect .index_more {
    margin: 40px 0 0;
}
.about-sect .txt .tag{
    display: none;
}
/*------------ articles ------------*/
.articles-sect{
    position: relative;
    padding: 30px 0;
}
.articles-sect .index_more{
    position: absolute;
    right: 15px;
    top: 12px;
}
.articles-sect .title h2{
    margin-top: 0;
    padding-bottom: 30px;
}
/*------------ news ------------*/
.news-sect{
    padding: 20px 0 100px;
}
.news-sect .title{
    text-align: center;
}
.news-sect .index_more{
    position: absolute;
    right: 20px;
    top: 37px;
}
.news-sect .news-list:not(.masonry-list) .item{
    margin-bottom: 20px;
}
.news-sect .news-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
.news-list:not(.masonry-list) .box{
    margin-bottom: 0;
}
.news-list.type2 .item{
    border:none;
    padding-bottom: 0;
}
.news-list.type2 .pic{
    float: none;
    margin-right: 0;
    width: auto;
}
.news-list.type2 .txt{
    padding-bottom: 60px;
}
/*最新消息 少量排版*/
.news-list.onlyitem-list .item{
    width: 50%
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.news-list.onlyitem-list.type2 .pic{
    float: left;
    margin-right: 25px;
}
.news-list.onlyitem-list.type2 .item .box{
    display: block;

}
.news-list.onlyitem-list .item .pic{
    width: 312px;
}
.news-list.onlyitem-list .item .box .txt{
    width: calc(100% - 312px);
    box-sizing: border-box;
    padding: 0 20px 20px 20px;
}
.news-list.onlyitem-list.type2 .item .box .txt,
.news-list.onlyitem-list.type3 .item .box .txt{
    width: 100%;
}
.news-list.onlyitem-list .item .date{
    position: relative;
    margin: 20px 0;
    top: unset;
    left: unset;
}
/*!少量排版*/
/*------------ products ------------*/
.products-sect{
    position: relative;
    padding: 100px 0;
    z-index: 10;
}
.products-sect .index_more{
    position: absolute;
    right: 15px;
    top: 37px;
}
.products-list.type2:not(.masonry-list) .item{
    margin-bottom: 0px;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.products-sect .products-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    max-width: 1000px;
    margin-bottom: 30px;
}
.products-list.onlyitem-list.type1 .item .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 50px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list .item .box .name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 55px;
    margin-bottom: 5px;
    line-height: 1.5;
}
.products-list.onlyitem-list .item .description{
    line-height: 1.5;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 325px;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect{
    padding: 100px 0;
    background: #F2FBFF;
}
.service-sect .editor{
    position: relative;
    box-sizing: border-box;
}
.service-box{
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .index_more{
    position: absolute;
    right: 15px;
    top: 30px;
}
/*------------ album ------------*/
.album-sect{
    padding: 100px 0;
    background: url(../../../images/layout03/common/index/al_bg.jpg) no-repeat fixed;
    background-size: cover;
}
.album-sect .title {
    text-align: center;
}
.album-sect .index_more{
    position: absolute;
    right: 15px;
    top: 37px;
}
.album-list .item .box .more{
    display: none;
}
.masonry-list.album-list.type1 .item .box .more,
.masonry-list.album-list.type3 .item .box .more{
    display: block;
}
.album-list.type1 .item{
    margin-bottom: 0;
    border:none;
}
.album-sect .album-list .item:nth-child(n){
    clear: none;
}
.album-list.type2 .box .pic:before {
    background: rgba(102, 102, 102, 0.85);
    mix-blend-mode: multiply;
}
/*瀑布流*/
.masonry-album-sect{
    padding: 100px 0;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.onlyitem-sect .title,
.masonry-album-sect .title{
    display: block;
}
.masonry-album-sect .item{
    width: 25%;
    padding: 0 16px;
}
.masonry-album-sect .masonry-list{
    margin: 0 -16px;
}
.masonry-list .item .namebox{
    color: #444;
    font-size: 20px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.masonry-list .item .box:hover .namebox .name{
    color: #00B0FF;
}
.masonry-list .item .namebox .name{
    margin: 0;
}
/*!瀑布流*/
/*相簿 少量排版*/
.onlyitem-sect .album-list .item{
    width: 32.33%;
    padding: 0 16px;
    float: none;
    display: inline-block;
}
.onlyitem-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.onlyitem-sect .album-list .item .box{
    margin-bottom: 30px;
    max-width: 450px;
}
.onlyitem-sect .album-list .item .box img{
    width: 100%;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background:url(../../../images/layout03/common/index/contact_border.png) top center no-repeat, url(../../../images/layout03/common/index/contact_bg.jpg) fixed;
    background-size: 100% auto;
}
.contact-sect .container> .reminder{
    display: none;
}
.btn.style01{
    display: inline-block;
}
.btn-box{
    text-align: center;
    background: #0c1338;
    padding: 30px 0 50px 0;
}
.contact-title{
    position: relative;
    color: #ccc;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 3px solid #595f82;
    padding-bottom: 4px;
    margin: 0 0 10px;
    text-align: left;
}
.contact-title:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    border-top: 3px solid #253bd0;
    width: 76px;
}
.contact-title h2{
     font-size: 18px;
    font-weight: normal;
    margin: 0;  
    display: inline-block;
}
.contact-title > b{
    display: inline-block;
    vertical-align: bottom;
    color: #AAA;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-right: 5px;
}
.masonry-list .item:nth-child(n){
    clear: none!important;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1440px){}
@media screen and (max-width: 1280px){}
@media screen and (max-width: 1200px){
    /*產品介紹 少量排版*/
    .products-list.onlyitem-list .item .box{
        max-width: 300px;
        display: block;
    }
    .products-list.onlyitem-list .item .box .txt,
    .products-list.onlyitem-list.type2 .item .box .txt {
        width: 100%;
        padding: 10px 0 0;
    }
    .products-list.onlyitem-list .item .mask{
        max-width: inherit;
        min-width: inherit;
    }
    .products-list.onlyitem-list.type2 .box.new:before{
        top: 0;
        left: 13px;
    }
    /*!少量排版*/
}
@media screen and (max-width: 1000px){
    /*少量排版*/
    .news-list.onlyitem-list .item .box{
        display: block;
        max-width: 312px;
        margin: auto;
    }
    .news-list.onlyitem-list .item .box .date{
        margin-top: -35px;
    }
    .news-list.onlyitem-list .item .pic{
        width: 100%;
    }
    .news-list.onlyitem-list .item .box .txt{
        padding: 0 20px 20px 20px; 
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .products-list.onlyitem-list.type2 .item{
        width: 100%;
    }
    /*!少量排版*/
    body {
        background-attachment: unset;
    }
    .banner-slider-control,
    .banner:before{
        display: none;
    }
    .banner .slick-arrow{
        transform: scale(0.5);
        margin-bottom: -18px;
    }
    .banner .slick-prev{
        margin-left: -36px;
    }
    .banner .slick-next{
        background-position: 100% 0;
        margin-right: -35px;
        border-left: #8A8A8A 1px solid;
    }
    .news-list .item,
    .products-list .item{
        width: 50%;
    }
    .title {
        margin: 0 0 15px;
    }
    .title h2 {
        font-size: 25px;
    }
    .title span {
        font-size: 45px;
    }
    .about-sect {
        padding: 50px 0 100px;
    }
    .about-sect .row {
        flex-direction: column;
    }
    .about-sect .col.txt{
        float: none;
        width: 100%;
        padding: 0 0 30px;
    }
    .about-sect .txt-box .index-about-editor .editor {
        -webkit-line-clamp: initial;
        height: auto; 
    }
    .about-sect .index_more {
        margin: 30px auto 0;
    }
    .about-sect .col.pic {
        width: 100%;
        max-width: 820px;
    }
    .about-sect .marquee {
        height: 78px;
    }
    .about-sect .marquee .track span {
        font-size: 100px;
    }
    .service-sect{
        padding: 50px 0;
    }
    .service-sect .index_more {
        position: relative;
        right: inherit;
        top: unset;
        margin: 30px auto 0;
    }
    .products-sect{
        padding: 50px 0 25px;
    }
    .products-sect .title {
        text-align: center;
    }
    .products-box{
        padding: 0;
        margin: 0;
    }
    .products-list{
        margin: 0 auto;
    }
    .products-sect .index_more {
        position: relative;
        right: inherit;
        top: unset;
        margin: 30px auto 0;
    }
    .news-sect{
        padding: 25px 0 50px;
    }
    .news-sect .index_more {
        position: relative;
        right: inherit;
        top: unset;
        margin: 30px auto 0;
    }
    .news-list.type4 .date {
        width: 50px;
        height: 50px;
    }
    .news-list.type4 .item .date .day {
        font-size: 30px;
    }
    .news-list.type4 .date .month,
    .news-list.type4 .date .years {
        font-size: 11px;
    }
    .album-sect{
        padding: 50px 0;
        background-attachment: unset;
    }
    .album-list .item .name,
    .album-list.type1 .item .name {
        font-size: 18px;
    }
    .album-sect .index_more {
        position: relative;
        right: inherit;
        top: unset;
        margin: 30px auto 0;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
}
@media screen and (max-width: 767px){
    .about-sect .col.pic .a_w {
        max-width: 450px;
    }
    .about-sect .col.pic .a_pic {
        width: 250px;
    }
}
@media screen and (max-width: 567px){
    .about-sect .col.pic .a_w {
        max-width: 365px;
    }
    .about-sect .col.pic .a_pic {
        width: 140px;
        margin-top: -51.5px;
    }
}
@media screen and (max-width: 480px){
    .title span {
        font-size: 35px;
    }
    .about-sect .col.pic .a_w {
        max-width: 300px;
    }
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
}
@media screen and (max-width: 360px){
    .title span {
        font-size: 30px;
    }
}