/*------------ banner ------------*/
.banner .slick-dots,
.banner .slick-dots li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.banner .slick-dots {
    background: rgba(248, 245, 242, .8);
    padding: 10px 0;
    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;
}
.banner .slider-m{
    display: none;
}
/*------------ title ------------*/
/*------------ news ------------*/
.news-sect {
    background: url('../../images/common/index/news_bg.jpg') no-repeat top left;
    border-bottom: 1px solid #E6E4E3;
    position: relative;
    margin: 0 0 70px;
}
.news-sect .container{
    padding: 0 0 4px 30%;
}
.news-sect .title {
    padding: 6px;
    border: 1px solid #74BAB8;
    width: 144px;
    box-sizing: border-box;
    position: absolute;
    top: 29%;
    left: 20%;
}
.news-sect .title b {
    background: url('../../images/common/bg/bg4.png');
    display: block;
    font-size: 26px;
    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: 50%;
    left: 50%;
    margin: -14px 0 0 -15px;
}
.news-sect .title b span {
    position: relative;
    z-index: 5;
}
.news-sect .title p{
    margin: 10px 0;
}
.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{
    opacity:.7;
}
.news-list {
    margin: 5px 0 0 0;
}
.news-list .box{
    position: relative;
}
.news-list .box .cover{
    position: absolute;
    font-size: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
}
.news-list li {
    position: relative;
}
.news-list li + li {
    margin-top: 5px;
}
.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, .3);
}
.news-list li .pic:after {
    content: "MORE";
    font-size: 13px;
    display: block;
    color: #FFFFFF;
    position: absolute;
    z-index: 15;
    width: 100%;
    top: 0%;
    margin: -11px 0 0 0;
    text-align: center;
}
.news-list li .box:hover .pic:before,
.news-list li .box:hover .pic:after {
    opacity: 1;
    transition: all .2s ease-in-out;
}
.news-list li .box:hover .pic:after {
    top: 50%;
}
.news-list li .text {
    padding: 10px 24px 0 150px;
}
.news-list li .date,
.news-date {
    color: #fff;
    background: #FF732F;
    font-size: 13px;
    width: 84px;
    line-height: 24px;
    display: block;
    text-align: center;
    margin: 0 0 7px;
}
.news-list li .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #2A9990;
    font-weight: bold;
    font-size: 16px;
}
.news-list li .box:hover .name {
    text-decoration: underline;
}
.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 13px;
}
.products-title {
    font-size: 26px;
    font-weight: bold;
    color: #0C3146;
    line-height: 1.3;
    text-align: center;
}
.products-title .more {
    text-align: center;
    background: #FAF9F7;
    border: 1px solid #D3CFCD;
    position: relative;
    margin: 10px 0 45px;
}
.products-title .more a {
    display: inline-block;
    font-size: 14px;
    color: #EAF4F4;
    line-height: 40px;
    padding: 0 58px;
    background: url('../../images/common/bg/bg2.png');
}
.products-title .more a:hover{
    opacity:.7;
}
.arrow-box button {
    width: 40px;
    height: 40px;
    border: 0;
    color: transparent;
    background: #fff url('../../images/common/index/products_arrow.png') center;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #D3CFCD;
    cursor: pointer;
}
.arrow-box button:hover {
    opacity: .7;
}
.arrow-box .slick-prev {
    transform: rotate(180deg);
    right: auto;
    left: 0;
}
.product-list {
    margin: 0 -5px;
}
.product-list .box{
    position: relative;
}
.product-list .box .cover{
    position: absolute;
    font-size: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
}
.product-list li {
    width: 25%;
    padding: 0 5px 50px;
    text-align: center;
}
.product-list .pic {
    position: relative;
    box-sizing: border-box;
    border: 7px solid #fff;
    margin: 0 0 15px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: all .2s;
}
.product-list .box:hover .pic {
    border: 7px solid #fff;
    border-color: #2A9990;
    transition: all .2s;
}
.product-list .text-box {
    padding: 0 10px;
    text-align: left;
    max-width: 334px;
    margin: 0 auto;
}
.product-list .name {
    font-size: 18px;
    font-weight: bold;
    color: #2A9990;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.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 ------------*/
.service-sect .title {
    color: #FFFFFF;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding: 9px 0 8px;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.3;
    background: url('../../images/common/bg/bg1.png');
}
.service-box-out {
    background: url('../../images/common/index/service_bg.jpg') no-repeat center top;
    background-size: cover;
    min-height: 553px;
    padding: 16% 15px 80px;
    box-sizing: border-box;
}
.service-box {
    max-width: 928px;
    margin: 0 auto;
}
.service-box .pic {
    display: inline-block;
    vertical-align: top;
    margin: 0 60px 0 0;
}
.service-sect .service-editor {
    vertical-align: top;
    display: inline-block;
    width: calc(100% - 425px);
    padding-top: 40px;
}
.service-sect .more {
    font-size: 14px;
    color: #EAF4F4;
    font-weight: bold;
    font-family: Calibri;
    width: 158px;
    line-height: 40px;
    display: block;
    text-align: center;
    margin-top: 10px;
    background: url(../../images/common/bg/bg2.png);
}
.service-sect .more:hover {
    opacity: .7;
}
/*------------ about ------------*/
.about-sect {
    display: flex;
    width: 100%;
    margin: 0 0 50px;
    min-height: 599px;
    position: relative;
    background: url('../../images/common/index/about_bg.jpg') right top;
    background-size: cover;
}
.about-sect .container{
    position: static;
    padding-left: 48%;
}
.album-list .title {
    margin-top: 26%;
    position: relative;
}
.album-list .box{
    position: relative;
}
.album-list .box .cover{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
    z-index: 30;
}
.album-list .title span {
    color: #FFFFFF;
    font-size: 28px;
    text-shadow: 0 3px 2px rgba(0, 0, 0, .4);
}
.album-list .title span:after {
    content: "";
    width: 53px;
    height: 1px;
    background: #FFFFFF;
    display: block;
    margin: 5px auto 20px;
    box-shadow: 0 3px 2px rgba(0, 0, 0, .4);
}
.album-list .title .more {
    font-size: 12px;
    color: #FEDED3;
    text-align: center;
    line-height: 40px;
    display: block;
    max-width: 160px;
    margin: 0 auto;
    background: url(../../images/common/bg/bg7.png);
}
.album-list .title .more:hover{
    opacity:.7;
}
.album-list {
    display:flex;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    top: 0;
    width: 54%;
    background: url(../../images/common/bg/bg8.jpg);
}
.album-list li {
    width: calc((100% / 3) - 0.1px);
    position: relative;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    height: auto;
    text-align: center;
}
.album-list li:nth-child(2){
    order: -1;
}
.album-list li .pic {
    position: relative;
}
.album-list li .name {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #D9DFCE;
    font-size: 16px;
    line-height: 1.2;
    padding: 13px 10px;
    background: rgba(0, 0, 0, .7);
    bottom: 0;
    left: 0;
    box-sizing: border-box;
}
.about-sect .text {
    width: 100%;
    box-sizing: border-box;
    padding: 60px 0px 20px 50px;
    display: table-cell;
    vertical-align: top;
}
.about-sect .text .tit,
.links-box .tit {
    font-size: 28px;
    color: #FFFF00;
    text-shadow: 0 3px 2px rgba(0, 0, 0, .4);
}
.about-box {
    border-bottom: dotted 1px rgba(255,255,255,0.5);
    padding-bottom: 48px;
}
.about-box .more {
    width: 54px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    text-shadow: none;
    margin: 5px 0 0 0;
    transition: all .2s;
    display: block;
    border: 1px solid #fff;
    color: #fff;
}
.about-box .more:hover {
    color: #A9B04C;
    border-color: #A9B04C;
    transition: all .2s;
}
.album-list .pic {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.album-list .pic:before,
.album-list .pic:after {
    content: "";
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    opacity: 0;
}
.album-list .pic:before {
    content: "";
    width: 87px;
    height: 87px;
    top: 0%;
    left: 50%;
    margin: -43px 0 0 -43px;
    background: url('../../images/common/album/ic.png');
    z-index: 5;
}
.album-list .pic:after {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
}
.album-list .box:hover .pic:before,
.album-list .box:hover .pic:after {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}
.album-list .box:hover .pic:before {
    top: 50%;
}
.album-list .box:hover .name {
    background: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*------------ 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 {
    color: #666666;
    font-size: 15px;
    line-height: 1.2;
    margin: 0 0 30px;
}
/*------------ links ------------*/
.links-box {
    margin: 50px 0 0;
}
.links-box .tit {
    margin: 0 0 20px;
}
.links-list {
    margin: 0 -10px;
}
.links-list .item {
    width: calc((100% / 3) - 0.1px);
    padding: 0 10px;
    transition: all .2s;
    text-align: left;
}
.links-list .box{
    position: relative;
}
.links-list a.cover{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 30;
    font-size: 0;
}
.links-list li:hover {
    opacity: .8;
    transition: all .2s;
}
.links-list .pic {
    border: 1px solid #B0B65A;
    max-width: 210px;
    margin: 0 0 5px;
}
.links-list .name {
    height: 20px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #FFFFFF;
}
.links-box .more {
    width: 54px;
    height: 22px;
    border: 1px solid #fff;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    text-shadow: none;
    float: right;
    margin: 5px 0 0 0;
    transition: all .2s;
}
.links-box .more:hover {
    border-color: #A9B04C;
    color: #A9B04C;
    transition: all .2s;
}
/*------------ rwd ------------*/
@media screen and (min-width: 1903px) {
    .news-sect {
        background: none;
    }
    .news-sect .container:before{
        content: "";
        background: url(../../images/common/index/news_bg.jpg) no-repeat top left;
        width: 600px;
        height: 400px;
        position: absolute;
        left: 0;
        top: 0;
    }
    .about-sect .container {
        position: relative;
        padding-left: 0;    
    }
    .about-sect .text {
        padding-left: 57%;
    }
}
@media screen and (max-width: 1850px) {
    .about-sect .container{
        padding-left: 0%;
        display: flex;
        max-width: 100% ;
    }
    .album-list{
        position: static;
        width: 60%;
    }
    .about-sect .text{
        width: 40%;
    }
}
@media screen and (max-width: 1750px) {
    .about-sect {
        display: block;
    }
    .about-sect .text {
        display: block;
        width: 100%;
        padding: 60px 50px;
    }
    .album-list {
        width: 101%;
        display: table;
    }
    .album-list li {
        float: none;
        width: calc(100% / 6);
    }
    .album-sect .has-tit {
        padding: 0;
        vertical-align: middle;
    }
    .about-sect .container{
        display: block;
        padding: 0;
    }
}
@media screen and (max-width: 1600px) {
    .news-sect {
        padding: 0 0 0 17%;
    }
    .news-sect .title {
        top: 50%;
        margin: -72px 0 0 0;
        left: 15%;
    }
    .album-list .title {
        margin-top: 16%;
    }
}
@media screen and (max-width: 1140px) {
    .about-sect {
        max-width: 900px;
        margin: 0 auto 50px;
    }
    .album-list {
        width: 100%;
        display: block;
    }
    .album-list li {
        float: left;
        display: block;
        width: calc((100% / 3) - 0.1px);
    }
}
@media screen and (max-width: 1200px) {
    .news-sect .title {
        position: static;
        margin: 0;
        width: auto;
    }
    .news-sect .title b {
        height: auto;
        padding: 10px 0;
    }
    .news-sect {
        padding:30px 15px 0;
        background: none;
    }
    .news-sect .container{
        padding-left: 0;
    }
    .news-sect .title b:after{
        display: none;
    }
    .news-list{
        margin-top: 15px;
    }
}
@media screen and (max-width: 900px) {
    .service-box .pic,
    .service-sect .service-editor {
        display: block;
        width: auto;
        margin: 0 0px 0 0;
        text-align: center;
    }
    .service-box .pic {
        margin-bottom: 15px;
    }
    .service-sect .service-editor {
        background: rgba(255, 255, 255, 0.7);
        padding: 10px;
        border-radius: 10px;
    }
}
@media screen and (max-width: 767px) {
    .banner .slider{
        display: none;
    }
    .banner .slider-m{
        display: block;
    }
    .about-sect .text {
        padding: 30px 20px 50px;
    }
    body .fancybox-nav span {
        right: 0px;
    }
    body .fancybox-prev span {
        left: 0px;
    }
}
@media screen and (max-width: 600px) {
    .album-list li {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .news-list li .text {
        padding: 10px 24px 0 140px;
    }
    .album-list li .name {
        padding: 7px 10px;
    }
    .album-list .title {
        margin-top: 20%;
    }
    .links-list .item {
        width: 100%;
        padding: 0 0 25px;
        text-align: center;
    }
    .links-list {
        margin: 0;
    }
    .links-list .pic {
        margin: 0 auto 5px;
    }
}
@media screen and (max-width: 300px) {
    .album-list li {
        width: 100%;
    }
    .about-sect .title {
        width: auto;
    }
    .about-sect .title b {
        height: auto;
    }
}
