.site-main{
    background: #fff;
}
.wrapper{
    background: #fff;
}
.footer-top{
    background: #f8f8f8
}
.banner {
    margin-bottom: 60px;
}
.banner .slider {
    position: relative;
}
.banner .slick-dots {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
	bottom:0;
    margin-top: 10px;
    text-align: center;
	width:100%;
}
.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:#ddd;
    width: 14px;
    height: 14px;
	border-radius:50%;
	margin:0 5px;
	cursor:pointer;
}
.banner .slick-dots li.slick-active button {
    background: #3099E3;
}
.top-sect .top-title{
    text-align: center;
    font-size: 35px;
    color: #033491;
    margin: 0;
    margin-bottom: 20px;
    line-height: 1.4;
}
.sect1 {
     padding-bottom: 80px; 
     margin-top: 60px;
}
.sect1 .row_{
    display: flex;
    width: 96%;
    align-items: center;

} 
.sect1 .row_ .col1{
    width: 30%;
	position:relative;
	
}
.sect1 .row_ .col1 .about1{
    position: absolute;
    width: 47.022%;
    right: 0;
    top: 0;
	
}
.sect1 .row_ .col1 .about2{
    position: absolute;
    left: 0;
    width: 35.208%;
    top: 30%;
	
}
.sect1 .row_ .col1 .about3{
    position: absolute;
    bottom: 0;
    left: 29%;
    width: 35.45%;
	
}

.sect1 .row_ .col2{
    width: 70%;
    position: relative;
}
.sect1 .editor{
    color: #373737;
    font-size: 15px;
}
.sect1 .row_:hover .editor{
    color: #808080;
}
.sub_title{
    margin-bottom: 22px;
}
.sub_title h2:before{
    content: '';
    display: inline-block;
    width: 54px;
    height: 46px;
    background: url(../../images/common/index/about_ic.png);
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -10px;

}
.sub_title h2,.sub_title h3{
    display: inline-block;
    margin: 0;
    line-height: 35px;
    vertical-align: middle;
}
.sub_title h2{
    color: #000000;
    font-size: 26px;
    font-weight: normal;
    margin-right: 20px;
}
.sub_title h3{
    color: #545454;
    font-size: 22px;
    font-weight: bold;
}
.sect1 .btn-box {
    padding: 50px 0 10px;
}
.sect1 .btn.more:before{
    content: '';
     background: url(../../images/common/index/about_more4.png); 
}
.sect1 .btn.more:hover{
    color: #309AE3;
}
.sect1 .btn.more .dot{
    margin-right: 47px;
    position: relative;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    display: inline-block;
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
   
    background: url(../../images/common/index/about_more3.png);
   
}
.sect1 .btn.more .dot:hover{
   background: url(../../images/common/index/about_more4.png); 
}
.sect1 .btn.more .dot:after{
    content: '';
    width: 168px;
    height: 30px;
    position: absolute;
    right: 100%;
    display: inline-block;
    background: url(../../images/common/index/about_more2.png);
}
.sect1 .btn.more .dot:before{
    content: '';
    display: block;
    width: 94px;
    height: 94px;
    background: url(../../images/common/index/about_more.png);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -47px;
    margin-top: -47px;
  -webkit-animation: rotate 10s linear infinite;
    -moz-animation: rotate 10s linear infinite;
    -o-animation: rotate 10s linear infinite;
    animation: rotate 10s linear infinite;
}
@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(359deg)}
}
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(359deg)}
}
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(359deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
    to{transform: rotate(359deg)}
}
.sect1 .btn.more {
    color: #000;
    padding-left: 47px;
    font-size: 16px;
    position: absolute;
    top: 20%;
    right: 0px;
}
.sect1 .btn.more:before {
   
}
.sect1{
    background: url(../../images/common/index/about_bg.jpg) no-repeat;
    background-size: 100% auto;
}
.news-sect{
    padding-top: 60px;
}
.news-sect .sect-title{
    margin-bottom: 10px;
}
.news-list .item{
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.news-list .item:nth-child(even){
    padding-left: 10px; 
}
.news-list .item:nth-child(odd){
    padding-right: 10px; 
}
.news-list .item:nth-child(2n+1){
    clear: both;
}
.news-list .box {
    overflow: hidden;
    font-size: 15px;
    margin-bottom: 10px;
    border: solid 1px #DDDDDD;
    background: #F8F8F8;
    padding: 25px 20px;
    color: #525252;
    line-height: 1;
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news-list .box:before{
    content: '';
    position: absolute;
    background-color: #309AE3;
    left: 0;
    top: 0;
    width: 120%;
    height: 100%;
    -webkit-transform: translate3d(-120%, 0, 0) skew(-20deg);
    transform: translate3d(-120%, 0, 0) skew(-20deg);
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.9s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.news-list .box:hover:before{
    -webkit-transform: translate3d(-10%, 0, 0) skew(-20deg);
    transform: translate3d(-10%, 0, 0) skew(-20deg);
}
.news-list .date {
    float: left;
    color: #222222;
    font-size: 13px;
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}
.news-list .date:after {
    content: '';
    display: inline-block;
    margin-left: 10px;
    margin-right: 20px;
    width: 15px;
    height: 15px;
    margin-top: -2px;
    vertical-align: middle;
    background: url(../../images/common/index/news_ic.png);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news-list .box:hover{
    border-color: transparent;
    color: #fff;
}
.news-list .box:hover .date{
    color: #fff;
}
.news-list .box:hover .date:after,.news-list .date:before{
    background: url(../../images/common/index/news_ic2.png);
}
.news-list .name {
    margin-left: 105px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 2;
    color: #525252;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: normal;
}
.news-list .box:hover .name {
    color: #fff;
}

.sect2 {
    margin-bottom: 20px;
}
.sect-title{
    margin: 0;
}
.sect-title,.sect-title b{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 40px;
    color: #535353;
    text-align: left;
}
.sect-title b{
    margin-left: 12px;
}
.sect-title .more{
    font-size: 19px;
    color: #444444;
    transition: all .3s ease;

}
.sect-title .more:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../../images/common/more.png);
    vertical-align: middle;
    margin:-5px 10px 0 30px;
    transition: all .3s ease;

}
.sect-title .more:hover{
    color: #3099E3;
}
.sect-title .more:hover:before,.sect-title .more:after{
    content: '';
     background: url(../../images/common/more2.png);
}
.sect-title b{
    color: #3099E3;
}
.sect-title b.index-title-style2{
    font-size: 35px;
}
.sect2 .sect-title{
    margin-bottom: 0px;
    border-bottom: solid 1px #888888;
}
.products-list{
    padding:0 10px 100px;
    position: relative;
    border-bottom: solid 1px #747474;
}
.products-list:before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    width: 1px;
    margin-left: -0.5px;
    height: 74px;
    background: #747474;
    bottom: -23px;
}
.products-list .slick-arrow{
    position: absolute;
    left: 50%;
    bottom: 20px;
    border: none;
    background: none;font-size: 0;
    width: 26px;
    height: 21px;
    display: inline-block;
    cursor: pointer;
}
.products-list .slick-prev{
    margin-left: -47px;
    background: url(../../images/common/arrow_left.png);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.products-list .slick-prev:before,.products-list .slick-prev:hover{
    content: '';
     background: url(../../images/common/arrow_left2.png);
}
.products-list .slick-next{
    margin-left: 20px;
    background: url(../../images/common/arrow_right.png);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.products-list .slick-next:before,.products-list .slick-next:hover{
     content: '';
    background: url(../../images/common/arrow_right2.png);
}
.products-list.slick-slider .slick-track, .products-list.slick-slider .slick-list{
    display: block;
    /*display: flex;*/
    align-items: center;

}
.products-list .item .box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.products-list .item .box .txt{
    flex-basis: 100%;
    padding:0 0%;
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.products-list .item:hover .box .txt{
    padding:0 10%;
}
.products-list .item{
    flex-basis: 20%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
      padding-top: 1.0815%;

}

.products-list .item img,.products-list .item .pic-box,.products-list .item .pic{
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}
.products-list .item:hover{
    padding-top: 0;
    flex-basis: 25%;  
    z-index: 2;   
}

.products-list .name {
    display:block;
    color: #373737;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 3px;
    max-width: 100%;
    margin-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
}
.products-list .description {
    color: #373737;
    font-size: 15px;
    line-height: 1.45;
    padding: 0 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.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: #EFEFEF;
    border: 1px solid #ddd;
    border-width: 1px 0;
    padding: 70px 0 40px;
}
.album-list {
    margin: 0 -7px;
}
.album-list .item {
    width: 20%;
    padding: 0 7px;
}
.album-list .item:nth-child(5n+1) {
    clear: left;
}
.album-list .item:nth-child(6) {
    display: none;
}
.album-list .box {
    max-width: 270px;
    margin: 0 auto 30px;
    position: relative;
    overflow: hidden;
}
.album-list .box:before {
    content: " ";
    background: url('../../images/common/album/icon_camera.png') no-repeat;
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 10px;
    top: 10px;
    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: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    color: #CEAB62;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 12px;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.album-list .box:hover .name {
    color: #FC6532;
}

.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;
}
.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: 1200px) {
    .sect4 {
        padding: 50px 0 20px;
    }

    .sect1 .btn.more{
        position: static;
        margin-top: 50px;
        margin-left: 100px;
    }

}
@media screen and (max-width: 1000px) {
	.banner .slick-dots{
		position:static;
	}
    .top-sect .top-title{
        font-size: 25px;
        margin-bottom: 15px;
    }
    .sect1{
        background: none;
    }
    .products-list{
        padding-bottom: 80px;
    }
    .sect-title, .sect-title b{
        font-size: 24px;
    }
    .sect-title b.index-title-style2 {
        font-size: 24px;
    }
    .sect-title .more{
        display: block;
        text-align: center;

    }
    .sect-title{
        text-align: center;
    }
    .sect-title .more:before{
        margin-left: 0;
    }
    .sect-title .more{
        font-size: 16px;
    }
    .products-list .item:hover {
        padding-top: 0;
        flex-basis: 20%;
        z-index: 2;
    }
    .banner {
        margin-bottom: 20px;
    }
    .sect1{
        padding-bottom: 30px;
        margin-bottom: 0px;
    }
    .sect1 .col {
        width: 100%;
        padding: 10px 0;
    }
    .sub_title {
        text-align: center;
    }
    .sub_title h2{
        font-size: 16px;
    }
    .sub_title h2:before{
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 40px;
    }
    .sub_title h3{
        display: block;
        font-size: 15px;
    }
    .sect1 .row_{
            text-align: center;
        display: block;
    }
    .sect1 .row_ .col1,.sect1 .row_ .col2{
        width: 100%;
    }
    .sect1 .sect-title {
    }
    .about-sect .editor,
    .news-list {
        min-height: 0;
    }
    .news-list .item{
        width: 100%;
    }
    .news-list .box{
        padding: 15px 10px;
    }
    .news-list .item:nth-child(n){
        padding: 0;
    }
    .news-sect{
        padding-top: 60px;
    }
    .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;
    }
    .sect-title,.sect1 .row_,.sect-title .more,.sub_title {
        text-align: left;
    }
    .sect1 .row_ .col1 img{
        width: 90%;
        margin: 0 auto;
    }

}
@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;
    }
    .sect1 .btn.more {
         margin-left: 0px; 
    }

}
@media screen and (max-width: 400px) {
    .news-list .date {
        float: none;
        display: block;
        margin-bottom: 10px;
    }

    .news-list .name {
        margin-left: 0;
    }
}