/*------------ / banner ------------*/
.banner {
    padding-bottom: 0px;
	padding-top: 0px;
}

.banner .slider:before {
    content: '';
    border: 0px solid #fff;
    position: absolute;
    z-index: 50;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.15;
    pointer-events: none;
}
.banner-slider-control {
     position: absolute;
    z-index: 50;
    top: 100%;
    right: 15%;
    text-align: center;
    margin-top: -70px;
}
.banner .slick-prev,
.banner .slick-next {
    vertical-align: middle;
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_arrow.png') no-repeat;
      width: 8px;
    height: 12px;
    cursor: pointer;
}
.banner .slick-prev {
    background-position: 0 0;
    margin-right: 10px;
}
.banner .slick-next {
    background-position: 100% 0;
    margin-left: 10px;
}
.banner .slick-prev:hover {
    background-position: 0 100%;
}
.banner .slick-next:hover {
    background-position: 100% 100%;
}
.banner-slider-dots {
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots li {
    vertical-align: middle;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_dot.png') no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.banner .slick-dots li.slick-active button {
    background-position: 100% 0;
}
/*------------ / site-main ------------*/
.site-main {
    padding-bottom: 0px;
}
.more{
    font-family:'Montserrat',sans-serif;
    color: #fff;
	font-size: 13px;
}
/*------------ / products ------------*/
.sect1 {
    padding: 30px 0 50px;
}
.products-sect-title {
    /*! background: url('../../images/common/index/pd-title.png')top right no-repeat; */
    text-align:right;
    padding: 65px 0 0px 0px;
    margin: 35px 0 16px;
    /*! width: 150px; */
}
.products-sect-title span:before{
    content:'';
    width:1px;
    height:24px;
    background:#fff;
    position:absolute;
    left:-20px;
    top:5px;
    /*! transform:rotate(25deg); */
}
.products-sect-title span {
    color: #fff;
    font-size: 23px;
    display: inline-block;
    vertical-align: middle;
    margin:35px 0px 0;
    letter-spacing:0.35em;
    position: relative;
}
.products-sect-title b {
    display: inline-block;
    border-bottom: 2px solid #444455;
    color: #989FFC;
}
.products-sect-title .more{
    float: left;
    width: 162px;
    text-align:center;
    margin: 10px auto 0;
    border: solid 2px #464646;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: relative;
    z-index: 5;
}
.products-sect-title .more a{
    line-height:50px;
}
.products-sect-title .more:hover a{
   color:#000;
}
.products-sect-title .more:hover{
    background:#fff;
}
.products-sect-title .more:before{
    content: '';
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
    background: #fff;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.products-sect-title .more:hover:before{
    width: 100%;
}

.products-sect-title .more a i,
.about-sect .ibtn.more i{
    background:url(../../images/common/index/arrow.png);
    width:6px;
    height:11px;
    display:inline-block;
    position:relative;
    margin:0 0px 0 10px;
}
.products-sect-title .more a:hover i,
.about-sect .ibtn.more:hover i{
  background-position:100% 0;
}

.products-list {
    margin: 0 -10px;
}
.products-list .item {
    width: 16.66%;
    padding: 0 10px;
}

.products-list .box {
    max-width: 220px;
     margin: 20px auto 10px;
    position: relative;
}

.products-list .box.new:before {
    content: 'NEW';
    position: absolute;
    font-size: 13px;
    z-index: 10;
    font-family:'Montserrat',sans-serif;
    top: -5px;
    left: -15px;
    color: #fff;
    background: #000;
    padding: 3px 8px;
    transform:rotate(90deg);
}

.products-list .pic-box {
    position: relative;
    overflow: hidden;
}

.products-list .pic {
    position: relative;
    overflow: hidden;
}
.products-list .box:hover .pic{
     -webkit-filter:blur(.5px);
}
.products-list .pic:before {
    content: '';
    background: rgba(0,0,0,0.3);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.products-list .box:hover .pic:before {
    opacity: 1;
}
.products-list .txt {
    position: relative;
    z-index: 1;
    padding: 0 5px 8px;
}
.products-list .description {
    font-size: 14px;
    color: #777;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 41px;
}
.products-list .box:hover .description{
    color:#fff;
}
.products-list .name {
    color: #fff;
    font-size: 17px;
    margin: 20px 0 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.05em;
    height: 27px;
}
.products-list .box:hover .name {
    color: #43ADC5;
}
.products-list .name:after{
    content:'';
    width:60px;
    height:1px;
    background:#B90000;
    display:block;
    position:absolute;
    margin-top:14px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.products-list .box:hover .name:after{
    width:100%;
    background:#43ADC5;
}

.products-sect .slick-dots {
    padding-top: 20px;
    text-align: right;
}
.products-sect .slick-dots li button,
.news-sect .slick-dots li button,
.album-sect .slick-dots li button{
    white-space: nowrap;
    overflow: hidden;
    text-indent:9999%;
    text-align: left;
    padding: 0;
    border: 0;
    width: 8px;
    height: 8px;
    margin:0 5px;
    cursor: pointer;
    border-radius:50%;
    background:#999;
}
.products-sect .slick-dots li.slick-active button,
.news-sect .slick-dots li.slick-active button,
.album-sect .slick-dots li.slick-active button{
    background:#B90000;
}

/*------------ / about ------------*/
.sect2 {
    padding: 40px 0;
}
.sect2 .container {
     max-width: 1920px;
    padding: 0 0 0px;
}
.sect2 .container-about{
    max-width:947px;
    margin:auto;
    padding: 0;
	display: none;
}
.about-sect {
    position: relative;
    overflow: hidden;
}
.about-sect-title {
    color: #fff;
    font-size: 24px;
    padding:5px 0;
    margin: 0px 0px 60px;
    width: 342px;
    position:relative;
    text-align:right;
    background:url(../../images/common/index/ab-title.png)bottom left no-repeat;
    display:  inline-block;
}
.about-sect-title:after{
    content:'';
    width:48px;
    height:2px;
    background:#B90000;
    display:block;
    position:absolute;
    margin-top:24px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.about-sect-title span{
  padding:0px;
  position:  relative;
  top: 15px;
  letter-spacing:0.3em;
}
.about-sect .txt-box{
    padding: 0px 0px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:  auto;
}
.about-sect .editor {
    min-height: 220px;
    margin:  auto;
    text-align:  center;
}
.about-sect .title-ic{
    position:absolute;
    text-align:center;
    margin:auto;
    left:0px;
    right:0px;
   z-index:9;
   margin-top:45px;
}
.about-sect .ibtn.more{
   text-indent:inherit;
   top: 10px;
   width:208px;
   line-height:40px;
   color:#fff;
   text-align:center;
   border: solid 2px #464646;
   -webkit-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
   position: relative;
   z-index: 5;
   display:inline-block;
   float:right;
}
.about-sect .ibtn.more:hover{
   color:#000;
   border-color:#fff;
}
.about-sect .more:before{
    content: '';
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
    background: #fff;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.about-sect .more:hover:before{
    width: 100%;
}

.about-sect .editor .top-txt{
    max-width:950px;
    margin:auto;
    display:  inline-block;
}


.about-sect .editor .top-txt .left.col{
    width:62%;
    display:inline-block;
    position:  relative;
    line-height:30px;
    font-size:15px;
    color:#fff;
    float:  left;
}
.about-sect .editor .top-txt .left.col img{
    margin-top:25px;
}
.about-sect .editor .top-txt .right.col{
    width:35%;
    float:right;
    vertical-align:top;
    display:inline-block;
}
.about-sect .editor .down-txt:before{
    content:'';
    width:100%;
    height:186px;
    background:#000;
    display:block;
    position:absolute;
   clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.about-sect .editor .down-txt{
    margin-top:-80px;
   padding:0px 0 350px;
    background:url(../../images/common/index/about_bg.jpg) fixed;
}
.about-sect .editor .down-txt .col.one{
    width:20%;
    margin:0 20px;
    display:inline-block;
}
.about-sect .editor .down-txt .inn.two{
    max-width:1060px;
    margin:auto;
    padding-top:340px;
}
.ttxt{
     text-align:center;
     position:  relative;
     display:  block;
     margin: 20px;
}
.ttxt span{
     text-align:center;
     padding:0px;
     color:#fff;
     font-size:18px;
     position:relative;
     letter-spacing:10px;
      display:  block;
}
/*------------ / album ------------*/

.sect3 {
   padding:80px 0;
    background:url(../../images/common/index/album-bg.jpg)center;
}
.sect3 .container {
    max-width: 1330px;
    padding: 0 15px;
}

.album-sect {
    width: auto;
    float: none;
    position: relative;
}
.album-sect-title {
    background: url('../../images/common/index/al-title.png')20% 10px no-repeat;
    line-height: 1.4;
    text-align:right;
    padding: 5px 0 10px 45px;
    max-width:362px;
    margin:0 auto 15px;
}
.album-sect-title span {
    color: #fff;
    font-size: 27.5px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 35px;
    font-weight: normal;
    letter-spacing:0.4em;
}
.album-sect-title b {
    display: inline-block;
    border-bottom: 2px solid #444455;
    color: #989FFC;
}

.album-sect .more,
.news-sect .more {
    float: left;
    width: 162px;
    text-align:center;
    margin: 40px auto 0;
    border: solid 2px #464646;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: relative;
    z-index: 5;
}
.album-sect .more:hover,
.news-sect .more:hover{
   color:#000;
}
.album-sect .more a,
.news-sect .more a{
    line-height:50px;
}
.album-sect .more:hover a,
.news-sect .more:hover a{
   color:#000;
}
.album-sect .more:before,
.news-sect .more:before{
    content: '';
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
    background: #fff;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.album-sect .more:hover:before,
.news-sect .more:hover:before{
    width: 100%;
}

.album-sect .more a i,
.news-sect .more a i{
    background:url(../../images/common/index/arrow.png);
    width:6px;
    height:11px;
    display:inline-block;
    position:relative;
    margin:0 0px 0 10px;
}
.album-sect .more a:hover i,
.news-sect .more a:hover i{
  background-position:100% 0;
}
.album-sect .slick-dots {
    text-align: center;
    position: relative;
    padding-top: 20px;
    top: 100%;
    left: 0;
    right: 0;
}
.album-list {
    margin: 0 -3px;
}
.album-list > li{
    width: 25%;
}
.album-list .item {
    padding: 0 4px;
}
.album-list .box {
    display: block;
    position: relative;
    max-width: 480px;
    margin: 0 auto;
}
.album-list .fancybox {
    display: none;
}
.album-list .pic {
    position: relative;
    overflow: hidden;
}
.album-list .pic:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:rgba(0,0,0,0.55);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.album-list .box:hover .pic:before {
    opacity: 1;
}
.album-list .txt {
    padding: 20px 28px;
    background:#071723;
    margin:0 20px;
    position:relative;
    display:block;
    z-index:999;
    margin-top:-25px;
}
.album-list .box:hover .txt{
    background:#43AEC5;
}
.album-list .name {
    color: #fff;
    font-size: 17px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
    height: 25px;
}
.album-list .box:hover .name {
    color: #000;
}
.album-list .txt:before {
    content: '';
    display: inline-block;
   background:url(../../images/common/index/camera.png);
    width:25px;
    height:20px;
}
.album-list .box:hover .txt:before {
   background-position:100% 0;
}
/*------------ / service ------------*/
.sect5 {
    padding: 90px 0 50px;
   
}
.sect5 .container:before{
    content:'';
    background:url(../../images/common/index/se-title.png)no-repeat;
    width:602px;
    height:86px;
    display:block;
    position:absolute;
    top:-86px;
}

.sect5 .container {
    max-width: 1300px;
    padding: 0;
    background:url(../../images/common/index/se_bg.jpg);
    color:#fff;
}
.sect5 .btn.more {
    margin-top: 20px;
    width: 50px;
    height: 50px;
    background: #5A60A0;
    color: #eee;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    text-align: center;
}
.sect5 .btn.more:hover {
    background: #152cbf;
}
.sect5 .btn.more .ic {
    display: block;
    font-size: 24px;
    margin: 5px auto 0;
}
.service-sect {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 40px 5%;
}
.service-sect .btn.more {
    margin-left: 0px;
    display: none;
}
.service-sect-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 50px;
}
.service-sect-title span {
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    font-weight: bold;
    display:  none;
}
.service-sect-title b {
    display: inline-block;
    font-weight: bold;
    color: #000;
}
.service-sect .editor {
    min-height: 197px;
    color: #fff;
}
.service-sect .editor ul{
    margin:0px;
    padding:0px;
}
.service-sect .editor li{
    width:33%;
    display:inline-block;
    margin-bottom:80px;
}
.service-sect .editor li span{
    display:block;
    margin:5px 0 0;
    font-size:17px;
    font-weight:bold;
    letter-spacing:0.3em;
}
.service-sect .editor li a:hover{
    opacity:.5;
}
.sect5 .ibtn.more {
    top: -40px;
    position:absolute;
    text-indent: -9999px;
    border-radius: 50%;
    border:10px solid #011321;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sect5 .ibtn.more:hover {
    transform: scale(1.6);
    border: 9px solid #011321;
    width:30px;
    height:30px;
  
}
/*------------ / news ------------*/

.sect4 {
    padding: 120px 0;
    background:#071723;
}
.news-sect {
    float: right;
    width: calc(100% - 0px);
}
.news-sect-title {
    background: url('../../images/common/index/ne-title.png')20% 10px no-repeat;
    line-height: 1.4;
    text-align:right;
    padding: 5px 0 10px 45px;
    max-width:300px;
    margin:0 auto 15px;
}
.news-sect-title span {
    color: #fff;
    font-size: 27.5px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 35px;
    font-weight: normal;
    letter-spacing:0.4em;
}
.news-sect-title b {
    display: inline-block;
    border-bottom: 2px solid #444455;
    color: #989FFC;
}
.news-sect .more {
    margin: 10px auto 0;
}
.news-sect .slick-dots{
    padding-top: 50px;
    text-align: right;
}

.news-list {
    margin: 0 -6px;
}
.news-list .item {
    width: 25%;
    padding: 0 6px;
}
.news-list .box {
    max-width: 254px;
    margin: 0 auto;
    background: #1E2428;
}
.news-list .box:hover {
    background:#647A86 ;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
}

.news-list .txt {
    position: relative;
    padding: 20px 25px 18px;
}
.news-list .name {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height:42px;
    margin-bottom:25px;
}
.news-list .box:hover .description {
    color: #071723;
}
.news-list .description {
    color: #647A86;
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
    margin: 8px 0 25px;
}
.news-list .date {
    display: block;
    color: #fff;
    font-size: 12px;
    text-align: left;
}

/*************fancybox-close*************/
body .fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    width: 45px;
    height: 45px;
    right: 0px;
    top: -60px;
}
body .fancybox-close:hover {
    background-position: 0 100%;
}
body .fancybox-skin {
    background: #fff;
    margin: 20px 40px;
    border-radius: 0px;
}
/*************************************/
@media screen and (max-width: 1300px) {
	.sect2 {
		padding: 0px 0;
	}
    .service-sect .editor li{
    width:30%;
}
.about-sect .editor .down-txt{
     margin-top: 0px;
    }
    .about-sect .title-ic{
    margin-top:125px;
}
.sect5 .ibtn.more {
   right:40%;
    }
}
@media screen and (max-width: 1020px) {
.sect5 .ibtn.more {
    right:30%;
    }
}
@media screen and (max-width: 1000px) {
	.banner {
		padding-bottom: 30px;
		padding-top: 0px;
	}
	.banner:before {
		display:none;
	}
    .banner {
        padding-bottom: 10px;
    }
    .banner-slider-control {
        margin-top: 8px;
        left:0px;
        right:0px;
    }
    .sect1 {
        padding: 10px 0 30px 0;
    }
    .sect5 .ibtn.more {
    right:65%;
}
.sect5 .container:before{
    background-size:400px;
    top:-56px;
}
.about-sect .editor .top-txt{
    margin: 15px;
    }
    .about-sect .ibtn.more{
   right:20px;
}
	.sect5 {
    padding:50px 0 50px;
}
}
@media screen and (max-width: 900px) {
    .sect4 .container:before {
        display: none;
    }
    .news-sect {
        float: none;
        width: auto;
        max-width: 760px;
        margin: 0 auto;
    }
    .news-list .box {
        max-width: 320px;
    }
    .about-sect .editor .down-txt .col.one{
    width:40%;
    margin:0;
}
}
@media screen and (max-width: 767px) {
    .banner .slider:before {
        border-width: 0px;
    }
    .service-sect .editor {
        display: block;
        max-height: none;
    }
    body .fancybox-skin {
        margin: 50px 0 5px;
    }
    body .fancybox-close {
        top: -60px;
        right: 0%;
        margin-right: 0px;
    }
    .service-sect .editor li{
    margin-bottom:40px;
}
.album-sect-title span,
.news-sect-title span {
    margin-bottom: 5px;
    }
    .sect3,
    .sect4 {
   padding:50px 0;
}
.news-sect .slick-dots,
.products-sect .slick-dots{
    padding: 20px 0 40px;
    text-align: center;
}
.about-sect .editor .down-txt .col.one{
    width:50%;
    margin:0 auto;
}
.about-sect .editor .top-txt .left.col{
    width:100%;
    display:block;
    float: none;
    }
    .about-sect .editor .top-txt .right.col{
    width:100%;
    float:none;
    vertical-align:middle;
    display:block;
    margin:auto;
    text-align:center;
}
.about-sect .editor .down-txt .inn.two{
    padding-top:200px;
}
.about-sect-title span{
  float:none;
  left:0px;
  padding-top:10px;
  position:absolute;
  display:block;
  letter-spacing:0.3em;
  top: 40px;
}
.about-sect-title {
    padding:45px 0 0;
   margin: 0px 20px 80px;
}
.about-sect-title:after{
    margin:60px 0px 0 10px;
    }
.about-sect .editor .down-txt:before{
    height:86px;
}
.about-sect .title-ic{
    margin-top:25px;
}
.about-sect .editor .down-txt{
  padding:0px 0px 300px;
}
.album-sect .more,
.news-sect .more {
    float: none;
    width: 162px;
    text-align:center;
    margin: 20px auto 0;
    }
        .about-sect .ibtn.more{
   left:30px;
}
	.sect5 .container:before,
	.sect5 .ibtn.more{
		display: none;
	}
	.sect5 {
    padding: 0;
	}
	.banner {
    padding-bottom: 0;
	}
}
@media screen and (max-width: 760px) {
 .about-sect .ibtn.more{
   left: 20px;
   top: 0;
   float:  left;
	margin-bottom:20px;
}
}
@media screen and (max-width: 450px) {
    .products-sect-title {
     background-position:center;
        text-align: center;
        padding:70px 0 0; 
        width: 100%;
        margin:0px;
        display: inline-block;
    }
    .products-sect-title {
    background-size:180px;
    padding: 30px 0 0px 0px;
    background-position: top center;
}

.about-sect .editor .down-txt .col.one{
    width:100%;
    margin-bottom:20px;
}
.ttxt{
     margin:10px 20px 20px;
}
    .products-sect-title span {
        display: block;
    }
    .products-sect-title .more {
       float: none;
    margin: 10px auto 20px;
    width: 100%;
    max-width: 162px;
    }
    .products-list {
        margin: 0 auto;
    }
    .album-sect-title,
    .news-sect-title {
       background-position:center top;
       text-align: center;
       display: block;
       width: 100%;
       max-width: 300px;
       padding: 5px 0;
    }
    .album-sect-title span,
    .news-sect-title span {
        display: block;
        padding:30px 0 0;
    }
    .album-sect-title .more {
        float: right;
        margin: 10px auto 0;
        width: 100%;
    }
    .album-list {
        margin: 0 auto;
    }
    
    .news-sect-title .more {
        float: right;
        margin: 10px auto 0;
        width: 100%;
    }
    .news-list {
        margin: 0 auto;
    }
    
    .products-sect-title {
    background-size:180px;
    padding: 30px 0 0px 0px;
}

.news-sect .slick-dots{
    padding: 20px 0 0px;
    text-align: center;
}
}
@media screen and (max-width: 440px) {
    .about-sect .editor .top-txt{
        float: none;
        width: auto;
        margin: 0;
        padding: 28px 30px 65px;
    }
    .about-sect .editor {
        min-height: 0;
    }
    .service-sect .editor li span{
    font-size:15px;
    letter-spacing:0.1em;
}
.about-sect .editor .down-txt{
   padding:0px 0px 250px;
}
}
@media screen and (max-width: 400px) {


}