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

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

.banner .slick-dots {
    background: rgba(0,0,0,0.70);
    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 { 
    border-bottom: 1px solid #E6E4E3;
    padding: 40px 0 40px 0px;
    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;
}

.news-list li {
    position: relative;
    margin-top: 5px;
}

.news-list li + li {
}

.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(255, 255, 255, 0.6);
}

.news-list li .pic:after {
    content: "MORE";
    font-size: 13px;
    display: block;
    color: #555;
    position: absolute;
    z-index: 15;
    width: 100%;
    top: 0%;
    margin: -11px 0 0 0;
    text-align: center;
    font-family: "Arial";
    font-weight: bold;
}

.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: 0 24px 0 150px;
    margin-bottom: 20px;
}

.news-list li .date,
.news-date {
       display: block;
       width: 140px;
       font-size: 13px;
       padding: 0;
       color: #fff;
       line-height: 26px;
       margin-top: 12px;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2fc0d0+0,ffffff+100 */
background: rgb(47,192,208); /* Old browsers */
background: -moz-linear-gradient(left, rgba(47,192,208,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(47,192,208,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(47,192,208,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fc0d0', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
       font-family: "Arial";
       padding: 0px 10px;
       border-radius: 20px;
       margin-bottom: 10px;
}

.news-list li .name {
      white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #545454;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.news-list li a:hover .name {
   color:#0D45A4;
}

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


/*------------ product ------------*/
.sect2 {
    /*background-image:url(../../images/common/index/product_bg_right.png),url(../../images/common/index/product_bg_left.png);
    background-repeat: no-repeat;
    background-position: right 10%, left 90%;*/
}
.products-sect {
    padding: 30px 0;
}

.products-title {
    font-weight: normal;
    color: #121926;
    font-size: 23px;
    line-height: 32px;
    text-align: center;
}

.products-title .more {
        text-align: center;
        background: url(../../images/common/index/sec2_titleBg.png);
        /* border: 1px solid #D3CFCD; */
        position: relative;
        margin: 30px 0 40px;
        border-radius: 27px;
        /* overflow: hidden; */
        height: 40px;
}

.products-title .more a {
        display: inline-block;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 70px;
        /* padding: 0 58px; */
        background:#09C1FF url(../../images/common/index/product_more.png);
        width: 70px;
        height: 70px;
        border-radius: 50%;
        position: absolute;
        top: -15px;
        left: calc(50% - 35px);
        font-family: "Calibri";
        letter-spacing: 1px;
        font-weight: bold;
        text-indent: -9999px;
		transition: all .3s ease;
}
.products-title .more a:hover {
    background:#0D45A4 url(../../images/common/index/product_more.png);
}
.arrow-box button {
	transition: all .3s ease;
    width: 40px;
    height: 40px;
    border: 0;
    color: transparent;
    background:#99D9FF url(../../images/common/index/products_arrow.png) center center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    /* border-left: 1px solid #D3CFCD; */
    cursor: pointer;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

.arrow-box button:hover {
        background-color: #0D45A4;
}

.arrow-box .slick-prev {
    transform: rotate(180deg);
    right: auto;
    left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

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

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

.product-list .box {
    display: block;
    padding-top: 1px;
}

.product-list .box.new .pic:before {
    content: '';
    display: block;
    background: url(../../images/common/products/new_tag.png) no-repeat;
    width: 49px;
    height: 65px;
    position: absolute;
    z-index: 99;
    left: 10px;
    bottom: -22px;
}

.product-list .pic {
    position: relative;
    box-sizing: border-box;
    border: 7px solid #fff;
    margin:0;
    /*box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);*/
    transition: all .2s;
    outline: 1px solid #E6E4E3;
}

.product-list a:hover .pic {
    border: 7px solid #fff;
    /* border-color: #0D45A4; */
    transition: all .2s;
}

.product-list .text-box {
    padding: 0 20px;
    text-align: left;
    margin: 0 -20px;
    width: 100%;
    display: inline-block;

}

.product-list .text {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.product-list a:hover .name{
    color: #0D45A4;
}
.product-list .name {
    font-size: 16px;
    font-weight: bold;
    color: #555555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-list .description {
    font-size: 14px;
    color: #4E4E4E;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
    margin-top: 4px;
}


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

/*.sect3 {
    background: url('../../images/common/index/service_bg.jpg') no-repeat right top;
    background-size: cover;
    padding: 0px 0px 0px;
    box-sizing: border-box;
    border-top: 1px solid #E6E4E3;
}*/
.sect3 .container {
    padding: 0 20px 50px;
}
.sect3 .title::before{
    content: url('../../images/common/index/service-ic.png');
    display: inline-block;
    margin-right: 10px;
}
.sect3 .title {
    color: #0084E6;
    font-size: 23px;
    font-weight: normal;
    text-align: left;
    padding: 0 0 20px 35px;
    margin-top: 0px;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.3;
    background: none;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}
.service-sect {
    margin: 0 0 0px;
}
.service-box {
    /*max-width: 900px;*/
    margin: 0 auto;
    color: #666666;
    font-size: 15px;
    padding: 0 30px;
}

.service-box .pic {
    display: inline-block;
    vertical-align: top;
    margin: 0 60px 0 0;
}

.service-sect .service-editor {
    text-align: left;
    vertical-align: top;
    display: inline-block;
    width: 100%;
}

.service-sect .more {
    text-align: left;
    position: relative;
    margin: 40px 0 0;
}

.service-sect .more a {
        display: inline-block;
        font-size: 14px;
        color: #fff;
        line-height: 40px;
        /* padding: 1px 51px; */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3ccfc4+0,0086ff+100 */
background: rgb(60,207,196); /* Old browsers */
background: -moz-linear-gradient(left, rgba(60,207,196,1) 0%, rgba(0,134,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(60,207,196,1) 0%,rgba(0,134,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(60,207,196,1) 0%,rgba(0,134,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ccfc4', endColorstr='#0086ff',GradientType=1 ); /* IE6-9 */
        width: 158px;
        height: 40px;
        text-align: center;
        font-family: "Calibri";
        letter-spacing: 1px;
        font-weight: bold;
        border-radius: 6px;
}
.service-sect .more a:hover {
       /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00998d+0,0047cf+100 */
background: rgb(0,153,141); /* Old browsers */
background: -moz-linear-gradient(left, rgba(0,153,141,1) 0%, rgba(0,71,207,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,153,141,1) 0%,rgba(0,71,207,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,153,141,1) 0%,rgba(0,71,207,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00998d', endColorstr='#0047cf',GradientType=1 ); /* IE6-9 */
}

/*------------ album ------------*/
.sect4 {
    
}
.sect4 .container{
    
}
.album-sect {
    padding: 20px 0;
    margin: 0 auto 50px;
    /*border-top: 1px solid #C6C6C6;*/
    background: url(../../images/common/index/album-icon.png) center top no-repeat;
}
.album-sect .has-tit {
    padding: 0;
    vertical-align: middle;
}

.album-list .title {
    /* margin-top: 26%; */
    position: relative;
    text-align: center;
    margin-bottom: 30px;
  /*  margin-top: 20px;*/
}

.album-list .title span {
    color: #121926;
    font-size: 23px;
    /* 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 {
    background: url(../../images/common/bg/bg2.png);
}

.album-list {
    width: 100%;
    display: table;
    /* background: url(../../images/common/bg/bg8.jpg); */
}

.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 .pic {
    position: relative;
}

.album-list li .name {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    width: 100%;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    bottom: 0;
    padding: 8px 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.album-list li .pic:before,
.album-list li .pic:after {
    content: "";
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    opacity: 0;
}

.album-list li .pic:before {
    content: "";
    width: 51px;
    height: 48px;
    top: 0%;
    left: 50%;
    margin: -40px 0 0 -25px;
    background: url(../../images/common/album/ic.png);
    z-index: 5;
}

.album-list li .pic:after {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
}
.album-list .box:hover .name {
    background: #048BFB;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
}
.album-list li a:hover .pic:before,
.album-list li a:hover .pic:after {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

.album-list li a:hover .pic:before {
    top: 50%;
}


/*------------ about ------------*/
.sect3 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f9ff+0,daefef+100 */
background:url(../../images/common/index/index_about.png), url(../../images/common/index/moreBox-bg.png); /* Old browsers */
background-repeat:no-repeat, no-repeat;
background-position:right bottom, center top;

}
.sect5{
    background: url(../../images/common/index/aboutBg.png) center top no-repeat;
    position: relative;
    background-size: cover;
}
.sect5::after{
    content: "";
    display: block;
    height: 169px;
    background: url(../../images/common/index/banner_cover.png) center bottom no-repeat;
    width: 100%;
    bottom: -1px;
    position: absolute;
    /* border-bottom-right-radius: 25%; */
    background-size: cover;
}

.about-sect {
    display: block;
    width: 100%;
    margin: 0 0 0px;
    min-height: 100px;
}

.about-sect .text {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0px;
    display: block;
    vertical-align: top;
    text-align: center;
}
.about-box {
    max-width: 855px;
    margin: 0 auto;
    /* background: rgba(23, 38, 64, 0.53); */
    padding: 31px 0 0;
    /* border-radius: 10px; */
    text-align: center;
    position: relative;
}

.about-sect .text .tit::before{
    content:"";
    width:27px;
    height:1px;
    background:#fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -3px;
}
.about-sect .text .tit::after{
    content:"";
    width:27px;
    height:1px;
    background:#fff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: -3px;
}
.about-sect .text .tit{
       font-size: 23px;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    /*background: url(../../images/common/index/about_ic.png) center top no-repeat;
    padding: 40px 0 0;*/
}

.about-sect .about-box .more {
    font-size: 14px;
    color: #F6F700;
    /*font-weight: bold;*/
    display: block;
}
.about-sect .about-box .more:hover{
    color: #ffaf4a;
}

.about-sect .more {
    text-align: center;
    position: relative;
    margin: 25px 0 0px;
}
.about-sect .more a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 64px;
    /* padding: 0 48px; */
    background: url(../../images/common/bg/bg9.png);
    width: 80px;
    height: 95px;
    letter-spacing: 1px;
    text-indent: -9999px;
    position: absolute;
    left: calc(50% - 40px);
    bottom: -55px;
    z-index: 99;
}
.about-sect .more a:hover {
    opacity: 0.8;
}
/*------------ 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 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 #A9B04C;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #A9B04C;
    text-shadow: none;
    float: right;
    margin: 5px 0 0 0;
    transition: all .2s;
}

.links-box .more:hover {
    border-color: #fff;
    color: #fff;
    transition: all .2s;
}


/*------------ 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) {
    .about-sect {
        max-width: 900px;
        margin: 0 auto ;
    }
    .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);
    }
    .service-sect .service-editor {
        background: rgba(255, 255, 255, 0.85);
        padding: 25px;
        border-radius: 10px;
    }
}
@media screen and (max-width: 1140px) {
    .news-list li .text {
        max-width: 540px;
    }
    .sect2{
        background: none;
    }

}
@media screen and (max-width: 1024px) {
     .sect3 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f9ff+0,daefef+100 */
        background:url(../../images/common/index/moreBox-bg.png);
        -webkit-background-size: cover;
        background-size: cover;

    }
    .sect3 .title::before{
        display: none;
    }
    .sect3 .title {
        padding: 30px 0 20px;
        text-align: center;
    }
    .service-sect .more {
        margin: 25px 0 0;
        text-align: center;
    }
    .sect3 .container {
        padding: 0px 20px 30px;
    }
    .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;
    }
    

}

@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) {
    .about-sect .text {
       /* padding: 30px 5px 0;*/
    }
    body .fancybox-nav span {
        right: 0px;
    }
    body .fancybox-prev span {
        left: 0px;
    }

   
}

@media screen and (max-width: 600px) {
    .album-list li {
        width: 50%;
    }
    .about-sect .more a {
        width: 67px;
        height: 79px;
        bottom: -41px;
        background-size: 100%;
    }
}

@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;*/
    }
    .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: 400px) {
    .album-list li {
        width: 100%;
    }
    .about-sect .title {
        width: auto;
    }
    .about-sect .title b {
        height: auto;
    }
    .products-sect {
        padding: 10px 0;
    }
}
