/*------------ banner ------------*/

.banner .slick-dots,
.banner .slick-dots li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.banner .slick-dots {
    background: rgba(23, 31, 47, 0.80);
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 16px 0 7px;
}

.banner .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.banner .slick-dots button {
    width: 21px;
    height: 20px;
    border: 0;
    color: transparent;
    background: url('../../images/common/index/dot.png');
    background-position: 100% 0;
    cursor: pointer;
}

.banner .slick-active button {
    background-position: 0 0;
}





/*------------ title ------------*/


/*------------ news ------------*/

.sect1 {
    margin: 20px 0;
}

.news-sect {
    padding: 40px 0 40px;
    position: relative;
}

.news-sect .title {
    padding: 6px;
    border: 1px solid #74BAB8;
    width: 144px;
    box-sizing: border-box;
    position: absolute;
    top: 29%;
    left: 4%;
}

.news-sect .title b {
    background: url('../../images/common/bg/bg4.png');
    display: block;
    font-size: 26px;
    font-weight: normal;
    color: #EAF4F4;
    line-height: 1.3;
    height: 90px;
    text-align: center;
    box-sizing: border-box;
    padding: 12px 0 0;
    position: relative;
}

.news-sect .title b:after {
    content: "";
    width: 29px;
    height: 28px;
    background: url('../../images/common/index/tit_bg.png');
    position: absolute;
    display: block;
    top: 72%;
    left: 50%;
    margin: -14px 0 0 -15px;
}

.news-sect .title b span {
    position: relative;
    z-index: 5;
}

.news-sect .title a {
    display: block;
    font-size: 14px;
    color: #ECEED5;
    text-align: center;
    line-height: 40px;
    background: url('../../images/common/bg/bg1.png');
}

.news-sect .title a:hover {
    background: url('../../images/common/bg/bg7.png');
}

.news-list {
    margin: 5px 0 0 0;
    display: table-cell;
    width: 50%;
}

.news-list .item {
    float: left;
    width: calc((100% / 2) - 0.1px);
    display: table-cell;
    border-bottom: 1px solid #E6E4E3;
    position: relative;
}

.news-list li .pic {
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 130px;
}

.news-list li .pic:before,
.news-list li .pic:after {
    content: "";
    position: absolute;
    opacity: 0;
    transition: all .2s ease-in-out;
}

.news-list li .pic:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
}

.news-list li .pic:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url('../../images/common/index/more.png');
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
}

.news-list li a:hover .pic:before,
.news-list li a:hover .pic:after {
    opacity: 1;
    transition: all .2s ease-in-out;
}

.news-list li a:hover .pic:after {
    top: 50%;
}

.news-list li .text {
    padding: 10px 24px 0 150px;
}

.news-list li .date,
.news-date {
    color: #222;
    font-size: 13px;
    display: inline-block;
    width: auto;
    line-height: 24px;
    text-align: center;
    margin: 0 0 5px;
}

.news-list li .date:before,
.news-date:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 3px;
    margin: 0 10px 4px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0575e6+0,021b79+100 */
    background: rgb(5, 117, 230);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(5, 117, 230, 1) 0%, rgba(2, 27, 121, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(5, 117, 230, 1) 0%, rgba(2, 27, 121, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(5, 117, 230, 1) 0%, rgba(2, 27, 121, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0575e6', endColorstr='#021b79', GradientType=1);
    /* IE6-9 */
}

.news-list li .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #222;
    font-weight: bold;
    font-size: 16px;
    transition: all .2s;
}

.news-list li a:hover .name {
    color: #009FE8;
}

.news-list li .description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #8B8B8B;
    font-size: 14px;
    line-height: 1.6;
    height: 41px;
}





/*------------ product ------------*/

.products-sect {
    padding: 0 0 30px;
}

.products-title {
    font-size: 50px;
    color: #000;
    line-height: 1.2;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    padding: 45px 0;
    position: relative;
}

.products-title:before,
.products-title:after {
    content: "";
    width: 62px;
    height: 50px;
    display: block;
    position: absolute;
    background: url('../../images/common/index/title_bg.png');
    top: 0;
    right: 50%;
    margin: 0 -160px 0 0;
}

.products-title:after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -160px;
}

.products-title:first-letter {
    color: #0453BE;
}

.products-title .more {
    position: relative;
}

.products-title .more a {
    width: 30px;
    height: 30px;
    background: url('../../images/common/index/more.png');
    background-position: 0 -60px;
    color: transparent;
    overflow: hidden;
    display: block;
    position: absolute;
    top: -45px;
    right: 50%;
    margin: 0 -180px 0 0;
}

.products-title .more a:hover {
    background-position: 0 100%;
}

.arrow-box button {
    width: 40px;
    height: 40px;
    border: 0;
    color: transparent;
    background: url('../../images/common/index/products_arrow.png') center;
    position: absolute;
    top: -45px;
    right: 0;
    cursor: pointer;
}

.arrow-box button:hover {
    opacity: .7;
}

.arrow-box .slick-prev {
    transform: rotate(180deg);
    right: auto;
    left: 0;
}

.product-list {
    margin: 0 10px;
}

.product-list li {
    width: 25%;
    padding: 0 5px 50px;
    text-align: center;
}

.product-list li a {
    transition: all .2s;
}

.product-list li a:hover {
    opacity: .7;
}

.product-list .box {
    display: block;
}

.product-list .box.new:before {
    content: '';
    display: block;
    background: url(../../images/common/products/new_tag.png) no-repeat;
    width: 53px;
    height: 53px;
    position: absolute;
    z-index: 99;
    left: 5px;
    top: 0px;
}

.product-list .pic {
    position: relative;
    box-sizing: border-box;
    border: 7px solid #fff;
    margin: 0 0 15px;
    box-shadow: 0px 0 8px rgba(0, 0, 0, 0.2);
    transition: all .2s;
}

.product-list .text-box {
    padding: 0 10px;
    text-align: left;
    margin: 0 auto;
}

.product-list .text {
    float: left;
    width: 100%
}

.product-list .name {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-list a:hover .name {
    text-decoration: underline;
}

.product-list .description {
    font-size: 14px;
    color: #8B8B8B;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
}





/*------------ service ------------*/

.sect3 {
    background: url('../../images/common/index/service_pic.jpg') no-repeat center top;
    background-size: cover;
    padding: 40px 0;
}

.sect3 .title {
    font-size: 36px;
    color: #222;
    line-height: 1.2;
    letter-spacing: 2px;
    font-family: 'Rationale', sans-serif;
    max-width: 1370px;
    padding: 0 35px;
    margin: 0 auto;
    box-sizing: border-box;
}

.sect3 .title:first-letter {
    color: #0453BE;
    font-size: 45px;
}

.sect3 .title:after {
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    background: rgb(5, 117, 230);
    background: -moz-linear-gradient(left, rgba(5, 117, 230, 1) 0%, rgba(2, 27, 121, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(5, 117, 230, 1) 0%, rgba(2, 27, 121, 1) 100%);
    background: linear-gradient(to right, rgba(5, 117, 230, 1) 0%, rgba(2, 27, 121, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0575e6', endColorstr='#021b79', GradientType=1);
    margin: 10px 0;
}

.service-box {
    color: #fff;
    max-width: 980px;
}

.service-sect .more a {
    width: 30px;
    height: 30px;
    background: url(../../images/common/index/more.png);
    background-position: 0 -60px;
    color: transparent;
    overflow: hidden;
    display: block;
    margin: 35px 0 0 0;
}

.service-sect .more a:hover {
    background-position: 0 100%;
}




/*------------ album ------------*/

.sect4 {
    padding: 0 0 80px;
}

.album-sect .has-tit {
    padding: 0;
    vertical-align: middle;
}

.album-sect .title {
    font-size: 50px;
    color: #000;
    line-height: 1.2;
    text-align: center;
    font-family: 'Rationale', sans-serif;
    padding: 45px 0;
    position: relative;
}

.album-sect .title:first-letter {
    color: #0453BE;
}

.album-sect .title:before,
.album-sect .title:after {
    content: "";
    width: 62px;
    height: 50px;
    display: block;
    position: absolute;
    background: url(../../images/common/index/title_bg.png);
    top: 0;
    right: 50%;
    margin: 0 -160px 0 0;
}

.album-sect .title:after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -160px;
}

.album-list {
    width: 100%;
    display: table;
}

.album-list li {
    float: none;
    width: calc(100% / 4);
    position: relative;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.album-list li a {
    max-width: 325px;
    overflow: hidden;
}

.album-list li .pic {
    position: relative;
}

.album-list li .name {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    padding: 0 10px;
    bottom: 50%;
    margin: 0 0 -10px 0;
    left: 0;
    box-sizing: border-box;
    z-index: 999;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .2s ease-in-out;
    -webkit-transition-delay: .2s;
    /* Safari */
    transition-delay: .2s;
    opacity: 0;
}

.album-list li a:hover .name {
    opacity: 1;
}

.album-list li .pic:before{
    content: "";
    position: absolute;
    border: 1px solid #FFFFFF;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
}

.album-list li .pic:after {
    content: "";
    transition: all 0.2s;
    position: absolute;
    opacity: 0;
}

.album-list li .pic:after {
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

.album-list li a:hover .pic:after {
    opacity: 1;
    height: 100%;
}



/*------------ about ------------*/

.sect5 {
    background: url(../../images/common/index/about-pic.jpg) left bottom no-repeat #F6F6F6;
}

.sect5 .container {
    max-width: 1540px;
    padding: 0;
}

.about-sect {
    padding: 55px 0 50px 20px;
    min-height: 100px;
    background: #F6F6F6;
    width: 67.5%;
    float: right;
    box-sizing: border-box;
    position: relative;
}

.about-sect:before {
    content: "";
    width: 85px;
    height: 310px;
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    background: url('../../images/common/index/about_bg.png');
}

.about-sect .editor {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 95px;
}

.about-sect .text .tit {
    font-size: 28px;
    color: #222;
    line-height: 1.2;
    letter-spacing: 2px;
    font-family: 'Open Sans', sans-serif;
}

.about-sect .text .tit:after {
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0575e6+0,021b79+100 */
    background: rgb(5, 117, 230);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(5, 117, 230, 1) 0%, rgba(2, 27, 121, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(5, 117, 230, 1) 0%, rgba(2, 27, 121, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(5, 117, 230, 1) 0%, rgba(2, 27, 121, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0575e6', endColorstr='#021b79', GradientType=1);
    /* IE6-9 */
    margin: 5px 0 0;
}

.about-sect .text .tit:first-letter {
    color: #0453BE;
    font-size: 35px;
}

.about-sect .about-box .more {
    border: 1px solid #666666;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    padding: 0 10px 0 28px;
    transition: all .2s;
    position: relative;
    margin: 25px 0 0 0;
}

.about-sect .about-box .more:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background: url('../../images/common/index/about_more.png');
}

.about-sect .about-box .more:hover {
    background: #eee;
    color: #000;
}




/*------------ fancybox ------------*/

body .fancybox-image {
    padding: 0 5px;
    box-sizing: border-box;
}

body .fancybox-nav span {
    visibility: visible;
    width: 25px;
    height: 25px;
    background: url('../../images/common/album/arrow.png');
    right: -25px;
}

body .fancybox-prev span {
    transform: rotate(180deg);
    left: -25px;
}

body .fancybox-title {
    padding: 0 5px;
}

.photo-pager {
    font-size: 13px;
    color: #0C3146;
    text-align: right;
}

.photo-pager b {
    font-size: 14px;
    color: #2A9990;
}

.photo-title {
    color: #2A9990;
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0 10px;
}

.photo-intro {
    font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #666666;
    font-size: 15px;
    line-height: 1.2;
    margin: 0 0 30px;
}




/*------------ rwd ------------*/

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1400px) {
    .news-sect .title {
        position: static;
        margin: 0;
        width: auto;
    }
    .news-sect .title b {
        height: auto;
        padding: 10px 0;
    }
    .news-sect {
        padding: 0 0 10px 0;
        background: none;
    }
    .news-sect .title b:after {
        display: none;
    }
    .news-list {
        padding: 20px 20px;
    }
}

@media screen and (max-width: 1300px) {
    .album-list {
        width: 100%;
        display: block;
        max-width: 800px;
        margin: 0 auto;
    }
    .album-list li {
        float: left;
        display: block;
        width: calc((100% / 2) - 0.1px);
    }
}

@media screen and (max-width: 1140px) {
    .news-list li .text {
        max-width: 540px;
    }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 800px) {
    .news-list .item {
        width: 100%;
        display: inline-block;
    }
    .news-list {
        width: 100%;
        display: inline-block;
    }
    .news-list {
        padding: 10px 10px;
    }
    .news-list li .text {
        padding: 10px 20px 0 150px;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .sect5{
        -webkit-background-size: cover;
        background-size: cover;
    }
    .about-sect:before{
        display: none;
    }
    .about-sect{
        width: 100%;
        background: rgba(255,255,255,0.8);
        padding: 25px 25px 30px 25px;
    }
    body .fancybox-nav span {
        right: 0px;
    }
    body .fancybox-prev span {
        left: 0px;
    }
}

@media screen and (max-width: 600px) {
    .album-list li {
        width: 50%;
    }
    .products-title .more a{
        position: static;
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    .news-list li .text {
        padding: 10px 15px 0 140px;
    }
    .album-sect {
        margin: 10px auto 0px;
    }
    .album-list li .name {
        padding: 7px 10px;
    }
    .products-title {
        font-size: 35px;
    }
    .arrow-box button{
        top: -40px;
    }
}

@media screen and (max-width: 400px) {
    .album-list li {
        width: 100%;
    }
    .products-sect {
        padding: 10px 0;
    }
}