.site-header {
    padding-bottom: 0;
}
.header-fixed .site-header {
    padding-bottom: 57px;
}
.header-top {
    z-index: 50;
  /*  -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
            box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);*/
}
.header-fixed .header-top {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.site-nav {
    position: relative;
    z-index: 40;
    top: 0;
}
.header-fixed .site-nav {
    position: fixed;
    z-index: 40;
}
.banner {
    position: relative;
}
.banner .slick-dots {
    text-align: center;
    position: absolute;
    z-index: 10;
    bottom: 15px;
    left: 10px;
    right: 10px;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    text-align: left;
    overflow: hidden;
    border: 0;
    padding: 0;
    background: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
}
.banner .slick-dots li button:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -4px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.banner .slick-dots li.slick-active button:before {
    background: #2660A4;
}

.title-wrap {
    position: relative;
}
.sect-title {
    color: #666;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.1em;
    white-space: nowrap;
    margin: 0;
    padding: 0 28px;
    min-width: 116px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sect-title:before,
.sect-title:after {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    width: 8px;
    height: 8px;
    background: #2660A4;
    margin-bottom: 12px;
    position: absolute;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sect-title:before {
    left: 8px;
}
.sect-title:after  {
    right: 8px;
}
/*-*/
.news-sect .sect-title ,
.products-sect .sect-title ,
.about-sect .sect-title {
    padding: inherit;
    min-width: inherit;
    position: absolute;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    left: 0;
    top: calc(50% - 44px);
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news-sect .sect-title:before,
.news-sect .sect-title:after,
.products-sect .sect-title:before,
.products-sect .sect-title:after,
.about-sect .sect-title:before,
.about-sect .sect-title:after {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    width: 8px;
    height: 8px;
    background: #2660A4;
    margin-bottom: inherit;
    position: absolute;
    top: inherit;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.news-sect .sect-title:before,
.products-sect .sect-title:before,
.about-sect .sect-title:before {
    left: calc(50% - 3px);
    bottom: 100%;
    top:unset;
    margin-bottom:10px;
}
.news-sect .sect-title:after,
.products-sect .sect-title:after,
.about-sect .sect-title:after  {
    right: calc(50% - 5px);
    top:100%;
    margin-top:10px;
}
/*-*/
.btn.more {
    color: #666;
    font-family: 'Lato','微軟正黑體', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro',  'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    padding: 5px 3px 0;
    border-bottom: 5px solid #ddd;
}
.btn.more:hover {
    color: #2660A4;
    border-bottom-color: #2660A4;
}

.sect1 {
    background: url('../../images/common/index/sect1_bg.png') 50% 0 / cover no-repeat;
}
.about-sect {
    background: url('../../images/common/index/about_bg.png') 0 0 / 100% auto repeat-y;
    max-width: 888px;
    position: relative;
    margin-right: 5%;
    padding: 8% 0 5% 110px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.about-sect .title-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30px;
    background: #F18904;
}
.about-sect .sect-title {
    color: #fff;
}
.about-sect .sect-title:before,
.about-sect .sect-title:after{
    background:#fff;
}
/*.about-sect .sect-title:before {
    background: url('../../images/common/index/about_title_deco.png');
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.about-sect .sect-title:after {
    display: none;
}*/
.about-sect .editor{
    color: #fff;
}
.about-sect .btn.more {
    margin-top: 25px;
    color:#fff;
}
.about-sect .btn.more:hover {
    color:#f2a364;
    border-bottom: 5px solid #f18904;
}
.sect2{
    background: url('../../images/common/p_bg.png') 0% 0% no-repeat;
}
.products-sect {
    position: relative;
    padding: 70px 0 70px 50px;
}
.products-sect .title-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30px;
    border-left: 1px solid #ccc;
}
.products-sect .btn-box {
    padding: 0;
    margin-top: -20px;
}
.products-list {
    margin: -15px -10px;
}
.products-list .item {
    width: 25%;
    padding: 0px 10px 30px;
}
.products-list .item:nth-child(4n+1) {
    clear: left;
}
.products-list .item:nth-child(9) {
    display: none;
}
.products-list .box {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
}
.products-list .box .cover{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}
.products-list .box.new:before {
    content: '';
    background: url('../../images/common/products/new_tag.svg') no-repeat;
    width: 66px;
    height: 33px;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 0;
    margin-left: -33px;
}
.no-svg .products-list .box.new:before {
    background-image: url('../../images/common/products/new_tag.png');
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.products-list .pic:before {
    content: '';
    display: block;
    background: url('../../images/common/products/hover.png') 50% 50% no-repeat rgba(255,255,255,0.8);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
        border: 1px solid #f5ae52;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.products-list .box:hover .pic:before {
    opacity: 1;
}
.products-list .txt {
    position: relative;
    padding-top: 5px;
}
.products-list .name {
    color: #000;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /*position: absolute;
    bottom: 100%;
    left: 10px;
    right: 10px;*/
    /* margin-bottom: 14px; */
    /*background: rgba(0,76,124,0.8);*/
}
.products-list .box:hover .name {
   color: #f2951d;
    /*background: rgba(241, 137, 4,0.8);*/
}

.sect3 {
    background: url('../../images/common/index/sect3_bg.png') 50% 0 / cover no-repeat;
}
.news-sect {
    position: relative;
    padding: 0 90px 0 100px;
}
.news-sect .title-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30px;
}
.news-sect .sect-title {
    color: #fff;
    border-left: 1px solid rgba(0,0,0,0.2);
}
.news-sect .sect-title:before,
.news-sect .sect-title:after {
    /*background: #7C6B3F;*/
}
.news-list {
    position: relative;
    top: -20px;
}
.news-list .box {
    position: relative;
    display: block;
    padding: 1px 0;
}
.news-list .box .cover{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}
.news-list .box:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.news-list .pic {
    position: relative;
    float: right;
    width: 190px;
    border-radius: 50%;
    margin: 6px;
    box-shadow: 5px 5px 0 0 #337096;
}
.news-list .pic img {
    border-radius: 50%;
}
.news-list .pic:before {
    content: '';
    border: 2px solid transparent;
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    border-radius: 50%;
}
.news-list .box:hover .pic:before {
    border-color: #fff;
}
.news-list .txt {
    margin-top: 40px;
    margin-right: 280px;
    padding: 30px 0 40px 115px;
    position: relative;
}
.news-list .date {
    display: block;
    color: #000;
    font-family: 'Lato',  '微軟正黑體', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro','Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    width: 90px;
    height: 120px;
    border: 1px solid rgba(0,0,0,0.2);
    border-width: 0 1px 0 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -60px;
    padding: 30px 20px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news-list .date span {
    display: block;
    font-size: 35px;
}
.news-list .name {
    display: block;
    color: #fff900;
    font-weight: bold;
    font-family: 'Lato', '微軟正黑體',  '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro','Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /*margin-bottom: 10px;*/
    height: 36px;
}
.news-list .box:hover .name {
    text-decoration: underline;
}
.news-list .description {
    display: block;
    color: #fff;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
}
.news-sect .slick-dots {
    text-align: center;
    position: absolute;
    z-index: 10;
    bottom: -12px;
    left: 10px;
    right: 10px;
}
.news-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    text-align: left;
    overflow: hidden;
    border: 0;
    padding: 0;
    background: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
}
.news-sect .slick-dots li button:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -4px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.news-sect .slick-dots li.slick-active button:before {
    background: #2660A4;
}
.news-sect .btn.more {
    position: absolute;
    right: 0px;
    bottom: 30px;
}

.sect4 {
    padding: 70px 0;
}
.sect4 .row {
    margin: 0 -18px;
}
.sect4 .col {
    padding: 0 18px;
    float: left;
}
.sect4 .col1 {
    width: 34.3%;
}
.sect4 .col2 {
    width: 46.4%;
}
.sect4 .col3 {
    width: 19.3%;
}
.sect4 .title-wrap {
    /* width: 30px; */
    /* height: 116px; */
    margin-bottom: 18px;
    /* vertical-align: top; */
    text-align: center;
}
.sect4 .sect-title {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.sect4 .sect-title {
    border-bottom: 1px solid #ccc;
}
.sect4 .btn.more {
    display: block;
    width: 46px;
    margin: 0 auto;
}

.service-sect .btn.more {
    margin-top: 5px;
}
/*-videos-*/
.videos-list {
    margin: -15px -10px;
}
.videos-list .item {
    width: 100%;
    padding: 15px 10px;
}

.videos-list .box {
    position: relative;
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
}
.videos-list .box .cover{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}

.videos-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.videos-list .pic:before {
    content: '';
    display: block;
        border: 1px solid #f5ae52;
    background: url('../../images/common/videos/hover.png') 50% 50% no-repeat rgba(255,255,255,0.8);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.videos-list .box:hover .pic:before {
    opacity: 1;
}
.videos-list .txt {
    position: relative;
    /*margin-bottom: 10px;*/
}
.videos-list .name {
    color: #000;    
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
        margin-top: 5px;
    /*position: absolute;
    bottom: 100%;
    left: 10px;
    right: 10px;
    margin-bottom: 14px;*/
}
.videos-list .box:hover .name {
    color: #f2951d;
}
.videos-sect .btn.more {
    
}
.videos-sect .slick-dots {
    text-align: center;
    position: absolute;
    z-index: 10;
    bottom: 15px;
    right: 0px;
}
.videos-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    text-align: left;
    overflow: hidden;
    border: 0;
    padding: 0;
    background: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
}
.videos-sect .slick-dots li button:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #ddd;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -4px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.videos-sect .slick-dots li.slick-active button:before {
    background: #2660A4;
}
/*-videos-*/
.album-sect {
    position: relative;
}
.album-sect .btn.more {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    background: #0d288c;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 0;
    border-radius:0;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.album-sect .btn.more span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    color: #FFF;
    font-size: 18px;
    margin: 0 0 5px 5px;
    letter-spacing: 0.1em;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.album-sect .btn.more small {
    display: block;
    width: 46px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    border-bottom: 5px solid #ddd;
    margin: 0 auto;
}
.album-sect .btn.more:hover small {
    color: #f2951d;
    border-bottom-color: #f2951d;
}
.album-list {
    margin: -4px;
}
.album-list .item {
    width: 50%;
    padding: 4px;
}
.album-list .item:nth-child(2n+1) {
    clear: left;
}
.album-list .box {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
}
.album-list .fancybox {
    display: none;
}
.album-list .pic {
    position: relative;
    overflow: hidden;
}
.album-list .name {
    background: rgba(0,76,124,0.8);
    color: #fff;
    font-family: 'Lato','微軟正黑體', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro',  'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 18px;
    line-height: 40px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 40px;
    padding: 0 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.album-list .box:hover .name {
    background: rgba(241, 137, 4,0.8);
}
.download-list .item {
    width: 100%;
}
.download-list .item:nth-child(4) {
    display: none;
}
.download-list .box {
    position: relative;
    margin: 0 auto 10px;
    max-width: 250px;
}
.download-list .box .cover{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}
.download-list .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 28px;
}
.download-list .pic:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
        border: 1px solid #f5ae52;
    background: url('../../images/common/download/hover.png') 50% 50% no-repeat rgba(255,255,255,0.9);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.download-list .box:hover .pic:before {
    opacity: 1;
}

@media screen and (max-width: 1400px) {
    .sect4 .title-wrap {
        /* position: absolute; */
        /* top: 0; */
        /* bottom: 0; */
        /* left: 0; */
        /* height: auto; */
        /* margin-bottom: 0; */
    }
    .sect4 .col {
        width: 50%;
    }
    .sect4 .col3 {
        width: 100%;
    }
    .service-sect {
        position: relative;
        padding-left: 50px;
    }
    .videos-sect .slick-dots{
        left:0;
        right: 0;
        bottom: 15%;
    }
    .download-sect {
        position: relative;
        margin-top: 30px;
        padding: 10px 60px 0 50px;
    }
    .download-sect .btn.more {
        position: relative;
        right: 0;
        bottom: 0;
    }
    .download-list .pic{
        margin: 0;
    }
    .download-list {
        margin: 0 -5px;
    }
    .download-list .item {
        width: 25%;
        padding: 0 5px;
    }
    .download-list .item:nth-child(4) {
        display: block;
    }
}
@media screen and (max-width: 1200px) {
    .products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
    .products-list .item:nth-child(9) {
        display: block;
    }
    .news-sect {
        padding: 0 70px 0 60px;
    }
    .news-list .txt {
        margin-right: 230px;
    }
}
@media screen and (max-width: 1000px) {
    .sect4 .col {
        width: 100%;
    }
    .album-sect {
        max-width: 648px;
        margin: 30px auto 0;
    }
    .download-list .item {
        width: 33.33%;
    }
    .download-list .item:nth-child(4) {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    /*-set news products about title-*/
    .news-sect .sect-title ,
    .products-sect .sect-title ,
    .about-sect .sect-title {
    -webkit-writing-mode: unset;
    writing-mode: unset;
    padding: 0 28px;
    min-width: 116px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    }
    .news-sect .sect-title:before,
    .news-sect .sect-title:after,
    .products-sect .sect-title:before,
    .products-sect .sect-title:after,
    .about-sect .sect-title:before,
    .about-sect .sect-title:after {
        margin-bottom: 12px;
        top: 10px;
    }
    .news-sect .sect-title:before,
    .products-sect .sect-title:before,
    .about-sect .sect-title:before {
        left: 8px;
        bottom:unset;
        top: 10px;
        margin-bottom:unset;
    }
    .news-sect .sect-title:after,
    .products-sect .sect-title:after,
    .about-sect .sect-title:after  {
        right: 8px;
        top: 10px;
        margin-top:unset;
    }
    /*-------------------------------*/
    .banner .slick-dots {
        bottom: 0;
    }
    .about-sect {
        margin: 0 -15px;
        padding: 45px 5% ;
    }
    .about-sect .title-wrap {
        position: relative;
        width: auto;
        border-left: 0;
        margin: 0 -6% 20px;
    }
    .about-sect .sect-title {
        display: inline-block;
        /*border-bottom: 1px solid #ccc;*/
        margin-left: 5%;
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .products-sect {
        padding: 40px 0 60px;
    }
    .products-sect .title-wrap {
        position: relative;
        width: auto;
        border-left: 0;
        text-align: center;
        margin-bottom: 20px;
    }
    .products-sect .sect-title {
        display: inline-block;
        border-bottom: 1px solid #ccc;
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .products-sect .btn.more {
        position: static;
        display: block;
        width: 45px;
        margin: 15px auto 0;
    }
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        width: 50%;
        padding: 0px 5px 30px;
    }

    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .item:nth-child(9) {
        display: none;
    }
    .news-list .txt {
        margin-right: 210px;
        padding-left: 0;
        padding-top: 10px;
    }
    .news-list .date {
        position: static;
        display: inline-block;
        margin: 0 0 5px;
        padding: 0 0 3px;
        width: auto;
        height: auto;
        border-width: 0 0 1px;
    }
    .news-list .date span {
        display: inline-block;
        font-size: 20px;
        margin-left: 5px;
    }
    .sect4 {
        padding: 30px 0;
    }
    .sect4 .title-wrap {
        position: relative;
        width: auto;
        text-align: center;
        margin-bottom: 20px;
    }
    .sect4 .sect-title {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .service-sect {
        padding: 0;
    }
    .download-sect {
        padding: 0;
    }
    .download-sect .btn.more {
        position: relative;
    }
    .download-list .item {
        width: 50%;
    }
    .download-list .item:nth-child(2n+1) {
        clear: left;
    }
    .download-list .item:nth-child(4) {
        display: block;
    }
    .site-main{
        padding-bottom: 60px;
    }
/*--news sect--*/
    .news-sect {
        padding: 30px 0 35px;
    }
    .news-sect .title-wrap {
        position: relative;
        width: auto;
        text-align: center;
        margin-bottom: 15px;
    }
    .news-sect .sect-title {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .news-list {
        top: 0;
    }
    .news-list .pic {
        float: none;
        margin: 6px auto;
    }
    .news-list .txt {
        padding: 10px 0 30px;
        text-align: center;
        max-width: 400px;
        margin: 0 auto;
    }
    .news-sect .btn.more {
        position: static;
        display: block;
        width: 45px;
        margin: 15px auto 0;
    }
    .news-sect .sect-title {
        border-left: unset;
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }
/*-*/
}
@media screen and (max-width: 640px) {

}
@media screen and (max-width: 500px) {
    .products-list .item {
        width: 100%;
    }
    .products-list .item:nth-child(n) {
        clear: none;
    }
    .album-sect .btn.more {
        position: relative;
        left: 0;
        top: 0;
        margin: 40px auto 0;
    }
    .album-list .item {
        width: 100%;
    }
    .album-list .item:nth-child(n) {
        clear: none;
    }
    .album-list .name {
        padding: 0 10px;
    }
.album-sect {
    margin: 60px auto 0;
}
}
@media screen and (max-width: 440px) {
    .download-list .item {
        width: 100%;
    }
    .download-list .item:nth-child(n) {
        clear: none;
    }
    .download-list .item:nth-child(4) {
        display: none;
    }
}