@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Metrophobic');


.banner {

    margin-bottom: 0px;
    padding-top: 130px;
}

.banner .slick-dots {

    margin: 0;

    padding: 0;

    text-align: center;

    position: absolute;

    width: 100%;

    bottom: 2%;

    z-index: 2;

}



.banner .slick-dots li {

    display: inline-block;

    margin: 0 15px;

}



.banner .slick-dots button {
    background: #c1ab9f;
    border: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    box-sizing: border-box;
    border-radius: 50%;
    color: transparent;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.48);
    cursor: pointer;
}

.banner .slick-prev.slick-arrow {
    width: 25px;
    height: 50px;
    position: absolute;
    top: 85%;
    left: 47%;
    white-space: nowrap;
    text-indent: 0;
    text-align: left;
    overflow: hidden;
    padding: 0;
    margin: 0 0px;
    border: none;
    z-index: 9;
    font-size: 0px;
    text-align: center;
    background-color: rgba(255,255,255,0);
}

.banner .slick-prev.slick-arrow:before {
    content: '<';
    display: block;
    font-size: 40px;
    font-family: 'Metrophobic','Trochut','Revalia', cursive;
    color: #FFF;
}

.banner .slick-next.slick-arrow {
    width: 25px;
    height: 50px;
    position: absolute;
    right: 48%;
    top: 85%;
    white-space: nowrap;
    text-indent:0;
    text-align: left;
    overflow: hidden;
    padding: 0;
    margin: 0 0px;
    border: none;
    z-index: 9;
    font-size: 0px;
    text-align: center;
  /*  background-color: rgba(255,255,255,0);
    background-color: transparent;*/
    background: none; 
    cursor: pointer;
}

.banner .slick-next.slick-arrow:before {
    content: '>';
    display: block;
    font-size: 40px;
    font-family: 'Metrophobic','Trochut','Revalia', cursive;
    color: #FFF;
}

.banner .slick-arrow:hover:before {
    color: #73DCFF;
}

.banner .slick-active button {

    background: #1963AE;

}

.btn.more{

    border-radius: 0;

}

.sect1 {

    padding: 0px 0 60px;

    text-align: center;

}

.sect1 .title {
    font-size: 40px;
    font-family:'Metrophobic','Rajdhani';
    color: #135EAB;
    display: none;
}

.about-sect {

    display: block;
    margin: 0 auto;

   

}

.about-sect:hover {

    opacity: 0.8;

}

.about-sect .sect-title,

.products-sect .sect-title {
    text-align:center;
    font-size: 34px;
    padding-bottom: 10px;
    padding-top:40px;
    color: #135EAB;
    font-family: 'Metrophobic','Exo', '微軟正黑體', "Microsoft JhengHei", 微软雅黑, メイリオ, "맑은 고딕", sans-serif;
    background: url(../../images/common/index_product_bg.png)no-repeat;
}

.about-sect .more{
    display: block;
    max-width: 430px;
    color: #FFFFFF;
    width: 36px;
    height: 36px;
    font-size: 0px;
    text-align: right;
    line-height: 2.5em;
    margin: 0 auto;
    text-indent: -9999px;
    border-radius:100%;
    background: #135EAB url(../../images/common/more.png) center center no-repeat;
}

.sec2{

    background: #f2f4f6 url(../../images/common/news_bg.png) center bottom no-repeat;

    padding-top: 15px;

}

.sec2 .sec2_outer .container{

    max-width: 1680px;

    width: 100%;

    padding:0px;

}



.sec2 .sec2_outer .news-row{

    float: left;

}

.sec2 .sec2_outer .news-row .col-pic{
    width: 25%;
    background-size: auto 100%;
    color: #135EAB;
    font-size: 34px;
    letter-spacing: 1px;
    font-family:'Metrophobic','Exo', serif;
    line-height: 1.2;
    margin-left: 19.6%;
    margin-top: 20px;
}

.sec2 .sec2_outer .cow-title {
    position: relative;
}

.sec2 .sec2_outer .cow-title:before {
    content: '/////////////////////////';
    display: block;
    font-size: 15px;
    color: #135EAB;
    position: absolute;
    top: 45px;
    letter-spacing:8px;
}

.sec2_outer .news-row .cols{
    width: 50%;
    float:right;
    position: relative;
    top: -40px;
}

.sec2_outer .news-row .cols .cow-title{

    color: #70594C;

    font-family: 'Metrophobic','Sakkal Majalla';

    font-weight: bold;

    font-size: 33px;

    margin-bottom: 14px;

    display: inline-block;

        margin-left: 5px;

}

.sec2_outer .news-row .cols .cow-title a{

    display: block;

    -webkit-box-sizing: border-box;

       -moz-box-sizing: border-box;

            box-sizing: border-box;

    padding-right: 65px;

    position: relative;

}

.sec2_outer .news-row .cols .cow-title a:after{

    content: '';

    display: block;

    width:44px;

    height: 44px;

    position: absolute;

    right: 0px;

    top: 50%;

    margin-top: -22px;

    background: url(../../images/common/index-arrow.png)top center no-repeat;

        z-index: 9;

}

.sec2_outer .news-row .cols .cow-title a:hover:after{

    background-position:0 100%;

}

.sec1 .sec1_outer .news-row:after{

    content: '';

    display: block;

    clear: both;

}

.sec2_outer .news-row .cols{

    

}

.news-list{

    margin: 0 -60px;

}

.news-list li{

    width: 33.33%;

    padding: 0 14px;

    -webkit-box-sizing: border-box;

       -moz-box-sizing: border-box;

            box-sizing: border-box;

    display:block;

    float: left;

}

.news-list li a{

     max-width: 520px;

        align-items: center;

        margin-bottom: 12px;;

}

.news-list:after{

    content: '';

    display: block;

    clear: both;

}



.news-list li .pic{

    position: relative;

}

.news-list li .pic img{

    width: 100%;

}

.news-list li a .pic .date{
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -37px;
    color: #FFF;
    background:rgba(19,94, 171, 0.8);
    font-family: 'Metrophobic','Arial';
    font-weight: bold;
    padding: 15px 10px;
    z-index: 2;
    display: none;
}

.news-list li a .pic .date span{

    font-size: 30px;

    display: block;

    line-height: 24px;

}

.news-list li a .pic .date .yearmonth{

    font-size: 15px;

    display: block;

}

.news-list li a .pic .cover{

    position: absolute;

    width: 100%;

    height: 100%;

/*    background: url(../../images/common/news/focus.png)center center no-repeat,url(../../images/common/news/bg.png);*/

    top: 0px;

    left: 0px;

    opacity: 0;

}

.news-list li a:hover .pic .cover{

    opacity: 1;

}

.news-list .txt{
    padding: 10px 10px 15px;
    transition: all .3s ease;
}

.news-list .txt{
    padding: 10px 0px 0px;
    transition: all .3s ease;
}

.news-list a:hover .txt {
    background: rgba(19,94,171,0.4);
}

.news-list .title {
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
    letter-spacing: 0em;
    padding: 0px 15px;
}

.news-list p {
    height: 40px;
    line-height: 20px;
    color: #FFF;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0px 15px;
}

.news-list li a .txt:after {

    content: "";
    background: #378de2 url('../../images/common/news/more.png') center center no-repeat;
    display: block;
    width: 100%;
    height: 30px;
    /*position: absolute;*/
    bottom:0px;
    text-align:center; 
    transition: all .3s ease;
}

.news-list li a:hover .txt:after {

    background: #135EAB url('../../images/common/news/more.png') center center no-repeat;

}







/************** *****************/





.sect3{

    background: url('../../images/common/index_product_bg.png')no-repeat;
    padding: 60px 0 60px;

}



.products-sect .btn.more {

    display: block;

    max-width: 430px;

    width: 100%;

    height: 36px;

    text-align: center;

    text-indent: -9999px;

    margin: 0 auto;

    margin-top: 55px;

    border-radius: 0;

    background:#3DB5E7 url(../../images/common/news/more.png) center center no-repeat;

}

.products-sect .btn.more:hover {

    background:#135EAB url(../../images/common/news/more.png) center center no-repeat;

}

.products-list {

    margin: 30px 0px;

}

/*.products-list .item {

    width: 25%;

    margin-bottom: 0;

    padding:0px;

}*/

/*.products-list .item:nth-child(4n+1) {

    clear: left;

}*/

.products-list .box {

    max-width: 360px;

    margin: 0 auto 0px;

    position: relative;

}



.products-list .pic-box {

    position: relative;

    overflow: hidden;

}

.products-list .pic {

    display: block;

    position: relative;

    overflow: hidden;

}

.products-list .pic:before {

    content: '';

    background: rgba(255,255,255,0.3);

    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 {

    background-position: 50% 50%;

}

.product-category,

.product-name {

    font-size: 31px;

    font-weight: bold;

    color: #222;

    line-height: 1.2;

    margin: 10px 0 60px;

}

.product-name {
    display:block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ECE9E1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 10px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-right: 10px;
    margin: 0px;
    background: rgba(51,43,40,0.70);
    transition: all .3s ease;
}

a:hover .product-name {

    background: rgba(12,56,101,0.70);

}

.products-list li:nth-child(even)  .product-name{
    display:block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ECE9E1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 10px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-right: 10px;
    margin: 0px;
    background: rgba(25,99,174,0.70);
    transition: all .3s ease;
}

.products-list li:nth-child(even) a:hover .product-name{
    background: rgba(12,56,101,0.70);
}

/************** *****************/

.sect4{

    max-width:1440px;

    margin:auto;

    margin-bottom:50px;

}

.sect5 {
    padding: 20px 0px 80px 0px;
}

@media screen and (max-width: 1720px) {

    .sec2 .sec2_outer .container{

        max-width: 850px;

        float: none;

    }

    .sec2 .sec2_outer .news-row .col-pic,

    .sec2_outer .news-row .cols{

           float: initial;

        width: 100%;

        margin: 0 auto;

    }

    .sec2 .sec2_outer .cow-title {
        margin-bottom: 71px;
    }

     .news-list {

     margin: 0 auto;

    padding: 0;

}

}

@media screen and (min-width: 1680px) {

    .sec2 .sec2_outer .container{

        padding: 0px;

    }

}

@media screen and (max-width: 1200px) {

    .banner-nav {

        position: static;

        text-align: center;

    }

    .banner-nav .pic {

        float: none;

        margin: 0 auto;

    }

    .banner-nav .txt {

        margin-left: 0;

    }

    .news-list .box {

        padding: 25px 20px;

        text-align: center;

        max-width: 320px;

    }

    .news-list .date {

        position: static;

        margin: -5px 0 10px;

    }

}

@media screen and (max-width: 1000px) {

    .sect5,.sect1,.sect2,.sect3,.sect4{

        padding-top: 23px;

        padding-bottom: 5px;

    }

    .banner{margin-bottom: 5px;}

    .banner .slick-dots button{

        width: 8px;

        height: 8px;

        box-sizing: border-box;

        padding: 0;

    }

    .banner .slick-dots li{

        margin:0 2px;

    }

    .about-sect .sect-title, .products-sect .sect-title{

        font-size: 16px;

        padding: 3px 0;

        background: none;

    }

    .about-sect .editor .txt{

        font-size: 14px;

        line-height: 1.45;

        letter-spacing: 0.5px;

    }

 

    .about-sect .more,.products-sect .btn.more{

        margin: 20px auto;

        font-size: 10px;

        line-height: 25px;

        height: 25px;

    }

    .news-list li a .pic .date {

        padding: 5px;

        top: 0;

        margin-top: 0;

    }

    .news-list li{

        width: 100%;

        margin-bottom: 5px;

    }

     .news-list li a{

        max-width: 520px;

        display: flex;

        align-items: center;

        padding-bottom: 10px;

     }

    .news-list li .pic,.news-list .txt{

        flex-basis: 50%;

        width: 50%;

    }

    

    .news-list .title{

        font-size: 16px;

    }



    .news-list p{

        margin: 5px 0;

    }



    .news-list li a .txt:after{

        height: 25px;

        line-height: 25px;

        font-size: 10px;

    }

    .news-list li a .txt{

         padding:5px 10px 25px;

        position: relative;

        box-sizing: border-box;

       

    }

    .news-list li a .pic .date{

        padding:5px;

    }

    .news-list li a .pic .date span{

        font-size: 16px;

        line-height: 1.2;

    }

    .news-list li a .pic .date .yearmonth{

        font-size: 12px;

    }

    .sec2_outer .news-row .cols .cow-title{

        display: block;

        margin:5px 0; 

    }

    .sec2_outer .news-row .cols .cow-title a{

        width: 100%;

        text-align: center;

        font-size: 16px;

        margin-bottom: 5px;

        display: block;

        padding-right: 0;

    }

    .sec2_outer .news-row .cols .cow-title a:after {

        width: 20px;

        height: 20px;

        margin-top: -10px;

        right: 10px;

        background: url(../../images/common/index-arrow.png)top center no-repeat;

        background-size: cover;

    }

    .sec2_outer .news-row .cols{

        padding:5px 0;

    }

    .products-list .item {

        width: 50%;

        float: left;

    }

    .products-list .item:nth-child(4n+1) {

        clear: none;

    }

    .products-list .item:nth-child(2n+1) {

        clear: left;

    }

    .products-list .box{

        margin-bottom: 0px;

    }

    .products-list .txt{

        padding-top: 3px;

    }

    .products-list{

        margin:3px 0;

    }

    .sect4{

        margin-bottom: 5px;

    }

    .product-name,.products-list li:nth-child(even) .product-name{

        position: relative;

        padding:5px;

    }

    .news-list .title {
        color: #666;
    }
    
    .news-list p {
        color: #666;
    }



}



@media screen and (max-width: 767px) {

    .banner-nav .box {

        padding: 15px;

    }

    .banner-nav .pic {

        margin: 0 auto;

    }

    .banner-nav .txt {

        display: none;

    }



}



@media screen and (max-width: 400px) {

    .banner-nav .box {

        padding: 10px;

    }

    .sec2_outer .news-row .cols .cow-title{

    font-size: 25px;

}

.sec2_outer .news-row .cols .cow-title a,

{

    padding-right: 50px;

    position: relative;

}

}

