/*------------ banner ------------*/

.banner {
    position: relative;
}

.banner .slick-arrow {
    position: absolute;
    width: 59px;
    height: 72px;
    display: block;
    border: 0;
    top: 50%;
    margin: -32px 0 0 0;
    z-index: 100;
    cursor: pointer;
    background: url('../../images/common/index/arrow.png');
}

.banner .slick-prev {
    left: 35px;
}

.banner .slick-next {
    left: auto;
    right: 35px;
    transform: rotate(180deg);
}

.banner .slick-arrow:hover {
    opacity:.5;
}

/*------------ sect01 ------------*/

.sect01 {
    padding: 50px 0 100px;
    background: #fff;
}


/*------------ service-box ------------*/
.sect04{
    background: url(../../images/common/index/se_bg.jpg)no-repeat fixed;
    padding: 55px 0;
}
.service-title-box {
    position: relative;
}

.service-title-box:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid #fff;
    pointer-events: none;
    display: none;
}

.service-txt-box {
    padding: 0;
    max-width: 736px;
    margin: 0 auto;
    text-align: center;
    color: #000;
}
   
.service-txt{
    position: relative;
}

.service-box {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.service-box .title {
    line-height: 1.2;
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    color: #1E54AC;
    position: relative;
    margin: 0 0 20px;
    width: 100%;
}

.service-box .title:after {
    content: "";
    width: 16px;
    height: 10px;
    display: block;
    margin: 15px auto 20px;
    background:url(../../images/common/index/se_ic.png);
}

.service-box .editor {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 112px;
    margin: 0 0 30px;
    position: relative;
    z-index: 15;
}
a:hover.service_txt {
    text-decoration: underline;
}
.service-box .more {
    color: #FFFFFF;
    font-size: 13px;
    display: block;
    width: 75px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 3px;
    margin: 0 auto;
}

.service-box .more:hover {
    transition: all .2s;
    background: #FAD038;
    color: #000;
    font-weight: bold;
}


/*------------ products ------------*/

.products-box {
    float: none;
    width: 100%;
}

.products-box .title {
    text-align: center;
    line-height: 1.2;
    color: #000;
    font-size: 16px;
    position: relative;
    margin: 10px 0 25px;
}

.products-box .title b {
    font-size: 28px;
    color: #000000;
    font-weight: bold;
    display: block;
    margin: 0 0 5px;
    letter-spacing: 3px;
}

.products-box .title a,
.album-box .title a,
.more-btn{
    color: #fff;
    font-size: 12px;
    margin:10px;
    background:#444444;
    width:120px;
    height:32px;
    line-height:30px;
    letter-spacing:2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    transition:all .3s ease;
    text-align: center;
}
.products-box .title a:before,
.album-box .title a:before,
.more-btn:before{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3ebdf2;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.products-box .title a:hover:before,
.album-box .title a:hover:before,
.more-btn:hover:before{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.products-box .title a:hover,
.album-box .title a:hover,
.more-btn:hover{
    letter-spacing:3px;
     transition:all .3s ease;
}
.sect04 .more-btn,
.sect02 .more-btn{
    margin:30px 0;
}
.hot-arrow,
.hot-arrow2 {
    position: absolute;
    top: 15px;
    right: 0;
    width: 80px;
}

.hot-arrow .slick-arrow,
.hot-arrow2 .slick-arrow {
    width: 40px;
    height: 40px;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    background: url('../../images/common/index/arrow2.png');
    left: 0;
}

.hot-arrow .slick-next,
.hot-arrow2 .slick-next {
    transform: rotate(180deg);
    right: 0;
    left: auto;
}

.hot-arrow .slick-arrow:hover,
.hot-arrow2 .slick-arrow:hover {
    background-position: 0 100%;
}

.product-list,
.product-list2 {
    margin: 0 -11px;
}

.product-list li,
.product-list2 li {
    width: 25%;
    padding: 0 0px 20px;
}
.product-list li+li:before{
    content:'';
    border-right:1px solid #efefef;
    position:absolute;
    right:0;
    width:1px;
    height:100%;
}
.product-list li:hover:before{
    display:none;
}
.product-list li > .box,
.product-list2 li > .box {
    overflow: inherit;
    margin: 0 2px;
    padding: 0 0 20px;
    box-sizing: border-box;
    transition: all .2s;
    display: block;
    position: relative;
    border:2px solid transparent;
    transition: all .3s ease;
}

.product-list li .box .cover2{
     font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
   
}
.product-list  li > .box:hover,
.product-list2 li > .box:hover {
    transition: all .2s;
    background: #ffffff;
    border:2px solid #46C8FA;
    box-shadow:0px 1px 15px rgba(0,0,0,.5);
}

.product-list .pic,
.product-list2 .pic {
    /* max-width: 286px; */
    margin:0;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    padding:20px;
    transition:all .3s ease;
}
.product-list .box:hover .pic,
.product-list2 .box:hover .pic {
    padding:10px;
}
.product-list .name ,
.product-list2 .name  {
    display: block;
    text-align: center;
    line-height: 1.2;
    color: #0064BE;
    font-size: 16px;
    height: 25px;
    padding-bottom:10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px 20px;
    font-weight:bold;
    border-bottom:1px solid #EAEAEA;
}

.product-list .description ,
.product-list2 .description {
  font-size: 14px;
  color: #555;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 50px;
  margin: 5px auto 10px;
  padding: 0 20px;
}

.product-list  li > .box:hover .description ,
.product-list2 li > .box:hover .description {
    transition: all .2s;
    color: #545454;
}

.product-list .text,
.product-list2 .text {
    max-width: 286px;
    margin: 0 auto;
    margin-top: 20px;
}

.product-list .btn,
.product-list2 .btn {
    background: #9C9C9C;
    color: #fff;
    display: block;
    padding: 16px 10px;
    font-size: 15px;
    letter-spacing: 2px;
    transition: all .2s;
}

.product-list .btn:hover,
.product-list2 .btn:hover {
    background: #000;
    color: #fff;
    transition: all .2s;
}

.product-list li.top .cover,
.product-list2 li.top .cover {
    font-family: Arial;
    width: 60px;
    height: 30px;
    position: absolute;
    top: 20px;
    text-align: center;
    border-radius: 20px;
    z-index: 15;
    left: 20px;
    line-height: 30px;
    background: #f8d038;
    font-weight: bold;
}
.product-list .more {
    background: #ffffff;
    color: #46C8FA;
    border:1px solid #46C8FA;
    letter-spacing: 1px;
    display: block;
    font-size:13px;
    text-align: center;
    margin: 0 auto;
    padding: 5px;
    transition: all .2s;
    max-width: 157px;
    line-height: 40px;
    border-radius: 30px;
    font-weight:bold;
}

.product-list .box:hover .more {
    background: #B5E9FD;
    border-color:#B5E9FD;
    color:#0064BE;
    transition: all .2s;
}

/*------------ sect02 ------------*/

.sect02 {
    background: url(../../images/common/index/ab_bg.jpg) no-repeat;
    background-size:cover;
}
.sect02:before{
    content:'';
    width:395px;
    height:178px;
    background:url(../../images/common/index/ab.png)no-repeat;
    background-size:contain;
    position:absolute;
    left: 150px;
}
/*------------ sect05 ------------*/

.sect05 {
    padding: 80px 0;
}

/*------------ news ------------*/

.news-box .more {
    background: url(../../images/common/index/news_title.png);
    margin: 0 auto 20px;
}

.news-box {
    width: 100%;
}

.news-list {
    margin: 0 -10px;
}

.news-list li {
    width: 25%;
    padding: 0 10px 20px;
}


.news-list li .box {
    transition: all .2s;
    background: #EFF1F3;
    padding: 0 0 10px;
    position: relative;
    max-width: 375px;
    margin: 0 auto;
    box-sizing: border-box;
}
.news-list li .box:hover{
    background:#fff;
     box-shadow:0px 1px 15px rgba(0, 0, 0, 0.24);
}
.news-list li .box .cover{
     font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
   
}
.news-list li .box:hover .pic{
    padding:0;
    transition: all .2s;
}

.news-list li .pic {
    position: relative;
    box-sizing: border-box;
    padding: 12px 12px;
    transition: all .2s;
}
.news-list li .pic img{
    width:100%;
}
.news-list li .date,
.news-date {
    position: absolute;
    width: 63px;
    height: 60px;
    line-height: 1.2;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: #76D6FC;
    left: 25px;
    top: 0;
    z-index: 15;
    letter-spacing: 0.35px;
}
.news-list li .box:hover .date{
    background:#0A9EF8;
}
.news-list li .date b,
.news-date b {
    font-size: 25px;
    color: #fff;
    display: block;
    transition: all .2s;
    margin: 5px 0 -2px 0;
}

.news-list li .name {
    display: block;
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
    margin: 5px 10px;
}

.news-list .box:hover .name {
    color:#0064BE;
}


/*------------ about ------------*/

.about-box {
    float: left;
    width: 50%;
    position: relative;
    padding: 70px 0;
}

.about-box .more {
    /* position: absolute; */
    /* top: 40px; */
    /* left: 35px; */
    line-height: 1.2;
    font-size: 28px;
    color: #0362AF;
    font-size: 28px;
    letter-spacing: 3px;
}
.about-box .more:after{
    content:'';
    width:28px;
    height:3px;
    background:#066CC3;
    position:relative;
    display:block;
    margin:25px 0;
}
.about-bg  {
    position: relative;
    padding: 10px;
}
/*
.about-bg a:hover{
    text-decoration: underline;
    color: #e3e3e3;
}*/

.about-box .title {
    font-weight: bold;
    font-size: 20px;
    color: #FAD038;
    line-height: 1.4;
    margin: 0 0 25px;
    display: none;
}


/*------------ sect03 ------------*/

.sect03 {
    background: url(../../images/common/index/al_bg.jpg) no-repeat center bottom fixed;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 60px 0 90px;
    position:relative;
}

.sect03:before{
    content:'';
    width:100%;
    height:25px;
    background:url(../../images/common/index/shadow.png)no-repeat;
    background-size:100%;
    position:absolute;
    top:0;
    display:block;
    opacity:.5;
}
/*------------ album-box ------------*/

.album-box {
    float: left;
    width: 100%;
}

.album-box .title {
    text-align: center;
    line-height: 1.2;
    color: #000;
    font-size: 16px;
    position: relative;
    margin: 10px 0 25px;
}

.album-box .title b {
    font-size: 28px;
    color: #000;
    font-weight: normal;
    display: block;
    margin: 0 0 10px;
    letter-spacing: 3px;
    font-weight: bold;
}

.album-list {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0px;
    width: calc(100% - 0px);
}


.album-list .box{
    position: relative;
}
.album-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;

}
.album-list li .pic {
    overflow: hidden;
    position: relative;
    max-width: 390px;
    margin: 0 auto;
}

.album-list li .pic:before,
.album-list li .pic:after {
    content: "";
    position: absolute;
    transition: all .2s;
    opacity: 0;
}

.album-list li .pic:before {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.80);
    background: rgba(0, 0, 0, 0.70);
}

.album-list li .pic:after {
    content: "";
    width: 72px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -36px;
    top: 55%;
}

.album-list .box:hover .pic:before,
.album-list .box:hover .pic:after {
    transition: all .2s;
    opacity: 1;
}

.album-list li .name {
    position: relative;
    z-index: 10;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 50%;
    margin: -13px 0 0 0;
    width: 100%;
    padding: 0 40px;
    font-size: 17px;
    line-height: 1.2;
    height: 26px;
    color: #fff;
    text-align: center;
    transition: all .2s;
    opacity: 0;
    box-sizing: border-box;
}

.album-list .box:hover .name {
    transition: all .2s;
    opacity: 1;
}


/*------------ rwd ------------*/

@media screen and (max-width: 1280px) {
    .service-box,
    .products-box,
    .news-box,
    .album-box,
    .links-box {
        float: none;
        width: 100%;
        text-align: center;
    }

    .about-box{
        width:100%;
        padding: 30px 0 0;
    }
    .service-box {
        margin: 0 0 0px;
        padding: 0;
    }
    .service-box:after {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        left: 0px;
        bottom: 0px;
    }

    .products-sect {
        max-width: 1040px;
        margin: 0 auto;
    }
    .products-list .item {
        width: 25%;
        overflow: hidden;
    }
    .products-list .item:first-child {
        width: 50%;
    }
    .products-list .item:nth-child(6) {
        clear: left;
    }
    .sect01,
    .sect05{
padding: 30px 0;
    }
    .sect04{
        padding: 25px 0;
    }
    .sect04 .more-btn,
.sect02 .more-btn{
    margin:30px 0 10px;
}
}
@media screen and (max-width: 1100px) {
    
    .service-txt {
        float: none;
        width: 100%;
        margin: 0px;
        position: relative;
    }

    .album-list li .pic:before{
        opacity: 1;
    }

    .album-list li .pic:after {
        display: none;
    }

    .album-list li .name {
        opacity: 1;
        top: auto;
        bottom: 3px;
        padding: 0 10px;
    }
    .album-list li .pic:before {
        left: 0px;
        right: 0px;
        bottom: 0px;
        top: auto;
        height: 40px;
        background: rgba(0, 0, 0, 0.70);
        border:none;
    }  
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 880px) {
    .products-sect {
        max-width: 780px;
    }
    .products-list .item:nth-child(n) {
        width: 33.33%;
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
}

@media screen and (max-width: 767px) {
    .banner .slick-prev {
        left: 5px;
    }
    .banner .slick-next {
        left: auto;
        right: 5px;
    }
    .about-bg {
        padding: 20px 20px 40px;
    }
    .about-box .more {
        position: static;
        margin: 0 auto 20px;
    }
    .service-box {
        /* min-height: 80px; */
    }
    .album-box .title b,
    .products-box .title b,
    .about-box .more,
    .service-box .title{
        font-size:18px;
        letter-spacing:1px;
    }
    .about-box .more:after{
        margin:10px 0;
    }
    .sect02:before{
        background-size:50%;
        left:10px;
    }
}

@media screen and (max-width: 640px) {
    .products-sect {
        max-width: 520px;
    }
    .products-list .item:nth-child(n) {
        width: 50%;
    }
    .products-list .item:nth-child(1) {
        width: 100%;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n) {
        clear: left;
    }
    .banner .slick-arrow{
        display: none !important;
    }
}

@media screen and (max-width: 600px) {
    .service-box {
        padding: 0;
    }
    .hot-arrow,
    .hot-arrow2{
        position: relative;
        left: 50%;
        margin: 0 0 0 -40px;
    }
    .products-box .title,
    .album-box .title {
        margin: 10px 0 75px;
    }
    .news-list {
        margin: 0;
    }
    .news-list li {
        width: 100%;
        padding: 0 0 20px;
    }
}

@media screen and (max-width: 480px) {
    .album-list {
        margin: 0;
    }
    .sect01 {
        padding: 20px 0 50px;
    }
    .sect05 {
        padding: 30px 0 10px;
    }
    .sect03 {
        padding: 30px 0 50px;
    }
}

@media screen and (max-width: 450px) {
    .products-list .item:nth-child(n) {
        width: 100%;
        clear: none;
    }
    .products-list .box {
        max-width: 260px;
    }

}
