/*------------ / banner ------------*/
.banner {
    padding-bottom: 0px;
	padding-top: 0px;
}
.banner2{
	text-align:right;
}
.banner:before {
    content: '';
    background: url('../../images/common/index/banner_cover.png') 50% 100% / 100% 100% no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
	z-index:1;
	display: none;
}
.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%;
    left: 0;
    right: 0;
    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: 25px;
    height: 50px;
    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;
	margin-top:15px;
}
.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: 8px;
    height: 8px;
    cursor: pointer;
	margin: 0 5px;
}
.banner .slick-dots li.slick-active button {
    background-position: 100% 0;
}
/*------------ / site-main ------------*/
.site-main {
    padding-bottom: 30px;
}
/*------------ / products ------------*/
.sect1 {
    padding: 30px 0;
}
.products-sect-title {
    /* background: url('../../images/common/index/products_title_ic.png') 6px 10px no-repeat; */
    color: #000;
    font-size: 20px;
    /*font-weight: bold;*/
    line-height: 1.4;
    padding: 10px 0 0px 0px;
    margin: 0 0 15px;
    position:relative;
    text-align:center;
}
/*.products-sect-title:before {
    content:'';
    display:inline-block;
    width:214px;
    height:119px;
    background: url('../../images/common/title_ic.png');
    position:absolute;
    left:calc(50% - 107px);
    top:0;
}*/
.products-sect-title:after {
    content:'PRODUCTS';
    background: url('../../images/common/productsbg.png') center center no-repeat;
    color:#ff5620;
    display:block;
    font-size:28px;
    margin-top:-10px;
    font-family: 'Roboto', sans-serif;
}
.products-sect-title span {
    color: #ff5620;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    /*font-weight: bold;*/
}
.products-sect-title b {
    display: inline-block;
    border-bottom: 2px solid #444455;
    color: #989FFC;
}
.products-sect-title .more {
    /* float: right; */
    margin: 0px 0 -10px 0;
    position:absolute;
    right:30px;
    bottom: 10px;
	z-index: 1;
}
.products-sect-title .more a{
    width: 76px;
    display: inline-block;
    padding: 8px 0;
    text-align: center;
    color: #4e4e4e;
    font-size: 14px;
    line-height: 1;
    position:relative;
}
.products-sect-title .more a:after {
	content:'';
	background:url('../../images/common/more_arrow.png');
	width:36px;
	height:9px;
	display:inline-block;
	position:absolute;
	left:100%;
	top:calc(50% - 9px);
	transition:all .3s ease;
}
.products-sect-title .more a:hover:after {
	background:url('../../images/common/more_arrow2.png');
	width:56px;
	height:9px;
}

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

.products-list .box {
    max-width: 220px;
    margin: 0 auto 10px;
    position: relative;
}
.products-list .box:hover {
    border-bottom-color: #2039E8;
}
.products-list .box.new:before {
    content: '';
    position: absolute;
    background: url('../../images/common/new_tag.png');
    width:34px;
    height:34px;
	font-size: 0px;
    z-index: 10;
    top: -12px;
    left: 20px;
}
.products-list .pic-box {
    position: relative;
    overflow:visible;
    padding: 7px;
    box-sizing:border-box;
    border: 1px solid #ddd;
}
.products-list .pic-box:hover {
    
    transition: .35s -webkit-transform cubic-bezier(.275,0,0,1);
    transition: .35s transform cubic-bezier(.275,0,0,1);
    transition: .35s transform cubic-bezier(.275,0,0,1),.3s -webkit-transform cubic-bezier(.275,0,0,1);
}
.products-list .pic-box:before, 
.products-list .pic-box:after{
    content: '';
    position: absolute;
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 0;
    transition: .25s all cubic-bezier(.275,0,0,1);
    z-index: 1;
    top: -1px;
    bottom: -1px;
    right: -1px;
    left: -1px;
}
.products-list .pic-box:before{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    

}
.products-list .pic-box:after{
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    left:-1px;
}
.products-list .pic-box:hover:before, 
.products-list .pic-box:hover:after{
    opacity: 1;
    transition: .3s -webkit-transform cubic-bezier(.275,0,0,1);
    transition: .3s transform cubic-bezier(.275,0,0,1);
    transition: .3s transform cubic-bezier(.275,0,0,1),.3s -webkit-transform cubic-bezier(.275,0,0,1);
    -webkit-transform: none;
    transform: none;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic:before {
    content: '';
    background: rgba(255,255,255,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: 5px 0px 8px;
}
.products-list .description {
    font-size: 13px;
    color: #777;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 37px;
	padding-left:12px;
}
.products-list .name {
    color: #373737;
    font-size: 17px;
    margin: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.05em;
    height: 27px;
    border-left:1px solid #333;
    padding-left:10px;
}
.products-list .box:hover .name {
    color: #2070D0;
}
.products-sect .slick-dots {
    padding-top: 10px;
    text-align: center;
}
.products-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/products_dot.png') no-repeat;
    width: 8px;
    height: 8px;
    cursor: pointer;
    margin:0 5px;
}
.products-sect .slick-dots li.slick-active button {
    background-position: 100% 0;
}

/*------------ / about ------------*/
.sect2 {
    padding: 40px 0;
    background: url('../../images/common/about_pic.png') 74% center no-repeat;
    /*max-height:400px;*/
    box-sizing:border-box;
    margin-bottom:25px;
	margin-top:20px;
}
.sect2 .container {
    max-width: 1300px;
    /*background: url('../../images/common/index/about_shadow.png') 50% 100% / 100% 25px no-repeat;*/
    padding: 0 0 0px;
}
.about-sect {
    /* background: url('../../images/common/index/about_bg.png') 50% 0 / cover no-repeat; */
    position: relative;
    /*overflow: hidden;*/
	margin: 0 15px;
}
.about-sect-title {
    color: #ff5620;
    font-size: 22px;
    display:inline-block;
    position:relative;
	left:0px;
	margin-bottom:15px;
	
}
.about-sect-title:after {
    content:'COMPANY';
	color:#ff5620;
    display:block;
    font-size: 32px;
    font-weight:bold;
    position:absolute;
    top:-40px;
    left:0;
    font-family: 'Roboto', sans-serif;
}
.about-sect-title:before {
    content:'';
    display:inline-block;
    width: 85px;
    height: 1px;
    background:#ff5620;
    margin-right:15px;
    position:relative;
    top: -8px;
    left:0px;
}
.about-sect-title span {
    display: block;
    color: #ff5620;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 300;
}

.about-sect .txt-box {
    float: left;
    max-width:570px;
    width: 100%;
    /* background: rgba(4, 10, 40, 0.8); */
    /*margin-right: 0%;*/
    color: #aaa;
    line-height: 1.55;
    /* padding: 28px 25px 0px; */
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.about-sect .editor {
    min-height: 220px;
    max-width:570px;
    width: 100%;
    /* background: rgba(255, 255, 255, 0.9); */
    margin-right: 0%;
    color: #333;
    font-size: 15px;
    line-height: 1.8;
    padding: 0 46px;
    position: relative;
    /* -webkit-box-sizing: border-box; */
    /*-moz-box-sizing: border-box;*/
    /* box-sizing: border-box; */
    margin-left:-45px;
    /*box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);*/
    /* box-shadow:0px 0px 10px rgba(0%,0%,0%,0.25); */
}
/*.about-sect .ibtn.more {
    background-image: url('../../images/common/index/about_more.png');
    width: 59px;
    height: 59px;
    position: absolute;
    right: 0;
    bottom: 0;
}*/
.about-sect .ibtn.more {
    margin-top: 40px;
    width: 216px;
    height: 50px;
    background: #43C249;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    text-align: left;
    text-indent:0;
    border-radius:3px;
    z-index: 1;
    transition:all .3s ease;
    letter-spacing:2px;
    padding-left: 15px!important;
    position:relative;
}
.about-sect .ibtn.more:hover {
    background: #464646;
    letter-spacing:5px;
}
.about-sect .ibtn.more:after {
	content:'';
	background:url('../../images/common/more_white.png');
	width:30px;
	height:9px;
	display:inline-block;
	position:absolute;
	left:150px;
	top:calc(50% - 4.5px);
	transition:all .3s ease;
}
.about-sect .ibtn.more:hover:after {
	background:url('../../images/common/more_white2.png');
	width:45px;
	height:9px;
}
/*------------ / album ------------*/

.sect3 {
    padding: 30px 0;
}
.sect3 .container {
    max-width: 1330px;
    padding: 0 15px;
}

.album-sect {
    width: auto;
    float: none;
    position: relative;
}
.album-sect-title {
    /* background: url('../../images/common/index/album_title_ic.png') 6px 10px no-repeat; */
    color: #ff5620;
    font-size: 20px;
    /* font-weight: bold; */
    line-height: 1.4;
    /* padding: 60px 0 0px 0px; */
    margin: 25px 0 40px;
    position:relative;
    text-align:center;
}
/*.album-sect-title:before {
    content:'';
    display:inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
    position:absolute;
    top:100%;
    left:calc(50% - 5px);
}*/
.album-sect-title:after {
    content:'ALBUM';
    background: url('../../images/common/albumbg.png') center center no-repeat;
    display:block;
    color:#ff5620;
    font-size:28px;
    margin-top:-10px;
    font-family: 'Roboto', sans-serif;
}
.album-sect-title span {
    color: #ff5620;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    /* font-weight: bold; */
}
.album-sect-title b {
    display: inline-block;
    border-bottom: 2px solid #444455;
    color: #989FFC;
}
.album-sect-title .more {
    /* float: right; */
    margin: 0px 0 -10px 0;
    position:absolute;
    right:30px;
    bottom: 10px;
}
.album-sect-title .more a{
    width: 76px;
    display: inline-block;
    padding: 8px 0;
    text-align: center;
    color: #4e4e4e;
    font-size: 14px;
    line-height: 1;
    position:relative;
    transition:all .3s ease;
}
.album-sect-title .more a:hover{
	letter-spacing:5px;
}
.album-sect-title .more a:after {
	content:'';
	background:url('../../images/common/more_arrow.png');
	width:36px;
	height:9px;
	display:inline-block;
	position:absolute;
	left:100%;
	top:calc(50% - 9px);
	transition:all .3s ease;
}
.album-sect-title .more a:hover:after {
	background:url('../../images/common/more_arrow2.png');
	width:56px;
	height:9px;
}
.album-sect .btn.more {
    
}
.album-sect .slick-dots {
    text-align: center;
    position: relative;
    padding-top: 10px;
    top: 100%;
    left: 0;
    right: 0;
}
.album-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/album_dot.png') no-repeat;
    width: 8px;
    height: 8px;
	margin: 0 5px;
}
.album-sect .slick-dots li.slick-active button  {
    background-position: 100% 0;
}
.album-list {
    margin: 0 -3px;
}
.album-list > li{
    width: 25%;
}
.album-list .item {
    padding: 0 4px;
}
.album-list .box {
    display: block;
    position: relative;
    background: #fff;
	/*max-width: 480px;*/
	max-width: 320px;
    margin: 0 auto;
}

/*-*/
.album-list .box:before, 
.album-list .box:after{
    content: '';
    position: absolute;
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 0;
    transition: .25s all cubic-bezier(.275,0,0,1);
    z-index: 1;
    top: 5%;
    bottom: 0%;
    right: 5%;
    left: 5%;
}
.album-list .box:before{
    border-top: 5px solid #43C249;
    border-bottom: 5px solid #43C249;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);

}
.album-list .box:after{
    border-left: 5px solid #43C249;
    border-right: 5px solid #43C249;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);

}
.album-list .box:hover:before{
    opacity: 1;
    transition: .3s -webkit-transform cubic-bezier(.275,0,0,1);
    transition: .3s transform cubic-bezier(.275,0,0,1);
    transition: .3s transform cubic-bezier(.275,0,0,1),.3s -webkit-transform cubic-bezier(.275,0,0,1);
    -webkit-transform: none;
    transform: none;
} 
.album-list .box:hover:after{
    opacity: 1;
    transition: .3s -webkit-transform cubic-bezier(.275,0,0,1);
    transition: .3s transform cubic-bezier(.275,0,0,1);
    transition: .3s transform cubic-bezier(.275,0,0,1),.3s -webkit-transform cubic-bezier(.275,0,0,1);
    -webkit-transform: none;
    transform: none;
}
/*-*/
.album-list .fancybox {
    display: none;
}
.album-list .pic {
    position: relative;
    overflow: hidden;
}
.album-list .pic img{
    transform:scale(1);
    transition:all .5s ease;
}
.album-list .box:hover .pic img{
    transform:scale(1.1);
}
/*
.album-list .pic:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../../images/common/album/hover.png') 50% 50% no-repeat rgba(0,0,0,0.4);
    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: 10px 15px 10px 15px;
    position: relative;
    /* margin-top:5px; */
    transition:all .3s ease;
    z-index:1;
}
.album-list .box:hover .txt {

    
}
/*
.album-list .txt:after{
    content:'';
    display:inline-block;
    position:absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000;
    transform: translateY(98%);
    transition: all .5s cubic-bezier(.1,.84,.23,.99);
}
.album-list .box:hover .txt:after{
transform: translateY(0%);
}*/
/*
.album-list .txt:before {
    content: 'MORE';
    display: inline-block;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 3px solid #000;
    padding-bottom: 3px;
}*/
.album-list .name {
    color: #888;
    font-size: 18px;
    text-align:center;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    /* margin-top: 10px; */
    height: 25px;
}
.album-list .box:hover .name {
    color: #000;
}

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

.sect5 {
    padding: 75px 0 0px;
    background: url(../../images/common/service_bg.jpg) left center no-repeat;
    position:relative;
}
.sect5:before {
	content:'';
	display:inline-block;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.8);
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	opacity: 0;
}
.sect5 .container {
    max-width: 1300px;
    padding: 0;
}
.sect5 .btn.more {
    margin-top: 40px;
    width: 216px;
    height: 50px;
    background: #77A4F7;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    text-align: left;
    text-indent:0;
    border-radius:3px;
    z-index: 1;
    transition:all .3s ease;
    letter-spacing:2px;
    padding-left: 15px!important;
    position:relative;
}
.sect5 .btn.more:hover {
    background: #464646;
    letter-spacing:5px;
}
.sect5 .btn.more:after {
	content:'';
	background:url('../../images/common/more_white.png');
	width:30px;
	height:9px;
	display:inline-block;
	position:absolute;
	left:150px;
	top:calc(50% - 4.5px);
	transition:all .3s ease;
}
.sect5 .btn.more:hover:after {
	background:url('../../images/common/more_white2.png');
	width:45px;
	height:9px;
}
.sect5 .btn.more .ic {
    display: block;
    font-size: 24px;
    margin: 5px auto 0;
	display:none;
}
.service-sect {
	float:right;
	max-width: 565px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	/* top: 0; */
	/* bottom: 0; */
	left: 100px;
	/* right: 0; */
	/*text-align: center;*/
	/* padding: 0px 0 40px; */
	z-index:1;
}
.service-sect .btn.more {
    margin-left: 0px;
}
.service-sect-title {
    color: #B20000;
    font-size: 18px;
    /*font-weight: bold;*/
    line-height: 1.4;
    margin: 0 0px 15px;
    text-align:left;
    position: relative;
}
.service-sect-title:after {
	content:'';
	display:inline-block;
	width: 1000px;
	height: 1px;
	background: #ff5620;
	position:absolute;
	right: -100%;
	top: calc(50% - 5px);
	margin-right: -80px;
	z-index:1;
}
/*
.service-sect-title:before {
    content:'';
    display:inline-block;
    background: url('../../images/common/service_title_ic.png') no-repeat;
    width:218px;
    height:198px;
    position:absolute;
    left: 0;
    top: -59px;
}*/
.service-sect-title span {
    color: #ff5620;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    /*font-weight: bold;*/
    text-align:left;
    position:relative;
    padding-left:105px;

}
.service-sect-title span:after {
    content:'SERVICES';
    color: #ff5620;
    display:block;
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    font-weight:bold;
    position:absolute;
    top: -40px;
    left:0;
}
.service-sect-title span:before {
    content:'';
    display:inline-block;
    width: 200px;
    height: 1px;
    background:#ff5620;
    margin-right:15px;
    position: absolute;
    top: calc(50% - 4px);
    left: -106px;
}
.service-sect-title b {
    display: inline-block;
    font-weight: bold;
    color: #000;
}
.service-sect .editor {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*max-height: 197px;*/
    color: #000;
    /*background:#fff;*/
    /* padding:40px 50px 50px 35px; */
    box-sizing:border-box;
    font-size: 15px;
}
/*----- service editor -----*/
.service_row{
	display:block;
	/* padding-bottom:50px; */
}
.service_txt{
	width:216px;
	height:45px;
	background:#ff5620;
	border-radius:5px;
	margin-bottom:10px;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	color:#fff;
	line-height:45px;
}
.service_txt2{
	font-size:18px;
	color:#444;
	font-weight:bold;
}
/*----- service editor -----*/

/*------------ / news ------------*/

.sect4 {
    padding: 20px 0;
	margin-bottom: 20px;
	background: url('../../images/common/news_bg.jpg') 0 70px no-repeat;
}
.news-sect {
    float: right;
    width: calc(100% - 0px);
}

.news-sect-title b {
    display: inline-block;
    border-bottom: 2px solid #444455;
    color: #989FFC;
}
/*-*/
.news-sect-title {
    /* background: url('../../images/common/index/album_title_ic.png') 6px 10px no-repeat; */
    color: #ff5620;
    font-size: 20px;
    /*font-weight: bold;*/
    line-height: 1.4;
    padding: 0px 0 0px 0px;
    margin: 0 0 40px;
    position:relative;
    text-align:center;
}
/*.news-sect-title:before {
    content:'';
    display:inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
    position:absolute;
    top:100%;
    left:calc(50% - 5px);
}*/
.news-sect-title:after {
    content:'NEWS';
    display:block;
    color:#ff5620;
    font-size:28px;
    margin-top:-10px;
    font-family: 'Roboto', sans-serif;
	background: url('../../images/common/newsbg.png') center center no-repeat;
}
.news-sect-title span {
    color: #ff5620;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    /*font-weight: bold;*/
}
/*-*/
.news-sect-title .more {
    /* float: right; */
    margin: 0px 0 -10px 0;
    position:absolute;
    right:30px;
    bottom: 10px;
    z-index:1;
}
.news-sect-title .more a{
    width: 76px;
    display: inline-block;
    padding: 8px 0;
    text-align: center;
    color: #4e4e4e;
    font-size: 14px;
    line-height: 1;
    position:relative;
    transition:all .3s ease;
}
.news-sect-title .more a:hover{
	letter-spacing:5px;
}
.news-sect-title .more a:after {
	content:'';
	background:url('../../images/common/more_arrow.png');
	width:36px;
	height:9px;
	display:inline-block;
	position:absolute;
	left:100%;
	top:calc(50% - 9px);
	transition:all .3s ease;
}
.news-sect-title .more a:hover:after {
	background:url('../../images/common/more_arrow2.png');
	width:56px;
	height:9px;
}
.news-sect .slick-dots {
    padding-top: 10px;
    text-align: center;
}
.news-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/news_dot.png') no-repeat;
    width: 8px;
    height: 8px;
    cursor: pointer;
	margin: 0 5px;
}
.news-sect .slick-dots li.slick-active button {
    background-position: 100% 0;
}
.news-list {
    margin: 0 -6px;
}
.news-list .item {
    width: 25%;
    padding: 0px 6px;
    border-right:1px solid #888;
}
.news-list .item:nth-last-child(1) {
	border:none;
}
.news-list .box {
    max-width: 254px;
    margin: 0 auto;
    transition:all .3s ease;
}
.news-list .box:hover {
}
.news-list .pic {
    position: relative;
    overflow: hidden;
}
.news-list .item .pic:before,
.news-list .item .pic:after {
    content: "";
    position: absolute;
    opacity: 0;
    z-index: 10;
}

.news-list .item .pic:before {
    top: 5%;
    left: 4%;
    right: 4%;
    bottom: 5%;
    background: url('../../images/common/readmore.png')center center no-repeat rgba(0, 0, 0, 0.70);
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-list .item .pic:after {
    content: "";
    width: 0px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 60%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.news-list .item:hover .pic:before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.news-list .item:hover .pic:after {
    opacity: 1;
    width: 72px;
}
/*.news-list .box:hover .pic:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../../images/common/news/hover.png') 100% 100% / 24% auto no-repeat;
}*/
.news-list .txt {
    position: relative;
    padding: 0px 20px;
	background:#fff;
}
.news-list .name {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 50px 0 10px;
    /* height: 38px; */
}
.news-list .box:hover .name,
.news-list .box:hover .description {
    color: #000;
}
.news-list .description {
    color: #404040;
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
    margin: 0px 0 15px;
}
.news-list .date {
    position: absolute;
    display: block;
    text-align: center;
    top: -75px;
    left: 20px;
    background:#77A4F7;
    height:64px;
    width:64px;
    box-sizing:border-box;
	z-index:99;
}
.news-list .date b {
	color:#fff;
    display: block;
    font-size: 30px;
	font-weight:normal;
	font-family: 'Roboto', sans-serif;
}
.news-list .date p {
    display: block;
    
    font-size: 13px;
    line-height: 1;
    color: #ffffff; 
    padding: 0px 0px 0;
    margin:-5px 0 0 0 ;
}
/*.news-list .date:before {
	content:'';
	display:block;
	width:18px;
	height:4px;
	background: url(../../images/common/square3.png) no-repeat;
	margin: 0 auto 5px;
}*/
/*************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: 1830px) {
	.sect5:before {
	/*	opacity: 1;*/
	}
}
@media screen and (max-width: 1300px) {
	.sect5 {
		background-size:cover;
		padding:75px 0 35px;
		position:relative;
	}
	.sect2 {
		/*padding: 0px 0;*/
		background: none;
	}
	.service_col1{
		width: 100%;
	}
	.service_col2{
		width: 100%;
	}
	.sect5 .btn.more {
    	/*left:30px;
    	bottom: -60px;*/
	}
	.about-sect .txt-box {
    	float: none;
    	margin:0 auto;
	}
	.service-sect{
		right:  calc(50% - 282.5px);
		left: unset;
	}
	.service-sect-title span {
		left: 0;
	}
	.service-sect-title:after{
		/*margin-right:-30px;*/
	}
}
@media screen and (max-width: 1000px) {
	.banner {
		padding-top: 0px;
	}
	.banner:before {
		display:none;
	}
    .banner {
        padding-bottom: 20px;
    }
    .banner-slider-control {
        margin-top: 8px;
    }
    .banner .slick-prev, .banner .slick-next{
        display: none !important;
    }
    .sect1 {
        padding: 10px 0 35px 0;
    }
	.sect2 {
	    background: none;
	}
	.site-title {
	    padding: 5px 0 10px; 
	}
	.sect5:after {
		display: none;
	}
	.sect4 {
		margin-bottom: 0;
		padding: 20px 0 0;
	}
	.sect5 {
	    /*background: url(../../images/common/service_bg2.jpg) center center no-repeat;*/
    	background-size:cover;
	}
}
@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;
    }
}
@media screen and (max-width: 767px) {
    .banner .slider:before {
        border-width: 0px;
    }
    .service-sect {
        background: none;
        padding: 10px 15px;
    }
    .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_col1{
		width: 100%;
		margin:30px auto 15px;
		padding: 0;
	}
	.service-sect-title:before {
    top: -70px;
	}
	.about-sect .txt-box {
    	float: none;
	    margin:0 auto;
	}
	.about-sect .editor {
		margin:0 auto;
		width:unset;
		padding: 0;
	}
	.about-sect .ibtn.more {
		position:relative;
		left:0;
		margin: 15px auto 0;
	}
	.about-sect-title {
	    margin:0 auto 15px;
	    left:0px;
	}
	.about-sect .txt-box:before {
		right: 100%;
		top:30px;
		z-index:1;
	}
	.service_col2{
		display:table;
		margin-bottom:30px;
		border-collapse:separate;
  		border-spacing: 5px;
		margin-top:0px;
	}
	.service_col2 .service_ic1,
	.service_col2 .service_ic2,
	.service_col2 .service_ic3{
		display:table-cell;
	}
	.service-sect-title:after{
		margin-right: -150px;
	}
}
@media screen and (max-width: 600px) {
.service-sect .btn.more {
    margin-left: 0px;
	margin-top: 15px;
    left:calc(50% - 108px);
}
.service_txt{
	margin:0 auto 15px;
}
}
@media screen and (max-width: 580px) {
	.service-sect{
		right: unset;
	}
	.service-sect .editor{
		/*padding: 30px 15px;*/
	}
	.service-sect-title:after{
		display: none;
	}
}
@media screen and (max-width: 552px) {
	.service_col2{
		width: 100%;
		margin-bottom:30px;
	}
	.sect5:after {
		top: 40%;
	}
}

@media screen and (max-width: 500px) {
	.service_col2 .service_txt span{
		display:block;
		font-size: 18px;
		margin-bottom:-10px;
	}
	.service_col2 .service_ic1 .service_txt,
	.service_col2 .service_ic2 .service_txt,
	.service_col2 .service_ic3 .service_txt{
		font-size:0;
	}
	.service_col2 .service_ic1 .service_txt{
		font-size:0;
	}
	.service_col2 .service_ic1 .service_txt{
		margin: -5px 0 0 -28.125px;
	}
	.service_col2 .service_ic2 .service_txt{
		margin: -5px 0 0 -37.5px;
	}
	.service_col2 .service_ic3 .service_txt{
		margin: -5px 0 0 -28.125px;
	}
	.sect2 {
	    max-height:unset;
	}
	.sect3 {
    	padding: 30px 0 10px;
	}
	.album-sect-title {
	    margin: 20px 0 40px;
	}
}
@media screen and (max-width: 450px) {
    .products-sect-title {
        background: none;
        /*padding: 0;*/
        text-align: center;
        display: inline-block;
        width: 100%;
		margin:0 0 50px;
    }
    .products-sect-title span {
        display: block;
    }
    .products-sect-title .more {
        float: right;
        margin: 0px auto 0;
        width: 100%;
		top:90px;
    }
    .products-list {
        margin: 0 auto;
    }
    .album-sect-title {
        background: none;
        /*padding: 0;*/
        text-align: center;
        display: inline-block;
        width: 100%;
		margin-bottom: 60px;
    }
    .album-sect-title span {
        display: block;
    }
    .album-sect-title .more {
        float: right;
        margin: 10px auto 0;
        width: 100%;
    }
    .album-list {
        margin: 0 auto;
    }
    .news-sect-title {
        background: none;
        /*padding: 0;*/
        text-align: center;
        display: inline-block;
        width: 100%;
		margin-bottom: 60px;
    }
    .news-sect-title span {
        display: block;
    }
    .news-sect-title .more {
        float: right;
        margin: 10px auto 0;
        width: 100%;
    }
    .news-list {
        margin: 10px auto 0;
    }
	.album-list .item {
		padding: 0 4px;
		margin-top:10px;
	}
	.album-sect-title .more {
		right:30px;
		top: 70px;
	}
	.news-sect-title .more {
	    right:30px;
    	top: 70px;
    	z-index:1;
	}
	.about-sect .txt-box:before {
		/*right: 88%;*/
	}
	.news-list .item {
    	border-right:1px solid transparent;
	}
}
@media screen and (max-width: 440px) {
    .about-sect .txt-box {
        float: none;
        width: auto;
        margin: 0;
    }
    .about-sect .editor {
        min-height: 0;
    }
}
@media screen and (max-width: 400px) {
	.sect2{
		padding: 40px 0 20px;
	}
	
}