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

.banner {
    position: relative;
}

.banner .slick-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    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;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.banner .slick-arrow:hover {
    background-position: 0 100%;
}

.more-btn {
    color: #444;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    border: solid thin #444;
    padding: 5px 18px;
    border-radius: 20px;
    margin-top: 37px;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 12px;
    max-width: 100px;
    letter-spacing: 2px;
}

.more-btn:hover {
    background: #005bac;
    font-weight: bold;
    color: #fff;
    border: solid thin #005bac;
}

.about-bg .more-btn {
    color: #fff;
    border: solid thin #fff;
}


/*------------ sect01 ------------*/

.sect01 {
    padding: 50px 0 100px;
    background: #fff;
}


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

.sect04 {
    background: url(../../images/common/index/service_bg.png) 50% 0% no-repeat;
    position: relative;
    padding: 0px 0 40px;
    min-height: 775px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sect04 .container:before {
    content: '';
    display: block;
    background: url(../../images/common/index/service_pic.png) no-repeat 50% 50%;
    width: 800px;
    height: 800px;
    position: absolute;
    top: 0;
    left: 0;
}

.service-title-box {
    position: relative;
    background-size: cover;
}

.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: 35px 0;*/
    position: relative;
}

.service-txt {
    position: relative;
    color: #fff;
}

.service-txt .more-btn {
    margin: 20px auto;
    border-color: #00a3f0;
    color: #00a3f0;
    background: #fff;
    display: block;
    max-width: 140px;
    text-align: center;
}
.service-txt .more-btn:hover{
    background: #23bbc0;
    border-color: #23bbc0;
    color: #fff;
}

.service-box {
    width: 100%;
    margin: 0 auto;
    position: relative;
    width: 800px;
    position: relative;
    color: #fff;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 190px 80px 30px;
}

.service-box .title {
    line-height: 1.2;
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    color: #fff;
    position: relative;
}

.service-box .title:after {
    content: '';
    display: block;
    background: url(../../images/common/index/line.png) no-repeat 50% 50%;
    width: 184px;
    height: 11px;
    position: relative;
    margin: 11px auto 27px;
}

.service-box .editor {
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 270px;
    margin: 0 0 30px;
    position: relative;
    z-index: 15;
    text-align: center;
}

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 {
    -webkit-transition: all .2s;
    transition: all .2s;
    background: #a8d7e9;
    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: normal;
    display: block;
    margin: 0 0 7px;
}

.products-box .title a {
    color: #444;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    border: solid thin #444;
    padding: 7px 30px;
    border-radius: 21px;
    -webkit-transition: all .3s;
    transition: all .3s;

}

.products-box .title a:hover {
    background: #005bac;
    font-weight: bold;
    color: #fff;
    border: solid thin #005bac;
}

.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 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 0;
    left: auto;
}

.hot-arrow .slick-arrow:hover,
.hot-arrow2 .slick-arrow:hover {
    opacity: 0.8;
}

.product-list,
.product-list2 {
    margin: 0 -11px;
}

.product-list li,
.product-list2 li {
    width: 25%;
    padding: 0 11px;
}

.product-list li>.box,
.product-list2 li>.box {
    max-width: 306px;
    margin: 0 auto 4px;
    padding: 10px 10px 0px;
    background: #f6f6f6;
    border: solid 1px #f6f6f6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    position: relative;
}

.product-list li>.box:hover,
.product-list2 li>.box:hover {
    background: #fff;
    border-color: #005bac;
    -webkit-transform: translate(0, 4px);
    transform: translate(0, 4px);
    -webkit-box-shadow: 0 3px 5px rgba(5, 76, 139, 0.46);
    box-shadow: 0 3px 5px rgba(5, 76, 139, 0.46);
}

.product-list .pic,
.product-list2 .pic {
    max-width: 286px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}

.product-list .name a,
.product-list2 .name a {
    display: block;
    text-align: center;
    line-height: 1.2;
    color: #000;
    font-size: 17px;
    height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px 0 5px;
}

.product-list .description a,
.product-list2 .description a {
    font-size: 14px;
    color: #717171;
    line-height: 1.75;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
    margin: 5px 5px 10px;
}

.product-list li>.box:hover .description a,
.product-list2 li>.box:hover .description a {
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #545454;
}

.product-list .text,
.product-list2 .text {
    max-width: 286px;
    margin: 0 auto;
}

.product-list .btn,
.product-list2 .btn {
    background: #9C9C9C;
    color: #fff;
    display: block;
    padding: 16px 10px;
    font-size: 15px;
    letter-spacing: 2px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.product-list .btn:hover,
.product-list2 .btn:hover {
    background: #000;
    color: #fff;
    -webkit-transition: all .2s;
    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;
    font-weight: bold;
    background: rgba(0, 163, 240, 0.31);
    font-weight: bold;
    background: #00a3f0;
    font-weight: bold;
    color: #fff;
}

.product-list .more {
    background: #23bbc0;
    color: #fff;
    letter-spacing: 3px;
    display: block;
    text-align: center;
    margin: 0 -10px;
    padding: 10px;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: relative;
    z-index: 2;
}

.product-list .more:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, from(#005bac), to(#023a6c));
    background: linear-gradient(#005bac, #023a6c);
}

.product-list li:hover .more:before {
    width: 100%;
    height: 100%;
}


/*------------ sect02 ------------*/

.sect02 {
    background: url(../../images/common/index/about_bg.jpg) no-repeat center 35%;
    background-size: cover;
    padding: 50px 0;
    position: relative;
}

.sect02:before {
    content: '';
    display: block;
    background: url(../../images/common/index/about_pic.png) no-repeat 50% 50%;
    width: 450px;
    height: 496px;
    position: absolute;
    right: 50%;
    top: -50px;
    margin-right: -965px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.sect02:hover:before{
    -webkit-transform: translate(0,5px);
    transform: translate(0,5px);
}


/*------------ sect05 ------------*/

.sect05 {
    padding: 100px 0 80px;
}


/*------------ 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.list-h .item a.cover{
	font-size:0;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:30;
}
.news-list li {
    width: 25%;
    padding: 0 10px;
}

.news-list li .box {
    -webkit-transition: all .2s;
    transition: all .2s;
    background: #f6f6f6;
    border: solid 1px #f6f6f6;
    padding: 12px;
    position: relative;
    max-width: 375px;
    margin: 4px auto 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.news-list li .box:hover {
    background: #fff;
    -webkit-transform: translate(0, 4px);
    transform: translate(0, 4px);
}

.news-list li .box:before {
    content: '';
    border: solid 1px #00a3f0;
    border-width: 1px 0;
    width: 0;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

.news-list li .box:after {
    content: '';
    display: block;
    border: solid 1px #00a3f0;
    border-width: 0 1px;
    width: 100%;
    height: 0%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    visibility: visible;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.news-list li .box:hover:after {
    height: 100%;
}

.news-list li .box:hover:before {
    width: 100%;
}

.news-list li .pic {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.news-list li .date,
.news-date {
    position: absolute;
    width: 57px;
    height: 63px;
    line-height: 1.2;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: url('../../images/common/news/date.png');
    left: 25px;
    top: 0;
    z-index: 15;
    letter-spacing: 0.35px;
}

.news-list li .date b,
.news-date b {
    font-size: 25px;
    color: #fff;
    display: block;
    -webkit-transition: all .2s;
    transition: all .2s;
    margin: 5px 0 -2px 0;
}

.news-list li .name a {
    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: 15px 0 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.news-list .box:hover .name a {
    color: #005bac;
}


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

.about-box {
    float: right;
    width: 600px;
    position: relative;
    padding: 100px 0 0 0;
    color: #fff;
    margin-right: 200px;
}

.about-box .more {
    position: absolute;
    top: 79px;
    left: 35px;
    color: #fff;
    line-height: 1.2;
    font-size: 28px;
}

.about-box .more:before {
    content: 'ABOUT';
    display: block;
    position: absolute;
    color: #fff;
    font-size: 36px;
    font-family: 'Advent Pro', sans-serif;
    letter-spacing: 0.08em;
    right: -4px;
    top: -42px;
}

.about-box .more:after {
    content: '';
    display: block;
    background: url(../../images/common/index/line.png) no-repeat 50% 50%;
    width: 184px;
    height: 11px;
    position: absolute;
    right: 0;
    top: -60px;
}

.about-bg {
    padding: 40px 30px 40px 190px;
    background: rgba(0, 0, 0, 0);
    position: relative;
    margin-bottom: 50px;
}

.about-bg .more-btn:hover {
    background: #005bac;
    border-color: #005bac;
}


/*
.about-bg a:hover{
    text-decoration: underline;
    color: #e3e3e3;
}*/

.about-box .title {
    font-weight: bold;
    font-size: 23px;
    color: #00fff1;
    line-height: 1.2;
    margin: 0 0 2px;
    padding-bottom: 10px;
    font-family: 'Advent Pro', sans-serif;
}


/*------------ sect03 ------------*/

.sect03 {
    background: #fff;
    padding: 60px 0 90px;
    position: relative;
}

.sect03:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 0;
    top: 0;
}

.sect03 .container {
    position: relative;
    z-index: 2;
}


/*------------ 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;
}

.album-box .title a {
    color: #00a3f0;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    border: solid thin #00a3f0;
    padding: 5px 8px;
    border-radius: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.album-box .title a:hover {
    background: #005bac;
    font-weight: bold;
    color: #fff;
    border: solid thin #005bac;
}

.album-list {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0px;
    width: calc(100% - 0px);
}

.album-list li .pic {
    overflow: hidden;
    position: relative;
    max-width: 390px;
    margin: 0 auto;
}

.album-list li .pic>a:before,
.album-list li .pic>a:after {
    content: "";
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
}

.album-list li .pic>a:before {
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px;
    border-radius: 50%;
    background: rgba(0, 78, 147, 0.85);
    -webkit-transform: translate(0, 30px) rotateY(180deg);
    transform: translate(0, 30px) rotateY(180deg);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.album-list li .pic>a:after {
    content: "";
    width: 0%;
    height: 0%;
    border: solid 1px #00a3f0;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.album-list .box:hover .pic>a:before {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotateY(0deg);
    transform: translate(0, 0) rotateY(0deg);
}

.album-list .box:hover .pic>a:after {
    opacity: 1;
    width: calc(80% - 40px);
    height: calc(80% - 40px);
}

.album-list li .name a {
    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;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.album-list .box:hover .name a {
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 1;
}


/*------------ links-box ------------*/

.links-box {
    width: 16.6%;
    float: right;
}

.links-box .more {
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    letter-spacing: 2px;
    text-align: center;
    display: block;
    -webkit-transition: all .2s;
    transition: all .2s;
    margin: 10px 0 0 0;
}

.links-box .more i {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    background: #000;
    margin: 0 10px 0 0;
}

.links-box .more:hover {
    text-decoration: underline;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.link-list li {
    margin: 0 0 10px;
}

.link-list li .box {
    margin: 0 auto;
    max-width: 240px;
}

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

.link-list li .pic a:before {
    content: "";
    position: absolute;
    display: block;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
}

.link-list li .box:hover .pic a:before {
    -webkit-transition: all .2s;
    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;
    }
/*
    .service-box {
        margin: 0 0 0px;
        padding: 0;
    }
    .service-box:after {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        left: 0px;
        bottom: 0px;
    }
*/
    .about-box {
        max-width: 800px;
        margin: 0 auto;
    }
    .about-box {
        padding: 80px 0 0 0;
    }
    .links-box {
        margin: 60px 0 0 0;
    }
    .link-list li {
        display: inline-block;
        float: none;
    }
    .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;
    }
}

@media screen and (max-width: 1100px) {
    .service-box .title {
        position: relative;
       
    }
    .service-box{
        float: none;
        width: 100%;
        padding: 200px 20px 0;
        
    }
    .service-box .editor{
        height: auto;
    }
    .sect05{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .sect04 .container::before{
        display: none;
    }
    .service-txt-box {
        padding-top: 40px;
        padding-bottom: 0;

    }
    .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;
    }
    .banner .slick-next,
    .banner .slick-prev {
        display: none;
        visibility: hidden;
    }
    .about-box {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
        background: rgba(0, 0, 0, 0.5);
    }
    .about-bg {
        margin-bottom: 0;
    }
    .about-box .title {
        color: #00a3f0;
    }
    .sect02 {
        background-position: 20% 50%;
    }
}

@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::before {
        position: static;
    }
    .about-box .more {
        position: static;
        margin: 0 auto 20px;
    }
    .service-box {}
}

@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;
    }
    .sect04 {
        min-height: inherit;
        height: auto;
        background-size: cover;
        padding-bottom: 25px;
        background: url(../../images/common/index/service_pic.png) no-repeat 50% 50%;
    }
    .service-txt::before {
        font-size: 40px;
        top: -59px;
    }
}

@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 30px;
    }
}

@media screen and (max-width: 480px) {
    .album-list {
        margin: 0;
    }
    .sect01 {
        padding: 20px 0 30px;
    }
    .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;
    }
}
