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

.banner {
    position: relative;
}

.banner .slick-arrow {
    position: absolute;
    width: 40px;
    height: 70px;
    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: 0px;
}

.banner .slick-next {
    left: auto;
    right: 0px;
    transform: rotate(180deg);
}

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


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

.sect01 {
	padding: 60px 0 70px;
    background: #fff;
}


/*------------ service-box ------------*/
.sect04{
    background: url(../../images/common/index/nservice_bg.jpg) center center no-repeat fixed #000F26;
    background-size: cover;
	height: auto;
    overflow: hidden;
	padding-top:90px;
	position:relative;
	overflow:hidden;
}
.sect04:before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	width:645px;
	background:url(../../images/common/index/nservice_bg.png) no-repeat;
	background-size:100% auto;
	left: 43%;
	transition: all .3s ease;
}
.service-title-box {

}

.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-bottom: 0px;
    padding-top: 60px;
}
   
.service-txt{
	color:#fff;
	max-width:560px;
	margin-left:30px;
	letter-spacing:0.7px;
}

.service-box {
    width:50%;
    margin: 0 auto;
    position: relative;
	float:right;
}
.service-txt-box{
	float:right;
	width:50%;
}

.service-box .title {
    line-height: 1.2;
    text-align: left;
    font-size: 28px;
    font-weight: normal;
    color: #F08B07;
    position: absolute;
    top: 50%;
    width: 100%;

}

.service-box .title:after {
    content: "";
	position:absolute;
	left:130px;
	right:45px;
	top:50%;
	height:1px;
	background:#F08B07;
    display: block;
	max-width:390px;

}

.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: #005bac;
    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: 25px;
    color: #000000;
    font-weight: bold;
    display: block;
    margin: 0 0 15px;
}

.products-box .title a {
    color: #bcbcbc;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    border: solid thin #dfdfdf;
    padding: 5px 8px;
    border-radius: 4px;
}

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

.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 11px;
}

.product-list li > a,
.product-list2 li > a {
    max-width: 306px;
    margin: 0 auto;
    padding: 10px 10px 0px;
    background: #f8f8f8;
    box-sizing: border-box;
    transition: all .2s;
    display: block;
    position: relative;
    transition: all .4s;
}

.product-list  li > a:hover,
.product-list2 li > a:hover {
    transition: all .4s;
    background: #005bac;
}

.product-list .pic,
.product-list2 .pic {
    max-width: 286px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    transform: scale(1,1);
    overflow: hidden;
    transition: all .4s;
}
.product-list  li > a:hover .pic img,
.product-list2 li > a:hover .pic img{
    transform: scale(1.12,1.1);
    transition: all .4s;
}

.product-list .name,
.product-list2 .name {
    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  li > a:hover .name,
.product-list2 li > a:hover .name{
    transition: all .4s;
    color: #fff;
}

.product-list .description,
.product-list2 .description {
  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 > a:hover .description,
.product-list2 li > a:hover .description{
    transition: all .4s;
    color: #fff;
}

.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;
    transition: all .4s;
}

.product-list .btn:hover,
.product-list2 .btn:hover {
    background: #000;
    color: #fff;
    transition: all .4s;
}

.product-list li.top .cover,
.product-list2 li.top .cover {
    font-family: Arial;
    width: 60px;
    height: 30px;
    position: absolute;
    top: 20px;
    text-align: center;
    z-index: 15;
    left: 20px;
    line-height: 30px;
    color: #fff;
    background: #f03a3a;
    font-weight: bold;
}
.product-list .more {
    background: #ccc;
    color: #fff;
    letter-spacing: 3px;
    display: block;
    text-align: center;
    margin: 0 -10px;
    padding: 10px;
    letter-spacing: 0em;
    transition: all .4s;
}

.product-list a:hover .more {
    background: #00427c;
    letter-spacing:.2em;
    transition: all .4s;
}

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

.sect02 {
    background: url(../../images/common/index/nabout_bg.jpg) no-repeat top center;
	
    background-size: cover;
        padding: 163px 0 0;
}
/*------------ sect05 ------------*/

.sect05 {
    padding: 60px 0;
	background: #f8f8f8;
}

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


.news-list li a {
    transition: all .2s;
    background: #f8f8f8;
    padding: 12px;
    position: relative;
    max-width: 375px;
    margin: 0 auto;
    box-sizing: border-box;
}

.news-list li a:hover {
    background: #005bac;
    transition: all .2s;
}

.news-list li .pic {
    position: relative;
    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;
    transition: all .2s;
    margin: 5px 0 -2px 0;
}

.news-list li .name {
   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;
}

.news-list a:hover .name {
    color: #fff;
}


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

.about-box {
    float: right;
    width: 47%;
    position: relative;
    padding: 0px 0 0 0;
}

.about-box .more {
   /* position: absolute;
    top: 40px;
    left: 35px;*/
    /*color: #fff;*/
    line-height: 1.2;
    font-size: 28px;
	color:#4AAAFF;
	font-weight:bold;
	margin-bottom:30px;
	position:relative;
	display:inline-block
}
.about-box .more:before{
	content:'';
	display:block;
	position:absolute;
	background:#3550A7;
	height:1px;
	width:147px;
	right:100%;
	margin-right:15px;
	top:50%;
}
.about-box .more:after{
	content:'';
	display:block;
	position:absolute;
	background:#3550A7;
	height:1px;
	width:761px;
	left:100%;
	margin-left:10px;
	top:50%;	
}
.about-bg:before{
	content:'';
	display:inline-block;
	width:319px;
	height:92px;
	background:url(../../images/common/index/nabout_pic.png);
	position:absolute;
	right:-45px;
	top: -50px;
	
}
.about-bg  {
  /*  padding: 40px 30px 40px 190px;*/
      padding: 0px 30px 40px 35px;
   /* background: rgba(0, 0, 0, 0.7);*/
    position: relative;
    margin-bottom: 50px;
}

.about-bg a:hover{

    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 {
	padding: 60px 0 100px;
    background-color: #fff;
}
.sect03 .title{
    color: #000000;
}

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

.album-box .title a {
    color: #bcbcbc;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    border: solid thin #dfdfdf;
    padding: 5px 8px;
    border-radius: 4px;
}

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

.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:before,
.album-list li .pic:after {
    content: "";
    position: absolute;
    transition: all .4s;
    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 a:hover .pic:before,
.album-list a:hover .pic:after {
    transition: all .2s;
    opacity: 1;
}

.album-list li .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 38%;
    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 a:hover .name {
    transition: all .2s;
    opacity: 1;
    padding: 40px 0;
}


/*------------ 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;
    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;
    transition: all .2s;
}

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

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

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

.link-list li .pic:before {
    content: "";
    position: absolute;
    display: block;
    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 a:hover .pic:before {
    transition: all .2s;
    opacity: 1;
}


/*------------ rwd ------------*/
@media screen and (max-width: 1440px) {
	.about-bg:before{
		right:0;
	}
}
@media screen and (max-width: 1280px) {
    .products-box,
    .news-box,
    .about-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;
    }
	.sect02{
		background-position:right;
		padding:100px 0 40px;
		
	}
	.about-box .more:before,.about-box .more:after{
		display:none;
	}
	
    .about-box {
        max-width: 800px;
        margin: 0 auto;
        padding: 0px 0 0 0;
    }
	.about-bg{
		  background: rgba(0, 0, 0, 0.7);
		  padding:20px 20px;
	}
    .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) {
	.sect04{
		padding-top:30px;
	}
	.sect04:before{
		left: 12%;
	}
    .service-txt-box {
          max-width: 560px;
		  margin:auto;
		  box-sizing:border-box;
    }
	.service-txt-box,.service-box{
		width:100%;
		float:none;
		 max-width: 560px;
		  margin:auto;
		   box-sizing:border-box;
	}
	.service-txt{
		max-width:inherit;
		float:none;
		margin:0;
	}
    .service-txt {
        letter-spacing: 1px;
    }

    .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;
    }  
    .album-list a:hover .name{
        padding: 0;
    }
    .service-box .title, .about-box .more, .album-box .title b{
        font-size: 18px;
        font-weight: bold;
    }

    .about-bg{
        margin-bottom: 0;
        letter-spacing: 1px;
        text-align: left;
    }
}

@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;
    }
	.sect04:before{
		left: -5%;
	}
}

@media screen and (max-width: 767px) {
    .sect01{
        padding: 50px 0 70px;
    }
    .sect02{
        padding: 20px 0;
    }
    .service-txt {
        width: 100%;
        padding: 0px;
        letter-spacing: 1px;
    }
    .service-txt-box {
        padding: 20px 0 0;
    }
    .products-box .title b{
        font-size: 18px;
    }
    .banner .slick-prev {
        left: 0px;
    }
    .banner .slick-next {
        left: auto;
        right: 0px;
    }
    .about-bg {
        padding: 20px 20px 20px;
        
    }
    .about-box .more {
        position: static;
        margin: 0 auto 20px;
    }
    .service-box {
        min-height: 40px;
    }
}

@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 {
        width: 20px;
        height: 35px;
        margin: -16px 0 0 0;
        background: url('../../images/common/index/arrow-m.png');
    }
	.about-bg:before{
		position:static;
		margin-bottom:15px;
		max-width:100%;
		background-size:contain;
		background-repeat:no-repeat;
	}
}

@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: 40px 0 70px;
    }
    .sect05 {
        padding: 40px 0 20px;
    }
    .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;
    }

}
